﻿*, ::after, ::before {
    box-sizing: border-box
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
.collapse {
    overflow: hidden;
    transition: height .35s ease
}

@font-face {
    font-family: 'ProductSans-Regular';
    src: url('../fonts/ProductSans-Regular.ttf') format('truetype'), url('../fonts/ProductSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProductSans-Bold';
    src: url('../fonts/ProductSans-Bold.ttf') format('truetype'), url('../fonts/ProductSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProductSans-Light';
    src: url('../fonts/ProductSans-Light.ttf') format('truetype'), url('../fonts/ProductSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Italic';
    src: url('../fonts/Montserrat-Italic.ttf') format('truetype'), url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'montserratmedium_italic';
    src: url('../fonts/montserrat-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/montserrat-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'montserratmedium_italic';
    src: url('../fonts/montserrat-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/montserrat-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #35353d;
    text-align: left;
    background-color: #fff;
    font-style: normal !important;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'montserratmedium';
    font-weight: 500;
    overflow-x:hidden;
}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    cursor:pointer;
}
    a:hover, .cal-sec p a:hover, .case-text h3 a:hover {
        color: #1a73e8;
    }
html .text-color-primary, html .text-primary {
    color: #1c5fa8 !important;
}
.pr-5{
    padding-right:50px;
}
.pr-4 {
    padding-right: 40px;
}
.pr-3{
    padding-right:30px;
}
.pr-2 {
    padding-right: 20px;
}
.pr-1 {
    padding-right: 10px;
}
.pl-5 {
    padding-left:50px;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont5b62.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont5b62.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont5b62.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont5b62.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}
/*h1, h2, h3, h4, h5, h6 {
    letter-spacing:1.5px;
}*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #032d60;
font-family: 'ProductSans-Regular';
letter-spacing:1px;
}
.head-font {
    font-family: 'ProductSans-Regular';
 letter-spacing:1.5px;   
}
h1, h2, h3 {
    letter-spacing: 1.5px;
}
h1, h2{
    line-height:60px;
}
h3{
    line-height:45px;
}
 h4, h5, h6{
    line-height:30px;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 38px;
  }
h3 {
    font-size: 30px;
  }
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6{
    font-size:18px;
}
.font-bold{
    font-weight:600;
}
/*-------------- top-header style starts here --------------*/
.top-header {
    background: #000;
    padding: 2px 0px;
}

.top-tel-list ul {
    list-style: unset;
}

    .top-tel-list ul li {
        display: inline-block;
   
    }

        .top-tel-list ul li img {
            width: 25px;
            margin-right: 5px;
        }
    .top-tel-list ul li {
        display: inline-block;
    
    }
        .top-tel-list ul li::after {
            content: '|';
            padding: 10px 12px;
            color: #999393;
        }
        .top-tel-list ul li:last-child::after{
            display:none;
        }
        .top-tel-list ul li a {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
        }
.top-header-sec {
    padding: 0px 64px;
}
.top-btn-list.top-tel-list {
    float: right;
}
/*-------------- top-header style ends here --------------*/
/*----------------------- header-style starts here --------------------*/
.navbar-expand-lg {
    padding:0px 80px;
    background-color: #fff;
 
    left: 0;
  
    right: 0;
    top: 0;
    transition: background-color .3s ease-in-out,box-shadow .3s ease-in-out;
    width: 100%;
    z-index: 100;
}
.navbar.navbar-expand-lg.navbar-light.bg-light.sticky, .navbar.navbar-expand-lg.navbar-light {
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
}
#myHeader {
    position: fixed;
    top: 0;
    transition: top 0.3s;
}
.navbar {
    align-items:center!important;
    justify-content: space-between !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-dropdown {
    /*background-color: #fff;*/
    border-top: 1px solid #dce1e5;
    left: 0;
    right: 0;
    /*  box-shadow: 0 2px 15px rgb(0 0 0 / 3%); */
    box-shadow: 0 1px 8px rgba(0,0,0,0.1));
    top: 100%;
    padding: 0px 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-dropdown .container{
    background-color:#fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.sub-dropdown {
    background-color: #fff;
    border-top: 1px solid #dce1e5;
    left: auto;
    right: auto;
    box-shadow: 0 2px 15px rgb(0 0 0 / 3%);
    top: 100%;
    padding: 20px 10px;
    width: 200px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    
    font-size: 15px;
    font-weight: 600;
    padding: 32px 15px;
}
.dropdown-menu.mega-dropdown .btn-common {
    padding: 6px 30px;
}
.nav-item:hover {
    color: #616163 !important;
 
    border-bottom: 3px solid #1a73e8;
}
.nav-item{
    border-bottom: 3px solid #0098da00;
    transition: all 0.5s ease;
}
.mega-dropdown h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
}
.mega-dropdown h5 {
    margin-bottom: 40px;
}
.mega-dropdown h4::after {
    background-color: #1a73e8;
    content: "";
    display: block;
    height: 2px;
    margin: 8px 0 0;
    width: 50px;
}
.mega-dropdown ul, .dropdown-menu ul {
    list-style-type: none;
}
    .mega-dropdown ul li, .dropdown-menu ul li {
        line-height: 25px;
        margin-bottom: 10px;
    }
        .mega-dropdown ul li a, .dropdown-menu li a, .mega-dropdown p {
            color: #222222;
        }
.mega-dropdown ul li a:hover, .dropdown-menu ul li a:hover {
 color: #1a73e8;
font-weight: 600;
}
.mega-dropdown img.box-shadow-img {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 5px;
}
.nav-btn {
    padding-left: 25px;
    margin-top: -3px;
}

.logo-sec img {
    max-width: 100%;
       height: 60px;
}
.dropdown-menu.mega-dropdown p, .dropdown-menu.mega-dropdown li a {
    font-size: 14px;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.sub-dropdown li a {
  font-size: 14px;
    font-weight: 500;
}
.logo-sec {
    padding: 1px 0px 6px;
}
.menu-sec {
    /*padding-left: 189px; */
    padding-left: 89px;
}
.nav-btn .btn-common{
    margin-bottom:0px;
}
.menu-bg {
    background: #1a73e8;
}

.menu-left {
    padding: 20px 15px;
    padding: 45px 40px 45px;
}

.menu-right {
    padding: 40px 40px 40px;
}

.mega-dropdown .menu-left h4 {
font-size: 32px;
}
.menu-left .btn-sec {
    margin-top: 40px;
}
.mega-dropdown .menu-left h4::after {
background-color: #fff;
}
.mega-dropdown .menu-left .border-btn.btn-common {
    border: 1px solid white;
    color:#fff!important;
}
.mega-dropdown .menu-left .border-btn.btn-common:hover {
border: 1px solid #094e91 !Important;
}
/*----------------------- header-style ends here --------------------*/

/*---------------- footer-style starts here --------------------*/
.ftr-sec-main {
    background-image: linear-gradient(to bottom right,#f7f7f7,#eafbff);
    padding: 50px 0px 0px;
}
.ftr-list h3 {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 30px;
}
.ftr-list ul {
    list-style-type: none;
}
.ftr-list li {
    line-height: 26px;
    margin-bottom: 5px;
}
.ftr-list li a {
 font-size: 15px;
   color: #58595b;
  font-weight: 500;
}
.ftr-copyright p {
    font-size: 15px;
    color: #58595b;
}
.ftr-second-sec .ftr-list ul li {
    display: inline-block;
}
hr.ftr-hr {
    border-top: 1px solid #cecece;
    margin: 20px 0px 20px;
}
.ftr-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 14px;
}
.ftr-social .social-links li a {
    color: #58595b;
}
.ftr-list li a:hover, .ftr-social .social-links li a:hover {
   color: #1a73e8;
}
.ftr-second-sec .ftr-list ul li a::after {
    content: '|';
    padding: 10px 12px;
}
.ftr-second-sec .ftr-list ul li:last-child a::after {
    display:none;
}
.ftr-imgs img {
    display: inline-block;
    width: 120px;
    margin-right: 15px;
}
.ftr-imgs img {
    display: inline-block;
    width: 120px;
    margin-right: 15px;
}
/*---------------- footer-style ends here ---------------------*/


/*---------------------- common-style starts here ------------------------*/
.content {
    padding-top: 95px;
}
.nav-btn .btn-common {
    padding: 4px 14px;
}
.btn-common {
    background-color: #1a73e8;
    border-color: #1a73e8;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-left: 2px;
    transition: all .45s ease-out;
    text-transform: capitalize;
}
.btn-common.btn-box-shadow:hover {
    box-shadow: unset;
}
.mob-header {
    display:none;
}
.mob-logo {
    padding: 10px 10px 14px;
}
.mb-20 {
    margin-bottom: 20px;
}


/*---------------------- common-style ends here ------------------------*/
/*----------- home-page-slider style starts here -------------*/
.banner-part-1.home-slide {
    background-image: url('../img/new/web-developement-new2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.carousel.banner-part-1.slide span.visually-hidden {
    display: none;
}
.carousel.banner-part-1 .carousel-inner {
    overflow:unset!important;
}
.carousel.banner-part-1 .banner-text {
    /* margin-bottom: -46px; */
    padding-bottom: 30px;
   /* margin-top: -45px;*/
    margin-top: -60px;
}
.case-text h3 a {
    color: #032d60;
}
/*----------- home-page-slider style ends here -------------*/
/*------------ home-new slider style starts here ----------------*/
.slider-sec button.owl-next span, .slider-sec button.owl-prev span, .testimonials-sec button.owl-prev span, .testimonials-sec button.owl-next span, .owl-carousel button.owl-next span, .owl-carousel button.owl-prev span {
 
    color: #1a73e8;
    padding: 4px 13px 16px;
    font-size: 80px;
}
.slider-sec button.owl-prev, .slider-sec button.owl-next, .testimonials-sec button.owl-prev, .testimonials-sec button.owl-next, .owl-carousel button.owl-prev, .owl-carousel button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity .5s ease;
}
.slider-sec button.owl-next, .testimonials-sec button.owl-next, .owl-carousel button.owl-next {
    right: 5px;
}
.slider-sec button.owl-prev, .testimonials-sec button.owl-prev, .owl-carousel button.owl-prev {
    left: 5px;
}
    .slider-sec button.owl-prev:hover span, .slider-sec button.owl-next:hover span {
        background: #00000096;
        color: #ffffff;
        border-radius: 3px;
    }
/*------------ home-new slider style ends here ----------------*/

/*------------- home-page services style starts here -------------*/
.main-services .img-adv-box-caption {
    background: unset !important;
    background-color: unset !important;
    color: #000;
    top: -14px;
    width: 93%;
}
.main-services .img-adv-box-inner {
    max-height: 60px;
    background: #fff;
    margin-right: 15px;
    margin-left: 15px;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
    text-align:center;
    bottom:18px;
}
.main-services .img-adv-box {
    position: unset !important;
}
.main-services .img-adv-box-inner a {
    color: #094e91;
    font-weight: 600;
}

.main-services .img-adv-box-inner .sub-head {
    text-align: center;
    text-transform: capitalize;
}
.main-services .img-adv-box img{
    height:250px;
}
.main-services .img-adv-box{
    margin-bottom:60px!important;
}
.main-services .img-adv-box .sub-head {
margin: 0px 0px 20px;
}

.process-flow.home-pflow .new_service_content {
    min-height: 350px;
}
    .process-flow.home-pflow .new_service_content .sub-head {
        min-height: unset;
        margin-bottom: 15px;
    }
.about-sec {
    background: #010753;
}
.about-right-sec {
    padding-left: 50px;
}


.about-right-sec-1 {
    padding-left: 50px;
}

section.about-sec-1 {
 
    background: #e8e7ed;
}

/*------------- home-page services style ends here -------------*/
/*---------------- home-page-about-us-new section style starts here ---------------*/
.card-body {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 35px;
    border-bottom: 15px solid #1a73e8;
    background: #fff;
    background-image: url(../img/home-new/box-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition:all 0.5s ease;
}
    .card-body.third-cbody {
        border-color: #d2ac00;
        background: #d2ac002b;
    }
    .card-body:hover {
        background-image: url(../img/home-new/box-bg-over.svg);
    }
    .card-body.second-cbody {
        border-color: #d550ab;
        background: #d550ab26;
    }

    .card-body.fourth-cbody {
        /*  border-color: tomato;
        background: #ff63472e;*/
        border-color: #ffa22b;
        background: #ffa22b30;
    }
    .card-body span {
        color: #032d60;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 10px;
    }

.big-head {
    font-weight: 600;
    font-size: 50px;
    margin: 25px 0px 25px;
}
.mt-10{
    margin-top:100px;
}
.about-sec-new {
    background: #f8fbff;
    padding:50px 20px;
}
.f-w-700 {
    font-weight:700;
}
/*---------------- home-page-about-us-new section style ends here -----------------*/
/*-------------- Our-work style starts here --------------*/
.product-container .product-image-container img {
    transition: opacity 1s, transform 1s;
}
[class~=product-container] [class~=product-image-container] [class~=product_img_link]:before {
    transition: all .4s;
}
[class~=product-container] [class~=product-image-container] [class~=product_img_link] {
    position: relative;
}
.product-image-container {
    position: relative;
    margin-bottom: 0px;
}
.left-block {
    overflow: hidden;
    position: relative;
}
.product-container {
    background: white;
    margin-bottom: 1.875pc;
    box-shadow: 0 2px 20px 0 rgb(17 121 239 / 20%);
    padding: 0px;
    border: none;
    border-radius: 10px;
}
.portfolio-box {
    padding: 0;
    font-size: 12px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: #ccc 0 0 16px;
    overflow: hidden;
    background-color: #fff;
    display: -ms-flexbox;
    width: 100%;
    margin-bottom: 30px;
    min-height: initial;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-box {
    padding: 12px;
}
.tags-list {
    margin-top: 8px;
}
  /*  .tags-list ul {
        border-bottom: 1px solid #ececec;
        padding-bottom: 5px;
        margin-bottom: 10px;
        padding-left: 0px;
    }*/
.portfolio-section .tags-list ul li {
    margin-right: 5px;
}

.tags-list ul li {
    display: inline;
    color: #fff;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    font-size: 14px;
    padding-left:10px;
}
.tags-list ul li:first-child{
    padding-left:0px;
}
.tags-list ul li:last-child{
border-right:0px;
}
.product-container .name {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
    color: #000;
}
    .product-container .name a {
        color: #032d60;
    }
.product-box p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #4e4d4d;
    margin-bottom: 15px;
}
.product-box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
    min-height: 50px;
}
.premium {
    background: #def7e9;
    color: #27ae60;
}
p.know-more-link {
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.discount-percentage {
    margin-bottom: 0;
    /*margin-top: 12px;*/
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
}
.product-container .product-image-container img {
    transition: opacity 1s,transform 1s;
    height: 200px;
/*    height: 280px;*/
    width:100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
   
}
[class~=product-container]:hover [class~=product-image-container] img {
    opacity: 1;
}
.product-container .product-image-container img {
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
}
[class~=product-container]:hover [class~=product-image-container] img {
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}
p.know-more-link a {
    color: #0b5cab;
    font-weight: 600;
    position: relative;
}
.know-more-link a::after {
    content: '\f105';
    padding-left: 2px;
    font-family: "FontAwesome";
}
/*-------------- Our-work style ends here --------------*/

/*----------- home-page style starts here -----------*/
/*.process-flow-sec {
    margin-top: 100px !important;
}*/
.common-blog-sec {
    background: #f6f6f6;
    padding: 70px 0px 50px;
}
.mb-50{
    margin-bottom:50px!important;
}
.mb-70 {
    margin-bottom: 70px!important;
}
.mb-40{
    margin-bottom:40px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.case-studies-main {
    /*    background: #fafafa;*/
    background-image: url('../img/bg-3.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 70px;
}
.bg-parallax {
    background-image: url('../img/bg-1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-ourwork-sec {
    background:#fafafa;
}
.icon-tabs.tools-tab-sec .nav-pills .nav-link h3 {
    font-size: 20px;
    font-weight: 500;
}
.home-clients .slick-slide img{
    width:130px;
    height:unset!important;
}
.common-sec .form-left-sec .form-text {
    margin-bottom: 30px;
}
.btn-common:hover {
    color: #fff !important;
    background-color: #174ea6;
    border-color: #174ea6;
}
.accordion-collapse.collapse.show, .accordion-collapse.collapse {
    height: unset !important;
}
/*.mob-service-sec {
    background: #0b3155;
}
.mob-service-sec {
    background: #0b3155;
    min-height: 600px;
    padding:20px 30px;
}*/
.mob-services{
    display:none;
}
/*----------- home-page style ends here -----------*/
/*---------------- home-page-new-service-layout style starts here ----------*/
.home-icon-sec {
    padding: 25px 20px;
    background: #ffffff;
    box-shadow: 2px 4px 9px 1px hsl(0deg 0% 0% / 5%);
    margin-bottom: 30px;
    /*background-image: url(../img/home-new/box-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;*/
    transition: transform 175ms ease-in,opacity 175ms ease-in,-webkit-transform 175ms ease-in;
border-radius:5px;
position:relative;
}
    .home-icon-sec:hover {
      /*  background-image: url(../img/home-new/box-bg-over.svg);*/
        transform: scale(1.05);
    }

    .home-icon-sec img {
       /* background: #094e91;
        border-radius: 16px;*/
        /* padding: 2px; */
     /*   width:70px;*/
        width:70px;
    }

    .home-icon-sec p {
        min-height: 100px;
    }
.mtb-15{
    margin:15px 0px!important;
}
.new-service-sec {
    background-image: url(../img/home-new/dots-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 10%;
}
.home-fsbox {
    background: #ffffff;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 2px 4px 9px 1px hsl(0deg 0% 0% / 5%);
    margin-bottom: 30px;
    border: 1px solid #e9e7e7;
    position: relative;
    transition: all 0.5s ease;
    min-height: 490px;
    border-radius: 5px;
}
    .home-fsbox h4 {
        min-height: 56px;
    }
    .home-fsbox::before, .home-icon-sec::before, .tech-sec-box-1::before, .hire-dbox::before, .blog-box::before, .training-box::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        /*border-bottom: 2px solid #0098ca;*/
        border-bottom: 2px solid #094e91;
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 9;
    }
    .home-fsbox:hover::before, .home-icon-sec:hover::before, .tech-sec-box-1:hover::before, .hire-dbox:hover::before, .blog-box:hover::before, .training-box:hover::before {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .home-fsbox img {
        width: 50%;
        margin: auto;
        margin-bottom: 25px;
    }
    .home-fsbox:hover {
        box-shadow: 0 2px 20px 0 rgb(17 121 239 / 20%);
    }

    .home-fsbox p {
        min-height: 100px;
    }
/*---------------- home-page-new-service-layout style ends here ----------*/
/*------------ home-why-nextwebi-sec starts here ----------*/
.why-nextwebi-sec {
    background: #043564;
 /*   background-image: url(../img/why-nextwebi.webp);
    background-position: left top;
    background-repeat: no-repeat;*/
}
.why-nextwebi-leftsec {
    background-image: url(../img/why-nextwebi.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.why-us-text {
    padding: 50px 50px;
}

.bg-light-green {
    background: #deebed;
   /* background: #b6d9d5;*/
}
.line-para {
    border-left: 4px solid #000000;
    padding-left: 14px;
}
.features-list ul{
    margin-top:-7px;
}

.new-sec-sticky nav, .right-box {
    position: -webkit-sticky !important;
    position: sticky !important;
    /*top: 120px;*/
    top: 120px;
    z-index: 4;
}
.sticky-head {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    z-index: 6;
    background: #f6f9ff;
}
.right-box, .left-box {
    padding: 50px 0px;
}

.left-sidebar ul li a.active:last-child{
    /*padding-top:120px;*/
    top:69px;
} 
.right-sec.active .right-box:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
}
/*.left-sidebar, .right-sec {
    height: 500px;
}*/
li.left-box:last-child img {
    padding-top: 108px;
}
.new-sec.case-detail-newsec .left-sidebar, .new-sec.case-detail-newsec .right-sec {
    height: unset !important;
}
.right-sec .right-box .sub-head, .section__text .sub-head{
    font-size: 26px;
}
.right-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top:20px;
}
.left-sidebar ul li a {
    display: none !important;
}
.new-sec {
    /*background: #f8f8f8;*/
    background: #f6f9ff;
    padding: 50px 0px;
    border-bottom: 1px solid rgba(204,205,207,0.5);
    border-top: 1px solid rgba(204,205,207,0.5);
}

.left-sidebar ul li a.active {
    position: absolute;
    top: 0;
}
/*.left-sidebar ul li a.active, .left-sidebar ul li:first-child a {
    display: block !important;
}*/
.left-sidebar ul li a.active {
    display: block !important;
}
/*.left-sidebar ul li:first-child a {
    display: block !important;
}*/
.left-sidebar ul li::before {
    display: none;
}
.left-sidebar ul{
    position:relative;
}


/*------------ home-why-nextwebi-sec ends here ----------*/
/*---------------- new-contact-form-sec style starts here ----------------*/
.textarea-sec {
    border: 1px solid #808080;
}

    .textarea-sec .floating-input {
        border: 0px!important;
    }
    .textarea-sec  .floating-textarea {
        overflow:auto!important;
    }
.contact-form-right {
    box-shadow: 1px 4px 24px rgb(0 0 0 / 20%);
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 5px;
}

.contact-form-left {
    margin-top: 35px;
}

    .contact-form-right p, .contact-form-left h2 {
        margin-bottom: 35px;
    }


/*---------------- new-contact-form-sec style ends here ----------------*/

/*-------------- contact-form-newsec style starts here ---------------*/
.form-control {
    font-size: 14px;
    display: block;
    width: 100%;
    /*height: 50px;*/
    padding: 16px 35px 16px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.top-strip-sec .btn-common {
    /*    padding: 8px 40px;  */
    padding: 8px 8px;
    width: 100%;
}
input.form-control:focus, select.form-control:focus, .textarea-file-sec:focus {
    border: 1px solid #1a73e8;
}
textarea.form-control {
    height: auto;
}
    /*.form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }*/
.form-control:focus-visible{
    outline:0px!important;
}
.btn-common.submit-btn{
    border:0px;
}
.form-group {
    margin-bottom: 30px;
}
.textarea-file-sec {
    border: 1px solid #cdd3d8;
    background: #ffffff;
    border-radius:8px;
}
.img-sec span {
    font-size: 32px;
    color: #094e91;
}
.textarea-file-sec textarea {
   border: 0px;
    margin-bottom: 10px;
}
.contact-form-new {
    background: #f7f7f7;
    border-bottom: 1px solid rgba(204,205,207,0.5);
    border-top: 1px solid rgba(204,205,207,0.5);
}
textarea {
    resize: none;
}
/*-------------- contact-form-newsec style ends here ---------------*/
/*--------------- home-service-tab-sec style starts here ----------------*/
/*.home-service-tab .service-tabs-main {
    background: #0b3155;
}*/
.home-service-tab .service-main-left {
    background: #ffffff;
}
.home-service-tab .service-main-left .nav-pills .nav-link {
    color: #0b3155;
}
    .home-service-tab .service-main-left .nav-pills .nav-link.active {
        transform: unset;
        /*    padding: 16px 44px 16px 20px;*/
        background: unset;
        box-shadow: unset;
        color: #094e91;
        /*padding: 16px 40px;*/
        padding: 16px 20px 16px 60px;
        font-weight: 700;
    }
    .home-service-tab .service-main-left .nav-pills .nav-link {
        transition-property: all;
        transition-duration: .15s;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        position: relative;
        /* padding: 16px 52px;*/
        padding: 10px 20px 10px 52px;
    }
        .home-service-tab .service-main-left .nav-pills .nav-link:hover:before {
            position: absolute;
            left: 16px;
            background: #094e91;
            content: "";
            padding: 0;
            height: 0.1875rem;
            width: 1.25rem;
            top: 30px;
            transition: .5s all ease-in-out;
            transition-property: all;
          
            transition-duration: .55s;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }
        .home-service-tab .service-main-left .nav-pills .nav-link:hover {
            color: #094e91;
        }
        .home-service-tab .service-main-left .nav-pills .nav-link:before {
            position: absolute;
            left: 0px;
            height: 0px;
            width: 0px;
            --tw-bg-opacity: 1;
            background-color: rgba(49,187,174,var(--tw-bg-opacity));
            transition-property: all;
            transition-duration: .55s;
            transition-timing-function: cubic-bezier(.4,0,.2,1);
            content: "";
            top: 0.9375rem;
            top: 2px;
        }
    .home-service-tab .service-main-left .nav-pills .nav-link.active::before {
        background: #094e91;
    /*    background: #fff;*/
        content: "";
        height: 0.1875rem;
        width: 1.25rem;
        top: 33px;
        bottom: 0;
        transition-property: all;
        transition-duration: .15s;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        position: absolute;
        /*left: 26px; */
        left: 40px;
    }
.home-service-tab .service-main-left .nav-pills .nav-link.active{
    position:relative;
}
.home-service-tab .service-tabs-main {
    margin-top: 0px;
}
.icon-tabs.tools-tab-sec, .mob-tech-tabs {
    background: #fafafa;
    border-bottom: 1px solid rgba(204,205,207,0.5);
    border-top: 1px solid rgba(204,205,207,0.5);
    background: #f8fbff linear-gradient(to top, #f8fbff 10%, #ffffff 100%);
}
/*--------------- home-service-tab-sec style ends here ----------------*/
/*------------- footer-sticky style stars here --------------*/
.footer_sticky_bar {
    display: none;
}
    .footer_sticky_bar ul li span {
        /* width: 20px; */
        /* margin-right: 5px; */
        display: block;
        font-size: 20px;
        padding-left: 0px;
        margin-bottom: 3px;
    }
    .footer_sticky_bar ul li a {
        color: #696868;
    }
/*.ftr-enquiry {
    background: #636365;

}*/
.footer_sticky_bar ul li {
        display: inline-block;
        width: 30%;
        padding: 10px 6px;
        font-size: 15px;
        text-align: center;
        font-weight: 500;
}
/*------------- footer-sticky style ends here --------------*/


/*------------- button-animation starts here ---------------*/

.custom-btn {
 
    color: #fff;
    border-radius: 5px;
    /*padding: 10px 25px;*/
   font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
/*    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
*/    outline: none;
}
.custom-nobgbtn.custom-btn.btn-3 {
    background: unset !important;
    box-shadow: unset;
    color: #094e91;
    font-weight: 600;
    font-size:16px;
}
.btn-3 {
    background: #1a73e8;
    /*   width: 130px;
    height: 40px;*/
    /*  line-height: 42px;
    padding: 0;*/
    border: none;
}

    .btn-3 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
       /* padding: 10px 25px;*/
       padding:5px 25px;
    }

    .btn-3:before,
    .btn-3:after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: #1a73e8;
        transition: all 0.3s ease;
    }

    .btn-3:before {
        height: 0%;
        width: 2px;
    }

    .btn-3:after {
        width: 0%;
        height: 2px;
    }

    .btn-3:hover {
        background: transparent;
        box-shadow: none;
    }

        .btn-3:hover:before {
            height: 100%;
        }

        .btn-3:hover:after {
            width: 100%;
        }

    .btn-3 span:hover {
        color: #1a73e8;
    }

    .btn-3 span:before,
    .btn-3 span:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: #1a73e8;
        transition: all 0.3s ease;
    }

    .btn-3 span:before {
        width: 2px;
        height: 0%;
    }

    .btn-3 span:after {
        width: 0%;
        height: 2px;
    }

    .btn-3 span:hover:before {
        height: 100%;
    }

    .btn-3 span:hover:after {
        width: 100%;
    }
.fa-btnarrow {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    .fa-btnarrow::after {
        content: '\f105';
        padding-left: 2px;
        font-family: "FontAwesome";
        /* font-size: 15px; */
    }
/*------------- button-animation ends here ----------------*/

/*---------------- head-text-box-style starts here ---------------*/
.head-text-box {
    padding:0px 15px;
    margin-bottom: 30px;
   /* color:#fff;*/
}
    /*.head-text-box:hover {
        background: #918f8f47;
        border-radius: 5px;
    }*/
.bg-color-1 {
    /* background: #f6f6f6;*/
    background: #fafafa;
}
    .bg-color-1 .border-sec {
        background: #bbbcbd;
    }
    .bg-color-1 .head-text-box {
        color: #35353d;
    }
        .bg-color-1 .head-text-box .sub-head {
            color: #032D60;
          margin:5px 0px 15px;
          font-size:20px;
        }
/*.bg-color-2 .head-text-box h4.sub-head::after {
    content: '';
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    width: 40px;
    height: 3px;
    left: 0;
}
*/
/*.head-sec.two-line-head {
    min-height: 76px;
}*/
.head-text-box .head-sec .sub-head{
    margin-bottom:15px!important;
}
.head-sec {
   /* margin-bottom: 35px;*/
    margin-bottom: 20px;
}
    /*.head-sec.two-line-head {
        min-height: 76px;
        margin-bottom: 35px;
    }*/
.border-head {
    width: 40px;
    height: 3px;
    /*    background: #ffffff;*/
    background: #1a73e8;
}

.head-text-box .sub-head {
    position: relative;
    margin-bottom: 35px;
  /*  color: #fff;*/
    font-size:20px;
    letter-spacing:0.5px
}
.head-text-box p{
    margin-bottom:8px
}
.border-sec {
    width: 140px;
    height: 5px;
    background: #eeeeee;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 30px;
}
.bg-color-2 {
    background: #053a6e;
}
/*---------------- head-text-box-style ends here ---------------*/
/*-------------- home-service-tab-sec-new style starts here ----------*/
.service-main-right {
  
    border-radius: 5px;
   /* margin-left:-20px;*/
}
.home-service-tab.home-new-service-tab .service-main-left {
    background: unset!important;
    transform: unset;
    flex: unset;
    max-width: unset;
    box-shadow: unset;
    margin: 0px;
    padding-top:30px;
}
.home-service-tab.home-new-service-tab .service-tabs-main::before {
    display: none;
}
.home-service-tab.home-new-service-tab .service-main-left .nav-pills .nav-link.active {
    position: relative;
    background: #e5f7ff !important;
    border-radius: 50px 0px 0px 50px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
}
.home-service-tab.home-new-service-tab .service-main-left .nav-pills .nav-link.active {
    position: relative;
    background: aliceblue;
}
.service-tabs-main h3.sub-head {
    font-size: 26px !important;
    margin-bottom: 30px !important;
}
.service-text p {
    margin-bottom: 10px;
}
.mt-40{
    margin-top:40px;
}
.home-service-tab .service-main-left .nav-pills .nav-link {
    padding: 16px 20px 16px 60px;
    margin-bottom: 10px;
    font-size: 18px;
}
.border-btn.border-white-btn.btn-common {
    border: 1px solid #ffffff;
    background: unset;
}
.border-btn.btn-common {
    border: 1px solid #094e91;
    background: unset;
    color: #094e91 !important;
}

    .border-btn.btn-common:hover {
        background: #094e91 !important;
        color: #ffffff !important;
        border: 1px solid #094e91;
    }
.btncalsec {
    margin-top: 15px;
}

    .btncalsec a {
        color: #094e91;
        display: block;
        text-decoration: underline;
        margin-bottom: 10px
    }
/*-------------- home-service-tab-sec-new style ends here ----------*/

/*-------------- testimonial-new-layout style starts here -----------*/
.testi-box {
    position: relative;
}

/*    .testi-box::before {
        content: "";
        width: 85%;
        background: #d4eaff;
        height: 100%;
        position: absolute;
        right: 0;
    }
*/
.testi-img-sec h5 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.testi-img-sec img {
    width: 70% !important;
    display: block;
    margin: auto;
}


.testi-img-sec {
    background: #ffffff;
    vertical-align: middle;
    align-items: center;
/*    margin-top: 14px;*/
    /*box-shadow: 0 2px 30px rgb(44 60 74 / 8%);*/
    border-radius: 3px;
    text-align:center;
    padding:10px 10px 15px;
}
.testi-text-sec {
    /* background: #ffffff; */
    padding: 70px 20px 70px 10px;
}
.testimonials-sec button.owl-prev, .owl-carousel button.owl-prev {
    left: -90px;
}
.testimonials-sec button.owl-next, .owl-carousel button.owl-next {
    right: -90px;
}
/*-------------- testimonial-new-layout style ends here -----------*/

/*----------- content vertical scroll image command text-change style starts here -----------*/

.new-sec .section {
    min-height: 100vh;
    position: relative;
    z-index: 2;
}
.new-sec .section__img {
    position: relative;
    display: flex;
}

.new-sec .section__img__inner {
    height: 100vh;
    position: fixed;
    left: 5%;
    width: 20%;
    top: 0;
    mix-blend-mode: multiply;
}

.new-sec .section__body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}

.new-sec .section__text {
    padding: 5vw;
}

.new-sec .section__img__inner {
    filter: blur(30px);
    opacity: 0;
    background-position: 50% 40%;
    transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.new-sec .section.active .section__img__inner {
    opacity: 1;
    background-position: 50% 50%;
    filter: blur(0);
}
/*----------- content vertical scroll image command text-change style ends here -----------*/



/*------------------------- responsive starts here -----------------------*/
@media only screen and (min-width:320px) and (max-width:767px) {
    .desk-header{
        display:none;
    }
    .mob-header {
        display: block;
    }
    .footer_sticky_bar {
        display: block;
        background-color: #f9fafb;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 4%), 0px 4px 5px rgb(0 0 0 / 8%), 0px 1px 10px rgb(0 0 0 / 12%);
        position: sticky;
        bottom: 4px;
        margin: 0px 8px;
        border-radius: 5px;
        /*    padding: 1rem 0rem;*/
        text-align: center;
        z-index: 99;
    }
    .mob-services {
        display: block;
    }
    .home-service-tab{
        display:none;
    }
    .mob-services .owl-nav, .testimonials-sec .owl-nav, .owl-carousel.owl-industries .owl-nav {
        /*  position: absolute;
        top: -46px;
        right: 0;*/
        display: none;
    }
    .testimonials-sec .owl-dots, .owl-carousel.owl-industries .owl-dots {
        display: block !important;
    }
    .mob-services .owl-dot.active, .testimonials-sec .owl-dot.active, .owl-carousel.owl-industries .owl-dot.active {
        background: #1a73e8;
        padding: 1px 10px;
    }
    .mob-services .owl-carousel button.owl-dot, .testimonials-sec .owl-carousel button.owl-dot, .owl-carousel.owl-industries button.owl-dot {
        background: #1a73e8;
        color: inherit;
        border: 1px solid #1a73e8;
        font: inherit;
        margin: 0px 4px;
        padding: 1px 7px !important;
    }
        .mob-services button.owl-dot.active, .testimonials-sec button.owl-dot.active, .owl-carousel.owl-industries button.owl-dot.active {
            background: #1a73e8;
            padding: 1px 15px !important;
        }
    .mob-service-sec {
        background: #f6f6f6;
        padding: 10px;
        min-height: 880px;
    }
    .mob-services .owl-dots, .testimonials-sec .owl-dots, .owl-carousel.owl-industries .owl-dots {
        /* margin: auto; */
        text-align: center;
    }
    .mob-services .owl-carousel {
        position: relative;
    }
/*    .mob-services .owl-item {
        width: 379px !important;
    }*/
   /* .mob-services button span {
        font-size: 48px;
        margin-right: 6px;
    }*/
    .why-us-text {
        padding: 30px 15px;
    }
    .mb-40 {
        margin-bottom: 10px !important;
    }
    .ftr-copyright p {
        margin-bottom: 5px;
        text-align:center;
    }
    .ftr-social{
        text-align:center;
    }
    .ftr-list li a {
        font-size: 14px !important;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .desk-header {
        display: none;
    }
    .footer_sticky_bar {
        display: block;
        background-color: #094e91;
        box-shadow: 0 -8px 16px 0 #0000000f;
        position: sticky;
        bottom: 0;
        /*    padding: 1rem 0rem;*/
        text-align: center;
        z-index: 99;
    }
        .footer_sticky_bar ul li {
            display: inline-block!important;
            width: 32%;
            font-size:18px;
        }

        .mob-header {
            display: block;
        }
    .client-img{
        width:unset!important;
        height:unset!important;
    }
    .slick-slide {
        margin: 0px 0px!important;
    }
    .mob-services {
        display: block;
    }

    .home-service-tab {
        display: none;
    }

    .mob-services .owl-nav, .testimonials-sec .owl-nav {
        /*  position: absolute;
        top: -46px;
        right: 0;*/
        display: none;
    }

    .testimonials-sec .owl-dots {
        display: block !important;
    }

    .mob-services .owl-dot.active, .testimonials-sec .owl-dot.active {
        background: #1a73e8;
        padding: 1px 10px;
    }

    .mob-services .owl-carousel button.owl-dot, .testimonials-sec .owl-carousel button.owl-dot {
        background: #1a73e8;
        color: inherit;
        border: 1px solid #1a73e8;
        font: inherit;
        margin: 0px 4px;
        padding: 1px 7px !important;
    }

    .mob-services button.owl-dot.active, .testimonials-sec button.owl-dot.active {
        background: #1a73e8;
        padding: 1px 15px !important;
    }

    .mob-service-sec {
        background: #f6f6f6;
        padding: 10px;
    }

    .mob-services .owl-dots, .testimonials-sec .owl-dots {
        /* margin: auto; */
        text-align: center;
    }

    .mob-services .owl-carousel {
        position: relative;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .desk-header {
        display: none;
    }

    .mob-header {
        display: block;
    }
}
/*------------------------- responsive ends here ------------------------*/






