@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --bg-color: #ff5e31;
    --bs-text: #fff;
    --bs-title: #000;
    --bs-logo: #f9ca61;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}

section {
    margin-top: 50px;
}

.column img {
    width: 100%;
    height: auto;
}


/* ------------------------------------------*/
/* ---------->>> HERO <<<-----------*/
/* ------------------------------------------*/
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    /* padding-bottom: 0.5rem; */
}

.logo a {
    color: #FAAA33;
    text-decoration: none;
    font-size: 25px;
}

.carousel {
    position: relative;
    padding: 0;
}

section.hero-section {
    margin-top: -10px;
    padding: 0;
}

header#index {
    box-shadow: 2px 1px 1px 1px #c0c0c0;
}

.abt {
    text-align: center;
    text-decoration: underline;
}

.aboutxt {
    margin-top: 25%;
    padding: 20px;
    /* box-shadow: 5px 5px 5px 5px #cfcfcf; */
    border: 1px solid #ff5e31;
}

.navbar-logo {
    text-decoration: none;
    float: left;
    padding-top: 15px;
}

a.nav-link:hover {
    background: #ff5e31;
    color: #fff;
    transition: .5s ease-in-out;
    border-radius: 5px;
}

a.nav-link {
    color: var(--bs-title);
    margin-bottom: -20px;
    padding: 10px;
    margin-top: -2px;
    border-radius: 5px;
    text-align: center;
}

a.navbar-brand:hover {
    color: var(--bg-color);
}

a.navbar-brand {
    color: var(--bs-title);
}


/* ------------------------------------------*/
/* ---------->>> HERO <<<-----------*/
/* ------------------------------------------*/


a.nav-link {
    color: var(--bs-title);
    padding: 13px;
    border-radius: 5px;
    text-align: center;
}

/* button.navbar-toggler {
    position: fixed;
    right: 25px;
    top: 16px;
    border-color: #000;
} */

button.carousel-control-prev {
    display: none;
}

button.carousel-control-next {
    display: none;
}

.nav-link .active:hover {
    background: #ff5e31;
    color: #fff;
}

.logo img {
    width: 25%;
    height: auto;
    cursor: pointer;
}

.navbar-nav {
    padding-top: 10px;
}

.nav-item {
    padding-left: 5px;
}

h2.og {
    margin-bottom: 70px;
}

buttonbtn:hover {
    background: transparent;
    border: 2px solid #ff5e31;
    color: #000;
}

.line {
    width: 100%;
}

.hero-section .content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
}

.hero-section .content h5 {
    font-size: 26px;
    max-width: 600px;
    line-height: 10px;
    margin-left: -6px;
}

.hero-section .content h1 {
    font-weight: 600;
    max-width: 600px;
    margin-top: 15px;
    margin-left: -5px;
}

#close-menu-button {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: none;
}

#hamburger-button {
    color: #fff;
    cursor: pointer;
    display: none;
}

/* ------------------------------------------*/
/* ---------->>> ABOUT <<<-----------*/
/* ------------------------------------------*/

.aboutpic img {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

.banner {
    background-image: url(..//images/funfact/ff1f.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 100px 20px;
    height: 35vh;
    margin-top: -17px;
}

.bannertxt h5 {
    font-size: 20px;
}

.bannertxt {
    color: #fff;
    text-align: center;
}

.banner span {
    color: var(--bg-color);
    font-weight: 600;
}

.bannertxt i {
    color: #fff;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.team-text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.team {
    padding-bottom: 80px;
}

.teamt {
    text-align: center;
    margin-bottom: 35px;
}

.trainer1 {
    position: relative;
}

.trainer1 img {
    width: 100%;
    height: auto;
}



.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff5e31;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    margin-bottom: -4px;
}

.trainer1:hover .overlay {
    height: 100%;

}

.text1 {
    color: #fff;
    float: right;
    margin-top: -28%;
    position: absolute;
    left: 63%;
}

.text h5 {
    font-size: 35px !important;
}

.text h1 {
    font-size: 70px
}

.text1 h5 {
    font-size: 35px !important;
}

.text1 h1 {
    font-size: 70px
}

.text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}


