/*////////////////////////////////////////////////////// Responsive CSS Structure //////////////////////////////////////////////////////*/
@media (min-width: 1200px) and (max-width: 1920px) {}


@media (min-width: 1300px) {
    .container {
        max-width: 1194px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .contact-form .c-top {
        top: -70px;
        right: -60px;
    }
    .contact-form .c-bottom {
        bottom: -55px;
        left: -55px;
    }
    .tech-image .t-top {
        right: -64px;
        top: -64px;
    }
 
}

@media (min-width: 1200px) and (max-width: 1299px) {

    .container {
        max-width: 1170px;
    }
    .contact-form .c-top {
        top: -25px;
        right: -25px;
    }
    .about-img .about-top {
        top: -25px;
        right: -25px;
    }
    .contact-form .c-bottom {
        bottom: -25px;
        left: -25px;
    }
    .tech-image .t-top {
        right: -25px;
        top: -25px;
    }
    .service-list .s-top {
        top: -22px;
        right: -22px;
    }
    .service-list .s-bottom {
        left: -22px;
    }
    .process-block h6 {
        font-size: 15px;
        line-height: 26px;
        margin: 20px 0 0;
    }
    .outcome .s-top {
        top: -22px;
        right: -22px;
    }
    .outcome .s-bottom {
        left: -22px;
    }
    .outcome-block {
        min-height: 230px;
        padding: 22px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    
    .navbar-nav .nav-item {
        padding: 0 8px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .banner .banner-detail h3 {
        font-size: 30px;
        line-height: 37px;
        margin: 0 0 20px;
    }
    .banner .banner-detail h3 span {
        font-size: 40px;
        line-height: 72px;
    }

    .banner .banner-detail p {
        font-size: 15px;
        line-height: 26px;
        margin: 14px 0;
    }
    .vision-box [class*=col-] {
        width: 33.3333333%;
    }
    .about-img .about-top {
        top: -25px;
        left: -25px;
    }

    .vision-box {
        padding: 18px;
    }

    .vision-block span {
        font-size: 14px;
        line-height: 20px;
        margin: 16px auto 0;
        max-width: 88%;
    }
    .banner {
        padding: 34px 0 60px;
    }

    .trust .slick-list {
        margin: 0 -12px;
    }

    .trust .t-item {
        margin: 0 12px;
    }
    .our-service {
        padding: 70px 0;
    }

    .service-block h6 {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 14px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    .our-company {
        padding: 70px 0;
    }

    .list-block ul li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 32px;
    }
    .service-block {
        padding: 20px;
    }
    .our-process {
        padding: 20px;
    }
    .our-technology {
        padding: 70px 0;
    }
    .contact-form .c-top {
        top: -25px;
        right: -25px;
    }
    .contact-form .c-bottom {
        bottom: -25px;
        left: -25px;
    }
    .tech-image .t-top {
        right: -25px;
        top: -40px;
    }
    .service-list .s-top {
        top: -22px;
        right: -22px;
    }
    .service-list .s-bottom {
        left: -22px;
    }
    .outcome .s-right {
        bottom: -50px;
        right: -20px;
    }
    .process-block h6 {
        font-size: 14px;
        line-height: 26px;
        margin: 10px 0 0;
    }
    .outcome .s-top {
        top: -22px;
        right: -22px;
    }
    .outcome .s-bottom {
        left: -22px;
    }
    .outcome-block {
        min-height: 230px;
        padding: 22px;
    }
    .outcome-block h6 {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }

    .outcome-delivery {
        padding: 70px 0;
    }
    .customer-story {
        padding: 70px 0;
    }

    .customer-slider .slick-dots {
        bottom: -30px;
    }
    .story-item {
        padding: 20px;
    }
    .contact-us {
        padding: 70px 0;
    }
    
    .f-top {
        padding: 50px 0;
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    .btn-primary {
        padding: 12px 25px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .navbar-nav .nav-item {
        padding: 0 5px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .banner .banner-detail h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .banner .banner-detail h3 span {
        font-size: 30px;
        line-height: 52px;
    }

    .vision-box .row {
        margin: 0 -4px;
    }

    .vision-box [class*=col-] {
        padding: 0 4px;
    }
    .banner .banner-detail p {
        font-size: 13px;
        line-height: 23px;
        margin: 14px 0;
    }
    .vision-box [class*=col-] {
        width: 33.3333333%;
    }
    .our-service [class*=col-],
    .our-service [class*=col-]:nth-last-child(1), .our-service [class*=col-]:nth-last-child(2), .our-service [class*=col-]:nth-last-child(3) {
        padding-bottom: 20px;
    }

    .vision-box {
        padding: 18px;
    }

    .about-img .about-top {
        top: -25px;
        left: -25px;
    }

    .vision-block span {
        font-size: 12px;
        line-height: 18px;
        margin: 16px auto 0;
        max-width: 100%;
    }

    .main-title {
        font-size: 44px;
        line-height: 55px;
    }
    .banner {
        padding: 34px 0 60px;
    }

    .trust .slick-list {
        margin: 0 -12px;
    }

    .trust .t-item {
        margin: 0 12px;
    }
    .our-service {
        padding: 70px 0;
    }

    .service-block h6 {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 14px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    .our-company {
        padding: 70px 0;
    }

    .list-block ul li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 32px;
    }

    .tech-logo .list-block {
        margin-bottom: 20px;
    }
    .service-block {
        padding: 20px;
    }
    .our-process {
        margin-left: -285px;
        padding: 20px;
    }
    .our-technology {
        padding: 70px 0;
    }

    .sub-title {
        font-size: 17px;
        line-height: 22px;
    }
    .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
    .contact-form .c-top {
        top: -25px;
        right: -25px;
    }
    .contact-form .c-bottom {
        bottom: -25px;
        left: -25px;
    }
    .tech-image .t-top {
        right: -25px;
        top: -40px;
    }
    .service-list .s-top {
        top: -22px;
        right: -22px;
    }
    .service-list .s-bottom {
        left: -22px;
    }
    .outcome .s-right {
        bottom: -50px;
        right: -20px;
    }
    .process-block h6 {
        font-size: 14px;
        line-height: 26px;
        margin: 10px 0 0;
    }
    .outcome .s-top {
        top: -22px;
        right: -22px;
    }
    .outcome .s-bottom {
        left: -22px;
    }
    .outcome-block {
        min-height: auto;
        padding: 22px;
    }
    .outcome-block h6 {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }

    .section-title {
        padding: 0 0 28px;
    }

    .contact-form form {
        padding: 22px 38px;
    }

    .outcome [class*=col-]:nth-last-child(1), .outcome [class*=col-]:nth-last-child(2), .outcome [class*=col-]:nth-last-child(3), .outcome [class*=col-]:nth-last-child(4),
    .outcome [class*=col-] {
        padding-bottom: 20px;
    }

    .outcome-delivery {
        padding: 70px 0;
    }
    .customer-story {
        padding: 70px 0;
    }

    .customer-slider .slick-dots {
        bottom: -30px;
    }
    .story-item {
        padding: 20px;
    }
    .contact-us {
        padding: 70px 0;
    }
    
    .f-top {
        padding: 50px 0;
    }
    
}

@media (min-width: 768px) {

   
}


@media (max-width: 767px) {


    .navbar-brand img {
        width: 75px;
    }

    .navbar-brand {
        padding: 0;
        margin: 0;
        margin-right: auto;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
        background: none;
    }

    .navbar-toggler .navbar-toggler-icon .toggle-bar {
        position: relative;
        display: block;
        height: 3px;
        width: 100%;
        margin: 0 0 5px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        border-radius: 5px;
        width: 1.5rem;
        margin: 0 auto 2px;
        background: #FF6D6F;
        border-radius: 4px;
        width: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-menu.show {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-toggler {
        padding: 0;
        width: 32px;
        height: 32px;
        position: relative;
        margin: 0;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        margin-left: auto;
        margin-left: 0;
        background: transparent;
        z-index: 9999;
        border: none;
    }

    .navbar-toggler.open .navbar-toggler-icon .toggle-bar {
        /* background: #fff; */
    }

    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:first-child {
        top: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }


    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:nth-child(2) {
        opacity: 0;
    }


    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:last-child {
        top: -5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .navbar-toggler .navbar-toggler-icon .toggle-bar:last-child {
        margin-bottom: 0;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
        transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
        transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1);
        transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
        padding: 120px 20px 60px;
        overflow: auto;
        height: 100% !important;
        background-color: #FFFFFF;
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
        /* z-index: 9999; */
        padding: 134px 26px 30px;
    }

    .navbar-collapse.show {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .navbar-nav {
        margin: 0 !important;
    }


    .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 24px;
    }


    .navbar {
        padding: 16px 0;
    }

    .header .btn-primary {
        margin-right: 16px;
        padding: 12px 25px;
    }
    .btn-primary {
        padding: 10px 42px;
        font-size: 14px;
        line-height: 20px;
    }
    .technology-tabing .sub-title {
        text-align: center;
        padding: 80px 0 16px;
    }

    .process-block {
        padding: 0 0 24px;
    }
    .our-technology {
        padding: 40px 0 30px;
    }
    .our-process {
        padding: 24px 0 0;
        margin-left: 0;
        position: relative;
        margin-bottom: 30px;
        margin-top: -40px;
        z-index: 99;
    }

    .trust .slick-list {
        margin: 0;
    }

    .trust .sub-title {
        padding: 0 0 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .about-img .about-top {
        position: absolute;
        left: -12px;
        top: -12px;
        z-index: -1;
        width: 68px;
    }
    .technology-content .tech-image {
        display: none;
    }
    .tech-image {
        margin: 30px 0;
    }

    .technology-tabing .tech-logo {
        padding: 30px 0 0;
    }
    .tech-image .t-top {
        position: absolute;
        right: -15px;
        top: -21px;
        z-index: -1;
        width: 56px;
    }

    .about-detail {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .list-block ul li {
        padding-left: 24px;
    }
    .list-block ul li::after {
        top: 5px;
        height: 16px;
        width: 16px;
        background-size: contain;
    }
    .our-company {
        padding: 40px 0;
    }
    .navbar-nav .nav-item {
        padding: 0 0 20px;
    }


    .section-title {
        padding: 0 0 24px;
        font-size: 24px;
        line-height: 36px;
    }
    .our-service {
        padding: 40px 0;
    }
    .our-service [class*=col-] {
        padding-bottom: 16px !important;
    }

    .service-block {
        padding: 24px;
    }
    .service-list .s-top {
        top: -12px;
        right: -12px;
        width: 48px;
    }
    .service-list .s-bottom {
        bottom: -12px;
        left: -12px;
        width: 48px;
    }
    .contact-ul li a {
        font-size: 8px;
        line-height: 11px;
    }

    .banner .row {
        flex-direction: column-reverse;
    }

    .banner-img {
        text-align: center;
        padding: 0 0 50px;
    }

    .main-title {
        font-size: 40px;
        line-height: 47px;
    }
    .banner {
        padding: 35px 0 40px;
    }

    .banner .banner-detail h3  span {
        font-size: 36px;
        line-height: 49px;
    }
    .banner .banner-detail h3 {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 28px;
    }

    .contact-ul li {
        padding: 0;
        margin: 0;
    }

    .contact-ul {
        justify-content: space-between;
    }

    .h-top {
        padding: 6px 20px;
    }
    .banner-detail {
        text-align: center;
    }

    .vision-box {
        padding: 40px 24px 16px;
    }
    .vision-block {
        padding: 0 0 24px;
    }
    .banner .banner-detail p {
        font-size: 12px;
        line-height: 20px;
    }

    .f-top [class*=col-]:nth-child(3) {
        order: 4;
    }
    .f-top {
        padding: 24px 0;
    }
    .f-logo img {
        width: 100px;
    }
    .f-logo {
        text-align: center;
        padding: 0 0 24px;
    }
    .f-contact {
        padding: 16px  0;
    }
    .f-block p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 16px;
    }
    .social {
        text-align: center;
    }
    .form-control {
        height: 40px;
        padding: 11px 15px;
        font-size: 12px;
        line-height: 18px;
    }
    .footer .form-control {
        height: 40px;
        padding: 12px;
    }

    .form-group label {
        font-size: 14px;
        line-height: 21px;
    }

    .contact-form .btn-primary {
        display: block;
        width: 100%;
    }
    .contact-us {
        padding: 40px 0;
    }

    .contact-form form {
        background: #FFFFFF;
        box-shadow: 0px 8px 50px -10px rgb(109 112 255 / 7%);
        border-radius: 20px;
        padding: 16px;
    }

    .contact-form .c-bottom {
        position: absolute;
        bottom: -10px;
        left: auto;
        right: -10px;
        width: 38px;
        height: 38px;
    }
    .contact-form .c-top {
        position: absolute;
        top: -10px;
        right: auto;
        left: -10px;
        width: 43px;
        height: 43px;
    }

    .customer-slider .slick-dots {
        display: none !important;
    }
    .customer-main .s-bottom {
        position: absolute;
        bottom: 30px;
        right: -10px;
        width: 26px;
        z-index: 99;
    }

    .customer-slider .slick-list {
        margin: 0 -15px;
    }

    .story-item {
        padding: 24px 15px 40px;
    }
    .customer-story {
        padding: 40px 0 0;
    }
    .story-block {
        padding: 24px 16px;
    }
    .customer-main .s-top {
        position: absolute;
        width: 26px;
        z-index: 99;
        left: 0px;
        top: 10px;
    }

    .outcome-delivery {
        padding: 40px 0;
    }
    .outcome-block {
        min-height: 236px;
    }
    .outcome [class*=col-] {
        padding-bottom: 16px !important; 
    }
    .outcome .s-right {
        position: absolute;
        bottom: -10px;
        right: -10px;
        z-index: -1;
        width: 38px;
    }

    .outcome .s-bottom {
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: -1;
        left: auto;
        bottom: auto;
        width: 48px;
    }

    .outcome .s-top {
        position: absolute;
        bottom: -10px;
        left: -10px;
        z-index: -1;
        right: auto;
        top: auto;
        width: 48px;
    }
    .outcome-delivery .out-top {
        position: absolute;
        top: -40px;
        left: -40px;
        width: 104px;
    }
    .technology-content .row {
        flex-direction: column-reverse;
    }
    .nav-tabs {
        display: flex;
        border: none;
        flex-wrap: inherit;
        overflow: auto;
        padding-bottom: 10px;
    }
    
    .nav-tabs .nav-link {
        padding: 10px 30px;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
        margin: 0 8px;
    }

    .footer form {
        max-width: 100%;
    }

}



/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/


@media (max-width: 374px) {
    .h-top .contact-ul li {
        padding: 0 5px;
    }
    .h-top .contact-ul {
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .technology-tabing .sub-title {
        padding: 40px 0 16px;
    }
    
    .banner .banner-detail h3 {
        margin: 0 0 30px;
        font-size: 18px;
        line-height: 25px;
    }

}


@media (max-width: 374px) {
    
}


@media (min-width: 240px) and (max-width: 575px) {}

/*---------- Large Desktop , Large Screen End ----------*/