  @charset "utf-8";
/*
Theme Name:Data Entry India
Theme URI:https://www.dataentryindia.com/
Author:Niraj Mistry, Bhargav Joshi
Author URI:https://www.hitechdigital.com/
Text Domain:dataentryindia.com
*/

/* == 01. RESET & GLOBALS == */
*,html{margin:0;padding:0;position:relative;}
*,:after,:before,*::before,*::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.clr{clear:both}
.fl{float:left}
.fr{float:right}
.fn{float:none}
body{font-family:"Archivo", sans-serif;/*"Barlow",sans-serif*/;font-size:18px;line-height:28px;color:#232323;font-weight:400;overflow-x:hidden !important}
.clearfix{*zoom:1}
.clearfix:before, .clearfix:after{display:table;clear:both;content:"";line-height:0}

/* Taxonomy */
h1{font-size:clamp(36px,8vw,60px);}
h2{font-size:clamp(30px,6vw,48px);}
h3{font-size:clamp(24px,4.5vw,36px);}
h4{font-size:clamp(20px,3.5vw,28px);}
h5{font-size:clamp(18px,2.8vw,20px);}
h6{font-size:clamp(16px,2.5vw,18px);}
p{font-size:18px;color:#2f2f2f;font-weight:400;margin-bottom:15px;line-height:28px}
h1,h2,h3,h4,h5,h6{color:#000000;font-weight:400;margin: 20px 0 30px;}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,.h1 span,.h2 span,.h3 span,.h4 span,.h5 span,.h6 span{font-weight:800}
p span{font-weight:700}
a{text-decoration:none;color:#ff9801;font-weight:700}
a:hover{color:#01637f;text-decoration:underline}
.small{line-height:22px;font-size:clamp(12px,1.5vw,16px);color: #939393;}
.small span{font-weight:600}
ul{margin-bottom: 15px;}
li{list-style:none}
.text-center{text-align:center}
b,strong{font-weight:800}
.hover-blue:hover{color:#1c7f9c}
i,em{position:relative}

/* == 02. COLOR == */
.c-lightblack{color:#000000}
.c-offwhite{color:#555555}
.c-orange{color:#ff9801}
.c-white{color:#ffffff}
.bg-light-cyan { background-color: #edf9f9; }
.bg-light-yellow { background-color: #fffaea; }
.bg-peach { background-color: #fef4e8; }
.bg-light-green { background-color: #f4faee; }
.bg-blue-dark { background-color: #1c7f9c !important }
.bg-light-blue { background-color: #e4eff3; }
.bg-white{background:#ffffff}

/* == 03. Wireframe == */
.container{width:100%;max-width:90%;margin:0 auto}
.container2{width:100%;max-width:80%;margin:0 auto}
.blog-post-wrapper{width:auto;max-width:850px;margin:0 auto}
.wrapper{width:auto;max-width:1250px;margin:0 auto}
.one-half{width:48.50%}
.one-third{width:31.33%}
.one-fourth{width:22.75%}
.one-fifth{width:17.6%}
.one-sixth{width:14.16666666666667%}
.one-seventh{width:11.71428571428571%}
.one-eighth{width:9.875%}
.two-third{width:65.67%}
.width25{width:25%}
.width33{width:33.33%}
.width40{width:40%}
.width30{width:30%}
.width70{width:70%}
.width50{width:50%}
.width60{width:60%}
.width66{width:66.67%}
.width100{width:100%}
.one-half,.one-third,.one-fourth,.one-fifth,.one-sixth,.one-seventh,.one-eighth{margin-right:3%}
.two-third{margin-right:3%}
.two-third + .one-third, .one-third + .two-third{margin-right:0}
.one-half:nth-child(2n),.one-third:nth-child(3n),.one-fourth:nth-child(4n),.one-fifth:nth-child(5n),.one-sixth:nth-child(6n),.one-seventh:nth-child(7n),.one-eighth:nth-child(8n){margin-right:0}

/* == 04. Margin == */
.m-0{margin:0;}
.m-1{margin:10px;}
.m-2{margin:20px;}
.m-3{margin:30px;}
.m-4{margin:40px;}
.m-5{margin:50px;}
.mt-0{margin-top:0;}
.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-3{margin-top:30px;}
.mt-4{margin-top:40px;}
.mt-5{margin-top:50px;}
.mb-0{margin-bottom:0;}
.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}
.ml-0{margin-left:0;}
.ml-1{margin-left:10px;}
.ml-2{margin-left:20px;}
.ml-3{margin-left:30px;}
.ml-4{margin-left:40px;}
.ml-5{margin-left:50px;}
.mr-0{margin-right:0;}
.mr-1{margin-right:10px;}
.mr-2{margin-right:20px;}
.mr-3{margin-right:30px;}
.mr-4{margin-right:40px;}
.mr-5{margin-right:50px;}
.mx-1{margin:0 10px}
.mx-2{margin:0 20px}
.mx-3{margin:0 30px}
.mx-4{margin:0 40px}
.mx-5{margin:0 50px}
.my-1{margin:10px 0}
.my-2{margin:20px 0}
.my-3{margin:30px 0}
.my-4{margin:40px 0}
.my-5{margin:50px 0}
.m-auto{margin:0 auto}

/* == 05. Padding == */
.p-0{padding:0;}
.p-1{padding:10px;}
.p-2{padding:20px;}
.p-3{padding:30px;}
.p-4{padding:40px;}
.p-5{padding:50px;}
.pt-0{padding-top:0;}
.pt-1{padding-top:10px;}
.pt-2{padding-top:20px;}
.pt-3{padding-top:30px;}
.pt-4{padding-top:40px;}
.pt-5{padding-top:50px;}
.pb-0{padding-bottom:0;}
.pb-1{padding-bottom:10px;}
.pb-2{padding-bottom:20px;}
.pb-3{padding-bottom:30px;}
.pb-4{padding-bottom:40px;}
.pb-5{padding-bottom:50px;}
.pl-0{padding-left:0;}
.pl-1{padding-left:10px;}
.pl-2{padding-left:20px;}
.pl-3{padding-left:30px;}
.pl-4{padding-left:40px;}
.pl-5{padding-left:50px;}
.pr-0{padding-right:0;}
.pr-1{padding-right:10px;}
.pr-2{padding-right:20px;}
.pr-3{padding-right:30px;}
.pr-4{padding-right:40px;}
.pr-5{padding-right:50px;}
.px-1{padding:0 10px}
.px-2{padding:0 20px}
.px-3{padding:0 30px}
.px-4{padding:0 40px}
.px-5{padding:0 50px}
.py-1{padding:10px 0}
.py-2{padding:20px 0}
.py-3{padding:30px 0}
.py-4{padding:40px 0}
.py-5{padding:50px 0}
.p-15{padding:15px}
.h-auto{height:auto}
.t-none{list-style:none;text-decoration:none}
.t-center{text-align:center}
.light{font-weight:100}
.lighter{font-weight:300}
.normal{font-weight:400}
.heavy{font-weight:600}
.superheavy{font-weight:800}
.uppercase{text-transform:uppercase}
.inline{display:inline}
.height-auto{height:auto}
.d-flex{display:flex}
.aling-center{align-items:center}
.flex-wrap{flex-wrap:wrap}
.flex-direction-row{flex-direction:row}
.flex-direction-column{flex-direction:column}
.justify-content-center{justify-content:center}
.justify-content-end{justify-content:flex-end}
.border-radius{border-radius:20px}
.justify-baseline{justify-content: baseline;}
.justify-center{justify-content: center;}
.justify-end{justify-content: end;}
.justify-left{justify-content: left;}
.justify-right{justify-content: right;}
.justify-around{justify-content: space-around;}
.justify-between{justify-content: space-between;}
.justify-evenly{justify-content: space-evenly;}

/* == 06. Border == */
.border{border:1px solid #dee2e6!important}
.border-0{border:0!important}
.border-top{border-top:1px solid #dee2e6!important}
.border-top-0{border-top:0!important}
.border-end{border-right:1px solid #dee2e6!important}
.border-end-0{border-right:0!important}
.border-bottom{border-bottom:1px solid #dee2e6!important}
.border-bottom-0{border-bottom:0!important}
.border-start{border-left:1px solid #dee2e6!important}
.border-start-0{border-left:0!important}
.border-primary{border-color:#0d6efd!important}
.border-secondary{border-color:#6c757d!important}
.border-success{border-color:#198754!important}
.border-info{border-color:#0dcaf0!important}
.border-warning{border-color:#ffc107!important}
.border-danger{border-color:#dc3545!important}
.border-light{border-color:#f8f9fa!important}
.border-dark{border-color:#212529!important}
.border-white{border-color:#fff!important}
.border-1{border-width:1px!important}
.border-2{border-width:2px!important}
.border-3{border-width:3px!important}
.border-4{border-width:4px!important}
.border-5{border-width:5px!important}
.rounded{border-radius:0.25rem!important}
.rounded-0{border-radius:0!important}
.rounded-1{border-radius:0.2rem!important}
.rounded-2{border-radius:0.25rem!important}
.rounded-3{border-radius:0.3rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-pill{border-radius:50rem!important}
.rounded-top{border-top-left-radius:0.25rem!important;border-top-right-radius:0.25rem!important}
.rounded-end{border-top-right-radius:0.25rem!important;border-bottom-right-radius:0.25rem!important}
.rounded-bottom{border-bottom-right-radius:0.25rem!important;border-bottom-left-radius:0.25rem!important}
.rounded-start{border-bottom-left-radius:0.25rem!important;border-top-left-radius:0.25rem!important}

/* == 07. Reusable == */
/* .check-icon-primary li span{font-weight: 500;font-size: 18px;}
.check-icon-primary li{background:url(images/icon-check-primary.svg) no-repeat left center;background-size:24px;font-size:18px;color:#000;background-position:left top 9px;list-style:none;padding:5px 0 5px 42px;}
.check-icon-primary li.check-icon-secondary{background:url(images/icon-check-secondary.svg) no-repeat left center;background-size:26px;background-position:left top 7px}
.check-icon-secondary span{background:none;color:#ff9801;font-size:20px;font-weight:700;padding:0} */

/* == 08. btn-css == */
.btn-blue-border{text-decoration:none;border:1px solid #dd6900;padding:9px 17px 11px 17px;border-radius:7px;transition:0.6s ease,color 0.6s ease;display:inline-block;font-size:18px;letter-spacing:-0.75px;font-weight:500;color:#dd6900}
.btn-blue-border:hover{background-color:#1c809d;color:#fff}
.btn-default{background: #dd6900;color: #ffffff;text-decoration: none;font-size: clamp(14px,2vw,20px);line-height: 20px;border-radius: 10px;padding: 10px 25px;letter-spacing: -0.75px;font-stretch: expanded;font-family: "Source Sans 3", sans-serif;font-weight: 600;}
.btn-default:hover{background-color:#be7200;text-decoration: underline;color:#fff}
.btn-contect{background: #dd6900;color: #ffffff;text-decoration: none;font-size: clamp(14px,2vw,20px);line-height: 20px;border-radius: 10px;padding: 10px 25px;letter-spacing: -0.75px;font-stretch: expanded;font-family: "Source Sans 3", sans-serif;font-weight: 600;}
.btn-contect:hover{background-color:#be7200;text-decoration: underline;color:#fff}
.btn-white{border: 1px solid #ffffff;color: #ffffff;text-decoration: none;font-size: clamp(14px,2vw,20px);line-height: 20px;padding: 15px 40px;letter-spacing: -0.75px;font-stretch: expanded;font-family: "Source Sans 3", sans-serif;text-transform: uppercase;font-weight: 500;display:inline-block}
.btn-white:hover{background-color:#fff9f9}
.btn-secondary{border: 1px solid #de6900;background: #ffffff;padding: 15px 30px;font-size: clamp(16px,2vw,22px);letter-spacing: -0.85px;color: #de6900;border-radius: 7px;box-shadow: 4px 4px 9px 3px rgba(0, 0, 0, 0.3);}

/* == 09. Header == */
header{width:100%;z-index:10000;position:absolute;background:#ffffff;transition:all 0.8s ease;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
header nav ul li.has-child{background:url(images/icon-down-arrow.svg) no-repeat;background-position:right;padding-right:15px;background-size:25px}
nav{position:relative;display:inline-block}
nav ul{position:relative;width:100%;list-style:none;margin-bottom:0}
nav ul ul{position:absolute;opacity:0;visibility:hidden;pointer-events:none;top:100%;left:0;background:#1c7f9c;min-width:250px;z-index:1000;transform:translateY(10px);transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.3s ease}
nav ul li:hover>ul{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
nav ul li{position:relative;display:inline-block;margin-right:10px;text-transform:uppercase}
nav ul li:last-child{margin-right:0}
nav ul li a{display:block;width:100%;color:#000000;line-height:70px;margin-right:10px;font-size:16px;transition:all 0.4s ease-in;font-weight:400}
nav ul li ul li{position:relative;padding:5px 10px;border-bottom:1px dotted #dedede;margin-right:0;width:100%;display:block}
nav ul li ul li a{display:block;width:100%;color:#ffffff;font-size:16px;line-height:26px;transition:all 0.4s ease-in;font-weight:400;text-transform:none}
nav ul li ul li a:hover{color:#ff9801;text-decoration:underline}
nav ul li:hover ul{display:block}
.has-child{position:relative;display:inline-block}
.brand-logo{position:relative;display:block;max-width:200px;height:auto}
.brand-logo img{position:relative;height:auto;width:100%;min-width:200px;display:block}
.header-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;height:auto}

/* == 10. Sticky Header == */
.sticky .logo-white{display:none}
.sticky nav ul .has-child ul li a{color: #fff}
.sticky nav ul .has-child ul li a:hover{color: #ff9801}
.sticky{position:fixed;top:0;width:100%;background:#ffffff;box-shadow:0 2px 5px rgba(0,0,0,0.2);z-index:1000}
.sticky .logo-color{display:block}

/* == 11. brad-crump == */
.blog-header {padding-top:120px}
.blog-post-wrapper .brad-crump ,.blog-meta .brad-crump {position: relative;display: flex;flex-direction: row;align-items: normal;justify-content: flex-start;flex-wrap: wrap;font-size: 15px;color: #666666;margin-bottom: 45px;width:100%;margin:0 auto 20px}
.blog-post-wrapper .brad-crump span a,.blog-meta .brad-crump span a {display: block;font-size: 15px;font-weight: 600;}
.blog-post-wrapper .brad-crump span,.blog-meta .brad-crump span {display: inline-block;margin: 0 5px;}
.blog-post-wrapper .brad-crump span:first-child,.blog-meta .brad-crump span:first-child {margin-left: 0;}
.blog-post-wrapper .brad-crump span:last-child ,.blog-meta .brad-crump span:last-child {margin-right: 0;}
.blog-meta {width: auto;max-width: 850px;margin: 0 auto;padding:120px 20px 0 20px}
.blog-meta h1{line-height:1.25}

/* == 12. brad-crump-service-page == */
.inner-banner-container .brad-crump {position: relative;display: flex;flex-direction: row;align-items: center;justify-content: center;flex-wrap: wrap;font-size: 15px;color: #ffffff;width:50%;margin:0 auto 30px;line-height:normal}
.inner-banner-container .brad-crump span a {display: block;font-size: 15px;font-weight: 600;}
.inner-banner-container .brad-crump span a img{display:block;margin:0;padding:0;}
.inner-banner-container .brad-crump span {display: inline-block;margin: 0 5px;}
.inner-banner-container .brad-crump span:first-child {margin-left: 0;}
.inner-banner-container .brad-crump span:last-child {margin-right: 0;}
.inner-banner-container .brad-crump li::after{color:#d0f9fd}

/* == 13. Table Contents == */
.table-contents {border: 1px solid #e2e3e3;border-radius: 10px;padding: 20px 20px 20px 0;margin: 10px 0 40px 0;background: #fff;}
.table-contents ul {margin: 0 !important;list-style: disc;max-height: 0;overflow: hidden;opacity: 0;transition: all 0.3s ease-out;}
.table-contents ul li {padding: 0px 10px 0px 20px;}
.table-contents ul li a{font-size: 16px;color: #312f2f;font-weight: 400;}
.table-contents-box {position: sticky;top: 82px;background-color: aliceblue;z-index: 10;}

/* == 14. toggle button == */
.table-contents .toggle {display: none;}
.table-contents label {display: block;position: relative;padding-right: 25px;font-weight: 500;cursor: pointer;margin-left: 20px;color: #3f3f3f;}
.table-contents label::after {content: '\002B';position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 1.2em;font-weight: bold;transition: transform 0.3s ease;}
.table-contents .toggle:checked + label::after {content: '\2212';}
.table-contents .toggle:checked + label + ul {max-height: 500px;opacity: 1;margin: 0;}

/* == 15. BLOG == */
.blog-post{display: flex;flex-wrap: wrap;height: 100%;justify-content:center}
.blog-post .one-fourth{height:auto}
.post-date{display:flex;list-style:none;margin:20px 0;border-top:1px #dddddd solid;border-bottom:1px #dddddd solid}
.blog-post-container img{width:100%; height:auto;}
.blog-post-container ul{margin-bottom:30px}
.blog-post-container h2{margin:35px 0;font-weight:700;font-size: 40px; line-height:52px}
.post-date li{font-size:13px;color:#646464;font-weight:700;padding:4px 10px;border-right:1px solid #dddddd ;}
.post-date li:last-child{border-right:0; padding-right:0}
.post-date li a{font-size: 16px;font-weight:700;}
.blog-post-banner-standard,.blog-post-banner-full,.blog-post-banner-stretched{text-align:center;margin: 60px auto 30px;}
.blog-post-banner-full img{width:100%}
.blog-post-banner-standard img{width:850px}
.blog-post-banner-stretched img{width:1250px}
.blog-wrapper .bx-wrapper{overflow: hidden}
.post-author-box{position:relative;font-weight:700;display:flex;box-shadow:0 4px 8px rgba(0,0,0,0.2);padding:20px;font-size:17px;background-color:white;border-radius:8px;margin:30px auto;overflow:hidden}
.post-author-box::after{content:'';position:absolute;bottom:0;right:0;width:0;height:0;border-bottom:40px solid #1c7f9c;border-left:40px solid transparent}
.post-author-pic img{width: 135px;margin:auto 20px;border-radius: 100%; border:2px solid #e2e2e2;height: auto;}
.post-author-name{font-size:19px;font-weight:700}
.post-author-description{font-size:18px;font-weight:400;color:#636363}
.blog-post-wrapper h1 {font-weight:800;line-height:1.25;margin-bottom:20px}

/* == 16. BLOGS - post == */
.blog-wrapper{padding: 30px 0 60px 0;background-color:#f6f6f8}
.blog-post-box{background-color:#fff;border:1px solid #ddd;height:100%;border-radius:20px;box-shadow:4px 4px 4px rgb(236,236,236)}
.blog-post-box .blog-post-box-thumb{height:auto;overflow:hidden}
.blog-post-box .blog-post-box-thumb a img{border-radius:10px;width:100%;height:auto}
.blog-post-box .blog-post-box-content{margin:10px 17px 20px}
.blog-post-box-content h3{font-size:20px;line-height:25px;margin-bottom:5px}
.blog-post-box .blog-post-box-content span{font-size:15px}

/* == 17. CTA-BLUE == */
.cta-main:after{content:'';background:url(images/world-map.svg) no-repeat center center;width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;background-size:45%;opacity:0.3;z-index:-1}
.blue-cta-hading{font-size: clamp(18px, 8vw, 30px);line-height: 1.4;font-weight: 700;color: #ffffff;max-width: 70%;margin: 0 auto 30px;}
.cta-main{text-align:center;background:linear-gradient(to left,  #000000, #000000);position:relative;padding:75px 0;z-index:1}

/* == 18. footer css == */
footer,.footer-strip{width:100%;max-width:90%;margin:0 auto}
footer{margin:60px auto 10px}
.footer-wrapper{background-color:#1d212d;border-radius:30px;z-index:1;padding:50px 140px;border-radius:20px;box-shadow:4px 4px 4px rgb(209,209,209)}
.footer-box a{text-decoration:none;color:#ffffff;font-weight:700;margin-bottom:20px}
.footer-box ul li,.footer-about li{list-style:none}
.footer-box ul{margin-top:10px}
.footer-box input{display: none;}
.footer-box label{ color: #ffffff;font-weight: 700;}
.footer-box ul li a:hover{text-decoration:underline}
.footer-box ul li a{font-size:16px;color:#ccf5f7;font-weight:400}
.footer-about li a{color:white;list-style:none}
.social-icon{display:flex;padding-top:20px}
.social-icon a {margin-right: 15px;}
.social-icon a{width:15%}
.footer-strip{position:relative;background:#e4eff3;padding:40px;border-radius:0px 0px 20px 20px;max-width:90%;margin:0 auto}
.footer-strip .wrapper{position:relative;display:flex;flex-direction:row;align-items:center}
.footer-strip p{font-size:16px;line-height:26px;padding:0;margin-bottom:0}
.footer-strip img{margin:0 auto;max-width:200px;display:inline-block}
.link-group a{text-decoration:none;color:#1f5560;font-size:15px;padding:0 10px}

/* == 19. BLOG BANNER == */
.blog-banner{background:url(images/banners/from-our-blog.jpg) no-repeat center center;background-size:cover;background-repeat:no-repeat;background-position: bottom center;padding:240px 0 150px}
.blog-banner-container{width:50%}
.blog-banner-container a:hover{color:#1c7f9c}

/* == 20. OUR BLOG == */
.our-blog{margin:70px 0 30px;display: flex;flex-wrap: wrap;}
.blog-box{border:1px solid #ccc;border-radius:10px;padding:7px;margin-bottom:30px;box-shadow:0 2px 8px rgba(0,0,0,0.1);height: 100%;transition:transform 0.2s ease,box-shadow 0.2s ease}
.blog-img img{width:100%;height:200px;margin-bottom:20px;object-fit:cover;display:block;border-radius:8px;transition:transform 0.3s ease}
.blog-box span{font-size:16px;background-color:#e7eaef;padding:5px 8px;border-radius:30px;margin:0 10px}
.blog-box p{font-size:22px;margin:20px 10px 0}
.pagination{text-align:center;margin:20px 0 50px}
.pagination .page-numbers{margin:0 5px;padding:15px;border:1px solid #ccc;border-radius:4px;color:#007BFF;font-size:25px;text-decoration:none;font-weight:500;transition:all 0.3s ease}
.pagination .page-numbers:hover{background-color:#007BFF;color:#fff;border-color:#007BFF}
.pagination .page-numbers.current{background-color:#007BFF;color:#fff;border-color:#007BFF;cursor:default}
.our-blog .one-third{height:auto;margin-bottom: 30px;}
blockquote{padding: 20px 40px;font-size: 19px;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(255, 255, 255, 0.2);margin-bottom: 40px;font-weight: 900;overflow:hidden;border-radius:6px} 

/* == 21. S-BANNER == */
.inner-banner{padding:180px 0 120px;}
.inner-banner::before,.blog-banner::before ,.about-banner::before { content: ""; position: absolute; inset: 0;   background: rgb(0 0 0 / 56%); pointer-events: none; }
.inner-banner-container{width:100%;text-align:center}
.inner-banner-container h1{color: #fff;font-size: clamp(40px,5vw,80px);box-sizing: border-box;width: 70%;letter-spacing: -5px;font-weight: 900;margin: 0px auto 25px;line-height:1.1;display:block}
.inner-banner-container p{width: 56%;color: #fff;margin: 0 auto 72px;font-size:20px;font-weight:600;line-height: 1.25;}

/* == 22. BUSINESS PROCESSING == */
.blockquote{text-align: left;padding: 40px 75px;margin: 50px 0 30px;border-bottom: 5px solid #1c7f9c;background:#e4eff3}
.blockquote-text{font-size: 30px;line-height: 42px;color: #000;font-weight: 700;letter-spacing: -1px;}
.blockquote p:only-child{margin-bottom:0}

/* == 23. H-BANNER == */
.hero-section .bx-controls {display: none;}
.h-banner{background:linear-gradient(rgb(0 0 0 / 65%),rgb(0 0 0 / 65%)),url(images/banners/home-page-banner.jpg) no-repeat center center;background-size:cover;background-position: bottom center;}
.h-banner-2{background:linear-gradient(rgb(0 0 0 / 65%),rgb(0 0 0 / 65%)),url(images/banners/online-data-entry-services.jpg) no-repeat center center;background-size:cover;background-position: bottom center;}
.h-banner-container{width: 100%;padding:160px 0 100px;height: 100%;}
.h-banner-container h1{color: #fff;font-size: clamp(40px, 5vw, 60px);box-sizing: border-box;width: 70%;letter-spacing: -1px;font-weight: 700;margin: 0 0 25px;line-height: 1.25;}
.h-banner-container p{width: 60%;color: #fff;margin: 0 0 50px;line-height:1.25;font-size: 22px;font-weight:300}

/* == 24. START SERVICES-OFFORING == */
.services-offoring{padding:50px 0}
.services-workflow{width:100%;border:1px solid #cddbe4;border-radius:20px;position:relative;text-align:center;padding:10px 20px 30px 20px;height:100%;}
.services-offoring-wrapper{margin:30px 0;display: flex;flex-wrap: wrap;}
.services-workflow img{width:75px;margin:20px auto;text-align:center;height: auto;}
.services-workflow a h3{font-size:24px;font-weight:700;color:#262628}
.services-workflow a:hover{text-decoration: none;}

/* == 25. UNMATCHED-EXPERTISE == */
.unmatched-expertise-wrap{padding:50px 0}
.unmatched-expertise{background-color:#eaeaea;border-radius:70px;padding:35px 120px 60px;margin:0px -150px;}
.unmatched-expertise h2{text-align:center; margin: 10px 0 40px 0;}
.unmatched-expertise-client-logo {display:flex;list-style:none;margin-top:50px}
.unmatched-expertise-client-logo .one-fifth img{width:70% !important;margin:0 auto}
.unmatched-expertise-client-logo .one-fifth{background-color:#fff;border:1px solid #dedede;padding:10px;border-radius:6px;display:flex;}
.client-testimonails{background:url(images/icon-quote.svg) no-repeat left 20px top 20px,linear-gradient(rgba(255,255,255,0.99),#eaeaea);background-size:80px,cover;padding:20px 20px 20px 135px;border-radius:20px;width:100%}
.client-testimonails .c-name{font-size:17px;font-weight:800}
.client-testimonails .c-designation{font-size:15px}
.client-testimonails .c-name,.client-testimonails .c-designation{line-height:1;margin-bottom:10px;display:block;color:#262829}

/* == 26. ABOUT US == */
.about-banner{background:url(images/about\ banner.jpg) no-repeat center center;background-size:cover;background-repeat:no-repeat;background-position:center center;padding:166px 0;color:#fff}
.about{margin:40px 0}
.about h3{margin-bottom:30px}
.about-banner-container{width:100%}
.about-banner-container h1{color: #fff;font-size: 60px;margin-bottom: 0;box-sizing: border-box;width: 100%;letter-spacing: -1px;font-weight: 900;}
.about-banner-container ul:nth-child(1){font-size:15px;text-decoration:none;line-height:24px;font-weight:600;transition:0.6s ease,color 0.6s ease;background:url(images/icon-home.svg) no-repeat;background-position:left 0 top 50%;background-size:28px;padding:4px 2px 0 32px}
.about-banner-container a:nth-child(1){font-size:15px;text-decoration:none;line-height:24px;font-weight:600;color:#d0f9fd;transition:0.6s ease,color 0.6s ease}
.about-company{margin:0px 0 30px}
.purpose{padding:30px;border-radius:15px;background-color:#e9e8e8;display:flex;flex-wrap:wrap;margin:30px 0}
.purpose-wrap{padding:25px 20px;height: 100%; align-items: normal; border:none;border-radius:16px;background-color:#ffffff;text-align:center;transition:all 0.3s ease}
.purpose-icon {width:64px;height:64px;margin: 0 auto 16px;}
.purpose-icon img{width:100%;height:auto}
.purpose-detail p:first-child{font-size:20px;font-weight:600;color:#1c7f9c;margin-bottom:12px}
.purpose-detail p:last-child{color:#444;line-height:1.5;margin:0;font-weight:400} 
.associate-wrapper{margin:30px 0}
.associate .bx-wrapper img{margin:0 auto}
.associate-logo img{width: 100%;height:auto}
.associate .bx-controls {display:none}
.associate .bx-viewport{height:100% !important}


/* == 27. client-review == */
.client-review{margin:40px 0}

/* == 28. CONTACT US == */
.contact{margin: 50px 40px;}
.contact p{margin:30px 0;text-align:center; font-weight:700}
.cta-blue {background: #1c809d;text-align: center;padding: 35px 0px;}
.quick-address-wrapper{display:flex;flex-wrap:wrap}
.quick-address-wrapper .one-fourth .quick-address{border:none; height: 100%;box-shadow:-1px -3px 3px 0px #ffffff;border-radius:10px;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);color: #fff;}
.quick-address p{color:#ffffff; align-items: normal; }
.quick-address p:nth-child(1){font-weight:700;font-size:22px;color:#ffffff}
.quick-address{padding:50px 20px}
.quick-address p:nth-child(1){border-bottom:1px solid;padding:0 0 20px}
.quick-address p:nth-child(2){margin:20px 0 0;}

/* == 29. SITE- MAP == */
.sitemap-container{margin:45px auto; padding:30px 0}
.sitemap-head{font-size:28px;font-family:600;}

/* == 30. INDUSTRIES (Page/Component) == */
.industry-overview{margin-bottom: 50px}
.industry-card{border: 1px solid #c7f2ff;padding: 20px 30px;border-radius: 6px;height: 100%;}
.industry-icon{width: 100px;height: 100px;border: 5px solid #e1f5fb;padding: 20px;border-radius: 100px;margin: 10px auto;box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);} 
.industry-icon img{width:100%;}
.industry-card p{text-align: center;color: #282934;font-weight: 400;font-size: clamp(18px, 8vw, 20px);letter-spacing: -0.75px;margin: 20px 0 auto;text-transform: uppercase;}
.inner-services-wrapper{position:relative; margin:0 auto 45px;}

/* == 31. H-INTRODUCTION == */
.h-intro{padding:50px 0}
.h-introduction{background-image:url(images/close-up-keyboard-with-square-it.jpg);background-position:center center;background-size:cover;padding:100px 0;background-repeat:no-repeat}
.h-intro-wrap{position:relative;display:flex;flex-direction:row;align-items:normal;flex-wrap:wrap;}
.h-intro-img{position:relative;width:100%;height:100%;overflow:hidden;object-fit:cover;object-position:center center}
.h-intro-img img{position:relative;display:block;width:90%;height:100%;object-fit:cover;object-position:center center;border-radius:40px}
.bigline{font-size:clamp(16px,2vw,22px);line-height: 1.35;color: #5a5a5a;font-weight: 400;margin-bottom:30px}
.intro-text-wrap{margin-bottom:40px;padding: 30px 0;}

/* == 32. USP Section == */
.usp{padding: 30px 0;background-color: #ededed;}
.usp-wrap{position:relative;display:flex; flex-direction:row; align-items:normal; justify-content:center; flex-wrap:wrap;}
.usp-wrap .one-fourth{height:auto}
.usp-box{background: #fff;border-radius: 10px;box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .2);padding: 25px 18px;text-align: center;transition: transform 0.3s ease;width: 100%;height: 100%;}
.usp-box img{ width:50px; height:auto;}
.usp-box p.usp-head{display:block; font-size:40px; line-height:40px; color:#000; font-weight:400;margin: 0;}
.usp-box p.usp-head span{font-size: 25px;font-weight: 400;}
.usp-box p{color: #686966; font-size:16px; line-height:27px;margin: 0 ;}

/* == 33. service-offer == */
.service-offer{padding: 50px 0;}
.service-offer p{text-align: center;}
.service-offer-wrap{position: relative;display: block;margin:30px 0 0 }
.service-offer-img{max-height: 200px;overflow: hidden;border-radius: 5px;}
.service-offer-text{padding: 20px;position: relative;background-color: #ffffff;box-shadow:1px 3px 9px -2px #0f0f0f;top: -30px;margin: 0 20px;border-radius: 5px;}
.service-offer-text h3{font-size: 23px;font-weight: 600;margin-bottom: 15px;color: #0e475c;}
.service-offer-text p{text-align: left;line-height:1.25}
.service-offer-text a{font-size: 16px;color: #1f4e84;text-decoration: underline;}
.service-offer-img img {width: 100%;height: 100%;display: block;transition: transform 0.5s ease, filter 0.5s ease;}
.service-offer-box:hover .service-offer-img img {transform: scale(1.1);}
.service-offer-text a:hover{color: #f89500;}

/* == 34. industries == */
.industries{padding:50px 0;}
.industries-wrapper {display: flex;flex-wrap: wrap;justify-content:flex-start;margin:60px 0 20px}
.industries-box {display: flex;transition: all 0.3s ease;flex-wrap:wrap}
.expertise-icon {width: 85px;min-width: 70px;padding-right: 10px;display: flex;align-items: flex-start}
.industries-box img {width: 100%;height: auto;object-fit: contain;background-color: #ededed;padding: 13px;border-radius: 40px;}
.expertise-text-box {width: calc(100% - 60px);flex: 1; float: left;}
.expertise-heading{font-size:20px;font-weight:600;margin-bottom:3px;color: #000000;}
.expertise-text{color: #424040;font-size: 16px;font-weight: 400;line-height: 1.35;}

/* == 35. DATA ENTRY / BENEFITS == */
.benefits{padding:50px 0}
.inner-benefits .one-third{margin-bottom: 3%;}
.inner-benefits{display:flex;flex-direction:row;flex-wrap:wrap;height:auto;justify-content: center;background-color: #d3d2d2;border-top: 7px solid #005067;padding: 70px 100px 100px;}
.benefits-container{height:100%;border-right:#adabab 5px solid;display: flex;flex-direction: row;background-color: #fff;align-items: center;}
.benefits-text{padding: 20px;width:calc(100% - 80px)}
.benefits-icon{background-color: #000000;height: 100%;display: flex;align-items: center;padding: 0 10px;width:80px;}
.benefits-icon img{filter: brightness(0) invert(1);width:100%}
.benefits-text h3{font-size:24px;font-weight:800;margin-bottom:10px;color: #000000;}
.inner-services{position:relative;display:flex;flex-direction:row;align-items:normal;justify-content:center;flex-wrap:wrap}
.recommended-service{position:sticky;top:100px}
.service-container{border-radius:10px;overflow:hidden;margin-bottom:50px;box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.service-container ul li{background:url(images/icon-arrow-primary.svg) no-repeat;background-position:right 21px top 44%;background-size:20px;padding:7px 15px;list-style:none;border-bottom:1px solid rgb(243,238,238);transition:0.3s ease,color 0.3s ease}
.service-container ul li a{padding-right:100px;background-size:19px;color:#000000;font-weight:300}
.service-container ul li a:hover{color:#034b5f}
.consultation-container{background:linear-gradient(rgb(0 0 0 / 68%),rgb(0 0 0 / 77%)),url(images/data-entry-india-introduction-thumb.jpg) no-repeat center center;background-size:cover;border-radius:20px;padding:30px;margin-bottom:50px}
.consultation-container img{width:20%;height:auto;margin-bottom:20px;filter:brightness(10);}
.consultation-container p{font-size:20px;color:white;font-weight:200}

/* == 36. Short CTA == */
.short-cta{padding-bottom:50px}
.cta-short-card{width: 100%;background-color: #1c7f9c;margin: -110px auto 0;display: flex;justify-content: space-between;padding: 60px 50px; align-items: center;border-radius: 10px;}
.cta-short-wrap{width:60%}
.cta-short-heading{font-size: clamp(36px,4vw,50px);font-weight: 700;color: #fff;line-height: 60px;}
.cta-short-heading span{color: #afebf0;}
.cta-short-text{color: #ffffff;font-size: clamp(14px,2vw,16px);margin: 0;font-weight: 400;line-height: 1.35;}

/* == 37. INNER-STUDIES == */
.inner-studies{background: linear-gradient(to bottom, #dadada 0%, #ffffff 100%);padding: 50px 0;}
.inner-studies p{text-align: center;color:#373737;font-size: clamp(14px,2vw,20px);font-weight: 500;margin-bottom: 50px;}
.inner-studies-box{display:flex;max-height:280px;overflow: hidden; background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.inner-studies-slider{display:flex;flex-wrap:wrap;justify-content:center}
.studies-text{padding:30px 20px;width:100%;height:100%}
.studies-img{width:100%;overflow:hidden}
.studies-img img{width:100%;height:100%;display: block;margin: 0;padding: 0;transition: transform 0.5s ease, filter 0.5s ease;}
.studies-text a{padding: 22px;display: inline-block;background: url(//htsolutions.com/dei/wp-content/themes/deitheme/images/icon-arrow-primary.svg) no-repeat center;background-size: 14px;transition: transform .3s ease;position: absolute;bottom: 20px;right: 30px;border-radius: 50px;border: 1px solid #3990aa;}
.studies-text h3{font-size:clamp(15px,2vw,20px);font-weight:400;line-height: 1.35;}
.inner-studies-box:hover .studies-img img{transform: scale(1.1);}
.inner-studies-box:hover .studies-text a {transform: translateX(6px);color:#032a35}

/* == 38. FAQ == */
.faq{padding:50px 0}
.faq-wrap{position:relative;}
.faq-item{background:#f0f0f0;padding:18px;margin:10px 0;border-radius:6px}
.faq-box input{display:none}
.faq-a{max-height:0;overflow:hidden;transition:.3s;}
.faq-box input:checked~.faq-a{max-height: max-content;padding: 10px 30px 10px 10px;border-radius: 10px;font-weight: 400;color: #000;line-height: 1.35;font-size: 16px;background: #ffffff;margin-top: 14px;}
.faq-item:has(input:checked){background:#e8f6f9;border-radius:6px;}
.faq-q {display: block;cursor: pointer;color: #0d2129;position: relative;padding: 0 45px 0 10px;font-weight: 500;font-size: 20px;}
.faq-q::after {content: '+';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 34px;height: 34px;background-color: #1c7f9c;color: #fff;font-size: 24px;font-weight: 600;border-radius: 50%;display: flex;align-items: center; justify-content: center; transition: .3s;}
.faq-box input:checked + .faq-q::after {transform: translateY(-50%) rotate(45deg);}
.faq-box input:checked + .faq-q::after {
  transform: translateY(-50%) rotate(45deg);
}



/* == 39. Blogs == */
.blog-wrap{display: flex;flex-wrap: wrap;flex-direction: row;height: 100%;}
.blogs ,.blog-wrap h2{text-align: center;}
.new-blog{border-radius: 20px;overflow: hidden;position: relative;}
.new-blog-img{ background: linear-gradient(to left, #000000, #000000);position: relative;}
.new-blog-img img{width: 100%;display: block;opacity: 0.6;}
.new-blog-text{position: absolute;bottom: 0px;color: #ffffff;padding: 0px 30px 20px;}
.new-blog-text a h3{color: #ffffff;font-weight: 600;line-height: 40px;}
.new-blog-text a:hover{color: #ffffff;}
.blogs{position: relative; padding: 20px 0;}
.blog-boxes-wrap{display: flex;row-gap: 20px;flex-direction: column;height: 100%;}
.blog-boxes {display:flex;border-radius:10px;overflow:hidden;height:100%;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.bloges-img{width:100%;}
.bloges-img img{width:100%;height:100%; display: block;}
.blog-text{padding: 10px;}
.blog-text a p:hover{text-decoration: underline;color: #01637f;}
.blog-boxes p{text-align: left;}
.post-meta{list-style: none;display: flex;flex-direction: row; gap: 10px;margin-top: 20px;}
.post-meta li{font-size: 12px;}
.post-meta li span{font-weight: 700;font-size: 14px;}
.post-meta-img{width: 30px;margin: 0;}
.post-meta li img{width: 100%;border-radius: 20px}
.data-entry-text{margin:70px 0}


/* == 40. Keyframes == */
@keyframes fade-up {0% {opacity: 0; transform: translateY(40px);}100% {opacity: 1; transform: translateY(0);}}
@keyframes fade-down {0% {opacity: 0; transform: translateY(-40px);}100% {opacity: 1; transform: translateY(0);}}
@keyframes fade-left {0% {opacity: 0; transform: translateX(-40px);}100% {opacity: 1; transform: translateX(0);}}
@keyframes fade-right {0% {opacity: 0; transform: translateX(40px);}100% {opacity: 1; transform: translateX(0);}}
.c-fade-up { animation-name: fade-up; opacity: 0;animation-fill-mode: forwards; animation-timing-function: ease-out;animation-duration: 1s;}
.c-fade-down { animation-name: fade-down; opacity: 0;animation-fill-mode: forwards; animation-timing-function: ease-out;animation-duration: 1s;}
.c-fade-left { animation-name: fade-left; opacity: 0;animation-fill-mode: forwards; animation-timing-function: ease-out;animation-duration: 1s;}
.c-fade-right { animation-name: fade-right; opacity: 0;animation-fill-mode: forwards; animation-timing-function: ease-out;animation-duration: 1s;}
.c-delay-1 { animation-delay: 0.3s; }
.c-delay-2 { animation-delay: 0.6s; }
.c-delay-3 { animation-delay: 0.9s; }
.c-delay-4 { animation-delay: 1.2s; }
.c-delay-5 { animation-delay: 1.5s; }
.c-delay-6 { animation-delay: 1.8s; }
.c-delay-7 { animation-delay: 2.2s; }
.c-delay-8 { animation-delay: 2.6s; }
.c-delay-9 { animation-delay: 2.7s; }
.c-delay-10 { animation-delay: 3.0s; }
.c-delay-11 { animation-delay: 3.2s; }
.c-delay-12 { animation-delay: 3.4s; }
.c-delay-13 { animation-delay: 3.6s; }
.c-delay-14 { animation-delay: 3.8s; }
.c-delay-15 { animation-delay: 4.0s; }
.c-delay-16 { animation-delay: 4.2s; }
.c-delay-17 { animation-delay: 4.4s; }
.c-delay-18 { animation-delay: 4.6s; }
.c-delay-19 { animation-delay: 4.8s; }
.c-delay-20 { animation-delay: 5.0s; }
.c-delay-21 { animation-delay: 5.2s; }
.c-delay-22 { animation-delay: 5.4s; }
.c-delay-23 { animation-delay: 5.6s; }
.c-fade-up, .c-fade-down, .c-fade-left, .c-fade-right {opacity: 0;animation-play-state: paused;}
.show {animation-play-state: running;}

/* == 41. back to top button == */
#topBtn {position: fixed;}

/* == 42. inner-service-offer == */
.inner-service-offer {padding:50px 0;position: relative;background-color: #ffffff;}
.inner-service-offer-wrap{display: flex;flex-wrap: wrap;margin: 30px 0 0;justify-content: center}
.inner-service-offer-wrap .one-fourth,.inner-service-offer-wrap .one-third,.inner-service-offer-wrap .one-fifth{margin-bottom: 30px;}
.inner-service-offer-box{padding: 15px 30px;overflow: hidden;height: 100%;margin: 10px 0; transition: all 0.3s ease;border: 1px solid #ebe9e9;box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);border-radius:10px}
.inner-service-offer-box h3{font-size: 18px;font-weight: 600;line-height: 1.35;color: #000000;border-bottom: 1px solid #d1d1d1;margin: 0 -30px 10px;padding: 10px 30px;}
.inner-service-offer-box p{margin:0}

/* == 43. section-heading == */
.section-heading{letter-spacing: -2px;font-size: clamp(30px,5vw,60px);line-height: 1.25;color: #252B33;font-weight: 800;text-align:center}

/* == 44. Reusable class == */
.home-intro-wrap{position: relative;display: flex;flex-direction: row;align-items: normal;flex-wrap: wrap;}
.home-intro-img{position: relative;width: 100%;height: 100%;overflow: hidden;object-fit: cover;object-position: center center;}
.home-intro-img img{position: relative;display: block;width: 100%;height: 100%;object-fit: cover;object-position: center center;border-radius: 40px;}
.home-intro-text{position:relative;display:block}
.home-intro-text h2{line-height: 1.25;font-size: 46px}
.home-intro-text ul{margin: 0 0 30px 20px; line-height: 32px;font-size: 18px;}
.home-intro-text ul span{font-weight: 600;}
.home-intro-text ul li{list-style:disc}
.home-intro-text ul li::marker {color: #000;}

/* == 45. load-more-btn == */
.ind-hide {display: none;}
.load-more-btn {display: block;margin: 30px auto;padding: 10px 50px;border: 1px solid #539ab0;color: #1b1b1b;border-radius: 4px;cursor: pointer;font-size: clamp(12px,2vw,16px);background-color: #fff;font-weight: 400;}
.load-more-btn:hover {background: #539ab0;color:#fff}

/* == 46. infra-setup == */
.infra-setup {padding:30px 0;}
.infra-setup-boxes {display: flex;flex-direction: row;flex-wrap: wrap;height: 100%;padding: 20px 0;}
.infra-setup-boxes .one-fourth{margin-bottom: 30px;}
.infra-setup-card {position: relative;height: 230px;overflow: hidden;border-radius: 8px;}
.infra-setup-card img {width: 100%;height: 100%;object-fit: cover;transition: .6s;}
.infra-setup-card::after {content: '';position: absolute;inset: 0;background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);z-index: 1;}
.infra-setup-text {position: absolute;bottom: 0;left: 0;right: 0;padding: 18px;color: #fff;z-index: 2;transition: .5s;}
.infra-setup-text h3 {margin: 0 0 8px 0;font-size: 18px;font-weight: 600;color: #ffffff;}
.infra-setup-text p {margin: 0;font-size: 15px;line-height: 1.35;color: #d4d3d3;max-height: 0;overflow: hidden;transition: .5s;}
.infra-setup-card:hover img {transform: scale(1.06);}
.infra-setup-card:hover .infra-setup-text {bottom: 15px;}
.infra-setup-card:hover .infra-setup-text p {max-height: 200px;}
.infra-setup-card:hover:after{background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.2))}

/* == 47.  page-blogs == */
.page-blogs{background-color: #eeeeee; padding: 20px 0 50px;text-align: center;}
.page-blogs-boxes {width: 100%;display: block;box-shadow: 0 20px 25px rgba(0,0,0,0.2); background-color: #fff;border-radius: 20px;overflow: hidden;}
.page-bloges-img img{width: 100%; display: block;height: 100%;}
.page-blog-text{padding: 10px 20px;}
.page-blog-text a p:hover{text-decoration: underline;color: #01637f;}
.page-blogs-boxes p{text-align: left;}


.privacy-policy h2{line-height:1.35}

@media (min-width: 200px) and (max-width: 359.99px){
  /* Header & Navigation */
  header{height:50px}
  .header-container .btn-contect{display:none}
  .header-container{margin-top:15px}
  nav{display:none}

  /* Utility & Typography */
  h2{line-height:38px;margin:20px 0}
  h3{line-height:30px}
  .wrapper{margin:0;padding:0 20px}
  .small{font-size:14px;padding-bottom:0}
  .d-flex{display:flex;flex-wrap:wrap;justify-content:left}
  .px-3{padding:0px}

  /* Section Spacing */
  .services-offoring{padding:30px 0}
  .h-introduction{padding:30px 0}
  .unmatched-expertise{border-radius:20px;padding:20px;margin:0 0 20px;}
  .unmatched-expertise .wrapper h2:nth-child(5){margin:50px 0 20px}
  .blog-wrapper{margin-top:30px;padding:10px 0}
  .our-blog{margin:40px 0 20px}
  .blog-post-wrapper{padding:0 20px}
  .h-intro{padding: 25px 0;}
  .inner-studies{padding:25px 0;}
  .benefits{padding: 25px 0;}
  .industries {padding: 25px 0;}
  .service-offer{padding: 25px 0;}
  .faq{padding: 20px 0;}

  /* Buttons */
  .btn-white span{font-size:14px;line-height:28px;background:#1c809d;color:#ffffff;padding:11px 10px;border-radius:6px}
  .btn-blue-border a{font-size:13px}
  .btn-white{background:url(images/icon-arrow-white.svg) right 0px top 50% no-repeat;background-size:20px;border-bottom:#ffffff solid 1px;border-radius:0;padding-right:30px;width:80%;text-align:center}
  .btn-white span{font-size:16px;padding:0 10px}
  .btn-white span:hover{background-color:#1c7f9c;color:#ffffff;text-decoration:underline}
  .cta-short-btn{font-size: clamp(16px, 2vw, 20px);}

  /* Layout & Widths */
  .width60{width:100%}
  .one-half{width:100%; margin:0}
  .width50{width:20%}
  .one-fifth{width:100%;float:none}
  .one-fourth{width:100%;margin:5px 0}
  .two-third{width:75%;float:none}
  .one-third{width:25%;float:none}
  .two-third{margin-bottom:10px}
  .inner-services{display:block}
  .two-third,.one-third{margin:0;width:100%}
  .inner-services-wrapperr{margin:0px }
  .purpose .one-third {margin-bottom: 30px;}
  .footer-wrapper .one-fourth {margin: 0}

  /* Banner & Introduction */
  .h-banner-container{text-align:center;max-width:100%;margin:0 auto;padding:120px 0px}
  .h-intro-wrap{flex-direction:column}
  .h-intro-wrap .width40{width:100%}
  .h-intro-img{padding:0;margin-bottom:15px}
  .h-intro-img img{width:100%;border-radius:10px;object-position:0px center;height:100%}
  .h-intro-wrap{display: flex;flex-direction: column-reverse;}
  .inner-banner,.blog-banner{padding:70px 0 50px}
  .inner-banner-container,.blog-banner-container{width:100%}
  .inner-banner-container .brad-crump{width:100%;margin:0 auto 15px}
  .blog-post-banner-standard, .blog-post-banner-full, .blog-post-banner-stretched{margin:0 0 30px 0}

  /* USP/Expertise */
  .unmatched-expertise-box{align-items:center}
  .unmatched-expertise-box h3{font-size:30px;margin:0 0 5px}
  .unmatched-expertise-box p.small{font-size:16px;line-height:18px}
  .unmatched-expertise-client-logo {flex-wrap:wrap;padding:0px;justify-content:center}
  .unmatched-expertise-client-logo div{display:flex;align-items:center;padding:15px}
  .unmatched-expertise-client-logo .one-fifth{width:48.5%;margin-right: 4px;}
  .unmatched-expertise-client-logo .one-fifth {margin-bottom: 5px;}
  .services-container img{margin:20px auto}
  .services-container h3{font-size:24px}
  .purpose{padding:20px}
  .industries-box{display:flex;padding:3px 10px;margin-bottom:11px;}

  /* Call-to-Action (CTA) */
  .cta-main{padding:30px 0 50px}
  .cta-main .wrapper p:nth-child(1){margin-bottom:0px}
  .blue-cta-hading{font-size: 23px;line-height: 24px;font-weight: 500;color: #ffffff;max-width: 100%;margin: 30px auto;}
  .cta-short-card{flex-direction: column;padding: 50px 25px;margin: 0px auto;}
  .cta-short-heading{line-height: 40px;}
  .cta-short-text{margin-bottom: 20px;}
  .consultation-container{margin-bottom:0}

  /* Footer */
  .footer-wrapper{padding:20px;box-shadow:none;border-radius:20px 20px 0 0}
  .footer-wrapper .wrapper{padding:0}
  footer{margin:20px auto 10px}
  .footer-box{width:100%;padding:0}
  .footer-box ul{margin-top:3px}
  .link-group{text-align:center;padding:10px}
  .footer-strip{padding:30px 20px;max-width:100%}
  .footer-strip .wrapper{flex-direction:column-reverse;text-align:center;padding:0}
  .footer-strip img{margin-bottom:15px}
  .social-icon a{width:10%}
  .social-icon a{margin-right:20px}
  .footer-box .toggle {display: none;}
  .footer-box label {display: block;position: relative;padding-right: 25px;color: white;font-weight: 700;cursor: pointer;}
  .footer-box label::after {content: '\002B';position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 1.2em;font-weight: bold;transition: 0.3s ease-in-out}
  .footer-box ul {max-height: 0;overflow: hidden;opacity: 0;transition: all 0.3s ease-out;}
  .footer-box .toggle:checked + label + ul {max-height: 500px;opacity: 1;}

  /* Blog & Post Content */
  .blog-post-box-content h3{font-size:20px;line-height:25px;margin:20px 0 5px}
  .blog-post-box{border-radius:24px}
  .blog-wrapper .bx-viewport{overflow:visible!important}
  .pagination{margin:20px}
  .pagination .page-numbers{padding:10px;font-size:15px}
  .blog-box span{font-size:12px;margin:0 10px}
  .blog-box p{font-size:17px;margin:10px}
  .brad-crump{margin:20px 0;display:flex;flex-wrap:wrap}
  .data-entry-text{margin-bottom:40px}
  .post-date li a {font-size:14px}
  .blog-post-banner-standard img{width:100%;padding:0 20px}
  .post-date{display: ruby-text;padding: 0;}
  .post-date li {padding-right: 10px;}
  .blog-post-container h2{font-size: 30px;margin:10px 0;line-height:40px}
  .blog-post-container img{margin:0}
  .post-author-box{flex-wrap: wrap;}
  blockquote{font-weight:700;padding:17px 20px;flex-wrap:wrap;font-size:17px;}
  .blockquote{padding:20px}
  .blockquote-text{font-size:22px;line-height:34px;}
  .contact{margin:0}
  .table-contents-box{top: 50px;}
  .service-offer p{line-height: 20px;}

  /* Data Entry/Benefits/Studies */
  .service-container ul li a{font-size:16px}
  .services-offoring-wrapper{margin:0}
  .consultation-container p{font-size:16px}
  .inner-benefits{padding: 20px;margin-bottom:20px}
  .inner-studies .one-half{margin-bottom: 20px;}
  .inner-studies-box .one-half{margin-bottom: 0px;}
  .studies-text{padding: 10px;}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}
  .studies-text a{bottom: 10px;right: 15px;padding: 15px;background-size: 10px;}
  .blog-post-banner-standard, .blog-post-banner-full, .blog-post-banner-stretched{margin:0 0 30px 0}

  /* Mobile Menu Fixes */
  #rmp-menu-wrap-828 .rmp-menu-item-link{line-height: 45px!important;padding-left:10px}
  #rmp-menu-wrap-828 .rmp-menu-subarrow .rmp-font-icon {margin-right: 0!important;top: 8px}
  #rmp_menu_trigger-828.scrolled {top: 10px !important;}
  #rmp-container-828.scrolled {top: 50px !important;}
	
   /* infra-setup */
  .infra-setup-card:hover img {transform: none !important;}
  .infra-setup-card:hover::after {background: none !important;}
  .infra-setup-card{display:flex;flex-direction:column-reverse;flex-wrap:wrap;height:auto;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
  .infra-setup-text{position:relative;background:#fff;color:#000;}
  .infra-setup-text h3{color:#000;}
  .infra-setup-text p{max-height:none;color:#000;}
  .infra-setup-card::after{background:none;}

  /*  Other  */
 .cta-short-wrap{width:100%}
 .h-banner-container h1{width:100%;font-size: 30px;}	
 .h-banner-container p{width:100%;font-size: 16px;margin: 0 auto 50px;}
 .home-intro-wrap .one-third{margin-bottom:20px}
 .home-intro-img img{border-radius:20px}
 .client-testimonails{padding: 110px 20px 20px 20px;}
 .associate .bx-wrapper img{padding:0 40px}	
 .blog-header {padding-top: 80px;}	
 .home-intro-text h2{font-size:27px}
 .services-offoring h2 {font-size:27px}
 .btn-default{letter-spacing:0}
 .footer-box a{font-size:18px;}
 .footer-box ul li a{font-size:16px;}
 .footer-strip p{font-size:12px}
 .link-group a{padding:0 2px;text-decoration:underline}
 .purpose :last-child{margin: 0;}
 .btn-contect{letter-spacing: 0;}
 .about-banner{padding:80px 0}	
 .inner-banner-container h1{letter-spacing:0;width: 100%;font-size:35px;margin: 40px auto 25px;}
 .inner-banner-container p{width:100%;margin: 0 auto 30px;font-size: 16px;}
 .faq-q{padding: 0 40px 0 0px;font-size: 18px;}	
 .inner-benefits .one-fourth ,.inner-benefits .one-third ,.inner-benefits .one-fifth{width:100%;margin: 0 0 30px}
	.inner-studies-box{flex-wrap:wrap;max-height:fit-content}
		.studies-img{max-height: 190px;}
}

@media (min-width: 360.01px) and (max-width: 479.99px){
  /* Header & Navigation */
  header{height:50px}
  .header-container .btn-contect{display:none}
  .header-container{margin-top:15px}
  nav{display:none}

  /* Utility & Typography */
  .wrapper{margin:0;padding:0 20px}
  .small{font-size:14px;padding-bottom:0}
  .d-flex{display:flex;flex-wrap:wrap;justify-content:center}
  .px-30{padding:0px}

  /* Section Spacing */
  .services-offoring{padding:30px 0}
  .h-introduction{padding:40px 0}
  .unmatched-expertise{border-radius:20px;padding:20px; margin:0 0 20px;}
  .unmatched-expertise .wrapper h2:nth-child(5){margin:50px 0 20px}
  .blog-wrapper{margin-top:30px;padding:10px}
  .our-blog{margin:40px 0 20px}
  .blog-post-wrapper{padding:0 20px}
  .h-intro{padding: 25px 0;}
  .benefits{padding: 25px 0;}
  .industries {padding: 25px 0;}
  .service-offer{padding: 25px 0;}
  .faq{padding: 20px 0;}
  .data-entry-text{margin-bottom:40px}
  .inner-benefits{margin-bottom:10px}

  /* Buttons */
  .btn-white span{font-size:15px;line-height:28px;background:#1c809d;color:#ffffff;padding:11px 10px;border-radius:6px;}
  .btn-white span{font-size:16px;padding:0px 4px}
  .btn-blue-border a{font-size:13px}
  .btn-white{background:url(images/icon-arrow-white.svg) right 0px top 50% no-repeat;background-size:20px;border-bottom:#ffffff solid 1px;border-radius:0;padding-right:30px;text-align:center}

  /* Layout & Widths */
  .width60{width:100%}
  .one-half{width:100%; margin:0}
  .width50{width:20%}
  .one-fifth{width:100%;float:none}
  .one-fourth{width:100%;margin:10px 0}
  .two-third{width:75%;float:none}
  .one-third{width:25%;float:none}
  .two-third{margin-bottom:10px}
  .inner-services{display:block}
  .two-third,.one-third{margin:0;width:100%}
  .footer-wrapper .one-fourth {margin: 0}
  .associate-wrapper .one-fourth{width:22.75%}
  .purpose .one-third {margin-bottom: 30px;}

  /* Banner & Introduction */
  .h-banner-container{text-align:center;max-width:100%;margin:0 auto;padding:120px 0px}
  .h-intro-wrap{flex-direction:column}
  .h-intro-wrap .width40{width:100%}
  .h-intro-img{padding:0;margin-bottom:20px}
  .h-intro-img img{width:100%;border-radius:10px;object-position:0px center;height:100%}
  .h-intro-wrap{display: flex;flex-direction: column-reverse;}
  .inner-banner,.blog-banner{padding:70px 0 50px}
  .inner-banner-container,.blog-banner-container{width:100%}
  .inner-banner-container .brad-crump{width:100%;margin:0 auto 15px}
  .brad-crump{margin:30px 0}

  /* USP/Expertise/Industries */
  .unmatched-expertise-box{align-items:center}
  .unmatched-expertise-box h3{font-size:30px;margin:0 0 5px}
  .unmatched-expertise-box p.small{font-size:16px;line-height:18px}
  .unmatched-expertise-client-logo {flex-wrap:wrap;padding:0px;justify-content:center}
  .unmatched-expertise h2{margin:12px 0 20px}
  .unmatched-expertise-client-logo div{display:flex;align-items:center;padding:15px}
  .unmatched-expertise-client-logo .one-fifth {width: 48.5%;margin-right: 4px;}
  .unmatched-expertise-client-logo .one-fifth {margin-bottom: 5px;}
  .services-container img{margin:20px auto}
  .services-container h3{font-size:30px}
  .industries-box{display:flex;padding:3px 10px;margin-bottom:11px;}
  .purpose{padding:20px}

  /* Call-to-Action (CTA) */
  .cta-short-card{flex-direction: column;padding: 50px 25px;margin: 0px auto;}
  .cta-short-heading{line-height: 40px;}
  .cta-short-text{margin-bottom: 20px;}
  .consultation-container{margin-bottom:0}

  /* Footer */
  footer{width:100%;padding:0;margin:20px auto}
  .footer-wrapper{padding:20px;box-shadow:none;border-radius:20px 20px 0 0}
  .footer-wrapper .wrapper{padding:0}
  .link-group{text-align:center;margin-bottom: 15px;}
  .footer-strip{padding: 20px;max-width:100%}
  .footer-strip .wrapper{flex-direction:column-reverse;padding:0;text-align:center}
  .footer-strip img{margin-bottom:15px}
  .social-icon a{width:10%}
  .social-icon a {margin-right: 20x;}
  .footer-box ul li a{font-size:18px}
  .footer-box .toggle {display: none;}
  .footer-box label {display: block;position: relative;padding-right: 25px;color: white;font-weight: 700;cursor: pointer;}
  .footer-box label::after {content: '\002B';position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 1.2em;font-weight: bold;transition: 0.3s ease-in-out}
  .footer-box ul {max-height: 0;overflow: hidden;opacity: 0;transition: all 0.3s ease-out;}
  .footer-box .toggle:checked + label + ul {max-height: 500px;opacity: 1;}

  /* Blog & Post Content */
  .blog-post-box-content h3{font-size:20px;line-height:25px;margin:20px 0 5px}
  .blog-wrapper .bx-viewport{overflow:visible!important}
  .pagination{margin:20px}
  .pagination .page-numbers{padding:10px;font-size:15px}
  .blog-box span{font-size:12px;margin:0 10px}
  .blog-box p{font-size:17px;margin:10px}
  .blog-post-banner-standard img{width:100%;padding:0 20px}
  .post-date li a:nth-child(1){padding:0;border:none}
  .post-date{display: ruby-text;padding: 0;}
  .blog-post-container h2{font-size: 30px;margin:10px 0;line-height:40px}
  .post-author-box{flex-wrap: wrap;}
  blockquote{font-weight:700;padding:17px 20px;flex-wrap:wrap;font-size:17px}
  .blockquote{padding:20px;margin:20px 0;border-bottom:#1c7f9c 2px solid}
  .blockquote-text{margin-top:10px;font-size:26px;line-height:34px}
  .blog-post-container img{margin:20px 0}
  .table-contents-box{top: 50px;}
  .contact{margin:0}

  /* Services & Benefits */
  .service-container{margin-top:50px}
  .service-container ul li a{font-size:17px}
  .consultation-container p{font-size:17px}
  .inner-benefits{padding: 20px;}
  .service-offer p{line-height: 20px;}

  /* Case Studies */
  .inner-studies .one-half{margin-bottom: 20px;}
  .inner-studies-box .one-half{margin-bottom: 0px;}
  .studies-text{padding: 10px;}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}
  .studies-text a{bottom: 10px;right: 15px;padding: 15px;background-size: 10px;}

  /* Mobile Menu Fixes */
  #rmp-menu-wrap-828 .rmp-menu-item-link{line-height: 45px!important;padding-left:10px}
  #rmp-menu-wrap-828 .rmp-menu-subarrow .rmp-font-icon {margin-right: 0!important;top: 8px}
  #rmp_menu_trigger-828.scrolled {top: 10px !important;}
  #rmp-container-828.scrolled {top: 50px !important;}

  /* infra-setup */
  .infra-setup-card:hover img {transform: none !important;}
  .infra-setup-card:hover::after {background: none !important;}
  .infra-setup-card{display:flex;flex-direction:column-reverse;flex-wrap:wrap;height:auto;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
  .infra-setup-text{position:relative;background:#fff;color:#000;}
  .infra-setup-text h3{color:#000;}
  .infra-setup-text p{max-height:none;color:#000;}
  .infra-setup-card::after{background:none;}
	
 /*  Other  */
 .cta-short-wrap{width:100%}
 .h-banner-container h1{width:100%;width:100%;font-size: 30px;}	
 .h-banner-container p{width:100%;margin: 0 auto 35px;font-size: 16px;margin: 0 auto 50px;}
 .home-intro-wrap .one-third{margin-bottom:20px}
 .home-intro-img img{border-radius:20px}
 .client-testimonails{padding: 110px 20px 20px 20px;}
 .associate .bx-wrapper img{padding:0 40px}	
 .blog-header {padding-top: 80px;}	
 .home-intro-text h2{font-size:27px}
 .services-offoring h2 {font-size:27px}	
 .cta-main{padding:30px 0 50px} 
 .blue-cta-hading{font-size: 27px;line-height: 30px;font-weight: 500;color: #ffffff;max-width: 100%;margin: 30px auto;}	 .home-intro-text h2{font-size:27px}
 .services-offoring h2 {font-size:27px}
 .usp-wrap .one-fourth{width:48.5%;margin: 0 4px 4px 0px;}
 .btn-default{letter-spacing:0}
 .footer-box a{font-size:18px;}
 .footer-box ul li a{font-size:16px;}
 .purpose :last-child{margin: 0;}
 .btn-contect{letter-spacing: 0;}
 .cta-main::after{background-size:100%;}
 .about-banner{padding:80px 0}	
 .inner-banner-container h1{letter-spacing:0;width: 100%;font-size:35px;margin: 40px auto 25px;}
 .inner-banner-container p{width:100%;margin: 0 auto 30px;font-size: 16px;}
 .faq-q{padding: 0 40px 0 0px;font-size: 18px;}	
 .inner-benefits .one-fourth ,.inner-benefits .one-third ,.inner-benefits .one-fifth{width:100%;margin: 0 0 30px}	
		.inner-studies-box{flex-wrap:wrap;max-height:fit-content}
	.studies-img{max-height: 190px;}
}

@media (min-width: 480.01px) and (max-width:639.99px){
  /* Header & Navigation */
  header{height:50px}
  .header-container .btn-contect{display:none}
  .header-container{margin-top:15px}
  nav{display:none}

  /* Utility & Typography */
  .wrapper{margin:0;padding:0 20px}
  .container{max-width:94%}
  .h1,h1{font-size:38px;line-height:50px;margin-bottom:10px}
  h2{font-size:32px;margin:20px 0;}
  h3{font-size:32px;line-height:32px}
  .benefits-container p{font-size:18px}
  .d-flex{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px}

  /* Section Spacing */
  .h-strip{padding:10px 10px}
  .px-3{padding:30px 0}
  .h-introduction{padding:40px 0px}
  .services-offoring{padding:30px 0}
  .unmatched-expertise{border-radius:20px;padding:20px;margin:0 0 20px;}
  .unmatched-expertise .wrapper h2:nth-child(5){margin:50px 0 20px}
  .data-entry-text{margin-bottom:40px}
  .inner-benefits{margin-bottom:10px}
  .brad-crump{margin:30px 0}
  .purpose{padding:20px}
  .industries {padding: 25px 0;}
  .service-offer{padding: 0;}
  .faq{padding: 20px 0;}
  .benefits{padding: 25px 0;}
  .h-intro{padding: 25px 0;}

  /* Buttons & CTA */
  .btn-white span{font-size:15px;line-height:28px;background:#1c809d;color:#ffffff;padding:11px 10px;border-radius:6px}
  .btn-blue-border a{font-size:13px}
  .cta-main{padding:30px 0}
  .blue-cta-hading{font-size:27px;line-height:33px;color:#ffffff;margin:0px auto 20px}
  .cta-short-card{flex-direction: column;padding: 50px 25px;margin: 0px auto;}
  .cta-short-heading{line-height: 40px;}
  .cta-short-text{margin-bottom: 20px;}
  .consultation-container{margin-bottom:0}

  /* Layout & Widths */
  .h-intro-wrap{flex-direction:column}
  .h-intro-wrap .width40{width:100%}
  .width60{width:100%}
  .one-half{width:100%;margin:0}
  .width50{width:20%}
  .one-fifth{width:100%;float:none}
  .two-third{margin-bottom:10px}
  .one-fourth{width:48.5%;margin:0px 0}
  .footer-wrapper .wrapper .one-fourth{width: 100%;}
  .two-third,.one-third{margin:0;width:100%}
  .associate-wrapper .one-fourth{width:22.75%}
  .one-third{width:48.5%;}
  .inner-services .one-third {width:100%;margin-bottom:20px;}
  .services-offoring-wrapper .one-fourth {margin-right: 6px;margin-bottom: 6px;}
  .usp-wrap .one-fourth {margin-bottom: 6px;margin-right: 6px;}
  .quick-address-wrapper .one-fourth {margin-bottom: 15px;margin-right: 5px;}
  .our-blog .one-third {margin-right: 6px;margin-bottom: 6px;}
  .industry-overview .one-fifth{width: 48.5%; margin-right: 0;}
  .industry-overview .one-fourth{margin-bottom:10px;}
  .purpose .one-third {width: 100%;}
  .purpose .one-third {margin-bottom: 30px;}

  /* Banner & Introduction */
  .h-banner-container{text-align:center;max-width:100%;margin:0 auto;padding:100px 0px}
  .h-intro-img{padding:0;margin-bottom:20px}
  .h-intro-img img{border-radius:10px;object-position:0px -5px;height:200px}
  .h-intro-wrap{display: flex;flex-direction: column-reverse;}
  .inner-banner,.blog-banner{padding:70px 0 50px}
  .inner-banner-container,.blog-banner-container{width:100%}
  .inner-banner-container .brad-crump{width:80%;margin:0 auto 15px}

  /* USP/Expertise/Services */
  .unmatched-expertise-box{align-items:center}
  .unmatched-expertise-box h3{font-size:30px;margin:0 0 5px}
  .unmatched-expertise-box p.small{font-size:16px;line-height:18px}
  .unmatched-expertise-client-logo {flex-wrap:wrap;padding:0px;justify-content:center}
  .unmatched-expertise-client-logo div{display:flex;align-items:center;padding:15px}
  .unmatched-expertise-client-logo .one-fifth {width: 31.33%;margin-right: 4px;}
  .unmatched-expertise-client-logo .one-fifth {margin-bottom: 5px;}
  .services-offoring-wrapper{display:flex;flex-wrap:wrap;}
  .services-container h3{font-size:22px}
  .service-container{margin-top:30px}
  .service-container ul li a{font-size:18px}
  .consultation-container p{font-size:18px}
  .industries-box{padding:3px 10px;margin-bottom:10px;margin-right:10px}
  .industry-card{margin-right:6px}
  .industry-card{margin-right: 10px;}
  .service-offer-wrap{display: flex;flex-wrap: wrap;gap: 6px;justify-content: center;margin-top: 30px;}
  .service-offer-text{padding: 20px 15px;margin: 0 10px;}
  .service-offer p{margin-bottom: 10px;}
  .inner-benefits{padding: 20px;}
  .benefits-container img{margin:0 0 20px 0}

  /* Blog & Post Content */
  .blog-wrapper{margin-top:30px;padding:20px 0}
  .blog-wrapper .bx-viewport{overflow:visible!important}
  .blog-post-box-content h3{font-size:20px;line-height:25px;margin:20px 0 5px}
  .blog-post-wrapper{padding:0 20px}
  .our-blog {display: flex;margin: 40px 0 20px;flex-wrap: wrap;}
  .blog-box {margin: 0;}
  .blog-post-container h2{font-size: 30px;margin:10px 0;line-height:40px}
  .blog-post-banner-standard img{width:100%;padding:0 20px}
  .blog-post-container img{margin:20px 0}
  .post-author-box{flex-wrap: wrap;}
  .pagination{margin:20px}
  .pagination .page-numbers{padding:10px;font-size:15px}
  .blog-box span{font-size:12px;margin:0 8px}
  .blog-box p{font-size:17px;margin:10px}
  .px-3{padding:0px}
  blockquote{font-weight:700;padding:17px 20px;flex-wrap:wrap;font-size:17px}
  .blockquote{padding:20px;margin:20px 0;border-bottom:#1c7f9c 2px solid}
  .blockquote-text{margin-top:10px;font-size:26px;line-height:36px}
  .table-contents-box{top: 50px;}

  /* Case Studies */
  .inner-studies .one-half{margin-bottom: 20px;}
  .inner-studies-box .one-half{margin-bottom: 0px;}
  .studies-text{padding: 10px;}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}
  .inner-studies .one-half {margin-bottom:20px}

  /* Footer */
  footer{width:100%;padding:0; margin: 20px auto;}
  .footer-wrapper{padding:20px;box-shadow:none;border-radius:20px 20px 0 0}
  .footer-wrapper .wrapper{padding:0px;display:flex;flex-wrap:wrap;}
  .footer-box ul{list-style:none;margin-top:3px}
  .link-group{text-align:center;padding:10px}
  .footer-strip{padding:20px;max-width:100%}
  .footer-strip .wrapper{flex-direction:column-reverse;padding:0;text-align:center}
  .footer-strip img{margin-bottom:15px}
  .social-icon a{width:10%}
  .social-icon a{margin-right:20px}
  .contact{margin:0}
  .footer-box .toggle {display: none;}
  .footer-box label {display: block;position: relative;padding-right: 25px;color: white;font-weight: 700;cursor: pointer;}
  .footer-box label::after {content: '\002B';position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 1.2em;font-weight: bold;transition: 0.3s ease-in-out}
  .footer-box ul {max-height: 0;overflow: hidden;opacity: 0;transition: all 0.3s ease-out;}
  .footer-box .toggle:checked + label + ul {max-height: 500px;opacity: 1;}

  /* Mobile Menu Fixes */
  #rmp-menu-wrap-828 .rmp-menu-item-link{line-height: 45px!important;padding-left:10px}
  #rmp-menu-wrap-828 .rmp-menu-subarrow .rmp-font-icon {margin-right: 0!important;top: 8px}
  #rmp_menu_trigger-828.scrolled {top: 10px !important;}
  #rmp-container-828.scrolled {top: 50px !important;}
	
  /* infra-setup */
  .infra-setup-card:hover img {transform: none !important;}
  .infra-setup-card:hover::after {background: none !important;}
  .infra-setup-card{display:flex;flex-direction:column-reverse;flex-wrap:wrap;height:100%;box-shadow:0 4px 12px rgba(0,0,0,0.15);justify-content: flex-end;}
  .infra-setup-text{position:relative;background:#fff;color:#000;}
  .infra-setup-text h3{color:#000;}
  .infra-setup-text p{max-height:none;color:#000;}
  .infra-setup-card::after{background:none;}
  .infra-setup-card img {height: 120px;}
  .infra-setup-boxes .one-fourth{margin: 0 6px 10px 0;}

  /*  Other  */
  .blog-post .one-fourth {margin-right: 7px;margin-bottom: 10px;}
  .cta-short-wrap{width:100%}	
  .inner-service-offer-wrap .one-fourth, .inner-service-offer-wrap .one-third, .inner-service-offer-wrap .one-fifth{margin: 0 0 30px 6px}
  .service-offer-text{margin:0;top:0;box-shadow:none}
  .service-offer-box{box-shadow: 1px 3px 9px -2px #0f0f0f;height:100%}	
  .service-offer-wrap{display:flex;flex-wrap:wrap}		
  .service-offer-wrap .one-third{margin-bottom:20px}
 .h-banner-container h1{width:100%;font-size: 32px;}	
 .h-banner-container p{width:100%;font-size: 16px;margin: 0 auto 50px;}
  .home-intro-wrap .one-third{margin-bottom:20px;width:100%}
  .home-intro-img img{border-radius:20px}
  .industries-wrapper .one-third{width:48.5%}
  .associate .bx-wrapper img{padding:0 40px}
  .home-intro-text h2{font-size:27px}
 .services-offoring h2 {font-size:27px}
 .cta-main{padding:30px 0 50px} 
 .blue-cta-hading{font-size: 28px;line-height: 35px;font-weight: 500;color: #ffffff;max-width: 100%;margin: 30px auto;}	 .home-intro-text h2{font-size:27px}
 .expertise-text-box{width:100%;flex: none;}	
 .expertise-icon{margin-bottom:20px}
 .btn-default{letter-spacing:0}
 .purpose :last-child{margin: 0;}
 .btn-contect{letter-spacing: 0;}
 .cta-main::after{background-size:100%;}
 .about-banner{padding:120px 0}	
 .inner-banner-container h1{letter-spacing:0;width: 100%;font-size:35px;margin: 40px auto 25px;}
 .inner-banner-container p{width:100%;margin: 0 auto 30px;font-size: 16px;}  
 .page-blog-wrap .one-fourth{width: 48.5%;margin: 0 0 6px 6px;}
 .faq-q{padding: 0 40px 0 0px;font-size: 18px;}	
 .inner-benefits .one-fourth ,.inner-benefits .one-third ,.inner-benefits .one-fifth{width:100%;margin: 0 0 30px}	
}
@media (min-width: 640.01px) and (max-width:766.99px){
  /* Header & Navigation */
  header{height:50px}
  .header-container .btn-contect{display:none}
  .header-container{margin-top:15px}
  nav{display:none}

  /* Utility & Typography */
  .wrapper{margin:0;padding:0 20px}
  .container{max-width:94%}
  .h1,h1{font-size:50px;margin-bottom:10px}
  h2{font-size:35px;margin:20px 0}
  .d-flex{display:flex;justify-content:center;flex-wrap:wrap}
  .blog-post-container h2{margin:10px 0;line-height:40px}
  .blog-post-box-content h3{font-size:18px;line-height:25px;margin:20px 0 5px}
  .benefits-container p{font-size:18px}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}
  .service-offer p{margin-bottom: 10px;}

  /* Section Spacing */
  .cta-main{padding:30px 0}
  .h-introduction{padding:40px 0}
  .services-offoring{padding:30px 0}
  .unmatched-expertise{border-radius:20px;padding:20px;margin:0 0 30px;}
  .unmatched-expertise .wrapper h2:nth-child(5){margin:50px 0 20px}
  .blog-wrapper{padding:25px 0;margin-top:40px}
  .inner-banner,.blog-banner{padding:70px 0 50px}
  .our-blog{margin:40px 0 20px;display:flex;flex-wrap:wrap;}
  .brad-crump{margin:30px 0}
  .blog-post-wrapper{padding:0 20px}
  .purpose{padding:20px}
  .about h2{margin:30px 0 40px}
  .h-intro{padding: 25px 0;}
  .benefits{padding: 25px 0;}
  .industries {padding: 25px 0;}
  .service-offer{padding: 25px 0;}
  .faq{padding: 20px 0;}

  /* Buttons & CTA */
  .blue-cta-hading{font-size:30px;line-height:36px;font-weight:500;color:#ffffff;margin:20px auto}
  .cta-short-card{flex-direction: column;padding: 50px 25px;margin: 0px ;}
  .cta-short-heading{line-height: 40px;}
  .cta-short-text{margin-bottom: 20px;}
  .consultation-container{padding:15px}

  /* Layout & Widths */
  .h-intro-wrap{flex-direction:column}
  .h-intro-wrap .width40{width:100%}
  .width60{width:100%}
  .services-offoring-wrapper{display:flex;flex-wrap:wrap;margin-bottom:0}
  .blog-post{display:flex;flex-wrap:wrap;}
  .one-fourth{width:48.5%;margin:0}
  .two-third,.one-third{margin:0;width:100%}
  .service-container,.consultation-container{float:left;width:48.5%}
  .service-container{margin:0;margin-right:18px;}
  .associate-wrapper .one-fourth{width:22.75%}
  .our-blog .one-third{width:48.5%}
  .usp-wrap .one-fourth {margin-bottom: 6px;margin-right: 6px;width: 22.75%}
  .services-offoring-wrapper .one-fourth {margin-right: 6px;margin-bottom: 6px;}
  .blog-post .one-fourth {margin-right: 7px;margin-bottom: 10px;}
  .our-blog .one-third {margin-right: 7px;margin-bottom: 7px;}
  .purpose .one-third {margin-bottom: 30px;}
  .quick-address-wrapper .one-fourth {margin-bottom: 15px;margin-right: 7px;}
  .industry-overview .one-fourth{margin-bottom:10px;}
  .industry-overview .one-fifth{width:31.33%; margin-right: 0;}
  .industry-overview .one-fifth:last-child{width: 48.5%;}
  .inner-studies .one-half {margin: 0 0 20px 0;width:100%}
  .h-intro-wrap .one-half{width: 100%;}
  .inner-studies-box .one-half{margin-bottom: 0px;}
  .service-offer-wrap .one-third {width: 48.5%;}

  /* Banner & Introduction */
  .h-intro-wrap{display: flex;flex-direction: column-reverse;}
  .h-intro-img{margin: 0 auto 20px;}
  .h-intro-img img{object-position:0px 0px;height:200px;border-radius:20px}
  .inner-banner-container,.blog-banner-container{width:100%}

  /* USP/Expertise */
  .client-testimonails{background-size:60px;padding:90px 20px 0px 20px}
  .industries-box{display:flex;padding:3px 10px;margin-bottom:11px;}
  .industries-box{display:flex;margin-bottom:0px}
  .purpose-wrap {text-align: left;display:flex;flex-wrap: wrap;}
  .purpose-icon {margin: 0 20px 0 0;}
  .purpose-detail{width: calc(100% - 60px);flex: 1; float: left;}
  .usp-box{padding: 25px 12px;}
  .inner-studies-box {max-height: 200px;}
  .studies-text{padding: 10px;}
  .inner-benefits{padding: 40px 20px;}
  .service-offer-text{padding: 20px 15px;margin: 0 10px;}
  .service-offer-wrap{display: flex;flex-wrap: wrap;gap: 8px;justify-content: center;}

  /* Blog & Post Content */
  .blog-box{margin-bottom:0px}
  .pagination .page-numbers{padding:10px;font-size:15px}
  .blog-box span{font-size:12px;margin:0 10px}
  .blog-box p{font-size:17px;margin:10px}
  .blockquote{padding:20px;margin:20px 0;border-bottom:#1c7f9c 2px solid}
  .blockquote-text{margin-top:10px;font-size:26px;line-height:36px}
  .blog-post-banner-standard img{width:100%;padding:0 20px}
  blockquote{font-weight:700;padding:17px 10px;font-size:17px}
  .industry-card{margin-right:10px}
  .table-contents-box{top: 50px;}

  /* Footer */
  footer{width:100%;padding:0;margin-top:30px}
  .footer-wrapper{padding:20px}
  .footer-wrapper .wrapper{padding:0;display:flex;flex-wrap:wrap}
  .footer-box ul{list-style:none;margin-top:3px}
  .link-group{text-align:center;padding:10px}
  .footer-strip{padding:20px}
  .footer-strip .wrapper{flex-direction:column-reverse;padding:0;text-align:center}
  .footer-strip img{margin-bottom:15px}
  .social-icon a{width:13%}
  .contact{margin:0}

  /* Mobile Menu Fixes */
  #rmp-menu-wrap-828 .rmp-menu-item-link{line-height: 45px!important;padding-left:10px}
  #rmp-menu-wrap-828 .rmp-menu-subarrow .rmp-font-icon {margin-right: 0!important;top: 8px}
  #rmp_menu_trigger-828.scrolled {top: 10px !important;}
  #rmp-container-828.scrolled {top: 50px !important;}
	
  /* infra-setup */
  .infra-setup-card:hover img {transform: none !important;}
  .infra-setup-card:hover::after {background: none !important;}
  .infra-setup-card{display:flex;flex-direction:column-reverse;flex-wrap:wrap;height:100%;box-shadow:0 4px 12px rgba(0,0,0,0.15);justify-content: flex-end;}
  .infra-setup-text{position:relative;background:#fff;color:#000;}
  .infra-setup-text h3{color:#000;}
  .infra-setup-text p{max-height:none;color:#000;}
  .infra-setup-card::after{background:none;}
  .infra-setup-card img {height: 120px;}
 .infra-setup-boxes .one-fourth{margin: 0 0px 10px 6px;width: 31.33%;}

  /*  Other  */
  .inner-banner-container h1{letter-spacing:0;}
  .cta-short-wrap{width:100%}	
  .inner-service-offer-wrap .one-fourth, .inner-service-offer-wrap .one-third, .inner-service-offer-wrap .one-fifth{margin: 0 0 30px 6px}
  .short-cta{padding-bottom: 10px;}
  .industries-wrapper .one-third{width:48.5%}
  .home-intro-wrap .one-third{margin-bottom:20px;width:100%}
  .home-intro-img img{border-radius:20px}  
  .home-intro-img{width:60%}
  .associate .one-fourth{width:22.75%;padding: 0 10px}
  .services-offoring h2 {font-size: 30px;line-height: normal;}
  .home-intro-text h2 {line-height: 1.25;font-size: 30px;}
  .cta-main:after{background-size: 100%;}	
  .purpose :last-child{margin: 0;}
  .btn-contect{letter-spacing: 0;}	
 .cta-main::after{background-size:100%;}
 .about-banner{padding:120px 0}	
 .inner-banner-container h1{letter-spacing:0;width: 70%;font-size:35px;margin: 40px auto 25px;}
 .inner-banner-container p{width:70%;margin: 0 auto 30px;font-size: 16px;}  
 .page-blog-wrap .one-fourth{width: 48.5%;margin: 0 0 6px 6px;}
 .faq-q{padding: 0 40px 0 0px;font-size: 18px;}	
 .inner-benefits .one-fourth ,.inner-benefits .one-third ,.inner-benefits .one-fifth{width:48.5%;margin: 0 4px 30px}	
}

@media (min-width: 767.01px) and (max-width:800.99px){
  /* Header & Navigation */
  header{height:50px}
  .header-container .btn-contect{display:none}
  .header-container{margin-top:15px}
  nav{display:none}

  /* Utility & Typography */
  .wrapper{margin:0;padding:0 20px}
  .container{max-width:94%}
  .d-flex{display:flex;flex-wrap:wrap;justify-content:center;}
  .h-intro-wrap .width40{width:100%}
  .width60{width:100%}
  .blog-post-box-content h3{font-size:18px;line-height:25px;margin:20px 0 5px}
  .blog-box span{font-size:14px;margin:0 10px}
  .blog-box p{font-size:20px;margin:10px}
  .service-container ul li a{font-size:18px}
  .consultation-container p{font-size:18px}
  .consultation-container h2{font-size:35px}
  .benefits-container p{font-size:18px}
  .blog-post-container h2{margin:10px 0;line-height:40px}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}
  .service-offer p{margin-bottom: 10px;}

  /* Section Spacing */
  .cta-main{padding:30px 0 50px}
  .h-introduction{padding:40px 0}
  .services-offoring{padding:40px 0 10px}
  .unmatched-expertise{border-radius:20px;padding:20px;margin:0 0 20px;}
  .unmatched-expertise .wrapper h2:nth-child(5){margin:50px 0 20px}
  .blog-wrapper{padding:30px 0;margin-top:30px}
  .data-entry-text{margin-bottom:40px}
  .inner-benefits{margin:35px 0px}
  .brad-crump{margin:30px 0}
  .purpose{padding:20px}
  .about h2{margin:30px 0 40px}
  .h-intro{padding: 25px 0;}
  .benefits{padding: 25px 0;}
  .industries {padding: 25px 0;}
  .service-offer{padding: 25px 0;}
  .faq{padding: 20px 0;}

  /* Buttons & CTA */
  .blue-cta-hading{font-size:30px;line-height:38px;font-weight:500;color:#ffffff;margin:10px auto}
  .cta-short-card{flex-direction: column;padding: 50px 25px;margin: 0px ;}
  .cta-short-heading{line-height: 40px;}
  .cta-short-text{margin-bottom: 20px;}
  .consultation-container{padding:15px}

  /* Layout & Widths */
  .h-intro-wrap{flex-direction:column}
  .h-intro-img{padding:0}
  .h-intro-img img{object-position:0px -40px;height:250px;border-radius:20px}
  .h-intro-wrap{display: flex;flex-direction: column-reverse;}
  .h-intro-wrap .one-half{width: 100%;}
  .services-offoring-wrapper{display:flex;flex-wrap:wrap;margin:10px 0}
  .blog-post{display:flex;flex-wrap:wrap;}
  .one-fourth{width:48.5%;margin:0}
  .inner-services .one-third , .inner-services .two-third{width:100%}
  .associate-wrapper .one-fourth{width:22.75%}
  .usp-wrap .one-fourth {margin-bottom: 6px;margin-right: 6px;width: 22.75%}
  .services-offoring-wrapper .one-fourth {margin-right: 6px;margin-bottom: 6px;}
  .blog-post .one-fourth {margin-right: 7px;margin-bottom: 10px;}
  .footer-wrapper .wrapper .one-fourth {margin-right: 5px;margin-bottom: 15px;}
  .industry-overview .one-fourth{margin-bottom:10px;}
  .industry-overview .one-fifth{width:31.33%; margin-right: 0;}
  .industry-overview .one-fifth:last-child{width: 48.5%;}
  .inner-studies .one-half {margin:0 0 20px 0;width:100%}
  .inner-studies-box .one-half{margin-bottom: 0px;}

  /* Banner & Introduction */
  .h-intro-img{margin: 0 auto 20px;}
  .h-intro-img img{object-position:0px 0px;height:200px;border-radius:20px}
  .inner-banner,.blog-banner{padding:70px 0 50px}
  .inner-banner-container,.blog-banner-container{width:100%}

  /* USP/Expertise/Services */
  .client-testimonails{background-size:60px;padding:90px 20px 0px 20px}
  .industries-box{display:flex;padding:3px 10px;}
  .usp-box{padding: 25px 12px;}
  .inner-studies-box {max-height: 200px;}
  .studies-text{padding: 10px;}
  .inner-benefits{padding: 40px 20px;}
  .service-offer-text{padding: 20px 15px;margin: 0 10px;}

  /* Blog & Post Content */
  .blog-post .one-fourth {margin-right: 7px;margin-bottom: 10px;}
  .our-blog{margin:40px 0 20px;display:flex;flex-wrap:wrap}
  .pagination .page-numbers{padding:10px;font-size:15px}
  .blog-post-wrapper{padding:0 20px}
  .blog-post-banner-standard img{width:100%;padding:0 20px}
  blockquote{font-weight:700;padding:17px 10px;font-size:17px}
  .blockquote{padding:20px;margin:20px 0;border-bottom:#1c7f9c 2px solid}
  .blockquote-text{margin-top:10px;font-size:26px;line-height:36px}
  .industry-card{margin-right:10px}
  .table-contents-box{top: 50px;}

  /* Footer */
  footer{width:100%;padding:0;margin:20px auto}
  .footer-wrapper{padding:20px}
  .footer-wrapper .wrapper{padding:0;display:flex;flex-wrap:wrap;}
  .footer-box ul{list-style:none;margin-top:3px}
  .link-group{text-align:center;padding:10px}
  .footer-strip{padding:20px}
  .footer-strip .wrapper{flex-direction:column-reverse;padding:0;text-align:center}
  .footer-strip img{margin-bottom:15px}
  .social-icon a{width:12%}
  .contact{margin:0}

  /* Mobile Menu Fixes */
  #rmp-menu-wrap-828 .rmp-menu-item-link{line-height: 45px!important;padding-left:10px}
  #rmp-menu-wrap-828 .rmp-menu-subarrow .rmp-font-icon {margin-right: 0!important;top: 8px}
  #rmp_menu_trigger-828.scrolled {top: 10px !important;}
  #rmp-container-828.scrolled {top: 50px !important;}
	
  /* infra-setup */
  .infra-setup-card:hover img {transform: none !important;}
  .infra-setup-card:hover::after {background: none !important;}
  .infra-setup-card{display:flex;flex-direction:column-reverse;flex-wrap:wrap;height:100%;box-shadow:0 4px 12px rgba(0,0,0,0.15);justify-content: flex-end;}
  .infra-setup-text{position:relative;background:#fff;color:#000;}
  .infra-setup-text h3{color:#000;}
  .infra-setup-text p{max-height:none;color:#000;}
  .infra-setup-card::after{background:none;}
  .infra-setup-card img {height: 120px;}
 .infra-setup-boxes .one-fourth{margin: 0 0px 10px 10px;width: 31.33%;}

  /*  Other  */
  .inner-banner-container h1{letter-spacing:0;}
  .cta-short-wrap{width:100%}	
  .inner-service-offer-wrap .one-fourth, .inner-service-offer-wrap .one-third, .inner-service-offer-wrap .one-fifth{margin: 0 0 30px 10px}
  .industries-wrapper .one-third{width:48.5%;margin: 0;}
  .associate .one-fourth{width:22.75%;padding: 0 10px}	
  .services-offoring h2 {font-size: 34px;line-height: normal;}
  .home-intro-text h2 {line-height: 1.25;font-size: 36px;}
  .home-intro-text h2 {line-height: 1.25;font-size: 30px;}
  .cta-main:after{background-size: 100%;}
  .btn-contect{letter-spacing: 0;}
 .cta-main::after{background-size:100%;}
 .page-blog-wrap .one-fourth{width: 48.5%;margin: 0 0 6px 6px;}
 .inner-benefits .one-fourth ,.inner-benefits .one-third ,.inner-benefits .one-fifth{width:48.5%;margin: 0 4px 30px}	
}

@media (min-width: 801.01px) and (max-width:978.99px){
  /* Header & Navigation */
  header{height:50px}
  .header-container .btn-contect{display:none}
  .header-container{margin-top:15px}
  nav{display:none}

  /* Utility & Typography */
  .wrapper{margin:0;padding:0 20px}
  .container{max-width:94%}
  .h1{font-size:46px;line-height:50px;margin-bottom:10px}
  h2{font-size:34px;margin:20px 0;line-height:38px}
  .blog-box span{font-size:14px;margin:0 10px}
  .blog-box p{font-size:20px;margin:10px}
  .consultation-container p{font-size:18px}
  .service-container ul li a{padding-right:20px;font-size:18px}
  .benefits-container p{font-size:18px}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}

  /* Section Spacing */
  .cta-main{padding:30px 0 50px}
  .services-offoring{padding:50px 0 0}
  .h-introduction{padding:40px 0}
  .unmatched-expertise .wrapper h2:nth-child(5){margin:50px 0 20px}
  .unmatched-expertise{padding:20px;margin:0 0 30px;border-radius:20px}
  .blog-wrapper{padding:40px 0;margin-top:40px}
  .inner-banner,.blog-banner{padding:70px 0 50px}
  .data-entry-text{margin-bottom:40px}
  .inner-benefits{margin:35px 0px;padding: 70px 20px;}
  .brad-crump{margin:30px 0}
  .purpose{padding:20px}
  .about h2{margin:20px 0 20px}
  .benefits{padding: 25px 0;}

  /* Buttons & CTA */
  .blue-cta-hading{font-size:32px;line-height: 40px;}

  /* Layout & Widths */
  .d-flex{display:flex;}
  .services-offoring-wrapper{display:flex;flex-wrap:wrap;}
  .one-fourth{width:48.5%;margin:0}
  .blog-post{display:flex;flex-wrap:wrap;}
  .associate-wrapper .one-fourth{width:22.75%}
  .usp-wrap .one-fourth {margin-bottom: 6px;margin-right: 6px;width:22.75%}
  .services-offoring-wrapper .one-fourth {margin-right: 6px;margin-bottom: 6px;}
  .blog-post .one-fourth {margin-right: 7px;margin-bottom: 10px;}
  .quick-address-wrapper .one-fourth {margin-bottom: 15px;margin-right: 7px;}
  .industry-overview .one-fourth{margin-bottom:10px;}
  .industry-overview .one-fifth{width:31.33%; margin-right: 0;}
  .industry-overview .one-fifth:last-child{width: 48.5%;}
  .inner-studies .one-half{margin-bottom: 20px;}
  .inner-studies-box .one-half{margin-bottom: 0px;}

  /* Banner & Introduction */
  .inner-banner-container,.blog-banner-container{width:100%}

  /* USP/Expertise/Services */
  .client-testimonails{background-size:60px;padding:90px 20px 0px 20px}
  .consultation-container{padding:15px}
  .industries-box{display:flex;padding:3px 10px;}
  .inner-studies-box {max-height: 200px;}
  .studies-text{padding: 10px;}
  .service-container ul li {padding:7px 10px}
  .industry-card{margin-right:10px}

  /* Blog & Post Content */
  .blockquote{padding:20px;margin:20px 0;border-bottom:#1c7f9c 2px solid}
  .blockquote-text{margin-top:10px;font-size:26px;line-height:36px}
  .blog-post-wrapper{padding:0 20px;width: 850px;}
  blockquote{font-weight:700;padding:17px 10px;font-size:17px}
  .blog-post-banner-standard img {padding: 0 20px}
  .table-contents-box{top: 50px;}

  /* Footer */
  .social-icon{width:25%;padding:0}
  .footer-wrapper .one-fourth{width:31.33%;margin:0}
  footer{width:100%;padding:0;margin-top:40px}
  .footer-wrapper{padding:20px}
  .footer-wrapper .wrapper{padding:0}
  .footer-wrapper .one-fourth{margin:10px 0}
  .footer-wrapper .one-fourth:nth-child(4n){width:100%;display:flex;justify-content:space-between;align-items:center}
  .footer-box ul{list-style:none;margin-top:3px}
  .link-group{text-align:center;padding:10px}
  .footer-strip{padding:20px}
  .footer-strip .wrapper{padding:0;text-align:center}
  .footer-about ul{display:flex;}
  .footer-about ul li {margin-right: 30px;}
  .contact{margin:0}
  .social-icon a {margin-right: 22px;}

  /* Mobile Menu Fixes */
  #rmp-menu-wrap-828 .rmp-menu-item-link{line-height: 45px!important;padding-left:10px}
  #rmp-menu-wrap-828 .rmp-menu-subarrow .rmp-font-icon {margin-right: 0!important;top: 8px}
  #rmp_menu_trigger-828.scrolled {top: 10px !important;}
  #rmp-container-828.scrolled {top: 50px !important;}

  /* infra-setup */
  .infra-setup-card:hover img {transform: none !important;}
  .infra-setup-card:hover::after {background: none !important;}
  .infra-setup-card{display:flex;flex-direction:column-reverse;flex-wrap:wrap;height:100%;box-shadow:0 4px 12px rgba(0,0,0,0.15);justify-content: flex-end;}
  .infra-setup-text{position:relative;background:#fff;color:#000;}
  .infra-setup-text h3{color:#000;}
  .infra-setup-text p{max-height:none;color:#000;}
  .infra-setup-card::after{background:none;}
  .infra-setup-card img {height: 120px;}
 .infra-setup-boxes .one-fourth{margin: 0 0px 14px 14px; width: 31.33%;}

  /* Other */
  .studies-text a{bottom: 10px;right: 15px;padding: 15px;background-size: 10px;}
  .inner-banner-container h1{letter-spacing:0;}
  .cta-short-wrap{width:100%}	
  .inner-service-offer-wrap .one-fourth, .inner-service-offer-wrap .one-third, .inner-service-offer-wrap .one-fifth{margin: 0 0 30px 10px}
  .service-offer-text{margin:0;top:0;box-shadow:none}
  .service-offer-box{box-shadow: 1px 3px 9px -2px #0f0f0f;height:100%}	
  .service-offer-wrap{display:flex;flex-wrap:wrap}
  .industries-wrapper .one-third{width:48.5%;margin: 0;}
  .associate .one-fourth{width:22.75%;padding: 0 10px}	
  .home-intro-text h2 {line-height: 1.25;font-size: 30px;}
  .btn-contect{letter-spacing: 0;}
 .cta-main::after{background-size:100%;}
 .cta-short-heading{line-height: 40px;}
 .page-blog-wrap .one-fourth{width: 48.5%;margin: 0 0 6px 6px;}
 .inner-benefits .one-fourth ,.inner-benefits .one-third ,.inner-benefits .one-fifth{width:48.5%;margin: 0 4px 30px}	
	.studies-text h3{font-size:13px}
}

@media (min-width: 979.01px) and (max-width:1023.99px){
  /* Header & Navigation */
  header{height:50px}
  .header-container .btn-contect{display:none}
  .header-container{margin-top:15px}
  nav{display:none}

  /* Utility & Typography */
  .wrapper{margin:0;padding:0 20px}
  .container{max-width:94%}
  .blue-cta-hading{font-size:34px;margin-bottom:30px}
  .blog-box span{font-size:14px;margin:0 10px}
  .blog-box p{margin:10px}
  .service-container ul li a{font-size:18px;padding-right:30px}
  .consultation-container p{font-size:18px}
  .benefits-container p{font-size:18px}
  .services-workflow h3{font-size:22px}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}

  /* Section Spacing */
  .cta-main{padding:50px 0}
  .h-introduction{padding:40px 0}
  .services-offoring{padding:50px 0}
  .blog-wrapper{padding:30px 0;margin-top:50px}
  .unmatched-expertise{padding:20px;margin:0 0 30px;border-radius:20px}
  .data-entry-text{margin-bottom:40px}
  .inner-benefits{margin:35px 0px;padding: 70px 20px;}
  .brad-crump{margin:30px 0}
  .purpose{padding:20px}
  .about h2{margin:30px 0 40px}
  .purpose .one-third {margin-bottom: 30px;}
  .benefits{padding: 25px 0;}

  /* Buttons & CTA */
  .consultation-container .btn-default{padding:7px 40px 7px 3px}
  .consultation-container .btn-default span{font-size:15px}

  /* Layout & Widths */
  .services-offoring-wrapper{display:flex;flex-wrap:wrap}
  .blog-post{display:flex;flex-wrap:wrap}
  .footer-wrapper .one-fourth{width:31.33%;margin:10px 0}
  .associate-wrapper .one-fourth{width:22.75%}
  .footer-wrapper .one-fourth:nth-child(4n){width:100%;display:flex;justify-content:space-between;align-items:center}
  .industry-overview .one-fifth{width:22.75%; margin-right: 0;}
  .inner-studies .one-half{margin-bottom: 20px;}
  .inner-studies-box .one-half{margin-bottom: 0px;}

  /* Banner & Introduction */
  .inner-banner,.blog-banner{padding:70px 0 50px}

  /* USP/Expertise/Services */
  .client-testimonails{background-size:60px;padding:90px 20px 0px 20px}
  .consultation-container{padding:15px}
  .industries-box{display:flex;padding:3px 10px;}
  .benefits-container img{margin:0 0 50px 0}
  .inner-studies-box {max-height: 200px;}
  .studies-text{padding: 10px;}
  .industry-card{margin-right:16px}
  .industry-card{margin-right: 10px;}

  /* Blog & Post Content */
  .blockquote{padding:20px;border-bottom:#1c7f9c 2px solid;margin:40px 0}
  .blockquote-text{margin-top:10px;font-size:26px;line-height:36px}
  .table-contents-box{top: 50px;}

  /* Footer */
  .social-icon{width:30%;padding:0}
  footer{width:100%;padding:0;margin:40px auto 10px}
  .footer-wrapper{padding:20px 0 20px 50px}
  .footer-wrapper .wrapper{padding:0}
  .footer-box ul{list-style:none;margin-top:3px}
  .link-group{text-align:center;padding:10px}
  .footer-strip{padding:20px}
  .footer-strip .wrapper{text-align:center}
  .footer-about ul{display:flex;}
  .footer-about ul li {margin-right: 30px;}

  /* Mobile Menu Fixes */
  #rmp-menu-wrap-828 .rmp-menu-item-link{line-height: 45px!important;padding-left:10px}
  #rmp-menu-wrap-828 .rmp-menu-subarrow .rmp-font-icon {margin-right: 0!important;top: 8px}
  #rmp_menu_trigger-828.scrolled {top: 10px !important;}
  #rmp-container-828.scrolled {top: 50px !important;}
	
  /* infra-setup */
  .infra-setup-card:hover img {transform: none !important;}
  .infra-setup-card:hover::after {background: none !important;}
  .infra-setup-card{display:flex;flex-direction:column-reverse;flex-wrap:wrap;height:100%;box-shadow:0 4px 12px rgba(0,0,0,0.15);justify-content: flex-end;}
  .infra-setup-text{position:relative;background:#fff;color:#000;}
  .infra-setup-text h3{color:#000;}
  .infra-setup-text p{max-height:none;color:#000;}
  .infra-setup-card::after{background:none;}
  .infra-setup-card img {height: 120px;}
 .infra-setup-boxes .one-fourth{margin: 0 0px 18px 18px; }

  /* Other */
  .studies-text a{bottom: 10px;right: 15px;padding: 15px;background-size: 10px;}
  .service-offer-text{margin:0;top:0;box-shadow:none}
  .service-offer-box{box-shadow: 1px 3px 9px -2px #0f0f0f;height:100%}	
  .service-offer-wrap{display:flex;flex-wrap:wrap}	
  .services-offoring h2{font-size:40px;line-height:normal;}
 .cta-main::after{background-size:100%;}
 .inner-benefits .one-fourth ,.inner-benefits .one-third ,.inner-benefits .one-fifth{width:48.5%;margin: 0 4px 30px}	
	.studies-text h3{font-size:13px}
}

@media (min-width: 1024.01px) and (max-width:1169.99px){
  /* Header & Navigation */
  .brand-logo{max-width:160px}
  nav{margin-left: 8px;}
  nav ul li{margin:0}
  nav ul li a{font-size:14px;margin-right:12px}
  nav ul li a:last-child{margin-right:10px}

  /* Utility & Typography */
  .wrapper{margin:0;padding:0 40px}
  .container{max-width:94%}
  h2{margin: 20px 0;}
  .blue-cta-hading{font-size:34px;margin-bottom:30px}
  .services-workflow h3{font-size:22px}
  .service-container ul li a{font-size:18px;padding-right:30px}
  .blockquote-text{font-size: 32px;line-height: 42px;}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}

  /* Section Spacing */
  .cta-main{padding:50px 0}
  .h-introduction{padding:50px 0}
  .services-offoring{padding:40px 0}
  .blog-wrapper{padding:30px 0;margin-top:50px}
  .blockquote{padding:40px 70px;margin:40px 0}
  .benefits{padding: 25px 0;}
  .service-offer{padding: 25px 0}
  .industries{padding: 25px 0}
  .inner-benefits{padding: 70px 20px;}

  /* Layout & Widths */
  .inner-banner-container{width: 100%;}
  .h-intro-img{padding-right:20px;width:100%}
  .h-intro-wrap{margin-top: 40px;}
  .inner-studies .one-half{margin-bottom: 20px;}
  .inner-studies-box .one-half{margin-bottom: 0px;}
  .industry-overview .one-fifth{width:22.75%; margin-right: 0;}

  /* USP/Expertise */
  .unmatched-expertise{padding:20px;margin:0 0 40px;border-radius:20px}
  .client-testimonails{background-size:53px,cover;padding:20px 20px 20px 86px}
  .consultation-container{padding:17px}
  .industry-card{margin-right:16px}
  .industry-card{margin-right: 10px;}
  .inner-studies-box {max-height: 200px;}
  .studies-text{padding: 10px;}

  /* CTA short card adjustment */
  .cta-short-card{margin: -70px auto 0;}

  /* Footer */
  .social-icon a{width:18%}
  .footer-wrapper{padding:20px}
  .footer-wrapper .wrapper{padding:0px}
  .footer-box ul{list-style:none;margin-top:3px}
  .link-group{text-align:center;padding:10px}
  .footer-strip{padding:18px}
  .footer-strip .wrapper{padding:0;text-align:center}

  /* infra-setup */
  .infra-setup-card:hover img {transform: none !important;}
  .infra-setup-card:hover::after {background: none !important;}
  .infra-setup-card{display:flex;flex-direction:column-reverse;flex-wrap:wrap;height:100%;box-shadow:0 4px 12px rgba(0,0,0,0.15);justify-content: flex-end;}
  .infra-setup-text{position:relative;background:#fff;color:#000;}
  .infra-setup-text h3{color:#000;}
  .infra-setup-text p{max-height:none;color:#000;}
  .infra-setup-card::after{background:none;}
  .infra-setup-card img {height: 120px;}
 .infra-setup-boxes .one-fourth{margin: 0 0px 18px 18px;}
   
  /* Other */
  .studies-text a{bottom: 10px;right: 15px;padding: 15px;background-size: 10px;}
  .service-offer-text{margin:0;top:0;box-shadow:none}
  .service-offer-box{box-shadow: 1px 3px 9px -2px #0f0f0f;height:100%}	
  .services-offoring h2{font-size:40px;line-height:normal;}
  .service-offer-wrap{display:flex;flex-wrap:wrap}	
 .cta-main::after{background-size:100%;}
 .inner-benefits .one-fourth ,.inner-benefits .one-third ,.inner-benefits .one-fifth{width:48.5%;margin: 0 4px 30px}	
	.studies-text h3{font-size:15px}
	
}

@media (min-width: 1170.01px) and (max-width:1350.99px){
  /* Navigation */
  nav{margin-left: 10px;}
  nav ul li{margin:0}
  nav ul li a{font-size:14px;margin-right:10px}
  nav ul li a:last-child{margin-right:10px}
  .inner-banner-container{width: 100%;}
  
  /* Layout and Padding */
  .wrapper{padding:0 40px}
  .container{max-width:94%}
  .h-intro-wrap{margin-top: 40px;}
  .service-container ul li a{font-size:18px;padding-right:30px}

  /* Section Spacing & Padding */
  .cta-main{padding:40px 0}
  .h-introduction{padding:40px 0}
  .services-offoring{padding:40px 0}
  .blog-wrapper{padding:40px 0;margin-top:40px}
  .benefits{padding: 25px 0;}
  .service-offer{padding: 25px 0}
  .industries{padding: 25px 0}
  .inner-benefits{padding: 70px 20px;}
  
  /* Component Adjustments */
  .unmatched-expertise{padding:20px;margin:0 0 40px ;border-radius:20px}
  .blockquote{padding:40px 70px;margin:40px 0}
  .inner-studies .one-half{margin-bottom: 20px;}
  .inner-studies-box .one-half{margin-bottom: 0px;}
  .studies-text{padding: 10px;}
  .inner-studies p{margin-bottom: 20px;line-height: 20px;}
  .cta-short-card{margin: -70px auto 0;}

  /* Footer */
  footer{margin:20px auto 10px}
  .footer-wrapper{padding:20px}
  .footer-wrapper .wrapper{padding:0}
  .footer-box ul{list-style:none;margin-top:3px}
  .link-group{text-align:center;padding:10px}
  .footer-strip{padding:20px}
  .footer-strip .wrapper{padding:0;text-align:center}
	
  /* Other */
  .service-offer-text{margin:0;top:0;box-shadow:none}
  .service-offer-box{box-shadow: 1px 3px 9px -2px #0f0f0f;height:100%}	
  .service-offer-wrap{display:flex;flex-wrap:wrap}
 .cta-main::after{background-size:100%;}
 .inner-benefits .one-fourth ,.inner-benefits .one-fifth{width:31.33%;margin: 0 4px 30px}	
}

@media (min-width: 1350.01px) and (max-width:1500.99px){
  /* Layout and Spacing */
  .container{max-width:94%}
  .cta-main{padding:40px 0}
  .h-introduction{padding:40px 0}
  .services-offoring{padding:40px 0}
  .blog-wrapper{padding:40px 0;margin-top:40px}
  .footer-wrapper{padding:40px 0px 40px 104px}
  .footer-wrapper .wrapper{padding:0}
  footer{margin:20px auto 10px}

  /* Component Adjustments */
  .unmatched-expertise{padding:20px;margin:0 0 50px;border-radius:20px}
  .unmatched-expertise{padding:1px 20px 60px} 
  .inner-benefits{padding: 60px 30px 99px;}
  .benefits-text{padding: 10px;}

  /* Widths */
  .social-icon a{width:14%}
}

@media (min-width: 1350.01px) and (max-width:1700.99px){
 .inner-benefits .one-fourth ,.inner-benefits .one-fifth{width:31.33%;margin: 0 4px 30px}	
}

blockquote::after {content: "";position: absolute;bottom: 0;right: 0;width: 0;height: 0;border-bottom: 30px solid #1c7f9c;border-left: 30px solid transparent;border-radius: 7px 0 7px 0;}
.associate-wrapper{margin:20px 0 40px}

@media screen and (max-width: 1024px) {#rmp-container-828 {top: 50px !important}}