.socialmedia {
    text-align: center;
    float: left;
    padding-left: 10px;
}

.socialmedia i {
    font-size: 20px;
    padding: 10px 5px;
    background: var(--bg-color);
    border-radius: 50px;
    width: 100%;
    color: #fff;
    margin-left: 10px;
    margin-top: 15px;
}

.teamtxt h1 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

/* ------------------------------------------*/
/* ---------->>> FUNFACT <<<-----------*/
/* ------------------------------------------*/

.funfact {
    background-image: url(..//images/funfact/ff1f.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 100px 20px;
    background-attachment: fixed;
    float: left;
    width: 100%;
}

.txt i {
    font-size: 45px;
    background: var(--bg-color);
    padding: 20px 25px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.txt p {
    color: #fff;
}

.txt {
    color: #fff;
    text-align: center;
}

/* ------------------------------------------*/
/* ---------->>> blog <<<-----------*/
/* ------------------------------------------*/
.blogtext {
    text-align: center;
    margin-top: 10px;
}


.blogpic img:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blogpic img {
    width: 100%;
    height: auto;
    margin-left: 5px;
    margin-top: 25px;
}

.blogpictext h1 {
    font-size: 15px;
    margin-left: 8px;
    text-align: center;
    background-color: var(--bg-color);
    color: var(--bs-text);
}

/* ------------------------------------------*/
/* ---------->>> WHY CHOOSE US <<<-----------*/
/* ------------------------------------------*/

.wcutxt {
    text-align: center;
}

.wtxt {
    text-align: right;
    margin-top: 50px;

}

.wtxt p {
    color: var(--bs-title);
}

.wtxt1 p {
    color: var(--bs-title);
}

.wtxt1 {
    text-align: left;
    margin-top: 50px;
    margin-left: 30px;
}

.wpic img {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 20px;
}

.wtxt1 h5 {
    color: var(--bg-color);

}

.wtxt h5 {
    color: var(--bg-color);

}

/* ------------------------------------------*/
/* ---------->>> SERVICE <<<-----------*/
/* ------------------------------------------*/
h2.section-heading {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    text-decoration: underline;
}

section.services {
    height: auto;
    width: 100%;
    display: grid;
    place-items: center;
    /* background: #cfcfcf; */
    padding: 50px;
    float: left;
}

p.stxt {
    color: #000;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.column {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.icon-wrapper p {
    color: var(--bs-title);
}

.card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #ff5e31 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
}

p.footertxt {
    color: #fff;
    margin-left: -10px;
    margin-top: 2px;
}

p {
    color: var(--bs-title);
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.icon-wrapper img {
    width: 75%;
    height: auto;
    margin-top: -3px;
}

.icon-wrapper {
    background-color: #ff5e31;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.service-txt {
    text-align: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-bottom: 30px;
}

.card:hover {
    background-position: 0 100%;
}

.card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #ff5e31;
}

.card:hover h3 {
    color: #ffffff;
}

.card:hover p {
    color: #f0f0f0;
}



/* ------------------------------------------*/
/* ---------->>> TESTIMONIALS <<<-----------*/
/* ------------------------------------------*/
.photo-author img {
    width: 101%;
    height: auto;
    border-radius: 43%;
    margin-top: -8px;
}

.tmain {
    text-align: center;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    overflow: hidden;
    height: auto;
    width: 100%;
    /* padding-bottom: 80px; */
}

.testimonials {
    background-color: #ffffff;
    width: 100%;
    max-width: 740px;
    margin: 20px;
    box-shadow: 0 6px 5px -7px #cbcbcb;
    border-radius: 3px;
    position: relative;
    opacity: 0;
    animation: showTestimonials 0.32s 0.78s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
    margin-top: 50px;

    input {
        display: none;
        visibility: hidden;
        height: 0;
        width: 0;
        pointer-events: none;
        opacity: 0;
    }
}

@keyframes showTestimonials {
    to {
        opacity: 1;
    }
}

.testimonials-inner {
    position: relative;
    min-height: 100px;
}

.testimonial {
    padding: 40px 34px 20px 34px;
    margin: 0 30px;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-inner .testimonial:nth-child(1),
input[name="testimonial"]:nth-child(2):checked~.testimonials-inner .testimonial:nth-child(2),
input[name="testimonial"]:nth-child(3):checked~.testimonials-inner .testimonial:nth-child(3),
input[name="testimonial"]:nth-child(4):checked~.testimonials-inner .testimonial:nth-child(4) {
    pointer-events: initial;
}

.testimonial {
    transition: 0.72s cubic-bezier(0.215, 0.610, 0.355, 1), opacity 0.32s 0.12s;
    opacity: 0;
    transform: translate(0, 38px);
    max-height: 80px;
    animation: hideTestimonial 0s 0.52s forwards;
    position: relative;
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-inner .testimonial:nth-child(1),
input[name="testimonial"]:nth-child(2):checked~.testimonials-inner .testimonial:nth-child(2),
input[name="testimonial"]:nth-child(3):checked~.testimonials-inner .testimonial:nth-child(3),
input[name="testimonial"]:nth-child(4):checked~.testimonials-inner .testimonial:nth-child(4) {
    animation: showTestimonial 0s 0.72s forwards;
    position: absolute;
    opacity: 1;
    transform: none;
    max-height: 500px;
    transition: 0.3s 0.52s, opacity 0.68s 0.92s, max-height 0.82s 0.72s;
}

@keyframes hideTestimonial {
    to {
        position: absolute
    }
}

@keyframes showTestimonial {
    to {
        position: relative
    }
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-bullets label:nth-child(1) span,
input[name="testimonial"]:nth-child(2):checked~.testimonials-bullets label:nth-child(2) span,
input[name="testimonial"]:nth-child(3):checked~.testimonials-bullets label:nth-child(3) span,
input[name="testimonial"]:nth-child(4):checked~.testimonials-bullets label:nth-child(4) span {
    background-color: rgba(245, 34, 34, 0.836);
    transform: scale(1);
    transition: transform 0.36s cubic-bezier(0.26, -0.59, 0.43, 2.48), background-color 0.41s ease-in;
}

.testimonial-photo {
    height: 84px;
    width: 84px;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.photo-background {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    box-shadow: 0 -4px 3px -2px #c3c2c2;
    width: 100%;
    transform: scale(0.87);
    transition: 0.32s;
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-inner .testimonial:nth-child(1) .photo-background,
input[name="testimonial"]:nth-child(2):checked~.testimonials-inner .testimonial:nth-child(2) .photo-background,
input[name="testimonial"]:nth-child(3):checked~.testimonials-inner .testimonial:nth-child(3) .photo-background,
input[name="testimonial"]:nth-child(4):checked~.testimonials-inner .testimonial:nth-child(4) .photo-background {
    transform: scale(1);
    transition: 0s;
}

.photo-author {
    background-size: 68px;
    background-position: center;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #dbdbdb;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transform: scale(1.18) translate(0, -6px);
    transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.6s, height 0s 0.6s;
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-inner .testimonial:nth-child(1) .photo-author,
input[name="testimonial"]:nth-child(2):checked~.testimonials-inner .testimonial:nth-child(2) .photo-author,
input[name="testimonial"]:nth-child(3):checked~.testimonials-inner .testimonial:nth-child(3) .photo-author,
input[name="testimonial"]:nth-child(4):checked~.testimonials-inner .testimonial:nth-child(4) .photo-author {
    transform: scale(1);
    opacity: 1;
    height: 68px;
    width: 68px;
    transition: width 0.26s 1.01s, height 0.26s 1.01s;
}

.testimonial-text {
    color: #606060;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 1px #939393;
    letter-spacing: 0.12px;
    font-style: italic;
    line-height: 26px;
    margin-top: 10px;
}

.testimonial-author {
    font-size: 15px;
    text-align: right;
    color: #bdbdbd;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-shadow: 0 0 1px #e3e3e3;

    &:before {
        content: '– ';
    }
}

.testimonials-bullets {
    display: flex;
    justify-content: center;
    width: 20%;
    height: 30px;
    transform: translate(0, 8px);

    .bullet {
        height: 30px;
        width: 30px;
        cursor: pointer;
        margin: 0 1px;

        div {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background-color: #ffffff;
            box-shadow: 0 4px 6px -7px #000000;

            span {
                background-color: #c3c3c3;
                height: 14px;
                width: 14px;
                border-radius: 50%;
                transform: scale(0.82);
                transition: 0.72s;
            }
        }

        &:hover span {
            background-color: rgba(216, 118, 118, 0.836);
        }
    }
}

.testimonials-arrows {
    height: 100%;

    .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        position: absolute;
        top: calc(50% - 25px);

        span {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #ffffff;
            border-radius: 50%;
            height: 40px;
            width: 40px;

            &:before {
                font-size: 32px;
                font-family: monospace, sans-serif;
                font-weight: 600;
                color: #c3c3c3;
                transition: color 0.21s ease-in;
            }
        }

        &:hover span:before {
            color: #444444;
            transition: color 0.17s ease-out;
        }

        label {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            cursor: pointer;
        }
    }

    .arrow-left {
        left: -20px;

        span {
            box-shadow: 40px 0 20px 20px #ffffff, -5px 0 30px 0px #e1e1e1;

            &:before {
                content: '<';
            }
        }
    }

    .arrow-right {
        right: -20px;

        span {
            box-shadow: -40px 0 20px 20px #ffffff, 5px 0 30px 0px #e1e1e1;

            &:before {
                content: '>';
            }
        }
    }
}


/* swiper button css */
.nav-button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-button::after,
.nav-button::before {
    font-size: 20px;
    color: #fff;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: #4070f4;
}



/* ------------------------------------------*/
/* ---------->>> CONTACT <<<-----------*/
/* ------------------------------------------*/
input[type="text"] {
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    border: 2px solid #ff5e31;
    border-radius: 10px;
}

form {
    background: #fff;
    padding: 30px;
    margin-top: 16%;
}

.mapsction iframe {
    width: 100%;
}

.cbanner p {
    color: #fff;
    font-size: 20px;
    margin-bottom: -25px;
}

.topic-text {
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.cbanner {
    background: #ff5e31;
    padding: 50px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    margin-top: -30vh;
}

.box h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: -70px;
    margin-top: 12vh;
}

.box p {
    font-size: 15px;
    text-align: center;
    margin-top: 25%;
}

.box:hover {
    background: #ff5e31;
    color: #fff;
    transition: .5s;
}

.icon-phone i:hover {
    background: #fff;
}

.box h1:hover {
    color: #fff;
}

.box p:hover {
    color: #fff;
}

.box {
    border: 1px solid #ff5e31;
    margin-top: -25px;
    min-height: 30vh;
    width: 70%;
    border-radius: 25px;
}

.icon-phone.text-center {
    background: #ff5e31;
    width: 15%;
    padding: 20px;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    /* border-radius: 50px; */
}

input.ctn {
    border: none;
    padding: 15px;
    background: var(--bg-color);
    color: var(--bs-text);
    border-radius: 10px;
}

.left-side p {
    color: #000;
    font-weight: 500;
}

section.contact {
    background-image: url(../images/contact/get.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 15px;
}

.container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px;
    /* background: var(--bs-text); */
}

.container .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side btn {
    display: inline-block;
    margin-top: 12px;
}

.right-side btn input[type="button"] {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: var(--bs-title);
    cursor: pointer;
    transition: all 0.3s ease;
}

btn input[type="button"]:hover {
    background: var(--bg-color);
}


footer {
    background-color: #000000ff;
    position: relative;
    width: 100%;
    min-height: 350px;
    padding: 3rem 1rem;
    float: left;
}

.container1 {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col {
    min-width: 250px;
    color: #f2f2f2f2;
    font-family: poppins;
    padding: 0 2rem;
}

.col .logo {
    width: 100px;
    margin-bottom: 25px;
}

.col h3 {
    color: #ff5e31;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.col h3::after {
    content: '';
    height: 3px;
    width: 0px;
    background-color: #ff5e31;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;

}

.col h3:hover::after {
    width: 30px
}

.col .social a i {
    color: #fff;
    margin-top: 2rem;
    margin-right: 5px;
    transition: 0.3s ease;
    background: #ff5e31;
    padding: 15px 15px;
    border-radius: 25px;
}

.col .social a i:hover {
    background: transparent;
    border: 3px solid #ff5e31;
}

.col .links a {
    display: block;
    text-decoration: none;
    color: #f2f2f2;
    margin-bottom: 5px;
    position: relative;
    transition: 0.3s ease;
}

.col .links a::before {
    content: '';
    height: 16px;
    width: 3px;
    position: absolute;
    top: 5px;
    left: -10px;
    background-color: #ff5e31;
    transition: 0.5s ease;
    opacity: 0;
}

.col .links a:hover::before {
    opacity: 1;
}

.col .links a:hover {
    transform: translateX(-8px);
    color: #ff5e31;
}

.col .contact-details {
    display: inline-flex;
    justify-content: space-between;
}

.col .contact-details i {
    margin-right: 15px;
    margin-top: 5px;
}

.row .form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

.row .form input {
    background-color: #1a1c20ff;
    border: 0;
    outline: none;
    padding: 14px 20px;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form button {
    padding: 14px 20px;
    border: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ff5e31;
    float: right;
}

/* ------------------------------------------*/
/* ---------->>> GALLERY <<<-----------*/
/* ------------------------------------------*/
.gallery-heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.modal-content .column {
    display: none;
}

section.gallery {
    padding-bottom: 80px;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.column img {
    margin-top: -10px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.column {
    margin-top: 25px;
    /* margin-right: 0px; */
}

.modal-content {
    background: none !important;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    padding: 16px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ------------------------------------------*/
/* ---------->>> BLOG <<<-----------*/
/* ------------------------------------------*/

.left-blog img {
    width: 100%;
    height: auto;
}

.left-blog p {
    padding-top: 25px;
    padding-left: 5px;
}

.recent-post {
    min-height: 6px !important;
    background-color: #ff5e31;
    width: 50%;
    margin-left: 50px;
}

.right-blog h5 {
    color: #ff5e31;
    margin-left: 50px;
}

.right-blog img {
    width: 20%;
    margin-left: 50px;
    padding-bottom: 30px;
}

.right-blog a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.right-blog a:hover {
    color: #ff5e31;
    transition: .5s ease;
}

.get-in-touch {
    min-height: 6px !important;
    background-color: #ff5e31;
    width: 50%;
    margin-left: 50px;
}

h3.git {
    margin-left: 50px;
    color: #ff5e31;
    font-size: 20px;
}

.right-blog2 {
    margin-left: 50px;
}

.getintouch {
    color: #000;
    margin-top: -24px;
    margin-left: 25px;
}

button.btn {
    background: #ff5e31;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    border: none;
}

button.btn:hover {
    border: 1px solid #ff5e31;
    color: #000;
    text-align: center;
}