@font-face {
    font-family: 'Domaine Regular';
    src: url(DomaineDispNar-Regular.woff);
}

@font-face {
    font-family: 'Domaine Bold';
    src: url(DomaineDispNar-Bold.woff);
}

@font-face {
    font-family: 'Domaine Extrabold';
    src: url(DomaineDispNar-Extrabold.woff);
}

@font-face {
    font-family: 'Domaine Semibold';
    src: url(DomaineDispNar-Semibold.woff);
}


@font-face {
    font-family: 'Avenir Next';
    src: url(Avenir-Next-Font.woff);
}


/* Extra */
body {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

.first-hero div {
    margin-right: 10px;
    display: inline-block;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.desk-img {
    display: none;
}

.logo {
    max-width: 200px;
    margin-left: 150px;
}

.logo h3 {
    font-size: 24px;
    font-weight: 800;
}

.navbar {
    align-items: center;
    background: #fff;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    padding: 25px 50px;
}

.push-left {
    margin-left: auto;
}
/*#hero , #service , #card-cantainer , .strength , .different , .mobile-time {*/
/*    display:none!important;*/
/*}*/
.team-top {
    width: 100%;

}

.inner-team-bottom {
    background: #FFFAFA;
}

.team-row-top {
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    max-width: 600px;
}

.column {
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border-top: 5px #000 solid;
    margin: 0 15px;
}

.holder {
    padding: 80px 0;
}

.team-top {
    position: relative;
}

.container-team {
    position: relative;
}

/* Menu */
.hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: inline-block;
    }
}

.hamburger-line {
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
}

.hamburger:hover .hamburger-line {
    background: #777;
}

.hamburger-line-top {
    top: 3px;
}

.menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.hamburger-line-middle {
    top: 50%;
    transform: translatey(-50%);
}

.menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
}

.hamburger-line-bottom {
    bottom: 3px;
}

.menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease-in;
}


/* Hero */

.hero {
    width: 100%;
    margin: 0 auto;
    min-height: 60vh;
}

.hero-row {
    min-height: 60vh;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-inner h1 {
    font-size: 54px;
    line-height: 75px;
    text-align: center;
    font-family: 'Domaine Bold';
    margin: 0;
}

.hero-inner p {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-family: 'Avenir Next';
    margin: 42px 0 50px 0;
    opacity: .5;
}

.hero-inner {
    text-align: center;
}

.hero-img {
    text-align: center;
}

.hero-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.hero-img-inner img {
    max-width: 672px;
    position: relative;
    z-index: 2;
    display: flex;
    top: -8px;
    min-height: 300px;
}

.laptopClosed img {
    height: 220px;
}

.square-1 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 500px;
    top: 550px;
}

.square-2 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 1050px;
    top: 550px;

}

/* CSS */
.button-3 {
    appearance: none;
    background-color: #000;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 10px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Avenir Next';
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.button-3:hover {
    background-color: #2c974b;
}

/* .button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
} */

.button-3:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.button-3:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}


/* Service */
#service {
    margin: 0 auto;
    width: 100%;
}

.service {
    background-color: #000;
    min-height: 800px;
    max-width: 94%;
    margin: -10px auto 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    padding: 120px 0;

}

.service-box {
    width: 50%;
}

.heading-h2 h2 {
    font-family: 'Domaine Extrabold';
}

.service-box ul {
    padding: 0 !important;
}

.service-box li {
    list-style: none;
    color: #777;
    font-size: 26px;
    padding: 0 !important;
    line-height: 40px;
    font-family: 'Avenir Next';
}

.service h3 {
    position: relative;
    font-family: 'Domaine Bold';
    font-weight: 700;
}

.heading-image-box {
    position: relative;
    width: 100%;
}

.heading-image-box img {
    width: 210px;
    position: absolute;
    top: -206px;
    left: 324px;
}

.heading-image-box h3 {
    font-size: 40px;
    font-family: 'Domaine Bold';
    font-weight: 700;
}

.heading-image-box-2 img {
    width: 135px;
    position: absolute;
    top: -197px;
    left: 221px;
}

.heading-image-box-4 img {
    width: 140px;
    position: absolute;
    top: -157px;
    left: 305px;
}

.heading-image-box-3 img {
    width: 170px;
    position: absolute;
    top: -138px;
    left: 330px;
}

.service span img {
    width: 30px;
    margin-top: 50px;
}

.service-row {
    padding: 200px 0 0 0;
    flex-wrap: wrap;
    align-items: flex-start;

}

.vertical {
    color: #ffffff;
    font-size: 2.5vw;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: vertical-text;
    position: absolute;
    display: block;
    height: auto;
    direction: rtl;
    z-index: 11;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    white-space: nowrap;
    writing-mode: vertical-rl;
    right: -80px;
    top: 220px;
}

.why-container {
    padding: 50px 0;
}

.why-row {
    display: flex;
}

.why-box {
    width: 33%;
    min-height: 240px;
    padding: 30px;
    margin-right: 10px;
}

.why-box:hover {
    border: 1px silver solid;
    border-radius: 8px;
}

.why-box img {
    width: 100px;
}

.why-box h3 {
    font-size: 20px;
    /* font-weight: bold; */
    font-family: 'Domaine Bold';
    font-weight: 700;

}

