* {
    margin: 0;
    padding: 0;
}

/* css variable declaration */
:root {
    --secondary-color: #f9f9f9;
    --primary-color: #ff6a00;
    --ordinary-text-color: #999796;
    --dark-color: #2a2b2f;
}

/* boot strap customization start */

.horizontal-line {
    width: 100%;
    height: 2px;
    z-index: 100;
    position: absolute;
    top: 12%;
    background-color: #949494;

}

/* nav bar */
.mr-auto,
.mx-auto {
    margin-right: 0;
}

.navbar {
    position: absolute;
    z-index: 50;
    color: #fff;
    padding: 0;
}

#header {
    min-height: 98px;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
}

#header .navbar {
    transition: all 0.3s ease;
}

#header .navbar li.nav-item {
    transition: all 0.3s ease;
}

#header .navbar .nav-link {
    transition: all 0.3s ease;
}

#header .fa-bars {
    color: white;
    font-size: 30px;
}

.navbar-nav {
    margin-right: 200px;
}

.nav-item {
    margin: 0 10px;
}

#header .navbar-nav a {
    color: #fff;
}

#header .navbar-nav a:hover {
    color: white;
}

.form-inline .fa {
    margin-right: 6px;
    margin-left: 8px;
    color: var(--primary-color);
}

.bg-light {
    background-color: transparent !important;
}

/* buttons */
.btn {
    margin-right: 28px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    border-radius: 4px;
    padding: 8px 13;

}

.btn-primary:hover {
    color: #fff;
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    opacity: .9;
    outline: 0;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
    outline: 0;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    outline: 0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-sm {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 26px;
}

.nav-link li a:hover {
    margin: 0 10px;
    border-bottom: 4px solid var(--primary-color);
    padding: 21px 0px;
    z-index: 1100;
    position: relative;
}

h5 {
    font-size: 28px;
}

button:focus {
    outline: 1px;
}

.form-control {
    color: #495057;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    -moz-appearance: none;
}

/* custom class for select box arrow */

/*  */
.form-group {
    margin-bottom: 1rem;
    margin-top: 30px;
}

.btn-dark {
    color: #fff;
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    width: 100%;
}

.btn-dark:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* header slider buttons */

.carousel-control-next,
.carousel-control-prev {
    position: relative;
    top: -90px;
    left: 66px;
    margin-right: 15px;
    bottom: 0;
    z-index: 1;
    border: 1px solid #36373a;
    width: 3%;
    color: #fff;
    transition: opacity .15s ease;
    padding: 10px 0px;
    opacity: .8;
    background-color: #36373a;
}

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 28px;
    color: #fff;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

/* boot strap customization end */

/* universal style */
ul {
    list-style-type: none;
}

h2 {
    font-size: 35px;
    color: #2a2b2f;
}

h6 {
    font-size: 15px;
    font-weight: 400;
    color: #7c7c7c;
}

p {
    font-size: 16px;
    color: var(--dark-color);
}

/* body wrapper start */
.body-wrapper {
    overflow: hidden;
}

/* body wrapper end */

/*** header & banner css start ***/

#header hr {
    width: 100%;
    height: 0px;
    z-index: 5;
    position: absolute;
    top: 80px;
    background-color: white;
}

.banner-slider {
    width: 100%;
}

.brand-logo {
    height: 64px;
}

/* alibaba logo  */
a.nav-mob {
    color: white;
    margin: 0 14px 0 0;
    text-decoration: none;
}

/* toggle button border */
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: transparent;
}

/*  */
li.nav-item {
    border-bottom: 4px solid transparent;
    height: 97px;
    padding-top: 29px;
}

li:hover.nav-item {
    border-bottom: 4px solid var(--primary-color);
    transition: .4s ease-in-out;
}

.slide-text {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    color: black;
}

.carousel-caption {
    margin: 25px auto 0;
    max-width: 50%;
    top: 36%;
    z-index: 10;
    color: #fff;
}

.carousel-caption p {
    margin-top: 28px;
    color: #fff;
}

.carousel-caption button {
    margin-top: 28px;
    color: #fff;
    background-color: #f96c07;
    width: 160px;
    height: 45px;
}

/* over lay for banner */
#banner .banner-slider .carousel-item .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

/*  */
/*** header & banner css end ***/

/*** Our Story Section Start ***/

#ourStory {
    padding: 80px 0 70px;
}

#ourStory p {
    text-align: justify;
}

.ourStory-form {
    background-color: var(--secondary-color);
    margin-top: -61.3%;
}

