/* Responsive CSS Start */

@media only screen and (min-width: 992px) {
    .header-bottom{
        display: flex !important;
    }
}
@media only screen and (max-width: 1365px){
    .process-box:first-child .process-box-inner::after,
    .process-box:last-child .process-box-inner::after{
        display: none;
    }
}
@media only screen and (max-width: 1280px){
    .header-row {
        padding: 12px 0;
    }
    .logo img.logo-desktop {
        width: 134px;
        min-width: 134px;
    }
    .header-bottom > ul li a {
        font-size: 16px;
    }
    .header-bottom > ul li a.menu-trigger img {
        width: 16px;
    }
    .header-contact-btn a {
        font-size: 16px;
        padding: 12px 14px 10px 14px;
    }
    .hero {
        padding: 160px 0 240px 0;
    }
    .hero-copy h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .about-services-box a {
        gap: 20px;
        padding: 30px 10px;
    }
    .process-box-inner {
        padding: 20px;
    }
    .work-row-box{
        width: 50%;
    }
    .breadcrumbs {
        min-height: 420px;
    }
}
@media only screen and (max-width: 991px){
    .header .container {
        position: relative;
    }
    .logo img.logo-desktop{
        display: none;
    }
    .logo img.logo-mobile{
        display: block;
        width: 50px;
    }
    .header-contact-btn{
        display: none;
    }
    .toggle-btn {
        display: block;
    }
    .logo {
        min-height: 60px;
        min-width: 60px;
        max-width: 60px;
        padding: 10px;
    }
    .toggle-btn{
        width: 60px;
    }
    .menu-toggle{
        padding: 10px;
        border: none;
        background-color: transparent;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 8px;
        transition: all 0.5s ease-in-out;
    }
    .menu-toggle span{
        width: 100%;
        height: 4px;
        background-color: #57B853;
        display: inline-block;
        transition: all 0.5s ease-in-out;
        position: relative;
    }
    .menu-toggle span:nth-child(1){
        transform: rotate(0deg);
        top: 0;
    }
    .menu-toggle span:nth-child(2){
        opacity: 1;
    }
    .menu-toggle span:nth-child(3){
        transform: rotate(-0deg);
        bottom: 0;
    }
    .menu-toggle.active span:nth-child(1){
        transform: rotate(45deg);
        top: 12px;
    }
    .menu-toggle.active span:nth-child(2){
        opacity: 0;
    }
    .menu-toggle.active span:nth-child(3){
        transform: rotate(-45deg);
        bottom: 12px;
    }
    .header-bottom{
        background-color: #F7F7F7;
        border-bottom: 1px solid #DFDBDB;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
        min-height: unset;
    }
    .header-bottom > ul{
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
    .header-bottom > ul li{
        margin: 0;
        width: 100%;
        padding: 12px 20px;
    }
    .header-bottom > ul li.mobile-menu{
        display: block;
    }
    .development-btn{
        background-color: unset;
    }
    .header-bottom > ul li a{
        width: 100%;
        display: inline-block;
    }
    .header-bottom > ul li a.menu-trigger{
        justify-content: space-between;
    }
    .hero-row,
    .about-row,
    .choose-row{
        flex-direction: column;
        gap: 50px;
    }
    .hero-copy,
    .about-img,
    .about-copy,
    .choose-img,
    .choose-copy{
        width: 100%;
    }
    .about-us,
    .choose,
    .get-consultation,
    .our-vision,
    .whoweare,
    .contact-info,
    .our-services,
    .clients-logo{
        padding: 50px 0;
    }
    .process-list-inner,
    .consultation-list-inner{
        flex-wrap: wrap;
    }
    .hero-copy h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .about-row {
        padding: 80px 0 0 0;
    }
    .about-copy .heading{
        margin: 0 0 30px;
    }
    .process{
        padding: 50px 0 30px;
    }
    .process-box{
        padding: 20px 15px;
        width: 50%;
    }
    .process-box:nth-child(3) .process-box-inner::after{
        display: none;
    }
    .counter-box{
        width: 50%;
        margin-bottom: 20px;
    }
    .our-services-nav{
        flex-direction: column;
        gap: 40px;
        padding-top: 10px;
    }
    .our-services-nav .tabs-nav,
    .our-services-nav .tabs-list{
        width: 100%;
    }
    .our-services-nav .tabs-box {
        padding: 0;
    }
    .choose-img img{
        width: 100%;
        max-height: 500px;
    }
    .services-box{
        width: 50%;
    }
    .services{
        padding: 50px 0 20px;
    }
    .review {
        padding: 50px 0 260px;
    }
    .technology {
        margin-top: -150px;
    }
    .clients-index {
        padding: 0 0 50px;
    }
    .contact-form-right {
        padding: 40px 10px;
    }
    .footer-home {
        padding: 250px 0 0;
    }
    .footer {
        padding: 50px 0 0;
    }
    .footer-info{
        flex-wrap: wrap;
        gap: 0;
    }
    .footer-about{
        width: 100%;
        padding-bottom: 50px;
    }
    .footer-menu{
        width: 50%;
        border-left: 0;
        padding-left: 0;
    }
    .footer-contact{
        width: 100%;
    }
    .footer-title {
        margin-bottom: 20px;
    }
    .contact-data{
        width: 50%;
    }
    .breadcrumbs {
        min-height: 320px;
    }
    .ceo-section {
        padding: 50px 0 190px;
    }
    .since-counting {
        padding: 50px 0 0;
    }
    .since-counting-box .counter-text{
        padding: 20px;
    }
    .our-history {
        padding: 50px 0;
    }
    .our-history-copy {
        padding: 0 20px 0 0;
    }
    .our-history-img {
        padding: 0 0 0 20px;
    }
    .our-history-copy ul li {
        font-size: 16px;
        padding: 10px 18px;
    }
    .our-mission {
        padding: 50px 0;
    }
    .our-mission-copy {
        padding: 0 0 0 20px;
    }
    .our-mission-img {
        padding: 0 20px 0 0;
    }
    .our-mission-copy ul li {
        font-size: 16px;
        padding: 10px 18px;
    }
    .contact-info-row{
        flex-direction: column;
        gap: 50px;
    }
    .contact-data{
        padding: 0;
        width: 100%;
    }
    .touch-form{
        padding: 30px 10px;
        width: 100%;
    }
    .professional,
    .service-listing,
    .benifits,
    .about-since.web-about-since{
        padding: 50px 0;
    }
    .professional-row{
        flex-direction: column;
        gap: 50px;
    }
    .professional-copy{
        padding: 0;
        width: 100%;
    }
    .professional-copy .heading{
        margin: 0 0 10px;
    }
    .packages {
        padding: 50px 0 30px;
    }
    .packages-row,
    .benifits-row{
        flex-direction: column;
        gap: 50px;
    }
    .packages-copy{
        width: 100%;
    }
    .packages-copy-inner{
        position: static;
        top: 0;
    }
    .packages-list,
    .benifits-img,
    .benifits-copy{
        width: 100%;
    }
    .service-list-box {
        width: 50%;
    }
    .benifits-copy .heading {
        margin: 0 0 10px;
    }
    .web-review{
        padding: 50px 0;
    }
}
@media only screen and (max-width: 767px){
    .vision-tabs{
        flex-direction: column;
    }
    .tabs-nav{
        min-width: unset;
        width: 100%;
    }
    .tabs-box{
        padding: 0;
    }
    .tabs-nav ul li a{
        border-right: 0;
        padding: 14px 18px;
        justify-content: start;
    }
    .contact-info-row{
        flex-wrap: wrap;
        gap: 30px;
    }
    .contact-data{
        width: 100%;
    }
    .work-row-box {
        width: 100%;
    }
    .talking {
        flex-direction: column;
        gap: 30px;
    }
    .talking-count,
    .consultation-list{
        width: 100%;
    }
    .talking-count h2{
        font-size: 120px;
    }
    .clients-box{
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
    .clients-box-copy {
        width: 100%;
    }
    .technology ul li {
        width: 16.66%;
    }
    .technology-heading .heading {
        margin-bottom: 10px;
    }
    .contact-form {
        margin: 0;
        padding: 0 0 50px;
    }
    .contact-form-img {
        display: none;
    }
    .contact-form-right{
        width: 100%;
    }
    .footer-home {
        padding: 50px 0 0;
    }
    .ceo-section-row {
        flex-direction: column;
    }
    .ceo-section-heading{
        padding-right: 0;
        width: 100%;
    }
    .ceo-section-copy{
        padding-left: 0;
        width: 100%;
    }
    .since-counting-inner{
        flex-wrap: wrap;
    }
    .since-counting-box{
        margin: 20px 0 0;
        width: 50%;
    }
    .our-history-row{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .our-history-copy{
        padding: 0;
        width: 100%;
    }
    .our-history-copy h2 {
        font-size: 36px;
        margin: 0 0 10px 0;
    }
    .our-history-copy ul li{
        background-color: #f1f1f1;
    }
    .our-history-img{
        padding: 0;
        width: 100%;
    }
    .our-history::after{
        width: calc(100% - 50%);
    }
    .our-mission-row{
        flex-direction: column;
        gap: 30px;
    }
    .our-mission-copy{
        padding: 0;
        width: 100%;
    }
    .our-mission-copy h2 {
        font-size: 36px;
        margin: 0 0 10px 0;
    }
    .our-mission-copy ul li{
        background-color: #f1f1f1;
    }
    .our-mission-img{
        padding: 0;
        width: 100%;
    }
    .our-mission::after{
        width: calc(100% - 50%);
    }
}
@media only screen and (max-width: 575px){
    .hero {
        padding: 120px 0 180px 0;
    }
    .hero-copy h1 {
        font-size: 42px;
        line-height: 46px;
    }
    .heading {
        font-size: 36px;
        line-height: 40px;
    }
    .header-row {
        padding: 5px 0;
    }
    .about-box,
    .choose-box,
    .contact-data .contact-box{
        flex-direction: column;
        align-items: start;
    }
    .process-box,
    .services-box{
        width: 100%;
    }
    .review-slider-box {
        padding: 0;
    }
    .footer-title {
        margin-bottom: 10px;
    }
    .footer-about {
        padding-bottom: 30px;
    }
    .footer-menu{
        width: 100%;
        border: none;
        padding: 0 0 20px;
    }
    .footer-contact{
        width: 100%;
        padding: 0 0 30px 0;
    }
    .breadcrumbs {
        min-height: unset;
        padding: 60px 0;
    }
    .breadcrumbs-title h1 {
        font-size: 42px;
        line-height: 46px;
        margin: 0 0 10px;
    }
    .breadcrumbs-link ul li{
        font-size: 16px;
        margin-right: 12px;
    }
    .breadcrumbs-link ul li a{
        font-size: 16px;
    }
    .process-box:nth-child(2) .process-box-inner::after,
    .process-box:nth-child(3) .process-box-inner::after,
    .process-box:last-child .process-box-inner::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -40px;
        height: 40px;
        transform: rotateZ(90deg);
        width: 40px;
    }
    .process-box:nth-child(3) .process-box-inner::after{
        display: block;
    }
    .our-services-nav .tabs-box ul li {
        font-size: 16px;
        width: 50%;
    }
    .counter-text span{
        font-size: 16px;
    }
    .consultation-list-inner{
        margin: 0 -10px;
    }
    .counter-box {
        padding: 0 10px;
    }
    .clients-box-heading,
    .award h2{
        font-size: 36px;
        line-height: 40px;
    }
    .technology ul li {
        width: 20%;
    }
    .contact-form-right {
        padding: 20px 10px;
    }
    .contact-form-right .heading{
        margin-bottom: 20px;
    }
    .contact-form-right .form-group{
        width: 100%;
    }
    .since-box{
        background-color: #F7F9FA;
        max-width: 100%;
        width: 100%;
    }
    .since-counting {
        padding: 0;
    }
    .since-counting-box {
        width: 100%;
    }
    .touch-form{
        padding: 20px 10px;
    }
    .touch-form .heading{
        margin-bottom: 20px;
    }
    .touch-form .form-group{
        width: 100%;
    }
    .packages-box-heading h4 {
        font-size: 20px;
    }
    .service-list-box {
        width: 100%;
    }
}
@media only screen and (max-width: 480px){
    .industries ul li{
        font-size: 16px;
    }
    .technology ul li {
        width: 25%;
    }
}

/* Responsive CSS End */