.why-box p {
    font-size: 16px;
    color: #777;

}

.strength {
    padding: 50px 0 165px 0;
}

.strength-row {
    display: flex;

}

.strength-box-1 {
    padding: 50px;
    border: 1px silver solid;
    border-radius: 30px;
    width: 60%;
    margin-right: 40px;
    min-height: 380px;
    justify-content: start !important;
    padding-top: 80px !important;

}

.strength-box-1 h2 {
    font-size: 36px;
    font-family: 'Domaine Bold';

}

.strength-box-1 p {
    font-size: 36px;
    color: #777;
    font-family: 'Avenir Next';
    line-height: 51px;
    margin: 0;
}

.service-box li {
    width: 510px;
}

.strength-box-1 p b {
    color: #000 !important;
}

.strength-box-2 {
    display: flex;
    padding: 30px;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: #000;
    border-radius: 30px;
    width: 40%;
    min-height: 380px;
}

.strength-box-2 h2 {
    line-height: 30px;
    color: #fff;
    font-family: 'Domaine Bold';
}

.strength-box-2 span {
    color: silver;
}

.diffrent-heading h2 {
    padding-right: 150px;
    color: #ffffff;
    text-align: right;
    font-size: 56px;
    color: #777;
    font-family: 'Domaine Bold';
    position: relative;
    z-index: 1;
}

.different {
    background: #000;

}

.different-container {
    padding: 50px 100px;
}

.different-row {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.different-left {
    margin-right: 50px;
    padding-right: 100px;
}

.different-left h3 {
    font-size: 54px;
    color: #ffffff;
    font-family: 'Domaine Bold';
    margin-top: 170px;
}

.different-left p {
    font-size: 28px;
    color: #777;
    font-family: 'Avenir Next';
}

.different-right img {
    width: 500px;
    border-radius: 30px;
}

.different-image {
    background-image: url('images/PreBookKaro_Website-23.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.building {
    background-image: url('images/PreBookKaro_Website-21.jpg');
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq {
    background-image: url('images/PreBookKaro_Website-20.jpg');
    min-height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-container {
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/*.timeline-row {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  height: 100vh;*/
/*  background-color: #222222;*/
/*}*/

#card-cantainer {
    padding: 68px 0 !important;
}

.timeline {}

.timeline-row ol,
.timeline-row li {
    margin: 0;
    padding: 0;
    color: #00cec9;
    font-family: verdana;
    font-size: 14px;
}

.timeline-row ol {
    display: flex;
    width: 1840px;
    justify-content: space-between;
    position: relative;
}

.timeline-row ol:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: silver;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
}

.timeline-row li {
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

.timeline-row li:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: silver;
    border: 2px solid #000;
    transition: background-color 0.2s ease;
}

.timeline-row li:hover:after {
    background-color: silver;
}

.timeline-row li.active:after {
    background-color: #000;
}

.timeline-row span {
    position: absolute;
    top: calc(100% + 115px);
    left: 50%;
    transform: translate(-56%, 0);
    display: inline-block;
    text-align: left;
    width: 390px;
    font-size: 36px;
    color: #000;
    font-family: 'Domaine Bold';
    margin-left: 200px;
}

.timeline-row p {
    position: absolute;
    top: calc(100% + 150px);
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    text-align: left;
    width: 490px;
    font-size: 25px;
    color: #777;
    font-family: 'Avenir Next';
    margin-left: 230px;
    line-height: 36px;
    margin-top: 50px;
}

.timeline-row {
    padding: 130px 0;
    float: right;
    margin-right: -30px;
    margin-bottom: 150px;
    clear: both;
}

.hand-img img {
    width: 1000px;
    position:absolute;
    right:-100px;
    overflow:hidden;
}

.timeline-heading h2 {
    float: left;
    font-size: 54px;
    padding-left: 105px;
    font-family: 'Domaine Extrabold';
    padding-top: 120px;
}

.timeline-row-2 {
    margin-right: 60px;
}

/* Easy*/
.easy-container {
    padding: 50px 0;
}

.easy-row {
    display: flex;
    width: 1500px;
    min-height: 600px;
    margin: 0 auto;
    background: rgba(236, 236, 236, 1);
    border-radius: 15px;
    padding: 0px 0 0 50px;
    align-items: center;
    position: relative;
}

.easy-left {
    width: 57%;
    padding: 100px;
}

#first-mobile,
#first-mobile-team {
    display: none;

}

.easy-right img {
    max-width: 450px !important;
    position: absolute;
    bottom: -50px;
}

.mobile-time {
    display: none;
}

.easy-left h2 {
    font-size: 50px;
    font-family: 'Domaine bold';
    margin-bottom: 10px;
}

.easy-left p {
    font-size: 32px;
    font-family: 'Avenir Next';
    color: #000;
    opacity: .5;
    margin: 10px 0 60px 0;
}

.easy-right {
    width: 30%;
}


.cssanimation {
    margin-top: 150px;
}



/*Testimonial*/
.owl-carousel .item {
    height: auto;
    border: 1px silver solid;
    border-radius: 8px;
    padding: 40px 50px 20px 50px;
    margin-bottom: 50px !important;
}

.owl-carousel .item img {
    width: 200px !important;
}

.owl-carousel .item h4 {
    font-size: 22px;
    font-family: 'Avenir Next';
    font-weight: 500;
    line-height: 36px;
}

.item-img {
    width: 100px;
    height: 100px;
    background: #d8d8d8;
    border-radius: 50%;
}

.testimonials-container {
    max-width: 1840px;
    margin: 100px auto;
}

/*.owl-theme .owl-nav.disabled + .owl-dots {*/
/*  margin:0 10px!important;*/
/*}*/

/*Team*/
.team-container {
    padding: 100px 0;
    position: relative;
}

.team-row {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-team-left {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #000;
    margin-left: 200px;
}

.team-right,
.team-left {
    width: 50%;
}

.team-right p {
    font-size: 32px;
    font-family: 'Avenir Next';
    color: #000;
    padding-right: 100px;
}

.team-right h3 {
    font-size: 30px;
    font-family: 'Domaine bold';
    margin-bottom: 10px;
}


/*Faq*/

.test h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.test h2 {
    font-size: 18px;
}

.test ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;

}

.test ul li {
    position: relative;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid #dce7eb;
    color: #fff;
    font-size: 36px;
 
}

.test ul li input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.test ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 38px;
    right: 0;
}

.test ul li input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    /*transform: translateY(-50%);*/
}