.form-header {
    background-color: var(--primary-color);
    padding: 13px 10px;
    display: flex;
    align-items: center;
}

.form-header-quote {
    border-right: 2px solid white;
    width: 70px;
    height: 50px;
    margin-right: 10px;
}

.form-header-text h2 {
    font-size: 28px;
    color: white;
    margin: 0;
}

.form-header-text h6 {
    font-size: 13px;
    color: white;
}

.form-body {
    padding: 0px 38px 32px;
}

#ourStory .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.form-group button {
    margin-top: 11px;
}

.css-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/select-box-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

/* just for FF */
@-moz-document url-prefix() {
    .ourStory-form {
        margin-top: -60.3%;
    }

    /* custom class for select box arrow */

}

/*  */
/*** Our Story Section End ***/

/*** Our Services Section Start ***/

#ourServices {
    background-color: var(--secondary-color);
    padding: 34px 0 20px;
}

.ourServices-text {
    margin: 20px auto 50px;
    text-align: center;
    max-width: 690px;
}

/* Our Services slider-nav*/
#ourServices .slider-nav .slick-track {
    opacity: 1;
    display: flex;
    justify-content: center;
    width: auto !important;
    left: 0 !important;
}

.slider-nav .item {
    width: 110px !important;
    text-align: center;
    margin: 0 50px;
}

.slider-nav .item span {
    font-size: 15px;
    display: inline-block;
    margin-top: 15px;
}

.slider-nav .item img {
    margin: 17px auto;
}

/* Our Services slider-for  */
.item-inner {
    background-color: var(--primary-color);
    margin-top: 50px;
}

.slider1 {
    padding: 0px;
}

.custom-img {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.custom-img span {
    float: right;
    margin-top: 25px;
    margin-right: 19px;
    font-size: 60px;
    color: white;
}

.custom-content {
    padding: 55px 40px;
}

.custom-content p {
    font-size: 18px;
    text-align: justify;
}

.custom-content h2,
.custom-content p {
    color: white;
}

/* svg */
svg:hover {
    transition: .5s;
    fill: var(--primary-color);
}

/*  */

/*** Our Services Section End ***/

/*** Testimonial Section Start ***/
#testimonial {
    padding: 60px 0 80px;
    text-align: center;
    background-image: url('../images/testimonial-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.authorblock img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.testimonial-outer {
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #ff8833;
    padding: 48px 50px 0px;
    margin: 60px auto 35px;
    max-width: 890px;
}

.testimonial-outer:after,
.testimonial-outer:before {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonial-outer::after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px;
}

.testimonial-outer::before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ff8833;
    border-width: 33px;
    margin-left: -33px;
}

.contentblock::before {
    content: url('../images/quote-left.png');
    position: absolute;
    top: 60px;
    left: 60px;

}

.contentblock::after {
    content: url('../images/quote-right.png');
    position: absolute;
    bottom: 60px;
    right: 60px;
}

.contentblock {
    position: relative;
    padding: 75px 130px 70px;
    border: 1px #aaaaaa solid;
}

.contentblock p {
    text-align: center;
    font-size: 20px;
    color: #3d3d3d;
}

.authorblock {
    padding: 15px 0 0;
    display: flex;
    justify-content: space-between;
}

.testimonial-slider-block {
    position: absolute;
    top: 8%;
    left: 22%;
}

/* slider buttons style  */
.testimonial-slider-btns {
    display: flex;
}

.testimonial-outer .carousel-control-next,
.testimonial-outer .carousel-control-prev {
    position: relative;
    top: -260px;
    margin-right: 15px;
    bottom: 0;
    z-index: 1;
    border: 1px solid #f6f6f6;
    transition: opacity .15s ease;
    padding: 10px 0px;
    opacity: 1;
}

.testimonial-outer .carousel-control-next {
    left: 88%;
}

.testimonial-outer .carousel-control-prev {
    left: -3%;
}

.testimonial-outer #carouselExampleControls2 a {
    border-radius: 80px;
    width: 50px;
    background-color: #f6f6f6;
}

.testimonial-outer #carouselExampleControls2 a i {
    color: var(--dark-color);
}

/*** Testimonial Section End ***/

/*** Chase Your Dreams Section Start ***/
#chaseYourDreams {
    background-image: url('../images/chaseYourDream-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#chaseYourDreams h1 {
    font-size: 75px;
    color: white;
}

/*** Chase Your Dreams Section End ***/

/***  Why Alibaba Section Start ***/
#whyAliBaba {
    background-color: var(--secondary-color);
    padding: 100px 0px 80px;
}

/*** Why Alibaba Section End ***/

