.text-white{
    color:white!important;
}

/*----------- fa-icons icons style starts here ------------*/
.fa {
    padding-left: 2px;
    font-family: "FontAwesome";
}
.fa-facebook::after {
    content: "\f09a";
}
.fa-linkedin:after {
    content: "\f0e1";
}
.fa-twitter::after {
    content: "\f099";
}
.fa-instagram::after {
    content: "\f16d";
}
.fa-youtube::after {
    content: "\f16a";
}
.fa-phone::after {
    content: '\f095';
}
.fa-whatsapp::after {
    content: '\f232 ';
}
.fa-envelope::after {
    content: '\f0e0';
}
.fa-telegram::after {
    content: '\f2c6';
}

/*----------- fa-icons icons style ends here -------------*/
/*--------------- home-banner style starts here --------------*/
.home-banner {
    /*  background-image: url('../img/banners/new-1-1.jpg');*/
    /*    background-image: url('../img/banners/new/12.jpg');*/
    /*background-image: linear-gradient(0deg,rgba(0,0,0,.1),#235584),url('../img/banners/new/7.jpg');*/
    background-image: linear-gradient(0deg,#000428,#235584);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 60px 0px 150px;
}
.home-banner {
    color:#fff;
}
textarea.form-control {
    height: 56px;
}
.font-weight-700 {
    font-weight: 700;
}
.textarea-file-sec textarea{
    margin-bottom:0px;
}
.top-strip-sec .form-control {
    padding: 10px 10px;
}
/*--------------- home-banner style ends here ---------------*/
/*--------------- home-services style starts here -------------*/
.service-box {
    padding: 30px 40px;
    border-radius: 10px;
    /*  margin-bottom: 30px;*/
    transition: 0.5s all ease;
    margin: 0px 5px 30px;
}

    .service-box img {
        width: 70px;
        margin-right: 15px;
    }

    .service-box h4 {
        margin-bottom: 0px;
      /*  color: #434446;*/
        font-size: 18px;
        font-weight: 600;
    }

.first-box {
    background-color: #cde5f2;
}
.second-box {
    background-color: #f3dcf0;
}
.third-box {
    background-color: #f3f8e4;
}
.fourth-box {
    background-color: #f5f3de;
}
.fifth-box {
    background-color: rgba(105, 100, 247, 0.15);
}
.sixth-box {
    background-color: #ede3d9;
}
.ptb-50{
    padding:50px 0px;
}
.first-box:hover {
    box-shadow: 7px 7px 10px 0px rgb(205 229 242 / 48%);
}
.second-box:hover {
    box-shadow: 7px 7px 10px 0px rgb(243 220 240 / 48%);
}
.third-box:hover {
    box-shadow: 7px 7px 10px 0px rgb(243 248 228 / 48%);
}
.fourth-box:hover {
    box-shadow: 7px 7px 10px 0px rgb(245 243 222 / 48%);
}
.fifth-box:hover {
    box-shadow: 7px 7px 10px 0px rgb(227 212 243 / 48%);
}
.sixth-box:hover {
    box-shadow: 7px 7px 10px 0px rgb(237 227 217 / 48%);
}
.first-cbody {
    background: #1a73e81f;
}
.btn-common.btn-white {
    background: #ffffff;
    color: #1a73e8;
}
.btn-common.btn-white:hover {
    background: #1a73e8;
   color: #fff;
}
 .btn-no-bg.btn-common {
    background: unset;
    text-decoration: underline;
}

.btn-no-bg.btn-common::after {
    content: '\f105';
    padding-left: 2px;
    font-family: "FontAwesome";
}
.btn-no-bg::after, .fa-small-arrow::after {
    content: '\f105';
    padding-left: 2px;
    font-family: "FontAwesome";
}
.btn-no-bg {
    color: #1a73e8;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease;
    text-decoration:underline;
}
.banner-text .btn-no-bg.btn-common {
    color: #fff;
}
.img_sec {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0;
    background-color: transparent;
    text-align: center;
    box-shadow: none;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

    .img_sec:first-child {
        background: #d71f27;
    }

    .img_sec img {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: none;
        border: none;
    }

.top-strip-sec {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background-color: #ffffff;
    overflow: hidden;
    /*    padding: 25px 50px 20px;  */
    padding: 20px 30px 15px;
    -webkit-box-shadow: 0px 20px 30px 0px rgb(52 104 190 / 10%);
    -moz-box-shadow: 0px 20px 30px 0px rgba(52,104,190,0.10);
    box-shadow: 0px 20px 30px 0px rgb(52 104 190 / 10%);
    margin-top: -100px;
}
.img_sec {
    margin-right: 15px;
}
.strip-text p {
    margin-bottom: 0px;
}
.bg-1, .top-strip {
    background-color: #f3f8ff;
}
.bg-2 {
    background: #f8fbff;
}
.home-service-tab.home-new-service-tab.about-serv-sec .service-main-left .nav-pills .nav-link.active {
    /* background: #e5f7ff !important;*/
    background: #deebfd !important;
    border-bottom: 0px;
    padding: 16px 20px 16px 35px;
    font-weight: 700;
    box-shadow: unset;
    border-radius: 0px;
    font-size: 18px;
    width: 100%;
    display: flex;
}
.service-tabs-main h3.sub-head {
    font-size: 26px !important;
    margin-bottom: 30px !important;
}
/*.home-service-tab.home-new-service-tab.about-serv-sec .nav-pills .nav-link.active {
    width: 100% !important;
}*/
.home-service-tab.home-new-service-tab.about-serv-sec .service-main-left .nav-pills .nav-link.active::before {
    left: 16px;
    top: 30px;
}
.home-service-tab.home-new-service-tab.about-serv-sec .service-main-left .nav-pills .nav-link {
    padding: 16px 20px 16px 35px;
    margin-bottom: 0px;
    font-size: 17px;
    background: unset !important;
}
.service-text {
    padding: 40px 30px;
}
.home-service-tab.home-new-service-tab.about-serv-sec .service-main-right {
    box-shadow: 0 2px 37px 0 rgb(0 0 0 / 10%);
    background:#fff;
}
.about-bg-sec::before {
    content: "";
    width: 80%;
    background: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-box-shadow: 0px 10px 59px 0 rgb(0 0 0 / 14%);
    box-shadow: 0px 10px 59px 0 rgb(0 0 0 / 14%);
    top: 0px;
    max-width: 2600px;
    background-image: url('../img/about-us/6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.about-bg-sec{
    position:relative;
}
.about-innersec {
    background: #ffffff;
    box-shadow: 0px 10px 59px 0 rgb(0 0 0 / 14%);
    padding: 30px;
    top: -60px;
 position: relative;
}
.about-new-sec {
    padding: 130px 0px 80px;
    position: relative;
}
.br-img{
    border-radius:5px;
}
.shadow-img {
    box-shadow: 3px 7px 25px 0px rgb(0 0 0 / 19%);
}
.tech-box {
    background: #ffffff;
    padding: 30px 25px;
    border: 1px solid #ededf5;
    border-radius: 7px;
}
.sub-head {
    font-size: 18px;
    font-weight: 600;
    color: #032D60;
    line-height: 28px;
}
.tech-box .sub-head {
    min-height: 60px;
}
.par-bbox {
    padding: 0px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.parbox {
    padding: 15px 20px;
}
.clients-right .par-bbox:last-child {
    border-right: 0px;
}
.parbox img {
    width: 120px;
    margin: auto;
}
.last-client-sec .par-bbox{
    border-bottom:0px;
}
.pr-50 {
    padding-right: 50px;
}
.content li::before {
    background-color: #094e91;
    content: " ";
    display: block;
    height: 8px;
    margin-left: -16px;
    transform: translateY(16px);
    width: 8px;
    /* border-radius: 5px; */
}
.content ul {
    list-style-type: none;
    padding-left: 18px;
}
.tags-list li::before, .carousel-gallery ul li::before {
    display: none;
}
.tags-list ul, .carousel-gallery ul{
    padding-left: 0px;
}
.top-strip-sec .form-group {
    margin-bottom: 20px;
}
.head {
    font-size: 25px;
    font-weight: 600;
}
/*--------------- home-services style ends here -------------*/
/*---------- case-studies style starts here ----------------*/
.case-studies-sec .col-lg-7, .case-studies-sec .col-lg-5 {
    padding: 0px;
}
.case-studies .owl-nav {
    display: none;
}
.case-study-bgcolor {
    background: #0252a3;
}
.case-study-left {
    padding: 50px 150px;
}
.case-study-bgimg {
    background-image: url('../img/bg-1.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.case-study-right {
    padding: 50px 100px 50px 0px;
    margin-left: -100px;
}
.case-study-left {
    color: #ffffff;
}
.case-study-left {
    color: #ffffff;
    margin-top: 40px;
    min-height: 570px;
}

.case-study-head h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}

.industy span {
    font-size: 15px;
}

.industy {
    margin-bottom: 10px;
}
.case-study-body {
    margin-top: 30px;
}

    .case-study-body h3 {
        font-size: 30px;
        color: #ffffff;
        font-weight: 600;
    }
.case-study-head {
    border: 10px solid #eee;
    padding: 20px;
    position: relative;
    max-width: 500px;
}

    .case-study-head::after {
        content: '';
        background: #0252a3;
        position: absolute;
        height: calc(100% - 80px);
        width: 19px;
        right: -12px;
        top: 42px;
    }
.case2 .case-study-bgcolor, .case2 .case-study-head::after {
    background: #866e5a;
}

.case3 .case-study-bgcolor, .case3 .case-study-head::after {
    background: #000459;
}
.case4 .case-study-bgcolor, .case4 .case-study-head::after {
    /*    background: #141615;    */
    background: #0d5ab2;
}
.case5 .case-study-bgcolor, .case5 .case-study-head::after {
    background: #459f01;
}
.testi-box {
    background-color: #e3ecff;
    padding: 30px 30px;
    border-radius: 5px;
}
.case-study-body .btn-no-bg {
    color: #ffffff;
}
/*---------- case-studies style ends here ----------------*/
/*------------- testimonials style starts here ---------------*/
.testi-btm {
    display: flex;
}

    .testi-btm img {
        width: 100px;
        margin-right: 10px;
    }

    .testi-btm .testi-name h4, .testi-btm .testi-name h5 {
        margin-bottom: 0px;
    }

    .testi-btm .testi-name h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .testi-btm .testi-name h5 {
        font-size: 16px;
        font-weight: 500;
    }

.testi-top p {
    min-height: 200px;
}
.testi-first {
    background-color: rgba(239, 80, 80, 0.1);
}
.testi-third {
    background-color: #e0f8f8b8;
}
.testi-arrow {
    top: -13px;
    position: absolute;
    left: 5px;
}
/*------------- testimonials style ends here ---------------*/

/*----------- counter-sction style starts here --------------*/
.counter-box {
    padding: 20px 15px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #e0ebff;
    box-shadow: 0 4px 34px #e0ebff;
    transition: 0.5s all ease;
}

.counter-sec-left img {
    width: 70px;
    margin-right: 15px;
}

.counter-sec-right h2 {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}
.counter-sec-right p {
    margin-bottom: 0px;
}
.counter-box:hover {
    box-shadow: 0 2px 20px 0 rgb(17 121 239 / 20%);
}
.counter-box:hover {
    box-shadow: 3px 7px 25px 0px rgb(0 0 0 / 19%);
}
/*----------- counter-sction style ends here --------------*/
.mob-view{
    display:none;
}
/*--------------- technologies style starts here --------------*/
.icon-tabs .nav-pills .nav-link.active h3 {
    font-weight: 600;
    color: #094e91;
    font-size: 20px;
}
.icon-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 4px solid #094e91;
    border-radius: 0px;
    background-color: unset !important;
}
.icon-tabs.tools-tab-sec .nav-link {
    padding: 0.5rem 4rem;
    display: inline-block;
}
.skill-sec {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.skill-sec img {
      width: 80px;
        margin: auto;
       /* filter: grayscale(100);*/
}
.skill-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.skill-sec:hover {
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
}
.skill-sec:hover img {
    filter: brightness(100%);
}
.icon-tabs .nav {
    border-bottom: 1px solid rgba(50,50,50,.1);
    text-align: center;
}
.icon-tabs .service-text-new {
    padding: 30px 0px;
}
.icon-tabs.tools-tab-sec.technologies-sec .col-lg-2 {
    width: 11.666%;
}
/*--------------- technologies style ends here --------------*/

/*-------------- contact-form-sec style starts here ---------*/
.cal-sec {
    display: flex;
    align-items: center;
  margin-bottom: 20px;
}
.cal-sec .img-sec {
width: 18%;
  margin-right: 8px;
}
.img-sec span {
    font-size: 32px;
    color: #094e91;
}
.cal-sec p {
    font-size: 20px;
    margin-bottom: 0px;
}
span.telhead {
    font-size: 16px;
    font-weight: 600;
}
.cal-sec p a {
    color: #000;
    display: block;
    line-height: 30px;
    font-size: 16px;
}
/*-------------- contact-form-sec style ends here ---------*/

/*------------ industries-style starts here --------*/
.industry-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #dddddd;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
    border: 1px solid #ecf1fb;
    transition: 0.5s all ease;
}

    .industry-box .industry-icon img {
        width: 70px;
        margin-right: 15px;
    }


    .industry-box .industy-text p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }
.industry-1:hover {
    background: #e0f8f873;
}
.industry-2:hover {
    background: #f5f3dea3;
}
.industry-3:hover {
    background: #ede2c69c;
}
.industry-4:hover {
    background: #f3dcf099;
}
.industry-5:hover {
    background: #e3d4f363;
}
.industry-6:hover {
    background: #b8f5ff73;
}
.industry-7:hover {
    background: #f7ffca66;
}
.industry-8:hover {
    background-color: #ffd5b394;
}
.contact-form-new .img-sec img {
    width: 32px;
    height: 32px;
}
.mt-30{
margin-top:30px;
}
.mt-40{
    margin-top:40px;
}
.fa-download::after {
    content: '\f019';
}
/*------------ industries-style ends here --------*/
/*---------- pop-up style starts here --------------*/
.modal-content {
    border-radius: 5px;
    border: 1px solid rgb(255 255 255);
}
.modal-header .close {
    background: #ffffff00;
    font-size:30px;
}
.modal-header {
    background: #d4e1ee99;
    padding: 1.3rem 1rem;
}
.popup-form {
    padding: 20px;
}
.popup-form .form-control {
    padding: 12px 35px 12px 15px;
 }
/*---------- pop-up style ends here ----------------*/

/*---------- top-stript-form-captcha style starts here ----------*/
.top-strip-sec .capcha-field img {
  /*  width: 100px;*/
    margin-right:10px;
}
.top-strip-sec .capcha-field .capcha-box.form-control {
    width: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.alert-danger {
    color: red;
}
.alert{
    font-size:14px;
}
.alert-success {
    color: #4BB543;
}
.top-strip-sec .capcha-field {
    padding-left: 48px;
}
.top-strip-sec .capcha-refreshbox {
    margin-right: 20px;
}
/*---------- top-stript-form-captcha style ends here -----------*/

/*----------- header-call section style starts here ----------*/
.cal-btn {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.cal-icon-sec {
    position: relative;
    height: 50px;
    width: 51px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a73e8;
    font-size: 28px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cal-btn p {
    font-size: 17px;
    margin-bottom: 0px;
    color: #000000;
    line-height: 20px;
    font-weight: 600;
}

.cal-btn p a {
  color: #000000;
}

.cal-text-sec {
    margin-left: 10px;
}
.cal-text-sec span {
   font-size: 13px;
}
/*----------- header-call section style ends here ------------*/
.footer_sticky_bar {
    display: none;
}
    .footer_sticky_bar ul li {
        display: inline-block;
        width: 31%;
        padding: 10px 10px;
        font-size: 15px;
        text-align: center;
    }
.footer_sticky_bar {
 background-color: #f5f7ff;
    box-shadow: 0 -8px 16px 0 #0000000f;
    position: sticky;
    bottom: -1px;
    text-align: center;
    z-index: 99;
    margin: 0px 5px 0px;
    border-radius: 5px;
}
 .footer_sticky_bar ul li a {
 color: #2f2f2f;
}
.fa-question::after {
    content: "\f059";
}
.footer_sticky_bar span.fa {
    display: block;
}
.btn-wtsapp {
    position: fixed;
    text-align: center;
    z-index: 1000;
    bottom: 32px;
    left: 10px;
    animation: up-down 2s infinite;
}
/*-------------- mobile-responsive starts here -------------*/
@media only screen and (min-width:320px) and (max-width:767px) {
    .content {
        padding-top: 0px;
    }
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 35px;
    }  
    h3 {
        font-size: 25px;
        line-height: 30px;
    }   
    h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .top-strip-sec {
        margin-top: -65px;
        padding: 26px 15px;
    }
    .mmt-5{
        margin-top:25px;
    }
    .counter-box{
        margin-bottom:20px;
    }
    .pr-50 {
        padding-right: 0px;
    }
    .ptb-50 {
        padding: 30px 0px;
    }
    .par-bbox{
        border-right:0px;
        border-bottom:0px;
    }
    .desk-view{
        display:none;
    }
    .mob-view {
        display: block;
    }
  /*  .case-study-right {
        padding: 20px;
        margin-left: 0px;
    }*/
 /*   .case-study-left{
        padding:20px;
    }
    .case-studies-sec .col-lg-7, .case-studies-sec .col-lg-5{
        padding:0px 15px;
    }
    .case-study-head{
        max-width:100%;
    }*/
    .testi-box{
        margin-bottom:40px;
    }
    .home-banner {
        padding: 30px 0px 100px;
    }
   .home-banner .btn-common {
            font-size: 14px;
            padding: 10px 10px;
  }
  /*  .case-study-left-1 {
        padding: 20px;
        color:#fff;
    }
    .case-studies-sec .col-lg-7, .case-studies-sec .col-lg-5{
        padding:0px 15px;
    }
   
    .case-study-head-1 h4 {
        color: #ffffff;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0px;
    }*/
    .service-text-new {
        margin-top: 30px;
    }
    .w__300 {
        width: 313px !important;
    }
    .case-study-right {
        margin-left: 0px;
        padding: 30px 10px;
    }
    .case-study-left {
        padding: 20px;
        margin-top: 0px;
        min-height: 500px;
    }
 .case-studies .container-fluid.p-0 {
        padding: 0px 15px !important;
    }
    .case-studies-sec{
        margin:auto 10px;
    }
    .case-study-head {
        border: 5px solid #eee;
        padding: 10px;
    }
   .case-study-head h4{
            font-size:18px;
            line-height:28px;
        }
    .case-study-body h3{
        font-size:22px;
    }
    .carousel-gallery .nav-tabs {
        padding-bottom:10px;
    }
    .carousel-gallery .service-text-new {
        margin-top: 20px;
    }
    .contact-form-right {
        padding: 20px 15px;
    }
    .contact-form-left{
        margin-top:0px;
        margin-bottom:20px;
    }
    .home-banner {
        background-image: unset;
        background-color: #012657;
    }
    .service-text{
        padding:20px;
    }
    .mob-service-sec .service-text .text-right{
        text-align:left!important;
    }
    .testi-btm .testi-name h5{
        line-height:22px;
    }
    .case-study-left{
        min-height:unset;
    }
    .service-box {
        padding: 15px 10px;
        margin: 0px 0px 20px;
        text-align: center;
    }
   .service-box .d-flex {
         display: block !Important;
    }
        .service-box h4 {
            font-size: 15px;
            line-height: 20px;
            min-height: 60px;
        }
        .service-box img {
            width: 60px;
            margin-right: 0px;
            margin-bottom: 15px;
        }
    .counter-box {
        display: block;
        text-align: center;
        padding: 10px 10px;
    }
    .counter-sec-left img {
        width: 60px;
        height: 55px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .counter-sec-right h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .btn-common {
        padding: 10px 30px;
    }
    .top-strip-sec .head {
        text-align: center;
    }

    .case-studies-sec .row {
        display: grid;
    }

    .col-lg-5.case-study-bgimg {
        order: 1;
    }

    .col-lg-7.case-study-bgcolor {
        order: 2;
    }
    .case-study-bgcolor {
        min-height: 550px;
    }
    .case-studies .owl-dots{
        margin-top:0px!important;
    }
    .case-studies {
        margin-bottom: 3rem;
    }
    .testi-box.testi-third:last-child {
        margin-bottom: 10px;
    }
    .counter-sec-right p {
        line-height: 22px;
        min-height: 40px;
    }
    .mob-service-sec .service-text {
        padding: 20px 10px;
    }
    .benefits-left.pe-5 {
        padding-right: 0rem !important;
    }
    .parbox {
        padding: 0px 0px 15px;
    }
    .clients-right .col-lg-3.col-sm-6.col-6 {
        padding: 0px 10px;
        width: 25%;
    }
    .carousel-gallery .service-text-new .col-6 {
        width: 33%;
    }
    .capcha-field {
        margin-bottom: 15px;
    }
    .top-strip-sec .capcha-field{
        padding-left:0px;
    }
    .form-control{
        font-size:13px;
    }
    .footer_sticky_bar {
        display: block;
        }
    .btn-wtsapp {
        display: none;
    }
}

/*-------------- mobile-responsive ends here -------------*/


/*---------- tab-responsive style starts here ------------*/
@media only screen and (min-width:768px) and (max-width:991px){
    .content{
        padding-top:0px;
    }
    .home-banner {
        background-image: unset;
        background-color: #012657;
        padding: 50px 0px;
    }
    .counter-box{
        margin-bottom:20px;
    }
    .desk-view {
        display: none;
    }
    .mob-view{
        display:block!important;
    }
    .our-clients-sec .col-lg-3.col-sm-6.col-6.par-bbox {
        width: 25%;
    }
    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }
    h3 {
        font-size: 25px;
        line-height: 30px;
    }
    h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .mob-services {
        display: block;
    }
    .case-study-right {
        margin-left: 0px;
        padding: 20px 20px;
    }
    .owl-dots{
        margin-top:0px;
    }
    .testi-box{
        margin-bottom:40px;
    }
    .mob-tech-tabs ul.nav.nav-tabs li.active a {
        padding: 10px 20px !important;
    }
    .carousel-gallery .owl-dots {
        display: none!important;
    }
    .carousel-gallery .service-text-new .col-lg-2.col-6 {
        width: 20%;
    }
    .service-text-new {
        margin-top: 20px;
    }
    .mob-tech-tabs ul{
        padding-bottom:10px!important;
    }
    .ptb-50 {
        padding: 30px 0px;
    }
    .mmt-5 {
        margin-top: 25px;
    }
    .w__300 {
        width: 713px !important;
    }
    .testi-btm img{
        width:60px;
    }
    .testi-btm .testi-name h5{
        font-size:15px;
    }
    .top-strip-sec{
        margin-top:50px;
    }
    .mob-logo img {
        max-width: 17%;
    }
    .case-study-left {
        padding: 20px 50px;
    }
    .case-studies .w__300 {
        width: 760px !important;
    }
    .case-study-left {
        min-height: unset;
    }
    .top-strip-sec .capcha-field .capcha-box.form-control {
        width: 79%;
    }
    .capcha-field{
        margin-bottom:15px;
    }
    .footer_sticky_bar {
        display: block;
     }
    .btn-wtsapp {
        display: none;
    }
}
/*---------- tab-responsive style ends here ------------*/

@media only screen and (min-width:1200px) and (max-width:1300px){
    .navbar-expand-lg {
        padding: 0px 20px;
    }
    .menu-sec {
        padding-left: 50px;
    }
    .logo-sec img {
        height: 55px;
    }
    .service-box {
        padding: 30px 20px;
    }
    .testi-top p {
        min-height: 230px;
    }
    .testi-btm .testi-name h5 {
        font-size: 15px;
    }
    .testi-btm img {
        width: 86px;
    }
    .counter-sec-left img{
        width:60px;
    }
    .counter-sec-right p {
        font-size: 15px;
    }
    .top-strip-sec .capcha-field img {
        width: 90px;
    }
    .cal-text-sec span {
        font-size: 11px;
    }
    .cal-icon-sec {
        height: 40px;
        width: 40px;
    }
    .cal-btn p {
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size:14px;
    }
    .nav-btn .btn-common {
        padding: 4px 12px;
        font-size: 13px;
    }
}
@media only screen and (min-width:1301px) and (max-width:1400px){
    .navbar-expand-lg {
        padding: 0px 20px;
    }
    .menu-sec {
        padding-left: 50px;
    }
    .logo-sec img {
        height: 50px;
    }
    .service-box {
        padding: 30px 20px;
    }
    .testi-top p {
        min-height: 230px;
    }
    .testi-btm img{
        width:80px;
    }
    .testi-btm .testi-name h5 {
        font-size: 15px;
    }
    .counter-sec-right p {
    min-height: 50px;
        line-height: 24px;
    }
    .cal-icon-sec {
        height: 40px;
        width: 40px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 32px 12px;
    }
    .cal-btn p {
        font-size: 15px;
    }
    .cal-text-sec span {
        font-size: 11px;
    }
    .nav-btn .btn-common {
        padding: 4px 12px;
        font-size:14px;
    }
}
@media only screen and (min-width:1401px) and (max-width:1450px){
    .navbar-expand-lg {
        padding: 0px 20px;
    }
    .menu-sec {
        padding-left: 70px;
    }
    .logo-sec img {
        height: 60px;
    }
}