/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*Reset CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
html { overflow-x: hidden; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';	content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/*end Reset CSS*/
p{margin-bottom:10px;}
section{position:relative;}
/*index page*/
body {font-size: 16px; font-family: 'Poppins', sans-serif; font-weight: 400; font-style:normal; color:#25282A; line-height: 1.8; overflow-x: hidden; }
::-webkit-scrollbar {width: 5px; height: 5px;}
::-webkit-scrollbar-track {background: #e2e2e2;}
::-webkit-scrollbar-thumb {background: #041827; border-radius: 0px;}

.font13{font-size:13px; line-height:20px;}
.font14{font-size:14px; line-height:22px;}
.font15{font-size:15px; line-height:23px;}
.font16{font-size:16px; line-height:24px;}
.font18{font-size:18px; line-height:28px;}
.font20{font-size:20px; line-height:30px;}
.font22{font-size:22px; line-height:32px;}
.font24{font-size:24px; line-height:34px;}
.font30{font-size:30px; line-height:42px;}
.font36{font-size:36px; line-height:48px;}
.font40{font-size:40px; line-height:51px;}
.font45{font-size:45px; line-height:57px;}
.font28{font-size:28px; line-height:38px;}
.line-height30{line-height:30px;}
.lh-sm { line-height: 1.5 }
.lh-lg { line-height: 1.75 }
.lh-xl { line-height: 2 }
.light{font-weight:300!important;}
.regular{font-weight:400!important;}
.medium{font-weight:500!important;}
.semibold{font-weight:600!important;}
.bold{font-weight:700!important;}
.extrabold{font-weight:800!important;}
.textwhite{color:#fff!important;}
.darkBlue{color:#041827}
.textgrey{color: #666c71;}
.pt-20{padding-top:20px;}
.pt-40{padding-top:40px;}
.pt-50{padding-top:50px;}
.pt-60{padding-top:60px;}
.pt-80{padding-top:80px;}
.pt-100{padding-top:100px;}
.pt-120{padding-top:120px;}
.pb-20{padding-bottom:20px;}
.pb-40{padding-bottom:40px;}
.pb-50{padding-bottom:50px;}
.pb-60{padding-bottom:60px;}
.pb-80{padding-bottom:80px;}
.pb-100{padding-bottom:100px;}
.pb-120{padding-bottom:120px;}
.mb-6{margin-bottom:6px}
.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-80{margin-bottom:80px}
.mb-100{margin-bottom:100px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.w-95{width: 95%;}
.w-70{width: 70%;}
.border-none{border: none;}
/*menu css*/
nav input{display: none;}
nav{position: relative;z-index: 99;width: 100%;}
nav .wrapper{position: relative;height: 100px; line-height: 70px; margin: auto; display: flex; align-items: center;justify-content: space-between; -moz-transition: height .5s ease;-webkit-transition: height .5s ease; -o-transition: height .5s ease; transition: height .5s ease;}
.nav-fix{position:absolute; z-index: 1000; width: 100%;transition: all 0.2s ease }
.nav-fix.shadow-sm nav .wrapper{height: 70px; -moz-transition: height .5s ease;-webkit-transition: height .5s ease; -o-transition: height .5s ease; transition: height .5s ease;}
.nav-fix.shadow-sm .right-menu{margin-top:0;}
.nav-fix.shadow-sm .wrapper .logo a img{width: 170px;-moz-transition: all .5s ease;-webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;}
.nav-fix.shadow-sm .services-btn{height: 40px; padding: 8px; -moz-transition: all .5s ease;-webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;}
.wrapper .logo a {display:flex;}
.wrapper .logo a img{width:220px;-moz-transition: all .5s ease;-webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;}
.wrapper .nav-links{display: inline-flex;}
.nav-links li{list-style: none;padding: 0 15px;}
.nav-links li a{color: #fff;text-decoration: none; font-size: 16px; font-weight: 400; padding: 13px 0; border-radius: 0px; transition: all 0.3s ease;border-bottom: 2px solid transparent;}
.nav-links li a:hover{border-bottom: 2px solid #fff; border-radius: 0;}
.nav-links .mobile-item{display: none;}
.nav-links .drop-menu{position: absolute; background: #fff; border-radius:10px; line-height: 45px;top: 65px; opacity: 0;visibility: hidden; padding:20px; box-shadow: 0px 0px 9px 5px rgba(0,63,146,0.1);-webkit-box-shadow: 0px 0px 9px 5px rgba(0,63,146,0.1);-moz-box-shadow: 0px 0px 9px 5px rgba(0,63,146,0.1);}
.nav-links li:hover .drop-menu, .nav-links li:hover .mega-box{transition: all 0.3s ease;top: 59px; opacity: 1; visibility: visible;}
.drop-menu li{padding: 0}
.drop-menu li a:hover{border-bottom: 2px solid transparent;}
.drop-menu li a{width: 100%; display: flex; padding: 0; line-height: 30px; font-weight: 400; border-radius: 0px; color:#041827; margin-bottom: 5px;}
.drop-menu li a:hover{color: #041827;text-decoration: underline;}
.drop-menu li a img{padding-right:10px;margin-top: -2px;}
.drop-menu_arrow {width: 95px; height: 2px; background: #fff; position: absolute; top: -2px; left: calc(50% - 45px); overflow: hidden;}
.second .drop-menu_arrow {width: 103px;}
.drop-menu.first{left: -90px; width: 294px;}
.drop-menu.second{width: 200px; left:-42px;}
.mega-box{ position: absolute; top: 65px; opacity: 0; visibility: hidden; left:-225px; width: 600px;}
.mega-box .content{background: #fff; padding-top: 20px; overflow:hidden; width: 100%; border-radius:10px;box-shadow: 0px 0px 9px 5px rgba(0,63,146,0.1); -webkit-box-shadow: 0px 0px 9px 5px rgba(0,63,146,0.1); -moz-box-shadow: 0px 0px 9px 5px rgba(0,63,146,0.1); margin: 0;}
.mega-box{left: -244px;}
.mega-box .content .row{line-height: 45px;}
.mega-box .row h6 img{width: 24px; margin-right: 10px;}
.desktop-item .arrow{width: 14px; margin-left: 8px; margin-bottom: 1px;}
.content .row img{width: 100%; height: 100%; object-fit: cover;}
.content .row h6,.content .row .sbMenu{color: #021826; display:flex; text-transform: uppercase;margin-bottom: 10px; padding-bottom: 5px; font-size: 14.5px;line-height: 28px; font-weight: 500; }
.nav-links .content .row h6,.nav-links .content .row .sbMenu{ border-bottom: 3px solid #061927; }
.content .row {margin: 0 5px;}
.mega-links {margin-left:0px;}
.row .mega-links li{padding: 0; line-height: 28px; }
.row .mega-links li a{padding: 0px; color: #041827;display: block;  margin-bottom: 5px;}
.drop-menu li:last-child a, .row .mega-links li:last-child a{margin-bottom: 0;}
.row .mega-links li a:hover{color: #041827; text-decoration: underline;}
.btn{display: inline-block;transition-duration: 0.2s; transition-property: transform;}
/*.btn:hover{transform: scale(1.05);}*/
.btn.focus, .btn:focus{box-shadow:none!important;}
.main-btn{background: #2e4acd; color: #fff; height: 50px; min-width: 150px; padding: 13px 25px;transition: 0.3s; border-radius: 25px;}
.main-btn:hover{color: #041827; background:#fff;}
.btn-free-consulting{display: block; color: red;}
.hire-team-box{background: url(../img/hire-team-bg.png) left top;width: 100%; height: 82px;padding-top: 18px;}
.know-more-btn{background: #fff; color: #3A3A3C; font-size: 16px;box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);height: 40px; width: 140px; padding: 9px!important;}
#nav-icon1{display:none;}
.mega-box li a:hover{border-bottom: 2px solid transparent;}
/*scroll menu css*/
.mandatory-text{color:#fff; position: absolute; bottom: 0; height:20px; background:hsl(358,62%,52%);font-size: 12px; padding: 0px 10px; border-radius: 6px; z-index:1;}
header.animation {top:-90px;transition: all 0.2s ease; }
header.scrolled {position: fixed; top:0!important;background: #fff;transition: all 0.2s ease;box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}
.logo.scroll{display: none;}
header.animation .logo.scroll{display: block;}
header.animation .logo{display: none;}
header.scrolled nav .wrapper{height: 90px!important;}
header.scrolled .main-btn:hover{background: #041827; color: #fff;}
header.scrolled .nav-links li a{color: #041827;}
header.scrolled .nav-links li a:hover {}
header.scrolled .drop-menu_arrow{background: #041827;}
header.scrolled .drop-menu li a:hover{border-bottom: 2px solid transparent;}
header.scrolled .mega-box li a:hover{border-bottom: 2px solid transparent;}
header.scrolled .desktop-item .arrow{filter:contrast(0%);}
header.scrolled #nav-icon1 span{background:#041827}
/*end scroll menu css*/
/*responsive menu css*/
@media screen and (max-width: 991px) {
  .wrapper .right-menu{position: fixed;height: 100vh; width: 100%; max-width: 320px; top: 0; left: -100%; background: rgba(0, 0, 0, .95); display: block; padding: 30px 10px 15px 10px; line-height: 50px; overflow-y: auto; box-shadow: 0px 15px 15px rgba(0,0,0,0.18); transition: all 0.3s ease;}
  .right-menu{margin-top: 0px;}
  .mobile-item .arrow{width: 12px; margin-left: 8px; margin-bottom: 1px;}
  .right-menu .main-btn{margin-left: 15px!important;}
  .right-menu .nav-links li{margin: 0px;}
  .right-menu .nav-links li a{padding: 0;}
  .nav-links li a {color: #fff;border-bottom: none}
  .nav-links li a:hover {color: #fff; border-bottom: none;}
  .right-menu .nav-links li.position-relative a{padding: 0 20px; color:#041827;}
  .right-menu .nav-links .drop-menu{position: static;opacity: 1; top: 65px; visibility: visible; padding: 0px; width: 100%; max-height: 0px;overflow: hidden; box-shadow: none;transition: all 0.3s ease;}
  .right-menu .drop-menu li{margin:0;}
  .right-menu .drop-menu .mob-pt{padding-top:15px!important;}
  .right-menu .drop-menu li:last-child{padding-bottom:15px!important;}
	#showDrop:checked ~ .drop-menu, #showDropSecond:checked ~ .drop-menu, #showHire:checked ~ .drop-menu, #showMega:checked ~ .mega-box {max-height: 100%;}
  .right-menu .nav-links .desktop-item{display: none;}
  .right-menu .nav-links .mobile-item{display: block; color: #f2f2f2; cursor: pointer;border-radius: 5px; transition: all 0.3s ease;}
  .wrapper .nav-links{flex-direction: column;width:100%;}
  .drop-menu li{ margin: 0;}
  .drop-menu li a{ border-radius: 5px; }
  .mega-box{ position: static; top: 65px; opacity: 1; visibility: visible; width:auto; padding: 0; max-height: 0px; overflow: hidden; transition: all 0.3s ease;}
  .mega-box .content{box-shadow: none; flex-direction: column; padding: 0px }
  .content .row{margin:0; padding:15px 15px 10px   15px;}
  .mega-box .content .col-lg-3.col-md-12{padding: 0;}
  .row .mega-links li{ margin: 0;}
  .row .mega-links li a{ padding: 0!important;}
  .content .row .col-4{width:100%; padding:0; max-width: 100%;margin-bottom: 10px;flex:100%;}
  .content .row header{border-bottom: 1px solid #041827;font-weight: 500;}
  .hire-team-box {padding:0;height: 154px;}
  .hire-team-box .row .col-8{width:100%; padding:0; max-width: 100%;margin-bottom: 10px;flex:100%;}
  .open-menu{left: 0!important;}
  .drop-menu_arrow{display:none;}
  #nav-icon1{display:block;}
  #nav-icon1 {width: 30px;height: 25px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out;cursor: pointer;}
  #nav-icon1 span{display: block; position: absolute; height: 3px; width: 100%; background: #fff; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
  #nav-icon1 span:nth-child(1) {top: 0px; width: 22px;}
  #nav-icon1 span:nth-child(2) {top: 10px;}
  #nav-icon1 span:nth-child(3) {top: 20px; width: 15px;}
  #nav-icon1.open span:nth-child(1) {top: 10px;-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg); width: 100%;}
  #nav-icon1.open span:nth-child(2) {opacity: 0;left: 50px;}
  #nav-icon1.open span:nth-child(3) {top: 10px;-webkit-transform: rotate(-135deg);-moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); width: 100%;}
  .mm-0{margin:0!important;}
  .services-btn{width:calc(100% - 20px); margin: 0 10px;}
  nav .wrapper{height: 80px;}
  .know-more-btn{width:100%;}
  .top-menu-paddind {padding-top: 90px!important;}
  .drop-menu.second{margin-bottom: 8px;}
  .right-menu.open-menu .main-btn{min-width:calc(100% - 30px);}
  header.scrolled nav .wrapper {height: 80px;}
  header.scrolled .nav-links li a {color: #fff;}
  header.scrolled .nav-links li a:hover{border-bottom: transparent;}
  header.scrolled .main-btn:hover {background: #fff; color: #041827;}
}
/*end responsive menu css*/
#toTopBtn {position: fixed; bottom: 26px; right: 39px; z-index: 98; padding: 21px; background-color: rgba(5, 24, 39, .8);border-top-left-radius: 10px;border-top-right-radius: 0px; border-bottom-right-radius: 10px; border-bottom-left-radius: 0px;}
.js .cd-top--fade-out { opacity: .5}
.js .cd-top--is-visible { visibility: visible;  opacity: 1}
.js .cd-top { visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s, background-color .3s}
.cd-top {display: none;height: 40px; width: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;background: url("../img/cd-top-arrow.svg") no-repeat center 50%;}
.top-head-bg{ width: 100%; z-index: 1; padding-bottom: 60px;border-bottom-left-radius: 125px;}
.top-menu-paddind{padding-top: 110px;}
.headtext{margin-bottom: 20px; margin-top:50px;position: relative; z-index: 1;color: #fff;}
.headsubtext{margin-bottom:30px;}
.btn-transparent{background: transparent!important; border: 1px solid #fff; font-weight: 500;}
.btn-transparent:hover{background: #fff!important;}
.welcome .background{background: #f1f3f9;border-bottom-right-radius: 125px;}
.welcome .background::before{content: '';background: #f1f3f9; position: absolute;top: -30%;width: 50%; left: 0; height: 130%;}
.flex-col-row{display: flex;}
.flex-col-5{width: 20%;}
.bottom-line{width: 20px; height: 3px; background: #041827;}
.services-box{padding: 40px; border-radius: 30px; margin-top:40px; background: #fff;}
.services-box.c-one{background: #dee3ff; }
.services-box.c-two{background: #feefd9; }
.services-box.c-three{background: #feeaea; }
.services-box.c-four{background: #e4f8db; }
#testimonials .services-icon{width: 80px; height: 80px; background: #fff; border-radius: 50%; margin-top: -80px;margin-bottom:20px}
.border-5 { border-left: 5px solid #051927 }
.ml-60 { margin-left: 60px; }
.pl-30 { padding-left: 30px; }
.ml-95 { margin-left: 95px; }
#testimonials .services-icon img{width: 86%!important; margin: 7%;}
.see-more-arrow{color: #041827; font-weight: 400;display: inline-block;position: relative;}
.see-more-arrow:hover{text-decoration: none;color: #041827; }
.see-more-arrow:hover::after{width: 0; }
.see-more-arrow::after{content: ''; width: 100%;  height: 2px;  background: #041827;  display: block;  transition: all 0.2s ease-in;}
.see-more-arrow::before{content: ''; background: url(../img/arrow.svg) center center no-repeat; width: 10px; height: 12px; display: block; position: absolute; top: 6px; right: -18px;}
.owl-nav{text-align: right; margin-top: 30px;}
.owl-next span{background: url(../img/arrow.svg) center center no-repeat!important; font-size: 0;width: 21px; height: 21px; display: block; margin: auto;}
.owl-prev span{background: url(../img/arrow.svg) center center no-repeat!important; font-size: 0;width: 21px; height: 21px; display: block; margin: auto; transform: rotate(180deg);}
.owl-next, .owl-prev {border: 1px solid #041827!important; width: 60px; height: 60px; border-radius: 50%;transition: all 0.2s ease-in;}
.owl-prev{margin-right: 20px;}
.owl-next:hover, .owl-prev:hover{background: #f1f3f9!important;}
button:focus{outline: none;}
.people-say{position: relative; z-index: 1;;}
.testimonials-bg{position: relative;}
.testimonials-bg::before{content: ''; background: #f1f3f9;position: absolute; width: 100%; height: 70%; left: -100%;}
.testimonials-bg::after{content: ''; background: #f1f3f9;position: absolute; width: 80%; height: 70%; left: 0; top: 0; border-top-right-radius: 125px;}
#testimonials .services-icon {width: 80px; height: 80px; background: #fff; border-radius: 50%; margin-top: -80px;margin-bottom:20px}
#testimonials .services-icon {background: #f1f3f9!important;}
#testimonials .services-icon img{ width: 60%!important;   margin: auto; padding-top: 10px;}
.btn-white{background: transparent!important; border: 1px solid #041827; font-weight: 500; color: #041827;}
.btn-white:hover{color: #fff; background: #041827!important;}
.work-with-us{display: flex; flex-wrap: wrap;}
.work-box{width: calc(50% - 5px); background: #f1f3f9;padding: 20px 25px;}
.work-box div p{padding-left: 50px;}
.work-box div img{width: 35px; position: absolute;}
.work-box.one{margin-right: 10px;margin-bottom: 10px; border-bottom-right-radius: 50px;}
.work-box.two{margin-bottom: 10px;border-bottom-left-radius: 50px;}
.work-box.three{margin-right: 10px;margin-bottom: 10px;border-top-right-radius: 50px;}
.work-box.four{margin-bottom: 10px;border-top-left-radius: 50px;}
#insights a:hover{text-decoration: none; transition: all .2s ease;}
#insights a:hover .darkBlue{color: #000;transition: all .2s ease;}
.insights-img{border-radius: 15px; overflow: hidden; height: 200px;}
.insights-img img{display: block;}
.case-studies-img{border-radius: 20px; color: #fff; overflow: hidden;}
.case-studies-img.one{background: url(../img/case-studies-img-1.webp) center center no-repeat;}
.case-studies-img.two{background: url(../img/case-studies-img-2.webp) center center no-repeat;}
.case-studies-img a{color: #fff; padding: 40px; display: block; background: rgba(0, 0, 0, .35);transition: all .2s ease; cursor: pointer;}
.case-studies-img a:hover{color: #fff;text-decoration: none;background: rgba(0, 0, 0, 0);}
.case-studies-text-space{margin-bottom: 150px;}
.case-studies-img h3::after{content: '';background: url(../img/text-arrow.svg) center center no-repeat!important; width: 20px; height: 20px; position: absolute; margin-top: 8px; margin-left: 10px;}
.case-studies::before{content: ''; background: #f1f3f9;position: absolute; width: 270px; height: 110%; right: 0; top: 0px;border-top-left-radius: 125px;border-bottom-left-radius: 125px;}
.case-studies::after{content: ''; background: #f1f3f9;position: absolute; width: 100%; height: 110%; right: -100%; top: 0px;}
.case-studies, .expertise{position: relative;}
.expertise::before{content: ''; background: #f1f3f9;position: absolute; width: 330px; height: 100%; left: 0; top: 0px;border-top-right-radius: 125px;border-bottom-right-radius: 125px;}
.expertise::after{content: ''; background: #f1f3f9;position: absolute; width: 100%; height: 100%; right: 100%; top: 0px;}
.estimate-project-box{background: #2e4acd; border-radius: 20px; padding: 30px; color: #fff;}
.btn-white-bg{background: #fff; color: #2e4acd; border: none;font-weight: 500;}
.btn-white-bg:hover{background: #041827; color: #fff; }
.estimate-project-box img{width: 50px; margin-bottom: 10px;}
/*tab*/
.expertise-tab{display: flex;}
.expertise-tab .tab-nav{width: 215px;}
.expertise-tab .nav-link.active {background: #fff; border-top-left-radius: 30px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 30px; color: #041827;}
.expertise-tab .nav-link.active:hover{color: #041827;}
.expertise-tab .nav-link.active::after{content: '';background: url(../img/arrow.svg) center center no-repeat!important; width: 14px; height: 18px; position: absolute; margin-top: -9px; top:50%; margin-left: 14px;}
.expertise-tab .nav-link {padding: 18px 36px; font-size: 24px; font-weight: 400; color: #83898d; }
.expertise-tab .nav-link:hover {color: #83898d; }
.tab-detail{width: calc(100% - 215px);}
.tab-content .tab-cover{padding: 20px 0 20px 20px; width: 100%;display: flex;  flex-wrap: wrap;}
.tab-img{width: 33.3333%;text-align: center;padding: 20px;}
.tab-img img{height: 70px; margin-bottom: 10px;}
/*end tab*/
.form-box{background: #041827; border-radius: 25px; padding: 80px 0;}
.form{display: flex;}
.form-input{width: 68%;}
.what-next{width:32%}
.form-group {margin-bottom: 30px;}
.form-control{height: 60px; color: #fff;  background-color:transparent; border: none; border-bottom: 1px solid #fff; border-radius: 0; padding: 0; font-weight: 400;resize:none}
.form-control:focus{box-shadow:none;background-color:transparent; border: none; border-bottom: 1px solid #fff;color: #fff;}
.mandatory-text{display: none;}
.number-list{display: flex;}
.number{width: 30px; height: 30px; background: #0b2538; border-radius: 50%; padding: 4px; text-align: center; margin-right: 20px;z-index: 1;}
.number::after{content: ''; position: relative; width: 2px; height: 50px; display: block; background: #0b2538; left: 10px;}
.number-list p {width: calc(100% - 50px);}
.last .number::after{display: none;}
.checkbox{margin-top: 6px;}
.checkbox .form-group {display: block; margin-bottom: 15px;}
.checkbox .form-group input {padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer;}
.checkbox .form-group label {position: relative; color: #fff; cursor: pointer;}
.checkbox .form-group label:before {content:''; -webkit-appearance: none; background-color: #fff; border-radius: 4px; border: none; padding: 10px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; height: 23px; width: 23px;}
.checkbox .form-group input:checked + label:after {content: ''; display: block; position: absolute; top: 2px; left: 8px; width: 8px; height: 17px; border: solid #041827; border-width: 0 3px 3px 0; transform: rotate(45deg);}
.owl-dots{display:flex;justify-content: center; margin: 0; margin-top: -30px; width: calc(100% - 160px);margin-bottom: 30px;}
.owl-dot {width: 100%; height: 1px; margin:0; background: #e2e2e2!important; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px;transition: 0.3s;}
.owl-dot.active{background: #041827!important;transition: 0.3s; width: 60%; height: 3px; margin: 0; border-radius: 0;margin-top: -1px;}
.industries-box{display: flex;}
.industries-box .items:last-child{margin-right: 0!important;}
.items{border-radius: 20px; display: block; height: 550px; width: 11.1%;overflow: hidden; margin-right: 1.5%;display: flex; align-items: flex-end;-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;	-o-transition: all 500ms ease-in-out;	transition: all 500ms ease-in-out;cursor: pointer; position: relative;}
.img-01{background: url(../img/industries-01.webp) center center no-repeat;}
.img-02{background: url(../img/industries-02.webp) center center no-repeat;}
.img-03{background: url(../img/industries-03.webp) center center no-repeat;}
.img-04{background: url(../img/industries-04.webp) center center no-repeat;}
.img-05{background: url(../img/industries-05.webp) center center no-repeat;}
.img-06{background: url(../img/industries-06.webp) center center no-repeat;}
.img-07{background: url(../img/industries-07.webp) center center no-repeat;}
.img-text{padding: 40px; position: relative;}
.img-text {position:absolute; transform-origin: bottom left; left: 132px; -webkit-transition: all 500ms ease-in-out;	-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;	-o-transition: all 500ms ease-in-out;	transition: all 500ms ease-in-out; transform: rotate(-90deg);}
.img-text p {opacity: 0; height: 0; margin-bottom: 0; -webkit-transition: all 500ms ease-in-out;	-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;	-o-transition: all 500ms ease-in-out;	transition: all 500ms ease-in-out;}
.img-text h3{white-space: nowrap; }
.slide--expanded{width: 40%;-webkit-transition: all 500ms ease-in-out;	-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;	-o-transition: all 500ms ease-in-out;	transition: all 500ms ease-in-out;}
.slide--expanded .img-text p{opacity: 1; margin: 0; height: auto;}
.slide--expanded .img-text{position:relative; transform: rotate(0deg);position: inherit;left: 0; bottom: 0; transform-origin: left bottom;}
.slide--expanded .img-text h3 { margin-bottom: 10px; }

/*clutch rating*/
.clutch-rating{display: flex;justify-content: flex-end;align-items: center;}
.clutch-logo{margin-right: 10px; height: 37px;}
.rating-box{display: flex; flex-direction: column;}
.sg-rating {align-items: center; display: inline-flex; flex-wrap: wrap}
.sg-rating .sg-rating__number {color: #e62415;font-weight: 500;line-height: 26px;line-height: inherit;margin: 0 10px 0 0}
.sg-rating .sg-rating__stars {background: linear-gradient(90deg,var(--sgStarsBackground,#fff) 4%,var(--sgStarsColor,var(--sgRatingColor,#e62415)) 4% calc(var(--sgStarsRating, 0%) + var(--sgStarsSize, 16px)/8 + .5px - var(--sgStarsSize, 16px)/16),var(--sgStarsBackground,#fff) calc(var(--sgStarsRating, 0%) - var(--sgStarsSize, 16px)/16));height: calc(var(--sgStarsSize, 16px) - 4px);margin-right: calc(var(--sgStarsSize, 16px)/-8);position: relative;text-decoration: none;transform: translateX(calc(var(--sgStarsSize, 16px)/-8));width: calc(var(--sgStarsSize, 16px)*5 + var(--sgStarsSize, 16px)/8*5 - .5px)}
.sg-rating .sg-rating__stars:after,.sg-rating .sg-rating__stars:before {content: "";display: block;height: calc(100% + var(--sgStarsSize, 16px)*.125*2);left: 0;-webkit-mask-position: center;mask-position: center;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: 100% 100%;mask-size: 100% 100%;position: absolute;top: 0;transform: translate(calc(var(--sgStarsSize, 16px)/8),calc(var(--sgStarsSize, 16px)/-8));width: calc(var(--sgStarsSize, 16px)*5 + var(--sgStarsSize, 16px)/8*4)}
.sg-rating .sg-rating__stars:before {background-color: var(--sgStarsColor,var(--sgRatingColor,#e62415));
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 451 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m40.96 58.775 17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.61 18.695-20.21 1.823L28.54 49.347l-4.524 20.157L40.96 58.775ZM3.147 28.522a3.366 3.366 0 0 0-1.835.765A3.62 3.62 0 0 0 .177 30.98a3.78 3.78 0 0 0-.062 2.068c.172.681.53 1.295 1.03 1.765l18.916 17.212-5.73 25.527a3.778 3.778 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67a3.35 3.35 0 0 0 1.897.679 3.333 3.333 0 0 0 1.938-.54L40.98 67.862l21.678 13.596c.58.353 1.245.523 1.915.487a3.354 3.354 0 0 0 1.858-.69 3.602 3.602 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.547 3.547 0 0 0-1.15-1.717 3.293 3.293 0 0 0-1.874-.735L53.89 26.28 44.156 2.2A3.58 3.58 0 0 0 42.883.6 3.341 3.341 0 0 0 40.98 0a3.34 3.34 0 0 0-1.903.6 3.582 3.582 0 0 0-1.273 1.599L28.001 26.28 3.147 28.522ZM133.21 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729ZM95.397 28.522a3.366 3.366 0 0 0-1.835.765 3.62 3.62 0 0 0-1.135 1.693 3.78 3.78 0 0 0-.062 2.068c.172.681.53 1.295 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L146.14 26.28 136.406 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM409.96 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L422.89 26.28 413.156 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM317.71 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L330.64 26.28 320.906 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM225.46 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L238.39 26.28 228.656 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242Z' fill='%23E62415'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 451 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m40.96 58.775 17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.61 18.695-20.21 1.823L28.54 49.347l-4.524 20.157L40.96 58.775ZM3.147 28.522a3.366 3.366 0 0 0-1.835.765A3.62 3.62 0 0 0 .177 30.98a3.78 3.78 0 0 0-.062 2.068c.172.681.53 1.295 1.03 1.765l18.916 17.212-5.73 25.527a3.778 3.778 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67a3.35 3.35 0 0 0 1.897.679 3.333 3.333 0 0 0 1.938-.54L40.98 67.862l21.678 13.596c.58.353 1.245.523 1.915.487a3.354 3.354 0 0 0 1.858-.69 3.602 3.602 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.547 3.547 0 0 0-1.15-1.717 3.293 3.293 0 0 0-1.874-.735L53.89 26.28 44.156 2.2A3.58 3.58 0 0 0 42.883.6 3.341 3.341 0 0 0 40.98 0a3.34 3.34 0 0 0-1.903.6 3.582 3.582 0 0 0-1.273 1.599L28.001 26.28 3.147 28.522ZM133.21 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729ZM95.397 28.522a3.366 3.366 0 0 0-1.835.765 3.62 3.62 0 0 0-1.135 1.693 3.78 3.78 0 0 0-.062 2.068c.172.681.53 1.295 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L146.14 26.28 136.406 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM409.96 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L422.89 26.28 413.156 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM317.71 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L330.64 26.28 320.906 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM225.46 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L238.39 26.28 228.656 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242Z' fill='%23E62415'/%3E%3C/svg%3E")}
.sg-rating .sg-rating__stars:after {background-color: var(--sgStarsBackground,#fff);
-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 451 82" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M40.98 0H0v82h451V0H40.98Zm92.25 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.007.946 1.273 1.599l9.734 24.081 24.923 2.242c.686.043 1.342.3 1.875.735.539.438.94 1.036 1.149 1.717.209.68.217 1.412.022 2.097a3.556 3.556 0 0 1-1.113 1.742l-18.64 17.212 5.661 25.527c.145.686.096 1.4-.142 2.06a3.603 3.603 0 0 1-1.194 1.643 3.327 3.327 0 0 1-3.773.203L133.23 67.862l-21.471 13.596a3.334 3.334 0 0 1-1.938.54 3.351 3.351 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.779 3.779 0 0 1-.126-2.096l5.73-25.527-18.916-17.212a3.647 3.647 0 0 1-1.03-1.765 3.78 3.78 0 0 1 .062-2.068 3.62 3.62 0 0 1 1.135-1.693c.52-.434 1.16-.7 1.835-.765l24.854-2.242 9.803-24.08a3.58 3.58 0 0 1 1.273-1.6c.564-.39 1.226-.6 1.903-.6Zm92.25 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.007.946 1.273 1.599l9.734 24.081 24.923 2.242c.686.043 1.342.3 1.875.735.539.438.94 1.036 1.149 1.717.209.68.217 1.412.022 2.097a3.556 3.556 0 0 1-1.113 1.742l-18.64 17.212 5.661 25.527c.145.686.096 1.4-.142 2.06a3.603 3.603 0 0 1-1.194 1.643 3.327 3.327 0 0 1-3.773.203L225.48 67.862l-21.471 13.596a3.334 3.334 0 0 1-1.938.54 3.351 3.351 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.779 3.779 0 0 1-.126-2.096l5.73-25.527-18.916-17.212a3.651 3.651 0 0 1-1.03-1.765 3.777 3.777 0 0 1 .062-2.068 3.615 3.615 0 0 1 1.135-1.693c.521-.434 1.16-.7 1.835-.765l24.854-2.242 9.803-24.08a3.58 3.58 0 0 1 1.273-1.6c.564-.39 1.226-.6 1.903-.6Zm92.25 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.007.946 1.273 1.599l9.734 24.081 24.923 2.242c.686.043 1.342.3 1.875.735.539.438.94 1.036 1.149 1.717.209.68.217 1.412.022 2.097a3.556 3.556 0 0 1-1.113 1.742l-18.64 17.212 5.661 25.527c.145.686.096 1.4-.142 2.06a3.603 3.603 0 0 1-1.194 1.643 3.327 3.327 0 0 1-3.773.203L317.73 67.862l-21.471 13.596a3.334 3.334 0 0 1-1.938.54 3.351 3.351 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.779 3.779 0 0 1-.126-2.096l5.73-25.527-18.916-17.212a3.651 3.651 0 0 1-1.03-1.765 3.777 3.777 0 0 1 .062-2.068 3.615 3.615 0 0 1 1.135-1.693c.521-.434 1.16-.7 1.835-.765l24.854-2.242 9.803-24.08a3.58 3.58 0 0 1 1.273-1.6c.564-.39 1.226-.6 1.903-.6Zm92.25 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.007.946 1.273 1.599l9.734 24.081 24.923 2.242c.686.043 1.342.3 1.875.735.539.438.94 1.036 1.149 1.717.209.68.217 1.412.022 2.097a3.556 3.556 0 0 1-1.113 1.742l-18.64 17.212 5.661 25.527c.145.686.096 1.4-.142 2.06a3.603 3.603 0 0 1-1.194 1.643 3.327 3.327 0 0 1-3.773.203L409.98 67.862l-21.471 13.596a3.334 3.334 0 0 1-1.938.54 3.351 3.351 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.779 3.779 0 0 1-.126-2.096l5.73-25.527-18.916-17.212a3.651 3.651 0 0 1-1.03-1.765 3.777 3.777 0 0 1 .062-2.068 3.615 3.615 0 0 1 1.135-1.693c.521-.434 1.16-.7 1.835-.765l24.854-2.242 9.803-24.08a3.58 3.58 0 0 1 1.273-1.6c.564-.39 1.226-.6 1.903-.6Zm-369 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.008.946 1.273 1.599L53.89 26.28l24.923 2.242c.686.043 1.342.3 1.875.735.54.438.94 1.036 1.15 1.717.208.68.216 1.412.021 2.097a3.557 3.557 0 0 1-1.113 1.742l-18.64 17.212 5.66 25.527c.145.686.097 1.4-.14 2.06a3.603 3.603 0 0 1-1.195 1.643 3.328 3.328 0 0 1-3.773.203L40.98 67.862 19.51 81.458a3.334 3.334 0 0 1-1.939.54 3.35 3.35 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.778 3.778 0 0 1-.126-2.096l5.73-25.527L1.145 34.813a3.648 3.648 0 0 1-1.03-1.765 3.778 3.778 0 0 1 .062-2.068 3.62 3.62 0 0 1 1.135-1.693c.52-.434 1.16-.7 1.835-.765l24.854-2.242L37.804 2.2A3.582 3.582 0 0 1 39.077.6 3.34 3.34 0 0 1 40.98 0Z" fill="%23fff"/></svg>');
mask-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 451 82" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M40.98 0H0v82h451V0H40.98Zm92.25 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.007.946 1.273 1.599l9.734 24.081 24.923 2.242c.686.043 1.342.3 1.875.735.539.438.94 1.036 1.149 1.717.209.68.217 1.412.022 2.097a3.556 3.556 0 0 1-1.113 1.742l-18.64 17.212 5.661 25.527c.145.686.096 1.4-.142 2.06a3.603 3.603 0 0 1-1.194 1.643 3.327 3.327 0 0 1-3.773.203L133.23 67.862l-21.471 13.596a3.334 3.334 0 0 1-1.938.54 3.351 3.351 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.779 3.779 0 0 1-.126-2.096l5.73-25.527-18.916-17.212a3.647 3.647 0 0 1-1.03-1.765 3.78 3.78 0 0 1 .062-2.068 3.62 3.62 0 0 1 1.135-1.693c.52-.434 1.16-.7 1.835-.765l24.854-2.242 9.803-24.08a3.58 3.58 0 0 1 1.273-1.6c.564-.39 1.226-.6 1.903-.6Zm92.25 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.007.946 1.273 1.599l9.734 24.081 24.923 2.242c.686.043 1.342.3 1.875.735.539.438.94 1.036 1.149 1.717.209.68.217 1.412.022 2.097a3.556 3.556 0 0 1-1.113 1.742l-18.64 17.212 5.661 25.527c.145.686.096 1.4-.142 2.06a3.603 3.603 0 0 1-1.194 1.643 3.327 3.327 0 0 1-3.773.203L225.48 67.862l-21.471 13.596a3.334 3.334 0 0 1-1.938.54 3.351 3.351 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.779 3.779 0 0 1-.126-2.096l5.73-25.527-18.916-17.212a3.651 3.651 0 0 1-1.03-1.765 3.777 3.777 0 0 1 .062-2.068 3.615 3.615 0 0 1 1.135-1.693c.521-.434 1.16-.7 1.835-.765l24.854-2.242 9.803-24.08a3.58 3.58 0 0 1 1.273-1.6c.564-.39 1.226-.6 1.903-.6Zm92.25 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.007.946 1.273 1.599l9.734 24.081 24.923 2.242c.686.043 1.342.3 1.875.735.539.438.94 1.036 1.149 1.717.209.68.217 1.412.022 2.097a3.556 3.556 0 0 1-1.113 1.742l-18.64 17.212 5.661 25.527c.145.686.096 1.4-.142 2.06a3.603 3.603 0 0 1-1.194 1.643 3.327 3.327 0 0 1-3.773.203L317.73 67.862l-21.471 13.596a3.334 3.334 0 0 1-1.938.54 3.351 3.351 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.779 3.779 0 0 1-.126-2.096l5.73-25.527-18.916-17.212a3.651 3.651 0 0 1-1.03-1.765 3.777 3.777 0 0 1 .062-2.068 3.615 3.615 0 0 1 1.135-1.693c.521-.434 1.16-.7 1.835-.765l24.854-2.242 9.803-24.08a3.58 3.58 0 0 1 1.273-1.6c.564-.39 1.226-.6 1.903-.6Zm92.25 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.007.946 1.273 1.599l9.734 24.081 24.923 2.242c.686.043 1.342.3 1.875.735.539.438.94 1.036 1.149 1.717.209.68.217 1.412.022 2.097a3.556 3.556 0 0 1-1.113 1.742l-18.64 17.212 5.661 25.527c.145.686.096 1.4-.142 2.06a3.603 3.603 0 0 1-1.194 1.643 3.327 3.327 0 0 1-3.773.203L409.98 67.862l-21.471 13.596a3.334 3.334 0 0 1-1.938.54 3.351 3.351 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.779 3.779 0 0 1-.126-2.096l5.73-25.527-18.916-17.212a3.651 3.651 0 0 1-1.03-1.765 3.777 3.777 0 0 1 .062-2.068 3.615 3.615 0 0 1 1.135-1.693c.521-.434 1.16-.7 1.835-.765l24.854-2.242 9.803-24.08a3.58 3.58 0 0 1 1.273-1.6c.564-.39 1.226-.6 1.903-.6Zm-369 0a3.33 3.33 0 0 1 1.903.6c.565.39 1.008.946 1.273 1.599L53.89 26.28l24.923 2.242c.686.043 1.342.3 1.875.735.54.438.94 1.036 1.15 1.717.208.68.216 1.412.021 2.097a3.557 3.557 0 0 1-1.113 1.742l-18.64 17.212 5.66 25.527c.145.686.097 1.4-.14 2.06a3.603 3.603 0 0 1-1.195 1.643 3.328 3.328 0 0 1-3.773.203L40.98 67.862 19.51 81.458a3.334 3.334 0 0 1-1.939.54 3.35 3.35 0 0 1-1.897-.68 3.595 3.595 0 0 1-1.217-1.67 3.778 3.778 0 0 1-.126-2.096l5.73-25.527L1.145 34.813a3.648 3.648 0 0 1-1.03-1.765 3.778 3.778 0 0 1 .062-2.068 3.62 3.62 0 0 1 1.135-1.693c.52-.434 1.16-.7 1.835-.765l24.854-2.242L37.804 2.2A3.582 3.582 0 0 1 39.077.6 3.34 3.34 0 0 1 40.98 0Z" fill="%23fff"/></svg>')}
.sg-rating_reviews{color: #82838b;}
.sg-rating_reviews:hover{color: #82838b;}
/*end clutch rating*/

/*footer css*/
.footer-bg{background:#f1f3f9; position: relative;}
.footer-left-right{position: relative;}
.footer-left-right::after{content: ''; z-index: -1; background:#f1f3f9;left: 90%;top: 20%;  width: 100%;  position: absolute; height: 80%; }
.footer-left-right::before{content: ''; z-index: -1; background:#f1f3f9;left: -150px; top: 20%;  width: 170px;  position: absolute; height: 80%; border-top-left-radius: 125px;}
.footer-top{padding: 40px 0 20px;}
.head-text{font-size:14px; color:#666c71;margin-bottom: 5px; min-height: 24px; font-weight: 400; text-transform: uppercase;}
.footer-links li a{font-size:14px; line-height:28px; color:#071C35; display: block; margin-bottom: 5px;}
.footer-logo {margin-bottom: 15px;}
.footer-logo img{width:170px;}
.details .link{color: #071C35;}
.details img{width: 20px; position: absolute;}
.details p{font-size:14px; color:#071C35; text-align:left; line-height: 24px;position:relative;padding-left: 30px; margin-bottom: 8px;}
.policy-link{font-size:14px; color:#041827; text-align:left; line-height: 22px;}
.policy-link li{display:inline-block; padding: 0 5px;}
.policy-link li a{color:#041827;}
.footer-border{border-top:1px solid #ddd;}
.social-icon{text-align: right;}
.social-icon li{display:inline-block; padding: 0 5px;}
.social-icon a{display:block; height: 22px; width: 22px;}
.social-icon a img{height: 22px;}
.expertise-link{display: flex;}
.expertise-link .footer-links{width: 50%;}
/*end footer css*/

/*about page*/
.top-about-bg{width: 100%; z-index: 1; padding-bottom: 50px;border-bottom-left-radius: 125px;}
.about-left-img{margin-left: -13%; width: 110%;}
.img-mask{border-top-left-radius: 0px; border-top-right-radius: 30px;  border-bottom-right-radius: 0px; border-bottom-left-radius: 30px; overflow: hidden; }
.img-mask img{width: 100%; object-fit: cover;}
.what-does-bg::before{content: ''; background: #f1f3f9;position: absolute; width: 25%; height: 60%; left: 0; top: 0px;border-top-right-radius: 125px;border-bottom-right-radius: 125px;}
.what-does-bg::after{content: ''; background: #f1f3f9;position: absolute; width: 100%; height: 60%; right: 100%; top: 0px;}
.top-border-box{border-top: 2px solid #041827; padding: 15px 0 23px 0; position: relative;}
.top-border-box span{background: #041827; width: 30%; height: 2px; display: block; position: absolute;  top: 0;}
.top-border-box:last-child{padding-bottom: 0;}
.left-border-box{border-left: 4px solid #041827; padding: 0 40px;}
/*end about*/

/*angular page*/
.top-angular-bg{background: url(../img/angular-top-header.webp) center bottom no-repeat; background-size: cover; width: 100%; z-index: 1; padding-bottom: 50px;border-bottom-left-radius: 125px;}
.book-consultation{background: #2e4acd; border-radius: 20px; padding: 30px 40px; color: #fff; display: flex;align-items: center;}
.book-consultation .text{width: 70%;}
.book-consultation .button{ width: 30%; text-align: right;}
.experience-bg{position: relative;}
.experience-bg::before{content: ''; background: #f1f3f9;position: absolute; width: 100%; height: 70%; left: -100%;}
.experience-bg::after{content: ''; background: #f1f3f9;position: absolute; width: 80%; height: 70%; left: 0; top: 0; border-top-right-radius: 125px;}
.experience-box{background: #fff; padding: 20px; border-top: 5px solid #041827; margin-bottom: 25px; border-radius: 0 0 10px 10px;}
.zindex-1{position: relative;z-index: 1;}
.experience-bg .col-md-6 , .helpyou .col-md-6{display: flex;}
.helpyou-box{background: #f1f3f9; padding: 20px 20px 0; border-top-left-radius: 30px; margin-bottom: 25px;display: flex;flex-direction: column;}
.box{ border-left: 5px solid #041827; padding-left: 35px;}
.helpyou-box .box{padding-left: 15px;}
.card-header a{cursor: pointer;}
.card-header a:hover{color: #041827; text-decoration: none;}
.accordion>.card{border: none;}
.accordion>.card>.card-header,.accordion>.card>.scard>.card-header{background: transparent; padding: 25px 40px;position: relative;border-bottom: none; border-top: 2px solid #dddddd;}
.accordion>.card>.card-header:first-child,.border-none{border: none!important;}
.card-body{border-bottom: none;}
#faq-accordion .card-header::before{content: 'Q'; background: #041827;position: absolute; width: 30px; height: 30px; border-radius: 15px; left: 0; top: 22px; color: #fff; font-weight: 500;font-size: 22px; line-height: 25px; text-align: center; padding: 2px;transition: all .3s ease}
#faq-accordion .card-body{ padding: 5px 20px 20px 40px; position: relative;}
#faq-accordion .card-body::before{content: 'A'; background: #f1f3f9;position: absolute; width: 30px; height: 30px; border-radius: 15px; left: 0; top: 0px; color: #041827; font-weight: 500;font-size: 22px; line-height: 25px; text-align: center; padding: 3px;transition: all .3s ease}
.accordion .collapsed:after{content: 'Q'; background: #f1f3f9; position: absolute; width: 30px; height: 30px; border-radius: 15px; left: 0; top: 22px; color: #041827; font-weight: 500;font-size: 22px; line-height: 25px; text-align: center; padding: 2px;transition: all .3s ease}
.accordion .collapsed::before { display: none; }
/*end angular*/

/*career page*/
.top-career-bg{background: url(../img/career-top-header.webp) center bottom no-repeat; background-size: cover; width: 100%; z-index: 1; padding-bottom: 50px;border-bottom-left-radius: 125px;}
.career-accordion .card-header p span{font-weight: 400;}
.career-accordion .card-header {background: transparent; border-top:  2px solid #041827;border-bottom: none; padding: 25px 0;position: relative; cursor: pointer;}
.career-accordion .card{border: none;}
.career-accordion .card-body{border-bottom: none; padding: 5px 0 20px;}
.career-accordion .card-body ul{list-style: disc; margin-left: 40px;}
.career-accordion .card-header:first-child{border: none!important;}
.career-accordion .card-header.collapsed div::before,.career-accordion .card-header.collapsed a::before{content: ''; background: url(../img/arrow.svg) center center no-repeat!important; position: absolute; right: 0; top: 30px; width: 18px; height: 18px; display: block; transform: rotate(90deg); transition: all .3s ease;}
.career-accordion .card-header div::before,.career-accordion .card-header a::before{content: ''; background: url(../img/arrow.svg) center center no-repeat!important; position: absolute; right: 0; top: 30px; width: 18px; height: 18px; display: block; transform: rotate(270deg);transition: all .3s ease;}
/*end career*/

/*contact page*/
.top-contact-bg{background: url(../img/contact-top-header.webp) center bottom no-repeat; background-size: cover; width: 100%; z-index: 1; padding-bottom: 50px;border-bottom-left-radius: 125px;}
.contact-us.footer-left-right::before, .contact-us.footer-left-right::after{top:0; height: 100%;}
.underline{color: #041827; font-weight: 400; display: inline-block;}
.underline:hover{color: #041827; text-decoration: none;}
.underline::after{content: ''; width: 100%;height: 2px;  background: #041827; display: block; margin-top: 2px;transition: all .2s ease;}
.underline:hover::after{width: 0;}
.contact-form-box{background: #f1f3f9; padding: 40px; border-top-left-radius: 0px; border-top-right-radius: 60px; border-bottom-right-radius: 0px; border-bottom-left-radius: 60px; margin-top: -290px; z-index: 1; position: relative;}
.contact-form-box .checkbox .form-group label{color: #041827;}
.contact-form-box .checkbox .form-group label:before{border: 1px solid #b8bcc6;}
.contact-form-box .checkbox {padding: 0;}
.contact-form-box .checkbox .form-group input:checked + label:after{border-color:#2e4acd;}
.contact-form-box .main-btn:hover{background: #041827; color: #fff;}
.contact-form-box .form-control{border-bottom: 2px solid #b8bcc6; color: #041827;}
.contact-form-box .form-control:focus{border-bottom: 2px solid #000000;}
.contact-what-next{padding: 30px 30px 0;}
.contact-what-next .number::after{display: none;}
.contact-checkbox{display: flex; width: 100%; padding: 0 15px;}
.contact-checkbox .button{width: 35%;}
.contact-checkbox .checkbox{width: 65%;}
.contact-details .link{color: #071C35;}
.contact-details img{width: 34px; position: absolute;}
.contact-details ul{margin-bottom: 20px;}
.contact-details li{color:#071C35; text-align:left; position:relative;padding-left: 50px; margin-bottom: 8px;}
.contact-details div{margin-bottom: 20px;}
.contact-details p{color:#071C35; text-align:left; position:relative;padding-left: 50px; margin-bottom: 8px;}
/*end contact page*/

/*mobile-app-development page*/
.top-app-development-bg{background: url(../img/app-development-top-header.webp) center bottom no-repeat; background-size: cover; width: 100%; z-index: 1; padding-bottom: 50px;border-bottom-left-radius: 125px;}
.software-use-wapper{display: flex;}
.software-box{width: 18%; margin-right: 2%;}
.software {background: #fff; padding: 20px; margin-bottom: 25px; border-radius: 10px;}
.software ul{list-style: inside;}
.software ul li{line-height: 2rem;}
.software-use::before, .software-use::after{height: 53%!important;}
.icon-karmsoft{text-align: center; margin-bottom: 30px;}
.icon-karmsoft img{height: 70px; margin-bottom: 10px;}
.icon-karmsoft p{margin-bottom: 0;}
.app-development-img .image{border-top-right-radius: 100px; overflow: hidden;width: 100%;}
.order-change .app-development-img .image{border-top-right-radius: 0px; border-top-left-radius: 100px; width: 100%;}
.app-development-img .image img{display: block;}
.development-text{padding: 50px; border-radius: 20px;;}
.development-text.one{background: #dee3ff;}
.development-text.two{background: #feefd9;}
.development-text.three{background: #e4f8db;}
.development-wepper{display: flex;align-items: flex-start;}
.development-wepper .box{width: 44%; margin-left: 4%;}
.w-80 { width: 80%; }
/* .order-change .col-md-5 .development-text{width: 125%;} */

.customized-app{width: 160%; position: relative; z-index: 1; padding: 100px 100px 70px; background: #f1f3f9; border-bottom-right-radius: 90px; border-top-left-radius: 90px; left: -100px;}
.customized-app-img .image{border-bottom-left-radius: 90px; border-top-right-radius: 0px; overflow: hidden;width: 195%; height: 745px; position: relative; margin-top: 35%;}
.customized-app-img .image img{height: 100%;} 
.customized-app .icon-karmsoft{background: #fff; padding: 20px; border-radius: 10px;}
.customized-app .icon-karmsoft img{height: 50px; margin-bottom: 8px;}
/*end mobile-app-development page*/

/*blog*/
.top-blog-bg{background: url(../img/blog-top-header.webp) center bottom no-repeat; background-size: cover; width: 100%; z-index: 1; padding-bottom: 50px;border-bottom-left-radius: 125px;}
.categories-menu{background: #f1f3f9; padding: 25px; border-top-right-radius: 30px; border-bottom-left-radius: 30px; margin-bottom: 30px;}
.categories-menu ul {list-style: inside;}
.categories-menu ul li {margin-bottom: 5px;}
.categories-menu ul {line-height: 1.7rem;}
.categories-menu ul a {color: #041827;}
.blog-img{border-radius: 15px; overflow: hidden; height: 200px;}
.blog-img img{display: block;}
.blog-link{padding-bottom: 50px; display: block; transition: all .3s ease;}
.blog-link:hover{text-decoration: none;}
.blog-link:hover h3{color: #000;}
.blog-details{overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; margin-top: 10px;}
.pagination.pagination-circle .page-item.active .page-link {border-radius: 50%; }
.pagination .page-item .page-link:hover {-webkit-transition: all .3s linear; transition: all .3s linear; border-radius: .125rem; background-color: #f1f3f9;}
.pagination.pg-blue .page-item.active .page-link:hover {background-color: #051927;}
.pagination .page-item.active .page-link {-webkit-transition: all .2s linear; transition: all .2s linear; border-radius: .125rem; background-color: #051927; color: #fff;}
.pagination .page-item .page-link {-webkit-transition: all .3s linear; transition: all .3s linear; outline: 0; border: 0; background-color: transparent; font-size: .9rem; color: #051927; font-weight:bold;}
.pagination.pagination-circle .page-item .page-link:hover {border-radius: 50%;}
.pagination.pagination-circle .page-item .page-link {margin-left: 3px; margin-right: 3px; border-radius: 50%;}
.page-link{border:none!important;    width: 30px;height: 30px; cursor: pointer; display: flex; align-items: center; justify-content: center;text-align: center;padding: 0;font-size: 14px!important;padding: 0px;font-weight: 400!important;}
.page-link .arrow, .page-link .double-arrow{height: 10px;}
.rotate180{transform: rotate(180deg);}
.page-item.disabled{opacity: 0.5;}
.welcome .main-btn:hover {background-color: #041827; color: #fff;}
.search-input { height: 50px; padding-left: 50px; padding-right: 160px; background:#fff url(../img/icon-search-line.svg) left 15px center no-repeat;}
.search-input:focus-visible { outline: none; }
.tag-btn.sm{background: #d8d8d8; padding: 4px 8px; color: #041827; font-weight:400; border-radius: 6px; margin-right: 5px; display: block;}
.tag-btn.sm:hover{color: #fff; background-color:#041827; text-decoration: none;}
.size-30px { height: 30px; width: 30px; overflow: hidden; }
.object-fit-cover { object-fit: cover; }
/*end blog*/
/*blog-details page*/
.logo.blogmenu{display: none;}
header.blogmenu .logo.scroll{display: block;}
header.blogmenu .logo{display: none;}
header.blogmenu nav .wrapper{height: 100px;}
header.blogmenu .main-btn:hover{background: #041827; color: #fff;}
header.blogmenu .nav-links li a{color: #041827;}
header.blogmenu .nav-links li a:hover {}
header.blogmenu .drop-menu_arrow{background: #041827;}
header.blogmenu .drop-menu li a:hover{border-bottom: 2px solid transparent;}
header.blogmenu .mega-box li a:hover{border-bottom: 2px solid transparent;}
header.blogmenu .desktop-item .arrow{filter:contrast(0%);}
header.blogmenu #nav-icon1 span{background:#041827}
.breadCrumb{color: #666c71; text-transform:uppercase; margin-top: 20px;}
.breadCrumb a{color: #666c71;}
.breadCrumb .arrow{height: 11px; padding: 0 10px; filter:contrast(0%);}
.blogheadtext{margin: 15px 0; position: relative; z-index: 1;color: #041827;}
.blogDate{color: #666c71; text-transform:uppercase; margin-bottom: 0px;}
.blogDate span{width: 6px; height: 6px; display: inline-block; background:#666c71; border-radius: 3px; margin: 3px 10px;}
.blogDetails{color: #041827;}
.blogDetails-img{border-radius: 10px; overflow: hidden; margin-bottom: 30px;max-height: 400px;}
.blogDetails-img img{display: block;}
.blogDetails h1, .blogDetails h3{margin-bottom: 20px; font-weight: 400;}
.blogDetails img{margin-bottom: 30px;}
.blogDetails p {margin-bottom: 30px;}
.blogDetails ul {list-style: disc; margin-left: 40px; margin-bottom: 30px;}
.blogDetails ul li { margin: 5px; }
.conclusion-text{background: #f1f3f9;padding: 30px 30px 0;border-top-left-radius: 30px; margin-bottom: 30px; display: flex; flex-direction: column;}
.conclusion h3{margin-bottom: 15px!important;}
.conclusion .box{padding-left: 20px!important;}
.conclusion .box p{margin-bottom: 15px!important;}
.conclusion .box p:last-child{margin-bottom: 30px!important;}
.share-this ul{list-style: none; display: flex; margin-left: 0; margin-bottom: 25px;}
.share-this ul li{margin-right: 5px;}
.share-this ul li img{height: 34px; width: 34px; margin: 0px!important;}
.share-tags{border-bottom: 1px solid #ddd; display: flex; justify-content: space-between;}
.share-tags p{margin-bottom: 10px!important;}
.share-this{width: 50%;}
.tags{width: auto;}
.tags ul{list-style: none; display: flex; margin-left: 0;}
.tag-btn{background: #041827; padding: 6px; color: #fff; font-weight: 400; border-radius: 6px; margin-right: 5px; display: block;}
.tag-btn:hover{color: #fff; text-decoration: none;}
#related-blog a .darkBlue{transition: all .2s ease;}
#related-blog a:hover{text-decoration: none;}
#related-blog a:hover .darkBlue{color: #000; }
.next-previous{display: flex;justify-content: space-between; padding: 25px 0;}
.previous, .next{width: 50%;}
.next{text-align: right;}
.previous .arrow {margin: 6px 10px 0 0; height: 12px;}
.next .arrow {margin: 6px 0 0 10px; height: 12px;}
.previous p, .next p{margin-bottom: 10px;}
.next-previous a{color: #051927;}
.develop-app-form {background: #f1f3f9; padding: 25px; border-top-right-radius: 30px; border-bottom-left-radius: 30px; margin-bottom: 20px;}
.develop-app-form .form-control {height: 44px; font-size: 16px;border-bottom: 1px solid #041827; border-bottom: 2px solid #b8bcc6; color: #041827;}
.develop-app-form textarea.form-control{height: auto;}
.develop-app-form .main-btn:hover{background: #041827; color: #fff;}
.desktop-develop-form{display: block;}
.mob-develop-form{display: none;}
/*end blog-details page*/

.opacity-70 { opacity: 0.7;}
.top-head-bg { min-height: 600px; }
.top-about-bg, .top-angular-bg, .top-contact-bg, .top-app-development-bg, .top-blog-bg, .top-career-bg { min-height: 400px; }

.cookie-policy { display: block; border-radius: 0; position: fixed; bottom: 0; top: auto; left: 0; right: 0; z-index: 999; max-width: 1400px; background-color: rgba(0,0,0,0.8); border-radius: 40px; }
a.clr-blue, a.clr-blue:hover{color: #1c7eff !important;}
.right-0{right: 0;}
.bottom-0{bottom: 0;}
.top-0{top: 0;}
.left-0{left: 0;}
.tech-icon { border-radius:0 60px 0 60px; background-color: #fff; padding: 25px 35px; right: 15px; }


.author-size-24 { height: 24px; width: 24px; }
.author-img { aspect-ratio: 1/1; object-fit: cover; border-radius:  0 16px; }

/* hire page */
.top-app-development-bg {
	/*background: url(../img/hire-top-header.webp) center bottom no-repeat;*/
	background-size: cover;
	width: 100%;
	z-index: 1;
	padding-bottom: 50px;
	border-bottom-left-radius: 125px;
}

.experience-bg.w-100::after {
	width: 100%;
}

.list-hiring-process {
	counter-reset: list-number;
}

	.list-hiring-process li {
		position: relative;
		display: flex;
		align-items: center;
		padding: 16px 24px 16px 70px;
		border-radius: 0 12px 0 12px;
		background-color: #f1f3f9;
		margin-bottom: 35px;
		counter-increment: list-number;
	}

		.list-hiring-process li:last-child {
			margin-bottom: 0;
		}

		.list-hiring-process li img {
			height: 50px;
			width: 50px;
			margin-right: 20px;
		}

		.list-hiring-process li::before {
			position: absolute;
			content: counter(list-number);
			top: 0;
			left: 0;
			background-color: #2e4acd;
			color: #fff;
			text-align: center;
			width: 40px;
			height: 40px;
			line-height: 40px;
			border-radius: 0 8px;
		}

#accelerate.owl-carousel .owl-stage {
	display: flex;
}

#accelerate .owl-item {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
/* end hire page */

/* author page */
.author-box {
	border-radius: 0 72px 0 72px;
	background-color: #f1f3f9;
}

.author-img2 {
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 0 48px;
}

.author-size-32 {
	height: 32px;
	width: 32px;
}

@media (max-width:991px){
  .h-below-lg-300px { 
    height: 300px !important;
  }
}

/*responsive css*/
@media (min-width: 1440px){
  .container{max-width: 1410px;}  
  
}
@media (max-width: 1440px){
  body {font-size: 15px; line-height: 23px;}
  .font15{font-size:14px; line-height:23px;}
	.font18{font-size:16px; line-height:24px;}
	.font20{font-size:17px; line-height:25px;}
	.font22{font-size:18px; line-height:26px;}
	.font24{font-size:22px; line-height:30px;}
	.font30{font-size:24px; line-height:34px;}
	.font36{font-size:30px; line-height:40px;}
	.font40{font-size:30px; line-height:40px;}
  .font45{font-size:35px; line-height:45px;}
  .font28{font-size:26px; line-height:34px;}
  .wrapper .logo a img{width: 200px;}
  .nav-links li a{font-size: 14px;} 
  .btn{font-size: 14px;} 
  .main-btn{height: 40px; min-width: 110px; padding: 9px 20px;}
  .img-text{left: 117px;}
  .contact-form-box{margin-top: -280px;}
  .expertise-tab .nav-link{font-size:20px;}
  .case-studies .left-text br{display: none;}
  .expertise::before{width: 280px;}
  .expertise-tab .tab-nav{    width: 190px;}
  .tab-detail {width: calc(100% - 190px);}
  .tab-img img {height: 60px;}
  .tab-img{padding: 15px;}
  .case-studies-img h3::after{margin-top: 6px;}
  .img-text h3{left: -53px;bottom: 120px;}
  .img-text{left: 114px;}
  .desktop-item .arrow {width: 12px;}
  .drop-menu_arrow {width: 86px;}
  .second .drop-menu_arrow {width: 93px;}
  .contact-checkbox{flex-direction: column;}
  .contact-checkbox .button{order: 2; width: 100%;}
  .contact-checkbox .checkbox{order: 1; width: 100%; margin-bottom: 30px;}
  .see-more-arrow::before{top: 5px;}
  .drop-menu.first{left: -75px; width: 260px;}
  .software-box{width: 20%; margin-right: 1.5%;}
  .customized-app .icon-karmsoft{margin-bottom: 20px;padding: 15px;}
  .customized-app {width: 170%;padding: 80px 100px 50px;}
  .customized-app-img .image{margin-top: 45%;height: 600px; }
  /* .app-development-img .image{height: 450px; } */
  .develop-app-form .form-control{font-size: 15px;}
  .blogDetails-img{max-height: 330px;}
  .top-head-bg { min-height: 500px; }
  .app-development-img .image{border-top-right-radius: 80px;}
  .order-change .app-development-img .image{border-top-right-radius: 0px; border-top-left-radius: 80px;}
}

@media (max-width:1199px){
  body {font-size: 14px; line-height: 22px;}
	.font16{font-size:14px; line-height:22px;}
	.font18{font-size:15px; line-height:23px;}
	.font20{font-size:16px; line-height:24px;}
	.font22{font-size:17px; line-height:25px;}
	.font24{font-size:20px; line-height:28px;}
	.font30{font-size:22px; line-height:32px;}
	.font36{font-size:26px; line-height:36px;}
	.font40{font-size:28px; line-height:38px;}
  .font45{font-size:32px; line-height:42px;}
  .expertise-tab .nav-link{font-size:18px;}
  .font28{font-size:24px; line-height:30px;}
  .expertise::before {width: 190px;}
  .form-box{padding: 50px;}
  .wrapper .logo a img{width: 180px;}
  .services-box {padding: 20px; border-radius: 20px;}
  #testimonials .services-icon {width: 60px; height: 60px; margin-top: -60px;}
  .see-more-arrow::before{height: 10px; top: 7px;}
  .owl-next, .owl-prev{width: 50px; height: 50px;}
  .case-studies-img h3::after{margin-top: 6px;}
  .social-icon {z-index: 1; position: relative;}
  .img-text{left: 105px;}
  .w-95, .w-70{width: 100%;} 
  .customized-app {width: 121.5%;}
  .customized-app-img .image{margin-top: 0%; width: 100%; border-top-right-radius: 90px; margin-bottom: -15%;height: 650px;border-bottom-left-radius: 0px; }
  .mob-right{order: 1;}
  .develop-app-form .form-control{font-size: 14px;}
  .blogDetails-img{max-height: 310px;}
  .w-80 { width: 100%; }
  .app-development-img .image{border-top-right-radius: 70px;}
  .order-change .app-development-img .image{border-top-right-radius: 0px; border-top-left-radius: 70px;}
  .tech-icon{ border-radius: 0 50px 0 50px; padding: 20px 30px; }
  .tech-icon img{ width: 60px; height: 60px; }
}

@media (max-width:991px){
  .font18{font-size:14px; line-height:22px;}
	.font20{font-size:15px; line-height:23px;}
	.font22{font-size:16px; line-height:24px;}
	.font24{font-size:18px; line-height:26px;}
	.font30{font-size:20px; line-height:30px;}
	.font36{font-size:24px; line-height:32px;}
	.font40{font-size:26px; line-height:36px;}
  .font45{font-size:30px; line-height:40px;}
  .font28{font-size:19px; line-height:26px;}
  .expertise-tab .nav-link{font-size:20px;}
  .expertise-tab .nav-link{font-size:18px;}
  .case-studies-img a{padding: 30px;}
  .work-with-us{margin-top: 30px;}
  .pt-50{padding-top:40px;}
	.pt-60{padding-top:50px;}
	.pt-80{padding-top:70px;}
	.pt-100{padding-top:80px;}
	.pt-120{padding-top:100px;}
	.pb-50{padding-bottom:40px;}
	.pb-60{padding-bottom:50px;}
	.pb-80{padding-bottom:70px;}
	.pb-100{padding-bottom:80px;}
	.pb-120{padding-bottom:100px;}
	.mb-50{margin-bottom:40px}
	.mb-60{margin-bottom:50px}
	.mb-80{margin-bottom:60px}
	.case-studies-img h3::after{height: 16px; margin-top: 6px; margin-left: 5px;}
  .case-studies-text-space {margin-bottom: 100px;}
  .case-studies::before, .case-studies::after{height: 105%;}
  .form{flex-direction: column;}
  .form-input, .what-next{width: 100%;}
  .what-next{margin-top: 30px;}
  .top-head-bg, .top-about-bg, .top-angular-bg, .top-contact-bg, .top-app-development-bg, .top-blog-bg, .top-career-bg{border-bottom-left-radius: 100px; padding-bottom: 40px;}
  .welcome .background{border-bottom-right-radius: 100px;}
  .case-studies::before{width: 180px;border-top-left-radius: 100px; border-bottom-left-radius: 100px;}
  .expertise::before{border-top-right-radius: 100px; border-bottom-right-radius: 100px;}
  .testimonials-bg::after{border-top-right-radius: 100px;}
  .footer-left-right::before{ border-top-left-radius: 100px; left: -130px;}
	.expertise-tab{margin-bottom: 20px;}
  .social-icon{text-align: center;}
  .policy-link li:first-child{width: 100%;}
  .policy-link li:nth-child(2){display: none;}
  .policy-link{text-align: center;}
  .mob-order-1{order: 1; margin-bottom: 10px;}
  .mob-order-2{order: 2;}
  .footer-top{margin: 0;}
  .flex-col-row {display: flex; flex-wrap: wrap;}
  .flex-col-5 {width: 33.33333333%; margin-bottom: 15px;}
  .img-text {padding: 30px;}
  .img-text h3 {left: -56px; bottom: 100px;}
  .img-text{left: 80px;}
  .top-about-bg{border-bottom-left-radius: 100px; padding-bottom: 40px;}
  .what-does-img{width: 100%;}
  #faq-accordion .card-header::before{width: 26px; height: 26px; top: 17px; font-size: 18px; padding: 1px;}
  #faq-accordion .card-body::before{width: 26px; height: 26px; top: 2px; font-size: 18px; padding: 2px;}
  .accordion .collapsed:after{width: 26px; height: 26px;top: 17px; font-size: 18px; padding: 1px;}
  .contact-form-box{margin-top: -120px;border-top-right-radius: 40px; border-bottom-left-radius: 40px;}
  .contact-what-next{margin-bottom: 40px;padding: 30px 0 0;}
  .form-box .what-next .acc-head {background: #0b2538;}
  .experience-bg::after{border-top-right-radius: 100px;}
  .software-use-wapper{flex-wrap: wrap; width: 80%;}
  .software-box{width: 40%; margin-right: 4%;}
  .software-use::before, .software-use::after {height: 65%!important;}
  /* .app-development-img .image{width: 130%;} */
  .development-text{padding: 30px; border-radius: 20px;}
  .customized-app-img .image{width: 100%; height: auto;}
  .customized-app {width: 129%;}
  /* .app-development-img .image{height: 400px; } */
  .customized-app-img .image img{height: auto; width: 100%;}
  .categories-menu h5{display: none;}
  .categories-menu{padding: 0; background: transparent; margin-bottom: 20px; position: relative;}
  .categories-menu select{width: 100%; height: 50px;padding: 15px 20px;border-radius: 40px; appearance: none; border: none; background: #f1f3f9;;}
  .categories-menu select:focus-visible{outline: none;}
  .categories-menu::after{content: ''; width: 100%;height: 16px; position: absolute; width: 12px;background: url(../img/arrow.svg) center center no-repeat; top: 18px; right: 30px;transform: rotate(90deg); }
  header.blogmenu nav .wrapper {height: 80px;}
  header.blogmenu .nav-links li a {color: #fff;}
  header.blogmenu .nav-links li a:hover{border-bottom: transparent;}
  header.blogmenu .main-btn:hover {background: #fff; color: #041827;}
  .mob-develop-form{order: 3; display: block; margin-top: 20px;}
  .desktop-develop-form{display: none;}
  .blogDetails-img{max-height: 360px;}
  .owl-dots{margin-top: -28px;}

  #services .services-icon {width: 60px; height: 60px;}
  .border-5 { border-left: 4px solid #051927 }
  .ml-60 { margin-left: 36px; }
  .pl-30 { padding-left: 36px; }
  .ml-95 { margin-left: 76px; }

  /*footer Accordion */
  .acc{margin-bottom: 0!important;}
  .acc-container {max-width: 700px;width: 100%;}
  .acc-head {background-color: transparent;padding: 15px;position: relative; color: #666c71;cursor: pointer; border-bottom: 1px solid #ddd;margin: 0;}
  .acc-head.active {color: #041827;}
  .acc-head::before {content: '';position: absolute;top: 50%;background-color: #fff;transition: all .3s;}
  .acc-head::before {background: url(../img/arrow.svg) center center no-repeat; font-size: 0;  width: 18px;  height: 18px;  display: block;  margin: auto;  transform: rotate(90deg); right: 20px; top: 16px;}
  .form-box .what-next .acc-head::before {background: url(../img/text-arrow.svg) center center no-repeat; top: 11px;}
  .acc-head p {color: #fff;font-weight: bold;}
  .acc-content {padding: 15px; display: none;}
  .mob-bb-none{border-bottom: none!important;}
  .acc-head.active::before {transform: rotate(90deg);}
  .what-next{width: calc(100% + 100px); margin-left: -50px;}
  .what-next .acc-head{padding: 10px 50px;}
  .what-next .acc-content{padding: 0px 50px;}
  /*footer Accordion */

  .book-consultation .text{width: 100%;}
  .book-consultation .button{ width: auto; margin-top: 20px; text-align: left;} 
  .app-development-img .image{border-top-right-radius: 60px;}
  .order-change .app-development-img .image{border-top-right-radius: 0px; border-top-left-radius: 60px;}
  .tech-icon{ border-radius: 0 40px 0 40px; padding: 18px 25px; }
  .tech-icon img{ width: 50px; height: 50px; }
}
@media(max-width: 767px){
  .insights-img{max-height: 300px;}
  .work-with-us{flex-direction: column;}
  .work-box{width: 100%;margin-right: 0px!important; margin-bottom: 10px;;}
  .work-box.one{border-bottom-right-radius:30px}
  .work-box.two{border-bottom-left-radius: 0px; border-top-right-radius: 30px;}
  .work-box.three{border-top-right-radius:0px; border-bottom-left-radius:30px;}
  .work-box.four{border-top-left-radius:30px;}
  .form-input .main-btn{margin-bottom: 20px;}
  .case-studies-img.one{margin-bottom: 20px;}
  .expertise-tab{flex-direction: column;}
  .expertise-tab .tab-nav{width: 100%;}
  .expertise-tab .flex-column{flex-direction:row!important; flex-wrap: inherit;margin-bottom: 20px; overflow: auto; padding-bottom: 5px;}
  .expertise-tab .nav-link{font-size: 16px; border-radius: 20px; border: 1px solid #83898d; color: #000; padding: 8px 20px;margin-right: 10px;}
  .expertise-tab .nav-link.active{border-radius: 20px; background-color: #2e4acd; color: #fff !important; border: 0;}
  .tab-detail {width: 100%; background: #fff; border-radius: 20px;}
  .tab-content .tab-cover{padding: 20px;}
  .tab-content .border-bottom, .tab-content .border-right{border: none!important;}
  .expertise::before{border-bottom-right-radius: 0px;}
  .case-studies::before, .case-studies::after, .expertise-tab .nav-link.active::after{display: none;}
  .expertise::before, .expertise::after{display: none;}
  .mob-welcome-bg{background: #f1f3f9;border-bottom-right-radius: 100px;}
  .mob-expertise-bg{background: #f1f3f9;border-top-right-radius: 100px;}
  .mob-footer-bg{background: #f1f3f9;}  
  .mob-form-bg{background: #f1f3f9; border-top-left-radius: 100px;}
  .owl-nav{display: none;}
  .owl-dots{margin: 40px 15px 0;width: calc(100% - 30px);}
  .industries-box { flex-direction: column; }
  .items { width: 100%; height: 80px; margin-right: 0; margin-bottom: 10px; }
  .img-text { transform: rotate(0); position: relative; padding: 25px 30px; left: 0;}
  .slide--expanded {height: 300px;}
  .slide--expanded .img-text p{ opacity: 1; margin: 0; height: auto;  transform-origin: left bottom;}
  .slide--expanded .img-text{position:relative; transform: rotate(0deg);position: inherit;left: 0; bottom: 0;}
  .slide--expanded .img-text h3 { margin-bottom: 10px; }
  .experience-box br{display: none;}
  .form-input .col-md-4{order: 2;}
  .form-input .checkbox{margin-bottom: 30px;}
  .form-input .main-btn{margin-bottom: 0px;}
  .clutch-rating{display: none;}
  .software-box{width: 46%; margin-right: 4%; display: flex;}
  .software-use-wapper{flex-wrap: wrap; width: 100%;}
  .software{width: 100%;}
  .app-development-img .image{width: 100%;}
  /* .development-text{width: 90%; margin-top: -15%; margin-left: 5%;} */
  .development-wepper{flex-wrap: wrap;}
  .development-wepper .box {width: 90%; margin-left: 5%;}
  .development-wepper .box:first-child{margin-bottom: 40px;}
  /* .order-change .col-md-5{order: 1;}
  .order-change .col-md-5 .development-text{width: 90%;} */
  .customized-app {width: 139%; padding: 80px 100px 50px;}
  .app-development-img .image{height: auto; }
  .app-development-img .image img{display: block; height: auto; width: 100%;}
  .blog-img{max-height: 300px;}
  .blogDetails-img{max-height: 270px;}
  .box{ border-left: 4px solid #041827; padding-left: 15px;}
  .app-development-img .image{border-top-right-radius: 50px;}
  .order-change .app-development-img .image{border-top-right-radius: 0px; border-top-left-radius: 50px;}
  .tech-icon{ border-radius: 0 30px 0 30px; padding: 15px 20px; }
  .tech-icon img{ width: 40px; height: 40px; }
}

  @media (max-width: 576px){
    .footer-bg .col-xl-10.col-lg-12{padding: 0}
    .form-box{border-radius: 0; border-bottom-left-radius: 40px;;}
    .footer-left-right::before{left:-80px}
    .form-box{padding:40px 20px;}
    .what-next {width: calc(100% + 40px); margin-left: -20px;}
    .what-next .acc-head{padding: 10px 20px;}
    .what-next .acc-content{padding: 0px 20px;}
    .top-head-bg, .top-about-bg, .top-angular-bg, .top-contact-bg, .top-app-development-bg, .top-blog-bg, .top-career-bg {border-bottom-left-radius: 70px;}
    .welcome .background {border-bottom-right-radius: 70px;}
    .mob-expertise-bg{border-top-right-radius: 70px;}
    .testimonials-bg::after{border-top-right-radius: 70px; width: 100%}
    .footer-left-right::after{left: 0;}
    .footer-bg .footer-border{margin: 0;}
    .footer-left-right .form-box{margin: 0 -15px;}
    .flex-col-row {display: flex; flex-wrap: wrap; }
    .flex-col-5 {width: 50%;}
    .pt-100{padding-top:60px;}
    .pb-100{padding-top:60px;}
    .experience-bg::after{width:100%;border-top-right-radius: 70px;}
    .mob-rm-0{margin-right: 0!important;}
    .software-box {width: 48%;}
    .customized-app {width: calc(100% + 30px); left: -15px; padding: 50px 15px 30px; border-bottom-right-radius: 0px; border-top-right-radius: 50px; border-top-left-radius: 0px;}
    .customized-app-img .image{border-top-right-radius: 0px;border-top-left-radius: 50px;}
    .next-previous br{display: none;}
    .blogDetails-img{max-height: 240px;}
  }

@media (max-width:480px){
  .blogDetails-img{max-height: 200px;}
}
@media (max-width:400px){
	.blogDetails-img{max-height: 180px;}
}

@media (min-width: 768px){
  .n-offset-md-1 {margin-left: -8.333333%;}
}

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

.tech-icon img {
	width:70px;
	height:70px;
}
.input-error {
	border-bottom: red 2px solid !important;
}
.award-item img
{
	width:60% !important;
	margin:auto;
}
.blog-img img, .insights-img img {
	/*height: 100%;
	width: auto !important;*/
	object-fit: cover;
}

/*New Css*/
.banner-section {
	position: relative;
	overflow: hidden;
}

.banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay {
	position: relative;
	z-index: 2;
	padding-top: 40px;
}