/*** Our Clients Section Start ***/
#ourClients {
    padding: 60px 0px;
}

/* Our clients slick slider center mode custom css */
#ourClients .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ourClients .slick-initialized .slick-slide {
    opacity: .2;
}

#ourClients .slick-slide img {
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1);
    transform: scale(1);

}

#ourClients .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.ourClients-content {
    margin-bottom: 87px;
}

/* Next and Previous buttons styles */
.ourClient-slider button {
    background: transparent;
    border: hidden;
    font-size: 50px;
}

.ourClient-slider .slick-slide {
    margin: 0 20px;
    border: 1px solid white;
    height: 100px;
    padding: 20px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

#ourClients .slick-slide.slick-current.slick-active.slick-center {

    border: 1px solid #d3d3d3;
    opacity: 1;

}

button.slick-next.slick-arrow {
    position: absolute;
    bottom: 12px;
    right: -63px;
    z-index: 50;
}

button.slick-prev.slick-arrow {
    position: absolute;
    left: -64px;
    bottom: 12px;
    z-index: 50;
}

/*  */
/*** Our Clients Section End ***/

/*** Contact Us Start ***/
#contactUs {
    margin-top: 60px;
    margin-bottom: -10.3%;
    position: relative;
}

.contactUs-top {
    position: relative;
    background-color: var(--primary-color);
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 140px;
}

.contactUs-top-img {
    flex: 0 0 16%;
}

.contactUs-top-img img {
    position: absolute;
    bottom: 0;
}

.contactUs-top-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 0 70%;
}

.contactUs-top-heading h5 {
    align-self: center;
    color: white;
    font-size: 20px;
}

.contactUs-top-heading button {
    background-color: transparent;
    color: #fff;
    border: 1.5px solid white;
    border-radius: 4px;
    font-size: 15.38px;
    font-weight: 600;
    padding: 8px 10px;
}

.contactUs-top-heading button:hover {
    background-color: var(--dark-color);
    opacity: .9;
}

.contactUs-bottom {
    background-color: #1f1f1f;
    padding: 30px 40px;
}

.contactUs-bottom h6 {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.contactUs-bottom p {
    font-size: 14px;
    color: var(--ordinary-text-color);
}

.contact-icons {
    padding-right: 15px;
    border-right: 2px solid #8f450f;
    margin-right: 10px;
}

.contact-icons img {
    width: 32px;
}

/*** Contact Us End ***/

/*** Footer Start ***/
#footer {
    background-color: #252525;
    color: #fff;
    padding: 100px 0 0;
}

#footer .container .row {
    margin: 150px 0 50px;
}

#footer h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

#footer p {
    color: #999796;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
}

/* footer logo */
#footer-logo {
    width: 211px;
    height: 66px;
}

#footer ul li a {
    text-decoration: none;
    color: #999796;
    font-size: 14px;
}

#footer ul li a:hover {
    color: #fff;
}

#footer a i {
    margin-right: 12px;
    color: var(--primary-color);

}

