@font-face { 
        font-family: 'Larsseit-Bold'; 
		src: url('http://127.0.0.1:8000/frontend/assets/fonts/Larsseit-Bold/7e9578185e53514ad28680c83c0c6654.ttf'),
		    url('http://127.0.0.1:8000/frontend/assets/fonts/Larsseit-Bold/7e9578185e53514ad28680c83c0c6654.woff'),
		    url('http://127.0.0.1:8000/frontend/assets/fonts/Larsseit-Bold/7e9578185e53514ad28680c83c0c6654.woff2'),
		    url('http://127.0.0.1:8000/frontend/assets/fonts/Larsseit-Bold/7e9578185e53514ad28680c83c0c6654.eot'); 
    
} 
@font-face { 
        font-family: 'Shopify Sans Web Medium'; 
		src: url('../fonts/Shopify-Sans-Web-Medium/ad26818d844de4534fd78bb03028ca79.ttf'),
		    url('../fonts/Shopify-Sans-Web-Medium/ad26818d844de4534fd78bb03028ca79.woff'),
		    url('../fonts/Shopify-Sans-Web-Medium/ad26818d844de4534fd78bb03028ca79.woff2'),
		    url('../fonts/Shopify-Sans-Web-Medium/ad26818d844de4534fd78bb03028ca79.eot'); 
    
} 
          html, body{
            overflow-x: hidden;  
          }
          body{
              font-family: 'Poppins', sans-serif;
          }
          /* width */
            ::-webkit-scrollbar {
              width: 8px;
            }

            /* Track */
            ::-webkit-scrollbar-track {
              background: #f1f1f1; 
            }

            /* Handle */
            ::-webkit-scrollbar-thumb {
              background: #f15874; 
            }
            :root{
              scrollbar-color: #f15874 #f1f1f1;
              scrollbar-width: thin;
            }
          
          header.desktopheader{
              transition: all ease-in-out 0.4s;
              top: 0px;
            position: fixed;
            z-index: 110;
            width: 100%;
            height: 73px;
          }
          .desktopheader > nav{
                z-index: 9;
                transition: all ease-in-out 0.4s;
          }
          .headerlinks{
              width: 100%;
              justify-content: flex-end;
              gap: 0 10px;
          }
          .navbar-brand > img{
              max-width: 150px;
          }
          .headerlinks{
              margin-top: 20px;
          }
          .headerlinks > li > a{
              color: #fff !important;
              font-size: 14px;
                padding-right: 0 !important;
                padding-left: 0 !important;
          }
          .headerlinks > li > a i
          {
              font-size: 10px;
          }
          .nav-item.dropdown .mega-box
          {
               padding: 40px 15px 10px !important;
          }
          .emailchat{
              position: absolute;
                top: 0px;
                right: 10px;
                color: #fff;
          }
          .emailchat::before{
             content: '';
            position: absolute;
            top: 6px;
            right: 86px;
            background: #fff;
            width: 1px;
            height: 14px;
          }
          .emailchat a{
                text-decoration: none;
                color: #fff;
                font-size: 13px;
          }
          .shrink-nav {
                top: 0px;
                background-color: #fff;
                position: fixed;
                z-index: 110;
                box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
                width: 100%;
                height: 61px !important;
            }
          .shrink-nav i.fa-envelope, .shrink-nav i.fa-comments, .shrink-nav i.fa-phone{
              color: #f15874;
          }
          .shrink-nav > nav{
              padding-top: 4px;
          }
          .shrink-nav a, .shrink-nav .headerlinks > li > a, .shrink-nav .emailchat{
              color: #000 !important;
          }
          .shrink-nav .emailchat::before{
              background: #000;
          }
          .shrink-nav .navbar-brand > img {
                margin-top: -9px;
            }
            .pricing-menu{
                display:none;
                
            }
            .pricing-scrolled .pricing-menu{
                display: flex;
                width: 100%;
                justify-content: flex-end;
                margin-top: 20px;
            }
            .pricing-scrolled .pricing-menu > li > a{
                color: #000 !important;
                font-size: 14px;
            }
                
          .mainbannersec{
              background: url('../images/homebanner/1.webp') no-repeat bottom center;
              background-size: contain;
                height: 100vh;
                min-height: 770px;
              margin-top: -80px;
              position: relative;
          }
          .mainbannersec::before{
              content: '';
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100%;
              background-color: #f15874;
              z-index: -1;
          }
          /*.mainbannercontent{
                margin-top: 216px;
          }*/
          .mainbannercontent > h1{
              font-family: 'Larsseit-Bold', sans-serif;
            font-weight: 600;
            font-size: 42px;
          }
          .mainbannercontent > p{
              font-family: 'Shopify Sans Web Medium', sans-serif;
                margin-bottom: 20px;
                /*margin-top: 18px;*/
                font-size: 21px;
          }
          .height-100{
              height: 100%;
          }
          .bannerform{
              width: 100%;
                max-width: 470px;
                margin: 0 auto;
          }
          .bannerform > .col-md-8{
              padding-right: 0px;
          }
          .input-group-text {
            background-color: transparent;
            color: #fff;
            border: 0;
            border-bottom: 2px solid #fff;
            border-radius: 0;
            padding: 5px 0px 10px 18px;
            }
          .input-group-text > img{
              max-width: 21px;
          }
          /*.input-group-text > i{
              font-size: 20px;
          }*/
          .bannerformfield {
            background: transparent;
            border: 0;
            border-bottom: 2px solid #fff;
            color: #fff;
            border-radius: 0;
        }
          .formbtn {
            width: auto;
            border-radius: 35px;
            padding: 10px 20px;
            background: transparent;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            border: 2px solid #fff;
            transition: all .3s;
            position: relative;
        }
        
        .formbtn::after, a.moreportfoliobtn:after{
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 35px;
                animation: ripple 1.5s linear infinite;
            }
            .formbtn::before, a.moreportfoliobtn:before{
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 35px;
                animation: ripple 1.5s linear infinite;
            }
            @keyframes ripple{
                0%{
                    box-shadow:0 0 0 1px #ffffff47;
                    
                }
                100%
                {box-shadow:0 0 0 12px #ffffff00;
                }
            }
            
          .bannerformfield:focus {
            background-color: transparent;
            color: #fff;
            border-color: transparent;
            outline: 0;
            box-shadow: none;
            border-bottom: 2px solid #fff;
        }
        .formbtn:hover, .formbtn:focus {
            background: #fff !important;
            color: #f15874 !important;
            border: 2px solid #fff;
            box-shadow: none !important;
        }
        .formbtn:active {
            background: #fff !important;
            color: #f15874;
            box-shadow: none;
            border-color: #fff;
        }
          
          .bannerformfield::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff;
          opacity: 1; /* Firefox */
        }

        .bannerformfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
          color: #fff;
        }

        .bannerformfield::-ms-input-placeholder { /* Microsoft Edge */
          color: #fff;
        }
          .sectionheadingdiv h5{
              color: #f15874;
              font-family: 'Poppins', sans-serif;
                font-size: 16px;
                font-weight: 600;
          }
          span.darkh2 {
              color:#000;
          }
          ul.pointsul.financiallist {
                column-count: 2;
            }
            img.editorbar {
                width: 100%;
            }
            .client-logosection {
                background: #f6f5fb;
                padding: 30px 0;
            }
            section.mainbannersec.logoherosection 
            {
                background: #f15874;
                height: unset;
                min-height: 74vh;
                padding: 240px 0 60px;
                overflow: hidden;
            }
            section.mainbannersec.logoherosection .mainbannercontent.mainbannercontentmob {
                text-align: left;
            }
            ul.pointsul.financiallist li.py-1 {
                color: #fff;
            }
            
            ul.pointsul.financiallist li.py-1:before {
                color: #fff;
            }
            /*.abousideimgdiv img.financialipad {*/
            /*    margin: unset;*/
            /*    max-height: unset;*/
            /*}*/
            img.financialipad {
                width: 100%;
            }
          .sectionheadingdiv p{
             color: #807e7e; 
              font-family: 'Shopify Sans Web Medium', sans-serif;
              font-size: 17px;
            font-weight: 500;
              line-height: 1.2;
          }
          
          .sectionheadingdiv hr{
            width: 11%;
            margin: 1rem auto;
            border: 0;
            border-bottom: 3px solid #f15874;
            opacity: 1;
            background-color: #f15874;
              position: relative;
          }
          .sectionheadingdiv h2{
              position: relative;
              font-family: 'Larsseit-Bold', sans-serif;
              font-size: 35px;
              font-weight: 600;
          }
          
          
          /*.sectionheadingdiv h2::before{
                content: '';
                position: absolute;
                left: 50%;
                bottom: -71%;
                transform: translate(-50%, -50%);
                background-color: #000;
                border-radius: 50%;
                width: 12px;
                height: 12px;
                z-index: 2;
          }
          .sectionheadingdiv h2::after{
                content: '';
                position: absolute;
                left: 50%;
                bottom: -54%;
                transform: translate(-50%, -50%);
                background-color: #fff;
                border-radius: 50%;
                width: 5px;
                height: 5px;
                z-index: 2;
          }*/
          
          
          h2.contactusheading::before, h2.contactusheading::after{
              left: 35px;
          }
          
          .solutiondiv{
              transition: all .3s ease;
              padding: 18px 50px 42px;
              position: relative;
              overflow: hidden;
          }
          /*.solutiondivborder{
              border-right: 1px solid #9e9e9e8c;
          }*/
          .solutiondiv::after{
              position: absolute;
                top: 100%;
                left: -100%;
                content: "";
                width: 100%;
                height: 100%;
                /*background: #FF414B;*/
                /*background: -webkit-gradient(linear, left top, right top, from(#ff4b4e), color-stop(35%, #ff5e54), to(#ff825f));*/
                background: linear-gradient(to right, #F15874 40%, #FE7B95);
                z-index: -1;
                border-radius: 0 100px 0 0;
                -webkit-transition: 0.4s;
                transition: 0.4s;
             
          }
          .solutiondiv:hover::after {
                top: 0;
                left: 0;
                border-radius: 0;
            }
          /*.solutiondiv:hover{
              background: #fff;
              border-radius: 8px;
              box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
          }*/
          .solutionrow > .col-md-4:hover > .solutiondiv{
                background: #fff;
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
                border-radius: 8px;
              
          }
          
          /*.solutionrow > .col-md-4:nth-child(1):hover .solutionrow > .col-md-4:nth-child(2):not(:hover) > .solutiondiv, .solutionrow > .col-md-4:nth-child(3):hover .solutionrow > .col-md-4:nth-child(2) > .solutiondiv{
              background: #fef8fa;
              box-shadow: none;
          }*/
          .solutionrow:not(:hover) > .col-md-4:nth-child(2) > .solutiondiv{
              background: #fff;
              box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
              border-radius: 8px;
          }
          
          .solutiondiv > a{
            text-decoration: none;
            color: #fff;
            background: linear-gradient(to right, #F15874 40%, #FE7B95);
            padding: 9px 25px 11px;
            border-radius: 25px;
              font-size: 12px;
          }
          .solutiondiv > img{
              max-width: 95px;
          }
          .solutiondiv > h4{
                font-size: 16px;
                font-weight: 600;
          }
          .solutiondiv > p{
              font-size: 14px;
          }
          
          .abousideimgdiv > img{
                /*margin-top: -70px;*/
                /*max-height: 418px;*/
                /*margin-left: -14%;*/
                width: 100%;
          }
          .aboutmainsec{
              background-color: #f15874;
              margin-top: 100px;
          }
          /*.aboutsidecontent{
              margin: 60px 0px;
          }*/
          .heroimage-box {
                width: 49%;
            }
            
            .heroimage-box img {
                width: 100%;
                margin-bottom: 10px;
            }
            
            .hero-imagecol {
                display: flex;
                flex-flow: wrap;
                justify-content: space-between;
            }
            
            .heroimage-box.box2 {
                padding-top: 30px;
            }
          .aboutsidecontent > h5{
              color: #fff;
              font-family: 'Poppins', sans-serif;
              font-size: 16px;
              font-weight: 600;
          }
          .aboutsidecontent > h2{
              color: #fff;
              font-family: 'Larsseit-Bold', sans-serif;
              font-size: 35px;
              font-weight: 600;
          }
          .aboutsidecontent > div.bar{
              background: #fff;
                margin: 12px 0px 17px;
          }
          .aboutsidecontent > div.bar::before{
             background: #000;
            border: 3px solid #fff;
          }
          .aboutsidecontent > hr{
                background-color: #fff;
                border-bottom: 2px solid #fff;
                opacity: 1;
                width: 13%;
          }
          .aboutsidecontent > p{
              color: #fff;
            margin-bottom: 23px;
              font-size: 15px;
          }
          .aboutsidecontent > a{
                text-decoration: none;
                color: #fff;
                border: 2px solid #fff;
                padding: 6px 22px;
                border-radius: 25px;
                  padding: 6px 35px;
                font-size: 13px;
          }
          .servicetabsul{
                justify-content: center;
                border: 0;
              margin-bottom: 50px;
          }
          .servicetabsul > li{
              position: relative;
          }
          .servicetabsul > li > hr{
              position: absolute;
            top: 0px;
            right: 0px;
            width: 1px;
            height: 92px;
            opacity: 0.1;
          }
          .servicetabsul > li > a{
                border: 0 !important;
                border-bottom: 3px solid #d2d2d2 !important;
                text-decoration: none;
                font-size: 12px;
                font-weight: 700;
                padding: 15px 35px;
                color: #000;
              position: relative;
              
          }
          .servicetabsul > li > a::before{
                content: '';
                position: absolute;
                left: 50%;
                bottom: -11%;
                transform: translate(-50%, -50%);
                background-color: #fff;
                border-radius: 50%;
                border: 3px solid #d2d2d2;
                width: 12px;
                height: 12px;
          }
          
          .servicetabsul > li > a.active{
              border-bottom: 3px solid #f15874 !important;
          }
          .servicetabsul > li > a.active::before{
              border-color: #000;
          }
          .servicetabsul > li > a:hover{
              color: #000;
          }
          .servicetabsul > li > a > img{
                max-width: 66px;
                filter: grayscale(1);
                opacity: .4;
                margin-bottom: 15px;
          }
          .servicetabsul > li > a.active > img{
              filter: none;
                opacity: 1;
          }
          .servicetabsul > li:focus-visible, .servicetabsul > li > a:focus-visible{
              outline: none;
          }
          .servicetabsul > li > a:focus{
              color: #000;
          }
          .servicetabcontentdiv{
                margin-top: 15px;
          }
          .servicetabcontentdiv > h1{
              margin-bottom: 15px;
              font-family: 'Larsseit-Bold', sans-serif;
              font-size: 38px;
              font-weight: 600;
          }
          .servicetabcontentdiv > h3{
              margin-bottom: 15px;
              font-family: 'Shopify Sans Web Medium', sans-serif;
              font-size: 22px;
            font-weight: 500;
          }
          .servicetabcontentdiv > p{
              margin-bottom: 30px;
              font-size: 15px;
              padding-right: 50px;
              color: #777777;
          }
          .servicetabcontentdiv > a{
              text-decoration: none;
                color: #fff;
                background: linear-gradient(to right, #F15874 40%, #FE7B95);
                padding: 10px 30px;
                border-radius: 25px;
              font-size: 12px;
          }
          .servicesideimg{
              max-width: 480px;
          }
         
          .servicemaindiv{
                width: 100%;
                max-width: 1090px;
                margin: 0 auto;
    
          }
          .portfoliotab{
              justify-content: center;
              border: 0
          }
          .portfoliotab > li{
              margin-right: 15px;
          }
          .portfoliotab > li > a{
              border: 2px solid #f15874 !important;
                padding: 8px 35px;
                border-radius: 25px !important;
                background: transparent !important;
                font-weight: 500;
              color: #000 !important;
              transition: all .3s;
              font-size: 14px;
          }
          .portfoliotab > li > a.active{
              background: linear-gradient(to right, #F15874 40%, #FE7B95) !important;
              color: #fff !important;
              /*border-image: linear-gradient(to right, #F15874 40%, #FE7B95) !important;*/
          }
            body.compensate-for-scrollbar {
                margin-right: 0px;
            }
          
          .maincontent .title{
              color: #1a1a1a;
              text-align: center;
              margin-bottom: 10px;
            }
            .portfolio-img-full, .portfolio-img > .maincontent{
                height: 100%;
            }
            .content {
              position: relative;
              width: 100%;
              max-width: 100%;
              height: 100%;
              margin: auto;
              overflow: hidden;
                transform: scaleX(1) scaleY(1) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            }

            .content .content-overlay {
              background: linear-gradient( rgba(2, 2, 2, 0.5) 100%, rgba(0, 0, 0, 0.5)100%);
              position: absolute;
              height: 100%;
              width: 100%;
              left: 0;
              top: 0;
              bottom: 0;
              right: 0;
              opacity: 0;
              -webkit-transition: all 0.4s ease-in-out 0s;
              -moz-transition: all 0.4s ease-in-out 0s;
              transition: all 0.4s ease-in-out 0s;
            }

            .content:hover .content-overlay{
              opacity: 1;
            }

            .content-image{
                height: 100%;
                width: 100%;
                /*object-fit: cover;*/
            }

            .content-details {
              position: absolute;
              text-align: center;
              padding-left: 1em;
              padding-right: 1em;
              width: 100%;
              top: 50%;
              left: 50%;
              opacity: 0;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              -webkit-transition: all 0.3s ease-in-out 0s;
              -moz-transition: all 0.3s ease-in-out 0s;
              transition: all 0.3s ease-in-out 0s;
            }

            .content:hover .content-details{
              top: 50%;
              left: 50%;
              opacity: 1;
            }

            .content-details h3{
              color: #fff;
              font-weight: 500;
              letter-spacing: 0.15em;
              margin-bottom: 0.5em;
              text-transform: uppercase;
            }

            .content-details p{
              color: #fff;
              font-size: 0.8em;
            }
          .fadeIn-top{
              top: 20%;
            }
          
          .plusicon{
                background: transparent;
                padding: 14px;
                font-size: 18px;
                border: 3px solid #f15874;
                color: #fff;
          }
          .portfoliotabcol{
              padding: 0;
              margin: 0;
          }
          a.main.moreportfoliobtn {
                background-color: #f15874;
                border: 1px solid #f15874;
            }
            
            a.main.moreportfoliobtn:hover {
                background-color: transparent;
                color: #f15874;
            }
          a.moreportfoliobtn:hover {
            color: #F15874;
            background-color: #fff;
            transition: .2s ease all;
           
        }
          a.moreportfoliobtn
          {
            background: transparent;
            border: 2px solid #f15874;
            position:relative;
            text-decoration: none;
            color: #000;
            /*background: linear-gradient(to right, #F15874 40%, #FE7B95);*/
            padding: 10px 28px;
            font-size: 15px;
            border-radius: 25px;
          }
          .contactusinfo{
              background-color: #fff;
              display: flex;
                padding: 17px 28px 1px;
                border-radius: 6px;
              
          }
          .contactusinfo > i{
             color: #f15874;
            margin-right: 8px;
            border-radius: 50%;
            border: 2px solid #000;
            height: 45px;
            width: 45px;
            padding-top: 12px;
            font-size: 20px;
            text-align: center;
          }
        .contactusinfo > i.fa-envelope{
            padding: 11px;
        }
          .contactusinfo > p > span{
                font-weight: 700;
          }
          .contactusinfo > p > a, .contact-font {
                text-decoration: none;
                color: #807e7e;  
              font-size: 13px;
          }
          .contactform input{
              padding: 12px 18px;
          }
          .contactform input:focus, .contactform textarea:focus{
              box-shadow: none;
              border: 1px solid #f15874;
          }
            .contactform input, .contactform textarea{
                border-radius: 4px
            }
          .contactform textarea{
              padding: 10px 18px;
              resize: none;
          }
          .contactform button{
                padding: 8px 30px;
                border-radius: 25px;
                background: linear-gradient(to right, #F15874 40%, #FE7B95);
                border: 1px solid #f15874;
              font-size: 14px;
          }
          .contactform button:hover, .contactform button:focus, .contactform button:active{
                background: linear-gradient(to right, #F15874 40%, #FE7B95);
                border: 1px solid #f15874;
                box-shadow: none !important;
          }
          .pricingmaindiv{
                border: 1px solid #f15874 !important;
                border-radius: 6px;
                padding: 0px 0px 18px;
              background-color: #fff;
          }
          .pricingmaindiv img{
              /*max-width: 95px;*/
              height: 100%;
              max-height: 55px;
          }
          .pricingmaindiv > div{
              background-color: #fef8fa;
          }
          .pricingmaindiv div.col-8 h3{
              font-size: 19px;
                font-weight: 600;
                margin-bottom: 3px;
          }
          .pricingmaindiv div.col-8 p{
                font-size: 15px;
                color: #807e7e;
                font-weight: 500;
          }
          .pricingmaindiv div.col-8 p > span{
              color: #f15874;
          }
          .pricingpricediv{
              border-bottom: 1px solid #f15874;
            margin-bottom: 28px;
              position: relative;
          }
          .pricingpricediv::before{
              content: '';
            position: absolute;
            left: 50%;
            bottom: -10%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            border: 3px solid #000;
            border-radius: 50%;
            width: 9px;
            height: 9px;
          }
          
          .pricingpricediv > h1{
              color: #f15874;
              font-weight: 600;
              font-size: 40px;
              margin-bottom: 0;
          }
          .pricingpricediv > p{
                  color: #807e7e;
          }
          .pricingbtndiv{
              background-color: transparent !important;
          }
          .pricingbtndiv > a{
              text-decoration: none;
            color: #fff !important;
            background: linear-gradient(to right, #F15874 40%, #FE7B95);
              font-size: 12px;
            padding: 10px 36px;
            border-radius: 25px;
          }
          .pricingbtndiv > h6{
              margin-top: 25px;
              margin-bottom: 10px;
              font-size: 14px;
            font-weight: 600;
          }
          .pricingmaindiv ul{
              list-style-type: none;
                color: #807e7e;
                line-height: 1.8;
                padding: 10px 15px 0px 40px;
              font-size: 12px;
              margin-bottom: 2px;
          }
          .pricingmaindiv ul > li{
              position: relative;
          }
          .pricingmaindiv ul > li::before{
              font-family: 'FontAwesome';
              content: '\f00c';
              position: absolute;
              top: 0;
              left: -26px;
              color: #f15874;
          }
          .pricingheadingstuff{
                padding: 12px 22px 0px;
              border-top-left-radius: 6px;
              border-top-right-radius: 6px;
          }

          .creativedivrow{
              position: relative;
              justify-content: center;
              
          }
          .creativedivrow > hr{
                position: absolute;
                bottom: 121px;
                left: auto;
                border-bottom: 2px solid #cfcfcf;
                background-color: #cfcfcf;
                opacity: 1;
                width: 86%;
          }
          .creativeworkdiv{
              position: relative;
              
          }
          .creativeworkplus::before{
              content: '';
            position: absolute;
            top: 10%;
            right: -55px;
            background: url('https://ik.imagekit.io/designmanhattan/assets/img/home/s.webp?updatedAt=1633439655468') no-repeat center center;
            background-size: contain;
            width: 72px;
            height: 72px;
              
          }
          .creativeworkequal::before{
              content: '';
            position: absolute;
            top: 10%;
            right: -55px;
            background: url('https://ik.imagekit.io/designmanhattan/assets/img/home/a.webp?updatedAt=1633439664624') no-repeat center center;
            background-size: contain;
            width: 72px;
            height: 72px;
          }
          .creativeworkdiv > img{
                max-width: 230px;
                margin-bottom: 25px;
          }
          .creativeworkdiv > h6{
                color: #f15874;
                font-weight: 700;
                margin-bottom: 36px;
              position: relative;
          }
          .creativeworkdiv > h6::before{
                content: '';
                position: absolute;
                left: 50%;
                bottom: -31px;
                transform: translate(-50%, -50%);
                background-color: #fff;
                border: 4px solid #f15874;
                border-radius: 50%;
                width: 12px;
                height: 12px;
                z-index: 2;
          }
          
          .creativeworkdiv > h3{
              font-size: 18px;
                font-weight: 600;
          }
          .creativeworkdiv > h6 > span{
              color: #000;
          }
          .creativeworkdiv > p{
              color: #807e7e;
              font-size: 13px;
                padding: 0px 28px;
          }
          .textimonialmaindiv{
                background-color: #fff;
                padding: 12px 24px 18px;
                border-radius: 6px;
                position: relative;
              transition: all .3s;
          }
          .textimonialmaindiv:hover{
              box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
          }
          .textimonialmaindiv::after{
                content: "";
                position: absolute;
                border-top: 20px solid #fff;
                border-right: 20px solid rgba(0, 0, 0, 0);
                border-left: 20px solid rgba(0, 0, 0, 0);
                bottom: 1px;
                left: 15%;
                width: 25px;
                transform: translate(-50%, 100%);
          }
          .textimonialmaindiv:hover .testimoniallogodiv > img{
              filter: none;
              opacity: 1;
          }  
          .textimonialmaindiv .testimoniallogodiv{
              text-align: center;
              margin-bottom: 2px;
              
          }
          .testimoniallogodiv > img{
                max-width: 150px;
                filter: grayscale(1);
                opacity: .5;
                margin-bottom: 5px;  
              transition: all .3s;
              margin-bottom: -3px;
          }
          .testimonialstar > i{
              color: #fabc05;
              font-size: 12px;
          }
          .textimonialmaindiv > p{
              color: #807e7e;
            font-size: 13px;
              font-style: italic;
              margin-bottom: 8px;
          }
          .testimonialbottom{
              display: flex;
          }
          .testimonialbottom > img{
              width: 56px;
                height: 60px;
                margin-right: 18px;
                border-radius: 50%;
          }
          .testimonialbottom > p{
                width: 100%;
                font-weight: 600;
                font-size: 14px;
                margin: auto;    
          }
          .testimonialbottom > p > span{
              color: #f15874;
          }
          .testimonialbottom > i{
            font-size: 38px;
            color: #b6b6b6;
            margin: auto;    
              transition: all .3s;
          }
          .textimonialmaindiv:hover .testimonialbottom > i{
              color: #f15874;
          }

    .mainbannersec .row.logos-row {
    position: absolute;
    top: 10px;
    left: 80vh;
    width: 960px;
    -webkit-transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
    transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mainbannersec .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainbannersec .logos-row .column {
    width: 50%;
    max-width: 22%;
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.mainbannersec .logos-row.row, .mainbannersec .logos-row .column, .mainbannersec .logos-row .column .ItemCard, .mainbannersec .logos-row .column .ItemCard .ItemCard__thumb {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.mainbannersec .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainbannersec .ItemCard {
    position: relative;
    max-width: 510px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainbannersec .ItemCard__thumb {
    position: relative;
    padding: 0;
}
.mainbannersec .ItemCard__thumb img {
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
    -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
    animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
}
.mainbannersec .ItemCard__thumb img {
    display: block;
    cursor: pointer;
}
.mainbannersec img {
    width: 100%;
}
.mainbannersec .shadow {
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: .9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
    animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
}
.mainbannersec .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainbannersec .column:hover .ItemCard__dest, .mainbannersec .column:hover .ItemCard__thumb img {
    -webkit-transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
    transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.mainbannersec .column:hover .ItemCard__dest {
    z-index: 10;
}
.mainbannersec .column:hover .ItemCard__thumb .shadow {
    opacity: .6;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}
          
          
          .footer{
              background: #202020;
          }
          .footercontent > img{
              max-width: 148px;
              margin-bottom: 15px;
          }
          .footercontent > p{
              color: #b5b5b5;
              font-size: 13px;
          }
          .footercontent > a > i{
            color: #fff;
                border-radius: 50%;
                font-size: 13px;
                margin-right: 5px;
                width: 30px;
                height: 30px;
                text-align: center;
                padding-top: 9px;
            }
            
            .footercontent > a > i.fa-behance {
                background: #1769FF; /* Behance Blue */
            }
            
            .footercontent > a > i.fa-facebook {
                background: #1877F2; /* Facebook Blue */
            }
            
            .footercontent > a > i.fa-twitter {
                background: #1DA1F2; /* Twitter/X Blue */
            }
            
            .footercontent > a > i.fa-google-plus {
                background: #DB4437; /* Google Plus Red (deprecated, but here's the original) */
            }
            
            .footercontent > a > i.fa-linkedin {
                background: #0A66C2; /* LinkedIn Blue */
            }
            
            .footercontent > a > i.fa-instagram {
                background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
                /* Instagram gradient (modern) */
            }
            
            .footercontent > a > i.fa-youtube-play {
                background: #FF0000; /* YouTube Red */
            }
            
            .footercontent > a > i.fa-dribbble {
                background: #EA4C89; /* Dribbble Pink */
            }

            
          .footerlinks > h4{
            color: #fff;
              font-size: 18px;
          }
          /*.footerlinks > hr{
              opacity: 1;
                border-bottom: 2px solid #f15874;
                background-color: #f15874;
                width: 37%;
          }*/
          .footerlinks > ul{
            list-style-type: none;
            padding: 0;
            line-height: 2;
          }
          .footerlinks a{
                text-decoration: none;
                color: #B5B5B4;
                  font-size: 13px;
          }
          .footerlinks > div.bar{
              margin: 12px 0px;
              height: 3px;
          }
          .footerlinks > div.bar::before, .connecteddiv > div.bar::before{
                background: #f15874;
                border: 2px solid #fff;
                top: -3px;
                height: 8px;
                width: 8px;
          }
           .connecteddiv > div.bar{
               margin: 12px 0px 25px;
               height: 3px;
           }
          .connecteddiv > h4{
              color: #fff;
              font-size: 18px;
          }
          .connecteddiv > hr{
            opacity: 1;
            border-bottom: 2px solid #f15874;
            background-color: #f15874;
            width: 22%;
          }
          .connecteddiv > div{
              display: flex;
              flex-wrap: wrap;
              margin-bottom: 10px;
          }
          .connecteddiv > div > i{
              color: #f15874;
            border-radius: 50%;
            border: 2px solid #fff;
            text-align: center;
            padding-top: 9px;
            height: 40px;
            width: 40px;
            margin-right: 15px;
            font-size: 18px;
          }
          .connecteddiv > div > i.fa-phone{
              padding-top: 10px;
          }
          .connecteddiv > div > p > span{
              color: #f15874;
          }
          .connecteddiv > div > p{
              color: #B5B5B4;
              font-size: 13px;
              width: calc(100% - 55px);
          }
          .connecteddiv > div > p > a{
            text-decoration: none;
            color: #b5b5b5;
          }
          .copyrightdiv p{
              color: #b5b5b5;
              font-size: 12px;
          }
          .copyrightdiv > p > span{
              color: #f15874;
          }
          .footertermsdiv a{
              color: #b5b5b5;
              text-decoration: none;
              font-size: 12px;
          }
          .footertermsdiv span{
              color: #f15874;
          }
          .footer > div > hr{
            opacity: 1;
            border-bottom: 1px solid #b5b5b5;
            background-color: #b5b5b5;
            width: 100%;
            margin: 10px 0px 20px;
          }
          .position-rel{
              position: relative;
          }
          
          .scrolltop {
            display: none;
            width: 100%;
            margin: 0 auto;
            position: fixed;
            bottom: 2px;
            left: 10px;
            z-index: 5;
        }
          .scroll {
            position: absolute;
            left: 2px;
            bottom: 10px;
            background: transparent;
            padding: 15px;
            text-align: center;
            margin: 0 0 0 0;
            cursor: pointer;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            width: 50px;
            height: 50px;
            background: #f15874;
            box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
            transition: all 300ms ease-in-out 0s;
            border-radius: 4px;
        }
          .scroll .fa {
            font-size: 25px;
            font-weight: 600;
            margin-top: -10px;
            margin-left: -1px;
            color: white;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
        }
          .scroll:hover, .scroll:focus {
            background: #f15874;
            transform: scale(1.01) translate(0px, -8px);
            transition: all 300ms ease-in-out 0s;
            -moz-transition: all 300ms ease-in-out 0s;
            -webkit-transition: all 300ms ease-in-out 0s;
            -o-transition: all 300ms ease-in-out 0s;
        }
          
          
          .bar {
            height: 4px;
            width: 70px;
            background-image: linear-gradient(to right, #F15874 20%, #FE7B95);
            position: relative;
            border-radius: 30px;
            margin: 15px auto;
        }
          /* .bar::after{
            content: '';
            position: absolute;
            left: 2.5px;
            top: -0.4px;
            height: 5px;
            width: 5px;
            border-radius: 50%;
              background: #fff;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: MOVE-BG;
            animation-name: MOVE-BG;
          }*/
          .bar::before{
            content: '';
            position: absolute;
            left: 0;
            top: -3.2px;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid #000;
            /*background-image: -webkit-linear-gradient(45deg, #f15874 0%, #f15874 55%);
            background-image: linear-gradient(45deg, #f15874 0%, #f15874 55%);*/
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: MOVE-BG;
            animation-name: MOVE-BG;
          }
          .waypoints
          {
                position: absolute;
                right: 2px;
                bottom: 10px;
                padding: 15px;
                text-align: center;
                margin: 0 0 0 0;
                cursor: pointer;
                width: 50px;
                height: 50px;
                background: #f15874;
                box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
                transition: all 300ms ease-in-out 0s;
                border-radius: 4px;
          }
          .waypoints:hover 
            {
                background: #f15874;
                transform: scale(1.01) translate(0px, -8px);
            }
          

        /* Contact Us Page */
            .commonpagebanner{
                margin-top: -2px;
                height: 50vh;
                background-color: #f15874;
            }
            /*.commonpagebanner .mainbannercontent{
                    margin-top: 135px;
            }*/
            .contactpagemainsec{
              position: relative;
          }
          .contactpagemainsec::before{
              content: '';
            position: absolute;
            top: -1%;
            left: 0;
            width: 100%;
            height: 36%;
            background-color: #f15874;
            z-index: -1;
          }
          /*.contactpagemainsec > div.container{
              background-color: #fef8fa;
              border-radius: 6px;
          }*/
          #accordion{
              padding-right: 10px;
          }
          #accordion > h3{
                font-size: 16px;
                font-weight: 500;
                background-color: #f7f7f7;
                padding: 15px 15px;
                border-radius: 6px;
                cursor: pointer;
          }
          #accordion div{
                padding: 8px 20px;
          }
          #accordion > h3 > i{
                float: right;
                color: #f15874;
                font-size: 14px;
                padding-top: 3px;
          }
          #accordion div > p{
              font-size: 14px;
          }
        .contactpagemainsec .contactmaindivinner{
            background-color: #fef8fa;
            border-radius: 6px;
            width: 100%;
            margin: auto;
            max-width: 1140px;
        }
            
            
            /* Portfolio Page */
            .portfoliopagemainsec{
              height: 100vh;
                max-height: 600px;
              overflow: hidden;
              position: relative;
          }
          .portfoliobannerdiv{
              position: absolute;
                bottom: -1px;
                right: 0;
                width: 50%;
          }
          /*.portfoliopagemainsec .mainbannercontent {
                margin-top: 220px;
            }*/
            
            
            /* Pricing Page */
            .innerpagebannerdiv{
                margin-top: 12%;
            }
            
            /* About Us Page */
           .aboutsolutionsec{
              position: relative;
          }
          .aboutsolutionsec::before{
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: #fef8fa;
              z-index: -1;
          }
          .aboutpagebannersec{
                background-color: #f15874;
                margin-top: -2px;
                height: 71vh;
                position: relative;
                overflow: hidden;
          }
          .aboutpagebannersec::before{
              content: '';
              position: absolute;
              bottom: -23%;
              left: 5%;
              background: url('../images/aboutus/banner/aboutbanner.webp') no-repeat center center;
              background-size: contain;
                width: 90%;
                height: 65%;
          }
          /*.aboutpagebannerdiv{
              margin-top: 34%;
          }*/
          .aboutpagebannerdiv > h1{
                color: #fff;
                font-family: 'Larsseit-Bold', sans-serif;
                font-size: 45px;
          }
          .aboutpagebannerdiv > p{
                color: #fff;
                font-family: 'Shopify Sans Web Medium', sans-serif;
                font-size: 20px;
                margin-bottom: 28px;
          }
          .aboutpagebannerdiv > a{
                text-decoration: none;
                color: #fff;
                border: 2px solid #fff;
                border-radius: 35px;
                padding: 10px 20px;
                font-size: 15px;
                font-weight: 500;
              transition: all .3s;
              position: relative;
              background: transparent;
          }
          .aboutpagebannerdiv > a::before{
              content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 35px;
                animation: ripple 1.5s linear infinite;
          }
          .aboutpagebannerdiv > a::after{
              content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 35px;
                animation: ripple 1.5s linear infinite;
          }
          
            .aboutpagesolutionrow > div.col-md-4:nth-child(1) > .aboutpagesolutiondiv, 
            .aboutpagesolutionrow > div.col-md-4:nth-child(2) > .aboutpagesolutiondiv{
                border-bottom: 1px solid #cfcfcf;
                border-right: 1px solid #cfcfcf;
                display: flex;
                flex-direction: column;
                height: 100%;
            } 
            .aboutpagesolutionrow > div.col-md-4:nth-child(3) > .aboutpagesolutiondiv{
                border-bottom: 1px solid #cfcfcf;
                display: flex;
                flex-direction: column;
                height: 100%;
            }
            .aboutpagesolutionrow > div.col-md-4:nth-child(4) > .aboutpagesolutiondiv, .aboutpagesolutionrow > div.col-md-4:nth-child(5) > .aboutpagesolutiondiv{
                border-right: 1px solid #cfcfcf;
                display: flex;
                flex-direction: column;
                height: 100%;
            }
          
          .bannerrightimgdiv > img{
              transform: rotate(15deg);
          }
          .aboutpagesolutiondiv{
                padding: 28px 20px 6px;
              transition: all .3s ease;
          }
          .aboutpagesolutiondiv .col-8{
              padding-left: 0;
          }
          .aboutpagesolutiondiv .col-8 > h4{
                font-size: 16px;
                font-weight: 600;
          }
          .aboutpagesolutiondiv .col-8 > p{
              font-size: 14px;
              flex:1;
          }
          .aboutpagesolutionrow{
              position: relative;
          }
          /*.aboutpagesolutionrow::before{
              content: '';
            position: absolute;
            top: 0px;
            left: 346px;
            width: 1px;
            height: 255px;
            background-color: #cfcfcf;
            z-index: -1;
          }
          .aboutpagesolutionrow::after{
               content: '';
            position: absolute;
            top: 0px;
            right: 347px;
            width: 1px;
            height: 255px;
            background-color: #cfcfcf;
            z-index: -1;
          }
          .aboutpagesolutionrow hr{
              position: absolute;
            bottom: 126px;
            left: auto;
            border-bottom: 1px solid #cfcfcf;
            background-color: #cfcfcf;
            opacity: 1;
            width: 100%;
            margin: 0;
            z-index: -1;
          }*/
          
          .aboutpagesolutionrow > .col-md-4:hover > .aboutpagesolutiondiv{
                background: #fff;
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
                border-radius: 4px;
              transform: scale(1.04);
              z-index: 9;
          }
          .aboutpagesolutionrow > div.col-md-4{
              margin: 0;
          }
          
          /*.aboutpagesolutionrow:not(:hover) > .col-md-4:nth-child(2) > .aboutpagesolutiondiv{
              background: #fff;
              box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
              border-radius: 4px;
          }*/
          .aboutpagesolutiondiv img{
              max-width: 70px;
          }
          
          .tooltip {
          position: relative;
          float: right;
        }
        
        .tooltip > .tooltip-inner {
          background: linear-gradient(to right, #F15874 40%, #FE7B95);
          padding: 5px 15px;
          color: rgb(23, 44, 66);
          font-weight: bold;
          font-size: 13px;
        }
        
        .progress {
          border-radius: 6px;
          overflow: visible;
          height: 6px;
          position: relative;
          margin-bottom: 15px;
        }
        .progressbartext{
            margin-bottom: 5px;
        }
        .progress > span{
            position: absolute;
            right: 0;
            top: -22px;
        }
        
        .progress-bar {
            border-radius: 6px;
          background: linear-gradient(to right, #F15874 40%, #FE7B95);
          -webkit-transition: width 1.5s ease-in-out;
          transition: width 1.5s ease-in-out;
        }
        ul.pointsul{
            list-style-type: none;
            color: #777777;
            font-size: 15px;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            line-height: 1.5;
        }
        ul.pointsul > li{
            position: relative;
        }
        ul.pointsul > li::before{
            content: '\f00c';
            font-family: FontAwesome;
            position: absolute;
            left: -32px;
            top: 3px;
            color: #f15874;
        }
        p.parasidecontent{
            color: #777777;
            font-size: 15px;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            line-height: 1.5;
        }
        
        


          @-webkit-keyframes MOVE-BG {
              0% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
              }
              50% {
                -webkit-transform: translateX(60px);
                transform: translateX(60px);
              }
              100% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
              }
              }
            @keyframes MOVE-BG {
              0% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
              }
              50% {
                -webkit-transform: translateX(60px);
                transform: translateX(60px);
              }
              100% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
              }
            }
            
            
            /* Logo Design Page */
             .logodesignbannersec{
                background-color: #f15874;
                margin-top: -2px;
                height: 100vh;
          }
          .logodesignbannerdiv > h1{
                color: #fff;
                font-family: 'Larsseit-Bold', sans-serif;
                font-size: 45px;
          }
          .logodesignbannerdiv > p{
                color: #fff;
                font-family: 'Shopify Sans Web Medium', sans-serif;
                font-size: 20px;
                margin-bottom: 28px;
          }
          .logodesignbannerdiv > a{
                text-decoration: none;
                color: #fff;
                border: 2px solid #fff;
                border-radius: 35px;
                padding: 10px 20px;
                font-size: 15px;
                font-weight: 500;
              transition: all .3s;
              position: relative;
              background: transparent;
          }
          .logodesignbannerdiv > a::before{
              content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 35px;
                animation: ripple 1.5s linear infinite;
          }
          .logodesignbannerdiv > a::after{
              content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 35px;
                animation: ripple 1.5s linear infinite;
          }
          .bannerrightimgdiv > img{
              transform: rotate(15deg);
          }
          .logodesignsolutiondiv{
                padding: 28px 20px 6px;
              transition: all .3s ease;
          }
          .logodesignsolutiondiv .col-8{
              padding-left: 0;
          }
          .logodesignsolutiondiv .col-8 > h4{
                font-size: 16px;
                font-weight: 600;
          }
          .logodesignsolutiondiv .col-8 > p{
              font-size: 14px;
          }
          .logodesignsolutionrow > .col-md-4:hover > .logodesignsolutiondiv{
                background: #fff;
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
                border-radius: 4px;
              
          }
          
          .logodesignsolutionrow:not(:hover) > .col-md-4:nth-child(2) > .logodesignsolutiondiv{
              background: #fff;
              box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
              border-radius: 4px;
          }
          

                 /* Steps Page CSS */
                .step-form {
                    width: 100%;
                    height: 100vh;
                    position: relative;
                }
                .step-container {
                    width: 100%;
                    position: relative;
                    top: 70px;
                    height: calc(100% - 153px);
                    overflow: auto;
                    padding: 0;
                }
                .step-center {
                    position: absolute;
                    top: 50%;
                    width: 100%;
                    transform: translateY(-50%);
                }
                .step-center.top-48-desktop {
                    top: 48%;
                }
                .step-heading {
                    text-align: center;
                    width: 100%;
                    padding-bottom: 30px;
                }
                .step-heading h1 {
                    font-weight: 700;
                    font-size: 30px;
                    color: #000;
                    margin: 0;
                    font-family: Poppins, sans-serif;
                    text-transform: capitalize;
                }
                .step-input {
                    width: 100%;
                    padding: 14px 25px 14px 25px;
                    font-weight: 600;
                    outline: 0;
                    border: 1px solid #d7d7d7;
                    color: #4b4b4b;
                    margin-bottom: 14px;
                    border-radius: 4px;
                    height: auto;
                    font-size: 15px;
                }
                .step-input:focus {
                    border-color: #f15874;
                }
                .step-footer {
                    width: 100%;
                    background: #fff;
                    border-top: 1px solid #ddd;
                    padding: 20px 0;
                    position: fixed;
                    bottom: 0;
                    left: 0;
                    right: 0;
                }
                .step-form-submit-area {
                    display: inline-block;
                    position: relative;
                    left: 50%;
                    transform: translateX(-50%);
                }
                input.step-form-submit {
                    color: #fff;
                    position: relative;
                    background: linear-gradient(to right, #F15874 40%, #FE7B95);
                    border: 0;
                    outline: 0;
                    padding: 10px 30px;
                    z-index: 2;
                    font-weight: 700;
                    text-transform: uppercase;
                    border-radius: 30px;
                    font-size: 15px;
                }
                .step-footer-loader {
                    height: 3px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    transform: translateY(-50%);
                    background: #3640e4;
                    transition: all 0.5s;
                    display: none;
                }
                .step-footer-loader:after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 49%;
                    background: #3640e4;
                    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
                    width: 10px;
                    height: 10px;
                    transform: translate(50%, -50%);
                }
                .step-selective {
                    width: 100%;
                    display: none;
                }
                .step-label {
                    width: calc(100% + 10px);
                    height: calc(100% - 20px);
                    background: #fff;
                    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
                    position: relative;
                    cursor: pointer;
                    font-size: 14px;
                    text-align: center;
                    margin: 0 -5px;
                    margin-bottom: 20px;
                    transition: all 0.3s;
                }
                .step-img-holder {
                    position: relative;
                }
                .step2 .step-img-holder {
                    padding-top: 10px;
                }
                .step-label img {
                    width: 100%;
                    text-align: center;
                }
                .step2 .step-label img {
                    max-height: 55px;
                    width: auto;
                }
                .step-label-heading {
                    margin: 0;
                    font-weight: 600;
                    text-align: center;
                    font-size: 12px;
                    padding: 10px 10px;
                    color: #010101;
                    background: #fff;
                    position: relative;
                    line-height: 1.2;
                }
                .step-label:before, .contenthide:before {
                    content: "\f00c";
                    font-family: FontAwesome;
                    background-color: #f15874;
                    top: 10px;
                    left: auto;
                    right: 10px;
                    transform: scale(0);
                    color: #fff;
                    display: block;
                    border-radius: 50%;
                    position: absolute;
                    width: 26px;
                    height: 26px;
                    text-align: center;
                    line-height: 27px;
                    transition-duration: 0.1s;
                    font-weight: 900;
                    font-size: 14px;
                    transition: all 0.4;
                    z-index: 1;
                }
                
                .color-step .step-label:before {
                    display: none;
                }
                :checked + label:before, :checked + label .contenthide:before {
                    transform: scale(1);
                }
                .small-tick-area .step-label-heading {
                    margin-top: -34px;
                }
                .step-footer-loader > span {
                    position: absolute;
                    top: 0;
                    right: -5px;
                    transform: translateY(-150%);
                    color: #3640e4;
                    font-weight: 400;
                    font-size: 18px;
                    z-index: 30;
                    font-family: Montserrat, sans-serif;
                }
                .step-footer-loader > span > span {
                    opacity: 0.7;
                    font-size: 12px;
                }
                .step-pt-20 .step-img-holder {
                    padding-top: 20px;
                }
                .step-slider {
                    -webkit-appearance: none;
                    width: 100%;
                    height: 15px;
                    border-radius: 5px;
                    background: #d3d3d3;
                    outline: 0;
                    opacity: 0.9;
                    -webkit-transition: 0.2s;
                    transition: opacity 0.2s;
                    padding: 0;
                    margin-bottom: 15px;
                }
                .step-slider:hover {
                    opacity: 1;
                }
                .step-slider::-webkit-slider-thumb {
                    -webkit-appearance: none;
                    appearance: none;
                    width: 25px;
                    height: 25px;
                    border-radius: 50%;
                    background: #f15874;
                    cursor: pointer;
                }
                .step-slider::-moz-range-thumb {
                    width: 25px;
                    height: 25px;
                    border-radius: 50%;
                    background: #f15874;
                    cursor: pointer;
                }
                .p-left-bar {
                    float: left;
                    margin: 0;
                    font-size: 14px;
                    line-height: 30px;
                }
                .p-right-bar {
                    float: right;
                    margin: 0;
                    font-size: 14px;
                    line-height: 30px;
                }
                .max-700 {
                    width: 100%;
                    max-width: 700px;
                    margin: 0 auto;
                }
                .max-900 {
                    width: 100%;
                    max-width: 900px;
                    margin: 0 auto;
                }
                .step-footer-z-index {
                    z-index: 2000;
                    background: 0 0;
                    border: none;
                }
                .single-final-text > h4 {
                    line-height: 18px;
                    font-weight: 600;
                    font-size: 18px;
                    margin: 10px 0;
                }
                .single-final-text > p {
                    line-height: 30px;
                }


            .footertermsdiv a {
                text-transform: capitalize;
            }
            
            .contactusinfo > p > span.contact-font {
                font-weight: 400;
            }
            
            .carouselsolutionrowforipad{
                display: none;
            }
            
            .ipadcontactheadingrow{
                display: none;
            }
            .accordion-body {
                text-align: left;
            }
            .faqs .accordion-button:not(.collapsed) {
                color: #222;
                background-color: transparent;
                box-shadow: unset;
            }
            
            .faqs .accordion-item {
                padding: 10px 0;
                border-right: unset;
                border-left: unset;
                background-color: transparent;
            }
            .faqs .accordion-item h2 button {
                background-color: transparent;
                font-weight:700;
                color:#000;
            }
            .faqs .accordion-item h2 button:focus 
            {
                box-shadow: none;
                outline: none;
                border: 0px;
                color:#000;
            }
           .video-container {
                position: relative;
                width: 100%;
                max-width: 640px;
                max-height: 300px;
                border-radius: 12px;
                overflow: hidden;
            }
        .video-container iframe {
            width: 100%;
            height: 360px;
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.5); /* optional, for darker overlay */
        }
        .overlay img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .play-button {
            position: absolute;
            width: 100px;
            height: 100px;
            background: url('play-button.png') no-repeat center center;
            background-size: contain;
        }
        .aboutmainsec .portfoliotab > li > a.active {
            background-color: #fff !important;
            color: #fff !important;
        }
        
        .aboutmainsec .portfoliotab > li > a {
            border-color: #fff !important;
            color: #fff !important;
        }
          @media (min-width: 1200px){
            .container, .container-lg, .container-md, .container-sm, .container-xl {
                max-width: 1050px;
            }
            .pricingmaindiv div.col-8 h3{
                font-size: 17px;
            }
            .pricingmaindiv div.col-8 p {
                font-size: 14px;
            }
            .mainbannercontent > h1{
                font-size: 40px;
            }
            .mainbannercontent > p{
                font-size: 19px;
            }
          }
          
          @media (min-width: 1550px) {
              
            
            .mainbannersec {
                height: calc(100vh + 80px);
            }    
            .mainbannercontent {
                margin-top: -55px;
            }
          }



            @media (min-width: 1900px){
                
            .section-padding-1920 {
                padding: 60px 0 70px !important;
                margin: 0 !important;
            }
            
            .mainbannersec {
                height: calc(100vh + 80px);
            }    
            
            .navbar-brand > img{
                max-width: 174px;
            }
            .emailchat a{
                font-size: 16px;
            }
            .emailchat::before {
                right: 104px;
            }
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                max-width: 1474px;
            }
            .commonpagebanner .mainbannercontent{
                    margin: 0px;
            }
            .commonpagebanner div.col-md-7{
                margin: auto;
            }
            .portfoliopagemainsec{
                max-height: 850px;
            }
            .mainbannercontent {
                margin-top: 0px;
            }
            .bannerform {
                max-width: 550px;
            }
            .formbtn {
                padding: 14px 30px;
                white-space: nowrap;
                font-size: 18px;
                line-height: 1;
            }
            .mainbannercontent {
                margin-top: -55px;
            }
            .bannerformfield {
                font-size: 21px;
                padding-bottom: 10px;
            }
            .mainbannercontent > h1 {
                font-size: 56px;
            }
            .mainbannercontent > p {
                font-size: 26px;
            }
            header.desktopheader, header.desktopheader.shrink-nav {
                height: 83px !important;
            }
            .desktopheader > nav, .shrink-nav > nav {
                padding: 10px 0;
            }
            .input-group-text > img {
                max-width: 28px;
            }
            .sectionheadingdiv h5 {
                font-size: 20px;
            }
            .sectionheadingdiv h2, .aboutsidecontent > h2{
                font-size: 45px;
            }
            .sectionheadingdiv p, .aboutsidecontent > p, .creativeworkdiv > h3{
                font-size: 25px;
                
            }
            .bar {
                height: 5px;
                width: 90px;
            }
            .mb-5 > .sectionheadingdiv {
                padding-bottom: 15px;
            }
            .servicetabsul > li > a > img {
                max-width: 80px;
            }
            .solutiondiv > img {
                max-width: 115px;
            }
            .solutiondiv > h4 {
                font-size: 24px;
                font-weight: 600;
            }
            .solutiondiv > p, .servicetabcontentdiv > p, a.moreportfoliobtn, .aboutsidecontent > h5, .aboutsidecontent > a, .footercontent > p{
                font-size: 20px;
            }
            .servicetabsul > li > a, .portfoliotab > li > a, a.moreportfoliobtn, .contactform button{
                font-size: 18px;
            }
            .servicetabsul > li > a::before {
                bottom: -9%;
            }
            .servicetabsul > li > a {
                padding: 15px 43px;
            }
            .servicemaindiv {
                max-width: 1285px;
            }
            .servicetabcontentdiv > h1 {
                font-size: 45px;
            }
            .solutiondiv > a, .servicetabcontentdiv > a {
                font-size: 18px;
                padding: 11px 30px 13px;
            }
            .moreportfoliobtn {
                margin-top: 20px;
                display: inline-block;
            }
            .headerlinks > li > a {
                font-size: 18px;
            }
            .pricingmaindiv div.col-8 h3 {
                font-size: 26px;
            }
            .pricingmaindiv div.col-8 p {
                font-size: 20px;
            }
            .pricingheadingstuff {
                padding: 20px 22px 10px;
            }
            .pricingpricediv > h1 {
                font-size: 50px;
            }
            .pricingpricediv > p, .testimonialbottom > p{
                font-size: 20px;
            }
            .pricingbtndiv > a, .testimonialstar > i, .footerlinks a, .connecteddiv > div > p, .copyrightdiv p, .footertermsdiv a{
                 font-size: 16px;   
            }
            .pricingbtndiv > h6, .pricingmaindiv ul, .creativeworkdiv > p, .textimonialmaindiv > p{
                font-size: 18px; 
            }
            .creativeworkdiv > img {
                max-width: 250px;
            }
            .creativeworkdiv > h6 {
                font-size: 26px;
            }
            .aboutmainsec {
                margin-bottom: 0 !important;
            }
            .mb-0-1920 {
                margin-bottom: 0 !important;
            }
            .pricingmaindiv ul {
                padding: 10px 20px 0px 45px;
            }
            .progressbartext, .progress > span {
                font-size: 20px;
            }
            
            .progress > span {
                top: -35px;
            }
            .creativeworkdiv > p {
                margin-bottom: 0;
                font-size: 20px;
            }
            .abousideimgdiv > img {
                margin-top: -100px;
                min-height: 500px;
            }
            .creativedivrow > hr {
                bottom: 160px;
            }
            
            .pricingmaindiv img {
                width: auto;
            }
            .creativeworkdiv > h6{
                font-size: 22px;
                margin-bottom: 40px;
            }
            .creativeworkdiv > h6::before{
                bottom: -36px;
                width: 15px;
                height: 15px;     
            }
            .testimonialbottom > img {
                width: 70px;
                height: 70px;
            }
            
            .testimonialbottom > p {
                font-size: 22px;
            }
            
            .textimonialmaindiv > p {
                margin-bottom: 15px;
            }
            .testimonial-margin-1920 {
                margin-bottom: 0px !important;
            }
            .testimonialbottom > i{
                font-size: 45px;
            }
            .testimoniallogodiv > img{
                max-width: 210px;
                margin-bottom: 7px;
            }
            .contactusinfo p, .contactusinfo > p > a, .contact-font {
                font-size: 20px;
            }
            .footercontent > img {
                max-width: 220px;
            }
            .footerlinks > h4, .connecteddiv > h4{
                font-size: 24px;
            }
            .footercontent > a > i{
                font-size: 18px;
                width: 40px;
                height: 40px;
                padding-top: 12px;
            }
            .footerlinks > div.bar::before, .connecteddiv > div.bar::before {
                border: 3px solid #fff;
                top: -4px;
                height: 12px;
                width: 12px;
            }
            
            #accordion > h3{
                font-size: 20px;
            }
            #accordion > h3 > i {
                font-size: 18px;
            }
            #accordion div > p {
                font-size: 18px;
                font-weight: 500;
            }
            .portfoliopagemainsec div.col-md-6{
                margin: auto 0;
            }
            .portfoliopagemainsec .mainbannercontent{
                margin-top: 0;
            }
            
            .contactpagemainsec .contactmaindivinner{
                max-width: 1565px;
            }
            .contactformcoldiv{
                padding-left: 40px;
            }
            .mapiframe{
                padding-left: 40px;
            }
            .mapiframe{
                height: 350px;
            }
            .contactform textarea {
                height: 223px;
            }
            .contactpagemainsec {
                margin-top: -95px;
            }
            .footer > div > hr {
                margin: 50px 0px 20px;
            }
            
            .footerlinks a, .connecteddiv > div > p {
                font-size: 18px;
            }
            
            .connecteddiv > div > i {
                transform: translateY(3px);
            }
            
            .contactusinfo > i {
                transform: translateY(5px);
            }
            
            .bar::before {
                top: -4.2px;
                height: 13px;
                width: 13px;
            }
            
            .textimonialmaindiv {
                padding: 20px 30px;
            }
            
            .footer {
                padding-top: 60px !important;
            }
            
            
            .aboutpagebannersec {
                height: 61vh;
            }
            .aboutpagesolutionrow::before {
                left: 34%;
            }
            .aboutpagesolutionrow::after{
                right: 33%;
            }
            
            .aboutpagesolutiondiv .col-8 > h4 {
                font-size: 21px;
            }
            
            .aboutpagesolutiondiv .col-8 > p {
                font-size: 19px;
            }
            
            .aboutpagesolutiondiv img {
                max-width: 95px;
            }
            
            .aboutpagesolutionrow::before, .aboutpagesolutionrow::after {
                height: 294px;
            }
            
            .aboutpagesolutionrow hr {
                bottom: 147px;
            }
            
            ul.pointsul {
                font-size: 20px;
                margin: 30px 0 0;
            }
            
            .sectionheadingdiv p.parasidecontent {
                font-size: 20px;
                margin-bottom: 0 !important;
            }
            
            .pb-0-1920 {
                padding-bottom: 0 !important;
            }

            
            
            
           /* @-webkit-keyframes MOVE-BG {
              0% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
              }
              50% {
                -webkit-transform: translateX(77px);
                transform: translateX(77px);
              }
              100% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
              }
            }
            @keyframes MOVE-BG {
              0% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
              }
              50% {
                -webkit-transform: translateX(77px);
                transform: translateX(77px);
              }
              100% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
              }
            }*/
          }


            .displaynonedesktop{
                 display: none;
             }


          @media (max-width: 576px) { 
             
             header.desktopheader.shrink-nav .navbar-brand > img
             {
                 margin-top:0px !important;
             }
             header.desktopheader.shrink-nav
             {
                 height:auto !important;
             }
             .navbar-brand > img
             {
              margin-top:0px !important;    
             }
             .displaynonemobile, .creativeworkplus::before, .creativeworkequal::before, .contactpagemainsec::before, .logodesignsolutionrow::before, .logodesignsolutionrow::after, .aboutpagesolutionrow::before, .aboutpagesolutionrow::after{
                 display: none;
             }
             .displaynonedesktop{
                 display: block;
             }
             .phonecolorpinkmob{
                color: #f15874;
             }
              .desktopheader{
                position: fixed;
                z-index: 110;
                  width: 100%;
              }
              .desktopheader .container{
                  padding: 0;
              }
              .desktopheader a.navbar-brand{
                  padding-left: 15px;
              }
              .desktopheader button.navbar-toggler{
                  margin-right: 0px;
                    margin-top: -5px;
                  border-color: transparent;
              }
              .desktopheader button.navbar-toggler:focus{
                  box-shadow: none;
              }
              .desktopheader > nav{
                  padding-top: 12px;
              }
              .shrink-nav .navbar-toggler > .fa-bars{
                  color: #f15874;
              }
              .navbar-toggler > .fa-bars{
                font-size: 25px;
                color: #fff;
              }
              .headerlinks{
                background: #fff;
                padding: 15px 15px 15px;
                margin-top: 7px;
              }
              .headerlinks > li > a {
                color: #000 !important;
                  font-size: 15px;
              }
              .pricing-scrolled .pricing-menu{
                background: #fff;
                padding: 15px 15px 15px;
                margin-top: 7px;
              }
              /*.commonpagebanner .mainbannercontent{
                  margin-top: 192px;
              }*/
              .mainbannercontentmob{
                  margin-top: 0% !important;
              }
              section.mainbannersec.logoherosection .service-banner-video .video-js:not(.vjs-playing) .vjs-big-play-button::before 
              {
                  width:50%;
                  height:50%;
              }
              .bannerform > .col-md-8 {
                    padding-right: 10px;
                }
              .bannerformfield, .input-group-text{
                  border-bottom: 2px solid #fff;
              }
              .formbtn{
                  width: 70%;
              }
              a.formbtn{
                  width: auto;
              }
              .input-group{
                border: 0;
                border-radius: 30px;
                padding: 4px 0px;
                width: 90%;
                margin: auto;
                margin-bottom: 10px;
              }
              .mainbannersec{
                  background: none;
              }
              .mainbannercontent > h1 {
                font-size: 28px;
                font-weight: 500;
            }
              .mainbannercontent > p 
              {
                 margin-bottom: 30px;
                font-size: 18px;
            }
            section.mainbannersec.logoherosection
            {
                padding:170px 0 60px;
            }
              .mainbannersec div.col-sm-12{
                  margin: auto;
              }
              .mainbannercontent{
                  margin-top: 0;
                  margin-bottom: 35px;
              }
            
            .solutionrow > div.col-sm-12:nth-child(3) > .solutiondiv{
                margin: 0 10px -30px;
            } 
            
              .logodesignbannerdiv{
                    margin-top: 70px;
              }
              .logodesignbannerdiv > h1{
                 font-size: 26px !important;
                font-weight: 500;
              }
              .logodesignbannerdiv > p{
                  font-size: 18px !important;
              }
              .sectionheadingdiv h2, .aboutsidecontent > h2{
                font-size: 25px;
            }
              .sectionheadingdiv p {
                font-size: 15px;
                margin-bottom: 28px;
            }
            section.mainbannersec.logoherosection a.moreportfoliobtn
            {
                background: #fff;
            }
            section.section-padding-1920 .sectionheadingdiv 
            {
                margin-bottom: 29px;
            }
            
              .servicetabsul > li {
                width: 25%;
            }
              .solutiondiv {
                margin: 0 10px;
            }
              .servicetabsul > li > a {
                font-size: 13px;
                padding: 0 0px 10px;
                  font-weight: 500;
            }
            .servicetabsul > li > a > img {
                margin-bottom: 3px;
            }
              .servicetabcontentdiv {
                margin-top: -10px;
                margin-bottom: 33px;
            }
              .servicetabcontentdiv > h1 {
                font-size: 24px;
              }
              .servicetabcontentdiv > h3 {
                  font-size: 19px;
              }
              .servicetabcontentdiv > p {
                    font-size: 14px;
              }
              .servicetabsul > li > a::before {
                    bottom: -14px;
              }
              
              .portfoliotab{
                display: inline-block;
                width: 100%;
                text-align: center;
              }
              .portfoliotab > li{
                  margin-right: 0;
                    margin-bottom: 10px;
              }
              .emailchat{
                  display: none;
              }
              .pricingmaindiv{
                  margin: 0 12px;
              }
              .pricingheadingstuff {
                    padding: 12px 30px 10px;
              }
              .pricingmaindiv div.col-8 h3 {
                    font-size: 25px;
              }
              .pricingmaindiv div.col-8 p {
                    font-size: 18px;
              }
              .pricingpricediv > h1{
                  font-size: 45px;
              }
              .pricingmaindiv img {
                max-height: 60px;
            }
              .pricingmaindiv ul > li, .pricingbtndiv > a{
                  font-size: 15px;
              }
              .aboutmainsec{
                  margin-top: 30px;
              }
              .abousideimgdiv{
                    order: 2;
                }
              .aboutsidecontent > a{
                font-size: 14px;
            }
              .abousideimgdiv > img {
                max-height: 265px;
                margin-left: 0;
            }
              .aboutsidecontent {
                margin: 45px 0px 112px;
            }
            .aboutpagesolutionrow > div.col-md-4 > .aboutpagesolutiondiv{
                border-bottom: 0 !important;
                border-right: 0 !important;
            }
              .creativedivrow > hr{
                  display: none;
              }
              .creativeworkdiv{
                  margin-bottom: 28px;
              }
              .creativedivrow > div.col-sm-12:nth-child(4) > .creativeworkdiv{
                  margin-bottom: -15px;
              }
              .contactformleftcol{
                  margin-bottom: 20px;
              }
              .copyrightdiv{
                  text-align: center;
              }
              .textimonialmaindiv{
                  margin: 0 10px;
              }
              .footertermsdiv{
                  text-align: center !important;
                  margin-bottom: 12px;
              }
                .footercontent > img {
                    max-width: 150px;
              }
              .footerlinks > h4, .connecteddiv > h4{
                  font-size: 16px;
              }
              .footercontent{
                  margin-bottom: 20px;
              }
              .footercontent > p, .footerlinks a, .connecteddiv > div > p, .footertermsdiv a{
                font-size: 14px;
            }
              .copyrightdiv p {
                font-size: 12px;
                margin-bottom: 5px;
            }
            .contactpagemainsec .contactmaindivinner {
                border-radius: 0;
                max-width: 100%;
            }
            
            .aboutpagebannersec div.col-sm-12{
                  margin: auto;
              }
              .aboutpagebannersec .aboutpagebannerdiv{
                  margin-top: 50px;
              }
              .aboutpagebannersec::before{
                  display: none;
                    /*bottom: -27%;
                    left: 0;
                    width: 100%;*/
              }
              .aboutpagebannerdiv > h1 {
                    font-size: 26px;
                }
                .aboutpagebannerdiv > p{
                    font-size: 18px;
                }
                .aboutpagesolutionrow > div.col-sm-12:nth-child(6) > .aboutpagesolutiondiv{
                    margin-bottom: -24px;
                } 
                .aboutpagesolutionrow > .col-md-4:hover > .aboutpagesolutiondiv {
                    margin: 0 10px;
                }
            .step-heading h1 {
                    font-size: 26px;
                    line-height: 29px;
                }
                .step-container {
                    top: 60px;
                    height: calc(100% - 143px);
                }
                .top-mob {
                    position: relative;
                    top: 0;
                    width: 100%;
                    transform: none;
                    padding-top: 40px;
                }
                .colmobile {
                    width: 50%;
                }
                .colmobilerange {
                    width: 100%;
                }
                #accordion{
                    padding-right: 0px;
                }
                .aboutpagebannersec {
                    height: 50vh;
                }
                
          }
          
          @media screen and (max-width: 1400px) {
            .step-center.top-mob.step2 {
                position: relative;
                top: 0;
                width: 100%;
                transform: none;
                padding-top: 40px;
            }
        }



            @media  only screen and (min-width: 1024px) and (orientation: portrait) { 
                .abousideimgdiv > img {
                    height: auto;
                    max-height: none;
                    margin-left: 0;
                    width: 100%;
                }
                .creativedivrow > hr {
                    bottom: 140px;
                }
                .textimonialmaindiv {
                    padding: 10px 10px 15px;
                }
                .contactusinfo {
                    padding: 10px 8px 1px;
                }
                .aboutpagebannersec {
                    height: 35vh;
                }
                section.portfoliopagemainsec {
                    max-height: 500px;
                }
                .commonpagebanner {
                    height: 100vh;
                    max-height: 440px;
                }
                .contactpagemainsec .contactmaindivinner {
                    max-width: 968px;
                    padding: 0px 20px;
                }
                iframe.mapiframe{
                    height: 318px;
                }
                .solutiondiv::after{
                display: none;
            }
            .aboutsidecontent > p {
                font-size: 16px;
            }
            .creativeworkplus::before {
                right: -45px;
                width: 45px;
                height: 45px;
            }
            .creativeworkequal::before {
                right: -32px;
                width: 45px;
                height: 45px;
            }
                
            }
            
            @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
            .emailchat, .solutionrow, .ipadhidecontactdiv{
                display: none;
            }
            .desktopheader div.container{
                max-width: 100%;
                padding: 0;
            }
            .desktopheader a.navbar-brand{
                margin-left: 16px;
            }
            .desktopheader button.navbar-toggler{
                margin-right: 15px;
                border: 0;
            }
            .desktopheader i.fa-bars{
                color: #fff;
            }
            .headerlinks{
                background: #fff;
                padding: 10px 24px;
                margin-top: 8px;
            }
            i.phonecolorpinkmob{
                color: #f15874;
            }
            .headerlinks > li > a {
                color: #000 !important;
            }
            .shrink-nav .navbar-brand > img {
                margin-top: 0px;
            }
            .shrink-nav i.fa-bars {
                color: #f15874;
            }
            .pricingrowforipad > div.col-md-3{
                width: 50%;
            }
            .aboutsidecontent > h2 {
                font-size: 24px;
            }   
            .abousideimgdiv > img {
                display: none;
            }
            .aboutmainsec {
                margin-top: 45px;
                background-color: #f15874;
                padding: 48px 0px 0px;
            }
            .aboutpagebannersec{
                height: 35vh;
            }
            .commonpagebanner{
                height: 35vh;
            }
            .portfoliopagemainsec {
                height: 50vh;
                max-height: 520px;
            }
            .portfoliotab > li > a {
                padding: 8px 24px;
            }
            .contactusinfoipad > div.col-sm-12{
                width: 100%;
            }
            .contactpagemainsec .contactmaindivinner {
                max-width: 725px;
                padding: 0px 10px;
            }
            .contactformcoldiv{
                margin: auto 0;
            }
            iframe.mapiframe{
                height: 360px;
            }
            .formbtn {
                width: 135px;
            }
            .carouselsolutionrowforipad{
                display: block;
            }
            .solutiondiv{
                text-align: center;
            }
            .solutiondiv > img{
                margin: 0 auto;
            }
            .solutiondiv::after{
                background: #fff;
            }
            .servicemaindiv > .row > .col-sm-12{
                width: 100%;
            }
            .servicetabcontentdiv{
                margin-bottom: 45px;
            }
            .creativedivrow > hr {
                bottom: 140px;
            }
            .creativeworkdiv > img {
                max-width: 166px;
            }
            .creativeworkdiv > p {
                padding: 0px 5px;
            }
            .testimonial-margin-1920 > div.col-sm-12{
                width: 50%;
            }
            .aboutmainsec div.row > .col-sm-12{
                width: 100%;
            }
            .abousideimgdiv{
                width: 100%;
                order: 2;
                margin-top: 35px;
            }
            .aboutsidecontent{
                text-align: center;
              margin-bottom: 20px;
            }
            .aboutsidecontent > div.bar{
                margin: 10px auto;
            }
            .aboutsidecontent > p {
                font-size: 16px;
            }
            .creativeworkplus::before {
                right: -45px;
                width: 40px;
                height: 40px;
            }
            .creativeworkequal::before {
                right: -32px;
                width: 40px;
                height: 40px;
            }
            .ipadcontactheadingrow{
                display: block;
                margin-bottom: 30px;
            }
            .aboutpagesolutionrow > div.col-md-4 {
                width: 50%;
            }
            .aboutpagesolutionrow > div.col-md-4 > .aboutpagesolutiondiv{
                border-bottom: 1px solid #cfcfcf;
                border-right: 1px solid #cfcfcf;
            }
            .aboutpagesolutionrow > div.col-md-4:nth-child(even) > .aboutpagesolutiondiv{
                border-right: 0;
            }
            .aboutpagesolutionrow > div.col-md-4:nth-child(5) > .aboutpagesolutiondiv, .aboutpagesolutionrow > div.col-md-4:nth-child(6) > .aboutpagesolutiondiv{
                border-bottom: 0;
            }
            .ipadactivitiesrow > div.col-md-6{
                width: 100%;
            }
            .aboutpagecarouselipad .owl-item img {
                width: 73% !important;
                margin: auto;
            }
            .portfoliobannerdiv{
                display: none;
            }
            .ipadbannerportfoliorow{
                justify-content: center;
                text-align: center;
            }
            .ipadbannerportfoliorow > div.col-sm-12{
                width: 70%;
            }
             .ipadbannerportfoliorow .mainbannercontent{
                 margin-top: 60px;
             }
             .pricing-menu{
                 background: #fff;
                padding: 10px 24px;
                margin-top: 8px !important;
             }
   
            }
   











            .navbar .container {
                position: relative;
            }
            
            .nav-item.dropdown .mega-box {
                display: none;
                position: fixed; 
                top: 60px;  
                left: 7vw;  
                width: 85vw;  
                background-color: #fff;
                z-index: 1000;
                padding: 40px 15px;
                border-radius: 5px;
                box-shadow: 0 0 10px 1px #cecece;
            }
            
            .nav-item.dropdown:hover .mega-box {
                display: block;
            }
            
            li.nav-item.dropdown {
                position: static;
            }
            .sub-box {
                display: flex;
                flex-flow: row;
                justify-content: space-between;
                padding-bottom: 25px;
                align-items: flex-start;
            }
            
            .sub-box img {
                width: 33%;
            }
            
            .sub-box .sub-details {
                width: 64%;
            }
            
            .sub-details h5 {
                margin-bottom: 0;
                color: #f15874;
                font-size: 16px;
            }
            
            .sub-details p {
                margin-bottom: 0;
                font-size: 13px;
                color: #222;
            }
            
            .megainner-box a {
                text-decoration: none;
            }
            
            .alignclass {
                position: relative;
                display: flex;
                align-items: flex-start;
            }
            
            .second-col:after, .second-col:before {
                content: '';
                width: 3px;
                height: 90%;
                background-color: #cecece;
                position: absolute;
                top: 0%;
            }
            
            .second-col:before {
                left: 0;
            }
            
            .second-col:after {
                right: 0;
            }
            
            .megaimg-box {
                display: flex;
                flex-flow: row;
                justify-content: flex-start;
                align-items: center;
                margin-bottom: 15px;
            }
            
            .megaimg-box img {
                margin-right: 15px;
                max-width: 95px;
            }
            .megainner-box .connecteddiv > div > p, .megainner-box .connecteddiv > h4, .megainner-box .connecteddiv > div > p > a {
                color: #000;
            }
            .megainner-box .connecteddiv > div > i {
                border-color: #000;
            }
            .blacklogo
            {
                display:none;
            }
            .shrink-nav .blacklogo
            {
                display:block;
            }
            .shrink-nav .whitelogo
            {
                display:none;
            }
            .emailchat a
            {
                margin-right: 17px;
            }
            .emailchat a:last-child 
            {
                margin: 0px;
            }
            .shrink-nav .navbar-brand > img
            {
                margin-top:0px !important;
            }
            .navbar-brand > img
            {
                margin-top:16px;
            }
            .shrink-nav .navbar-brand > img 
            {
                margin-top: 16px !important;
            }
            .shrink-nav
            {
                height: 66px !important;
            }
            
            /*modal form taha*/
            
            @font-face 
            { 
                font-family: 'Larsseit-Regular'; 
                src: url('../fonts/Larsseit-Regular/LarsseitRegular.ttf')
            } 
            
            
            .title01
            {
                position:relative;
                font-size: 42px;
                font-family: 'Larsseit-Bold';
                text-transform: uppercase;
                font-weight: 700;
                margin-bottom: 20px;
            }
            .poppup-form
            {
                position: fixed;
                left:50%;
                top:50%;
                transform: translate(-50%, -50%) scale(0.7);
                width: 90%;
                display: none;
                z-index: 1050;
            }
            .popup-body
            {
                /*background: #fff;*/
                background: transparent;
                border-radius: 18px;
            }
            .poppup-form .form
            {
                position: relative;
                padding: 38px 44px 38px 30px;
                background-color: #fff;
            }
            .poppup-form .form:before
            {
                content:'';
                position: absolute;
                right: -12px;
                top:50%;
                width: 90%;
                height:100%;
                transform: translateY(-50%);
                background:url('assets/images/shape1.webp') no-repeat;
                background-size: cover;
            }
            .poppup-form .form p
            {
                position:relative;
                color: #000;
                font-family: "Poppins", sans-serif;
                margin-bottom: 26px;
                font-size:22px;
            }
            .poppup-form .form form
            {
                position: relative;
                z-index:1;
            }
            .poppup-form .form form .submit
            {
                width: 100%;
                padding: 18px 30px;
                border-radius: 100px;
                background: #F15874;
                border: 0px;
                color: #fff;
                text-transform: capitalize;
                font-family: "Poppins", sans-serif;
                font-size: 22px;
                font-weight: 500;
            }
            .poppup-form .form form input
            {
                border-radius: 100px;
                height:60px;
                padding:10px 23px;
                border: 1px solid #000;
                margin-bottom: 22px;
                font-family: "Poppins", sans-serif;
                font-size:24px;
            }
            .poppup-form .form form input:focus
            {
                border: 1px solid #000;
                outline: 0px;
                box-shadow: none;
            }
            .poppup-form .form form select
            {
                border-radius: 100px;
                border: 1px solid #000;
                margin-bottom: 24px;
                font-family: "Poppins", sans-serif;
            }
            .poppup-form .form form select:focus
            {
                border: 1px solid #000;
                outline: 0px;
                box-shadow: none;
            }
            .poppup-form .form form textarea
            {
                border-radius: 100px;
                border: 1px solid #000;
                font-family: "Poppins", sans-serif;
            }
            .poppup-form .form form textarea:focus
            {
                border: 1px solid #000;
                outline: 0px;
                box-shadow: none;
            }
            label
            {
                position:relative;
                font-size:22px;
                margin-bottom: 12px;
                font-family: "Poppins", sans-serif;
                text-transform: capitalize;
            }
            .poppup-form .form form ::placeholder
            {
                font-family: "Poppins", sans-serif;
                font-size:20px;
            }
            .popup-column
            {
                position: relative;
                background:url('../images/popup-bg.webp') no-repeat;
                background-size: cover;
                display: flex;
                flex-direction: column;
                height:100%;
                padding: 27px 56px;
                margin-bottom: 15px;
            }
            /*.modal_heading{*/
            /*    font-size: 82px;*/
            /*}*/
            .popup-column .special-offer
            {
                position: relative;
                background: url('assets/images/special-tag.webp') no-repeat;
                background-size: cover;
                width: 244px;
                margin: auto;
            }
            .popup-column h3
            {
                text-transform: uppercase;
                color: #000;
                font-family: 'Larsseit-Bold';
                text-align: center;
                font-size: 30px;
                margin: 0 auto;
            }
            .poppup-form .popup-column h1
            {
                text-transform: capitalize;
                font-size: 68px;
                color: #fff;
                font-family: 'Larsseit-Bold';
                margin-top: 8px;
                line-height: 1.1;
            }
            .poppup-form .popup-column h1 span.regular
            {
                font-family: 'Larsseit-Regular'; 
                color: #fff;
            }
            .poppup-form .popup-column h1 span
            {
                width: fit-content;
                position: relative;
                color:#000;
                text-transform: uppercase;
            }
            .poppup-form .popup-column h1 span img
            {
                width: 250px;
                position: absolute;
                left: 0;
                bottom: -8px;
            }
            .poppup-form .popup-column p
            {
                color: #fff;
                font-size: 24px;
                margin-top: 20px;
                max-width: 34rem;
            }
            .poppup-form .popup-column .laptop-mockup
            {
                margin-top: 20px;
            }
            .discout-text
            {
                position: absolute;
                bottom: 22px;
                right: 38px;
            }
            .discout-text h4
            {
                position: relative;
                color:#fff;
                font-family: 'Larsseit-Bold';
                font-size: 45px;
                text-transform: uppercase;
                margin-left: 25px;
            }
            .discout-text img
            {
                max-width: 70px;
                position: absolute;
                bottom: -11px;
                left: -27px;
                transform: translateX(-50%);
            }
            .modal_promote {
                font-size: 3rem !important;
                font-weight: 300;
                margin: 0px;
            }
            .close-btn 
            {
                position: absolute;
                right: 15px;
                top: 15px;
                cursor: pointer;
                font-size: 25px;
            }
            .close-btn i
            {
                font-size:30px;
            }
            .popup-bg 
            {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.6);
                display: none;
                z-index: 200;
            }
            @media(max-width:1900px)
            {
                .close-btn
                {
                    top: 20px;
                }
                .poppup-form .popup-column h1
                {
                    font-size:114px;
                }
                .popup-body 
                {
                    border-radius: 26px;
                    overflow: hidden;
                }
                .mainbannersec 
                {
                    height: calc(122vh + 80px);
                }
            }
            @media(max-width:1600px)
            {
                /* .poppup-form .popup-column h1*/
                /*{*/
                /*    font-size: 81px;        */
                /*} */
                .close-btn
                {
                 top: 20px;   
                }
                .popup-body
                {
                    border-radius: 25px;
                }
                .mainbannersec 
                {
                    height: calc(100vh + 80px);
                }
            }
            @media (max-width: 1366px) 
            {
                .poppup-form
                {
                     transform: translate(-50%, -50%) scale(0.6);
                }
                .poppup-form .popup-column h1 
                {
                    font-size: 80px;
                }
                 .close-btn
                {
                 top: 20px;   
                }
            }
            @media(max-width:1280px)
            {
                 .close-btn
                {
                 top: 20px;   
                }
                .poppup-form .popup-column h1 
                {
                    font-size: 58px;
                }
            }
            @media(min-width:1900px)
            {
                .popup-column{
                    border-radius: 25px 0px 0px 25px;
                }
                .poppup-form .form {
                    border-radius: 0px 25px 25px 0px;
                }
            }
            @media(max-width:1024px)
            {
                .title01  
                {
                    font-size: 37px;
                }
                .popup-column
                {
                    padding: 27px 30px;
                }
                .poppup-form .popup-column h1
                {
                    font-size: 69px;
                }
                .popup-column .special-offer
                {
                    margin: 40px auto 20px;
                }
            }
            @media(max-width:768px)
            {
                .title01  
                {
                    font-size: 26px;
                }
                .popup-column
                {
                    padding: 27px 30px;
                }
                .poppup-form .popup-column h1
                {
                    font-size: 49px;
                }
                .popup-column .special-offer
                {
                    margin:40px 0; 
                }
                .close-btn
                {
                    top: 36px;
                }
            }
            @media(max-width:576px)
            {
                .display-none
                {
                    display: none;
                }
                .title01 
                {
                    font-size: 26px;
                }
                .poppup-form
                {
                    width:100%;
                }
                .poppup-form .form p
                {
                    font-size:16px;
                }
                .poppup-form .form form label
                {
                    font-size: 16px;
                }
                .poppup-form .form form input
                {
                    height:50px;
                    font-size:16px;
                }
            }
            @media(max-width:280px)
            {
                .display-none
                {
                    display: none;
                }
                .title01  
                {
                    font-size: 29px;
                }
                .poppup-form .form
                {
                    padding: 38px 15px 38px 15px;
                }
            }
            