body {
    font-family: "Poppins", sans-serif;
    color: #000000;
    background-color: #ffffff;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.heading_container h2 {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.heading_container h2::before,
.heading_container h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #fec016;
}

.heading_container h2::before {
    left: -5px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.heading_container h2::after {
    right: -5px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}


/*header section*/

.hero_area {
    height: 100vh;
    background-color: #b5caee;
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
}

.sub_page .hero_area {
    height: auto;
}

.sub_page .who_section.layout_padding {
    padding-top: 0;
}

.hero_area.sub_pages {
    height: auto;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    margin: 10px 30px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #ffffff;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* NAVBAR START */

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #94c83d;
    border-color: #94c83d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #94c83d ;
    border-color: #2d8c42 ;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #94c83d;
    border-color: #2d8c42;
    box-shadow: 0 0 0 0.2rem rgba(123, 175, 172, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #94c83d;
    border-color: #94c83d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #94c83d;
    border-color: #94c83d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(123, 175, 172, 0.5);
}

/* Navbar start */

#mainNav {
    min-height: 3.5rem;
    background-color: #ffffff;
    font-size: 0.8rem;
}

#mainNav .navbar-nav{
    padding: 10px 0;
}

.navbar .container {
    width: 100%;
}

.nav-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 200px;
    height: 100%;
}

.nav-logo img{
    width: 25%;
    background: #fff;
    border-radius: 50%;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #94c83d;
    border: 1px solid #94c83d;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: #94c83d;
    font-weight: 700;
    padding: 0.9rem 0;
    font-size: 1.2rem;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(#fff, 80%);
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

#mainNav .nav-link:hover {
    color: #94c83d;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }
    #mainNav .navbar-brand {
        padding: 0.5rem 0;
        color: rgba(255, 255, 255, 0.5);
    }
    #mainNav .nav-link {
        transition: none;
        padding: 2rem 1rem;
        color: rgba(255, 255, 255, 0.5);
    }
    #mainNav .nav-link:hover {
        color: #ffffff;
        font-weight: 1000;
    }
    #mainNav .nav-link:active {
        color: #fff;
    }
    #mainNav.navbar-shrink {
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #000000;
    }
    #mainNav.navbar-shrink .nav-link {
        color: #000000;
        padding: 1.5rem 1rem;
        border-bottom: 0.25rem solid transparent;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #94c83d;
    }
    #mainNav.navbar-shrink .nav-link:active {
        color: #2d8c42;
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #94c83d;
        outline: none;
        border-bottom: 0.25rem solid #94c83d;
    }
}

.btn {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: #00aefe;
    /*background: linear-gradient(to bottom, #94c83d  0%, #94c83d 75%, #2d8c42 100%), url("img/emilflower.jpg");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: scroll;*/
    background-size: cover;
}

.masthead h1 {
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.8rem;
    background: linear-gradient(rgba(255, 255, 255), rgba(255, 255, 255, 0.2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem;
}

#masthead-button {
    background-color: #94c83d;
    cursor: pointer;
}

@media (min-width: 768px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        padding: 0;
    }
    .masthead h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 0.8rem;
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem;
    }
}

.about-section {
    padding-top: 10rem;
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%);
}

.about-section p {
    margin-bottom: 5rem;
}


/* NAVBAR ENDS */

.slider_section {
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.slider_section .detail-box {
    text-align: center;
    margin: 120px 0;
}

.slider_section .detail-box h1 {
    font-size: 4rem;
    text-transform: uppercase;
}

.slider_section .detail-box h2 {
    text-transform: uppercase;
}

.slider_section .detail-box p {
    margin-top: 25px;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 10px 55px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    border-radius: 20px 20px 0 20px;
    margin-top: 35px;
}

.slider_section .detail-box a:hover {
    background-color: transparent;
    color: #ffffff;
}

.slider_section #carouselExampleIndicators {
    bottom: 0;
}

