/***** General CSS *****/
 body {
     word-break: break-word;
     font: 15px/25px 'Now-Regular';
     color: #393939;
     overflow-x: hidden;
}
 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
}
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
}
 ::-webkit-scrollbar-thumb {
     background-color: #35b280;
     background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent) 
}
 a {
     text-decoration: none;
     color: #28b16d;
     white-space: initial;
}
 a:hover, a:focus {
     text-decoration: none;
     color: #393939;
}
 a:hover {
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
}
 img {
     max-width: 100%;
}
 input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     outline: none;
}
 select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 ul {
     margin: 0 0 20px;
     padding: 0;
     list-style-type: none;
}
 p {
     font-weight: 300;
     line-height: 1.2;
}
/***** Font Files *****/
/*@font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Semibold.woff2') format('woff2'), url('../fonts/Graphik-Semibold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Thin.woff2') format('woff2'), url('../fonts/Graphik-Thin.woff') format('woff');
     font-weight: 100;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Black.woff2') format('woff2'), url('../fonts/Graphik-Black.woff') format('woff');
     font-weight: 900;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik Super';
     src: url('../fonts/Graphik-Super.woff2') format('woff2'), url('../fonts/Graphik-Super.woff') format('woff');
     font-weight: 900;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Medium.woff2') format('woff2'), url('../fonts/Graphik-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Regular.woff2') format('woff2'), url('../fonts/Graphik-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Light.woff2') format('woff2'), url('../fonts/Graphik-Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Bold.woff2') format('woff2'), url('../fonts/Graphik-Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Extralight.woff2') format('woff2'), url('../fonts/Graphik-Extralight.woff') format('woff');
     font-weight: 200;
     font-style: normal;
     font-display: swap;
}
*/
/*@font-face {
    */
    /* font-family: 'Now-Regular';
    */
    /* src: url('../fonts/Muli-Light.woff2') format('woff2'),*/
    /* url('../fonts/Muli-Light.woff') format('woff');
    */
    /* font-weight: 300;
    */
    /* font-style: normal;
    */
    /* font-display: swap;
    */
    /*
}
*/
/*@font-face {
    */
    /* font-family: 'Now-Regular';
    */
    /* src: url('../fonts/Muli.woff2') format('woff2'),*/
    /* url('../fonts/Muli.woff') format('woff');
    */
    /* font-weight: normal;
    */
    /* font-style: normal;
    */
    /* font-display: swap;
    */
    /*
}
*/
/*@font-face {
    */
    /* font-family: 'Now-Regular';
    */
    /* src: url('../fonts/Muli-Bold.woff2') format('woff2'),*/
    /* url('../fonts/Muli-Bold.woff') format('woff');
    */
    /* font-weight: bold;
    */
    /* font-style: normal;
    */
    /* font-display: swap;
    */
    /*
}
*/
/*@font-face {
    */
    /* font-family: 'Now-Regular';
    */
    /* src: url('../fonts/Muli-SemiBold.woff2') format('woff2'),*/
    /* url('../fonts/Muli-SemiBold.woff') format('woff');
    */
    /* font-weight: 600;
    */
    /* font-style: normal;
    */
    /* font-display: swap;
    */
    /*
}
*/
/*@font-face {
    */
    /* font-family: 'Now-Regular';
    */
    /* src: url('../fonts/Muli-ExtraLight.woff2') format('woff2'),*/
    /* url('../fonts/Muli-ExtraLight.woff') format('woff');
    */
    /* font-weight: 200;
    */
    /* font-style: normal;
    */
    /* font-display: swap;
    */
    /*
}
*/
 @font-face {
     font-family: 'Now-Regular';
     src: url(https://probyte.pk/assets/fonts/Now-Regular.otf);
}
 @font-face {
     font-family: 'Now-light';
     src: url(https://probyte.pk/assets/fonts/Now-Light.otf);
}
/***** Custom Classes *****/
 .noPadding {
     padding: 0;
}
 .noLeft {
     padding-left: 0;
}
 .noRight {
     padding-right: 0;
}
 .centerCol {
     float: none;
     margin: 0 auto;
}
 .pt_8 {
     padding-top: 80px;
}
 .pb_8 {
     padding-bottom: 80px;
}
 .py_8 {
     padding: 80px 0px;
}
 .flexRow {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
}
 .flexCol {
     -webkit-box-flex: 1;
     -moz-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     align-items: center;
}
 h1 {
     font-family: 'Now-Regular';
     font-size: 65px;
     line-height: 1.3;
     color: #fff;
     font-weight: bold;
     margin: 0 0 20px;
}
 h2 {
     font-family: 'Now-Regular';
     font-size: 55px;
     line-height: 1.2;
     color: #393939;
     font-weight: 500;
     margin: 0 0 30px;
}
 h3 {
     font-family: 'Now-Regular';
     font-size: 30px;
     line-height: 1.2;
     color: #000000;
     font-weight: 600;
     margin: 0 0 28px;
}
 h4 {
     font-family: 'Now-Regular';
     font-size: 24px;
     line-height: 1.2;
     color: #393939;
     font-weight: 500;
     margin: 0 0 13px;
}
 h5 {
     font-family: 'Now-Regular';
     font-size: 20px;
     line-height: 1.2;
     color: #393939;
     font-weight: 500;
     margin: 0 0 20px;
}
 h6 {
     font-family: 'Now-Regular';
     font-size: 18px;
     line-height: 1.2;
     color: #393939;
     font-weight: 500;
     margin: 0 0 22px;
}
 select {
     background: #fff url('../images/arrow.png') no-repeat right;
     padding: 0 40px 0 30px;
}
 ::-webkit-input-placeholder {
     color: #575757;
}
 ::-moz-placeholder {
     color: #575757;
     opacity: 1;
}
 :-ms-input-placeholder {
     color: #575757;
}
 :-moz-placeholder {
     color: #575757;
     opacity: 1;
}
/*header css start */
 .nav_bttn a i {
     font-size: 29px;
     color: #fff;
     font-weight: 300;
     transform: rotateY(180deg);
}
 .nav_bttn>a {
     display: flex;
     align-items: center;
     gap: 20px;
}
 .menu-toggle {
     opacity: 0.6;
     background-color: transparent;
     position: fixed;
     z-index: 999;
     top: 12%;
     left: 0;
     border: none;
     width: 36px;
     height: 36px;
     outline: none;
     transition: opacity 0.2s ease-out 0s;
     right: 0;
     margin: 0 auto;
}
 .menu-toggle::after {
     opacity: 0;
     content: "\f00d";
     color: white;
     position: absolute;
     top: 16px;
     left: 2px;
     font-family: "Font Awesome 5 Pro";
     font-size: 50px;
     line-height: 0;
     transition: opacity 0.4s ease-out 0s;
}
 .menu-toggle:active {
     transform: translateY(2px);
}
 .menu-toggle:hover {
     opacity: 1;
}
 .open .menu-toggle {
     opacity: 1;
}
 .open button::before {
     opacity: 0;
     width: 0px;
}
 .open button::after {
     opacity: 1;
     transform: translate3d(0px, 0px, 0px) rotate(360deg);
     transition: transform 0.4s ease-out 1s, opacity 0.4s ease-out 1s;
}
 nav {
     z-index: 99;
     position: fixed;
     top: -100%;
     left: 0px;
     width: 100%;
     height: 100%;
     transform: translate3d(0px, 0px, 0px);
     backface-visibility: hidden;
     overflow: hidden;
}
 nav::before {
    content: "";
    position: absolute;
    inset: 0px;
    margin: auto;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    border-radius: 0;
    overflow: hidden;
    z-index: 999 !important;
}
 .open nav {
     top: 0px;
}
 .open nav::before {
    /* animation: 0.8s ease-out 0s 1 normal forwards running menu-animation;
     */
}
 ul.menu {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate3d(-50%, -50%, 0px);
     backface-visibility: hidden;
     color: white;
}
 ul.menu li {
     opacity: 0;
     text-align: center;
     transform: translate3d(0px, 36px, 0px);
}
 ul.menu li::before {
     content: "";
     position: absolute;
     inset: 0px 0px 0px auto;
     margin: auto;
     background-color: #35b280;
     height: 120%;
     width: 0px;
     overflow: hidden;
     transition: width 0.14s ease-out 0s;
     z-index: -1;
     clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
 ul.menu li::after {
     opacity: 0;
     content: "";
     z-index: -1;
     position: absolute;
     transition: transform 0.1s ease-out 0s, opacity 0.1s ease-out 0s;
     background-color: #fff;
     width: 15px;
     height: 120%;
     left: -10px;
     top: -3px;
}
 ul.menu li:hover::before {
     left: -10px;
     right: 0px;
     width: 110%;
}
 ul.menu li:hover::after {
     opacity: 1;
    /* transform: translate(0px, 6px);
     */
     transition: transform 0.2s ease-out 0.14s, opacity 0.2s ease-out 0.14s;
}
 .open ul.menu li {
     opacity: 1;
     transform: translate3d(0px, 0px, 0px);
     transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
}
 .open ul.menu li:nth-child(1) {
     transition-delay: 0.75s;
}
 .open ul.menu li:nth-child(2) {
     transition-delay: 0.85s;
}
 .open ul.menu li:nth-child(3) {
     transition-delay: 0.95s;
}
 .open ul.menu li:nth-child(4) {
     transition-delay: 1.05s;
}
 .open ul.menu li:nth-child(5) {
     transition-delay: 1.1s;
}
 .open ul.menu li:nth-child(6) {
     transition-delay: 1.15s;
}
 .open ul.menu li:nth-child(7) {
     transition-delay: 1.2s;
}
 .open ul.menu li:nth-child(8) {
     transition-delay: 1.25s;
}
 .menu.poppup-mnu a {
     font-size: 25px;
     color: white;
     font-weight: 200;
     z-index: 9;
     padding: 0 30px;
}
 .menu.poppup-mnu li {
     margin-bottom: 40px;
}
 ul.menu.poppup-mnu {
     z-index: 9999;
}
 @keyframes menu-animation {
     0% {
         opacity: 0;
         transform: scale(0.04) translateY(300%);
    }
     40% {
         transform: scale(0.04) translateY(0px);
         transition: all 0s ease-out 0s;
    }
     40% {
         transform: scale(0.04) translateY(0px);
    }
     60% {
         opacity: 1;
         transform: scale(0.02) translateY(0px);
    }
     61% {
         transform: scale(0.04);
    }
     99.9% {
         height: 0px;
         padding-bottom: 100%;
         border-radius: 100%;
    }
     100% {
         transform: scale(2);
         height: 100%;
         padding-bottom: 0px;
         border-radius: 0px;
    }
}
 header {
     position: absolute;
     width: 100%;
     z-index: 10;
     padding: 20px 0px;
     transition: 0.3s ease-in-out;
}
 header.sticky {
     position: fixed;
     background: #fff;
     transition: 0.3s ease-in-out;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 header.sticky .container {
     border: transparent;
     padding-bottom: 0;
     transition: 0.3s ease-in-out;
}
 header.sticky .logo-here>img {
     filter: brightness(0);
}
 header.sticky .nav_bttn>a>span {
     color: #000;
}
 header.sticky .nav_bttn a i {
     color: #000;
}
 header.sticky .theme-btn:after {
     background-color: #000;
}
 .logo-here>img {
     width: 30%;
}
 header ul {
     margin: 0;
     gap: 60px;
     align-items: center;
}
 .nav_bttn>a>span {
     color: #fff;
     font-size: 18px;
     font-family: 'Now-Regular';
}
/*header css end */
/* banner */
 .banner {
     position: relative;
     height: 100vh;
     overflow: hidden;
     z-index: 1;
     display: flex;
     align-items: center;
}
 .banner>.mainvideo {
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: top;
}
 .banner>.mainvideo {
     position: absolute;
     left: unset;
     width: 70%;
     height: 100%;
     object-fit: cover;
     object-position: left;
     z-index: -2;
     right: 0;
}
 .banner:after {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     left: 0;
     z-index: -1;
     top: 0;
     background: linear-gradient(90deg, #0b1d39 0%, #1a2f4f 30%, rgb(17 31 53 / -10%) 90%);
}
 .theme-btn {
     background-color: #35b280;
     font-size: 20px;
     color: #fff;
     font-family: 'Now-Regular';
     width: fit-content;
     display: flex;
     height: 45px;
     align-items: center;
     justify-content: center;
     padding: 0 40px;
     transition: 0.2s all;
     position: relative;
     clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
     font-weight: 300;
}
 .theme-btn:hover {
     transition: 0.2s all;
     clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
     color: #fff;
}
 .theme-btn:after {
     position: absolute;
     content: "";
     background-color: #fff;
     width: 0;
     height: 100%;
     left: 0;
     transition: 0.2s all;
}
 .theme-btn:hover:after {
     width: 10%;
}
 .banner-text>h1>span {
     font-size: 22px;
     display: block;
     position: relative;
     padding-left: 100px;
     font-weight: 400;
     margin-bottom: 20px;
}
 .banner-text {
     width: 90%;
}
 .banner-text>h1 {
     font-weight: 500;
     line-height: 1.3;
     font-size: 61px;
     position: relative;
}
 .banner-text>p {
     color: #fff;
     width: 100%;
     line-height: 1.4;
     margin-bottom: 3%;
     transition: 0.3s ease-in-out;
     font-size: 30px;
     font-weight: 200;
     margin-top: 40px;
}
 .banner-text>h1>span:after {
     position: absolute;
     content: "";
     background: #86d6f4;
     width: 80px;
     height: 2px;
     left: 0;
     top: 40%;
}
 .banner .cust-prev>span {
     color: #fff;
     font-size: 16px;
     display: block;
     margin-bottom: 30px;
     text-transform: uppercase;
     font-family: 'Now-Regular';
}
 header>.container {
     border-bottom: 1px solid #45546b;
     padding-bottom: 30px;
     transition: 0.3s ease-in-out;
}
 .theme-btn>i {
     margin-left: 10px;
     transform: rotate(-35deg);
     transition: 0.3s ease-in-out;
}
 .theme-btn:hover i {
     transform: rotate(0deg);
}
 .banner-text>h1:after {
     position: absolute;
     content: "";
     background: #f8741a;
     width: 140px;
     height: 1px;
     left: 0;
     bottom: -25px;
}
 .banner_btm_logos {
     background-color: #10203985;
     padding: 50px 0px;
     margin-top: -125px;
     z-index: 1;
     position: relative;
}
 .banner_btm_logos .slick-slide {
     opacity: 1;
}
 .banner_btm_logos .slick-slide img {
     height: 25px;
     width: 170px;
     object-fit: contain;
}
/* banner */
/* top services */
 .all-sec {
     padding: 60px 0px;
}
 .theme-heading>h2 {
     color: #242424;
     font-size: 55.12px;
     font-weight: 600;
     line-height: 1.3;
     margin-bottom: 40px;
}
 .serv-box {
     position: relative;
     background-color: #ecf7f3;
     padding: 30px 30px;
     z-index: 1;
     height: 260px;
     transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
     display: flex;
     align-items: end;
     overflow: hidden;
     margin-bottom: 40px;
}
 .serv-box>ul {
     margin-bottom: 0;
     display: flex;
     align-items: end;
     width: 100%;
}
 .serv-box>ul>* {
     width: 50%;
}
 .serv-box>img {
     position: absolute;
     bottom: 0;
     right: 0;
     z-index: -1;
     transition: 0.3s ease-in-out;
}
 .serv-box>ul>li>h3 {
     color: #242424;
     font-size: 33px;
     margin-bottom: 0;
}
 .serv-box:after {
     position: absolute;
     content: "";
     background: transparent;
     width: 10%;
     height: 20%;
     left: 0;
     top: 0;
     z-index: -1;
     border-top: 5px solid #F67023;
     border-left: 5px solid #f67023;
     transition: 0.3s ease-in-out;
}
 .serv-box:hover:after {
     width: 20%;
     height: 40%;
     transition: 0.3s ease-in-out;
}
 .serv-box:hover img {
     transform: scale(1.1) rotate(-6deg);
}
 .serv-box>ul>li>ul>li {
     font-size: 20px;
     margin-bottom: 14px;
     font-family: 'Now-Regular';
     font-weight: 300;
     color: #464a48;
     position: relative;
     width: fit-content;
     transition: 0.3s ease-in-out;
     cursor: pointer;
}
 .serv-box>ul>li>ul>li:last-child {
     margin: 0;
}
 .serv-box>ul>li>ul {
     margin: 0;
}
 .serv-box>ul>li>ul>li>i {
     color: #f67023;
     font-size: 16px;
     position: absolute;
     left: 0px;
     top: 3px;
     opacity: 0;
     transition: 0.3s ease-in-out;
}
 .serv-box:hover ul>li>ul>li>i {
     transform: translate(-21px, 0px);
     opacity: 1;
}
/* top services */
/* Services */
 .serv-wrpp.one1>a {
     position: relative;
     overflow: hidden;
     transition: 0.2s ease-in-out;
     display: block;
     height: 100%;
}
 .serv-wrpp.one1>a>img {
     width: 100%;
     height: 600px;
     object-fit: cover;
     object-position: top;
     transition: 0.3s ease-in-out;
}
 .serv-wrpp.one1>a>.serv-txt-wrpp {
     position: absolute;
     top: 20%;
     left: 15%;
     padding-right: 50px;
}
 .serv-wrpp.one1>a>.serv-txt-wrpp>span {
     font-size: 22.44px;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 4px;
     font-family: 'Now-Regular';
     font-weight: 500;
     display: block;
     margin-bottom: 10px;
}
 .serv-wrpp.one1>a>.serv-txt-wrpp>h3 {
     font-size: 51.44px;
     color: #fff;
     font-family: 'Now-Regular';
     font-weight: 500;
     margin: 0;
}
 .services-secc .col-lg-6 {
     padding: 0;
     margin: 0;
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul {
     margin: 0;
     align-items: center;
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul>li>img {
     width: 100%;
     display: block;
     height: 300px;
     transition: 0.3s ease-in-out;
     object-fit: cover;
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul>li {
     width: 100%;
     overflow: hidden;
     background: #f8f8f8;
     height: 300px;
     display: flex;
     align-items: center;
}
 .services-secc .row>.col-lg-6:nth-child(2) a {
     overflow: hidden;
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul>li>.serv-textt-two {
     padding-left: 30px;
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul>li>.serv-textt-two>span {
     font-size: 17.97px;
     color: #233169;
     text-transform: uppercase;
     font-weight: 500;
     font-family: 'Now-Regular';
     letter-spacing: 2px;
     margin-bottom: 10px;
     display: block;
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul>li>.serv-textt-two>h3 {
     font-size: 33px;
     font-family: 'Now-Regular';
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul>li>.serv-textt-two>h3>img {
     width: 25px;
     object-fit: contain;
     vertical-align: baseline;
}
 .services-secc .serv-three>a {
     padding-left: 21%;
     display: block;
}
 .services-secc .serv-three>a>img {
     display: block;
     margin-bottom: 20px;
     width: 90px;
}
 .services-secc .serv-three>a>span {
     font-size: 18px;
     text-transform: uppercase;
     color: #233169;
     font-family: 'Now-Regular';
     letter-spacing: 2px;
     font-weight: 500;
     display: block;
     margin-bottom: 10px;
}
 .services-secc .serv-three>a>span>img {
     vertical-align: bottom;
     transition: 0.3s ease-in-out;
     transform: rotate(90deg) !IMPORTANT;
}
 .services-secc .serv-three.current-tbb>a>span>img {
     transform: rotate(-90deg) !IMPORTANT;
     transition: 0.3s ease-in-out;
}
 .services-secc .serv-three {
     padding: 15.8% 0px;
     height: 300px;
     display: flex;
     align-items: center;
}
 .services-secc .serv-three>a>p {
     font-size: 15px;
     font-family: 'Now-Regular';
     font-weight: 400;
     line-height: 1.3;
     margin: 0;
     width: 70%;
     color: #000;
}
 .services-secc .serv-4>img {
     width: 100%;
     height: 300px;
     display: block;
     object-fit: cover;
     object-position: top;
     transition: 0.3s ease-in-out;
}
 .services-secc .serv-4 {
     display: block;
     height: 100%;
     overflow: hidden;
}
 .services-secc .serv-three>a>h4 {
     font-size: 25px;
     font-weight: 600;
     color: #000;
     font-family: 'Now-Regular';
     margin: 0;
     line-height: 1;
}
 .services-secc>.row>.col-lg-6:last-child .serv-three {
     padding: 22.4% 0%;
     height: 100%;
     height: 300px;
}
 .serv-wrpp.one1 {
     overflow: hidden;
     background: #86d6f4;
     height: 100%;
}
 .serv-wrpp.one1:hover a>img {
     transform: scale(1.2);
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul:hover li img {
     transition: 0.3s ease-in-out;
     transform: scale(1.2);
}
 .services-secc .serv-4:hover img {
     transition: 0.3s ease-in-out;
     transform: scale(1.2);
}
 .services-secc .row>.col-lg-6:nth-child(2) a>ul>li>.serv-textt-two>p {
     font-size: 16px;
     color: #4a4a4a;
     margin: 0;
     font-weight: 400;
     line-height: 1.4;
}
 .services-secc .row>.col-lg-6:nth-child(2) a:last-child ul>li:first-child {
     background: #233169;
     height: 300px;
}
 .services-secc .row>.col-lg-6:nth-child(2) a:last-child ul>li>.serv-textt-two>h3>img {
     transform: rotate(175deg);
}
 .services-secc>.row>.col-lg-6:last-child .serv-three>a {
     padding-left: 50px;
}
 .services-secc>.row>.col-lg-6:last-child .serv-three>a span {
     font-size: 35px;
     color: #000;
     text-transform: capitalize;
     letter-spacing: 0;
     line-height: 1;
     font-weight: 600;
}
 .services-secc>.row>.col-lg-6:last-child .serv-three>a span>img {
     transform: rotate(-90deg) !IMPORTANT;
}
/* Services */
/* achievements */
 .achiv_boxx {
     padding: 15px;
     border: 1px solid #d9d9d9;
}
 .achiv_boxx img {
     width: 100%;
}
 .achiv_boxx>.row {
     align-items: center;
}
 .achiv_boxx h2 {
     font-size: 40px;
     color: #000;
     width: 60%;
     margin: 0 auto;
     font-weight: 600;
}
/* achievements */
/* Power Your Business */
 .power-your-business-secc {
    /* background: #faf9f9;
     */
     position: relative;
     z-index: 1;
}
 .power_box>span {
     height: 250px;
     display: block;
     width: 100%;
     background: #000000;
}
 .power_box>.power_box_textt {
     background: #0c326b;
     padding: 40px 20px 20px;
     height: 300px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
 .power_box>.power_box_textt>h3 {
     font-size: 31.17px;
     color: #fff;
     width: 65%;
     font-weight: 500;
     margin-bottom: -40px;
}
 .power_box>.power_box_textt>p {
     font-size: 18px;
     color: #fff;
     line-height: 1.5;
     margin: 0;
}
 .power_box>.power_box_textt>a {
     color: #fff;
     font-size: 16.44px;
     font-family: 'Now-Regular';
     font-weight: 500;
}
 .power_box>span>img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: top;
}
 .power-heading-wrpp>h2 {
     font-size: 40px;
     color: #000;
     font-weight: 600;
     width: 80%;
     margin-bottom: 15px;
}
 .power-heading-wrpp>p {
     font-size: 18px;
     width: 90%;
     line-height: 1.6;
     margin-bottom: 0;
     font-weight: 400;
}
 .power-heading-wrpp {
     margin-top: 18%;
     margin-left: 5%;
}
 .power-your-business-secc:before {
     position: absolute;
     content: "";
     background-color: #e0fff4;
     width: 370px;
     height: 220px;
     z-index: -1;
     bottom: 10px;
     left: 40%;
}
 .power-your-business-secc:after {
     position: absolute;
     content: "";
     width: 100%;
     height: 80%;
     background: #faf9f9;
     left: 0;
     top: 0;
     z-index: -2;
}
/* Power Your Business */
/* client-secc all-sec */
 .client-box-wrpp {
     background-color: #f7f7f7;
     position: relative;
}
 .client-box-wrpp>img {
     width: 100%;
     height: 320px;
     object-fit: cover;
     object-position: top;
}
 .client-box-wrpp>.client-box-wrpp-inner {
     padding: 50px 30px 30px;
}
 .client-box-wrpp>.client-box-wrpp-inner>p {
     font-size: 18px;
     font-weight: 400;
     line-height: 1.5;
     margin-bottom: 30px;
}
 .client-box-wrpp>.client-box-wrpp-inner>a {
     color: #0c3068;
     font-size: 22px;
     font-weight: 500;
     width: fit-content;
     margin-inline-start: auto;
     display: flex;
}
 .client-box {
     width: 92%;
     margin-inline-start: auto;
}
 .client-secc .slick-slide {
     opacity: 1;
}
 .client-secc .slick-prev:before {
     display: none;
}
 .client-secc .slick-next:before {
     display: none;
}
 ul.cust_slider_btn {
     margin-bottom: 0;
     margin-top: 50px;
     display: flex;
     align-items: center;
     justify-content: end;
     gap: 20px;
}
 ul.cust_slider_btn>li>i {
     color: #0f346d;
     font-size: 30px;
     border: 2px solid;
     width: 60px;
     height: 60px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     cursor: pointer;
     transition: 0.2s;
}
 ul.cust_slider_btn>li>i:hover {
     color: #fff;
     background: #0f346d;
}
 .client-box-wrpp:after {
     position: absolute;
     content: "";
     background: #ee6c22;
     width: 7px;
     height: 70px;
     left: 30px;
     bottom: -40px;
     transition: 0.5s ease-in-out;
     transform: translate(0px, -40px);
     opacity: 0;
}
 .client-secc .slick-list {
     padding-bottom: 40px;
}
 .slick-current .client-box-wrpp:after {
     opacity: 1;
     transform: translate(0px, 0px);
}
/* client-secc all-sec */
/* contact form */
/* add this to your :root variables */
 .checkbox {
     --light: rgba(207, 205, 205, 0.425);
     --primary-color: #8c00ff;
     --duration: 0.3s;
     --ease: ease-in-out;
     margin-bottom: 20px;
}
/* hide checkbox */
 .checkbox input[type="checkbox"] {
     display: none;
}
 .checkbox label {
     align-items: center;
     cursor: pointer;
     display: flex;
}
 .checkbox label span {
     margin-left: 8px;
     font-size: 14px;
     color: #000;
     font-family: 'Now-Regular';
}
 .checkbox svg {
     height: 20px;
     width: 20px;
}
/* svg rectangle property */
 .checkbox svg>rect {
     fill: var(--light);
     stroke: #35b280;
    /* responsive values */
     stroke-dasharray: 400%;
     stroke-dashoffset: 400%;
     transition: var(--duration) stroke-dashoffset var(--ease);
}
/* svg check property */
 .checkbox svg path {
     stroke: #35b280;
    /* responsive values */
     stroke-dasharray: 100%;
     stroke-dashoffset: 100%;
     transition: var(--duration) stroke-dashoffset var(--ease);
}
 .checkbox input[type="checkbox"]:checked+label svg>rect, .checkbox input[type="checkbox"]:checked+label svg path {
     stroke-dashoffset: 0;
}
 .contact-secc {
     background-color: #e8f6fc;
}
 .contact-secc form {
     width: 60%;
     position: relative;
}
 .contact-secc form select {
     width: 100%;
     height: 50px;
     border: 1px solid #d9d9d9;
     border-radius: 0;
     margin-bottom: 30px;
     color: #000;
     font-family: 'Now-Regular';
     font-size: 16px;
     padding: 10px 20px;
}
 .contact-secc form input {
     width: 100% !important;
     height: 50px;
     margin-bottom: 20px;
     padding: 10px 20px;
     border: 1px solid #d9d9d9;
}
 .contact-secc form input::placeholder {
     color: #000;
}
 .contact-secc form .iti.iti--allow-dropdown.iti--separate-dial-code {
     width: 100%;
}
 .contact-secc form textarea {
     width: 100%;
     resize: none;
     padding: 10px 20px;
     height: 130px;
     border: 1px solid #d9d9d9;
     margin-bottom: 14px;
}
 .contact-secc form:after {
     position: absolute;
     content: "";
     background: #f67023;
     width: 5px;
     height: 270px;
     top: 0;
     right: -10%;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 .contact-secc form button {
     border: 0;
}
/* contact form */
/* footer */
 footer {
     background: #233169;
     padding: 40px 0px 20px;
}
 footer .ftr-logo {
     text-align: center;
     border-bottom: 1px solid #fff;
     padding-bottom: 20px;
     margin-bottom: 20px;
}
 footer ul {
     margin: 0;
}
 footer ul>li>ul {
     gap: 20px;
}
 footer ul>li>ul>li>a {
     color: #fff;
     font-size: 16px;
     font-family: 'Now-Regular';
}
 footer ul>li p {
     color: #fff;
     margin: 0;
}
/* footer */
/* float form */
 .fload_form {
     width: 25%;
     padding: 20px 20px;
     background: linear-gradient(0deg, rgba(35, 49, 105, 1) 0%, rgba(53, 178, 128, 1) 100%);
     position: fixed;
     top: 30%;
     right: 0%;
     z-index: 9999;
     transform: translate(100%, 0px);
     transition: 0.5s ease-in-out;
     opacity: 0;
}
 .fload_form form input {
     width: 100%;
     height: 45px;
     border: 1px solid #d9d9d9;
     border-radius: 4px;
     margin-bottom: 10px;
     padding: 10px 20px;
}
 .fload_form form input::placeholder {
     color: #000;
     font-size: 14px;
     font-family: 'Now-Regular';
}
 .fload_form form textarea {
     width: 100%;
     height: 100px;
     padding: 10px 20px;
     resize: none;
     border: 1px solid #d9d9d9;
     border-radius: 4px;
     margin-bottom: 4px;
}
 .fload_form form button {
     width: 80%;
     margin: 0 auto;
     border: 0;
}
 .fload_form>form textarea::placeholder {
     color: #000;
     font-size: 14px;
     font-family: 'Now-Regular';
}
 .fload_form_inner {
     position: relative;
}
 .fload_form_inner>span {
     position: absolute;
     left: -87px;
     top: -20px;
     writing-mode: vertical-rl;
     transform: rotate(180deg);
     cursor: pointer;
     background-color: #35b280;
     color: #fff;
     font-size: 27px;
     font-family: 'Now-Regular';
     font-weight: 400;
     width: fit-content;
     padding: 10px 20px;
     display: flex;
     align-items: center;
     gap: 20px;
     height: 307px;
     justify-content: center;
     border-bottom-right-radius: 20px;
     border-top-right-radius: 20px;
}
 .float-form-show .fload_form {
     transform: translate(0px, 0px);
}
 .fload_form_inner span i {
     animation: tada 1.5s ease infinite;
}
 .fload_form_inner>span>p {
     margin: 0;
     transform: rotate(180deg);
}
 .fload_form form .iti.iti--allow-dropdown.iti--separate-dial-code {
     width: 100%;
     margin-bottom: 10px;
}
 @keyframes tada {
     0% {
         transform: scale(1);
    }
     10%, 20% {
         transform: scale(0.9) rotate(-3deg);
    }
     30%, 50%, 70%, 90% {
         transform: scale(1.1) rotate(3deg);
    }
     40%, 60%, 80% {
         transform: scale(1.1) rotate(-3deg);
    }
     100% {
         transform: scale(1) rotate(0);
    }
}
/* float form */
 html {
     overflow-x: hidden;
}
/* blog page */
 .blog_secc {
     padding-top: 140px;
     padding-bottom: 60px;
}
/*body.blog_pagee .logo-here>img {
     filter: brightness(0);
}
*/
 body.blog_pagee .nav_bttn>a>span {
     color: #000;
}
 body.blog_pagee .nav_bttn a i {
     color: #000;
}
 .main_blog_box img {
     width: 100%;
     height: 400px;
     object-fit: cover;
     object-position: top;
     border-radius: 5px;
}
 .main_blog_box ul {
     display: flex;
     gap: 20px;
     align-items: center;
     margin-bottom: 14px;
     width: fit-content;
}
 .main_blog_box ul>li {
     border: 1px solid #35b280;
     font-size: 16px;
     padding: 5px 30px;
     border-radius: 30px;
     transition: 0.3s;
     color: #35b280;
}
 .main_blog_box ul>li:hover {
     background: linear-gradient(0deg, rgba(35, 49, 105, 1) 0%, rgba(53, 178, 128, 1) 100%);
     color: #fff;
     transition: 0.3s;
}
 .main_blog_box span {
     font-size: 14px;
     color: #000;
     display: block;
     margin-bottom: 20px;
}
 .main_blog_box h2 {
     font-size: 45px;
     color: #000;
     font-weight: 600;
     line-height: 1.2;
     margin-bottom: 20px;
}
 .main_blog_box p {
     font-size: 16px;
     color: #000;
     font-weight: 500;
}
 .main_blog_box .theme-btn:after {
     background: #000;
}
 .blog_small_boxx {
     margin-top: 15%;
     background-color: #f9f9f9;
     padding: 15px;
     border-radius: 10px;
}
 .blog_small_boxx>img {
     width: 100%;
     height: 220px;
     object-fit: cover;
     object-position: top;
     border-radius: 10px;
     margin-bottom: 20px;
}
 .blog_small_boxx>span {
     font-size: 16px;
     color: #000;
     font-family: 'Now-Regular';
     font-weight: 500;
}
 .blog_small_boxx>h2 {
     font-size: 25px;
     color: #000;
     font-weight: 500;
     margin-bottom: 15px;
     margin-top: 20px;
}
 .blog_small_boxx>ul {
     margin-bottom: 50px;
     display: flex;
     align-items: center;
     gap: 20px;
}
 .blog_small_boxx>ul>li {
     border: 1px solid #35b280;
     color: #35b280;
     font-size: 16px;
     padding: 5px 30px;
     border-radius: 30px;
     transition: 0.3s;
}
 .blog_small_boxx>ul>li:hover {
     background: linear-gradient(0deg, rgba(35, 49, 105, 1) 0%, rgba(53, 178, 128, 1) 100%);
     color: #fff;
     transition: 0.3s;
}
 .blog_small_boxx a.theme-btn {
     width: fit-content;
     margin-inline-start: auto;
}
 .blog_small_boxx a.theme-btn:after {
     background: #000;
}
/* blog page */
 .blog_Detail{
     padding: 150px 0 60px 0;
     position: relative;
}
 .blog_Detail .fixed_bx {
     position: sticky;
     border-radius: 10px;
     top: 14%;
}
 .blog_Detail .fixed_bx .fixed_bx-inner {
     padding: 30px 50px 20px 20px;
     background: #233169;
     border-radius: 10px;
     margin-bottom: 20px;
}
 .blog_Detail .fixed_bx h6 {
     color: #fff;
     font-size: 30px;
     font-weight: 600;
}
 .deatil_cntnt img{
    margin: 0 0 50px 0;
    width: 100%;
    height: 490px;
    object-fit: cover;
}
 .deatil_cntnt p{
     font-size: 16px;
     color: #000;
     font-weight: 500;
     line-height: 1.5;
}
 .deatil_cntnt ul li {
     font-size: 16px;
     color: #000;
     font-weight: 500;
     line-height: 1.5;
}
 .deatil_cntnt h4 {
     margin-top: 50px;
     font-weight: 700;
     color: #233169;
}
 .box_summary {
     padding: 30px 50px;
     text-align: center;
     background: #35b280;
     border-radius: 30px;
     margin-top: 40px 
}
 .box_summary p {
     color: #fff;
}
 .box_summary h4 {
     margin-top: 0;
     color: #fff;
}
 .main_blog_detail_content {
     padding: 80px 0;
     background: #f2f2f2;
}
 .main_blog_detail_content h1{
     font-size: 43px;
     color: #000;
     font-weight: 600;
}
 .how_to_setup_heading p{
     font-size: 16px;
     color: #000;
     font-weight: 500;
     line-height: 1.6;
     width: 90%;
     margin: 0 auto;
}
 .pt-8{
     padding-top: 80px;
}
 .overflow_body{
     overflow-x: clip;
}
 .blog_Detail .fixed_bx ul {
     background: #fff;
     padding: 30px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     border-radius: 10px;
     margin-bottom: 0;
}
 .blog_Detail .fixed_bx ul > li > a {
     font-size: 15px;
     color: #000;
     margin-bottom: 20px;
     display: block;
     font-weight: 600;
     transition: 0.2s;
     line-height: 1.3;
}
 .blog_Detail .fixed_bx ul > li:last-child a {
     margin: 0;
}
 .blog_Detail .fixed_bx ul > li > a:hover {
     color: #35b280;
}
 .sb_boxx > img {
     width: 100%;
     height: auto;
     margin-bottom: 10px;
}
 .sb_boxx {
     margin: 20px 0px;
}
 .sb_boxx > span {
     font-size: 25px;
     color: #000;
     font-weight: 600;
}
/* blog page */
/* full stack web developer page */
 .full_stack_web_page .banner-text {
     width: 100%;
     margin-top: 50px;
}
 .full_stack_web_page .banner-text>h1 {
     font-size: 53px;
}
 .full_stack_web_page .banner-text ul>li {
     color: #fff;
     font-size: 18px;
     font-family: 'Now-Regular';
     font-weight: 300;
     display: flex;
     align-items: center;
     gap: 15px;
     margin-bottom: 20px;
}
 .full_stack_web_page .banner-text ul {
     margin-bottom: 0;
     margin-top: 40px;
}
 .full_stack_web_page .banner-text ul>li:last-child {
     margin: 0;
}
 .full_stack_web_page .banner-text>p {
     font-size: 27px;
}
 .full_stack_web_page .banner-text ul>li>i {
     color: #35b280;
     font-size: 25px;
     font-weight: bold;
}
 .full_stack_web_page .banner-text ul>li>i {
     color: #35b280;
     font-size: 25px;
     font-weight: bold;
}
 .banner .role_secc {
     background-color: #e8f6fc;
     padding: 40px 40px;
     margin-top: 50px;
}
 .banner .role_secc>p {
     font-size: 21px;
     margin-bottom: 9px;
     line-height: 1;
     color: #737272;
     font-weight: 500;
}
 .banner .role_secc>span {
     color: #000;
     font-size: 21px;
     display: block;
     font-weight: 700;
     margin-bottom: 17px;
}
 .banner .role_secc>span:last-child {
     margin: 0;
}
 .devs__sec {
     background-color: #ecf7f3;
     padding: 40px 0px;
}
 .devs__sec .devs_boxx>img {
     width: 50px;
     display: block;
     margin-bottom: 10px;
     height: 60px;
     object-fit: contain;
}
 .devs__sec .devs_boxx>h3 {
     color: #242424;
     font-size: 25px;
     font-weight: 600;
     margin-bottom: 15px;
}
 .devs__sec .devs_boxx>p {
     font-size: 16px;
     font-weight: 400;
     margin-bottom: 0;
}
 .devs__sec .devs_boxx {
     position: relative;
     margin-top: 14%;
     z-index: 1;
     height: 170px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     padding: 0 10px;
}
 .devs__sec .devs_boxx:after {
     position: absolute;
     content: "";
     background-color: #35b280;
     width: 0;
     height: 2px;
     left: 0;
     bottom: -20px;
     transition: 0.3s ease-in-out;
     right: 0;
     margin: 0 auto;
     transition-delay: 0.3s;
}
 .devs__sec .devs_boxx:hover:after {
     width: 100%;
     transition-delay: 0s;
}
 .devs__sec .devs_boxx:before {
     position: absolute;
     content: "";
     background: linear-gradient(0deg, rgb(35 49 105 / 51%) 0%, rgb(53 178 128 / 43%) 100%);
     width: 100%;
     height: 0;
     left: 0;
     bottom: -18px;
     z-index: -1;
     transition: 0.3s ease-in-out;
}
 .devs__sec .devs_boxx:hover:before {
     height: 120%;
     transition-delay: 0.3s;
}
 .mvp-sticky-box>.mvp_box-wrpp {
     background-color: #e8f6fc;
     padding: 30px;
     margin-bottom: 30px;
}
 .mvp-sticky-box>.mvp_box-wrpp>h2 {
     font-size: 42px;
     color: #242424;
     font-weight: 600;
     line-height: 1.2;
     margin-bottom: 23px;
}
 .mvp-sticky-box>.mvp_box-wrpp .theme-btn:after {
     background: #000;
}
 .mvp-sticky-box>ul {
     padding: 30px;
     margin-bottom: 0;
     padding-top: 0;
     padding-bottom: 0;
}
 .mvp-sticky-box>ul>li {
     font-size: 19px;
     color: #242424;
     font-family: 'Now-Regular';
     font-weight: 500;
     margin-bottom: 15px;
}
 .mvp-sticky-box>ul>li:last-child {
     margin: 0;
}
 .mvp_bluids_secc {
     padding: 90px 0px;
     position: relative;
}
 .devs-parent-box {
     width: 95%;
     margin-inline-start: auto;
}
 .devs-parent-box .theme-heading>h2 {
     font-size: 42px;
     width: 90%;
     margin-bottom: 17px;
}
 .devs-parent-box .theme-heading>p {
     font-size: 18px;
     font-weight: 400;
     line-height: 1.3;
}
 .devs-parent-box .theme-heading {
     margin-bottom: 7%;
}
 .devs-parent-box>.developer-main-box {
     background-color: #ecf7f3;
     padding: 40px 30px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box {
     background-color: #ffffff;
     padding: 13px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box h3 {
     font-size: 26px;
     color: #242424;
     display: flex;
     align-items: center;
     gap: 14px;
     margin-bottom: 17px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box h3>img {
     margin-right: 20px;
     width: 20px;
     height: 20px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box h3>span {
     font-size: 23px;
     color: #505050;
     font-weight: 400;
     margin: 0;
}
 .devs-parent-box>.developer-main-box>.developer-small-box ul.verify_box {
     display: flex;
     align-items: center;
     margin-bottom: 40px;
     gap: 30px;
     position: relative;
}
 .devs-parent-box>.developer-main-box>.developer-small-box ul.verify_box>li {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 16px;
     color: #505050;
     font-family: 'Now-Regular';
}
 .devs-parent-box>.developer-main-box>.developer-small-box ul.verify_box:after {
     position: absolute;
     content: "";
     background: #f8741a;
     width: 40%;
     height: 2px;
     bottom: -18px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box ul.verify_box>li>img {
     width: 25px;
     height: 25px;
     object-fit: contain;
}
 .devs-parent-box>.developer-main-box>.developer-small-box span {
     display: flex;
     color: #676767;
     font-size: 23px;
     margin-bottom: 15px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box ul.skils_boxx {
     margin-bottom: 10px;
     display: flex;
     align-items: center;
     gap: 10px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box ul.skils_boxx li {
     font-size: 14px;
     color: #4e4e4e;
     font-family: 'Now-Regular';
     font-weight: 500;
     background: #f4f5f7;
     padding: 6px 12px;
     transition: 0.3s ease-in-out;
     border: 1px solid transparent;
     cursor: pointer;
}
 .devs-parent-box>.developer-main-box>.developer-small-box ul.skils_boxx li:hover {
     transition: 0.3s ease-in-out;
     border-color: #35b280;
     border-radius: 5px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box p {
     font-size: 14px;
     color: #000;
     font-weight: 400;
     margin-top: 20px;
     margin-bottom: 40px;
}
 .devs-parent-box>.developer-main-box>.developer-small-box .theme-btn:after {
     background: #000;
}
 .devs-parent-box>.developer-main-box>.developer-small-box .devs_main_imgg {
     width: 100%;
     height: 350px;
     object-fit: cover;
     object-position: top;
}
 .mvp_bluids_secc .mvp-sticky-box {
     position: sticky;
     top: 15%;
}
 body.full_stack_web_page {
     overflow-x: visible;
}
 .mvp_bluids_secc .theme-heading.heading_wrpp_two {
     margin-top: 8%;
}
 .mvp_bluids_secc .theme-heading.heading_wrpp_two h2 {
     font-size: 42px;
     margin-bottom: 25px;
}
 .mvp_bluids_secc .theme-heading.heading_wrpp_two p {
     font-size: 18px;
     font-weight: 400;
     width: 90%;
     margin: 0 auto;
     line-height: 1.5;
}
 .mvp_bluids_secc .theme-heading.heading_wrpp_two ul {
     margin-bottom: 0;
     margin-top: 40px;
     gap: 10px;
     justify-content: center;
}
 .mvp_bluids_secc .theme-heading.heading_wrpp_two ul>li>.theme-btn:after {
     background: #000;
}
 .mvp_bluids_secc .theme-heading.heading_wrpp_two ul li>a.theme-btn.btnn1 {
     background: #0c326b;
}
 .mvp_bluids_secc .theme-heading.heading_wrpp_two ul li>a.theme-btn.btnn2 {
     background: #f8741a;
}
 .hire__developer_secc {
     background: #faf9f9;
}
 .hire__developer_secc .theme-heading>h2 {
     font-size: 42px;
     margin-bottom: 20px;
}
 .hire__developer_secc .theme-heading>p {
     font-size: 18px;
     font-weight: 400;
     line-height: 1.3;
     margin-bottom: 30px;
}
 .hire__developer_secc .theme-heading .theme-btn:after {
     background: #000;
}
 .hire-devs_boxx>img {
     width: 100%;
     height: 300px;
     object-fit: cover;
     object-position: top;
     margin-bottom: 10px;
}
 .hire-devs_boxx>h4 {
     color: #000;
     font-size: 20px;
     font-weight: 600;
     display: flex;
     align-items: center;
     gap: 10px;
     justify-content: center;
     margin-bottom: 0px;
}
 .hire-devs_boxx>h4>img {
     width: 25px;
     height: 25px;
}
 .hire-devs_boxx>span {
     font-size: 14px;
     color: #000;
     font-weight: 500;
     padding-left: 18px;
}
 .hire__developer_secc .slick-slide {
     opacity: 1;
     margin: 0 10px;
}
 .hire__developer_secc {
     position: relative;
     z-index: 1;
}
 .hire__developer_secc:after {
     position: absolute;
     content: "";
     background: #e0fff4;
     width: 20%;
     height: 60%;
     right: 30%;
     top: 5%;
     z-index: -1;
}
 .developer_expertise_secc {
     position: relative;
     padding: 90px 0px 60px;
     z-index: 1;
}
 .developer_expertise_secc .theme-heading>h2 {
     font-size: 42px;
}
 .expertise_boxx {
     background-color: #35b280;
     margin-bottom: 25px;
     padding: 50px 20px;
     position: relative;
     transition: 0.3s ease-in-out;
     z-index: 1;
     height: 250px;
}
 .expertise_boxx>h4 {
     font-size: 23px;
     color: #fff;
     font-weight: 600;
     margin-bottom: 15px;
}
 .expertise_boxx>p {
     color: #fff;
     font-size: 15px;
     line-height: 1.4;
     margin-bottom: 0;
}
 .expertise_boxx:after {
     position: absolute;
     content: "";
     width: 100%;
     height: 0;
     left: 0;
     bottom: 0;
     z-index: -1;
     background: linear-gradient(0deg, rgba(35, 49, 105, 1) 0%, rgba(53, 178, 128, 1) 100%);
     transition: 0.3s ease-in-out;
}
 .expertise_boxx:hover:after {
     height: 100%;
}
 .developer_expertise_secc:after {
     position: absolute;
     content: "";
     background: #e8f6fc;
     width: 25%;
     height: 100%;
     right: 20%;
     top: 0;
     z-index: -1;
}
 .developer_expertise_secc:after {
     position: absolute;
     content: "";
     background: #e8f6fc;
     width: 25%;
     height: 100%;
     right: 20%;
     top: 0;
     z-index: -1;
}
 .how_it_works_secc .theme-heading>h2 {
     font-size: 42px;
}
 .how-it-works-boxx {
     background-color: #f9fafb;
     position: relative;
     padding-left: 110px;
     padding-right: 120px;
     margin-bottom: 40px;
}
 .how-it-works-boxx img {
     width: 100%;
}
 .how-it-works-boxx .works_textt-box {
     display: flex;
     align-items: baseline;
     gap: 30px;
}
 .how-it-works-boxx .works_textt-box>div>span {
     background: #35b280;
     color: #fff;
     width: 50px;
     display: flex;
     font-size: 30px;
     font-weight: 500;
     font-family: 'Now-Regular';
     height: 50px;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
}
 .how-it-works-boxx .works_textt-box>div>h3 {
     color: #242424;
     font-size: 36px;
     font-weight: 600;
     line-height: 1.2;
     margin-bottom: 14px;
}
 .how-it-works-boxx .works_textt-box>div>p {
     font-size: 18px;
     font-weight: 400;
     margin-bottom: 0;
}
 .how-it-works-boxx:after {
     position: absolute;
     content: "";
     background-color: #f8741a;
     width: 2px;
     height: 90%;
     left: 10.5%;
     top: 44%;
     z-index: 1;
}
 .how-it-works-boxx.second-last-boxx:after {
     height: 98%;
}
 .how-it-works-boxx.last-boxx:after {
     display: none;
}
 .devs__sec.devs_bottom_secc .theme-heading>h2 {
     font-size: 42px;
}
 .devs__sec.devs_bottom_secc .devs_boxx {
     margin-top: 6%;
     height: 230px;
     display: block;
}
 .devs__sec.devs_bottom_secc {
     padding-bottom: 60px;
}
 .devs__sec.devs_bottom_secc .devs_boxx>h3 {
     font-size: 21px;
     margin-bottom: 20px;
}
 .devs__sec.devs_bottom_secc .devs_boxx>img {
     margin-bottom: 30px;
}
 .accordion_secc .theme-heading>h2 {
     font-size: 42px;
     text-align: center;
}
 .accordion-box .accordion-button {
     font-size: 28px;
     color: #242424;
     font-family: 'Now-Regular';
     font-weight: 500;
     padding: 30px 10px;
     border-bottom: 3px solid #f8741a;
}
 .accordion-box .accordion-button:not(.collapsed) {
     background: #f8741a1a;
     box-shadow: none;
}
 .accordion-box .accordion-button:focus {
     box-shadow: none;
}
 .accordion-box .accordion-body {
     padding: 0 10px;
     margin-top: 30px;
}
 .accordion-box .accordion-item {
     border-bottom: 0;
}
 .accordion-box .accordion-body>p {
     font-size: 18px;
     color: #000;
     font-weight: 400;
     line-height: 1.4;
     margin: 0;
}
 .accordion-box .accordion-button::after {
     background-image: none;
     content: "+";
     transform: none;
}
 .accordion-box .accordion-button:not(.collapsed)::after {
     content: "-";
}
 .new__contact__form {
     padding-top: 70px;
}
 .new__contact__form .new__contact__form_boxx {
     background-color: #e8f6fc;
     padding: 40px 30px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
 .new__contact__form .new__contact__form_boxx span {
     font-size: 28px;
     color: #242424;
     font-weight: 500;
}
 .new__contact__form .new__contact__form_boxx h2 {
     font-size: 42px;
     color: #242424;
     margin-top: 20px;
     font-weight: 600;
     width: 95%;
}
 .new__contact__form .new__contact__form_boxx p {
     font-size: 18px;
     font-weight: 400;
     line-height: 1.4;
     margin-bottom: 30px;
}
 .new__contact__form .new__contact__form_boxx .new__contact__form_boxx-main {
     background-color: #ffffff;
     padding: 40px 20px;
     margin-bottom: 7px;
}
 .new__contact__form .new__contact__form_boxx .new__contact__form_boxx-main h3 {
     font-size: 28px;
     color: #242424;
     margin-bottom: 30px;
}
 .new__contact__form .new__contact__form_boxx .new__contact__form_boxx-main form label {
     font-size: 16px;
     color: #000;
     font-family: 'Now-Regular';
     display: block;
     margin-bottom: 5px;
}
 .new__contact__form .new__contact__form_boxx .new__contact__form_boxx-main form input {
     width: 100%;
     border: 0;
     padding: 10px;
     height: 50px;
     background: #ecf7f3;
     margin-bottom: 20px;
}
 .new__contact__form .new__contact__form_boxx .new__contact__form_boxx-main form button {
     border: 0;
     width: 100%;
     background-color: #0c326b;
}
 .new__contact__form .new__contact__form_boxx .new__contact__form_boxx-main form .theme-btn:after {
     background: #000;
}
/* full stack web developer page */
/* nav new changes */
 nav .customContainer {
     padding: 60px;
     height: 100%;
     width: 100%;
}
 nav .customContainer ul.menu {
     position: relative;
     top: 0 !important;
     right: 0 !important;
     transform: translate(0px, 0px);
     left: 0 !important;
     height: 100%;
     text-align: left;
     display: flex;
     flex-direction: column;
     margin: 0;
}
 nav .customContainer ul.menu > li {
     text-align: left;
     width: fit-content;
     margin-bottom: 10px;
}
 .menu-toggle {
     margin: 0;
     right: 4%;
     left: unset;
     top: 6%;
}
 .customContainer ul.menu li::after {
     height: 117%;
}
 nav::before {
    background: #233169;
    z-index: -999 !important;
    height: 100%;
}
 .video_boxx>video {
     width: 100%;
     box-shadow: rgb(0 0 0 / 24%) 0px 0px 40px;
     height: 550px;
     border-radius: 6px;
     transform: translate3d(0px, 36px, 0px);
     opacity: 0;
     object-fit: cover;
}
 .open .video_boxx>video {
     transform: translate3d(0px, 0px, 0px);
     transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
     transition-delay: 1.3s;
     opacity: 1;
}
 .open .customContainer .video_boxx>.row {
     transform: translate3d(0px, 0px, 0px);
     transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
     transition-delay: 1.6s;
     opacity: 1;
}
 .customContainer .video_boxx>.row {
     transform: translate3d(0px, 36px, 0px);
     opacity: 0;
}
 .customContainer .video_boxx {
    /* width: 90%;
     */
}
 .customContainer .video_boxx h3 {
    color: #ffffff;
    font-size: 25px;
    margin: 20px 0 20px;
}
 .customContainer .video_boxx ul {
     display: flex;
     margin-bottom: 10px;
     gap: 20px;
}
 .customContainer .video_boxx ul > li > a > i {
     color: #fff;
     width: 50px;
     height: 50px;
     border: 1px solid;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 5px;
     transition: 0.3s ease-in-out;
     font-size: 20px;
}
 .customContainer .video_boxx ul > li > a > i:hover {
     background: #f37219;
     box-shadow: rgb(255, 255, 255) 0px 2px 40px -5px;
     border-style: dashed;
     transform: rotate(15deg);
}
 .customContainer .video_boxx p {
     color: #fff;
     font-size: 15px;
     line-height: 1.4;
     margin-bottom: 12px;
}
 .customContainer .video_boxx .follow__us a {
     font-size: 20px;
     color: #ffff;
     border-bottom: 1px solid;
}
 .customContainer .video_boxx .follow__us h3 {
     margin-bottom: 4px;
}
 .customContainer ul.menu li::before {
     display: none;
}
 .customContainer ul.menu li::after {
     display: none;
}
 .customContainer .menu.poppup-mnu a {
    border: 1px solid;
    padding: 5px 0px;
    border-radius: 5px;
    border-style: dashed;
    border-color: #e26a1800;
    transition: 0.3s ease-in-out;
}
 .customContainer .menu.poppup-mnu a:hover {
    /* border-color: #f8741a;
     */
}
 .customContainer .menu.poppup-mnu a > i {
     transition: 0.3s ease-in-out;
     margin-right: 15px;
     transform: translate(0px, 0px);
}
 .customContainer .menu.poppup-mnu a:hover i {
     color: #e16918;
     transform: translate(-5px, 0px);
}
 nav .customContainer ul.menu > h2 {
     color: #fff;
     font-weight: bold;
     font-size: 35px;
     transform: translate3d(0px, 36px, 0px);
     opacity: 0;
}
 .open nav .customContainer ul.menu > h2 {
     transform: translate3d(0px, 0px, 0px);
     transition: transform 0.2s ease-out 0s, opacity 1s ease-out 0s;
     opacity: 1;
     transition-delay: 1.2s;
}
 .open ul.menu li:nth-child(9) {
     transition-delay: 1.35s;
}
 .open ul.menu li:nth-child(10) {
     transition-delay: 1.45s;
}
 .open ul.menu li:nth-child(11) {
     transition-delay: 1.55s;
}
 .open ul.menu li:nth-child(12) {
     transition-delay: 1.65s;
}
 .open ul.menu li:nth-child(13) {
     transition-delay: 1.75s;
}
 .open ul.menu li:nth-child(14) {
     transition-delay: 1.85s;
}
 .menu.poppup-mnu a {
     font-size: 18px !important;
}
/* nav new changes */
/* new footer */
 .new_footer .footer_details > img {
     width: 55%;
     margin-bottom: 30px;
}
 .new_footer .footer_details > ul {
     margin-bottom: 0;
     display: flex;
     align-items: center;
     gap: 20px;
}
 .new_footer .footer_details > ul > li > a > i {
     color: #fff;
     width: 50px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     background-color: #f8f8f8;
     border-radius: 3px;
     box-shadow: rgb(35 49 105) 0px 30px 60px -12px inset, rgb(35 49 105) 0px 18px 36px -18px inset;
}
 .new_footer .new_footer_links > h5 {
     font-size: 25px;
     color: #fff;
     font-weight: bold;
     margin-bottom: 25px;
}
 .new_footer .new_footer_links > ul > li > a {
     font-size: 16px;
     color: #fff;
     margin-bottom: 10px;
     display: flex;
     align-items: baseline;
     position: relative;
     width: fit-content;
     gap: 20px;
}
 .new_footer .new_footer_links > ul > li > a:after {
     position: absolute;
     content: "";
     background: #35b280;
     width: 0;
     height: 2px;
     left: 0;
     bottom: -5px;
     transition: 0.2s ease-in-out;
     right: 0;
     margin: 0 auto;
}
 .new_footer .new_footer_links > ul > li > a:hover:after {
     width: 100%;
}
 .new_footer .footer_details > p {
     color: #fff;
     font-size: 15px;
     font-weight: 400;
     margin-bottom: 40px;
}
 .countries_flag {
    display: flex;
    /* gap: 100px;
     */
    justify-content: space-between;
}
 .countries_flag>div>img {
     width: 60px;
     height: 60px;
     object-fit: cover;
     border-radius: 50%;
     margin: 0 auto;
     display: block;
     box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
 .countries_flag>div>span {
     display: block;
     text-align: center;
     margin-top: 20px;
     color: #fff;
     font-size: 20px;
     font-weight: bold;
}
 .hashtags_box > ul {
     margin: 0;
     display: flex;
     gap: 30px;
     justify-content: end;
}
 .hashtags_box > ul > li > a {
     color: #fff;
     font-size: 20px;
}
 .new_footer .row:nth-child(2) {
     border-top: 1px solid #fff;
     padding-top: 15px;
     margin-top: 20px;
     border-bottom: 1px solid #fff;
     padding-bottom: 15px;
     margin-bottom: 20px;
}
 .new_footer .copyrights {
     text-align: center;
     margin-bottom: 0;
     color: #fff;
     font-size: 16px;
     font-weight: bold;
}
/* new footer */
 span.date-box {
     width: 100px;
     height: 85px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     background: #35b280;
     bottom: -35px;
     left: 30px;
     color: #fff;
     flex-direction: column;
     font-size: 14px;
     transition: 1s;
     font-weight: 600;
     border-radius: 10px;
     padding-top: 10px 
}
 .blog-img-box {
     border-radius: 15px;
     position: relative;
}
 span.date-box>span {
     font-size: 47px;
     font-weight: 100;
     margin-bottom: 8% 
}
 .upper-tilte {
     margin: 0 0 10px 
}
 .blog-cont-box {
    padding: 50px 20px 30px;
    margin-bottom: 50px;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 15px 0 #0000001f;
    background: #ffffff;
    margin-top: -5px
}
 .upper-tilte a {
     color: #606060;
     font-weight: 600;
     font-size: 14px;
     margin-right: 20px 
}
 .upper-tilte a i {
     margin-right: 5px;
     color: #ffbfa6;
     font-size: 16px 
}
 .blog-cont-box>h4 {
     font-size: 22px;
     font-weight: 700;
     line-height: 35px;
     color: #000;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .blog-cont-box>a, .sec_head h3 {
     font-weight: 500;
     text-transform: uppercase 
}
 .bar-blg {
     margin: 15px 0;
     border-bottom: 1px solid #35b280;
     position: relative;
}
 .bar-blg:before {
     height: 5px;
     content: '';
     width: 10%;
     position: absolute;
     bottom: 0;
     transition: 2s;
     background: #35b280;
}
 .blog-wrapper:hover .bar-blg:before {
     width: 100%;
}
 .blog-cont-box>a {
     color: #000;
     font-size: 18px;
     text-decoration: underline 
}
 .blog-wrapper:hover span.date-box {
     left: 70% 
}
 .blog-wrapper:hover .blog-img-box img {
     box-shadow: 0 0 10px 1px #8383837e 
}
 .blog-cont-box p {
     font-size: 14px;
     line-height: 25px;
     color: #5d5d5d 
}
 .rtt-sec-text h2 span, .txt_brown {
     color: #ffbfa6 
}
 .sec_head {
     margin: 0 0 60px 
}
 .sec_head h3 {
     font-size: 53px;
     color: #000;
     margin-bottom: 1% 
}
 .sec_head p {
     font-size: 14px;
     color: #5d5d5d;
     line-height: 25px 
}
 .sec_head h2 {
     font-size: 19px;
     text-transform: uppercase;
     color: #000;
     margin-bottom: 1% 
}
 section.blog-sec {
     padding: 140px 0 80px;
}
 .blog-img-box img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}
 .blog-main h2 {
     margin: 0;
     color: #000;
     font-size: 70px;
     font-weight: 600;
}
 section.blog-detail {
     padding: 150px 0 80px;
}
 .blog-dtl-text h2 {
     color: #000;
     font-size: 35px;
     font-weight: 600;
}
 .blog-dtl-text p {
     line-height: 25px;
     color: #000;
     font-size: 16px;
}
 .blog-dtl-text ul {
     list-style: circle;
     padding-left: 20px;
}
 .blog-dtl-text ul li strong {
     color: #000;
}
 .blog-dtl-text ul li {
     line-height: 30px;
}
 .review-form {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}
 .review-form h2, .recent-blogs h2 {
     font-size: 20px;
     margin-bottom: 20px;
     color: #000;
     font-weight: 700;
}
 .form-group {
     margin-bottom: 0;
}
 .form-group label {
     display: block;
     font-weight: bold;
     margin-bottom: 0.5rem;
     color: #555;
}
 .form-group input, .form-group select, .form-group textarea {
     width: 100%;
     height: 45px;
     border: 1px solid #d9d9d9;
     border-radius: 4px;
     margin-bottom: 10px;
     padding: 10px 20px;
}
 .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
     border-color: #35b280;
     box-shadow: 0 0 5px #35b2807a;
     outline: none;
}
 .form-group textarea {
    min-height: 150px;
    resize: none;
    border-radius: 5px;
}
 button[type="submit"] {
     width: 100%;
     padding: 0.75rem;
     background-color: #35b280;
     color: #fff;
     border: none;
     border-radius: 6px;
     font-size: 1.1rem;
     cursor: pointer;
     transition: background-color 0.3s ease;
}
 button[type="submit"]:hover {
     background-color: #37b381;
}
 button[type="submit"]:active {
     background-color: #1b46a3;
}
 @media (max-width: 768px) {
     .review-form {
         padding: 1.5rem;
    }
}
 .blog-img-box.smaller {
    margin-top: 20px;
}
 .blog-img-box.smaller .blog-cont-box {
     padding-top: 20px;
     margin: 0;
}
 .recent-blogs {
    padding: 20px;
    background: #e7e7e791;
    border-radius: 5px;
}
 .comment-box {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 15px 0 0;
}
 .profile-pic {
     border-radius: 50%;
     width: 50px;
     height: 50px;
     margin-right: 15px;
}
 .comment-content {
     flex: 1;
}
 .username {
     font-weight: bold;
     margin: 0 0 5px;
}
 .time-ago {
     color: gray;
     font-size: 0.9em;
     margin-bottom: 10px;
}
 .comment-text {
     margin: 0;
     line-height: 1.5;
}
 .like-section {
     display: flex;
     align-items: center;
     margin-left: 15px;
}
 .like-section i {
     color: #4caf50;
     margin-right: 5px;
}
 .like-section span {
     font-weight: bold;
     color: #4caf50;
}
 .new_footer_links ul li img {
     width: 30px;
     height: 20px;
     object-fit: contain;
}
/**/
 nav .customContainer img.logo_add {
     margin-bottom: 40px;
     width: 210px;
}
 .new_banner_add > header.sticky {
     position: fixed;
     padding: 15px 0;
}
 header.new-header.sticky {
     padding: 30px 0;
     box-shadow: rgb(0 0 0 / 3%) 0px 3px 8px;
}
 .new_banner_add header .theme-btn:after {
     background: #000;
}
 .menu ul {
     display: flex;
     gap: 0;
     justify-content: space-between;
}
 .menu a {
     color: #233064;
     font-weight: 500;
     font-size: 16px;
     transition: 0.5s;
     position: relative;
}
 .menu a:before {
     content: '';
     position: absolute;
     bottom: -10px;
     left: 0;
     width: 0;
     height: 2px;
     background: #35b280;
     margin: 0 auto;
     right: 0;
     transition: 0.5s;
}
 .menu a:hover:before {
     width: 100%;
}
 header.new-header .container {
     padding: 0;
     border: unset;
}
 .header-btn {
     text-align: end;
}
 .header-btn a {
     color: #fff;
     border-radius: 50px;
     padding: 12px 35px;
     color: #233064;
     background: #fff;
     border: 1px solid #233064;
}
 header.new-header {
     padding: 20px 0;
}
/*new header css start*/
 header.new-header .menu > #menu > li > ul.dropdown_box_new {
     position: absolute;
     flex-direction: column;
     width: 930px;
     align-items: baseline;
     gap: 0;
     top: 57px;
     background: #E7ECF8;
    /* border: 1px solid #35b280;
     */
     display: none;
     border-radius: 5px;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     left: -220px;
}
 .mega-menu-wrp {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 10px 10px;
}
 ul.resources-menu-items {
     flex-direction: column !important;
     align-items: flex-start;
     display: flex;
     gap: clamp(20px, 2vw, 20px);
     margin-bottom: 0;
}
 .res-menu-left {
     width: calc(50% - 6px);
     padding: 32px;
     background-color: #fff;
     border-radius: 5px;
     height: 100%;
     height: 467px;
}
 .res-menu-right {
     width: calc(50% - 3px);
     padding: 32px;
     border-radius: 5px;
     background-color: #233064;
     height: 100%;
}
 a.featured-box img {
     height: 262px;
}
 ul.resources-menu-items li a {
     display: flex;
     gap: 16px;
     align-items: center;
     text-transform: capitalize;
}
 p.item-heading {
     margin-bottom: 0;
}
 a.featured-box {
     display: flex;
     flex-direction: column;
     padding: 10px;
     border-radius: 5px;
     background-color: #fff;
     position: relative;
}
 .header-menu .featured-box {
     display: flex;
     flex-direction: column;
     padding: clamp(16px, 1.5vw, 22px) 2px 2px;
     border-radius: 8px;
     background-color: var(--white);
     position: relative;
}
 h2.right-box-heading {
     font-size: 30px;
     color: #fff;
}
 p.right-box-desc {
     padding: 0 12px;
}
 span.card-chip {
     position: absolute;
     bottom: 14px;
     left: 18px;
     color: #fff;
     font-size: 13px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
     letter-spacing: .39px;
     padding: 4px 8px;
     background-color: #0755e9;
     border-radius: 12px;
}
 .drop-img-span {
     width: 50px;
     height: 50px;
    /* background: #e7ecf8;
     */
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .drop-img-span img {
     width: 50px;
     height: 50px;
     object-fit: contain;
}
 ul.resources-menu-items li a:before {
     display: none;
}
 .res-menu-center {
     width: calc(27% - 6px);
     padding: 32px;
     background-color: #fff;
     border-radius: 12px;
}
 .solutions-dropdown {
     left: -330px;
     width: 1330px !important;
}
 .res-menu-center h2 {
     font-size: 35px;
     color: #233064;
     font-weight: bold;
     line-height: 1.4;
     margin-bottom: 20px;
     position: relative;
     padding-bottom: 0px;
}
 .solutions-dropdown .res-menu-center {
    padding: 20px 20px 185px;
}
 .mega-menu-wrp .menu-right {
     width: calc(50% - 4px);
     background-color: #233064;
     border-radius: 5px;
     padding: 32px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
 .mega-menu-wrp .menu-heading {
     color: #fff;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     margin-bottom: 15px;
     margin-top: 10px;
}
 .menu-right .menu-links-wrp ul li a {
     display: inline-block;
     padding: 6px clamp(12px, 0.9vw, 16px);
     border-radius: 100px;
     background-color: #35b28000;
     color: #fff;
     font-size: 12px;
     font-style: normal;
     line-height: normal;
     border: 1px solid #35b280;
     margin-right: 10px;
     margin-bottom: 10px;
     transition: 0.3s ease-in-out;
}
 .menu-new {
     display: block !important;
}
 .menu-new li {
     display: inline-block;
}
 .menu-right .menu-links-wrp ul li a:before {
     display: none;
}
 .solutions-dropdown .res-menu-left {
     width: calc(50% - 6px);
     padding: 20px 20px 223px;
     height: 569px;
}
 .menu-advisory-container ul {
     display: block;
}
 .menu-advisory-container li {
     line-height: 40px;
}
 .res-menu-left h2 {
     color: #233064;
     font-size: 25px;
     font-weight: 600;
     margin: 20px 0;
}
 h3.box-heading {
     margin-bottom: 10px;
     font-size: 18px;
}
 .solution-box {
     width: 49%;
     display: inline-block;
}
 .whats-new p {
     font-size: 12px;
}
 .solutions-dropdown .whats-new img {
     height: 110px;
     object-fit: cover;
     border-radius: 5px;
}
 .solutions-dropdown .menu-right {
     padding: 15px;
}
 a.featured-box:before {
     display: none;
}
 ul#menu-new {
     display: none;
}
 header.new-header .menu > #menu > li {
     position: relative;
}
 header.new-header .menu > #menu > li > ul.dropdown_box_new > li > a {
     padding: 15px 20px;
     width: 100%;
     display: block;
     transition: 0.2s ease-in-out;
}
 header.new-header .menu > #menu > li > ul.dropdown_box_new > li {
     display: block;
     width: 100%;
}
 header.new-header .menu > #menu > li > ul.dropdown_box_new > li > a:before {
     display: none;
}
 header.new-header .menu > #menu > li > ul.dropdown_box_new > li > a:hover {
     background: #35b280;
     color: #fff;
}
 header.new-header .menu > #menu > li.curr > ul.dropdown_box_new {
     display: flex;
}
 .new-header {
     padding: 30px 0 !Important;
}
 .new-header.currShow {
     background: #e7ecf8;
}
 header.new-header .menu > #menu > li >a >i {
     margin-left: 6px;
}
 .menu-right .menu-links-wrp ul li a:hover {
     background: #35b280;
}
 .menu-right .menu-links-wrp.parent-expertise ul li a {
     border-color: #f67023;
}
 .menu-right .menu-links-wrp.parent-expertise ul li a:hover {
     background: #f67023;
}
 ul.resources-menu-items li a p {
     position: relative;
}
 ul.resources-menu-items li a p:after {
     position: absolute;
     content: "";
     background: #233064;
     width: 0;
     height: 1px;
     bottom: -5px;
     left: 0;
     transition: 0.3s ease-in-out;
}
 ul.resources-menu-items li a:hover p:after {
     width: 98%;
}
 ul.dropdown_box_new.solutions-dropdown.services ul.resources-menu-items li a .item-data {
     position: relative;
}
 ul.dropdown_box_new.solutions-dropdown.services ul.resources-menu-items li a .item-data:after {
     position: absolute;
     content: "";
     width: 0;
     height: 1px;
     left: 0;
     bottom: -5px;
     background: #233064;
     transition: 0.3s ease-in-out;
}
 ul.dropdown_box_new.solutions-dropdown.services ul.resources-menu-items li:hover a .item-data:after {
}
/*new header css end*/
/* new footer */
 .new_footer_wrpr .container-fluid {
     padding: 0 9%;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > h4 {
     color: #fff;
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 26px;
}
 footer.new_footer_wrpr {
     background: #233169;
     padding: 70px 0 0px;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > ul {
     margin: 0;
     display: flex;
     flex-direction: column;
     gap: 10px;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > ul > li > a {
     transition: 0.2s ease-in-out;
     color: #b8b8b8;
     font-size: 15px;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > ul > li > a:hover {
     color: #fff;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > p {
     font-size: 15px;
     color: #fff;
     line-height: 1.6;
     font-weight: 300;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > form > input {
     width: 100%;
     height: 50px;
     background: transparent;
     color: #fff;
     font-size: 15px;
     font-weight: 400;
     border: 1px solid #fff;
     padding: 15px;
     border-radius: 5px;
     margin-bottom: 8px;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > form > input::placeholder {
     color: #fff;
     font-size: 14px;
     font-weight: 300;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > form {
     margin-bottom: 20px;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > ul.social_med {
     display: flex;
     flex-direction: row;
     gap: 20px;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > ul.social_med > li > a > i {
     font-size: 25px;
     color: #b8b8b8;
     transition: 0.3s ease-in-out;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > ul.social_med > li > a > i:hover {
     color: #fff;
}
 footer.new_footer_wrpr > .new_footer_wrp_two {
     border-top: 1px solid #ffffff0f;
     padding-top: 50px;
     margin-top: 50px;
     border-bottom: 1px solid #ffffff0f;
     padding-bottom: 50px;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > a > img {
     width: auto;
     display: block;
     margin-bottom: 20px;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > p {
     color: #fff;
     line-height: 1.6;
     margin: 0;
     font-weight: 400;
     width: 80%;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > h4 {
     display: flex;
     gap: 20px;
     align-items: center;
     color: #fff;
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 26px;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > h4 > img {
     width: 40px;
     margin-top: -3px;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > a {
     color: #b8b8b8;
     font-size: 15px;
     width: 80%;
     display: block;
     transition: 0.2s ease-in-out;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > a:hover {
     color: #fff;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > ul > li > a {
     display: flex;
     align-items: center;
     gap: 20px;
     margin-bottom: 10px;
     color: #b8b8b8;
     font-size: 15px;
     transition: 0.2s ease-in-out;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > ul > li > a:hover {
     color: #fff;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > .otherflags_wrp {
     display: flex;
     align-items: center;
     gap: 20px;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > .otherflags_wrp > a > img {
     width: 50px;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp > ul {
     margin: 0;
}
 footer.new_footer_wrpr > p {
     text-align: center;
     margin: 0;
     padding: 30px 0px;
     font-size: 16px;
     color: #FFF;
     font-weight: 400;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp {
     position: relative;
}
 footer.new_footer_wrpr > .new_footer_wrp_two .footer_info_wrp:after {
    position: absolute;
    content: "";
    background: #ffffff0f;
    width: 1px;
    height: 228px;
    top: -50px;
    right: 30px;
}
 .new_footer_wrpr > .new_footer_wrp_one .new_footr_linkbox > form > button {
     width: 100%;
     border: 0;
     border-radius: 5px;
     height: 50px;
}
 body.privacy_pagee .header-btn a {
     border-color: #233064;
     color: #233064;
}
 .privacy_policy_secc {
     padding: 10% 0 100px;
}
 .privacy_policy_secc h1 {
     color: #000;
     text-align: center;
     margin-bottom: 40px;
     font-size: 60px;
     font-weight: 700;
     font-family: 'Now-Regular';
}
 .privacy_policy_secc h2 {
     font-size: 35px;
     font-weight: 600;
     color: #000;
     margin: 30px 0px;
}
 .privacy_policy_secc ul > li {
     padding-left: 25px;
     position: relative;
     margin-bottom: 20px;
     line-height: 1.4;
     font-size: 16px;
     color: #000;
}
 .privacy_policy_secc p {
     font-size: 16px;
     line-height: 1.6;
     margin-bottom: 20px;
}
 .privacy_policy_secc ul > li:after {
     position: absolute;
     content: "";
     background: #233064;
     width: 7px;
     height: 7px;
     left: 0;
     top: 6px;
     border-radius: 50%;
}
 .new_footer_wrp_two .row > *:last-child > .footer_info_wrp:after {
     display: none;
}
 ul.resources-menu-items li a p {
     position: relative;
}
 ul.resources-menu-items li a p:after {
     position: absolute;
     content: "";
     background: #233064;
     width: 0;
     height: 1px;
     bottom: -5px;
     left: 0;
     transition: 0.3s ease-in-out;
}
 ul.resources-menu-items li a:hover p:after {
     width: 98%;
}
 ul.dropdown_box_new.solutions-dropdown.services ul.resources-menu-items li a .item-data {
     position: relative;
}
 ul.dropdown_box_new.solutions-dropdown.services ul.resources-menu-items li a .item-data:after {
     position: absolute;
     content: "";
     width: 0;
     height: 1px;
     left: 0;
     bottom: -5px;
     background: #233064;
     transition: 0.3s ease-in-out;
}
 ul.dropdown_box_new.solutions-dropdown.services ul.resources-menu-items li:hover a .item-data:after {
     width: 100%;
}
 footer.new_footer_wrpr .new_footer_wrp_three {
     padding: 20px 0px;
}
 footer.new_footer_wrpr .new_footer_wrp_three ul {
     margin: 0;
     display: flex;
     align-items: center;
     justify-content: left;
     gap: 30px;
}
 footer.new_footer_wrpr .new_footer_wrp_three .row {
     align-items: center;
}
 footer.new_footer_wrpr .new_footer_wrp_three ul > li > a {
     transition: 0.2s ease-in-out;
     color: #b8b8b8;
     font-size: 15px;
}
 footer.new_footer_wrpr .new_footer_wrp_three ul > li > a:hover {
     color: #fff;
}
 footer.new_footer_wrpr .new_footer_wrp_three p {
     margin: 0;
     text-align: center;
     color: #fff;
     font-size: 15px;
}
 footer.new_footer_wrpr .new_footer_wrp_three .row > *:last-child > ul {
     justify-content: end;
}
 .blog-dtl-text > img {
     width: 100%;
     height: 500px;
     object-fit: cover;
     border-radius: 5px;
     margin-bottom: 20px;
}
 .blog-dtl-text > p {
     line-height: 1.6;
}
 .blog-dtl-text > h4 {
     font-weight: 600;
     color: #000;
     margin: 30px 0px;
}
/*NEW STYLING*/
/*BLOG LISTING*/
 section.blog_new_page {
     padding-top: 10%;
     padding-bottom:60px;
}
 .blog_post_box{
     position: relative;
     border-radius:8px;
     overflow:hidden;
     margin-bottom:20px;
}
 .blog_post_box:hover img{
     transform:scale(1.05);
     transition:0.4s ease-in-out;
}
 .blog_post_box img {
     width: 100%;
     height: 540px;
     object-fit: cover;
     transition:0.4s ease-in-out;
}
 .blog_post_box a:hover span {
     background: #233169;
     transition: 0.4s ease-in-out;
}
 .blog_post_box a{
     width: 100%;
     padding: 30px;
     position:absolute;
     height: 100%;
     background: #00000073;
     left: 0;
}
 .blog_post_box a span {
     font-size: 13px;
     color: #fff;
     transition: 0.4s ease-in-out;
     background: #35b280;
     padding: 4px 26px;
     display: inline-block;
     border-radius: 50px;
     margin-bottom: 30px;
}
 .blog_post_box a h4 {
     font-size: 22px;
     color: #fff;
     line-height: 1.3;
}
 .blog_page_heading h2 {
     color: #242424;
     font-weight: 700;
     margin-bottom: 0;
}
 .blog_page_heading p {
     padding-left: 12%;
     line-height: 2;
     color: #000;
     margin-bottom: 10px;
}
 section.break-free {
     padding: 90px 0 60px;
}
 .break-free-text h4 {
     color: #233064;
}
 .break-free-text h3 {
     margin-bottom: 18px;
     font-size: 40px;
     line-height: 1.3;
     color: #242424;
}
 .break-free-text p {
     line-height: 2;
}
 section.all_thing_mindBlowing {
     padding: 80px 0;
     background: #faf9f9;
}
 .all_thing_mindBlowing_heading h2 {
     font-size: 42px;
     font-weight: 600;
     color: #242424;
     margin-bottom: 20px;
}
 .all_thing_mindBlowing_heading p{
     line-height:2;
     color:#000;
}
 .mindBlowing_slider_item h3 {
     margin-bottom: 15px;
     font-size: 25px;
     color: #242424;
}
 .mindBlowing_slider_item p {
     width: 100%;
     line-height: 1.7;
     color: #000;
     font-size: 15px;
}
 .mindBlowing_slider_item a {
     color: #fff;
     border-radius: 50px;
     padding: 10px 35px;
     color: #233064;
     background: #ffffff00;
     border: 1px solid #233064;
     display: inline-block;
}
 .mindBlowing_slider_item img {
     width: 100%;
     height: 580px;
     object-fit: cover;
}
 .mindblowing_content{
     padding:50px;
}
 .mindBlowing_slider_item a:hover {
     box-shadow: inset 0 0 5px 3px #0c326b9e;
     transition: 0.3s ease-in-out;
}
 .header-btn a:hover {
     box-shadow: inset 0 0 5px 3px #0c326b9e;
     transition: 0.3s ease-in-out;
}
 .mindblowing_slider .slick-slide{
     opacity:1;
     margin:0;
}
 .mindblowing_slider .slick-prev {
     left: 30px;
     z-index: 1;
    /* top: 0;
     */
}
 .mindblowing_slider button.slick-prev::before {
     content: '\f053';
     font-family: 'Font Awesome 5 Pro';
     font-weight: 400;
     color: #fff;
     background: #35b280;
     width: 50px;
     height: 50px;
     opacity: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50px;
}
 .mindblowing_slider .slick-next {
     right: 60px;
     z-index: 1;
    /* top: 0;
     */
}
 .mindblowing_slider button.slick-next::before {
     content: '\f054';
     font-family: 'Font Awesome 5 Pro';
     font-weight: 400;
     color: #fff;
     background: #35b280;
     width: 50px;
     height: 50px;
     opacity: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50px;
}
 .mindblowing_slider .slick-list.draggable {
     padding-right: 20%;
}
/*BLOG NEW DETAIL*/
 section.blog_detail_banner {
     margin-top: 80px;
     position: relative;
     height: 500px;
     display: flex;
     align-items: center;
}
 section.blog_detail_banner>img {
     position: absolute;
     width: 100%;
     height: 100%;
     object-fit: cover;
     top: 0;
     left: 0;
     z-index: -1;
     object-position: center;
}
 section.blog_detail_banner > .blog_detail_content {
     width: 100%;
}
 section.blog_detail_banner > .blog_detail_content ul {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 20px;
}
 section.blog_detail_banner > .blog_detail_content ul > li > span {
     font-size: 12px;
     color: #fff;
     background: #35b280;
     padding: 0 30px;
     height: 34px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 40px;
     font-family: 'Now-light';
}
 section.blog_detail_banner > .blog_detail_content ul > li > ul {
     display: flex;
     align-items: center;
     gap: 40px;
     position: relative;
     margin: 0;
}
 section.blog_detail_banner > .blog_detail_content ul > li > ul > li {
     color: #fff;
     font-size: 16px;
     font-family: 'Now-Regular';
     text-shadow: -1px 3px 3px #0000008f;
}
 section.blog_detail_banner > .blog_detail_content ul > li > ul:after {
     position: absolute;
     content: "";
     background: #fff;
     width: 1px;
     height: 70%;
     left: 45%;
     top: 3px;
}
 section.blog_detail_banner > .blog_detail_content h1 {
     text-shadow: 5.346px 2.724px 10.12px rgba(47, 54, 81, 0.52);
     font-size: 57px;
     line-height: 1.2;
     margin-bottom: 20px;
     font-family: 'Now-Regular';
}
 section.blog_detail_banner > .blog_detail_content p {
     margin: 0;
     color: #fff;
     text-shadow: 5.346px 2.724px 10.12px rgba(47, 54, 81, 0.52);
     font-size: 17px;
     font-family: 'Now-light';
     line-height: 1.6;
     width: 80%;
}
 .blog_detail_intro_sec {
     padding: 70px 0px;
}
 .blog_detail_intro_sec .blog_detail_intro_textt > h2 {
     font-size: 42px;
     color: #000;
     font-family: 'Now-Regular';
     font-weight: 600;
     line-height: 1.2;
     margin-bottom: 20px;
}
 .blog_detail_intro_sec .blog_detail_intro_textt > p {
     font-size: 16px;
     line-height: 1.6;
     color: #000;
     font-family: 'Now-Regular';
     margin-bottom: 15px;
}
 .blog_detail_intro_sec .blog_detail_intro_textt > span {
     display: block;
     color: #233064;
     font-size: 25px;
     font-weight: 600;
     line-height: 1.2;
     margin-top: 50px;
     margin-bottom: 40px;
}
.blog_detail_intro_sec .blog_detail_intro_box_wrp {
    background: #faf9f9;
    padding: 50px 30px;
    margin-top: 30px;
    border-radius: 10px;
    width: 100%;
}
 .blog_detail_intro_sec .blog_detail_intro_box_wrp > h3 {
     font-size: 25px;
     color: #000;
     line-height: 1.2;
     margin-bottom: 15px;
     font-weight: 600;
}
.blog_detail_intro_sec .blog_detail_intro_box_wrp > p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0;
    width: 90%;
}
 .business_efficiency_secc {
     padding: 0px 0px 60px;
}
 .business_efficiency_secc h2 {
     font-size: 25px;
     color: #35b280;
     font-weight: 600;
     line-height: 1.2;
     margin-bottom: 20px;
}
 .business_efficiency_secc .business_efficiency_box {
     padding: 40px 20px;
     background: #35b280;
     height: 100%;
     border-radius: 5px;
     margin-top: 20px;
     max-height: -webkit-fill-available;
}
 .business_efficiency_secc .business_efficiency_box > span {
     width: 65px;
     height: 65px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #e8f6fc;
     border-radius: 50%;
     margin-bottom: 25px;
}
 .business_efficiency_secc .business_efficiency_box > span > img {
     width: auto;
}
 .business_efficiency_secc .business_efficiency_box > h3 {
     color: #fff;
     font-size: 25px;
     line-height: 1.2;
     font-weight: 500;
     margin-bottom: 15px;
}
 .business_efficiency_secc .business_efficiency_box > p {
     line-height: 1.6;
     color: #fff;
     font-size: 14px;
     margin-bottom: 0;
}
 .challenges_adoption_secc {
     padding-bottom: 60px;
     padding-top: 20px;
}
 .challenges_adoption_secc .container > h2 {
     color: #233064;
     font-size: 25px;
     line-height: 1.2;
     margin-bottom: 20px;
     font-weight: 600;
}
.challenges_adoption_secc .container > p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}
 .challenges_adoption_secc .challenges_adoption_box {
     border: 1px solid #35b280;
     border-radius: 5px;
     padding: 30px 20px;
     margin-top: 20px;
     height: 100%;
     max-height: -webkit-fill-available;
}
 .challenges_adoption_secc .challenges_adoption_box > span {
     width: 65px;
     height: 65px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #e8f6fc;
     border-radius: 50%;
     margin-bottom: 25px;
}
 .challenges_adoption_secc .challenges_adoption_box > h3 {
     margin-bottom: 15px;
     color: #000;
     font-size: 25px;
     font-weight: 600;
     line-height: 1.2;
}
 .challenges_adoption_secc .challenges_adoption_box > p {
     font-size: 16px;
     color: #000;
     line-height: 1.6;
     margin-bottom: 0;
     width: 100%;
}
 .blog_inner_casestudy_secc {
     background-color: #e8f6fc;
     padding: 70px 0px;
}
 .blog_inner_casestudy_secc .col-md-12> span {
     background: #35b280;
     color: #fff;
     padding: 0 30px;
     height: 35px;
     display: flex;
     width: fit-content;
     align-items: center;
     justify-content: center;
     border-radius: 30px;
     margin-bottom: 50px;
}
 .blog_inner_casestudy_secc .inner_casestudy_box {
     background: #faf9f9;
     padding: 40px 30px;
     border-radius: 5px;
     margin-top: 20px;
}
 .blog_inner_casestudy_secc .inner_casestudy_box > h3 {
     line-height: 1.2;
     font-size: 25px;
     margin-bottom: 20px;
}
 .blog_inner_casestudy_secc .inner_casestudy_box > p {
     line-height: 1.6;
     color: #000;
     font-size: 16px;
     margin-bottom: 0;
}
 .future_prospects_secc {
     padding: 60px 0px;
}
 .future_prospects_secc .col-md-12 > h2 {
     color: #35b280;
     font-size: 25px;
     line-height: 1.2;
     margin-bottom: 20px;
     font-weight: 600;
}
 .future_prospects_secc .col-md-12 > p {
     color: #000;
     line-height: 1.6;
     margin-bottom: 20px;
     font-size: 16px;
}
 .future_prospects_secc .future_prospects_smlbox {
     margin-top: 30px;
}
 .future_prospects_secc .future_prospects_smlbox > img {
     display: block;
     margin-bottom: 30px;
}
 .future_prospects_secc .future_prospects_smlbox > h3 {
     font-size: 25px;
     color: #000;
     line-height: 1.3;
     margin-bottom: 20px;
}
 .future_prospects_secc .future_prospects_smlbox > p {
     margin: 0;
     line-height: 1.6;
     color: #000;
     font-size: 16px;
}
 .future_prospects_secc .future_prospects_bigbox {
     margin-top: 50px;
}
 .future_prospects_secc .future_prospects_bigbox > img {
     display: block;
     width: 100%;
     margin-bottom: 30px;
     border-radius: 10px;
}
 .impact_pagg .business_efficiency_secc h2 {
     color: #000;
}
 .impact_pagg .business_efficiency_secc > .container > p {
     color: #000;
     font-size: 16px;
     line-height: 1.6;
     margin-bottom: 20px;
}
 .impact_pagg .business_efficiency_secc .business_efficiency_box > p {
     font-size: 16px;
     font-family: 'Now-light';
     width: 90%;
}
 .benefits_digital_secc {
     background: #faf9f9;
     padding: 60px 0px;
}
 .benefits_digital_secc h2 {
     color: #0c326b;
     font-size: 25px;
     line-height: 1.2;
     margin-bottom: 40px;
     font-weight: 600;
}
 .benefits_digital_secc .benefits_digital_boxx {
     position: relative;
     padding-left: 50px;
     width: 80%;
     margin-bottom: 40px;
}
 .benefits_digital_secc .benefits_digital_boxx > h3 {
     font-size: 25px;
     line-height: 1.2;
     margin-bottom: 20px;
     font-weight: 600;
}
 .benefits_digital_secc .benefits_digital_boxx:last-child {
     margin: 0;
}
 .benefits_digital_secc .benefits_digital_boxx > p {
     line-height: 1.6;
     margin-bottom: 0;
     font-size: 16px;
     color: #000;
}
 .benefits_digital_secc .benefits_digital_boxx > img {
     position: absolute;
     left: 0;
     top: 0;
}
 .impact_pagg .blog_detail_intro_sec .blog_detail_intro_textt > span {
     margin-top: 0;
     color: #35b280;
}
 .impact_pagg .blog_inner_casestudy_secc .col-md-12> span {
     margin-bottom: 30px;
}
 .impact_pagg .blog_inner_casestudy_secc .col-md-12> h2 {
     font-size: 25px;
     color: #0c326b;
     font-weight: 600;
     line-height: 1.2;
     margin-bottom: 50px;
}
 .blog_inner_casestudy_secc .inner_casestudy_box > img {
     margin-bottom: 30px;
}
 .impact_pagg .challenges_adoption_secc {
     padding-top: 70px;
     padding-bottom: 20px;
}
 .conclusion_textt_secc {
     background: #faf9f9;
     padding: 70px 0px;
}
 .conclusion_textt_secc h2 {
     color: #000;
     font-size: 42px;
     font-weight: 600;
     line-height: 1.2;
     margin-bottom: 20px;
}
 .conclusion_textt_secc p {
     margin: 0;
     font-size: 16px;
     line-height: 1.7;
     color: #000;
}


/*  blog inner new page */


.blog_inbanner_detail {
    padding-top: 120px;
}

.blog_inbanner_detail .bann_cont > ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.blog_inbanner_detail .bann_cont > ul > li > span {
    font-size: 12px;
    color: #fff;
    background: #35b280;
    padding: 0 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.blog_inbanner_detail .bann_cont > ul > li > ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

.blog_inbanner_detail .bann_cont > ul > li > ul > li {
    color: #000;
    font-size: 16px;
}

.blog_inbanner_detail .bann_cont > ul > li > ul:after {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    left: 45%;
}

.blog_inbanner_detail .bann_cont > h1 {
    color: #000;
    font-size: 53px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 20px;
}

.blog_inbanner_detail .blog_inban_img_wrp {
    position: relative;
    height: 500px;
    display: flex;
    align-items: end;
    padding-bottom: 50px;
}

.blog_inbanner_detail .blog_inban_img_wrp > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.blog_inbanner_detail .blog_inban_img_wrp ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 0;
    position: relative;
    width: fit-content;
}

.blog_inbanner_detail .blog_inban_img_wrp ul > li {
    color: #fff;
    font-size: 16px;
}

.blog_inbanner_detail .blog_inban_img_wrp ul:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 45%;
}

.blog_inner_pgg .blog_detail_intro_sec {
    padding: 50px 0px;
}

.blog_inner_pgg .challenges_adoption_secc {
    padding-top: 0;
}

.blog_inner_pgg .challenges_adoption_secc .container > h2 {
    color: #35b280;
}

.blog_inner_pgg .challenges_adoption_secc .challenges_adoption_box {
    padding-top: 70px;
}

.challenges_adoption_secc .compo_box {
    margin-top: 40px;
}

.challenges_adoption_secc .compo_box > p {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.challenges_adoption_secc .compo_box > img {
    width: auto;
    height: auto;
}

.blog_inner_pgg .blog_detail_intro_sec .blog_detail_intro_box_wrp > ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.blog_inner_pgg .blog_detail_intro_sec .blog_detail_intro_box_wrp > ul > li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

.blog_detail_intro_sec .introcompo_img {
    width: 90%;
    margin-top: 25px;
}

.blog_detail_intro_sec .introcompo_img > img {
    width: 100%;
}

.blog_inner_pgg .challenges_adoption_secc.challenges_adoption_two .challenges_adoption_box {
    padding-top: 30px;
}

.blog_inner_casestudy_secc h2 {
    font-size: 25px;
    color: #233064;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.blog_inner_casestudy_secc .inner_casestudy_box > ul {
    margin-bottom: 0;
    margin-top: 30px;
}

.blog_inner_casestudy_secc .inner_casestudy_box > ul > li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-family: 'Now-Regular';
}

.blog_inner_casestudy_secc .inner_casestudy_box > ul > li:last-child {
    margin: 0;
}

.blog_inner_casestudy_secc .inner_casestudy_box > ul > li:after {
    position: absolute;
    content: "";
    background: #35b180;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    border-radius: 50%;
}

.compoimg3_wrp_secc {
    padding: 70px 0px;
}

.compoimg3_wrp_secc .col-lg-12 > img {
    width: 100%;
}

.future_data_secc {
    padding: 60px 0px;
}

.future_data_secc h2 {
    font-size: 25px;
    color: #35b280;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.future_data_secc p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 15px;
}

.future_data_secc .future_data_box {
    position: relative;
    margin-top: 40px;
}

.future_data_secc .future_data_box > img {
    width: 100%;
}

.future_data_secc .future_data_box > h3 {
    color: #35b280;
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    left: -150px;
    top: 100px;
}

.future_data_secc .row > *:nth-child(3) .future_data_box > h3 {
    left: unset;
    right: -150px;
}

.future_data_secc .row > *:nth-child(5) .future_data_box > h3 {
    left: unset;
    right: -150px;
}

.blog_inner_pgg .blog_inner_casestudy_secc .inner_casestudy_box {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

section.challenges_adoption_secc.challenges_adoption_two.challenges_adoption_three .challenges_adoption_box > span {
    width: auto;
    height: auto;
    background: transparent;
    display: block;
    font-size: 19px;
    color: #35b280;
    font-weight: 600;
}

.blog_inner_pgg .future_prospects_secc {
    padding-top: 20px;
}

.blog_inner_pgg .future_prospects_secc .col-md-12 > h2 {
    color: #222f63;
}

.future_datasec_two {
    padding: 0px 0 60px;
}

.future_datasec_two .future_data_two_box {
    position: relative;
    margin-top: 30px;
}

.future_datasec_two .future_data_two_box > img {
    width: 100%;
}

.future_datasec_two .future_data_two_box > h3 {
    line-height: 1;
    margin: 0;
    font-size: 250px;
    position: absolute;
    left: -250px;
    top: 200px;
    color: #222f63;
}

.break-free-text span {
    font-family: 'Now-Regular';
    font-size: 24px;
    line-height: 1.2;
    color: #233064;
    font-weight: 500;
    margin: 0 0 13px;
    display: block;
}

.blog_detail_intro_sec .blog_detail_intro_box_wrp > h3 > span {
    cursor: pointer;
    margin-left: 20px;
    color: #35b280;
    font-size: 20px;
}

.blog_detail_intro_sec .blog_detail_intro_box_wrp > img {
    display: none;
}

/* new header css */

header.new-header .menu > #menu > li > ul.dropdown_box_new.solutions-dropdown {
    left: -340px ! IMPORTANT;
    width: 1580px !important;
}

header.new-header .menu > #menu > li > ul.dropdown_box_new.solutions-dropdown .res-menu-left {
    width: calc(60% - 6px);
}

header.new-header .menu > #menu > li > ul.dropdown_box_new.solutions-dropdown .menu-right {
    width: calc(40% - 4px);
}

header.new-header .menu > #menu > li > ul.dropdown_box_new.solutions-dropdown .res-menu-left > .solution-box {
    width: 32.9%;
    position: relative;
}

.solutions-dropdown .res-menu-left h2 {
    font-size: 20px;
    margin: 30px 0px;
}

.solutions-dropdown ul.resources-menu-items li {
    margin-bottom: 5px;
}

header.new-header .menu > #menu > li > ul.dropdown_box_new.solutions-dropdown .res-menu-left > .solution-box:after {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 1px;
    height: 450px;
    top: 0;
    right: 40px;
}

header.new-header .menu > #menu > li > ul.dropdown_box_new.solutions-dropdown .res-menu-left > .solution-box:last-child:after {
    display: none;
}


/* new header css */


/* new drop-down add in header */

a.featured-box img {
    object-fit: cover;
}

.resources_wrpr h2.right-box-heading {
    font-size: 25px;
}

.whats-new p {
    padding: 0;
    text-align: center;
    margin-bottom: 5px;
}

.resources_wrpr a.featured-box img {
    height: 245px;
}

.resources_wrpr .res-menu-left {
    height: 414px;
}

ul.resources-menu-items li a p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 3px;
}

/* new drop-down add in header */
 