/*========== CSS LINK ==========*/
@import url("nav.css");
@import url("fontawesome-all.min.css");
@import url("default.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("venobox.css");
@import url("animate.css");
@import url("bootstrap.min.css");
/*========== BANNER START ==========*/
html, body {
    margin: 0;
    padding: 0;
    background: #000;
}
.banner {
    background-image: url(../images/1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100vh;
    width:100%;
    display:flex;
    align-items: center;
}

@media (min-width: 0px) and (max-width: 575px) {
    .banner {
        align-items: flex-end; /* text নিচে যাবে */
        padding-bottom: 40px;  /* একটু gap */
        background-position: center center;
    }

    .banner h1 {
        font-size: 28px;
    }
}

body {
    color:#000;
}
.banner span {
    color: #fff;
    transform: translateY(-50%);
    width:100%;
    font-size: 75px;
    margin-top: 0;
    padding: 0px 0px;
    font-family: 'Do Hyeon', sans-serif;
}
.banner h1 {
    color: #fff;
    font-size: 85px;
    font-family: 'Do Hyeon', sans-serif;
}
#particles-js {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
}
/* BANNER NAV */
.logo {
    color:#000;
}
/*========== BANNER END ==========*/
/*========== ABOUT START ==========*/
.about-class-wrap {
    background-color: #FFFFFF;
    padding: 50px 0px;
}
.about-left h1 {
    font-size: 40px;
    color: #888888;
    font-family: 'Oswald', sans-serif;
}
.about-left h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color:#333333;
    padding-top: 37px;
    line-height: 1.1;
    font-weight: 500;
}
.about-right p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
/*========== ABOUT END ==========*/
/*========== RESUME START ==========*/
.resume-class-wrap {
    background-color: #F5F5F5;
    padding: 50px 0px;
    z-index: 444;
    box-shadow: 0px 0px 30px #000;
}
.resume-header-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #333333;
    line-height: 1.1;
    font-weight: 800;
}
.resume-header-text p {
        font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding:25px 0px;
}
.resume-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #333333;
    line-height: 1.1;
    font-weight: 800;
    padding-top: 5px;
}
.resume-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color:#333;
}
.resume-text hr {
    background-color: #888888;
}
/*========== RESUME END ==========*/
/*========== VIDEO START ==========*/
.video-class-wrap {
    padding: 150px 0px;
    background-color: #fff;
}
.video-class-wrap i {
    font-size: 90px;
    color: #333333;
    padding: 20px 0px;
    transition: all 0.2s linear;
}
.video-class-wrap i:hover {
    color:#000;
}
.video-class-wrap h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #333333;
    line-height: 1.1;
    font-weight: 800;
    padding: 20px 0px;
}
.video-class-wrap p {
        font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
/*========== VIDEO END ==========*/
/*========== SERVICES START ==========*/
.services-class-wrap {
    background-color: #F5F5F5;
    padding: 100px 0px;
    box-shadow: 0px 30px 75px #b3b3b378;
}
.services-header-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #333333;
    line-height: 1.1;
    font-weight: 800;
    padding-bottom: 20px;
}
.services-header-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.servicestyle {
    background-color: #fff;
    padding: 20px 40px;
    box-shadow: 0 5px 15px #A3A3A3;
}
.servicestyle i {
    padding: 24px 0px;
    color: #fff;
    width: 100px;
    height: 100px;
    background-color: #141517;
    font-size: 50px;
    border-radius: 10px;
}
.servicestyle h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #333333;
    letter-spacing: 3px;
    line-height: 1.1;
    font-weight: 800;
    padding: 23px;
}
.servicestyle p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
/*========== SERVICES END ==========*/
/*========== WORK START ==========*/
.work-class-wrap {
    padding: 80px 0px;
}
.work-header-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #333333;
    line-height: 1.1;
    font-weight: 800;
    padding-bottom: 20px;
}
.work-header-text p {
   font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.filter-img {
    padding: 50px 0px;
    margin: 0px;  
}

.filter-button button {
    border: 1px solid transparent;
    font-family: inherit;
    font-size: 12px;
    background-color: #141517;
    color: #fff;
    border-radius: 4px;
    padding: 2px 20px;
    outline: 0;
}
.filter-button button:hover {
    border-color: #141517;
}
/*========== WORK END ==========*/
/*========== TESTIMONIAL START ==========*/
.testimonial-class-wrap {
    background-color: #3F6DE3;
    padding: 80px 0px;
}
.testimonial-header-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #000;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 3px;
    padding-bottom: 10px;
}
.testimonial-header-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
}
.fd {
    padding-top: 50px;
}
.fd1 p {
    font-size: 26px;
    font-style: italic;
        font-family: 'Roboto', sans-serif;
}
.fd1 h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #000;
    letter-spacing: 3px;
    line-height: 1.1;
    font-weight: 800;
    padding-top: 20px;
}
.fd1 h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #000;
    letter-spacing: 3px;
    line-height: 1.1;
    font-weight: 200;
    padding-bottom: 10px;
}
.fd1 img {
    border-radius: 50%;
    width:98px;
    height: 100px;
    margin: auto
}
/*========== TESTIMONIAL END ==========*/
/*========== HIRE START ==========*/
.hire-class-wrap {
    background-image: url(../images/4bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    position: relative;
}
.hire-class-wrap:before {
    position: absolute;
    content: '';
    top: 0;left: 0;
    width:100%;
    height: 100%;
    background-color: #00000059;
}
.hire-class-wrap h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #fff;
    line-height: 1.1;
    font-weight: 800;
    padding-bottom: 20px;
}
.hire-class-wrap a {
    padding: 10px 20px;
    background-color: #1D1F21;
    border: 1px solid transparent;
    color:#fff;
    transition: all 0.2s linear;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.hire-class-wrap a:hover {
    text-decoration: none;
    border-color: #1D1F21;
    background-color: transparent;
}
/*========== HIRE END ==========*/
/*========== PRICE START ==========*/
.price-class-wrap {
    background-color: rgba(235, 233, 233, 0.6);
    padding: 80px 0px;
}
.price-header-text h1 {
        font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #333333;
    line-height: 1.1;
    font-weight: 800;
    padding-bottom: 20px;
}
.price-header-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-bottom: 20px;
}
.price-list {
    background-color: #fff;
    padding: 40px 0px;
    box-shadow: 0px 0px 40px #ede7e7;
}
.price-list i {
    font-size: 60px;
    color: #141517;
}
.price-list h1 {
        font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #333333;
    letter-spacing: 3px;
    line-height: 1.1;
    font-weight: 800;
    padding: 23px;
}
.price-list h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #000;
    line-height: 1.1;
    font-weight: 200;
    letter-spacing: 3px;
    padding-bottom: 10px;
}
.price-list p {
    font-family: 'Roboto', sans-serif;
}
.price-list a {
    background-color: #141517;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border: 1px solid transparent;
    transition: all 0.2s linear;
}
.price-list a:hover {
    background-color: #fff;
    border-color: #141517;
    text-decoration: none;
    color: #141517;
}
/*========== PRICE END ==========*/
/*========== BLOG START ==========*/
.blog-class-wrap {
    padding: 80px 0px;
}
.blog-class-wrap img {
    
}
.blog-class-wrap h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #333333;
    letter-spacing: 3px;
    line-height: 1.1;
    font-weight: 800;
    padding: 10px 0px;
}
.blog-class-wrap h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.blog-class-wrap h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.blog-class-wrap hr {
    background-color: #333333;
}
.blog-class-wrap h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.blog-class-wrap i {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}
.blog-slide {
    padding-bottom: 50px;
}
/*========== BLOG END ==========*/
/*========== OFFICE START ==========*/
.office-class-wrap {
    background-color: #ddd;
    padding: 80px 0px;
}
.officetext i {
    font-size: 60px;
    color:#141517;
    padding-bottom: 20px;
}
.officetext h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #333333;
    line-height: 1.1;
    font-weight: 800;
    padding-top: 5px;
}
.officetext h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