.test ul li input[type="checkbox"]:not(:checked)~i::after{
      content: '-';
  font-size: 30px;
  position:relative;
  top:-25px;
}

.test ul li input[type="checkbox"]:checked~i::before {
  content: '+';
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
  color:#ffffff;
}

/*.test ul li input[type="checkbox"]:checked~i::before {*/
/*    transform: translate(2px, 0) rotate(45deg);*/
/*    top: 15px;*/
/*}*/

/*.test ul li input[type="checkbox"]:checked~i::after {*/
/*    transform: translate(-2px, 0) rotate(-45deg);*/
/*    top: 15px;*/
/*}*/

/*.test ul li i::before,*/
/*ul li i::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #ffffff;*/
/*    width: 10px;*/
/*    height: 4px;*/
/*    right: 10px;*/
/*}*/

/*.test ul li i::before {*/
/*    transform: translate(-2px, 0)rotate(45deg);*/
/*}*/

/*.test ul li i:after {*/
/*    transform: translate(2px, 0) rotate(-45deg);*/
/*}*/

.test p {
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    padding: 0 11px;
    /*max-height: 800px;*/
    margin-top: 14px;
    opacity: 1;
    transform: translate(0, 0);
    overflow: hidden;
    font-family: 'Avenir Next';
       transition-timing-function: ease-in;
}

.transition,

.test ul li i:before,
ul li i:after {
    transition: all 0.25s ease-in-out;

}
.test p{
     transition: all 1s ease; 
}

/*.flipIn,*/
/*.test h1,*/
/*.test ul li {*/
/*    animation: flipdown 0.5s ease both;*/
/*}*/

.test ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

.test ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

.test ul li:nth-of-type(3) {
    animation-delay: 1s;
}

.test ul li:last-of-type {
    padding-bottom: 0;
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateY(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateY(8deg);
    }

    83% {
        transform: rotateY(6deg);
    }

    92% {
        transform: rotateY(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateY(0deg);
    }
}



.faq-row {
    display: flex;
    align-items: center;
    max-width: 1400px;
    height: 100vh;
    margin: 0 auto;

}

.faq-inner-left h2 {
    font-size: 56px;
    font-family: 'Domaine Bold';
    color: #ffffff;
}

.faq-inner-right li h2 {
    font-size: 28px;
    font-family: 'Avenir Next';
    color: #ffffff;
}

.faq-inner {
    width: 50%;
}

.widget1-inner {
    display: flex;
    justify-content: center;
}

.widget1-inner h3 {
    font-size: 24px;
    color: #fff;
    margin-left: -85px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.footer {
    padding: 100px 0px 0px 0;
    background-color: #000;
    opacity: .9;
}

.footer-row {
    display: flex;
}

.footer .widget1 p {
    font-size: 26px;
    color: rgba(255, 255, 255, .6);
    margin-top: 26px;
}

.footer .socialLinks {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    margin-left: -40px;
}

.socialLinks ul li {
    display: inline-block;
    margin: 0 30px;
}

.socialLinks ul li a {
    font-size: 40px;
}

.socialLinks ul li a:hover {
    color: #ffb606;
}

iframe {
    border: 0;
    width: 360px;
    height: 260px;
    border-radius: 8px;
}


.socialLinks ul li a i {
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    background: #fafafa;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialLinks ul li a .fa-facebook-f {
    color: #4267b2;
}

.socialLinks ul li a .fa-twitter {
    color: #1da1f2;
}

.socialLinks ul li a .fa-google-plus-g {
    color: #dd5044;
}

.socialLinks ul li a .fa-linkedin-in {
    color: #0177b5;
}


.socialLinks ul li a:hover i {
    color: #fff;
}

.socialLinks ul li a:hover .fa-facebook-f {
    background: #4267b2;
}

.socialLinks ul li a:hover .fa-twitter {
    background: #1da1f2;
}

.socialLinks ul li a:hover .fa-google-plus-g {
    background: #dd5044;
}

.socialLinks ul li a:hover .fa-linkedin-in {
    background: #0177b5;
}

footer .logo {
    max-width: 200px;
    justify-content: space-evenly;
    align-items: start;
}



.footer h5 {
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 21px font-family: 'Domaine Bold';
}

.footer .widget2 .media img {
    margin-right: 20px;
    max-width: 100px;
}

.footer .widget2 .media p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    ;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 26px;
}

.footer .widget2 .media span {
    font-size: 12px;
    color: #ffb606;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.footer .widget2 .media {
    margin-bottom: 20px;
}

.footer .widget3 ul li a,
.footer .widget4 ul li a {
    font-size: 22px;
    color: rgba(255, 255, 255, .6);
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
    font-family: 'Avenir Next';
    line-height: 60px;
}


.footer .widget3 ul li a:hover,
.footer .widget4 ul li a:hover,
.footer .widget2 a:hover p {
    color: #ffb606;
}

.footer .widget3 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
}

