
html, body{
    font-family: "Poppins";
    font-size: 16px;
    background-color: #fff !important;
}
header{
    font-family: "Quicksand";
    position: relative;
    z-index: 99;
}
header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 16px;
    padding: 60px 20px ;
    color: #7c7c7c!important;
    font-weight: 500;
}
header .navbar-expand-lg .navbar-nav .active .nav-link{
    color :#363530 !important;
    font-weight: 600 ;
}
header .navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}
header .navbar-toggler i{
    display: none;
    font-size: 2rem;
    width: 2rem;
}
header .navbar-toggler i.open{
    display: block;
}
footer {
    background-color: #363636 ;
    padding: 4rem 0;
}
footer .links a{
    color: #ffffff;
    font-size: 14px;
    font-family: "Quicksand";
    font-weight: 400;
    text-decoration: none;
    padding: 0 15px;
}
footer .links a.active{
    font-weight: 600;
}
footer .social_media  i:hover,
footer .links a:hover{
    color: #d6d6d6;
}
footer .social_media  i{
    color: #ffffff;
    padding: 0 10px;
}
footer .bottom_text{
    font-family: "Quicksand";
    font-size: 12px;
    color: #a1a1a1;
}
.red_text{
    color: #f62433;
}
.animation{
    transition: all 0.3s ease-in-out;
}
.custom_button{
    cursor: pointer;
    font-family: "Quicksand";
    line-height: 57px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1rem;
    border-radius: 30px;
    background-color: rgba(63,63,63,0.01);
    color: #363636;
    border: 2px solid transparent;
    border: 2px solid #959595;
    font-weight: 600;
    text-decoration: none;
}
.custom_button:hover {
    background-color: rgba(246,36,51,0.01);
    color: #f62433;
    border: 2px solid #f62433;
}
.custom_button_red{
    cursor: pointer;
    font-family: "Quicksand";
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.8rem;
    border-radius: 30px;
    background-color: rgba(63,63,63,0.01);
    color: #fff;
    background-color: #f62433;
    border: none;
    font-weight: 600;
}
.custom_button_red:hover {
    background-color: #f49299;
    border-color: rgba(0,0,0,0.01);
}
.section_title{
    font-family: "Poppins";
    color: #363636;
    font-size: 3rem;
    line-height: 140%;
    font-weight: 700;
}
.section_desc{
    font-family: "Quicksand";
    font-size: 1.1rem;
    color: #707070;
    font-weight: 400;
    line-height: 28px;
}
.carousel-indicators{
    position: relative !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
}
.carousel-indicators .custom_indicator{
    border: 1px solid #3b3b3b !important;
    background-color: transparent !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    box-sizing: border-box !important;
    margin: 0 12px !important;
}
.carousel-indicators .custom_indicator:first-of-type{
    margin-left: 0 !important;
}
.carousel-indicators .active{
    background-color: #3b3b3b!important;
}
.text_wrap{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
hr{
    background-color:#707070 !important;
    width: 100%;
}
#project_show,
#services{
    /* min-height: 100vh; */
    padding: 10vh 0;
}
#home h1{
    font-family: Poppins;
    font-size: 3.375rem;
    font-weight: 700;

}
#home p {
    font-family: "Quicksand";
    color: #707070;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
}
#home #carouselExampleIndicators{
    width: 100%;
}

#services h3{
    font-family: "Quicksand";
    font-weight: 400;
    font-size: 1.56rem;
    font-weight: 600;
    color: #363636;
}
#services p{
    font-size: 1rem;
    font-family: "Quicksand";
    color: #707070;
    font-weight: 400;
}
#services .section_desc{
    margin-bottom: 14rem;
}
#services .button_see_example{
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    color: #363530;
}
#services .button_see_example:hover{
    color: #f62433;
}
#services img{
    width: 3rem;
}
#some_numbers h2,
#meet_the_team h2,
#project_list h2,
#project_show h2{
    font-family: "Poppins";
    font-size: 3rem;
    font-weight: 700;
    color: #363636;
}
#some_numbers p,
#meet_the_team p,
#project_list p,
#project_show .location_text{
    font-family: "Quicksand";
    color: #707070;
    font-weight: 400;
    font-size: 1.125rem;
}
#project_show .desc {
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: 700;
    color: #363636;
}
#project_show .customer_info .name{
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins";
    color: #363636;
}
#project_show .customer_info .email_{
    font-size: 0.875rem;
    font-family: "Quicksand";
    color: #707070;
    font-weight: 400;
}
#project_list p{
    /* margin: 0; */
}
#project_list .custom_button {
    margin-top: 7rem;
}
#project_list .card_ img{
    height: 23rem;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
