@media (min-width: 768px){
    /* .container {
        max-width: 850px;
    } */
}
@media screen and (max-width:1200px){
    .work-process {
        margin-bottom: 180px;
    }
    .qualified-employees-box h2 span {
        font-size: 22px;
    }
    .width-35 .qualified-employees-box div {
        font-size: 15px;
    }
    .global-clients.qualified-employees-box h2 span {
        font-size: 16px;
    }
}
@media screen and (max-width:1024px){
    .top_call_sec{
        display: none;
    }
    .home-carousel-slide h2 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }
    .home-carousel-slide .content.left-content p {
        max-width: 500px;
    }
    .home-carousel-slide p {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .home-carousel-slide .content.center-content p {
        font-size: 35px;
        line-height: 35px;
    }
    .owl-carousel.home-carousel .owl-nav button.owl-prev {
        margin-left: 10px;
    }
    .owl-carousel.home-carousel .owl-nav button.owl-next {
        margin-right: 10px;
    }
    .section_mainheading {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 45px;
    }
    .skill_box_outer .skill_box:nth-child(3) h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .skill_box_outer .skill_box:nth-child(2) {
        padding: 80px 30px;
    }
    .skill_box_outer .skill_box:nth-child(3) {
        padding: 30px;
    }
    .contact-box-right {
        padding: 40px 20px;
    }
    .all-services-outer .left:before {
        left: -40px;
        font-size: 240px;
    }
    .all-services-outer.right-side-services .left::before {
        right: -40px;
    }
    .our-brands .left h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .all-services-outer h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .all-services-outer p {
        margin-bottom: 25px;
    }
    .our-brands .left img {
        max-width: 70px;
    }
    .optimization-marketing-outer .right .img-outer img {
        max-width: 90px;
        width: 100%;
    }
    .optimization-marketing-outer .right .img-outer span {
        font-size: 16px;
    }
    .request-callback p {
        font-size: 16px;
        line-height: 30px;
    }
    .work-process .work-process-box {
        margin-bottom: -85px;
        padding: 20px 20px;
    }
    .used-technologies-box img {
        max-width: 80px;
    }
    .our-projects .project-slide .left .content {
        padding: 35px 25px;
        max-width: 400px;
    }
    .our-projects .project-slide .left h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }    
    .looking_job_sec .looking_job_box .content {
        max-width: 360px;
    }
    .looking_job_sec h2 {
        font-size: 30px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .looking_job_sec p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .work-process {
        margin-bottom: 140px;
    }
    .job-benefits .job-benefit-box {
        padding: 0 15px 25px;
    }
    .job-benefits .job-benefit-box p {
        font-size: 14px;
    }
}
@media screen and (max-width:991px){
    .navbar_spacer {
        display: none !important;
    }
    nav.navbar button.navbar-toggler {
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 0;
        background: #00000087;
        padding: 12px;
        font-size: 25px;
        font-weight: 100;
        display: flex;
        box-shadow: 3px 3px 7px 0px #ffffff45;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    nav.navbar .navbar-brand {
        display: none;
    }
    nav.navbar .navbar-collapse.show a.navbar-brand {
        display: flex;
        position: absolute;
        left: 20px;
        top: 25px;
    }
    nav.navbar .navbar-collapse.show a.navbar-brand img {
        max-width: 200px;
    }
    nav.navbar {
        padding: 0;
        background: transparent;
        position: fixed;
        box-shadow: none !important;
    }
    nav.navbar .navbar-brand img {
        max-width: 170px;
    }
    nav.navbar .navbar-collapse.show {
        left: 0;
    }
    nav.navbar .navbar-collapse {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background: -webkit-linear-gradient(120deg,#2075a4 0,#072c42 100%);
        transition: 0.5s ease;
        display: block;
    }
    nav.navbar .navbar-collapse .navbar-nav {
        top: 166px;
        position: relative;
    }
    .top_call_sec p{
        color:#000;
    }
    .top_call_sec {
        display: flex;
        position: absolute;
        margin: 0;
        padding: 20px;
        bottom: 0;
        width: 100%;
        background: #fff;
    }
    nav.navbar .close_navbar.btn {
        display: block;
    }
    nav.navbar .nav-item {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }
    nav.navbar li.nav-item .nav-link {
        padding: 15px 20px;
    }
    nav.navbar .nav-item.header_con_btn {
        border: none;
        margin-left: 0;
    }
    nav.navbar .nav-item.header_con_btn:hover {
        background-color: transparent;
        border: none;
    }
    nav.navbar li.nav-item .nav-link.dropdown-toggle::after {
        right: 20px;
        position: absolute;
        top: 25px;
        color:#fff;
    }
    nav.navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 15px;
        color: #fff;
    }
    nav.navbar .nav-item.dropdown .dropdown-menu {
        position: relative;
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding: 0 0 0 20px;
        margin: 0;
        display: none;
    }
    nav.navbar .nav-item.dropdown .dropdown-menu.show {
        display: block;
    }
    nav.navbar .nav-item.dropdown .dropdown-menu.show, nav.navbar .nav-item.dropdown:hover .dropdown-menu {
        top: 0;
    }
    .home-carousel-slide h2 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 15px;
    }
    .home-carousel-slide .content.center-content p {
        font-size: 25px;
        line-height: 30px;
    }
    .home-carousel-slide p {
        font-size: 18px;
        line-height: 30px;
    }
    .common-page-header-section h1 {
        font-size: 50px;
        line-height: 45px;
    }
    .facts-box-outer .facts-box {
        width: 50%;
        margin-bottom: 30px;
    }
    .facts-box-outer .facts-box:nth-child(2):after {
        height: 0;
    }
    .facts-box-outer .facts-box:after {
        height: 100%;
    }
    .why-choose-right-box-outer .why-choose-box h5 {
        font-size: 16px;
        margin: 18px 0 10px;
    }
    .why-choose-box-outer {
        align-items: inherit;
        flex-direction: row-reverse;
    }
    .why-choose-box-outer .left img {
        height: 100%;
        object-position: center;
    }
    .why-choose-box-outer .right {
        padding: 25px 25px;
    }
    .why-choose-box-outer .right .section_mainheading, .why-choose-box-outer .right .section_subheading {
        padding-left: 5px;
        padding-right: 5px;
    }
    .why-choose-box-outer .bar {
        left: 5px;
    }
    .why-choose-right-box-outer .why-choose-box {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 35px;
    }
    .why-choose-right-box-outer .why-choose-box:last-child {
        margin: 0;
    }
    .looking_job_sec .looking_job_box {
        padding: 80px 40px;
    }
    .used-technologies-box img {
        max-width: 70px;
    }
    .used-technologies-box.used-technologies-box-two {
        min-height: 170px;
    }
    .used-technologies-box {
        min-height: 230px;
    }
    .used-technologies-box h5 {
        font-size: 16px;
    }
    .work-process .work-process-box {
        margin-bottom: 25px;
    }
    .work-process {
        padding-top: 80px;
        margin-bottom: 45px;
    }
    .work-process .section_mainheading {
        margin-bottom: 80px;
    }
    .our-projects .container, .current-openings .container, .job-benefits .container, .office_life .container, .qualified-employees .container {
        max-width: 100%;
    }
    .career_form {
        margin-top: 45px;
    }
    body h2.career_subheading {
        display: block;
    }
    .not-found-header-section {
        min-height: 55px;
    }
    .qualified-employees-box {
        padding: 30px 15px;
    }
    .qualified-employees-box.employees-rating-box div {
        padding: 0 25px;
        font-size: 16px;
        line-height: 22px;
        top: 60px;
    }
    .global-clients.qualified-employees-box h2 span {
        font-size: 15px;
    }
    .qualified-employees-box.epic-since {
        padding: 30px 20px;
    }
    .width-35 .qualified-employees-box h3 span {
        font-size: 17px;
        margin-left: 25px;
    }
}
@media screen and (max-width:768px){
    .home-slider-section .home-carousel-slide-image ,.home-slider-section .home-carousel-slide-image img {
        height: 650px;
    }
    .testimonial-section, .about-us-section, .services-section, .brands-section, .all-services-section, .facts-section, .timeline-section, .team-section, .contact-us-section, .common-page-section, .used-technologies, .our-projects, .current-openings, .job-benefits, .office_life, .not-found-section {
        padding: 55px 0;
    }
    .all-services-new-outer {
        padding-top: 55px;
    }
    .all-services-new-section {
        padding-bottom: 55px;
    }
    .not-found-section img, .qualified-employees {
        margin-bottom: 55px;
    }
    .qualified-employees {
        margin-top: 0;
    }
    .testimonial-carousel .owl-nav button.owl-prev {
        margin-left: -12px;
    }
    .testimonial-carousel .owl-nav button.owl-next {
        margin-right: -12px;
    }
    .testimonial-slide {
        padding: 20px;
    }
    .skill_box_outer {
        background-color: #002c42;
    }
    .skill_box_outer .skill_box {
        width: 50%;
        height: auto;
    }
    .skill_box_outer .skill_box:nth-child(3) {
        width: 100%;
        height: auto;
        order: 1;
        padding: 55px 30px;
        text-align: center;
    }
    .skill_box_outer .skill_box:nth-child(1) {
        order: 2;
    }
    .skill_box_outer .skill_box:nth-child(2) {
        padding: 55px 30px;
        order: 3;
    }
    .timeline-section .timeline-box .timeline-time {
        font-size: 60px;
    }
    .all-services-outer:after {
        width: calc(60% - 85px);
        margin-bottom: -55px;
    }
    .all-services-outer .left {
        width: 60%;
        padding: 30px 20px;
    }
    .all-services-outer h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .all-services-outer p {
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 15px;
    }
    .our-brands .left {
        padding: 85px 0;
    }
    .our-brands .left .content {
        flex-direction: column;
    }
    .our-brands .left h3 {
        padding: 20px 0 0 0;
        text-align: center;
        font-size: 25px;
        line-height: 35px;
    }
    .our-brands .our-brands-logo-box-outer {
        justify-content: center;
    }
    .our-brands .our-brands-logo-box-outer .our-brands-logo-box {
        width: 50%;
    }
    .our-brands {
        margin-top: 55px;
    }
    .optimization-marketing-outer .left {
        width: 45%;
    }
    .optimization-marketing .content {
        padding-right: 30px;
    }
    .optimization-marketing .section_mainheading {
        font-size: 25px;
        line-height: 35px;
    }
    .optimization-marketing-outer .right {
        width: 55%;
        padding: 0 20px;
    }
    .optimization-marketing-outer .right .img-outer {
        padding: 0 10px;
    }
    .optimization-marketing-outer .right .img-outer img {
        max-width: 60px;
    }
    .request-callback {
        padding: 55px 0;
        margin-top: 55px;
    }
    .request-callback form .form-group .form-control {
        font-size: 15px;
        padding: 10px 20px;
        height: 50px;
    }
    .request-callback form .form-group [type=submit] {
        font-size: 15px;
        padding: 10px 20px;
        height: 50px;
    }
    .optimization-marketing {
        padding: 55px 0;
        margin-top: 55px;
    }
    .common-page-section h2 {
        font-size: 25px;
    }
    .common-page-section h3 {
        font-size: 20px;
    }
    .common-page-section p {
        font-size: 14px;
        line-height: 28px;  
    }
    .common-page-section ul, .common-page-section ol {
        padding-left: 25px;
    }
    .common-page-section ul li, .common-page-section ol li {
        font-size: 14px;
        line-height: 28px;  
    }
    .looking_job_sec .looking_job_box {
        padding: 70px 30px;
    }
    .looking_job_sec h2 {
        font-size: 25px;
        line-height: 20px;
    }
    .work-process {
        padding-top: 50px;
    }
    .work-process .section_mainheading {
        margin-bottom: 50px;
    }
    .our-projects .project-slide .right .img-outer {
        padding-right: 0;
    }
    .our-projects .project-slide .left .content {
        padding: 25px 15px;
        max-width: 400px;
    }
    .job-benefit-box-outer {
        flex-wrap: wrap;
        margin-bottom: -55px;
    }
    .job-benefit-box-outer .job-benefit-col {
        width: 50%;
        margin-bottom: 55px;
    }
    .current-openings-table .current-openings-head .th, .current-openings-table .current-openings-body .td {
        padding-left: 15px;
        padding-right: 15px;
    }
    .office_life_outer {
        height: auto;
        flex-wrap: wrap;
    }
    .office_life_outer .office_life_col {
        width: 50%;
        margin-bottom: 10px;
    }
    .icon-scroll {
        width: 30px;
        height: 52px;
        margin-left: -15px;
    }
    .qualified-employees .qualified-employees-col {
        width: 50%;
    }
    .qualified-employees .qualified-employees-col.width-40 {
        width: 100%;
        order: 3;
    }
    .qualified-employees .qualified-employees-col.width-35 {
        width: 50%;
        order: 2;
    }
    .all-services-new-outer h3 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .all-services-new-outer h3 strong {
        margin-bottom: 5px;
    }
    .all-services-new-outer h3 span {
        font-size: 30px;
        padding: 0 10px;
    }
    .all-services-new-outer p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .timeline-section:before{
        height: 55px;
    }
}
@media screen and (max-width:767px){
    .bar {
        top: -6px;
    }
    .section_subheading {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .section_mainheading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    footer .footer_title {
        margin-top: 20px;
    }
    .about-us-section img {
        margin-top: 20px;
    }
    .owl-carousel.home-carousel .owl-nav button {
        top: auto;
        bottom: 20px;
        transform: none;
        width: 40px;
        height: 40px;
        font-size: 18px !important;
    }
    .owl-carousel.home-carousel .owl-nav button.owl-next {
        margin-right: 0;
        left: 80px;
        right: auto;
    }
    .owl-carousel.home-carousel .owl-nav button.owl-prev {
        margin-left: 20px;
    }
    .why-choose-box-outer .left, .why-choose-box-outer .right {
        width: 100%;
    }
    .why-choose-box-outer .right {
        padding: 55px 7px;
    }
    .why-choose-right-box-outer .why-choose-box {
        margin-bottom: 25px;
    }
    .contact-box-right {
        padding: 35px 20px;
        margin-top: 55px;
    }
    .contact-box-right h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .contact-box-right a {
        margin-bottom: 25px;
    }
    .contact-box-right a strong {
        font-size: 16px;
    }
    .contact-us-form .form-control {
        height: 55px;
        padding: 20px 40px 20px 0;
    }
    .all-services-outer .left {
        width: 100%;
    }
    .all-services-outer h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .all-services-outer.right-side-services .left::before {
        right: 50px;
    }
    .all-services-outer {
        flex-direction: column-reverse;
    }
    .all-services-outer:after {
        width: 100%;
        margin: 0;
        display: block;
        position: relative;
        min-height: 350px;
    }
    .all-services-section {
        padding-bottom: 0;
    }
    .all-services-outer .left:before {
        left: auto;
        right: 50px;
        transform: none;
        top: -70px;
        line-height: 150px;
        font-size: 190px;
        opacity: .2;
        color: #ffffff;
        text-shadow: 8px 8px 0px #072c4278;
    }
    .our-brands {
        flex-direction: column;
    }
    .our-brands .left, .our-brands .right {
        width: 100%;
    }
    .our-brands .our-brands-logo-box-outer .our-brands-logo-box img {
        width: 80%;
        max-width: 110px;
    }
    .our-brands .right {
        padding: 25px;
    }
    .optimization-marketing-outer {
        flex-direction: column;
    }
    .optimization-marketing-outer .left {
        width: 100%;
        text-align: center;
    }
    .optimization-marketing .content {
        padding: 0;
    }
    .optimization-marketing-outer .right {
        width: 100%;
        padding: 35px 0 0 0;
    }
    .request-callback form {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .request-callback form .form-group {
        width: 33.33%;
    }
    .request-callback form .form-group .form-control {
        font-size: 14px;
        padding: 10px 10px;
        height: 45px;
    }
    .request-callback form .form-group select.form-control {
        min-width: auto;
    }
    .request-callback form .form-group [type=submit] {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
        padding: 10px 10px;
        height: 45px;
    }
    .looking_job_sec {
        flex-direction: column;
    }
    .looking_job_sec .looking_job_box {
        width: 100%;
        padding: 70px 25px;
    }
    .request-callback p {
        font-size: 14px;
        line-height: 26px;
    }
    .our-projects .project-slide {
        flex-direction: column-reverse;
    }
    .our-projects .project-slide .left {
        width: 100%;
        margin-top: 35px;
    }
    .our-projects .project-slide .right {
        width: 100%;
    }
}
@media screen and (max-width:575px){
    .home-slider-section .home-carousel-slide-image, .home-slider-section .home-carousel-slide-image img, .common-page-header-section.web-design-ser-det-page {
        height: 450px;
    }
    .home-carousel-slide .content.center-content p {
        font-size: 22px;
        line-height: 26px;
    }
    .home-carousel-slide h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .home-carousel-slide .content.left-content p {
        max-width: 400px;
    }
    .home-carousel-slide p {
        font-size: 17px;
        line-height: 26px;
    }
    .service_box {
        margin-bottom: 12px;
    }
    .btn.custom_btn {
        padding: 10px 26px;
        letter-spacing: .4px;
    }
    .common-page-header-section h1 {
        font-size: 40px;
    }
    .common-page-header-section h1:after {
        width: 60px;
    }
    .skill_box_outer .skill_box {
        width: 100%;
    }
    .skill_box_outer .skill_box:nth-child(3) {
        padding: 55px 20px;
    }
    .skill_box_outer .skill_box:nth-child(3) h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .skill_box_outer .skill_box:nth-child(3) p {
        font-size: 16px;
        line-height: 28px;
    }
    .skill_box_outer .skill_box:nth-child(1) {
        min-height: 350px;
    }
    .skill_box_outer .skill_box:nth-child(1) h2 {
        font-size: 45px;
    }
    .skill_box_outer .skill_box:nth-child(2) {
        padding: 55px 12px;
    }
    .skill_box_outer .skill_box .progress-bar-info {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .request-callback form {
        margin-bottom: -10px;
        padding: 0 5px;
    }
    .request-callback form .form-group {
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .request-callback form .form-group [type=submit] {
        margin-top: 0;
    }
    .all-services-outer:after {
        min-height: 300px;
    }
    .looking_job_sec .looking_job_box {
        padding: 50px 20px;
    }
    .looking_job_sec h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .looking_job_sec a {
        font-size: 14px;
        font-weight: 500;
    }
    .used-technologies-box img {
        max-width: 60px;
    }
    .common-page-header-section.web-design-ser-det-page .content h1 {
        font-size: 35px;
    }
    .common-page-header-section.web-design-ser-det-page .content p {
        font-size: 14px;
    }
    .our-projects .project-slide:before {
        top: 0;
        transform: none;
    }
    .current-openings-table .current-openings-head .th:nth-child(2), .current-openings-table .current-openings-body .td:nth-child(2) {
        display: none;
    }
    .current-openings-table .current-openings-body .td {
        width: auto;
    }
    .current-openings-table .current-openings-body .td:nth-child(1), .current-openings-table .current-openings-head .th:nth-child(1) {
        width: auto;
    }
    .current-openings-row-box {
        padding: 20px 0;
    }
    .job-benefit-box-outer .job-benefit-col {
        width: 100%;
    }
    .job-benefits .job-benefit-box .img-outer img {
        max-width: 40px;
    }
    .job-benefits .job-benefit-box .img-outer {
        width: 70px;
        height: 70px;
        margin-top: -35px;
    }
    .current-openings-table .current-openings-head .th:last-child, .current-openings-table .current-openings-body .td:last-child {
        padding-left: 0;
    }
    .current-openings-table .current-openings-body .content {
        padding: 20px 0 10px;
    }
    .current-openings-table .current-openings-body .content h5 {
        font-size: 16px;
    }
    .career_form {
        padding: 10px;
    }
    .current-openings-table .current-openings-body .content li {
        font-size: 13px;
        line-height: 24px;
    }
    .qualified-employees .qualified-employees-col {
        width: 100% !important;
        margin-bottom: 12px;
    }
    .width-35 .qualified-employees-box h3 {
        justify-content: space-between;
    }
    .width-35 .qualified-employees-box h3 span {
        margin-left: 0;
    }
    .qualified-employees-box.working_emp_bg div {
        font-size: 19px;
        line-height: 10px;
    }
    .all-services-new-outer .left {
        width: 100%;
        order: 1;
    }
    .all-services-new-outer .img-outer {
        margin-top: 35px;
    }
    .all-services-new-outer .right {
        width: 100%;
        order: 2;
    }
    .all-services-new-outer>div:nth-child(2).left>.content {
        margin: 0;
        padding-right: 0;
        padding-left: 20px;
    }
    .all-services-new-outer .content {
        padding: 0 !important;
    }
    .all-services-new-outer h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .all-services-new-outer h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .all-services-new-outer h3 span {
        font-size: 25px;
        padding: 0 10px;
    }
    .owl-carousel.timeline-carousel button.owl-next {
        top: auto;
        bottom: 10px;
        right: 10px;
        transform: none;
    }
    .timeline-section:before {
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
    }






}
@media screen and (max-width:414px){
    .home-carousel-slide h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .home-carousel-slide .content.center-content p {
        font-size: 19px;
        line-height: 24px;
    }
    .facts-box-outer {
        padding: 0;
    }
    .facts-box-outer .facts-box {
        width: 100%;
        padding-bottom: 30px;
    }
    .facts-box-outer .facts-box:after, .facts-box-outer .facts-box:nth-child(2):after, .facts-box-outer:hover .facts-box:after {
        height: 1px;
        width: 100%;
        background: #ffffff26;
    }
    .facts-box-outer .facts-box h3 {
        font-size: 30px;
        margin: 20px 0 10px;
    }
    .facts-box-outer .facts-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .testimonial-slide .testimonial-content .left img {
        width: 60px;
        height: 60px;
    }
    .testimonial-slide .author-name {
        font-size: 16px;
        padding-left: 15px;
    }
    .testimonial-slide .testimonial-content .right img {
        width: 45px;
    }
    .used-technologies-box .img-outer {
        margin-bottom: 20px;
    }
    .used-technologies-box {
        min-height: 200px;
    }
    .used-technologies-box.used-technologies-box-two {
        min-height: 155px;
    }
    .work-process .col-6 {
        width: 100%;
        text-align: center;
    }
    .work-process .work-process-box {
        margin-bottom: 12px;
    }
    .common-page-header-section.web-design-ser-det-page .content h1 {
        font-size: 30px;
    }
    .work-process .work-process-box .img-outer {
        border-left: 0;
        border-bottom: 5px solid #3ab7fb;
    }
    .our-projects .project-slide:before {
        font-size: 80px;
        line-height: 80px;
    }
    body h2.career_subheading.section_mainheading {
        font-size: 20px;
        line-height: 28px;
    }
    .current-openings-table .current-openings-head .th, .current-openings-table .current-openings-body .td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .current-openings-table .current-openings-row-box .btn {
        font-size: 13px;
    }
    .current-openings-table .btn i {
        padding-left: 4px;
    }
    .all-services-new-outer h3 strong {
        margin-bottom: 0;
    }
}