.slider_section #carouselExampleIndicators li {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 100%;
    opacity: 1;
}

.do_section{
    padding: 60px 0;
}

.do_section .container .heading_container{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.do_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.do_section .do_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    gap: 30px;
}

.do_section .do_container .box {
    text-align: center;
    z-index: 5;
    margin: 35px 50px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 120px;
}

.do_section .do_container .box .img-box {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    border: 4px solid;
}

.do_section .do_container .box .title-box {
    text-align: center;
    margin: 20px 0;
    align-items: center;
    max-width: 120px;
}

.do_section .do_container .box .title-box a h6 {
    color: #000000;
    font-weight: 400;
}

.do_section .do_container .box .title-box a h6:hover {
    color: #ffc107;
}

.do_section .do_container .box .img-box a img {
    width: 45px;
}

.do_section .do_container .box .detail-box {
    margin-top: 30px;
    height: 35px;
    text-align: center;
}

.do_section .do_container .box:hover .img-box {
    background-color: #fec016;
}

.do_section .do_container .arrow_bg::before {
    content: "";
    position: absolute;
    top: -23px;
    left: -17px;
    width: 262%;
    height: 90%;
    z-index: 3;
    background-size: cover;
}

.do_section .do_container .arrow-start::before {
    background-image: url(../images/arrow-start.png);
}

.do_section .do_container .arrow-middle::before {
    background-image: url(../images/arrow-middle.png);
}

.do_section .do_container .arrow-end::before {
    background-image: url(../images/arrow-end.png);
}

.who_section{
margin-top: 60px;
}

.who_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.who_section .img-box img {
    width: 100%;
}

.who_section .detail-box {
    margin-left: 65px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.who_section .detail-box a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #353434;
    border: 1px solid #353434;
    color: #ffffff;
    border-radius: 20px 20px 0 20px;
    margin-top: 35px;
}

.who_section .detail-box a:hover {
    background-color: transparent;
    color: #353434;
}

/* Work Section starts */

.work_section{
    padding: 60px 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.work_section .work_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -1%;
}