#project_list .overlayer_hover{
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}
#project_list .gallery {
    width: 100%;
}
.project_show{
    transition: 0.4s all ease-in-out;
    position: relative;
    padding: 3px 3px;
}
.full_screen_icon{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.full_screen_icon i {
    font-size: 1.4rem;
}
.full_screen_icon img{
    display: none;
}
.overlayer_hover{
    z-index: 5;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(45deg, rgba(132,132,132,0.53) 0%, rgba(246,36,51,0.48) 100%);
    /* right: 0;
    left: 0;
    top: 0;
    bottom: 0; */
}
.overlayer_hover h3{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.overlayer_hover h4 a{

    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff!important;
    opacity: 0.8;
    transition: 0.3s all ease-in-out;
}
.overlayer_hover a{
    color: #fff!important;
    text-decoration: none;
}
.project_show{
    cursor: pointer;
    height: 100%;
    flex: 20% 0 0 ;
}
.project_show:hover .card_ img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.project_show:hover .full_screen_icon{
    opacity: 1;
}
.project_show:hover .overlayer_hover{
    display: flex;
}

.project_show figure {
    cursor: pointer;
    margin: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.project_show .card_ img{
    /* height: 360px; */
    object-fit: contain;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#meet_the_team{
    padding-top: 10rem;
}
#meet_the_team .name{
    font-family: 'Quicksand';
    font-size: 1.125rem;
    font-weight: 700;
    color: #363636;
}
#meet_the_team .desc{
    font-family: 'Quicksand';
    font-size: 1rem;
    color: #363636;
    font-weight: 400;
}
#some_numbers{
    padding: 13rem 0 7rem;
}
#some_numbers .number{
    font-family: 'Poppins';
    color: #f62433;
    font-size: 5.5rem;
    font-weight: 700;
}
#some_numbers .desc{
    font-family: 'Quicksand';
    font-size: 1.5rem;
    font-weight: 700;
    color: #363636;
}
#contact_us,
#projects{
    padding: 3rem 0;
}
#contact_us h1,
#faq h1,
#projects h1{
    font-family: "Poppins";
    color: #363636;
    font-weight: 700;
    font-size: 1.875rem;
}
#contact_us p,
#faq p,
#projects p{
    font-family: "Quicksand";
    color: #707070;
    font-weight: 400;
    font-size: 0.9rem;
}
#projects .products_gallery{
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    /* display: none; */
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
#projects .column_{
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    /* padding: 0 4px; */
}
#projects .column_ img {
    vertical-align: middle;
    width: 100%;
}
#projects .products_gallery figure {
    margin: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

#projects .project_show{
    /* margin-top: 8px; */
    height: auto;
    padding: 0;
}
/* #projects .products_gallery .card_ img{

    object-fit: contain;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#projects .products_gallery .card_:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} */
#projects .categories .category_wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#projects .categories .category{
     cursor: pointer;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 10px;

    font-weight: normal;
    font-family: "Quicksand";
    font-size: 0.8rem;
    color: #707070;
    text-transform: uppercase;
}
#projects .categories .category:hover{
    color: #f62433;

}
#projects .categories .category.selected {
    position: relative;
    color: #f62433;
    font-weight: bold;
}
#projects .categories .category:last-child{
    padding-right: 0;
}
#projects .categories .category:first-child{
    padding-left: 0;
}
#projects .categories .category.selected:after{
    content: "";
    display: block;
    position: absolute;
    background-color: #f62433!important;

    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -2.5px;
    height: 5px;
    border-radius: 5px;
    background-color: #47c9e5;
    z-index: 100;
    transition: 0.3s all ease-in-out;

}
#projects .categories .category:last-child:after{
    right: 0px;
}
#projects .categories .category:first-child:after{
    left: 0px;
}
#faq {
    padding-bottom: 8rem;
}
#faq .faq_list .title{
    cursor: pointer;
}
#faq .faq_list h3 {
    margin: 0;
    font-family: "Poppins";
    color: #363636;
    font-weight: 700;
    font-size: 1.1rem;
}
#faq .faq_list p{
    font-family: "Quicksand";
    color: #707070;
    font-weight: 400;
    font-size: 0.9rem;
    display: none;
    margin: 0;
    margin-left: 20px;
    /* transition: all 2s ease-in-out; */

}
#faq .faq_list .faq_item.active p{
    /* display: block; */

}
#faq .faq_list a{
    color: #f62433;
    text-decoration: none;
}

