*{
    font-family: 'Poppins', sans-serif;

    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #788487;
    text-decoration: none;
    list-style-type:none ;
}

.custom-nav-H{
    background-color: wheat !important;
    /* height: 76px !important; */
    /* position: relative; */
}

.brand{
    font-weight: 700;
    color: grey !important;
}


.navbar-nav li a{
    letter-spacing: .05625rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .75rem;

    
    
} 

.navbar-nav li a{
    color: grey !important;
}

.extra-nav-ww li i{
    /* color: grey; */
    font-size: 20px;
    /* margin-top: 15px; */
    
}




/* navbar styling ends  */

.offcanvas-bg{
    background: #222 !important;
}

.widget {
    margin-bottom: 60px;
    font-size: .8125rem;
    /* padding: 40px; */

}


.textwidget{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo-off{
    width: 80px;
}





.off-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.off-img li{
    /* list-style-type: none; */
    width:30%;
    margin: 5px;
}

.social-icon-off{
    display: flex;
    justify-content: center;
}

.social-icon-off li a i{
    font-size: 18px;

}
.social-icon-off li{
padding: 10px;

}

/* navbar and offcanvas ends here */
.bg-c{
    background-image: url(./images/module-12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    height: 850px;
    position: relative;
  
    
}

.bg-c::before{
    content: "";
    position: absolute;
    background: linear-gradient(to left, #00dbde, #505cfd);
    opacity: 0.85;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.cscs{
    position: relative;
}

.cscs h1{
    font-weight: 500;
    font-size: 5rem;
    color: #fff;
    margin-bottom: 0.625rem;
    line-height: 1.3;


}

.cscs p{
    color: #fff;
    font-size: 15px;
}
/*  bg-c ends here */

.bg-grey{
    background-color: #f8f8f8;
}
.modal-video-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

.modal-video-container img {
    width: 100%;
}

.modal-video-container .play-button {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 4;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}

.modal-video-container .play-button:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #fff;
}

.modal-video-container .play-button:hover {
    transform: scale(.95);
}


.icon-box .icon-box-icon i{
    font-size: 2.375rem;
  
    color: #505cfd;
}

.icon-box .icon-box-title h6{
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    color: #222;
    margin-top: 10px;
}

.icon-box-content p{
    color: black;
}

.pad-about{
    padding: 39px;
}

.icon-box-link a{
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

/* bg-grey ends here */


.creative h1{
    color: #222;
}

.team-item {
    position: relative;
    border-radius: 0.1875rem;
    box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
    margin: 0 0 30px;
}
.team-wrap{
    background: rgba(34, 34, 34, .6);
    position: absolute;
    border-radius: 0.1875rem;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.team-item, .team-wrap, .t-conten, .tteam-social {
    transition: all .4s ease-in-out;
}

.team-item:hover {
    transform: translateY(-3px);
}

.team-item:hover .team-wrap {
opacity: 1;
}

.team-wrap .t-conten{
  position: absolute;
 bottom: 10px;
 left: 10px;
 
}
.t-conten h6{
    color: white;
}
.team-role{
    color: #fff;
}


.team-wrap .team-social{
  position: absolute;
 top: 20px;
right: 20px; 
}

.team-social li a i{
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;

}

.btn{
    padding: 1rem 1.875rem;
}
 

.btn-outline-brand{
    color: #505cfd;
    border-color: #505cfd;
    border-radius: 50px;
}

/*creative ends here  */
.customer{
    width: 100%;
    height: 100%;
}
.customer h3{
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #222;
    
    margin-bottom: 0.625rem;
}

/* customer ends here */
footer{
    background: #222;
    height:100%;
}

.footer-widget{
    padding-top: 70px;
}

.widget .title-f > h6 {
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-weight: 600;
    font-size: .6875rem;
    margin: 0;
    color: #fff;
}

.title-f{
    margin-bottom: 30px;
}

.text-widget{
    width: 250px;
}

.social-icon li{
    display: inline-block;
}

.widget-recent-enty ul li{
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    border-color: #2f2f2f;
    width: 210px;
}

.unorder-f li a {
    text-decoration: none;
    color: #cecece;
}

.post-date{
    font-size: .6875rem;
    color: #a3a6a8;
    display: block;
}

.widget-recent-works > ul > li {
    border: 0 !important;
    float: left;
    width: 33.333%;
    padding: 4px;
    margin: 0;
}


footer .footer-bar {
    border-top: 1px solid #2c2c2c;
}

.copyright p a{
    text-decoration: none;
    color: #cecece;
}

.row-icon{padding: 0rem 5rem;}


/* carousel 1 above -below */
.review-card {
    background-color: #fff;
    border: 1px solid white;
    border-radius: 0.1875rem;
    transition: .3s ease-in-out;
    text-align: center;
    margin: 20px 0;
}
.review-card-content::before {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
   
    font-weight: 900;
    font-size: 5rem;
    content:"\0022";
    opacity: .3;
}

.review-card-content {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 100px;
    padding-bottom: 40px;
    color: #788487;
}

.review-card-author {
    padding-top: 25px;
    padding-bottom: 25px;
}

.review-card-author, .review-card-content {
    padding-left: 30px;
    padding-right: 30px;
}

.review-card-author-photo {
    height: 64px;
    width: 64px;
    margin: 0 auto 14px;
}

.review-card-author-photo img {
    border-radius: 100%;
}

.review-card-author .review-card-author-info .review-card-author-title {
    color: #222;
    margin-bottom: 0.3125rem;
}

.review-card-author-info h6{
    font-weight: 500;
    font-size: .875rem;
}

.review-card-author .review-card-author-info .star-rating {
    font-size: 12px;
}

.star-rating i{
    letter-spacing: .0625rem;
    color: #f1c40f;
}

.cs-cara{
    display: flex;
    justify-content: center;
}