.work_section .container{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.work_section .container .main_head{
    text-align: center;
    color: #94c83d;
}

.work_section .container .heading_container{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.work_section .container .heading_container p{
    text-align: left;
}

.work_section .container .work_content ul li{
    text-align: left;
}

.work_section .work_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.work_section .work_container .box img {
    width: 100%;
}

.work_section .work_container .box.b-2,
.work_section .work_container .box.b-3 {
    width: 25%;
}

.work_section .work_container .box.b-1,
.work_section .work_container .box.b-4 {
    width: 25%;
}

/* Work Section ends */

/* Bagian halaman lain berakhir */

.client_section {
    margin-bottom: 150px;
}

.client_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.client_section .box {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 20px;
}

.client_section .box .img-box {
    width: 60px;
    height: 60px;
}

.client_section .box .img-box img {
    width: 100%;
    height: 100%;
}

.client_section .box .detail-box {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client_section .box .detail-box h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.client_section .box .detail-box h5 span {
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    color: #2d8c42;
}

.client_section .box .detail-box img {
    width: 15px;
    margin: 35px 0;
}

.client_section .carousel-wrap {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.client_section .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-color: #000000;
    background-size: 16px;
    background-position: center;
    border-radius: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -75px;
    outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.client_section .owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/prev.png);
    left: 50%;
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
}

.client_section .owl-carousel .owl-nav .owl-next {
    right: 50%;
    background-image: url(../images/next.png);
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
}

.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled {
    display: block;
}

.client_section .owl-item.active.center .box {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}


/* Target Section */

.target_section {
    background-image: url(../images/target-bg.jpg);
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 0 20%;
}

.target_section h5 {
    font-size: 18px;
    font-weight: 500;
    padding: 30px 0;
   
}


/* End of target section */


/* start of cooperate section */
.cooperation{
    max-width: 100%;
    width: 80%;
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto; /* Menengahkan elemen horizontal */
}
.section-content {
    display: flex;
    grid-gap: 10px; /* Jarak antar elemen */
    text-align: center;
    align-items: center;
}

.kolomSatu,
.kolomDua {
    width: 100%; /* Membuat lebar elemen 100% */
    height: 150px;
    width: 150px;
}

.kolomSatu{
    text-align: right;
    align-self: center;
    justify-content: center;
    flex: 1;
    gap: 30px;
}

.kolomSatuA, .kolomSatuB{
    justify-content: right;
}

.kolomDua{
    text-align: left;
    align-self: center;
    justify-content: center;
    flex: 1;
    gap: 30px;
}

.kolomDuaA, .kolomDuaB{
    justify-content: left;
    height: 150px;
}

.kolomSatuA, .kolomSatuB, .kolomDuaA, .kolomDuaB{
    display: flex;
    gap: 15px;
    height: 100%;
    flex: 1;
}

.cooperation_image{
    align-self: flex-start;
}

.cooperation_image img {
    max-width: 100%;
    height: auto; /* Memastikan gambar tetap proporsional */
}

.section-padding {
    padding: 80px 0px 60px 0;
}

#cooperation-heading {
    text-align: center;
    align-items: center;
}

.single-feature {
    margin-bottom: 80px;
    margin-top: 40px;
}

.single-feature h5 {
    font-size: 1.5rem;
}

.media-right-margin {
    margin-right: 25px;
}

.single-feature p {
    font-size: 1rem;
}

.icon-border span {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: rgb(142, 30, 252);
    font-size: 1.5rem;
    line-height: 50px;
    border: 1px solid rgb(142, 30, 252);
}


/* end of cooperate section */


/* Visi-Misi section */
.blog_section{
    background-color: #000000;
    z-index: -5;
    margin-top: 60px;
    padding-bottom: 60px;
}

.blog_section .detail-box {
    margin: 35px auto;
    position: relative;
    z-index: 2;
}

.blog_section .detail-box .heading_container {
    align-items: center;
    color: white;
}

.blog_section .blog_container {
    position: relative;
    max-width: 1500px;
    margin: auto;
}

.blog_section .blog_container .blog_bg {
    position: absolute;
    width: 100%;
    top: 13%;
    margin-left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0;
}

.blog_section .blog_container .blog_bg img {
    width: 100%;
}

.blog_section .blog_box {
    width: 80%;
    margin: auto;
}

.blog_section .blog_box .box {
    border: 2px solid;
}

.blog_section .box {
    background-color: #ffffff;
    border-radius: 35px;
    overflow: hidden;
}

.blog_section .box .img-box {
    position: relative;
}

.blog_section .box .img-box img {
    width: 100%;
}

.blog_section .box .blog-detail {
    padding: 25px 25px 15px;
}

.blog_section .box .blog-detail .blog_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog_section .box .blog-detail .blog_post h6 {
    color: #c2bebe;
}

.blog_section .box .blog-detail h5 {
    color: #031003;
    text-transform: uppercase;
    font-weight: bold;
}

.blog_section .box .blog-detail p {
    color: #404040;
}


/* End of Visi-Misi section */


/* Portofolio section */

.portofolio_section {
    padding-bottom: 150px;
    padding-top: 100px;
}

.portofolio_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.portofolio_section .box {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 20px;
}

.portofolio_section .box .img-box {
    width: 80%;
}

.portofolio_section .box .img-box img {
    width: 100%;
    border: 5px solid rgb(0, 0, 0);
    border-radius: 50%;
}

.portofolio_section .box .detail-box {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portofolio_section .box .detail-box h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.portofolio_section .box .detail-box h5 span {
    text-transform: none;
    font-size: 24px;
    font-weight: normal;
    color: #2d8c42;
}

.portofolio_section .box .detail-box img {
    width: 15px;
    margin: 35px 0;
}

.portofolio_section .carousel-wrap {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.portofolio_section .owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.portofolio_section .owl-carousel .owl-nav .owl-prev,
.portofolio_section .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-color: #000000;
    background-size: 16px;
    background-position: center;
    border-radius: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -75px;
    outline: none;
}

.portofolio_section .owl-carousel .owl-nav .owl-prev:hover,
.portofolio_section .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.portofolio_section .owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/prev.png);
    left: 50%;
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
}