#faq .faq_list i{
    display: block;
    font-weight: bold;
    color: #bababa;
    font-size: 1rem;
    margin-right: 10px;
}
#faq .faq_list .fa-minus{
    display: none;
}
#faq .faq_list .faq_item.active .fa-minus{
    display: block;
}
#faq .faq_list .faq_item.active .fa-plus{
    display: none;
}

#contact_us form label{
    font-size: 0.9rem;
    font-family: "Quicksand";
    color: #363636;
    font-weight: 700;
}
#contact_us form i {
    color: #f62433;
    padding-left: 5px;
}
#contact_us form input,
#contact_us form textarea{
    font-family: "Quicksand";
    border-radius: 26px;
    padding: 0 30px;
    color: #8d8d8d;
    border: 1px solid #e3e3e3;
    font-weight: normal;
    line-height: 48px;
}
#contact_us form textarea{
    padding: 30px;
    line-height: initial;
}
#contact_us form input:focus,
#contact_us form textarea:focus{
    outline: 1px solid #e3e3e3;

}

#projectSingle .products_gallery{
    max-width: 100%;
    margin: 0 auto;
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
#projectSingle .column_{
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
}
/* #projectSingle .products_gallery:nth-child(odd) {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;

} */
#projectSingle #carouselExampleIndicators_single{
    display: none;
    height: calc(100vh - 50px);
    padding: 10vh 0;
    position: relative;
}
#projectSingle #carouselExampleIndicators_single .carousel-item img,
#projectSingle #carouselExampleIndicators_single .carousel-item,
#projectSingle #carouselExampleIndicators_single .carousel-inner{
    height: 100%;
}
#projectSingle #carouselExampleIndicators_single .carousel-item img{
    object-fit: contain;
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#fefefe;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loading img{
    width: 12rem;
    height: 12rem;
}
.calendly_button{
    opacity: 0;
    background-color: #f62433;
    color: #ffffff;
    cursor: pointer;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;

    font-size: 1rem;
    padding: 1.5rem 3rem;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 25%) 0 2px 5px;

    text-align: center;
    line-height: 17px;
    transition: all 0.7s ease-in-out;
    z-index: 99;
}
@media (max-width: 1399px) {
	html, body{
		font-size: 15px;
    }

}
@media (max-width: 1199px) {
	html, body{
		font-size: 14px;
    }
    .project_show{
        flex: 33.3% 0 0;
    }

}
@media (max-width: 991px) {
	html, body{
		font-size: 13px;
    }
    #projects .column_ {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    header #navbarSupportedContent{
        position: absolute;
        background-color: rgba(35,35,35,1);
        top: 50px;
        left: 0;
        width: 100%;
        padding-bottom: 50px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link{
        color: #aaaaaa !important;
        padding: 16px 0;
        margin: 0 30px;
        border-bottom: 1px solid rgba(48,48,48,1);
    }
    header .navbar-expand-lg .navbar-nav .active .nav-link{
        color: #ffffff !important;
    }

    #faq .faq_list h3{
        font-size: 1.2rem;

    }
    #faq .faq_list .faq_item p{
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
	html, body{
		font-size: 12px;
    }
    #projects .column_ {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    #services h3{
        font-size: 2rem;
    }
    #some_numbers p, #meet_the_team p, #project_list p, #project_show .location_text,
    #project_show .desc,
    #project_show p,
    #services .button_see_example,
    #services p,
    #home p {
        font-size: 1.5rem;
    }
    #contact_us p, #faq p, #projects p{
        font-size: 1.3rem;
    }
    .custom_button{
        font-size: 1.3rem;
    }
    #project_show{
        padding-top: 10rem;
    }
    #meet_the_team .desc,
    #project_show .customer_info .email_{
        font-size: 1.2rem;
    }
    #meet_the_team .name,
    #project_show .customer_info .name{
        font-size: 1.4rem;
    }

    .project_show{
        flex: 50% 0 0;
    }
    #contact_us h1, #faq h1, #projects h1{
        font-size: 2.3rem;
    }
    #projects .categories .category{
        font-size: 1.1rem;
    }

    #faq .faq_list h3{
        font-size: 1.4rem;

    }
    #faq .faq_list .faq_item p{
        font-size: 1.1rem;
    }
}
@media (max-width: 575px) {
    html, body{
		font-size: 10px;
    }

    #faq .faq_list h3{
        font-size: 1.5rem;
    }
    #faq .faq_list .faq_item p{
        font-size: 1.2rem;
    }


    #projectSingle .products_gallery{
        display: none;
    }
    #projectSingle #carouselExampleIndicators_single{
        display: block;
    }
}
@media (max-width: 360px) {

}