/*========== OFFICE END ==========*/
/*========== TOUCH START ==========*/
.touch-class-wrap {
    padding: 50px 0px;
}
.touch-header-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #333333;
    line-height: 1.1;
    font-weight: 800;
    padding-bottom: 20px;
}
.touch-header-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-bottom: 50px;
} 
.thfirst input {
    border-radius: 3px;
}
.thfirst input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #333333;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.thfirst input::placeholder {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #313135;
    
}
.thsecond input {
    height: 150px;
}
.thsecond input::placeholder {
    color:#313135;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}
.thsecond input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #333333;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.touch-class-wrap button {
    padding: 10px 30px;
    background-color: #141517;
    border: 1px solid transparent;
    transition: all 0.2s linear;
}
.touch-class-wrap button:hover {
    background-color: #fff;
    border-color:#141517;
    color:#141517;
}

/*========== TOUCH END ==========*/
/*========== FOOTER START ==========*/
.footer-class-wrap {
    margin-top: 40px;
    padding: 50px 0px;
    background-color: #141517;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 200;
    box-shadow: 0px 0px 100px #000;
}

/*****======***********************/
/*========== CUSTOM RESPONSIVE START *==========/

/*================= Extra Small/ EX / COL =================*/

@media (min-width: 0px) and (max-width: 575px) {
    
    .main_h nav ul li {
        margin-left: 2px;
    }
    .main_h nav ul a {
        font-size: 13px;
    }
    .banner h1 {
        font-size: 38px;
    }
    .banner span {
        font-size: 32px;
    }
    .banner {
        padding: 130px 0px;
    }
    .about-left h1 {
        font-size: 32px;
    }
    .about-left h2 {
        font-size: 40px;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .about-right {
        text-align: right!important;
    }
    .about-right p {
        line-height: 16px;
        font-size: 14px;
    }
    .resume-class-wrap {
         padding: 35px 0px;
        box-shadow: none;
    }
    .resume-header-text h1 {
        font-size: 35px;
    }
    .resume-header-text p {
        font-size: 14px;
    }
    .resume-text h1 {
        font-size: 20px;
    }
    .resume-text p {
        font-size: 14px;
    }
    .video-class-wrap i {
        font-size: 55px;
    }
    .video-class-wrap {
        padding: 35px 0px;
    }
    .video-class-wrap h1 {
        font-size: 35px;
    }
    .video-class-wrap p {
        font-size: 14px;
    }
    .services-class-wrap {
        display: none;
    }
    .work-class-wrap {
        padding: 0px 0px 0px 0px;
    }
    .work-header-text h1 {
        font-size: 35px;
    }
    .work-header-text p {
        font-size: 14px;
    }
    .filter-button button {
        padding: 2px 10px;
    }
    .testimonial-class-wrap {
        padding: 35px 0px;
    }
    .testimonial-header-text h1 {
        font-size: 35px;
    }
    .testimonial-header-text p {
        font-size: 14px;
    }
    .fd1 p {
        font-size: 15px;
    }
    .fd1 img {
        width:87px;
        height: 88px;
    }
    .fd1 h3 {
        font-size: 24px;
    }
    .fd1 h3 {
        font-size: 18px;
    }
    .hire-class-wrap h1 {
        font-size: 35px;
    }
    .hire-class-wrap a {
        font-size: 14px;
    }
    .price-list {
        padding: 15px 0px;
    }
    .price-header-text h1 {
        font-size: 35px;
    }
    .price-header-text p {
        font-size: 14px;
    }
    .price-class-wrap {
        padding: 30px 0px;
    }
    .forsm {
        margin: 0 auto;
        padding-top: 10px;
    }
    .forsmmr {
        padding-top: 10px;
        margin: 0 auto;
    }
    .price-list i {
        font-size: 54px;
    }
    .price-list h1 {
        font-size: 20px;
        padding: 8px 0px;
    }
    .price-list h2 {
        font-size: 32px;
    }
    .price-list p {
        font-size: 15px;
    }
    .price-list a {
        padding: 5px 15px;
    }
    .blog-class-wrap h1 {
        font-size: 22px;
    }
    .blog-class-wrap {
        overflow: hidden;
    }
    .blog-class-wrap h2 {
        font-size: 15px;
    }
    .blog-class-wrap h3 {
        font-size: 13px;
    }
    .blog-class-wrap h4 {
        font-size: 14px;
    }
    .office-class-wrap {
        padding: 35px 0px;
    }
    .officetext i {
        font-size: 38px;
        padding-bottom: 8px;
    }
    .officetext h1 {
    font-size: 20px;
    padding-top: 0;
    }
    .officetext h2 {
        font-size: 14px;
    }
    .frbt {
        padding-top: 8px;;
    }
    .touch-class-wrap {
        padding: 35px 0px;
    }
    .touch-header-text h1 {
        font-size: 35px;
    }
    .touch-header-text p {
        font-size: 14px;
        padding-bottom: 4px;
    } 
    .touch-class-wrap button {
            border-radius: 3px;
    padding: 5px 17px;
    font-size: 14px;
    }
    .footer-class-wrap {
        font-size: 14px;
        box-shadow: none;
    }
    .backtotop {
        font-size: 38px;
    }
}

/*================= Small / SM / COL-SM =================*/

@media (min-width: 576px) and (max-width: 767px) {
    
    .main_h nav ul li {
        margin-left: 2px;
    }
    .main_h nav ul a {
        font-size: 13px;
    }
    .banner h1 {
        font-size: 42px;
    }
    .banner span {
        font-size: 40px;
    }
    .banner {
        padding: 180px 0px;
    }
    .about-left h1 {
        font-size: 35px;
    }
    .about-left h2 {
        font-size: 45px;
        padding-top: 18px;
    }
    .about-right p {
        line-height: 16px;
        font-size: 14px;
    }
    .resume-header-text h1 {
        font-size: 40px;
    }
    .resume-header-text p {
        font-size: 15px;
    }
    .resume-text h1 {
        font-size: 20px;
    }
    .resume-text p {
        font-size: 14px;
    }
    .video-class-wrap i {
        font-size: 60px;
    }
    .video-class-wrap {
        padding: 70px 0px;
    }
    .video-class-wrap h1 {
        font-size: 40px;
    }
    .video-class-wrap p {
        font-style: 15px;
    }
    .services-class-wrap {
        display: none;
    }
    ..work-class-wrap {
        padding: 0px 0px 40px 0px;
    }
    .work-header-text h1 {
        font-size: 40px;
    }
    .work-header-text p {
        font-style: 14px;
    }
    .testimonial-class-wrap {
        padding: 70px 0px;
    }
    .testimonial-header-text h1 {
        font-size: 40px;
    }
    .testimonial-header-text p {
        font-size: 15px;
    }
    .fd1 p {
        font-size: 17px;
    }
    .fd1 img {
        width:87px;
        height: 88px;
    }
    .hire-class-wrap h1 {
        font-size: 40px;
    }
    .hire-class-wrap a {
        font-size: 14px;
    }
    .price-header-text h1 {
        font-size: 40px;
    }
    .price-header-text p {
        font-size: 15px;
    }
    .forsm {
        margin: 0 auto;
        padding-top: 10px;
    }
    .price-list i {
        font-size: 54px;
    }
    .price-list h1 {
        font-size: 22px;
        padding: 14px 0px;
    }
    .price-list h2 {
        font-size: 40px;
    }
    .price-list p {
        font-size: 15px;
    }
    .price-list a {
        padding: 5px 15px;
    }
    .blog-class-wrap h1 {
        font-size: 22px;
    }
    .blog-class-wrap h2 {
        font-size: 15px;
    }
    .blog-class-wrap h3 {
        font-size: 13px;
    }
    .blog-class-wrap h4 {
        font-size: 14px;
    }
    .officetext i {
        font-size: 52px;
    }
    .officetext h1 {
    font-size: 23px;
    padding-top: 0;
    }
    .officetext h2 {
        font-size: 14px;
    }
    .touch-header-text h1 {
        font-size: 40px;
    }
    .touch-header-text p {
        font-size: 15px;
    } 
    .footer-class-wrap {
        font-size: 18px;
    }
}
/*================= Medium / MD / COL-MD =================*/

@media (min-width: 768px) and (max-width: 991px) {
    
    .main_h nav ul li {
        margin-left: 2px;
    }
    .main_h nav ul a {
        font-size: 13px;
    }
    .banner h1 {
        font-size: 60px;
    }
    .banner span {
        font-size: 50px;
    }
    .banner {
        padding: 125px 0px;
    }
    .about-left h1 {
        font-size: 35px;
    }
    .about-left h2 {
        font-size: 45px;
        padding-top: 18px;
    }
    .about-right p {
        line-height: 20px;
        font-size: 14px;
    }
    .resume-header-text h1 {
        font-size: 45px;
    }
    .resume-header-text p {
        font-size: 15px;
    }
    .resume-text h1 {
        font-size: 22px;
    }
    .video-class-wrap i {
        font-size: 75px;
    }
    .video-class-wrap {
        padding: 125px 0px;
    }
    .video-class-wrap h1 {
        font-size: 45px;
    }
    .video-class-wrap p {
        font-size: 15px;
    }
    .services-header-text h1 {
        font-size: 45px;
    }
    .services-header-text p {
        font-style: 15px;
    }
    .services-class-wrap {
        padding: 80px 0px;
    }
    .servicestyle i {
    padding: 16px 0px;
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 35px;
    border-radius: 10px;
    }
    .servicestyle h3 {
        font-size: 24px;
        padding: 20px 0px;
    }
    .servicestyle p {
        font-size: 14px;
    }
    .servicestyle {
    box-shadow: 0 5px 8px #A3A3A3;
    }
    .work-header-text h1 {
        font-size: 45px;
    }
    .work-header-text p {
        font-style: 15px;
    }
    .testimonial-header-text h1 {
        font-size: 45px;
    }
    .testimonial-header-text p {
        font-size: 15px;
    }
    .fd1 p {
        font-size: 20px;
    }
    .hire-class-wrap h1 {
        font-size: 45px;
    }
    .hire-class-wrap a {
        font-size: 14px;
    }
    .price-header-text h1 {
        font-size: 45px;
    }
    .price-header-text p {
        font-size: 15px;
    }
    .price-list i {
        font-size: 54px;
    }
    .price-list h1 {
        font-size: 22px;
        padding: 14px 0px;
    }
    .price-list h2 {
        font-size: 40px;
    }
    .price-list p {
        font-size: 15px;
    }
    .price-list a {
        padding: 5px 15px;
    }
    .blog-class-wrap h1 {
        font-size: 22px;
    }
    .blog-class-wrap h2 {
        font-size: 15px;
    }
    .blog-class-wrap h3 {
        font-size: 13px;
    }
    .blog-class-wrap h4 {
        font-size: 14px;
    }
    .officetext i {
        font-size: 52px;
    }
    .officetext h1 {
    font-size: 23px;
    padding-top: 0;
    }
    .officetext h2 {
        font-size: 14px;
    }
    .touch-header-text h1 {
        font-size: 45px;
    }
    .touch-header-text p {
        font-size: 15px;
    }  
}
/*================= Large / LG / COL-LG =================*/

@media (min-width: 992) and (max-width: 1200) {
    
}