.portofolio_section .owl-carousel .owl-nav .owl-next {
    right: 50%;
    background-image: url(../images/next.png);
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
}

.portofolio_section .owl-carousel .owl-dots.disabled,
.portofolio_section .owl-carousel .owl-nav.disabled {
    display: block;
}


/* End of portofolio section */


/* start of info section */

.info_section {
    background-color: #232323;
    color: #ffffff;
    padding: 90px 0 45px 0;
}

.info_section .container .row {
    display: flex;
    gap: 70px;
}

.info_section h5 {
    margin-bottom: 25px;
    font-size: 24px;
}

.info_section .info_insta .insta_container>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_section .info_insta .insta_container img {
    width: 100%;
}

.info_section .info_insta .insta_container .insta-box {
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #ffffff;
    padding: 10px 20px;
}

.info_section .info_contact .img-box {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section .info_contact p {
    margin: 0;
}

.info_section .info_contact a {
    color: white;
}

.info_section .info_contact a:hover {
    font-weight: 1000;
}

.info_section .info_contact>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.info_section .info_contact>div img {
    height: auto;
    margin-right: 12px;
}

.info_section .info_form form input {
    outline: none;
    width: 100%;
    padding: 7px 10px;
}

.info_section .info_form form button {
    display: inline-block;
    padding: 8px 30px;
    background-color: #fbca47;
    border: 1px solid #fbca47;
    color: #ffffff;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.info_section .info_form form button:hover {
    background-color: transparent;
    color: #fbca47;
}

.info_section .info_form .social_box {
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_section .info_form .social_box a {
    margin-right: 25px;
}


/* end of info section */


/* footer section*/

.footer_section {
    background-color: #232323;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_section p {
    padding: 20px 65px;
    color: #fbfcfd;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ffffff;
}

.footer_section a {
    color: #fbfcfd;
}

/* end footer section*/

/* Gallery start */

.card {
	border: 0;
	border-radius: 0;
}

.card-img,
.card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-body {
	padding: 0;
}

.card-columns .card {
	margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
	.card-columns {
		column-count: 1;
	}
}

@media (min-width: 992px) {
	.card-columns {
		column-count: 2;
	}
}

@media (min-width: 1200px) {
	.card-columns {
		column-count: 3;
	}
}

.card-hover img {
	transition: filter .5s ease-in-out;
	-webkit-filter: grayscale(0%);
	/* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%);
	/* FF 35+ */
}

.card-hover:hover img {
	-webkit-filter: grayscale(100%);
	/* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(100%);
	/* FF 35+ */
}

.reveal p {
	line-height: 125%;
	font-size: 1.5rem;
	text-align: center;
}

.card-hover .reveal {
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: black;
	color: white;
}

.card-hover:hover .reveal {
	height: auto;
	visibility: visible;
	opacity: 0.5;
	transition: opacity 1s ease;
	position: absolute;
	top: 0;
	background-color: black;
	color: white;
}

@media (max-width: 767px) {
	.card-hover .reveal,
	.card-hover:hover .reveal {
		visibility: visible;
		opacity: 1;
		position: relative;
		width: 100%;
		background-color: #ebeae9;
		color: black;
	}
	.reveal p {
		line-height: 125%;
		font-size: 1.2rem;
		text-align: left;
		padding-top: 1rem;
	}
}

/* gallery End */

/*# sourceMappingURL=style.css.map */