.footer-bottom {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-bottom ul li {
    display: inline-block;
    padding-right: 8px;

}

.footer-bottom ul li a {
    border-right: 1px solid;
    padding-right: 10px;
}

.footer-bottom ul li:last-child a {
    border-right: 0px;
    padding-right: 0;
}

a[href^="tel:"] {
    color: var(--ordinary-text-color);
}

/*** Footer End ***/

/* Media Queries for Responsiveness */


/* Media Query for >= 320px */

@media(min-width: 320px) and (max-width: 767px) {

    /* for header */

    /* nav bar */
    .navbar {
        left: 0;
        width: 100%;
        margin-top: 15px;
    }

    div#navbarSupportedContent {
        background-color: white;
        text-align: center;
        margin-top: 17px;
    }

    .navbar-nav {
        margin-right: 0;
        padding: 0 70px;
    }

    li.nav-item {
        border-bottom: 1px solid var(--primary-color);
        padding-top: 0;
        height: auto;
    }

    li:hover.nav-item {
        background-color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
        padding-top: 0;
        height: auto;
    }

    #header form.form-inline {
        display: flex;
        justify-content: center;
    }

    a.nav-mob {
        color: black;
    }

    /*  */
    .carousel-inner {
        overflow: visible;
    }

    .banner-slider {
        min-height: 630px;
    }

    .banner-slider h1 {
        font-size: 29px;
    }

    .carousel-caption {
        max-width: 100%;
        top: 26%;
        color: #fff;
    }

    .carousel-caption p {
        color: #fff;
    }

    #banner .carousel-item img {
        min-height: 630px;
    }

    /* banner text */

    .banner-slider h3,
    .banner-slider p {
        display: none;
    }

    #slider-btn {
        visibility: hidden;
    }

    /* banner section end */

    /* our story section */
    #ourStory {
        padding: 0;
    }

    .ourStory-form {
        margin-top: 0;
        margin: 15px 0;
    }

    /* our services start*/

    /* slider nav */

    .slider-nav .item {
        width: auto !important;
        text-align: center;
        margin: 0 10px;
    }

    .slider-nav .item span {
        font-size: 12px;
    }

    /* slider-for */

    .custom-content h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .custom-content p {
        font-size: 15px;
    }

    /* our services end */

    /* testimonial start */
    #testimonial {
        padding: 40px 0;
    }

    .testimonial-outer {
        border: none;
        margin: 20px auto 35px;
        padding: 20px 20px 0px;
    }

    .testimonial-outer::before,
    .testimonial-outer::after {
        border: none;
    }

    .contentblock {
        padding: 20px 10px;
    }

    .contentblock::before {
        top: 4%;
        left: 1%;
    }

    .contentblock::after {
        bottom: 2%;
        right: 2%;
    }

    .contentblock {
        padding: 20px 38px;
    }

    .contentblock p {
        font-size: 16px;
        text-align: justify;
    }

    .authorblock span {
        margin-top: 23px;
    }

    /* slider btns  */
    .testimonial-slider-btns {
        display: none;
    }

    /* testimonial end */

    /* chase your dream start */
    #chaseYourDreams {
        height: 330px;
    }

    #chaseYourDreams h1 {
        font-size: 30px;
    }

    /* chase your dream end */

    /* why ali baba start */
    #whyAliBaba {
        padding: 40px 0px;
    }

    /* #whyAliBaba .container {
        width: 90%;
    } */
    #whyAliBaba .col-lg-6 {
        text-align: center;
    }

    #whyAliBaba .col-lg-6 img {
        margin-top: 10px;
        width: inherit;
    }

    /* why ali baba end */

    /* contact us start */
    #contactUs .container {
        padding: 0;
        max-width: 100%;
    }

    .bottom-container {
        display: flex;
        align-items: center;
        padding: 0px 25px;
        margin: 20px 30px;
    }

    /* contact us end */

    /* footer start */

    #footer .container .row {
        margin: 21px 0;
    }

    .footer-bottom ul {
        order: 1;
        text-align: center;
    }

    .footer-bottom p {
        order: 2;
    }

    /* footer end */
}

@media (max-width: 575px) and (min-width: 320px) {
    #header hr {
        top: 65px;
    }

    .contactUs-top {
        display: flex;
        flex-wrap: wrap;
    }

    .contactUs-top-img {
        flex: 0 0 55%;
        margin-left: 0;
    }

    .contactUs-top-heading {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex: 0 0 45%;
    }

    .contactUs-top-heading h5 {
        font-size: 18px;
    }

    .contactUs-top-heading button {
        font-size: 13px;
        font-weight: 500;
    }

    .brand-logo {
        height: auto;
        width: 225px;
    }

    #header .navbar-nav a {
        color: #000;
    }
}

/* Media Query for >= 768px */