.footer .widget4 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
}

.copyRightArea {
    margin-top: 83px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0px 28px;
}

.copyRightArea p {
    color: rgba(255, 255, 255, 0.6);
}

.footer-inner-1 {
    width: 30%;
    padding-top: 40px;
}

.footer-inner-2,
.footer-inner-3,
.footer-inner-4 {
    width: 25%;
}


@media screen and (max-width: 768px) {
    .nav-menu {
        background: #fff;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translatey(-100%);
        text-align: center;
    }

    .different-left h3 {
    font-size: 54px;
    color: #ffffff;
    font-family: 'Domaine Bold';
    margin-top: 0px;
}
.menu--wrapper{
    display:none;
}

    .menu-active .nav-menu {
        transform: translatey(0%);
        opacity: 1;
    }
}

.nav-menu .menu-item a {
    color: #444444;
    display: block;
    line-height: 30px;
    margin: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-menu .menu-item a:hover {
    color: #777777;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .nav-menu .menu-item a {
        font-size: 20px;
        margin: 8px;
    }
}

.sub-nav {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 5px 5px;
    list-style: none;
    width: 230px;
}


@media screen and (max-width: 768px) {
    .sub-nav {
        position: relative;
        width: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }
}

.nav__link:hover+.sub-nav {
    display: block;
}

.sub-nav:hover {
    display: block;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}



.sgadf-game-background {
    border-right: 1px solid #e4e4e4;
    box-shadow: 0 0 8px rgba(138, 138, 138, 0.3);
    background: #fff;
    border-radius: 6px;
    padding: 3%;
    margin-bottom: 11%;
}

.games-inner-row {
    flex-wrap: wrap;
}

.games-inner-box {
    width: 33%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo h2 {
    font-size: 100px;
    color: #fff;
    margin: 0;
    font-family: 'Domaine Extrabold';
}

.logo p {
    font-size: 48px;
    color: #fff;
    font-family: 'Avenir Next';
}

@media screen and (max-width: 2100px) {

    .vertical {

        right: -280px;
        top: 250px;
    }

    card .locker__container {
        top: 96px !important;

    }

    #first {
        right: -18px !important;
        top: 155px !important;
    }

    .container {
        max-width: 1596px;
        margin: 0 auto;
    }

    .service {
        max-width: 92%;
    }

    .easy-right img {
        max-width: 535px !important;
        position: absolute;
        bottom: -50px;
        right: 0;
    }

    .heading-h2 {
        font-size: 36px;
        text-align: center;
    }

    .card {
        position: relative;
        max-width: 550px;
        height: 450px;
    }

    .card-container {
        max-width: 1480px;
    }

    .card-header img {
        width: 160px !important;
    }

    .card .card-content .card-header h3 {
        font-weight: 800px !important;
        font-size: 34px;
    }

    .card .card-content .card-desc p {
        margin-top: 10px;
        font-size: 22px !important;
        line-height: 36px;
    }

    .strength-container {
        padding: 0 100px;
    }

    .strength-box-1 {

        min-height: 450px;
    }


    .strength-box-2 {

        width: 33%;
        min-height: 450px;
    }

    .strength-box-1 h2 {
        font-size: 46px;
    }

    .strength-box-1 p {
        font-size: 31px;
        padding-right: 70px;
    }

    .strength-box-1 {
        padding: 0px 70px 50px 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .strength-box-2 h2 {
        line-height: 60px;
        color: #fff;
        font-size: 42px;
        text-align: right;
    }

    .strength-box-2 span {
        color: #fff;
        opacity: 0.4;
    }

    .strength-box-2 {
        padding: 30px 69px 38px 30px;

    }
}

@media screen and (max-width: 1920px) {
    top: 87% !important;
}

#first {
    right: 0px !important;
    top: 155px !important;
}

.strength-box-2 {
    display: flex;
    padding: 30px 69px 38px 30px;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: #000;
    border-radius: 30px;
    width: 33%;
    min-height: 380px;
}

}

