@media (max-width:1599px) {


    body { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; overflow-x: hidden; font-size: 16px; list-style: normal; }
    :focus { outline: none !important; }
    
    h1{
        color: #333333;
    }
    
    section{
        margin: 50px 0px;  
        padding: 0px 0px;
    }
    
    .header{
        background-image: url(../images/banner.png);
        min-height: 100%;
        /* height: 100vh; */
        background-position: inherit;
        background-repeat: no-repeat;
    }
    
    .header {
        padding: 50px 0px 0px;
        margin: 0px 0px 20px;
    }
    
    .logo .col-md-2 {
        margin-left: -10px;
    }
    
    .header .container{
        padding: 0px;
        
    }
    
    .header img{
        width: 100%;
    }
    
    .header ul {
        list-style: none;
        display: inline-flex;
        padding: 0px;
    }
    
    .header ul li{
        padding: 0px 5px;
        font-size: 13px;
    }
    
    .header ul li:nth-last-child(){
        padding: 0px;
    }
    
    .header ul li a {
        text-decoration: none;
        color: #fff;
    }
    
    .header .btn-1 {
        margin-top: 12px;
    }
    
    .header .btn-1 a {
        padding: 12px 0;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
        background: #ee8527;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        border-radius: 5px;
        background-color: rgb(238, 133, 39);
        text-align: center;
        width: 100%;
    }
    
    .header .btn-1 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .header .brand-elegant{
        display: flex;
        align-items: center;
        margin-top: 50px;
    
    }
    
    .header .brand-elegant h1 {
        margin: 0px 0px 0px;
        font-size: 35px;
    }
    
    .header .brand-elegant h1 a{
        text-decoration: none;
        color: #fff;
    }
    
    .header .brand-elegant h1 a span{
        color: #ee8527;
    }
     
    .header .brand-elegant .btn-2{
        margin: 30px 0px;
    
    }
    
    .header .brand-elegant .btn-2 a{
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .header .brand-elegant .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1) ;
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1)
        ;transition: all 0.3s ease;}
    
    .expotential {
        padding: 20px;
        margin: 0px 0px 0px;
    }
    
    
    .expotential .expotential-contant h2{
        text-align: center;
        color: #333;
        font-size: 28px;
    }
    
    .expotential .expotential-contant h2 span {
        color: #ee8527;
    }
    
    .expotential .expotential-contant p{
        margin: 30px 0px;
        /*font-size: 14px;*/
        text-align: center;
        padding: 10px 30px;
        font-weight: 500;
    }
    
    .expotential .companies img{
        width: 100%;
    }
    
    
    .expotential .service-content {
        display: contents;
    }
    
    .expotential .services-1 img{
        width: 65%;
        padding: 0px;
        margin: 0px 31px;
    }
    
    .expotential .services-1{
        background: #f9efbc;
        padding: 10px;
        border-radius: 10px;
        border: 2px solid #d2b720;
    }
    
    .expotential .services-1 p{
        padding: 0px;
        margin: 25px 0px 0px 10;
        color: #d2b720;
    }
    
    .expotential .services-1:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-2 img{
        width: fit-content;
        padding: 0px;
        margin: 0px 4px 7px;
    }
    
    .expotential .services-2{
        background: #f2d7c0;
        padding: 10px 30px;
        border-radius: 10px;
        border: 2px solid #ec8013;
    }
    
    .expotential .services-2 p{
        padding: 0px;
        margin: 25px 0px 0px 10;
        color: #ec8013;
    }
    
    .expotential .services-2:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-3 img{width: fit-content;padding: 0px;margin: 0px 4px 7px;}
    
    .expotential .services-3{
        background: #d4e9ff;
        padding: 10px 27px;
        border-radius: 10px;
        border: 2px solid #1c6ec5;
    }
    
    .expotential .services-3 p{
        padding: 0px;
        margin: 25px 0px 0px;
        color: #1c6ec5;
    }
    
    .expotential .services-3:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-4 img{width: fit-content;padding: 0px;margin: 0px 4px 7px;}
    
    .expotential .services-4{
        background: #e6c8f5;
        padding: 4px 40px;
        border-radius: 10px;
        border: 2px solid #8617cf;
    }
    
    .expotential .services-4 p{
        padding: 0px;
        margin: 25px 0px 14px -12px;
        color: #8617cf;
    }
    
    .expotential .services-4:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential-info{
        background-image: url(../images/companies-sec.png);
        background-size: 100%;
        background-position: bottom;
        /* width: 100%; */
        padding: 30px 0px 40px;
        margin: -50px 0px;
        background-repeat: no-repeat;
    }
    
    .expotential-info p {
        margin: 0px 0px;
        padding: 15px 25px;
        text-align: center;
        /*font-size: 14px;*/
        color: #979a9d;
    }
    
    .col-md-6.btn-sec {
        margin: 0px 0px 15px;
    }
    
    .expotential-info .btn-sec .btn-1{
        margin-top: 12px;
        float: right;
    }
    
    .expotential-info .btn-sec .btn-1 a{
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        background: #ee8527;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .expotential-info .btn-sec .btn-1 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color :#721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1),;
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1)
        ;transition: all 0.3s ease;}
    
    .expotential-info .btn-sec .btn-2{
        margin-top: 12px;
    }
    
    .expotential-info .btn-sec .btn-2 I{
        border-right: 2px solid #fff;
        padding: 0px 22px 0px 10px;
        margin: 0px 14px 0px -6px;
    }
    
    .expotential-info .btn-sec .btn-2 a{
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        background: #1e2b3d;
        padding: 12px 30px 12px 30px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        outline: none;
    }
    
    .expotential-info .btn-sec .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1),;
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .contact-sec{
        background-image: url(../images/contect-sec.jpg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 18px 0;
        margin: 50px 0px 0px;
    }    
    
    .contact-sec .row{
        padding: 30px 0px;
    }
    
    .contact-sec .contact h4{
        color: #fff;
        font-size: 24px;
    }
    
    .contact-sec .contact h4 span{
        color: #ee8527;
    }
    
    .contact-sec .contact h4 strong {
        font-weight: 500;color: red;
    }
    
    .contact-sec .phone{
        position: relative;
    }
    
    .contact-sec .phone:before{
        content:" ";
        background-image: url(../images/phone.png);
        position: absolute;
        background-size: contain;
        width: 306px;
        height: 221px;
        background-repeat: no-repeat;
        bottom: -52px;
        left: -5px;
    }
    
    .contact-sec  .btn-1{
        margin-top: 12px;
        float: right;
    }
    
    .contact-sec  .btn-1 a{
        text-decoration: none;
        padding: 12px 20px;
        font-size: 12px;
        margin: 0px 0px 0px;
        border-radius: 5px;
        float: right;
        background: #ee8527;
        cursor: pointer;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .contact-sec  .btn-1 a:hover {
        color: black;
        font-weight: 600;
        border-radius: 5px;
        background-color: #721939;
        background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);
        transition: all 0.3s ease;
        }
    
    .contact-sec  .btn-2{
        margin: 27px 18px 0px;
        float: right;
    }
    
    .contact-sec  .btn-2 I{
        border-right: 2px solid #fff;
        padding: 0px 22px 0px 10px;
        margin: 0px 14px 0px -6px;
    }
    
    .contact-sec  .btn-2 a{
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        background: #1e2b3d;
        padding: 12px 30px 12px 30px;
        margin-top: -15px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    
    .contact-sec  .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .portfolio{
        background-image: url(../images/mid-banner.png);
        background-size: 100%;
        background-position: center;
        margin: 0px 0px 26px;
        padding: 30px 0px 10px;
        background-repeat: no-repeat;
    }
    
    .portfolio .portfolio-main{
        text-align: center;
    }
    
    .portfolio .portfolio-main h2{
        color: #fff;
    }
    
    .portfolio .portfolio-main h2 span{
        color: #ee8527;
    }
    
    .portfolio .portfolio-main p{
        color: #caced1;
        margin: 20px 0px;
    }
    
    .portfolio .portfolio-main ul{
        list-style: none;
        
        margin-bottom: 20px;
    }
    
    .portfolio .portfolio-main ul li {
        display: inline-block;
        margin: 25px 40px 30px;
    }
    
    
    
    .portfolio .portfolio-main ul li a {
        text-decoration: none;
        color: #caced1;
        /* margin: 10px 0px; */
    }
    
    .portfolio .portfolio-main ul li a:hover {
        border-bottom: 2px solid #ee8527;
        color: #ee8527;
        /* bottom: 61px; */
        /* margin: 51px 0px; */
    }
    
    .row.gallery {
        margin-top: 30px;
    }
    
    .gallery {
        margin: 0px 0px 30px;
    }
    
    .gallery img{
        margin: 15px 0px;
        padding: 0px;
        width: 100%;
    }
    
    .guarenties{
        background-image: url(../images/bottom-banner.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        padding: 0px 0px 0px;
        margin: 0px 0px 0px;
    }
    
    .guarenties p {
        font-size: 16px;
    }
    
    .guarenties h2 {
        color: #000;
        margin-bottom: 30px;
    }
    
    .guarenties h2 span {
        color: #ee8527;
    }
    
    .guarenties img{
        width: 10%;
    }
    
    .guarenties .guarenties-main ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    
    .guarenties .guarenties-main ul li {
        display: inline;
    }
    
    
    .problems{
        
    margin: 0px 0px;
        
    padding: 0px 0px 0px;
    }
    
    .problems .problems-main{
        text-align: center;
    }
    
    .problems .problems-main h2{
        color: #000;
    }
    
    .problems .problems-main h2 span{
        color: #ee8527;
    }
    
    .problems .problems-main p{
        color: #000;
        margin: 20px 0px;
        text-align: center;
        justify-content: center;
        /*font-size: 14px;*/
    }
    
    .problems .problems-main ul{
        list-style: none;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .problems .problems-main ul li {
        display: inline-block;
        margin: 25px 40px 30px;
    }
    
    
    
    .problems .problems-main ul li a {
        text-decoration: none;
        color: #000;
        /* margin: 10px 0px; */
    }
    
    .problems .problems-main ul li a:hover {
        border-bottom: 2px solid #ee8527;
        color: #ee8527;
        /* bottom: 61px; */
        /* margin: 51px 0px; */
    }
    
    
    .satisfaction {
        margin: 50px 0px 50px;
    }
    
    .satisfaction img{
        width: 139px;
        height: 106px;
    }
    
    .satisfaction .main h6 {
        margin: 30px 0px 10px;
        color: #000;
    }
    
    .satisfaction .main p {
        margin: 0;
        color: #ee8527;
    }
    
    
    .satisfaction .main {
        
        margin-top: 10px;
        width: 300px;
        height: 200px;
        
    }
    
    .satisfaction .main:hover {
         -webkit-animation: rotate 2s linear infinite;
         border: dashed #3395e7;
         -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-top: 10px;
    }
    
    @-webkit-keyframes rotate {
        from{
            -webkit-transform: rotate(0deg);
        }
        to{
            -webkit-transform: rotate(0deg);
        }
    }
    
    /*.satisfaction .main:hover{
        border: dashed #3395e7 2px;
        
        
    }*/
    
    /*.satisfaction .main:hover{
        border: dashed 3px #3395e7;
    }*/
    
    
    .offer{
        background-image: url(../images/offer-baner.png);
        background-size: 100%;
        margin-bottom: 0px;
        padding: 0px 0px;
        background-repeat: no-repeat;
    }
    
    .offer .col-md-6 {
        display: flex;
        align-items: center;
    }
    
    .offer .main h2 {
        color: #fff;
        font-size: 2rem;
        margin: 20px 0px 29px;
        padding: 10px;
    }
    
    .offer .main h2 span {
        color: #ee8527;
    }
    
    .offer .main p {
        color: #fff;
        /*font-size: 14px;*/
    }
    
    .offer .main .btn-2 {
        margin: 25px 0px;
    }
    
    .offer .main a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        background: #ee8527;
        padding: 12px 30px 12px 30px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    .offer .main a:hover {
        color: black;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ee8527;
        background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);
        /* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;
    }
    
    .solutions{
        background-image: url(../images/solution1.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0px 0px 50px;
        position: relative;
        top: px;
        padding: 0px 0px;
    }
    
    .solutions .strategy {
        margin: 50px 0px 0px;
    }
    
    .solutions .strategy .row{
        margin: 10px 0px 10px;
        padding: 6px 0px;
    }
    
    .solutions .col-md-5 {
        margin-top: 0px;
    }
    
    .solutions  .col-md-7 {
        margin-top: 0px;
    }
    
    .solutions .strategy h2 {
        color: #000;
        font-size: 2.5rem;
        margin: 30px 0px;
    }
    
    .solutions .strategy h2 span{
        color: #ee8527;
    }
    
    .solutions .strategy p{
        color: #979a9d;
        /*font-size: 14px;*/
        margin: 30px 0px;
    }
    
    .solutions .strategy .row .col-md-3 {
        padding-left: 5px;
    }
    
    .solutions .strategy .row h5{
        color: #000;
    }
    
    .solutions .strategy .row p{
        max-resolution: 0px;
        font-size: 14px;
        color: #979a9d;
        margin: 5px 0px;
    }
    
    .solutions .strategy .row:hover{
        
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
        
    border-radius: 10px;
    }
    
    .solutions .strategy .col-md-3 img {
        width: 100%;
        margin-top: 0px;
        height: 100%;
    }
    
    .client{
        background-image: url(../images/last-banner.png);
        background-size: 100%;
        min-height: 243px;
        background-repeat: no-repeat;
        margin: 0px 0px 0px;
        background-position: center;
    }
    
    .client .heading-sec{
        margin: 50px 0px 0px;
        padding: 10px 10px 0px;
    }
    
    .client .heading-sec h3 {
        text-align: center;
        margin: 21px 0px 0px;
        color: #fff;
    }
    
    .client .heading-sec h3 span{
        color: #ee8527;
    }
    
    
    .client-reviews {
        margin: 0px 0px;
        position: relative;
        left: 0px;
        top: -31px;
        z-index: 1;
    }
    
    .client-reviews .main1{
        background-image: url(../images/hangout1.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main1 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
        color: #a37e89;
    }
    
    .client-reviews .main1 h4 span{
        color: #c62151;
    }
    
    .client-reviews .main1 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #a37e89;
    }
    
    .client-reviews .main1 h5 {
        font-size: 20px;
        color: #c62151;
    }
    
    .client-reviews .main2{
        background-image: url(../images/hangout2.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main2 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
        color: #a98f79;
    }
    
    .client-reviews .main2 h4 span{
        color: #f0702c;
    }
    
    .client-reviews .main2 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #a98f79;
    }
    
    .client-reviews .main2 h5 {
        font-size: 20px;
        color: #f0702c;
    }
    
    .client-reviews .main3{
        background-image: url(../images/hangout3.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main3 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
    }
    
    .client-reviews .main3 h4 span{
        color: #156abf;
    }
    
    .client-reviews .main3 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #8699ab;
    }
    
    .client-reviews .main3 h5 {
        font-size: 20px;
        color: #156abf;
    }
    
    .row.header-section {
        justify-content: center;
        align-items: baseline;
    }
    
    
    
    
    
    /* //Modal Css  */
    .popup-logoOrigin .modal-dialog{
        max-width: 85%;
    }
    
    
    
    
    }
    
    @media (max-width:1169px) {
    
    
    body { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; overflow-x: hidden; font-size: 16px; list-style: normal; }
    :focus { outline: none !important; }
    
    h1{
        color: #333333;
    }
    
    section{
        margin: 50px 0px;  
        padding: 0px 0px;
    }
    
    .header{
        background-image: url(../images/banner.png);
        min-height: 100%;
        /* height: 100vh; */
        background-position: inherit;
        background-repeat: no-repeat;
    }
    
    .header {
        padding: 50px 0px;
        margin: 0px 0px 20px;
    }
    
    .logo .col-md-2 {
        margin-left: -10px;
    }
    
    .header .container{
        padding: 0px;
        
    }
    
    .header img{
        width: 180px;
    }
    
    .header ul {
        list-style: none;
        display: inline-flex;
        padding: 10px;
    }
    
    .header ul li{
        padding: 0px 8px;
        font-size: 15px;
    }
    
    .header ul li:nth-last-child(){
        padding: 0px;
    }
    
    .header ul li a {
        text-decoration: none;
        color: #fff;
    }
    
    .header .btn-1 {
        margin-top: 12px;
    }
    
    .header .btn-1 a {
        padding: 12px 0;
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        border-radius: 5px;
        background-color: rgb(238, 133, 39);
        text-align: center;
        width: 100%;
    }
    
    .header .btn-1 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%);
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1),;
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .header .brand-elegant{
        display: flex;
        align-items: center;
        margin-top: 50px;
    
    }
    
    .header .brand-elegant h1 {
        margin: 25px 0px 0px;
    }
    
    .header .brand-elegant h1 a{
        text-decoration: none;
        color: #fff;
    }
    
    .header .brand-elegant h1 a span{
        color: #ee8527;
    }
     
    .header .brand-elegant .btn-2{
        margin: 30px 0px;
    
    }
    
    .header .brand-elegant .btn-2 a{
        text-align: center;
        margin-top: 20px;
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .header .brand-elegant .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .expotential {
        padding: 20px;
        margin: 0px 0px 40px;
    }
    
    
    .expotential .expotential-contant h2{
        text-align: center;
        color: #333;
        font-size: 37px;
    }
    
    .expotential .expotential-contant h2 span {
        color: #ee8527;
    }
    
    .expotential .expotential-contant p{
        margin: 30px 0px;
        /*font-size: 14px;*/
        text-align: center;
        padding: 10px 30px;
        font-weight: 500;
    }
    
    .expotential .companies img{
        width: 100%;
    }
    
    
    .expotential .service-content {
        display: contents;
    }
    
    .expotential .services-1 img{
        width: 65%;
        padding: 0px;
        margin: 0px 40px;
    }
    
    .expotential .services-1{
        background: #f9efbc;
        padding: 10px;
        border-radius: 10px;
        border: 2px solid #d2b720;
    }
    
    .expotential .services-1 p{
        padding: 0px;
        margin: 25px 0px 0px 25px;
        color: #d2b720;
    }
    
    .expotential .services-1:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-2{
        background: #f2d7c0;
        padding: 10px 30px;
        border-radius: 10px;
        border: 2px solid #ec8013;
    }
    
    .expotential .services-2 p{
        padding: 0px;
        margin: 25px 0px 0px 25px;
        color: #ec8013;
    }
    
    .expotential .services-2:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-3{
        background: #d4e9ff;
        padding: 10px 27px;
        border-radius: 10px;
        border: 2px solid #1c6ec5;
    }
    
    .expotential .services-3 p{
        padding: 0px;
        margin: 25px 0px 0px 25px;
        color: #1c6ec5;
    }
    
    .expotential .services-3:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-4{
        background: #e6c8f5;
        padding: 4px 40px;
        border-radius: 10px;
        border: 2px solid #8617cf;
    }
    
    .expotential .services-4 p{
        padding: 0px;
        margin: 25px 0px 0px 25px;
        color: #8617cf;
    }
    
    .expotential .services-4:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential-info{
        background-image: url(../images/companies-sec.png);
        background-size: 100%;
        background-position: bottom;
        /* width: 100%; */
        padding: 30px 0px 40px;
        margin: -50px 0px;
        background-repeat: no-repeat;
    }
    
    .expotential-info p {
        margin: 10px 0px;
        padding: 15px 25px;
        text-align: center;
        /*font-size: 14px;*/
        color: #979a9d;
    }
    
    .col-md-6.btn-sec {
        margin: 0px 0px 15px;
    }
    
    .expotential-info .btn-sec .btn-1{
        margin-top: 12px;
        float: right;
    }
    
    .expotential-info .btn-sec .btn-1 a{
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .expotential-info .btn-sec .btn-1 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color :#721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .expotential-info .btn-sec .btn-2{
        margin-top: 12px;
    }
    
    .expotential-info .btn-sec .btn-2 I{
        border-right: 2px solid #fff;
        padding: 0px 22px 0px 10px;
        margin: 0px 14px 0px -6px;
    }
    
    .expotential-info .btn-sec .btn-2 a{
        text-decoration: none;
        color: #fff;
        background: #1e2b3d;
        padding: 12px 30px 12px 30px;
        border: solid px black;
        border-radius: 5px;
        /*font-size: 14px;*/
          border: solid px black;
        /* font-family: 'Lato', sans-serif; */
        font-weight: 600;
        
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        outline: none;
    }
    
    .expotential-info .btn-sec .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .contact-sec{
        background-image: url(../images/contect-sec.jpg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 31px 0;
        margin: 50px 0px 0px;
    }    
    
    .contact-sec .row{
        padding: 30px 0px;
    }
    
    .contact-sec .contact h4{
        color: #fff;
    
    }
    
    .contact-sec .contact h4 span{
        color: #ee8527;
    }
    
    .contact-sec .contact h4 strong {
        font-weight: 500;color: red;
    }
    
    .contact-sec .phone{
        position: relative;
    }
    
    .contact-sec .phone:before{
        content:" ";
        background-image: url(../images/phone.png);
        position: absolute;
        background-size: contain;
        width: 310px;
        height: 245px;
        background-repeat: no-repeat;
        bottom: -63px;
        left: -5px;
    }
    
    .contact-sec  .btn-1{
        margin-top: 12px;
        float: right;
    }
    
    .contact-sec  .btn-1 a{
        text-decoration: none;
        padding: 12px 20px;
        margin: 0px 0px 0px;
        border-radius: 5px;
        float: right;
        background: #ee8527;
        cursor: pointer;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .contact-sec  .btn-1 a:hover {
        color: black;
        font-weight: 600;
        border-radius: 5px;
        background-color: #721939;
        background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);
        transition: all 0.3s ease;
        }
    
    .contact-sec  .btn-2{
        margin: 27px 18px 0px;
        float: right;
    }
    
    .contact-sec  .btn-2 I{
        border-right: 2px solid #fff;
        padding: 0px 22px 0px 10px;
        margin: 0px 14px 0px -6px;
    }
    
    .contact-sec  .btn-2 a{
        text-decoration: none;
        color: #fff;
        background: #1e2b3d;
        padding: 12px 30px 12px 30px;
        margin-top: -15px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    
    .contact-sec  .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .portfolio{
        background-image: url(../images/mid-banner.png);
        background-size: 100%;
        background-position: center;
        margin: 0px 0px 0px;
        padding: 50px 0px 0px;
        background-repeat: no-repeat;
    }
    
    .portfolio .portfolio-main{
        text-align: center;
    }
    
    .portfolio .portfolio-main h2{
        color: #fff;
    }
    
    .portfolio .portfolio-main h2 span{
        color: #ee8527;
    }
    
    .portfolio .portfolio-main p{
        color: #caced1;
        margin: 20px 0px;
    }
    
    .portfolio .portfolio-main ul{
        list-style: none;
        
        margin-bottom: 20px;
    }
    
    .portfolio .portfolio-main ul li {
        display: inline-block;
        margin: 25px 40px 30px;
    }
    
    
    
    .portfolio .portfolio-main ul li a {
        text-decoration: none;
        color: #caced1;
        /* margin: 10px 0px; */
    }
    
    .portfolio .portfolio-main ul li a:hover {
        border-bottom: 2px solid #ee8527;
        color: #ee8527;
        /* bottom: 61px; */
        /* margin: 51px 0px; */
    }
    
    .row.gallery {
        margin-top: 30px;
    }
    
    .gallery {
        margin: 0px 0px 30px;
    }
    
    .gallery img{
        margin: 15px 0px;
        padding: 0px;
        width: 100%;
    }
    
    .guarenties{
        background-image: url(../images/bottom-banner.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        padding: 0px 0px 10px;
        margin: 0px 0px 0px;
    }
    
    .guarenties p {
        font-size: 16px;
    }
    
    .guarenties h2 {
        color: #000;
        margin-bottom: 30px;
    }
    
    .guarenties h2 span {
        color: #ee8527;
    }
    
    .guarenties img{
        width: 10%;
    }
    
    .guarenties .guarenties-main ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    
    .guarenties .guarenties-main ul li {
        display: inline;
    }
    
    
    .problems{
        
    margin: 50px 0px 50px;
        
    padding: 0px 0px 30px;
    }
    
    .problems .problems-main{
        text-align: center;
    }
    
    .problems .problems-main h2{
        color: #000;
    }
    
    .problems .problems-main h2 span{
        color: #ee8527;
    }
    
    .problems .problems-main p{
        color: #000;
        margin: 20px 0px;
        text-align: center;
        justify-content: center;
        /*font-size: 14px;*/
    }
    
    .problems .problems-main ul{
        list-style: none;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .problems .problems-main ul li {
        display: inline-block;
        margin: 25px 40px 30px;
    }
    
    
    
    .problems .problems-main ul li a {
        text-decoration: none;
        color: #000;
        /* margin: 10px 0px; */
    }
    
    .problems .problems-main ul li a:hover {
        border-bottom: 2px solid #ee8527;
        color: #ee8527;
        /* bottom: 61px; */
        /* margin: 51px 0px; */
    }
    
    
    .satisfaction {
        margin: 50px 0px 50px;
    }
    
    .satisfaction img{
        width: 139px;
        height: 106px;
    }
    
    .satisfaction .main h6 {
        margin: 30px 0px 10px;
        color: #000;
    }
    
    .satisfaction .main p {
        margin: 0;
        color: #ee8527;
    }
    
    
    .satisfaction .main {
        
        margin-top: 10px;
        width: 300px;
        height: 200px;
        
    }
    
    .satisfaction .main:hover {
         -webkit-animation: rotate 2s linear infinite;
         border: dashed #3395e7;
         -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-top: 10px;
    }
    
    @-webkit-keyframes rotate {
        from{
            -webkit-transform: rotate(0deg);
        }
        to{
            -webkit-transform: rotate(0deg);
        }
    }
    
    /*.satisfaction .main:hover{
        border: dashed #3395e7 2px;
        
        
    }*/
    
    /*.satisfaction .main:hover{
        border: dashed 3px #3395e7;
    }*/
    
    
    .offer{
        background-image: url(../images/offer-baner.png);
        background-size: 100%;
        margin-bottom: 0px;
        padding: 50px 0px;
        background-repeat: no-repeat;
    }
    
    .offer .col-md-6 {
        display: flex;
        align-items: center;
    }
    
    .offer .main h2 {
        color: #fff;
        font-size: 2.4rem;
        margin: 50px 0px;
    }
    
    .offer .main h2 span {
        color: #ee8527;
    }
    
    .offer .main p {
        color: #fff;
        /*font-size: 14px;*/
    }
    
    .offer .main .btn-2 {
        margin: 50px 0px;
    }
    
    .offer .main a {
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 30px 12px 30px;
        border: solid px black;
        border-radius: 5px;
        /*font-size: 14px;*/
        border: solid px black;
        /* font-family: 'Lato', sans-serif; */
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        /*position: relative;*/
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        outline: none;
    }
    .offer .main a:hover {
        color: black;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ee8527;
        background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);
        /* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;
    }
    
    .solutions{
        background-image: url(../images/solution1.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0px 0px 50px;
        position: relative;
        top: px;
        padding: 0px 0px;
    }
    
    .solutions .strategy {
        margin: 50px 0px 0px;
    }
    
    .solutions .strategy .row{
        margin: 10px 0px 10px;
        padding: 6px 0px;
    }
    
    .solutions .col-md-5 {
        margin-top: 0px;
    }
    
    .solutions  .col-md-7 {
        margin-top: 0px;
    }
    
    .solutions .strategy h2 {
        color: #000;
        font-size: 2.5rem;
        margin: 30px 0px;
    }
    
    .solutions .strategy h2 span{
        color: #ee8527;
    }
    
    .solutions .strategy p{
        color: #979a9d;
        /*font-size: 14px;*/
        margin: 30px 0px;
    }
    
    .solutions .strategy .row .col-md-3 {
        padding-left: 5px;
    }
    
    .solutions .strategy .row h5{
        color: #000;
    }
    
    .solutions .strategy .row p{
        max-resolution: 0px;
        font-size: 14px;
        color: #979a9d;
        margin: 5px 0px;
    }
    
    .solutions .strategy .row:hover{
        
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
        
    border-radius: 10px;
    }
    
    .solutions .strategy .col-md-3 img {
        width: 100%;
        margin-top: 0px;
        height: 100%;
    }
    
    .client{
        background-image: url(../images/last-banner.png);
        background-size: 100%;
        min-height: 300px;
        background-repeat: no-repeat;
        margin: 0px 0px 0px;
        background-position: center;
    }
    
    .client .heading-sec{
        margin: 50px 0px 0px;
        padding: 10px 10px 0px;
    }
    
    .client .heading-sec h3 {
        text-align: center;
        margin: 50px 0px 0px;
        color: #fff;
    }
    
    .client .heading-sec h3 span{
        color: #ee8527;
    }
    
    
    .client-reviews {
        margin: 0px 0px;
        position: relative;
        left: 0px;
        top: -30px;
        z-index: 1;
    }
    
    .client-reviews .main1{
        background-image: url(../images/hangout1.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main1 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
        color: #a37e89;
    }
    
    .client-reviews .main1 h4 span{
        color: #c62151;
    }
    
    .client-reviews .main1 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #a37e89;
    }
    
    .client-reviews .main1 h5 {
        font-size: 20px;
        color: #c62151;
    }
    
    .client-reviews .main2{
        background-image: url(../images/hangout2.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main2 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
        color: #a98f79;
    }
    
    .client-reviews .main2 h4 span{
        color: #f0702c;
    }
    
    .client-reviews .main2 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #a98f79;
    }
    
    .client-reviews .main2 h5 {
        font-size: 20px;
        color: #f0702c;
    }
    
    .client-reviews .main3{
        background-image: url(../images/hangout3.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main3 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
    }
    
    .client-reviews .main3 h4 span{
        color: #156abf;
    }
    
    .client-reviews .main3 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #8699ab;
    }
    
    .client-reviews .main3 h5 {
        font-size: 20px;
        color: #156abf;
    }
    
    .row.header-section {
        justify-content: center;
        align-items: baseline;
    }
    
    
    /* //Modal Css  */
    .popup-logoOrigin .modal-dialog{
        max-width: 90%;
    }

    
    
    
    }
    
    @media (max-width:991px) {

        header.header .container, .container-md, .container-sm {
            min-width: 900px;
        }
    
    
    body { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; overflow-x: hidden; font-size: 16px; list-style: normal; }
    :focus { outline: none !important; }
    
    h1{
        color: #333333;
    }
    
    section{
        margin: 50px 0px;  
        padding: 0px 0px;
    }
    
    .header{
        background-image: url(../images/banner.png);
        min-height: 100%;
        /* height: 100vh; */
        background-position: inherit;
        background-repeat: no-repeat;
    }
    
    .header {
        padding: 50px 0px;
        margin: 0px 0px 20px;
    }
    
    .logo .col-md-2 {
        margin-left: -10px;
    }
    
    .header .container{
        padding: -16px;
    }
    
    .header img{
        width: 150px;
    }
    
    .header ul {
        list-style: none;
        display: inline-flex;
        padding: 10px;
    }
    
    .header ul li{
        padding: 0px 8px;
        font-size: 18px;
    }
    
    .header ul li:nth-last-child(){
        padding: 0px;
    }
    
    .header ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 11px;
    }
    
    .header .btn-1 {
        margin-top: 12px;
        text-align: center;
    }
    
    .header .btn-1 a {
        padding: 12px 0px;
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        border-radius: 5px;
        background-color: rgb(238, 133, 39);
        text-align: center;
        width: 130px;
    }
    
    .header .btn-1 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);transition: all 0.3s ease;}
    
    .header .brand-elegant{
        display: flex;
        align-items: center;
        margin-top: 50px;
    
    }
    
    .header .brand-elegant h1 {
        margin: 25px 0px 0px;
    }
    
    .header .brand-elegant h1 a{
        text-decoration: none;
        color: #fff;
    }
    
    .header .brand-elegant h1 a span{
        color: #ee8527;
    }
     
    .header .brand-elegant .btn-2{
        margin: 30px 0px;
    
    }
    
    .header .brand-elegant .btn-2 a{
        text-align: center;
        margin-top: 20px;
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .header .brand-elegant .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .expotential {
        padding: 20px;
        margin: 0px 0px 40px;
    }
    
    
    .expotential .expotential-contant h2{
        text-align: center;
        color: #333;
        font-size: 30px;
    }
    
    .expotential .expotential-contant h2 span {
        color: #ee8527;
    }
    
    .expotential .expotential-contant p{
        margin: 30px 0px;
        text-align: center;
        padding: 10px 30px;
        font-weight: 500;
        font-size: 14px;
    }
    
    .expotential .companies img{
        width: 100%;
    }
    
    
    .expotential .service-content {
        display: contents;
    }
    
    .expotential .services-1 img{
        width: 65%;
        padding: 0px;
        margin: 0px 40px;
    }
    
    .expotential .services-1{
        background: #f9efbc;
        padding: 4px 4px;
        border-radius: 10px;
        border: 2px solid #d2b720;
    }
    
    .expotential .services-1 p{
        padding: 0px;
        margin: 25px 0px 0px 25px;
        color: #d2b720;
    }
    
    .expotential .services-1:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-2{
        background: #f2d7c0;
        padding: 4px 4px;
        border-radius: 10px;
        border: 2px solid #ec8013;
    }
    
    .expotential .services-2 p{
        padding: 0px;
        margin: 25px 0px 0px 25px;
        color: #ec8013;
    }
    
    .expotential .services-2:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-3{
        background: #d4e9ff;
        padding: 4px 4px;
        border-radius: 10px;
        border: 2px solid #1c6ec5;
    }
    
    .expotential .services-3 p{
        padding: 0px;
        margin: 25px 0px 0px 25px;
        color: #1c6ec5;
    }
    
    .expotential .services-3:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-4{
        background: #e6c8f5;
        padding: 4px 4px;
        border-radius: 10px;
        border: 2px solid #8617cf;
    }
    
    .expotential .services-4 p{
        padding: 0px;
        margin: 25px 0px 0px 25px;
        color: #8617cf;
    }
    
    .expotential .services-4:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential-info{
        background-image: url(../images/companies-sec.png);
        background-size: 100%;
        background-position: bottom;
        /* width: 100%; */
        padding: 30px 0px 40px;
        margin: -50px 0px;
        background-repeat: no-repeat;
    }
    
    .expotential-info p {
        margin: 10px 0px;
        padding: 15px 25px;
        text-align: center;
        color: #979a9d;
        font-size: 14px;
    }
    
    .col-md-6.btn-sec {
        margin: 0px 0px 15px;
    }
    
    .expotential-info .btn-sec .btn-1{
        margin-top: 12px;
        float: right;
    }
    
    .expotential-info .btn-sec .btn-1 a{
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .expotential-info .btn-sec .btn-1 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color :#721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .expotential-info .btn-sec .btn-2{
        margin-top: 12px;
    }
    
    .expotential-info .btn-sec .btn-2 I{
        border-right: 2px solid #fff;
        padding: 0px 22px 0px 10px;
        margin: 0px 14px 0px -6px;
    }
    
    .expotential-info .btn-sec .btn-2 a{
        text-decoration: none;
        color: #fff;
        background: #1e2b3d;
        padding: 12px 30px 12px 30px;
        border: solid px black;
        border-radius: 5px;
        /*font-size: 14px;*/
          border: solid px black;
        /* font-family: 'Lato', sans-serif; */
        font-weight: 600;
        
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        outline: none;
    }
    
    .expotential-info .btn-sec .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .contact-sec{
        background-image: url(../images/contect-sec.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 31px 0;
        margin: 50px 0px 0px;
    }    
    
    .contact-sec .row{
        padding: 30px 0px;
    }
    
    .contact-sec .contact h4{
        color: #fff;
    
    }
    
    .contact-sec .contact h4 span{
        color: #ee8527;
    }
    
    .contact-sec .contact h4 strong {
        font-weight: 500;color: red;
    }
    
    .contact-sec .phone{
        position: relative;
    }
    
    .contact-sec .phone:before{
        content:" ";
        background-image: url(../images/phone.png);
        position: absolute;
        background-size: contain;
        width: 310px;
        height: 245px;
        background-repeat: no-repeat;
        bottom: -63px;
        left: -5px;
    }
    
    .contact-sec  .btn-1{
        margin-top: 12px;
        float: right;
    }
    
    .contact-sec  .btn-1 a{
        text-decoration: none;
        padding: 12px 20px;
        margin: 0px 0px 0px;
        border-radius: 5px;
        float: right;
        background: #ee8527;
        cursor: pointer;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .contact-sec  .btn-1 a:hover {
        color: black;
        font-weight: 600;
        border-radius: 5px;
        background-color: #721939;
        background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);
        transition: all 0.3s ease;
        }
    
    .contact-sec  .btn-2{
        margin: 27px 18px 0px;
        float: right;
    }
    
    .contact-sec  .btn-2 I{
        border-right: 2px solid #fff;
        padding: 0px 22px 0px 10px;
        margin: 0px 14px 0px -6px;
    }
    
    .contact-sec  .btn-2 a{
        text-decoration: none;
        color: #fff;
        background: #1e2b3d;
        padding: 12px 30px 12px 30px;
        border-radius: 5px;
        margin: 8px -23px 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    
    .contact-sec  .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1) ;
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .portfolio{
        background-image: url(../images/mid-banner.png);
        background-size: 100%;
        background-position: center;
        margin: 0px 0px 0px;
        padding: 30px 0px 0px;
        background-repeat: no-repeat;
    }
    
    .portfolio .portfolio-main{
        text-align: center;
    }
    
    .portfolio .portfolio-main h2{
        color: #fff;
        font-size: 28px;
    }
    
    .portfolio .portfolio-main h2 span{
        color: #ee8527;
    }
    
    .portfolio .portfolio-main p{
        color: #caced1;
        margin: 20px 0px;
        font-size: 14px;
    }
    
    .portfolio .portfolio-main ul{
        list-style: none;
        
        margin-bottom: 20px;
    }
    
    .portfolio .portfolio-main ul li {
        display: inline-block;
        margin: 25px 40px 30px;
    }
    
    
    
    .portfolio .portfolio-main ul li a {
        text-decoration: none;
        color: #caced1;
        /* margin: 10px 0px; */
    }
    
    .portfolio .portfolio-main ul li a:hover {
        border-bottom: 2px solid #ee8527;
        color: #ee8527;
        /* bottom: 61px; */
        /* margin: 51px 0px; */
    }
    
    .row.gallery {
        margin-top: 30px;
    }
    
    .gallery {
        margin: 0px 0px 30px;
    }
    
    .gallery img{
        margin: 15px 0px;
        padding: 0px;
        width: 100%;
    }
    
    .guarenties{
        background-image: url(../images/bottom-banner.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        padding: 0px 0px 10px;
        margin: 0px 0px 0px;
    }
    
    .guarenties p {
        font-size: 16px;
    }
    
    .guarenties h2 {
        color: #000;
        margin-bottom: 30px;
    }
    
    .guarenties h2 span {
        color: #ee8527;
    }
    
    .guarenties img{
        width: 10%;
    }
    
    .guarenties .guarenties-main ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    
    .guarenties .guarenties-main ul li {
        display: inline;
    }
    
    
    .problems{
        
    margin: 50px 0px 50px;
        
    padding: 0px 0px 30px;
    }
    
    .problems .problems-main{
        text-align: center;
    }
    
    .problems .problems-main h2{
        color: #000;
    }
    
    .problems .problems-main h2 span{
        color: #ee8527;
    }
    
    .problems .problems-main p{
        color: #000;
        margin: 20px 0px;
        text-align: center;
        justify-content: center;
        /*font-size: 14px;*/
    }
    
    .problems .problems-main ul{
        list-style: none;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .problems .problems-main ul li {
        display: inline-block;
        margin: 25px 40px 30px;
    }
    
    
    
    .problems .problems-main ul li a {
        text-decoration: none;
        color: #000;
        /* margin: 10px 0px; */
    }
    
    .problems .problems-main ul li a:hover {
        border-bottom: 2px solid #ee8527;
        color: #ee8527;
        /* bottom: 61px; */
        /* margin: 51px 0px; */
    }
    
    
    .satisfaction {
        margin: 50px 0px 50px;
    }
    
    .satisfaction img{
        width: 139px;
        height: 106px;
    }
    
    .satisfaction .main h6 {
        margin: 30px 0px 10px;
        color: #000;
    }
    
    .satisfaction .main p {
        margin: 0;
        color: #ee8527;
    }
    
    
    .satisfaction .main {
        
        margin-top: 10px;
        width: 300px;
        height: 200px;
        
    }
    
    .satisfaction .main:hover {
         -webkit-animation: rotate 2s linear infinite;
         border: dashed #3395e7;
         -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-top: 10px;
    }
    
    @-webkit-keyframes rotate {
        from{
            -webkit-transform: rotate(0deg);
        }
        to{
            -webkit-transform: rotate(0deg);
        }
    }
    
    /*.satisfaction .main:hover{
        border: dashed #3395e7 2px;
        
        
    }*/
    
    /*.satisfaction .main:hover{
        border: dashed 3px #3395e7;
    }*/
    
    
    .offer{
        background-image: url(../images/offer-baner.png);
        background-size: 100%;
        margin-bottom: 0px;
        padding: 50px 0px;
        background-repeat: no-repeat;
    }
    
    .offer .col-md-6 {
        display: flex;
        align-items: center;
    }
    
    .offer .main h2 {
        color: #fff;
        font-size: 2.4rem;
        margin: 50px 0px;
    }
    
    .offer .main h2 span {
        color: #ee8527;
    }
    
    .offer .main p {
        color: #fff;
        /*font-size: 14px;*/
    }
    
    .offer .main .btn-2 {
        margin: 50px 0px;
    }
    
    .offer .main a {
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 30px 12px 30px;
        border: solid px black;
        border-radius: 5px;
        /*font-size: 14px;*/
        border: solid px black;
        /* font-family: 'Lato', sans-serif; */
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        /*position: relative;*/
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        outline: none;
    }
    .offer .main a:hover {
        color: black;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ee8527;
        background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);
        /* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;
    }
    
    .solutions{
        background-image: url(../images/solution1.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0px 0px 50px;
        position: relative;
        top: px;
        padding: 0px 0px;
    }
    
    .solutions .strategy {
        margin: 50px 0px 0px;
    }
    
    .solutions .strategy .row{
        margin: 10px 0px 10px;
        padding: 6px 0px;
    }
    
    .solutions .col-md-5 {
        margin-top: 0px;
    }
    
    .solutions  .col-md-7 {
        margin-top: 0px;
    }
    
    .solutions .strategy h2 {
        color: #000;
        font-size: 2.5rem;
        margin: 30px 0px;
    }
    
    .solutions .strategy h2 span{
        color: #ee8527;
    }
    
    .solutions .strategy p{
        color: #979a9d;
        /*font-size: 14px;*/
        margin: 30px 0px;
    }
    
    .solutions .strategy .row .col-md-3 {
        padding-left: 5px;
    }
    
    .solutions .strategy .row h5{
        color: #000;
    }
    
    .solutions .strategy .row p{
        max-resolution: 0px;
        font-size: 14px;
        color: #979a9d;
        margin: 5px 0px;
    }
    
    .solutions .strategy .row:hover{
        
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
        
    border-radius: 10px;
    }
    
    .solutions .strategy .col-md-3 img {
        width: 100%;
        margin-top: 0px;
        height: 100%;
    }
    
    .client{
        background-image: url(../images/last-banner.png);
        background-size: 100%;
        min-height: 300px;
        background-repeat: no-repeat;
        margin: 0px 0px 0px;
        background-position: center;
    }
    
    .client .heading-sec{
        margin: 50px 0px 0px;
        padding: 10px 10px 0px;
    }
    
    .client .heading-sec h3 {
        text-align: center;
        margin: 50px 0px 0px;
        color: #fff;
    }
    
    .client .heading-sec h3 span{
        color: #ee8527;
    }
    
    
    .client-reviews {
        margin: 0px 0px;
        position: relative;
        left: 0px;
        top: -30px;
        z-index: 1;
    }
    
    .client-reviews .main1{
        background-image: url(../images/hangout1.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main1 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
        color: #a37e89;
    }
    
    .client-reviews .main1 h4 span{
        color: #c62151;
    }
    
    .client-reviews .main1 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #a37e89;
    }
    
    .client-reviews .main1 h5 {
        font-size: 20px;
        color: #c62151;
    }
    
    .client-reviews .main2{
        background-image: url(../images/hangout2.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main2 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
        color: #a98f79;
    }
    
    .client-reviews .main2 h4 span{
        color: #f0702c;
    }
    
    .client-reviews .main2 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #a98f79;
    }
    
    .client-reviews .main2 h5 {
        font-size: 20px;
        color: #f0702c;
    }
    
    .client-reviews .main3{
        background-image: url(../images/hangout3.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-top: -35px;
    }
    
    .client-reviews .main3 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
    }
    
    .client-reviews .main3 h4 span{
        color: #156abf;
    }
    
    .client-reviews .main3 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #8699ab;
    }
    
    .client-reviews .main3 h5 {
        font-size: 20px;
        color: #156abf;
    }
    
    .row.header-section {
        justify-content: center;
        align-items: baseline;
    }
    
    
    
    
    /* //Modal css  */
    .popup-logoOrigin .modal-image img{
        display: none;
    }
    .popup-logoOrigin .modal-dialog{
        max-width: 80%;
    }

    section.expotential .services-box {
        height: 190px;
        padding: 0;
    }

    section.expotential .services-box p {
        font-size: 13px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
    }

    .package-box-main .pkg-heading h2 {
        font-size: 28px;
    }
    
    .package-box-main .package-para p {
        font-size: 14px;
    }
    
    .package-box-main p.current-price {
        font-size: 38px;
    }
    
    .package-box-main .pkg-features ul li {
        font-size: 14px;
    }
    
    
    }
    
    
    @media (max-width:767px) {
    
        body { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; overflow-x: hidden; font-size: 16px; list-style: normal; }
        :focus { outline: none !important; }
        
        h1{
            color: #333333;
        }
        
        section{
            margin: 0px 0px;
            padding: 0px 0px;
        }
        
        .header{
            background-image: url(../images/banner.png);
            min-height: 71%;
            /* height: 100vh; */
            background-position: inherit;
            background-repeat: no-repeat;
        }
        
        .header {
            padding: 50px 0px 0;
            margin: 0px 0px 0px;
        }
        
        .logo .col-md-2 {
            margin-left: -10px;
        }
        .col-md-2.logo {
            text-align: center;
        }
        
        .header .container{
            padding: 0px;
            
        }
        
        .header img{
            width: 200px;
        }
        
        .header ul {
            list-style: none;
            display: grid;
            padding: 0;
            text-align: center;
        }
        
        .header ul li{
            padding: 0px 8px 0px 0px;
            font-size: 14px;
            margin: 8px 0;
        }
        
        .header ul li:nth-last-child(){
            padding: 0px;
        }
        
        .header ul li a {
            text-decoration: none;
            color: #fff;
        }
        
        .header .btn-1 {
            margin-top: 12px;
        }
        
        .header .btn-1 a {
            padding: 12px 0;
            text-decoration: none;
            color: #fff;
            background: #ee8527;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
            border-radius: 5px;
            background-color: rgb(238, 133, 39);
            text-align: center;
            width: 30%;
        }
        
        .header .btn-1 a:hover {
            color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
            315deg
            , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
            box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
            box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
            transition: all 0.3s ease;}
        
        .header .brand-elegant{
            display: flex;
            align-items: center;
            margin-top: 50px;
        
        }
        
        .header .brand-elegant h1 {
            margin: 0px;
            font-size: 32px;
            padding: 10px;
            text-align: center;
        }
        
        .header .brand-elegant h1 a{
            text-decoration: none;
            color: #fff;
            font-size: 28px;
        }
        
        .header .brand-elegant h1 a span{
            color: #ee8527;
        }
         
        .header .brand-elegant .btn-2{
            margin: 23px 0px;
            text-align: center;
        }
        
        .header .brand-elegant .btn-2 a{
            text-align: center;
            margin-top: 20px;
            text-decoration: none;
            color: #fff;
            background: #ee8527;
            padding: 12px 20px;
            border-radius: 5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        }
        
        .header .brand-elegant .btn-2 a:hover {
            color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
            315deg
            , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
            box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
            box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
            transition: all 0.3s ease;}
        
        .expotential {
            padding: 20px;
            margin: 0px 0px 40px;
        }
        
        
        .expotential .expotential-contant h2{
            text-align: center;
            color: #333;
            font-size: 22px;
        }
        
        .expotential .expotential-contant h2 span {
            color: #ee8527;
        }
        
        .expotential .expotential-contant p{
            margin: 30px 0px;
            /*font-size: 14px;*/
            text-align: center;
            padding: 10px 30px;
            font-weight: 500;
            font-size: 12px;
        }
        
        .expotential .companies img{
            width: 100%;
        }
        
        
        .expotential .service-content {
            display: contents;
        }
        
        .expotential .services-1 img{
            width: fit-content;
            padding: 0px;
            margin: 0px 0px;
            /* text-align: center; */
            img-fluid: initial;
        }
        
        .expotential .services-1{
            background: #f9efbc;
            padding: 10px;
            padding-top: 20px;
            border-radius: 10px;
            border: 2px solid #d2b720;
            text-align: center;
            margin: 20px 40px;
        }
        
        .expotential .services-1 p{
            padding: 0px;
            margin: 15px 0px 0px 0px;
            color: #d2b720;
        }
        
        .expotential .services-1:hover{
            margin-left: 10px 0px;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }
        
        .expotential .services-2{
            background: #f2d7c0;
            padding: 10px;
            padding-top: 20px;
            border-radius: 10px;
            border: 2px solid #ec8013;
            text-align: center;
            margin: 20px 40px;
        }
        
        .expotential .services-2 p{
            padding: 0px;
            margin: 10px 0px 0px 0;
            color: #ec8013;
        }
        
        .expotential .services-2:hover{
            margin-left: 10px 0px;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }
        
        .expotential .services-3{
            background: #d4e9ff;
            padding: 10px;
            padding-top: 20px;
            border-radius: 10px;
            border: 2px solid #1c6ec5;
            text-align: center;
            margin: 20px 40px;
        }
        
        .expotential .services-3 p{
            padding: 0px;
            margin: 10px 0px 0px 0;
            color: #1c6ec5;
        }
        
        .expotential .services-3:hover{
            margin-left: 10px 0px;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }
        
        .expotential .services-4{
            background: #e6c8f5;
            padding: 10px;
            padding-top: 20px;
            border-radius: 10px;
            border: 2px solid #8617cf;
            text-align: center;
            margin: 20px 40px;
        }
        
        .expotential .services-4 p{
            padding: 0px;
            margin: 10px 0px 0px 0;
            color: #8617cf;
        }
        
        .expotential .services-4:hover{
            margin-left: 10px 0px;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }
        
        .expotential-info{
            background-image: url(../images/companies-sec.png);
            background-size: 100%;
            background-position: bottom;
            /* width: 100%; */
            padding: 30px 0px 0px;
            margin: -50px 0px;
            background-repeat: no-repeat;
            background: none;
        }
        
        .expotential-info p {
            margin: 10px 0px;
            padding: 15px 25px;
            text-align: center;
            /*font-size: 14px;*/
            color: #979a9d;
            font-size: 12px;
        }
        
        .col-md-6.btn-sec {margin: 10px;text-align: center;}
        
        .expotential-info .btn-sec .btn-1{margin: 10px;text-align: center;float: inherit;}
        
        .expotential-info .btn-sec .btn-1 a{
            text-decoration: none;
            color: #fff;
            background: #ee8527;
            padding: 12px 20px;
            border-radius: 5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        }
        
        .expotential-info .btn-sec .btn-1 a:hover {
            color: black;font-weight: 600;border-radius: 5px;background-color :#721939;background-image: linear-gradient(
            315deg
            , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
            box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
            box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
            transition: all 0.3s ease;}
        
        .expotential-info .btn-sec .btn-2{
            margin: 10px;
            text-align: center;
        }
        
        .expotential-info .btn-sec .btn-2 I{
            border-right: 2px solid #fff;
            padding: 0px 22px 0px 10px;
            margin: 0px 12px 0px -15px;
        }
        
        .expotential-info .btn-sec .btn-2 a{
            text-decoration: none;
            color: #fff;
            background: #1e2b3d;
            padding: 12px 30px 12px 30px;
            border: solid px black;
            border-radius: 5px;
            /*font-size: 14px;*/
              border: solid px black;
            /* font-family: 'Lato', sans-serif; */
            font-weight: 600;
            
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
            outline: none;
        }
        
        .expotential-info .btn-sec .btn-2 a:hover {
            color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
            315deg
            , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
            box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
            box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
            transition: all 0.3s ease;}
        
        .contact-sec{
            background-image: url(../images/contect-sec.jpg);
            background-position: center;
            background-size: auto;
            background-repeat: no-repeat;
            padding: 30px 0;
            margin: 50px 0px 0px;
        }    
        
        .contact-sec .row{
            padding: 0px 0px;
        }
        
        .contact-sec .contact h4{
            color: #fff;
            font-size: 22px;
        }
        
        .contact-sec .contact h4 span{
            color: #ee8527;
        }
        
        .contact-sec .contact h4 strong {
            font-weight: 500;color: red;
        }
        
        .contact-sec .phone{
            position: relative;
            padding: 0px 34px;
        }
        
        .contact-sec .phone:before{
            content:" ";
            background-image: url(../images/phone.png);
            position: absolute;
            background-size: contain;
            width: 310px;
            height: 245px;
            background-repeat: no-repeat;
            bottom: -63px;
            left: -5px;
            display: none;
        }
        
        .contact-sec  .btn-1{
            margin-top: 12px;
            float: right;
        }
        
        .contact-sec  .btn-1 a{
            text-decoration: none;
            padding: 12px 20px;
            margin: 0px 0px 0px;
            border-radius: 5px;
            float: right;
            background: #ee8527;
            cursor: pointer;
            position: relative;
            display: inline-block;
            box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        }
        
        .contact-sec  .btn-1 a:hover {
            color: black;
            font-weight: 600;
            border-radius: 5px;
            background-color: #721939;
            background-image: linear-gradient(
            315deg
            , #721939 0%, #ee8527 74%);
            transition: all 0.3s ease;
            }
        
        .contact-sec  .btn-2{
            margin: 27px 18px 0px;
            float: right;
        }
        
        .contact-sec  .btn-2 I{
            border-right: 2px solid #fff;
            padding: 0px 22px 0px 10px;
            margin: 0px 14px 0px -6px;
        }
        
        .contact-sec  .btn-2 a{
            text-decoration: none;
            color: #fff;
            background: #1e2b3d;
            padding: 12px 30px 12px 30px;
            margin-top: -15px;
            border-radius: 5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-block;
            box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        }
        
        
        .contact-sec  .btn-2 a:hover {
            color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
            315deg
            , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
            box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
            box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
            transition: all 0.3s ease;}
        
        .portfolio{
            background-image: url(../images/mid-banner.png);
            background-size: cover;
            background-position: top;
            margin: 0px 0px 0px;
            padding: 50px 0px 0px;
            background-repeat: no-repeat;
            /* min-height: 100%; */
        }
        
        .portfolio .portfolio-main{
            text-align: center;
        }
        
        .portfolio .portfolio-main h2{
            color: #fff;
            font-size: 28px;
        }
        
        .portfolio .portfolio-main h2 span{
            color: #ee8527;
        }
        
        .portfolio .portfolio-main p{
            color: #caced1;
            margin: 20px 0px;
            font-size: 12px;
            padding: 0 10px;
        }
        
        .portfolio .portfolio-main ul{
            list-style: none;
            
            margin-bottom: 20px;
        }
        
        .portfolio .portfolio-main ul li {
            display: inline-block;
            margin: 25px 40px 30px;
        }
        
        
        
        .portfolio .portfolio-main ul li a {
            text-decoration: none;
            color: #caced1;
            /* margin: 10px 0px; */
        }
        
        .portfolio .portfolio-main ul li a:hover {
            border-bottom: 2px solid #ee8527;
            color: #ee8527;
            /* bottom: 61px; */
            /* margin: 51px 0px; */
        }
        
        .row.gallery {
            margin-top: 30px;
        }
        
        .gallery {
            margin: 0px 0px 30px;
        }
        
        .gallery img{
            margin: 15px 0px;
            padding: 0px;
            width: 100%;
        }
        
        .guarenties{
            background-image: url(../images/bottom-banner.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            text-align: center;
            padding: 0px 0px 0px;
            margin: 0px 0px 0px;
            background: none;
        }
        
        .guarenties p {
            font-size: 12px;
        }
        
        .guarenties h2 {
            color: #000;
            margin-bottom: 30px;
            font-size: 28px;
        }
        
        .guarenties h2 span {
            color: #ee8527;
        }
        
        .guarenties img{
            width: 10%;
        }
        
        .guarenties .guarenties-main ul{
            list-style: none;
            padding: 0px;
            margin: 0px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            text-align: center;
        }
        
        .guarenties .guarenties-main ul li {
            display: inline;
        }
        
        
        .problems{
            
    margin: 50px 0px 50px;
            
    padding: 0;
            
    background: none;
        }
        
        .problems .problems-main{
            text-align: center;
        }
        
        .problems .problems-main h2{
            color: #000;
            font-size: 28px;
        }
        
        .problems .problems-main h2 span{
            color: #ee8527;
        }
        
        .problems .problems-main p{
            color: #000;
            margin: 20px 0px;
            text-align: center;
            justify-content: center;
            font-size: 12px;
        }
        
        .problems .problems-main ul{
            list-style: none;
            margin-top: 30px;
            margin-bottom: 20px;
        }
        
        .problems .problems-main ul li {
            display: inline-block;
            margin: 25px 40px 30px;
        }
        
        
        
        .problems .problems-main ul li a {
            text-decoration: none;
            color: #000;
            /* margin: 10px 0px; */
        }
        
        .problems .problems-main ul li a:hover {
            border-bottom: 2px solid #ee8527;
            color: #ee8527;
            /* bottom: 61px; */
            /* margin: 51px 0px; */
        }
        
        
        .satisfaction {
            margin: 50px 0px 50px;
        }
        
        .satisfaction img{
            width: 139px;
            height: 106px;
        }
        
        .satisfaction .main h6 {
            margin: 30px 0px 10px;
            color: #000;
            /* text-align: end; */
        }
        
        .satisfaction .main p {
            /* margin: 0px 19px 0px 0px; */
            color: #ee8527;
        }
        
        
        .satisfaction .main {
            
    margin-top: 10px;
            
    width: 100%;
            
    height: 200px;
            
    text-align: center;
            
    padding: 10px;
            
    margin-top: 10px;
        }
        
        .satisfaction .main:hover {
             -webkit-animation: rotate 2s linear infinite;
             border: dashed #3395e7;
             -webkit-transform: scale(1.1);
             transform: scale(1.1);
             -webkit-transition: .3s ease-in-out;
             transition: .3s ease-in-out;
             margin-top: 10px;
             text-align: inherit;
             padding: 10px;
        }
        
        @-webkit-keyframes rotate {
            from{
                -webkit-transform: rotate(0deg);
            }
            to{
                -webkit-transform: rotate(0deg);
            }
        }
        
        /*.satisfaction .main:hover{
            border: dashed #3395e7 2px;
            
            
        }*/
        
        /*.satisfaction .main:hover{
            border: dashed 3px #3395e7;
        }*/
        
        
        .offer{
            background-image: url(../images/offer-baner.png);
            background-size: 100%;
            margin-bottom: 0px;
            padding: 0px 0px;
            background-repeat: no-repeat;
            background: none;
            margin: 0;
        }
        
        .offer .col-md-6 {
            display: flex;
            align-items: center;
        }
        
        .offer .main h2 {
            color: #000;
            font-size: 28px;
            margin: 50px 0px;
        }
        
        .offer .main h2 span {
            color: #ee8527;
        }
        
        .offer .main p {
            color: #000;
            font-size: 12px;
        }
        
        .offer .main .btn-2 {
            margin: 50px 0px;
        }
        
        .offer .main a {
            text-decoration: none;
            color: #fff;
            background: #ee8527;
            padding: 12px 30px 12px 30px;
            border: solid px black;
            border-radius: 5px;
            border: solid px black;
            /* font-family: 'Lato', sans-serif; */
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            /*position: relative;*/
            display: inline-block;
            box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
            outline: none;
            font-size: 12px;
        }
        .offer .main a:hover {
            color: black;
            font-weight: 600;
            border-radius: 5px;
            background-color: #ee8527;
            background-image: linear-gradient(
            315deg
            , #ee8527 0%, #721939 74%);
            /* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
            box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
            box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
            transition: all 0.3s ease;
        }
        
        .solutions{
            background-image: url(../images/solution1.png);
            background-size: contain;
            background-repeat: no-repeat;
            margin: 0px 0px 50px;
            position: relative;
            top: px;
            padding: 0px 0px;
        }
        
        .solutions .strategy {
            margin: 50px 0px 0px;
            text-align: center;
        }
        
        .solutions .strategy .row{
            margin: 10px 0px 10px;
            padding: 6px 0px;
        }
        
        .solutions .col-md-5 {
            margin-top: 0px;
        }
        
        .solutions  .col-md-7 {
            margin-top: 0px;
        }
        
        .solutions .strategy h2 {
            color: #000;
            font-size: 28px;
            margin: 30px 0px;
        }
        
        .solutions .strategy h2 span{
            color: #ee8527;
        }
        
        .solutions .strategy p{
            color: #000;
            margin: 30px 0px;
            font-size: 12px;
        }
        
        .solutions .strategy .row .col-md-3 {
        padding: 30px;
        }
        
        .solutions .strategy .row h5{
            color: #000;
            margin: 10px;
        }
        
        .solutions .strategy .row p{
            max-resolution: 0px;
            font-size: 12px;
            color: #979a9d;
            margin: 5px 0px;
        }
        
        .solutions .strategy .row:hover{
            
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
            
border-radius: 10px;
            
transform: translateX(0px);
            
transition: all 1s ease;
        }
        
        .solutions .strategy .col-md-3 img {
            width: 100%;
            margin-top: 0px;
            height: 100%;
        }
        
        .client{
            background-image: url(../images/last-banner.png);
            background-size: 100%;
            min-height: 220px;
            background-repeat: no-repeat;
            margin: 0px 0px 0px;
            background-position: center;
            background: none;
        }
        
        .client .heading-sec{
            margin: 0px 0px 0px;
            padding: 10px 10px 0px;
        }
        
        .client .heading-sec h3 {
            text-align: center;
            margin: 0px 0px 0px;
            color: #000;
        }
        
        .client .heading-sec h3 span{
            color: #ee8527;
        }
        
        
        .client-reviews {
            margin: 0px 0px;
            position: relative;
            left: 0px;
            top: -30px;
            z-index: 1;
        }
        
        .client-reviews .main1{
            background-image: url(../images/hangout1.png);
            background-size: 100%;
            background-position: center;
            text-align: center;
            border-radius: 20px;
            padding: 12px;
            margin-bottom: 60px;
        }
        
        .client-reviews .main1 h4 {
            font-size: 22px;
            margin: 37px 0px 10px;
            color: #a37e89;
        }
        
        .client-reviews .main1 h4 span{
            color: #c62151;
        }
        
        .client-reviews .main1 p {
            font-size: 13px;
            margin: 0px 0px 18px;
            color: #a37e89;
        }
        
        .client-reviews .main1 h5 {
            font-size: 20px;
            color: #c62151;
        }
        
        .client-reviews .main2{
            background-image: url(../images/hangout2.png);
            background-size: 100%;
            background-position: center;
            text-align: center;
            border-radius: 20px;
            padding: 12px;
            margin-bottom: 60px;
        }
        
        .client-reviews .main2 h4 {
            font-size: 22px;
            margin: 37px 0px 10px;
            color: #a98f79;
        }
        
        .client-reviews .main2 h4 span{
            color: #f0702c;
        }
        
        .client-reviews .main2 p {
            font-size: 13px;
            margin: 0px 0px 18px;
            color: #a98f79;
        }
        
        .client-reviews .main2 h5 {
            font-size: 20px;
            color: #f0702c;
        }
        
        .client-reviews .main3{
            background-image: url(../images/hangout3.png);
            background-size: 100%;
            background-position: center;
            text-align: center;
            border-radius: 20px;
            padding: 12px;
        }
        
        .client-reviews .main3 h4 {
            font-size: 22px;
            margin: 37px 0px 10px;
        }
        
        .client-reviews .main3 h4 span{
            color: #156abf;
        }
        
        .client-reviews .main3 p {
            font-size: 13px;
            margin: 0px 0px 18px;
            color: #8699ab;
        }
        
        .client-reviews .main3 h5 {
            font-size: 20px;
            color: #156abf;
        }
        
        .row.header-section {
            justify-content: center;
            align-items: baseline;
        }
        
        
        /* //Modal css  */
        .popup-logoOrigin .modal-image img{
            display: none;
        }
        .popup-logoOrigin .modal-dialog{
            max-width: 85%;
        }
        .popup-logoOrigin form.form-logo-origin .input-main.textarea-div-main{
            max-width: 93%;
            margin: 0 auto;
        }
    
        header.header .banner-text {
            margin-top: 0px;
        }
    
        .nav-tabs .nav-link {
            font-size: 14px;
        }
        
        .mainrow-pkgs .package-box-main .pkg-heading h2{
            font-size: 28px;
        }
        .package-box-main .package-para p {
            font-size: 12px;
        }
        
        .package-box-main p.current-price {
            font-size: 28px;
        }
        
        .package-box-main p.old-price {
            font-size: 18px;
        }
        
        .package-box-main .pkg-features ul li {
            font-size: 12px;
        }
        
        .package-box-main .pkg-addon p {
            font-size: 14px;
        }
        
        .package-box-main .pkg-btns ul li a {
            font-size: 14px;
        }
    
        .main {
            text-align: center;
        }
    
        footer.footer {
            text-align: center;
        }
        
        footer.footer .footer-contant ul li {
            padding: 5px 0  5px 0;
        }
        
        footer.footer .footer-contant {
            padding: 20px 0;
        }
        
        footer.footer .footer-contant ul {
            padding: 0;
        }
    
        footer.footer .loacation {
            padding: 0;
            border: none;
        }
    
        footer.footer .loacation p {
            font-size: 12px;
        }
    
        footer.footer .footer-contant ul li a {
            font-size: 12px;
        }
        
        .footer .copyrights {
            border: none;
        }
    
        .copyrights p {
            font-size: 14px;
        }
        
        .footer .policies ul a {
            font-size: 14px;
        }
        
        .footer .policies {
            margin: 0;
        }
    
        .package-box-main:hover {
            transform: translateY(-15px);
            transition: all 1s ease;
            cursor: pointer;
        }
    
        .package-box-main .pkg-features {
            padding: 20px;
        }
 
    
    
    }
    
    
    @media (max-width:479px) {
    
        
    body { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; overflow-x: hidden; font-size: 16px; list-style: normal; }
    :focus { outline: none !important; }
    
    h1{
        color: #333333;
    }
    
    section{
        margin: 0px 0px;
        padding: 0px 0px;
    }
    
    .header{
        background-image: url(../images/banner.png);
        min-height: 71%;
        /* height: 100vh; */
        background-position: inherit;
        background-repeat: no-repeat;
    }
    
    .header {
        padding: 50px 0px 0;
        margin: 0px 0px 0px;
    }
    
    .logo .col-md-2 {
        margin-left: -10px;
    }
    .col-md-2.logo {
        text-align: center;
    }
    
    .header .container{
        padding: 0px;
        
    }
    
    .header img{
        width: 200px;
    }
    
    .header ul {
        list-style: none;
        display: grid;
        padding: 0;
        text-align: center;
    }
    
    .header ul li{
        padding: 0px 8px 0px 0px;
        font-size: 14px;
        margin: 8px 0;
    }
    
    .header ul li:nth-last-child(){
        padding: 0px;
    }
    
    .header ul li a {
        text-decoration: none;
        color: #fff;
    }
    
    .header .btn-1 {
        margin-top: 12px;
    }
    
    .header .btn-1 a {
        padding: 12px 0;
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        border-radius: 5px;
        background-color: rgb(238, 133, 39);
        text-align: center;
        width: 30%;
    }
    
    .header .btn-1 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .header .brand-elegant{
        display: flex;
        align-items: center;
        margin-top: 50px;
    
    }
    
    .header .brand-elegant h1 {
        margin: 0px;
        font-size: 32px;
        padding: 10px;
        text-align: center;
    }
    
    .header .brand-elegant h1 a{
        text-decoration: none;
        color: #fff;
        font-size: 28px;
    }
    
    .header .brand-elegant h1 a span{
        color: #ee8527;
    }
     
    .header .brand-elegant .btn-2{
        margin: 23px 0px;
        text-align: center;
    }
    
    .header .brand-elegant .btn-2 a{
        text-align: center;
        margin-top: 20px;
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .header .brand-elegant .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .expotential {
        padding: 20px;
        margin: 0px 0px 40px;
    }
    
    
    .expotential .expotential-contant h2{
        text-align: center;
        color: #333;
        font-size: 22px;
    }
    
    .expotential .expotential-contant h2 span {
        color: #ee8527;
    }
    
    .expotential .expotential-contant p{
        margin: 30px 0px;
        /*font-size: 14px;*/
        text-align: center;
        padding: 10px 30px;
        font-weight: 500;
        font-size: 12px;
    }
    
    .expotential .companies img{
        width: 100%;
    }
    
    
    .expotential .service-content {
        display: contents;
    }
    
    .expotential .services-1 img{
        width: fit-content;
        padding: 0px;
        margin: 0px 0px;
        /* text-align: center; */
        img-fluid: initial;
    }
    
    .expotential .services-1{
        background: #f9efbc;
        padding: 10px;
        padding-top: 20px;
        border-radius: 10px;
        border: 2px solid #d2b720;
        text-align: center;
        margin: 20px 40px;
    }
    
    .expotential .services-1 p{
        padding: 0px;
        margin: 15px 0px 0px 0px;
        color: #d2b720;
    }
    
    .expotential .services-1:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-2{
        background: #f2d7c0;
        padding: 10px;
        padding-top: 20px;
        border-radius: 10px;
        border: 2px solid #ec8013;
        text-align: center;
        margin: 20px 40px;
    }
    
    .expotential .services-2 p{
        padding: 0px;
        margin: 10px 0px 0px 0;
        color: #ec8013;
    }
    
    .expotential .services-2:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-3{
        background: #d4e9ff;
        padding: 10px;
        padding-top: 20px;
        border-radius: 10px;
        border: 2px solid #1c6ec5;
        text-align: center;
        margin: 20px 40px;
    }
    
    .expotential .services-3 p{
        padding: 0px;
        margin: 10px 0px 0px 0;
        color: #1c6ec5;
    }
    
    .expotential .services-3:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential .services-4{
        background: #e6c8f5;
        padding: 10px;
        padding-top: 20px;
        border-radius: 10px;
        border: 2px solid #8617cf;
        text-align: center;
        margin: 20px 40px;
    }
    
    .expotential .services-4 p{
        padding: 0px;
        margin: 10px 0px 0px 0;
        color: #8617cf;
    }
    
    .expotential .services-4:hover{
        margin-left: 10px 0px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    
    .expotential-info{
        background-image: url(../images/companies-sec.png);
        background-size: 100%;
        background-position: bottom;
        /* width: 100%; */
        padding: 30px 0px 0px;
        margin: -50px 0px;
        background-repeat: no-repeat;
        background: none;
    }
    
    .expotential-info p {
        margin: 10px 0px;
        padding: 15px 25px;
        text-align: center;
        /*font-size: 14px;*/
        color: #979a9d;
        font-size: 12px;
    }
    
    .col-md-6.btn-sec {margin: 10px;text-align: center;}
    
    .expotential-info .btn-sec .btn-1{margin: 10px;text-align: center;float: inherit;}
    
    .expotential-info .btn-sec .btn-1 a{
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 20px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .expotential-info .btn-sec .btn-1 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color :#721939;background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .expotential-info .btn-sec .btn-2{
        margin: 10px;
        text-align: center;
    }
    
    .expotential-info .btn-sec .btn-2 I{
        border-right: 2px solid #fff;
        padding: 0px 22px 0px 10px;
        margin: 0px 12px 0px -15px;
    }
    
    .expotential-info .btn-sec .btn-2 a{
        text-decoration: none;
        color: #fff;
        background: #1e2b3d;
        padding: 12px 30px 12px 30px;
        border: solid px black;
        border-radius: 5px;
        /*font-size: 14px;*/
          border: solid px black;
        /* font-family: 'Lato', sans-serif; */
        font-weight: 600;
        
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        outline: none;
    }
    
    .expotential-info .btn-sec .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .contact-sec{
        background-image: url(../images/contect-sec.jpg);
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat;
        padding: 30px 0;
        margin: 50px 0px 0px;
    }    
    
    .contact-sec .row{
        padding: 0px 0px;
    }
    
    .contact-sec .contact h4{
        color: #fff;
        font-size: 22px;
    }
    
    .contact-sec .contact h4 span{
        color: #ee8527;
    }
    
    .contact-sec .contact h4 strong {
        font-weight: 500;color: red;
    }
    
    .contact-sec .phone{
        position: relative;
        padding: 0px 34px;
    }
    
    .contact-sec .phone:before{
        content:" ";
        background-image: url(../images/phone.png);
        position: absolute;
        background-size: contain;
        width: 310px;
        height: 245px;
        background-repeat: no-repeat;
        bottom: -63px;
        left: -5px;
        display: none;
    }
    
    .contact-sec  .btn-1{
        margin-top: 12px;
        float: right;
    }
    
    .contact-sec  .btn-1 a{
        text-decoration: none;
        padding: 12px 20px;
        margin: 0px 0px 0px;
        border-radius: 5px;
        float: right;
        background: #ee8527;
        cursor: pointer;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .contact-sec  .btn-1 a:hover {
        color: black;
        font-weight: 600;
        border-radius: 5px;
        background-color: #721939;
        background-image: linear-gradient(
        315deg
        , #721939 0%, #ee8527 74%);
        transition: all 0.3s ease;
        }
    
    .contact-sec  .btn-2{
        margin: 27px 18px 0px;
        float: right;
    }
    
    .contact-sec  .btn-2 I{
        border-right: 2px solid #fff;
        padding: 0px 22px 0px 10px;
        margin: 0px 14px 0px -6px;
    }
    
    .contact-sec  .btn-2 a{
        text-decoration: none;
        color: #fff;
        background: #1e2b3d;
        padding: 12px 30px 12px 30px;
        margin-top: -15px;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    }
    
    
    .contact-sec  .btn-2 a:hover {
        color: black;font-weight: 600;border-radius: 5px;background-color: #ee8527;background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);/* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;}
    
    .portfolio{
        background-image: url(../images/mid-banner.png);
        background-size: cover;
        background-position: top;
        margin: 0px 0px 0px;
        padding: 50px 0px 0px;
        background-repeat: no-repeat;
        /* min-height: 100%; */
    }
    
    .portfolio .portfolio-main{
        text-align: center;
    }
    
    .portfolio .portfolio-main h2{
        color: #fff;
        font-size: 28px;
    }
    
    .portfolio .portfolio-main h2 span{
        color: #ee8527;
    }
    
    .portfolio .portfolio-main p{
        color: #caced1;
        margin: 20px 0px;
        font-size: 12px;
        padding: 0 10px;
    }
    
    .portfolio .portfolio-main ul{
        list-style: none;
        
        margin-bottom: 20px;
    }
    
    .portfolio .portfolio-main ul li {
        display: inline-block;
        margin: 25px 40px 30px;
    }
    
    
    
    .portfolio .portfolio-main ul li a {
        text-decoration: none;
        color: #caced1;
        /* margin: 10px 0px; */
    }
    
    .portfolio .portfolio-main ul li a:hover {
        border-bottom: 2px solid #ee8527;
        color: #ee8527;
        /* bottom: 61px; */
        /* margin: 51px 0px; */
    }
    
    .row.gallery {
        margin-top: 30px;
    }
    
    .gallery {
        margin: 0px 0px 30px;
    }
    
    .gallery img{
        margin: 15px 0px;
        padding: 0px;
        width: 100%;
    }
    
    .guarenties{
        background-image: url(../images/bottom-banner.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        padding: 0px 0px 0px;
        margin: 0px 0px 0px;
        background: none;
    }
    
    .guarenties p {
        font-size: 12px;
    }
    
    .guarenties h2 {
        color: #000;
        margin-bottom: 30px;
        font-size: 28px;
    }
    
    .guarenties h2 span {
        color: #ee8527;
    }
    
    .guarenties img{
        width: 10%;
    }
    
    .guarenties .guarenties-main ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    
    .guarenties .guarenties-main ul li {
        display: inline;
    }
    
    
    .problems{
        
margin: 50px 0px 50px;
        
padding: 0;
        
background: none;
    }
    
    .problems .problems-main{
        text-align: center;
    }
    
    .problems .problems-main h2{
        color: #000;
        font-size: 28px;
    }
    
    .problems .problems-main h2 span{
        color: #ee8527;
    }
    
    .problems .problems-main p{
        color: #000;
        margin: 20px 0px;
        text-align: center;
        justify-content: center;
        font-size: 12px;
    }
    
    .problems .problems-main ul{
        list-style: none;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .problems .problems-main ul li {
        display: inline-block;
        margin: 25px 40px 30px;
    }
    
    
    
    .problems .problems-main ul li a {
        text-decoration: none;
        color: #000;
        /* margin: 10px 0px; */
    }
    
    .problems .problems-main ul li a:hover {
        border-bottom: 2px solid #ee8527;
        color: #ee8527;
        /* bottom: 61px; */
        /* margin: 51px 0px; */
    }
    
    
    .satisfaction {
        margin: 50px 0px 50px;
    }
    
    .satisfaction img{
        width: 139px;
        height: 106px;
    }
    
    .satisfaction .main h6 {
        margin: 30px 0px 10px;
        color: #000;
        /* text-align: end; */
    }
    
    .satisfaction .main p {
        /* margin: 0px 19px 0px 0px; */
        color: #ee8527;
    }
    
    
    .satisfaction .main {
        
margin-top: 10px;
        
width: 100%;
        
height: 200px;
        
text-align: center;
        
padding: 10px;
        
margin-top: 10px;
    }
    
    .satisfaction .main:hover {
         -webkit-animation: rotate 2s linear infinite;
         border: dashed #3395e7;
         -webkit-transform: scale(1.1);
         transform: scale(1.1);
         -webkit-transition: .3s ease-in-out;
         transition: .3s ease-in-out;
         margin-top: 10px;
         text-align: inherit;
         padding: 10px;
    }
    
    @-webkit-keyframes rotate {
        from{
            -webkit-transform: rotate(0deg);
        }
        to{
            -webkit-transform: rotate(0deg);
        }
    }
    
    /*.satisfaction .main:hover{
        border: dashed #3395e7 2px;
        
        
    }*/
    
    /*.satisfaction .main:hover{
        border: dashed 3px #3395e7;
    }*/
    
    
    .offer{
        background-image: url(../images/offer-baner.png);
        background-size: 100%;
        margin-bottom: 0px;
        padding: 0px 0px;
        background-repeat: no-repeat;
        background: none;
        margin: 0;
    }
    
    .offer .col-md-6 {
        display: flex;
        align-items: center;
    }
    
    .offer .main h2 {
        color: #000;
        font-size: 28px;
        margin: 50px 0px;
    }
    
    .offer .main h2 span {
        color: #ee8527;
    }
    
    .offer .main p {
        color: #000;
        font-size: 12px;
    }
    
    .offer .main .btn-2 {
        margin: 50px 0px;
    }
    
    .offer .main a {
        text-decoration: none;
        color: #fff;
        background: #ee8527;
        padding: 12px 30px 12px 30px;
        border: solid px black;
        border-radius: 5px;
        border: solid px black;
        /* font-family: 'Lato', sans-serif; */
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        /*position: relative;*/
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
        outline: none;
        font-size: 12px;
    }
    .offer .main a:hover {
        color: black;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ee8527;
        background-image: linear-gradient(
        315deg
        , #ee8527 0%, #721939 74%);
        /* box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%); */
        box-shadow:7px 7px 20px 0px rgba(0,0,0,.1);
        box-shadow:4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;
    }
    
    .solutions{
        background-image: url(../images/solution1.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0px 0px 50px;
        position: relative;
        top: px;
        padding: 0px 0px;
    }
    
    .solutions .strategy {
        margin: 50px 0px 0px;
        text-align: center;
    }
    
    .solutions .strategy .row{
        margin: 10px 0px 10px;
        padding: 6px 0px;
    }
    
    .solutions .col-md-5 {
        margin-top: 0px;
    }
    
    .solutions  .col-md-7 {
        margin-top: 0px;
    }
    
    .solutions .strategy h2 {
        color: #000;
        font-size: 28px;
        margin: 30px 0px;
    }
    
    .solutions .strategy h2 span{
        color: #ee8527;
    }
    
    .solutions .strategy p{
        color: #000;
        margin: 30px 0px;
        font-size: 12px;
    }
    
    .solutions .strategy .row .col-md-3 {
    padding: 30px;
    }
    
    .solutions .strategy .row h5{
        color: #000;
        margin: 10px;
    }
    
    .solutions .strategy .row p{
        max-resolution: 0px;
        font-size: 12px;
        color: #979a9d;
        margin: 5px 0px;
    }
    
    .solutions .strategy .row:hover{
        
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
        
border-radius: 10px;
        
transform: translateX(0px);
        
transition: all 1s ease;
    }
    
    .solutions .strategy .col-md-3 img {
        width: 100%;
        margin-top: 0px;
        height: 100%;
    }
    
    .client{
        background-image: url(../images/last-banner.png);
        background-size: 100%;
        min-height: 220px;
        background-repeat: no-repeat;
        margin: 0px 0px 0px;
        background-position: center;
        background: none;
    }
    
    .client .heading-sec{
        margin: 0px 0px 0px;
        padding: 10px 10px 0px;
    }
    
    .client .heading-sec h3 {
        text-align: center;
        margin: 0px 0px 0px;
        color: #000;
    }
    
    .client .heading-sec h3 span{
        color: #ee8527;
    }
    
    
    .client-reviews {
        margin: 0px 0px;
        position: relative;
        left: 0px;
        top: -30px;
        z-index: 1;
    }
    
    .client-reviews .main1{
        background-image: url(../images/hangout1.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-bottom: 60px;
    }
    
    .client-reviews .main1 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
        color: #a37e89;
    }
    
    .client-reviews .main1 h4 span{
        color: #c62151;
    }
    
    .client-reviews .main1 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #a37e89;
    }
    
    .client-reviews .main1 h5 {
        font-size: 20px;
        color: #c62151;
    }
    
    .client-reviews .main2{
        background-image: url(../images/hangout2.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
        margin-bottom: 60px;
    }
    
    .client-reviews .main2 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
        color: #a98f79;
    }
    
    .client-reviews .main2 h4 span{
        color: #f0702c;
    }
    
    .client-reviews .main2 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #a98f79;
    }
    
    .client-reviews .main2 h5 {
        font-size: 20px;
        color: #f0702c;
    }
    
    .client-reviews .main3{
        background-image: url(../images/hangout3.png);
        background-size: 100%;
        background-position: center;
        text-align: center;
        border-radius: 20px;
        padding: 12px;
    }
    
    .client-reviews .main3 h4 {
        font-size: 22px;
        margin: 37px 0px 10px;
    }
    
    .client-reviews .main3 h4 span{
        color: #156abf;
    }
    
    .client-reviews .main3 p {
        font-size: 13px;
        margin: 0px 0px 18px;
        color: #8699ab;
    }
    
    .client-reviews .main3 h5 {
        font-size: 20px;
        color: #156abf;
    }
    
    .row.header-section {
        justify-content: center;
        align-items: baseline;
    }
    
    
    /* //Modal css  */
    .popup-logoOrigin .modal-image img{
        display: none;
    }
    .popup-logoOrigin .modal-dialog{
        max-width: 85%;
    }
    .popup-logoOrigin form.form-logo-origin .input-main.textarea-div-main{
        max-width: 93%;
        margin: 0 auto;
    }

    header.header .banner-text {
        margin-top: 0px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
    }
    
    .mainrow-pkgs .package-box-main .pkg-heading h2{
        font-size: 28px;
    }
    .package-box-main .package-para p {
        font-size: 12px;
    }
    
    .package-box-main p.current-price {
        font-size: 28px;
    }
    
    .package-box-main p.old-price {
        font-size: 18px;
    }
    
    .package-box-main .pkg-features ul li {
        font-size: 12px;
    }
    
    .package-box-main .pkg-addon p {
        font-size: 14px;
    }
    
    .package-box-main .pkg-btns ul li a {
        font-size: 14px;
    }

    .main {
        text-align: center;
    }

    footer.footer {
        text-align: center;
    }
    
    footer.footer .footer-contant ul li {
        padding: 5px 0  5px 0;
    }
    
    footer.footer .footer-contant {
        padding: 20px 0;
    }
    
    footer.footer .footer-contant ul {
        padding: 0;
    }

    footer.footer .loacation {
        padding: 0;
        border: none;
    }

    footer.footer .loacation p {
        font-size: 12px;
    }

    footer.footer .footer-contant ul li a {
        font-size: 12px;
    }
    
    .footer .copyrights {
        border: none;
    }

    .copyrights p {
        font-size: 14px;
    }
    
    .footer .policies ul a {
        font-size: 14px;
    }
    
    .footer .policies {
        margin: 0;
    }

    .package-box-main:hover {
        transform: translateY(-15px);
        transition: all 1s ease;
        cursor: pointer;
    }

    .package-box-main .pkg-features {
        padding: 20px;
    }

    .combo-pkg-head .limited-offer {
        width: 303px;
        right: -92px;
        top: 36px;
        font-size: 20px;
    }

    .package-box-main .buy-now-btn a:before {
        height: 50px;
        top: -49px;
    }
        
    }
    
    
    @media (max-width:320px) {
        .package-box-main .pkg-btns ul li a {
            font-size: 12px;
        }
        
        .package-box-main .pkg-addon p {
            font-size: 12px;
        }

        .mainrow-pkgs .package-box-main .pkg-heading h2 {
            font-size: 24px;
        }
        
        .package-box-main p.current-price {
            font-size: 22px;
        }
        
        .package-box-main p.old-price {
            font-size: 14px;
        }
        
        .advance-pkg-box .pkg-heading h2 {
            font-size: 24px;
        }

        .client-reviews .main1 {
            background-repeat: no-repeat;
            padding: 35px 0;
            margin-bottom: 0;
        }

        .client-reviews .main2 {
            background-repeat: no-repeat;
            padding: 35px 0;
            margin-bottom: 0;
        }

        .client-reviews .main3 {
            background-repeat: no-repeat;
            padding: 35px 0;
            margin-bottom: 0;
        }

        .client {
            min-height: 140px;
        }

    }