/* nav section Start */
nav{
    margin: 0px 30px;
    border-radius: 60px;
    border: 1px solid #3a3a3a;
    background-color: #000000;
}
nav.fixed-top{
top:10px;
}

/* nav section End */

/* banner section Start */
.banner-sec{
    padding: 30px 0px 50px 0px;
    position: relative;
    overflow: hidden;
}
.banner-sec .right-top{
    right:0;
    top:0;
    z-index: -1;
}
.banner-sec .left-bottom{
    left:0;
    bottom:0;
}
.banner-sec .banner-left{
        margin-top: 100px;
}
.banner-sec .banner-left .sm-txt{
    color:var(--china-doll);
    font-size: 22px;
    font-weight: 600;
}
.banner-sec .banner-left h1{
    font-size: 80px;
    color: #fff;
    font-weight: 900;
}
.banner-sec .banner-left h1 span{
    font-weight: 900;
}
.banner-sec .banner-left .banner-contact{
    position: relative;
    margin-top: 90px;
}
.banner-sec .banner-left .banner-contact .contact-head{
    color: #919191;
    font-size: 18px;
    font-weight: 500;
}
.banner-sec .banner-left .banner-contact a{
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.banner-sec .banner-left .banner-contact .position{
    position: absolute;
    bottom: -30px;
    left: -7px;
    margin: auto;
    font-size: 120px;
    color: #242424;
    font-weight: 900;
    z-index: -1;
    background: -webkit-linear-gradient(90deg, #000000, #242424 44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-sec .banner-right{
    position: relative;
}
.banner-sec .banner-right img{
    z-index: -1;
    position: relative;
}
.banner-sec .banner-right .banner-txt{
    position: absolute;
    top: 0;
    bottom: -240px;
    right: 0;
    margin: auto;
    height: max-content;
}
.banner-sec .banner-right .banner-txt .point{
    background-color: #eaeaeaad;
    padding: 4px 15px 4px 4px;
    border-radius: 30px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 600;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    margin: 0px 0px 40px 130px;
}
.banner-sec .banner-right .banner-txt .point span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ffffff;
    position: relative;
}
.banner-sec .banner-right .banner-txt .point span:before{
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4e4e4e;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin: auto;
    box-shadow: 0 0 0px 6px #d9d9d9;
}
.banner-sec .banner-right .banner-txt p{
    color: #c3c3c3;
    font-size: 18px;
}

.banner-sec .banner-slider .circle {
    display: inline-block;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background: linear-gradient(45deg, var(--china-doll), var(--color-black));
}
.banner-sec .banner-slider{
    background-color: var(--color-black);
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    padding: 10px 0;
}
.banner-sec .banner-slider:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    background-color: var(--china-doll);
    transform: rotate(-1deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-sec .banner-slider .item{
    color:#fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* banner section End */


/* About us Start */
.about-sec{
    background-color: #ffffff;
}
.about-sec .about-img{
    position: relative;
    z-index: 0;
}
.about-sec .about-img:before{
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    width:300px;
    height:300px;
    position: absolute;
    background-color: var(--china-doll);
    border-radius: 100%;
    filter: blur(172px);
    z-index: -1;
}
.about-sec p{
    margin-top:15px;
}
.about-sec ul{
    
display: grid;
    
padding-left: 0;
    
grid-template-columns: repeat(2, 1fr);
    
gap: 30px;
}
.about-sec ul li{
    
list-style: none;
    
display: flex;
    
align-items: center;
    
gap: 30px;
}
.about-sec ul li .count{
    
font-size: 50px;
    
font-weight: 600;
}
/* About us End */


/* Info Sec Start */

.info-sec{
    background-color: #fff;
}

.info-sec .timeline .timeline-body .timeline-list{
display: flex;
align-items: center;
justify-content: space-between;
}
.info-sec .timeline .timeline-body .timeline-list .post{
color: #fff;
font-size: 30px;
font-weight: 600;
}
.info-sec .timeline .timeline-body .timeline-list .company-time{
    
}
.info-sec .timeline .timeline-body .timeline-list .company-time .company-name{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.info-sec .timeline .timeline-body .timeline-list .company-time .company-date{
color: #b5b5b5;
font-size: 14px;
}
.info-sec .resume{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.info-sec .resume .resume-heading{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.info-sec .mailid{
text-align: center;
}
.info-sec .mailid a{
text-decoration: none;
color:#fff;
font-size: 18px;
font-weight:600;
margin-top:15px;
display: block;
}
/* Info Sec End */


/* services sec Start */
.services-sec{
    background-color: #fff;
}
.services-sec .heading-text{
    left:0;
    right:0;
    margin: auto;
}
.services-sec .services-box{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.services-sec .services-box:hover{
background: linear-gradient(45deg, #008B48, #28E98C);
color: #fff;
}
.services-sec .services-box:hover img{
    transform: rotate(90deg);
    transform-origin: center;
    filter: invert(1);
    transition: all .3s ease-in-out;
}

.services-sec .services-box .services-count{
    font-weight: 600;
    font-size: 20px;
    min-width: 20px;
}
.services-sec .services-box .services-name{
    font-weight: 600;
    font-size: 20px;
    min-width: 25%;
}
.services-sec .services-box .services-details{
    min-width: 50%;
}
/* services sec End */

/* work-sec Start  */
.works-sec{
    position:relative;
}
.works-sec .right-top{
    right:0;
    top:100px;
}
.works-sec .left-bottom{
    left:0;
    bottom:100px;
}
.works-sec .heading-text{
    left:0;
    right:0;
    margin: auto;
}
.works-sec .work-sec-box{
    border-radius:30px;
    overflow:hidden;
    height:378px;
    width: 100%;
    position: relative;
}
.works-sec .work-sec-box img{
    width:100%;
}
.works-sec .work-sec-box .work-sec-content{
    position:absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000b0;
    width: 96%;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.works-sec .work-sec-box .work-sec-content .left{
    color: #fff;
}
.works-sec .work-sec-box .work-sec-content .left .sub-heading{
    font-size: 14px;
}
.works-sec .work-sec-box .work-sec-content .left .heading{
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}
.works-sec .work-sec-box .work-sec-content .left .date{
    font-size: 12px;
    background: #000;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 30px;
    border: 1px solid #5c5c5c;
}
.works-sec .work-sec-box .work-sec-content .right{
    border: 1px solid #767676;
    border-radius: 10px;
    display: grid;
    place-content: center;
    filter: invert(1);
    min-width: 90px;
}
.works-sec .work-sec-box .work-sec-content .right img{
    width: 50px;
}
/* work-sec End  */


/* Contact sec Start */
.contact-sec{
    background:#fff;
}
.contact-sec .heading-text{
    left:0;
    right:0;
    margin: auto;
}
.contact-sec .contact-form{
    background-color: var(--color-black);
    border-radius: 30px;
    padding:30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.contact-sec .contact-form:before{
    content:"";
    position:absolute;
    bottom: 60px;
    left: -30px;
    width: 120px;
    height: 120px;
    background: linear-gradient(95deg, var(--color-black), var(--china-doll));
    border-radius: 100%;
    z-index: -1;
}
.contact-sec .contact-form:after{
    content:"";
    position:absolute;
    top: 60px;
    right: -20px;
    width: 200px;
    height: 200px;
    background: linear-gradient(285deg, var(--color-black), var(--china-doll));
    border-radius: 100%;
    z-index: -1;
}

.form-control, .form-select{
    color: #fff;
    border-color: #373737;
    background: #000;
}
.form-control:focus, .form-select:focus{
    color: #fff;
    border-color: var(--china-doll);
    background: #000;
    box-shadow: none;
}
.contact-sec .qr-code{
    border: 2px solid var(--china-doll);
    border-radius:30px;
    width:300px;
    padding: 10px;
    margin: auto;
    margin-bottom: 50px;
}
.contact-sec .qr-code img{
    width:100%;
    border-radius: 20px;
}
.contact-sec .contact-list{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap:30px;
}
.contact-sec .contact-details{
    display:flex;
    align-items:center;
    gap:30px;
}
.contact-sec .contact-details .icon{
    display:grid;
    place-content:center;
    border-radius: 10px;
    min-width: 55px;
    height: 55px;
    background: linear-gradient(45deg, black, var(--china-doll));
}
.contact-sec .contact-details .icon img{
    width:40px;
}
.contact-sec .contact-details .content{
    display:flex;
    flex-direction:column;
}
.contact-sec .contact-details .content span{
    color: #b8b8b8;
    font-weight: 600;
}
.contact-sec .contact-details .content a{
    text-decoration:none;
    color:#000;
    font-weight:600
}
    
    /* Contact sec End */

    /* footer Start */
    footer .footer-bottom{
        text-align: center;
    }
        footer .footer-bottom p{
        color:#fff;
        margin-top:15px;
    }
    /* footer End */