@media screen and (max-width: 1800px) {
    .container {
        max-width: 1440px;
        margin: 0 auto;
    }

    #first {
        right: -70px !important;
        top: 210px !important;
    }

    .hero-inner h1 {
        font-size: 44px;

    }

    .hero-inner p {
        font-size: 22px;
        line-height: 28px;

    }

    .button-3 {
        padding: 15px 30px;

    }

    .heading-image-box h3 {
        font-size: 36px;

    }

    .heading-image-box img {
        width: 190px;
        position: absolute;
        top: -188px;
        left: 300px;
    }

    .heading-image-box-2 img {
        width: 115px;
        position: absolute;
        top: -168px;
        left: 210px;
    }

    .heading-image-box-3 img {
        width: 150px;
        position: absolute;
        top: -125px;
        left: 315px;
    }

    .heading-image-box-4 img {
        width: 120px;
        position: absolute;
        top: -133px;
        left: 275px;
    }

    .card .card-content .card-header h3 {
        font-size: 28px !important;

    }

    .card .card-content .card-desc p {
        margin-top: 10px;
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1750px) {
    #first {
        right: -20px !important;
        top: 210px !important;
    }

    .strength-box-1 h2 {
        font-size: 40px !important;
    }

    .strength-box-1 p {
        font-size: 26px !important;
    }

    .strength-box-1 {

        min-height: 440px;
    }

    .strength-box-2 {
        width: 33%;
        min-height: 440px;
    }

    .different-left p {
        font-size: 24px;

    }

    .different-left h3 {
        font-size: 50px;

    }
}

@media screen and (max-width: 1600px) {

    .locker__section {

        padding-left: 120px !important;
    }

    .vertical {
        right: 0px !important;

    }

    .locker__image img {

        top: 74px !important;

    }

    #first {
        right: 0px !important;
        top: 210px !important;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .timeline-row ol {
        display: flex;
        width: 1440px;
        justify-content: space-between;
        position: relative;
    }

    .hand-img img {
        float: right;
        width: 600px;
        /*margin-right: -40px;*/
    }

    .easy-row {
        width: 1140px;
        min-height: 535px;

    }

    .easy-left {
        width: 49% !important;

    }

    .easy-right img {
        max-width: 380px !important;
        position: absolute;
        bottom: -50px;
        right: 0 !important;
    }

}

@media screen and (max-width: 1580px) {

.cssanimation {
    margin-top: 105px;
}

    .hero-inner h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .hero-inner p {
        font-size: 20px;
        line-height: 28px;
        margin: 30px 0 45px 0;
    }

    .text {

        width: 34% !important;

    }

    .hero-img-inner img {
        max-width: 550px;
        min-height: 245px;
    }

    .text2 img {
        height: 202px !important;
    }

    .text img {
        height: 148px !important;
        margin-bottom: -10px;
    }

    .button-3 {

        padding: 12px 25px;

    }

    .card .card-content .card-desc p {
        margin-top: 10px;
        font-size: 16px !important;
        line-height: 26px;
    }

    .hero-inner:first-child {
        padding-top: 0px !important;
    }

    .heading-image-box h3 {
        font-size: 30px;
    }

    .service-box li {

        font-size: 18px;
        line-height: 28px;

    }

    .card-container {
        max-width: 90% !important;

    }

    .card {

        max-width: 500px;
        height: 350px;
    }

    .card .card-content {
        padding: 20px !important;

    }

    .heading-image-box-1 img {
        width: 190px;
        position: absolute;
        top: -188px;
        left: 245px;
    }

    .heading-image-box-4 img {

        left: 228px;
    }

    .heading-image-box-2 img {

        left: 165px;
    }

    .heading-image-box-3 img {
        width: 150px;
        position: absolute;
        top: -130px;
        left: 242px;
    }

    .strength-box-1 {

        min-height: 320px;

    }

    .strength-box-2 {

        min-height: 320px;
    }

    .strength-box-1 p {
        font-size: 22px !important;
        line-height: 36px;
        margin-top: 30px;
    }

    .strength-box-2 h2 {
        line-height: 42px;
        color: #fff;
        font-size: 32px;
        text-align: right;
    }

    .strength-box-1 h2 {
        font-size: 40px !important;
        margin: 0;
    }

    .logo {
        max-width: 200px;
        margin-left: 90px;
    }

    .card-header img {
        width: 125px !important;
    }

    .different-left p {
        font-size: 22px;
        line-height: 36px !important;
    }

    .locker__image img {

        width: 500px !important;
        height: 500px !important;

    }

    .easy-left h2 {
        font-size: 40px;

    }

    .easy-left {

        padding: 50px 150px 50px 50px;
    }

    .easy-row {

        min-height: 480px;
    }

    .testimonials-container {
        max-width: 1440px;
        margin: 80px auto;
    }

    .faq-inner-left {
        padding-left: 50px;
    }

    .faq-inner-left h2 {
        font-size: 50px;
    }

    .faq-inner-right li h2 {
        font-size: 22px;
    }

    .footer {
        padding: 50px 50px 0 0px !important;
        background-color: #000;
        opacity: .9;
    }

    .footer .widget3 ul li a,
    .footer .widget4 ul li a {
        font-size: 18px;

    }
    .different-left h3 {
    font-size: 40px;
     margin-top: 60px;
}

}

