/*
Theme Name: profile
Author: Mubi
Description: Custom theme for half full
Version: 0.0.2
Tags: bootstrap
*/
@font-face {
    font-family: century;
    src: url(./../fonts/CENTURY.ttf);
}
.wpforms-field-hp {
    display: none ;
}
html {
    scroll-behavior: smooth;
  }
.list-group-item {
    background: #000 !important;
    font-size: 0.8vw;

}
.page-menulist .menuitem.active {
    background-color: #e8e8e8;
}

body {
    font-family: century;
    position: relative;
    background: black;
}

.btn-primary {
    background: #0081C5 !important;
}

.section {
    padding-top: 80px;
}

.heading {
    font-size: 35px;
}

.sub-heading {
    font-size: 20px;
}

.navbar-ul>li {
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
}

.home {
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .logo {
        display: none;
    }
    


}
@media only screen and (max-width: 991px) {
    .list-group-item {
        font-size: 15px;
    
    }
}

@media only screen and (max-height: 600px) {
    .logo {
        display: none;
    }


}

.card-image {
    background-size: cover;
}

.home-heading {
    font-family: century;
    font-stretch: ultra-expanded;
    font-weight: 500;
    font-size: 80px;
    color: #ffffff !important;
}

.home-para {
    font-size: 20px;
    color: #ffffff;
}

.logo {
    height: 150px;
    width: auto;
    position: absolute;
    top: 15px;
    left: 20px;
}


.home-button {
    font-size: 20px;
    font-weight: bolder;
}

.featured {
    background-color: black;
    color: #ffffff;
}

.f-logo {
    height: 60px;
    width: auto;
    /* width: 100px; */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 1;
    transition: filter 1000ms ease-in;
    -webkit-transition: -webkit-filter 500ms ease-in;
}

.f-logo:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.f-logo-ul li {
    display: inline;
    list-style-type: none;
}

.about {
    background-color: black;
    color: #ffffff;
}

.about-para {
    font-size: 18px;
}

.about-nabil {
    background-color: black;
    color: #ffffff;


}

.comodity {
    background-color: black;
    color: #ffffff;
}

.fee {
    background-color: black;
    color: #ffffff;

}

.reviews {
    background-color: black;
    color: #ffffff;

}

.container1 {
    position: relative;
    /* width: 60%; */
    /* height: 0; */
    /* padding-bottom: 36.25%; */
}

.ytvideo {
    position: relative;
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 80%; */
}

.nabil-button {
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    /* margin-bottom: 12%; */
}

.card-image {
    min-height: 250px !important;
    width: auto;
}

.service-overlay:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 1000ms ease-in;
    color: #0081C5 !important;
    /* -webkit-transition: -webkit-filter 500ms ease-in; */
}



.carousel-item {
    transition: none !important;
    transition-property: none !important;
    transition-duration: none;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: none;
}

.icon {
    width: 150px;
    height: auto;

}

.socialbtns>ul>li>a,
.socialbtns>ul>li>a:hover {
    text-decoration: none;
}

.socialbtns,
.socialbtns ul,
.socialbtns li {
    margin: 0;
    padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
    width: 40px !important;
    height: 28px !important;
    color: #FFF !important;
    background-color: #000 !important;
    padding-top: 12px !important;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    transition: all ease 0.5s !important;
    -moz-transition: all ease 0.5s !important;
    -webkit-transition: all ease 0.5s !important;
    -o-transition: all ease 0.5s !important;
}

.socialbtns .fa:hover {
    transform: scale(1.2, 1.2) !important;
    -moz-transform: scale(1.2, 1.2) !important;
    -webkit-transform: scale(1.2, 1.2) !important;
    -o-transform: scale(1.2, 1.2) !important;
    transition: all ease 0.5s !important;
    -moz-transition: all ease 0.5s !important;
    -webkit-transition: all ease 0.5s !important;
    -o-transition: all ease 0.5s !important;
}

.footer-links>a {
    color: #0081C5 !important;
}

.footer-links > a > h6 {
    font-size: 14px !important;
}

.page-footer {
    background: black !important;
}

.play-button {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 6%;
    top: 40%;
    margin-left: -30px;
    /*half of the width */
    margin-top: -40px;
    /*half of the height */
}

/* .play-button>img {
    width: 100px !important;
    height: 100px !important;

} */

.youtube-modal {
    height: 70vh;
}
.headshot-about {
    height: 150px;
    object-fit: cover;
    width: 150px;
}
#contactModel {
    color: black !important;
}
.wpforms-container-full {
    margin: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.home {
	background-position-x: 100% !important;
	background-attachment:scroll !important;
	background-position-y: 0%;
	top:0;
	left: 0;
}
.list-group-item {
   
    color: white !important;

}
.list-group-item.active {
    
    color: darkgray !important;

}