@media(min-width: 768px) and (max-width: 991px) {

    /* header */
    /* nav bar */
    .navbar {
        left: 0;
        width: 100%
    }

    #header hr {
        top: 50px;
    }

    div#navbarSupportedContent {
        background-color: white;
        text-align: center;
        margin-top: 7px;
    }

    .navbar-nav {
        margin-right: 0;
        padding: 0 70px;
    }

    li.nav-item {
        border-bottom: 1px solid var(--primary-color);
        padding-top: 0;
        height: auto;
    }

    li:hover.nav-item {
        background-color: var(--primary-color);
        border-bottom: inherit;
    }

    #header .navbar-nav a {
        color: black;
    }

    #header .navbar-nav a:hover {
        color: white;
    }

    #header form.form-inline {
        display: flex;
        justify-content: center;
    }

    a.nav-mob {
        color: black;
        margin: 0 14px 0 0;
        text-decoration: none;
    }

    /*  */
    .carousel-inner {
        overflow: visible;
    }

    .banner-slider {
        min-height: 630px;
    }

    .carousel-caption {
        max-width: 100%;
        top: 26%;
        color: #fff;
    }

    .carousel-caption p {
        color: #fff;
    }

    #banner .carousel-item img {
        min-height: 630px;
    }

    .banner-slider h1 {
        font-size: 45px;
    }

    .banner-slider h3 {
        display: block;
        margin-top: 25px;
        font-size: 23px;
    }

    .banner-slider p {
        display: block;
    }

    /* banner section end */

    /* our story section */
    #ourStory {
        padding: 0;
    }

    .ourStory-form {
        margin-top: 0;
        margin: 15px 0;
    }

    /* our services start*/
    #ourServices .custom-content {
        padding: 0 30px 0 0;
    }

    /* testimonial section start */
    #testimonial {
        padding: 35px 0;
    }

    .contentblock {
        padding: 19px 25px 15px;
    }

    /* testimonial slider btns positions */
    .testimonial-outer .carousel-control-next,
    .testimonial-outer .carousel-control-prev {
        top: -182px;
    }

    .testimonial-outer .carousel-control-prev {
        left: -5%;
    }

    .testimonial-outer .carousel-control-next {
        left: 85%;
    }

    .contentblock::before {
        top: 2px;
        left: 4px;
    }

    .contentblock::after {
        bottom: 0px;
        right: 4px;
    }

    .contentblock p {
        font-size: 18px;
    }

    .authorblock span {
        margin-top: 15px;
    }

    /* share your dreams section start */
    #chaseYourDreams {
        height: 350px;
    }

    #chaseYourDreams h1 {
        font-size: 50px;
    }

    /* contact us start */
    #contactUs .container {
        max-width: 100%;
        padding: 0;
    }

    .contactUs-top h5 {
        font-size: 18px;
        display: inline-block;
    }

    .contactUs-top-heading button {
        font-size: 13px;
        padding: 7px;
        display: inline-block;
    }

    /* footer start */
    #footer .container .row {
        margin: 50px 0;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    #header .navbar-nav a {
        color: black;
    }

    #header .navbar-nav a:hover {
        color: white;
    }

    .contactUs-top-img {
        flex: 0 0 25%;
    }

    .contactUs-top-heading {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        flex: 1 0 70%;
    }

    .contactUs-top-heading button {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* Media Query for >= 992px and <= 1199 */
@media(min-width: 992px) and (max-width: 1199px) {

    #header .carousel-inner {
        height: 100vh;
    }

    #header .carousel-item img {
        height: 100vh;
    }

    .navbar-nav {
        margin-right: 0;
    }

    #header .btn-sm {
        padding: 9px 16px;
    }

    /* our story section start */
    .ourStory-form {
        margin-top: -72%;
    }

    /* our client section start */
    button.slick-next.slick-arrow {
        bottom: 12px;
        right: 14px;
    }

    button.slick-prev.slick-arrow {
        left: 12px;
        bottom: 12px;
    }

    /* contact us section start */
    #contactUs {
        margin-top: 40px;
        margin-bottom: -16%;
    }

    #contactUs h5 {
        font-size: 25px;
    }
}


/*
* Fixed Header
*/

#header.fixed-header {
    background: #000 !important;
    position: fixed;
    width: 100%;
    z-index: 999;
    min-height: 77px;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    #header.fixed-header {
        min-height: 66px;
    }
}

@media (max-width: 768px) {
    #header.fixed-header .navbar {
        margin-top: 0;
    }

    div#navbarSupportedContent {
        margin-top: 0;
    }
}

#header.fixed-header hr {
    display: none;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    #header.fixed-header .navbar li.nav-item {
        height: 77px;
        transition: all 0.3s ease;
    }

    #header.fixed-header .navbar .nav-link {
        padding: 0rem 0.5rem;
        transition: all 0.3s ease;
    }
}


.modal-content {
    padding: 20px 30px;
}

.modal-content label {
    width: 100%;
    margin-bottom: 30px;
}

.modal-content label input {
    padding-left: 0;
}

.modal-content textarea {
    padding-left: 0;
}

.modal-content .close {
    text-align: right;
}

.modal-content h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.modal-content .messagebox h5 {
    font-weight: normal;
    font-size: 18px;
}

.modal-content .btntext .btn.btn-primary {
    padding: 13px 33px;
    font-size: 16px;
    margin-bottom: 20px;
}

#slider-btn {
    opacity: 0;
}

.thank-you-page #footer .container .row {
    margin: 0px 0 50px;
}

.thank-you-page #header {
    background: #000 !important;
}

.thank-you {
    padding: 200px 0;
}

.thank-you span {
    display: block;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.thank-you p {
    display: block;
    text-align: center;
    font-size: 42px;
    margin-top: 21px;
}

/*
* Whatsapp 
*/

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

.whatsapp i {
    font-size: 60px;
    color: #01E675;
    text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.25098039215686274);

}