@media screen and (max-width: 1440px) {
    .timeline-row {
        margin-right: 15px !important;

    }

    #googleMap {
        padding-right: 15px !important;
    }

    iframe {
        border: 0;
        width: 100% !important;
        height: 260px;
        border-radius: 8px;

    }

    .easy-right img {
        max-width: 349px !important;

    }

    .easy-row {
        min-height: 420px;
    }

    .locker__image img {
        width: 400px !important;
        height: 400px !important;
    }

    .locker__section {

        width: 100% !important;
    }

    .different-left h3 {
        font-size: 40px;
    }

    .copyRightArea {
        margin-top: 0px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 25px 0px 28px;
    }

    .footer {
        padding: 100px 0px 0px 0;
        background-color: #000;
        opacity: .9;
    }

    .easy-row {
        display: flex;
        width: 80%;

    }

    .easy-left h2 {
        font-size: 40px;

    }

    .service-box {
        width: 47%;
    }

    .service-box li {
        width: 460px;
    }

    .heading-image-box-1 img {
        width: 150px;
        top: -150px;

    }

    .heading-image-box-2 img {
        width: 101px;
        top: -150px;

    }

    .heading-image-box-3 img {
        width: 120px;

        top: -96px;
        left: 252px;
    }

    .heading-image-box-4 img {
        width: 100px;
        position: absolute;
        top: -114px;
        left: 230px !important;
    }

    #first {
        right: 24px !important;

    }
}

@media screen and (max-width: 1260px) {
    .strength-box-1 p {
        font-size: 30px;
        padding-right: 0;
    }

    .strength-box-1 {
        padding: 20px;

    }

    .strength-box-2,
    .strength-box-1 {
        display: flex;
        padding: 20px !important;
        min-height: 260px !important;
    }

    .strength-box-2 h2 {
        line-height: 34px;
        font-size: 24px;

    }

    .strength-box-1 p {
        margin-top: 14px;
    }

    .strength-box-1 h2 {
        font-size: 32px !important;
        margin: 0;
        margin-top: 15px;
    }

    .card-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;

    }

    .card .card-content .card-header h3 {
        font-size: 24px !important;
        line-height: 44px !important;

    }

    .inner-team-left {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: #000;
        margin-left: 150px;
    }

    .team-right p {
        font-size: 24px;
    }

    .cssanimation {
        margin-top: 85px;
    }

    .service-row {
        padding: 150px 0 0 0;

    }

    .service {
        padding: 80px 0;
    }

    .service-box li {
        width: 440px;
    }

    .owl-carousel .item {
        
        border: 1px silver solid;
        border-radius: 8px;
        padding: 10px;
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 768px) {
    .timeline-row {
        margin-right: 15px !important;

    }
}

