/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }

    .main__menu ul li {
        margin-left: 36px;
    }

    .hero__main__blk h1 {
        font-size: 60px;
    }

    .hero__main__blk h4 {
        font-size: 38px;
    }

    .hero__main__blk p {
        font-size: 18px;
    }

    .hero__main__blk a {
        width: 200px;
        height: 60px;
        font-size: 16px;
    }

    .about__right__blk>h2 {
        font-size: 42px;
    }

    .about__right__blk>p {
        font-size: 18px;
    }

    .about__info p {
        font-size: 18px;
    }

    .about__info p:first-child {
        font-size: 14px;
    }

    .about__info {
        padding-left: 25px;
        margin-left: 30px;
        margin-bottom: 25px;
    }

    .about__right__blk a {
        width: 210px;
        height: 60px;
        font-size: 16px;
    }

}






/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 960px;
    }

    .main__menu ul li {
        margin-left: 26px;
    }

    .main__menu ul li a {
        font-size: 14px;
    }

    .main__menu ul li:last-child a {
        width: 162px;
        height: 50px;
    }

    .hero__main__blk h1 {
        font-size: 54px;
    }

    .hero__main__blk h4 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hero__main__blk p {
        font-size: 16px;
    }

    .hero__main__blk a {
        width: 200px;
        height: 58px;
        font-size: 16px;
    }

    .hero__area {
        padding-top: 240px;
        padding-bottom: 160px;
    }

    .service__content p {
        font-size: 14px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 22px;
    }

    .about__right__blk>span {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .about__right__blk>h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .about__right__blk>p {
        font-size: 14px;
    }

    .about__info {
        padding-left: 20px;
        margin-left: 20px;
        margin-bottom: 25px;
    }

    .about__info p:first-child {
        font-size: 12px;
        padding-right: 56px;
    }

    .about__info p {
        font-size: 16px;
    }

    .about__right__blk a {
        width: 174px;
        height: 54px;
        font-size: 14px;
    }

    .about__area {
        padding-bottom: 90px;
        padding-top: 0;
    }

    .solution__content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .solution__content span {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .solution__content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .solution__content ul li {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .approach__title h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .approach__title p {
        font-size: 16px;
    }

    .service__img {
        height: 50px;
    }

    .testimonial__area {
        padding-top: 110px;
        padding-bottom: 100px;
    }

    .contact__title h2 {
        font-size: 33px;
    }

    .contact__title p {
        font-size: 16px;
    }

    .contact__wrap {
        padding: 50px 110px;
    }

    .contact__form__single {
        margin-bottom: 30px;
    }

    .footer__menu ul li a {
        font-size: 14px;
    }

    .footer__menu h4 {
        font-size: 16px;
    }

    .footer__first__contact ul li a {
        font-size: 14px;
    }

    .footer__logo {
        max-width: 140px;
        margin-bottom: 40px;
    }

    .footer__menu ul li a i {
        margin-right: 10px;
    }

    .footer__subscribe input {
        font-size: 14px;
    }

    .footer__subscribe {
        height: 54px;
    }

    .footer__subscribe button {
        width: 100px;
        height: 40px;
        font-size: 12px;
    }

    .footer__subscribe__content p {
        font-size: 14px;
    }

    .footer__subscribe__content {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer__copy__content span {
        font-size: 14px;
    }

}






/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 720px;
    }

    .main__menu ul li:last-child a {
        width: 128px;
        height: 40px;
    }

    .main__menu ul li {
        margin-left: 16px;
    }

    .main__menu ul li a {
        font-size: 12px;
    }

    .hero__main__blk h1 {
        font-size: 50px;
    }

    .hero__main__blk h4 {
        font-size: 33px;
        margin-bottom: 15px;
    }

    .hero__main__blk p {
        font-size: 16px;
        margin-bottom: 30px;
        max-width: 80%;
    }

    .hero__main__blk a {
        width: 180px;
        height: 56px;
        font-size: 16px;
    }

    .hero__area {
        padding-top: 200px;
        padding-bottom: 155px;
    }

    .service__single__blk {
        height: auto;
        margin-bottom: 30px;
    }

    .service__area {
        padding-bottom: 35px;
    }

    .about__left__blk {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .about__right__blk>h2 {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .about__area {
        padding-bottom: 100px;
    }

    .solution__content {
        padding-left: 10px;
    }

    .solution__content span {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .solution__content h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .solution__content p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .solution__content ul li {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .solution__content.solution2 {
        padding-left: 0;
        padding-right: 10px;
    }

    .solution__area.solution2 {
        padding-top: 80px;
        padding-bottom: 65px;
    }

    .approach__area {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .testimonial__area {
        padding-top: 90px;
        padding-bottom: 75px;
    }

    .contact__title {
        max-width: 90%;
        margin-bottom: 47px;
    }

    .contact__title h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .contact__title p {
        font-size: 16px;
    }

    .contact__wrap {
        padding: 50px 40px;
    }

    .contact__form__single {
        margin-bottom: 20px;
    }

    .footer__last__blk {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        text-align: center;
    }

    .footer__social {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer__logo {
        max-width: 165px;
        margin-bottom: 30px;
    }

    .footer__copy__content {
        text-align: center;
    }

}






/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .hero__main__blk {
        text-align: center;
    }

    .hero__main__blk h1 {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .hero__main__blk h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .hero__main__blk p {
        font-size: 16px;
    }

    .hero__main__blk a {
        width: 188px;
        height: 56px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero__area {
        padding-top: 200px;
        padding-bottom: 160px;
    }

    .service__single__blk {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
        height: auto;
    }

    .service__area {
        padding-bottom: 50px;
    }

    .about__left__blk {
        text-align: center;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .about__right__blk>span {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .about__right__blk>h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .about__right__blk>p {
        font-size: 16px;
    }

    .about__info {
        border-left: 3px solid #e94659;
        padding-left: 13px;
        margin-left: 15px;
        margin-bottom: 35px;
    }

    .about__info p:first-child {
        font-size: 14px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .about__info p {
        font-size: 16px;
        color: #1d1d1b;
    }

    .about__right__blk a {
        width: 188px;
        height: 56px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .about__area {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    .solution__img {
        position: unset;
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-bottom: 30px;
    }

    .offset-6 {
        margin-left: 0;
    }

    .solution__content {
        padding-left: 0;
    }

    .solution__content span {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .solution__content h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .solution__content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .solution__content ul li {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .solution__img2 {
        position: unset;
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-bottom: 30px;
    }

    .solution__area.solution2 {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .solution__area {
        padding-top: 0;
    }

    .approach__title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .approach__title p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .approach__title {
        margin-bottom: 40px;
        max-width: 95%;
    }

    .approach__area {
        padding-top: 70px;
        padding-bottom: 55px;
    }

    .testimonial__area {
        padding-top: 80px;
        padding-bottom: 65px;
    }

    .testimonial__title h2 {
        font-size: 30px;
    }

    .testimonial__title {
        margin-bottom: 35px;
    }

    .testimonial__quote {
        max-width: 70px;
        margin-bottom: 25px;
    }

    .testimonial__info p {
        font-size: 16px;
    }

    .testimonial__single__slide {
        max-width: 90%;
    }

    .contact__title {
        max-width: 90%;
        margin-bottom: 35px;
    }

    .contact__title h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contact__title p {
        font-size: 14px;
    }

    .contact__wrap {
        padding: 40px 25px;
    }

    .contact__form__single label {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact__form__single input {
        height: 50px;
        font-size: 14px;
    }

    .contact__form .g-5,
    .gy-5 {
        --bs-gutter-y: 0;
    }

    .contact__form__single {
        margin-bottom: 20px;
    }

    .footer__logo {
        max-width: 150px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__first__contact ul li a i {
        margin-right: 1px;
    }

    .footer__first__contact ul li a {
        font-size: 14px;
    }

    .footer__first__contact ul li {
        display: inline-block;
        margin: 0px 4px;
    }

    .footer__menu {
        margin-top: 35px;
    }

    .footer__last__blk {
        text-align: center;
        margin-top: 35px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__social {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer__subscribe button {
        width: 100px;
        height: 42px;
        font-size: 12px;
    }

    .footer__copy__content {
        text-align: center;
    }

    .footer__copy__content span {
        font-size: 14px;
    }

    .hero__area.hero__about {
        padding-top: 150px;
        padding-bottom: 65px;
    }

    .about__area.about2 {
        padding-top: 65px;
        padding-bottom: 80px;
    }



}






/* SM Small Device :576px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 540px;
    }

}