@media screen and (max-width: 768px) {
    
    .accordian-container {
        height: auto!important;
}
.panel p {
    font-size: 14px!important;
    opacity: .8!important;

}

.accodian-right button {
    font-size: 16px!important;

}

    .navbar {
        padding: 25px 15px;
    }

    .hero-img-inner img {
        max-width: 100%;
        min-height: 180px;
    }

   .hero {
    width: 100%;
    margin: 0 auto;
    min-height: 60vh;
}

    .text2 {

        left: -12% !important;

    }

    .button-3 {
        font-size: 16px;
        padding: 12px 16px;

    }

   .heading-h2 h2 {
    font-size: 36px;
    text-align: left;
    margin-left: 30px;
}

    .card .card-content .card-header h3 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .hero-inner h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .hero-box br {
        display: none !important;
    }
    
    

    .text img {
        height: 122px !important;
        margin-bottom: -10px;
    }

    .text2 img {
        height: 170px !important;
        margin-bottom: -10px;
    }

    .service-row {
        flex-direction: column;
        padding: 0 15px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .service {
        background-color: #000;
        min-height: 800px;
        max-width: 100%;
        margin: -10px auto 0 auto;
        position: relative;
        z-index: 1;
        border-radius: 0;
        padding: 60px 0;
    }

    .service-box {
        width: auto;
        margin-left: 15px !important;
    }

 .heading-image-box-1 img {
    width: 100px;
    position: absolute;
    top: -92px;
    left: 212px;
}

.accordian-row {
    display: flex;
    flex-direction: column;
}

.accodian-left {
    width: 100%!important;
    padding: 15px!important;
}

.accodian-right {
    width: 100%!important;
    padding: 15px!important;
}

.ui-heading--xbig {
    font-size: 28px!important;
    line-height: 40px!important;
    width: 100%!important;
    padding-top: 110px!important;
}

.accodian-left h2 {
    font-size: 32px!important;
    font-family: 'Domaine Bold';
    color: #ffffff;
    margin-left: 20px!important;
}

.accodian-right {
    width: auto!important;
    padding: 15px!important;
}

.accodian-left {
    width: auto!important;
    padding: 15px!important;
}
  .heading-image-box-2 img {
    width: 70px;
    position: absolute;
    top: -98px;
    left: 147px;
}


.heading-image-box-3 img {
    width: 100px;
    position: absolute;
    top: -81px;
    left: 210px;
}

.heading-image-box-4 img {
    width: 80px;
    position: absolute;
    top: -90px;
    left: 193px !important;
}

    .service-box li {
        width: auto;
    }

    .card .card-content {
        padding: 0 15px;
    }

    .strength {
        padding: 30px 0 60px 0;
    }

    .strength-row {
        display: flex;
        flex-direction: column;
    }

    .strength-box-1 {
        padding: 0px;
        border: 1px silver solid;
        border-radius: 30px;
        width: auto !important;
        margin-right: 0px;
        min-height: 100%;
        justify-content: start !important;
        padding: 40px 15px !important;
    }

    .strength-box-2 {
        padding: 0px;
        border: 1px silver solid;
        border-radius: 30px;
        width: auto !important;
        margin-right: 00px;
        min-height: 295px;
        justify-content: end;
        padding: 40px 15px !important;
        margin-top: 50px;
    }

    .strength-box-1 h2 {
        font-size: 30px !important;
        margin: 0 0 20px 0;
    }

    .card .card-content .card-header h3 {
        font-size: 28px;

    }

    .strength-box-2 h2 {
        margin: 0;
    }

    .service-box li {
        font-size: 16px;
        line-height: 26px;
    }

   .heading-image-box-1 img {
    width: 100px;
    position: absolute;
    top: -92px;
    left: 212px;
}

  
.different-left h3 {
    font-size: 32px !important;
    margin-top: 60px;
    margin-bottom: 50px;
}

    .different-left p {
        font-size: 20px;
        line-height: 30px;
    }

    .easy-row {
        flex-direction: column;
    }

    .inner-team-left {
        margin-left: 0;
    }

    .team-row {
        flex-direction: column;
    }

    .team-right,
    .team-left {
        width: 80%;
    }

    .footer-row {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .easy-left {
        width: 100% !important;
    }

    .easy-right {
        width: 100% !important;
    }

    .strength-container {
        padding: 0 15px;
    }

    .locker {
        flex-direction: column;
    }

    .locker__section p {
        width: auto !important;
        line-height: 36px !important;

    }

    .locker__content {
        padding: 30px 0;
        width: 100% !important;
    }

    .locker__section {
        height: auto !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 35px !important;
        width: auto !important;
        padding-right: 0;
        margin: 0;
    }

    .desk-img {
        display: block;
        width: 100%;
        height: 300px;
        margin-bottom: 40px;
    }

    .locker__image {
        display: none;
    }

    .easy-container {
        padding: 50px 15px;
    }

    .hero-box {
        padding: 0 15px;
    }

    .different-left h3 {
        font-size: 36px;
    }

    .different {
        padding: 50px 0 0 0;
    }

    .diffrent-heading {
        padding-top: 0px !important;
    }

    .locker__section--5 {
        padding-bottom: 50px !important;
    }

   .hand-img img {
    margin-top: 50px;
    width: 280px;
   position: relative;
    right: -50px;
    overflow:hidden;
        top: -250px;

}

    .easy-row {
        width: auto;

    }
    
    .faq-container {
    min-height: 100vh;

}

    .inner-team-left {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #000;
        margin-left: 0px;
    }

    .team-right p {
        font-size: 18px;
    }

    .owl-carousel .item h4 {
        font-size: 18px;
        font-family: 'Avenir Next';
        font-weight: 500;
    }

    .faq-row {
        flex-direction: column;
        align-items: start;
        padding: 0 15px;
    }

    .faq {
        height: 60% !important;
    }

    .faq-inner-left {
        padding-left: 10px;
    }

    .faq-row {
        height: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }

    iframe {
        border: 0;
        width: 340px;
        height: 260px;
        border-radius: 8px;
    }

    .timeline-heading h2 {

        padding-left: 15px;

    }

    .card-container .card:last-child {
        margin-left: 0 !important;
    }

    .timeline-row {

        margin-right: 0px !important;

    }

    #first2 {
        font-size: 5.8vw !important;

        right: 0 !important;
    }

    .timeline {
        padding: 50px 0;
        display: none;
    }

    .timeline-row ol {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative;
        flex-direction: column;
    }

    .timeline-row span {
        position: relative;
        top: calc(100% + 115px);
        left: 0;
        transform: translate(0%, 0);
        display: inline-block;
        text-align: left;
        width: 100%;
        font-size: 24px;
        color: #000;
        font-family: 'Domaine Bold';
        margin-left: 0;
    }

    .timeline-row p {
        position: relative;
        top: calc(100% + 150px);
        left: 0;
        transform: translate(0%, 0);
        display: inline-block;
        text-align: left;
        width: 100%;
        font-size: 20px;
        color: #777;
        font-family: 'Avenir Next';
        margin-left: 0px;
        line-height: 36px;
        margin-top: 25px;

    }


    .timeline-heading h2 {
        float: left;
        font-size: 40px;
        padding-left: 45px;
    }

    .timeline-row ol:after {

        display: none;
    }

    .timeline-row li:after {

        display: none;
    }

    .timeline-row {
        padding: 30px 15px;
        float: right;
        margin-right: -30px;
        margin-bottom: 0;
        clear: both;
    }

    .diffrent-heading h2 {
        padding-right: 0;
        color: #ffffff;
        text-align: left;
        font-size: 40px;
        color: #777;
        font-family: 'Domaine Bold';
        position: relative;
        z-index: 1;
        margin-left: 35px;
        margin-bottom: 80px;
    }
    .footer {
    padding: 0!important;

}
    .easy-row {
        padding: 0;
        align-items: center;
    }

    .team-container {
        padding: 50px 0;
        position: relative;
    }

    .hamburger {
        display: none;
    }

    .logo {
        max-width: 200px;
        margin-left: 0;
    }

    .footer-inner {
        width: 100% !important;
    }

    .strength-box-1 p {
        font-size: 20px !important;
        line-height: 36px;
    }

    .hero-inner h1 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    #first {
        font-size: 6.8vw !important;
    }

    .card-container {
        width: auto !important;
        max-width: 94%;

    }

    .card .card-content {
        padding: 0 !important;
    }

    .card {
        position: relative;
        width: auto !important;
        max-width: auto !important;
        height: 100%;
    }

    .card .card-content .card-desc p {
        margin-top: 10px;
        font-size: 16px !important;
        line-height: 26px;
    }

    .card .card-content .card-header h3 {
        font-size: 28px;
        font-weight: 800;
        line-height: 40px;
    }

    .timeline-row:last-child {
        margin-bottom: 0 !important;
    }

    #card-cantainer {
        padding: 30px 0 !important;
    }

    .easy-left h2 {
        font-size: 36px;
    }

    .easy-left p {
        font-size: 22px;
        font-family: 'Avenir Next';
        color: #000;
        opacity: .5;
        margin: 10px 0 30px 0;
    }

    .faq-inner-left h2 {
        font-size: 36px;
    }

    .faq {
        background-position: 0px !important;
    }

    .faq-inner {
        width: 100%;
    }

    .test p {
        font-size: 16px;
    }

    .faq-inner-right li h2 {
        font-size: 20px;
    }

    .footer .widget3 ul li a,
    .footer .widget4 ul li a {
        font-size: 16px;
        line-height: 30px;
    }

    .footer .widget3 h5 {

        font-size: 22px;
        line-height: 32px;
    }

    footer .logo {
        max-width: 200px;
        justify-content: start;
        align-items: start;
    }

    footer .logo h2 {
        margin-right: 30px;
    }

    .widget1-inner {
        display: flex;
        justify-content: start;
    }

    .footer .socialLinks {
        margin-top: 28px;
        display: flex;
        justify-content: start;
        margin-left: 0;
    }

    .footer {
        padding: 0;
        background-color: #000;
        opacity: .9;
    }


    .widget1-inner h3 {
        font-size: 24px;
        color: #fff;
        margin-left: 0;
    }

    .widget4 {
        padding-bottom: 30px;
    }

    .mobile-time {
        display: block !important;
        overflow: hidden;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block;
        padding: 0 !important;
    }

    .team-right p {

        padding-right: 0px;
    }

    .owl-carousel .item {
       
        border: 1px silver solid;
        border-radius: 8px;
        padding: 20px !important;
        margin-bottom: 50px !important;
    }


    .testimonial-heading h2 {
        padding-top: 0 !important;
        margin-top: 30px !important;
        text-align: center;
        padding-left: 0;
    }

    .testimonials-container {
        margin: 50px auto !important;
    }

    #container {
        display: none;
    }

    #container2 {
        display: none;
    }

 #first-mobile {
    display: block !important;
    font-size: 40px;
    font-family: 'Domaine Bold';
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0px 78px 27px;
    text-align: left;
}
    #first-mobile-team {
        display: block !important;
        font-size: 40px;
        font-family: 'Domaine Bold';
        font-weight: 700;
        color: #000;
        margin: 15px;
        text-align: center;
    }

    .hero-inner:first-child {
        padding-top: 0 !important;
    }

    .cssanimation {
        margin-top: 70px;
    }

    .service span img {
        width: 30px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .heading-image-box h3 {
        font-size: 25px;
    }

    .hero {
        padding: 0;
    }

    .strength-box-1 {
        background-image: url('images/PreBookKaro_Website_mediaassets-13.png');
        background-size: 340px !important;
        background-position: -14px !important;
        background-repeat: no-repeat;
    }

 .different-image {
    background-image: url('images/PreBookKaro_Website-23.jpg');
    background-attachment: fixed;
    background-position: center !important;
    background-repeat: no-repeat;
    height: 320px !important;
    min-height: 320px !important;
    background-size: cover!important;
}

    .easy-row {

        text-align: center;
        height: 580px !important;
        position: relative !important;

    }

    .easy-right img {
        max-width: 290px !important;
        position: absolute !important;
        right: 0 !important;
        bottom: -20px;

    }

    .item {
        margin: 20px !important;
    }

    .building {
        height: 320px !important;
        min-height: 320px !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .hero-inner p {
        font-size: 16px;
        line-height: 28px;
        padding: 0 10px;
    }

    .text2 {

        width: 70% !important;
         display:none;

    }

    .text {

        left: 65% !important;
        display:none;


    }

    .text img {

        margin-bottom: -7px !important;
    }

    .hero-inner p {
        margin: 20px 0 20px 0;
    }

    .counting-mobile {
        font-size: 50px;
        position: absolute;
        color: #d8d8d8;
        top: -44px;
        font-family: 'Domaine Bold';
        background: -webkit-linear-gradient(#d8d8d8, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: -4px;
    }

    .right_content {
        position: relative;
    }

    .easy-left {

        padding: 10px;
    }

    .card .card-content .card-header h3 {
        margin-left: 15px !important;
    }

    .card .card-content .card-desc p {

        margin-left: 15px;
    }

    .card .card-content {

        padding: 20px 0 !important;
    }

    .logo {
        margin-left: 15px !important;
    }
    

}