.lp-body{
    font-family: 'Poppins', sans-serif!important;
}
.fixed {
  position: fixed;
	top: -26px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	padding-bottom: 22px;
	padding-top: 1rem;
	box-shadow: #ccc 0 0px 10px;
	
}
.home-second-section h2{font-weight: 700;  color: #0a154b;}
.home-second-section h3{font-size: 22px; font-weight: 600; color: #f84040;}
.home-second-section h3 + p{font-weight: 500;  color: #6a6a8e; line-height: 24px; margin-bottom:25px;}
.home-second-section p{color:#0a154b;}
.fixed .logo-mt{ margin-top:7px;}
.hiring-heading{font-size:35px; text-align:center; font-weight:600; color:#0a154b;}
.hiring-heading + p{font-size:16px; text-align:center; font-weight:400; padding-bottom:20px;}
.lp-body header{
    width: 100%;
	/*background: #f5f5f5 url(../images/frantic-lp-bg.jpg) no-repeat;*/
	background: #fff;
}
.tab {
  background-color: #f1f1f1;
}
.tab .button {
  float: left;
  border: none;
  outline: none;
  text-align:center;
  cursor: pointer;
  padding: 20px;
  font-size: 16px;
  width: 33.3%;
}
.tab .button:hover {
  background-color: #e2e2e2;
}
.tab .button.active {
  background-color: #094B85;
  position:relative;
}

.tab .button.active::after{
	content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #444;
	border-top-color: #094B85;
    border-bottom: 0px;
}
.tabcontent {
    display: none;
    padding: 5px 15px 5px 15px;
    border-top: none;
}
.tabcontent h3{font-size:16px; font-weight:600; margin-top:15px;}
.tabcontent p{font-size:14px; font-weight:400;}

.mid-text{font-size:24px; color:#ff6364; font-weight:600;}
.mid-text + h3{
font-size: 25px;
color: #0a154b;
font-weight: 600;
max-width: 358px;
line-height: 35px;
margin-bottom: 25px;}
.h2-mid{font-size:20px; text-align:center; color: #0a154b;}
.h2-mid + p{font-size:16px; text-align:center; color: #0a154b;}
.form-section-btm{padding-top:70px; padding-bottom:70px;}
.welcome-apps .app-card {
    display: flex;
    background: #101737;
    width: 100%;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 20px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    align-items: center;
    border-bottom-color: white;
}
.welcome-apps .app-title {
    margin-left: 20px;
    padding: 20px;
    color: #fff;
}
.icon h6 {
    color: #e6e6e6;
}

.welcome-apps .app-title h4 strong{
color: #e5611f;
}
.icon img {
    width: 50px;
    border-radius: 10px;
}
.welcome-apps .apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.welcome-apps {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: -51px;
    z-index: 11;
    padding-bottom: 10px!important;
}
.welcome-apps .apps .app-item {
    /* margin-bottom: 30px; */
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.width-60{width:60%!important;}
.width-80{width:80%!important;}
.logo-deal{width:100%; height:70px; padding:10px; border-radius:3px; display:flex; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2); align-items:center; justify-content:center;}
.logo-deal img{width:100%;}
.blog-selection{padding-bottom: 80px; padding-top: 80px; background: #f6f6f6;}
.blog-text{text-transform:uppercase; text-align:center; font-size:20px; color:#ff6364 !important; font-weight:600;}
.blog-selection h2 {
  font-size: 35px;
  font-weight: 600;
  color: #0a154b;
  text-align:center;
  padding-bottom:45px;
}
.n-ml-90{margin-left:-90px;}
.blog-card{height:100%; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);}
.menu-mob{display:none!important;}
.inn-blog{width:95%; margin:auto; padding:20px;}
.inn-blog h3{font-size: 20px; font-weight: 500; color: #0a154b;}
.inn-blog h3 + p{font-size:12px; color:#8c9abe;}
.blog-card a:hover{ text-decoration:none;}
.blog-card h3:hover{ color:#e5611f !important;}
.lp-body header h1{
    font-size: 46px;
    padding-top: 7rem;
    font-weight: 700;
    color: #0a154b;
    text-align: left;
}
.form-section .form-group {
  margin-bottom: 10px;
}
.form-section .form-control{height: 45px!important;}
.custom-p{font-size:16px; line-height:25px; text-align:justify;}
.no-shadow{
	box-shadow:none!important;
}
.premium-client{border-bottom:solid thin #ccc; padding-bottom:1px;}
.clients-heading{font-size:20px; margin-top:30px; font-weight:600; color:#e5611f;}
.lp-body .quote-form .inner-form .form-section .form-group{
	font-size:13px;
	color:#0a154b;
	text-transform:uppercase;
	font-weight:500;
}
.lp-body .quote-btn{
	width: 100%;
	padding: 1rem;
	border-radius: 3px;
}
.contact-text{
	font-size: 20px;
	font-weight: 600;
	color: #0a154b;
	margin-top: 0px;
}
.premium-logo .active{
  background: #fff;
}
.premium-logo .owl-item{
  border-radius:5px;
}
.hire-btn {
    background-color: #fff;
    text-align: center;
    width: 100%;
    transition: 0.2s;
    border: solid thin #f84040;
    font-size: 20px;
    font-weight: 500;
    margin-right: 2rem;
    padding: 12px 15px;
    border-radius: 30px;
    box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    color: #f84040!important;
    display: inline-block;
}
.hire-btn:hover {
    background-color: #f84040;
    border: solid thin #f84040;
    color: #fff!important;
    text-decoration: none;
}
.talk-btn {
    background-color: #f84040;
    text-align: center;
    transition: 0.2s;
    color: #fff!important;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    border: solid thin #f84040;
    font-size: 20px;
    box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
}
.talk-btn:hover {
    background-color: #fff;
    color: #f84040!important;
    text-decoration: none;
    border: solid thin #f84040;
}
.lp-body .quote-btn:focus{
background:#ff6364;
}
.social-circle{width:40px; height:40px; border-radius:50%; background:#101737; display:flex; align-items:center; justify-content:center; color:#fff; font-size:20px;}
.social-circle .fa{color:#fff; padding-right:0;}
.close-modal{
position: absolute;
right: -30px;
font-size: 37px;
top: -1rem;
background: #fff!important;
opacity: 1;
border-radius: 50%;
width: 30px;
height: 30px;
line-height: 30px;
color: red;
}
.lp-body header h2{
    font-weight: 600;
    color: #f84040;
    font-size: 33px;
    padding-top: 26px;
    text-align: left;
}
.lp-body header p{
    font-weight: 400;
    color: #0a154b;
}
.lp-body header ul{
    margin: 0 0 0 0px;    
    padding: 0;
    font-weight: 400;
    color: #0a154b;
}
.lp-body header ul li{
   position: relative;
   list-style: none;
   padding-left: 28px;
   line-height: 28px;
}
.lp-body header ul li::before{
    position: absolute;
    content:"\f205";
    font-family:'FontAwesome';
    left: 0;
    color: #04AA6D;
 }
.top-menu a, .top-menu a:hover {
    color: #4a61d0;
	font-size: 20px;
	font-weight: 500;
	font-family: Poppins;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	padding: 15px 15px;
	border-radius: 50px;
	box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
	line-height: 39px;
}
.request-btn {
    background-color: #f84040;
    color: #fff!important;
}
.reviews-logo {
    display: flex;
	justify-content: center;
	align-items: baseline;
}
.reviews-logo a{
	display:inline-block;
	height:150px;
}

.left-heading {
	background:#101737;
}
.form-box{
	padding:20px;
	background:#175C9F;
}
.left-heading .heading-1 {
	font-size: 30px;
    line-height: 39px;
    font-weight: 800;
    color:#fff;
}

.left-heading .heading-1 +p {
	color:#fff;
	font-size:16px;
}
.input-lp, .input-lp:focus{width:100%; height:50px; border:none; background:#fff; padding:10px;}
.textarea-lp, .textarea-lp:focus{width:100%; height:100px;  resize: none; border:none; background:#fff; padding:10px;}
.button-form{ width:100%; height:70px; border:none; text-align:center; font-size:16px; color:#fff; background:#e5611f; margin-top:10px;}
.form-heading{font-size:18px; font-weight:400; padding-bottom:0px;}
.left-heading .request-btn {
	background-color:#e5611f !important;
color: #fff !important;
font-size: 20px;
font-weight: 500;
font-family: 'Poppins';
text-decoration: none;
padding: 25px 35px;
margin-left:31px;
border-radius: 3px;
box-shadow: #507498 0px 0 121px;
}
.left-heading .request-btn img{width:44px;}
.custom-banner .col-md-6{padding-left: 0px; padding-right:0px;}

.right-heading img{
	width:100%;
}

.different-section{
	padding:3rem 0;
}
.different-section h2{
	font-size:36px;
	font-weight:700;
	color: #0a154b;
	margin-top:0;
}

.different-section h2 + p{
	font-size:25px;
	font-weight:600;
	color: #f84040;
}
.features-box:first-of-type{
	margin-top:35px;
}
.features-box{
	margin-top:5px;
	margin-bottom:5px;
}
.features-box span{
	width:60px;
	padding-right:15px;
	flex-shrink:0;
}
.features-box span img{
	width:65px;
}
.features-box h3{
	font-size:18px;
	font-weight:600;
	color: #0a154b;
	margin-bottom:0;
}
.features-box p{
	font-size:15px;
	font-weight:500;
	color: #6a6a8e;
	line-height:24px;
}
.services-section{
	
}

.service-outer .box-content {
    width: 100%;
    height: 100%;
    background: #ff6364;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX( 
-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    padding: 20px 20px;
    text-align: center;
}
.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.bounce-up {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service-outer {
    position: relative;
}
.common-shadow {
    border-radius: 5px;
    box-shadow: 0 0 3px rgb(0 0 0 / 40%);
}
.bg-white {
    background: #ffffff !important;
}
.service-outer .service-wrap {
    padding: 15px;
}
.service-wrap .service-icon {
    width: 128px;
    margin: 0 auto;
}
.font-15 {
    font-size: 15px !important;
}
.industry-section{
	padding-top:8rem;
	padding-bottom:8rem;
	background: linear-gradient(#fffffe, #7fc6e1);
}
.service-bx span{
	width:55px;
	margin-right:10px;
	margin-left:10px;
}
.service-bx p{
	margin-bottom:0px;
	font-size:18px;
	font-weight:700;
	color: #0a154b;
}
.industry-section h2{
	font-size: 35px;
    font-weight: 600;
    color: #0a154b;
    margin-top: 0;
	max-width:600px;
	margin:0 auto 5rem;
	text-align:center;
}
.industry-section h2 span{
	color:#f84040;
	font-weight:700;
}

.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		.testimonials{
			padding-top:8rem;
		}
		
	.premium-logo{
	background: #0d0046 url(../images/client-bg.png);
	background-size:cover;
	padding-top:100px!important;
    padding-bottom: 100px!important;}
	.premium-logo .owl-carousel .owl-item img{
		border-radius:5px;
	}
	
	.premium-logo owl-carousel{
		position:relative;
	}
	.premium-logo .owl-prev{
		position:absolute;
		top:40%;
		left:0;
	}
	.premium-logo .owl-next{
		position:absolute;
		top:40%;
		right:0;
	}
	.premium-logo .owl-prev i, .premium-logo .owl-next i{
		font-size: 30px;
		font-weight: 700;
		width: 40px;
		background: white;
		height: 40px;
		border-radius: 50%;
		line-height: 40px;
		box-shadow: #ccc 0px 2px 10px;
	}
	
	.premium-logo h2{
		color:#fff;
		font-weight:600;
		font-size:40px;
		
	}
	.premium-logo h2 + span{
		width:100px;
		height:3px;
		border-radius:5px;
		background:#fff;
		display:block;
		margin:0 auto 3rem;
	}
	.faq-section{
		padding-top:6rem;
		padding-bottom:6rem;
	}
	.location-section{
		padding-top:4rem;
		padding-bottom:2rem;
		background: linear-gradient(to top, #fffffe, #7fc6e1);
	}	
	
	.location-section h2{
		font-size:25px;
		text-transform:uppercase;
		color:#f84040;
		text-align:center;
	}
	
	.location-section h2+ h3{
		font-size:35px;
		font-weight:700;
		color:#0a154b;
		text-align:center;
	}
	.n-mt-100{margin-top:-100px;}
	.location-section .container {
		max-width:800px;
	}
	.img-bx{ width:100%; min-height:200px; background:#000;}
	.location-bx h4{font-size:20px; font-weight:600; color:#0a154b; margin-top:0px;}
	.fig-caption{
		font-size: 14px;
		color: #9696ab;
		line-height: 24px;
		font-style: italic;
	}
	.footer-lp h6, .footer-lp i{
		font-size:20px;
		color: #030303;
	}
	.footer-lp i{
		padding-right:10px;
	}
	.footer-lp p a, .footer-lp p{
		color:#595858;
	}
	.location-bx a{
		color:#0a154b;
		font-weight:600;
	}
	.custom-home{
		background:#fff;
		padding:20px;
		border-radius:5px;
		box-shadow: #dbccfe 0px -2px 70px;
	}
	.custom-home label{
		font-size:12px;
		text-transform:uppercase;
		font-weight:600;
		color:#0a154b;
	}
	.custom-home h3 strong{
		color:#f84040;
	}
	.t-menu{
		display:none!important;
	}
	.tech-stack-section{
		padding-top:5rem;
		padding-bottom:5rem;
	}
	 
	.tech-stack-section h3 {
	  font-size: 35px;
	  font-weight: 400;
	  color: #0a154b;
	}
	@media (max-width:765px){
	.lp-body header{
    width: 100%;
    height: auto;
    background: #fff url(../images/frantic-lp-bg-mob.jpg) no-repeat;
    background-position: top left;
}
.n-ml-90{margin-left:0px;}
.tab .button {
  padding: 5px 1px;
  font-size: 11px;
  width: 33.3%;
}
.width-35{width:35%!important;}
.width-28{width:28%!important;}
.n-mt-100{margin-top:10px;}
.logo-deal img {
  width: 60px;
}
.tab button {
  padding: 6px;
  font-size: 12px;
}
.request-btn {
  text-align: center;
}
.icon h6 {
  font-size: 12px;
}
.hire-btn {
  font-size: 13px;
  padding: 12px 5px;
}
.talk-btn {
  padding: 12px 2px;
  font-size: 13px;
}
.welcome-apps .app-title {
  margin-left: 0;
  padding: 10px;
}
.welcome-apps .app-card{display:block;}
.welcome-apps .apps .app-item{width:25%;}
.left-heading .heading-1 {
  margin-top: 10px;
  color: #fff;
  padding: 30px;
  font-size: 29px;
  line-height: 35px;
}
.left-heading .request-btn {
  padding: 15px 35px;
}
.left-heading .request-btn img {
  width: 32px;
}
.left-heading {
  padding-bottom: 3rem;
}
.left-heading .heading-1 + p {
  margin-top: -40px;
  padding: 13px 30px;
}
.premium-client .owl-nav, .premium-client .owl-dots{display:none;}
.premium-client{margin-bottom:15px;}
.top-menu a, .top-menu a:hover {
    font-size: 14px;
    padding: 5px 15px;
}
.service-bx{
	margin-bottom:10px;
}
.service-bx span{
    width: 48px;
    margin-right: 10px;
    margin-left: 10px;
}

 .service-bx span img {
    width: 48px;
}
.reviews-logo {
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    align-items: baseline;
}
.lp-body header h1 {
    font-size: 24px;
    padding-top: 2rem;
    line-height: 31px;
}
.lp-body header h2 {
    font-size: 20px;
    padding-top: 13px;
}

.mob-menu{
	position:fixed;
	width:80%;
	background-color: rgba(255, 255, 255, 0.96);
	height:100%;
	left:0;
	top:66px;
	z-index:2;
	display:none;
}
.tech-stack-section h3 {
  color: #0a154b;
}
.top-menu a, .top-menu a:hover {
    font-size: 15px;
    padding: 10px 25px;
    display: block;
    margin-top: 1rem;
}
.menu-mob{
    font-size: 29px !important;
	position: absolute;
	right: 23px;
	top: 1.7rem;
}
.fixed {
  position: fixed;
  top: -26px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding-bottom: 7px;
  padding-top: 1rem;
  box-shadow: #ccc 0 0px 10px;
}
.fixed .menu-mob{top: 3.1rem;}
.reviews-logo {
    position: relative;
    display: block;
    width: 92%;
    height: auto;
    top: 6rem;
}
.reviews-logo a {
    display: inline-block;
    height: 150px;
    width: 32%;
}
.different-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0a154b;
    margin-top: 0;
}
.different-section h2 + p {
    font-size: 17px;
    font-weight: 600;
    color: #f84040;
}
.different-section {
    padding: 0rem 0;
}
.industry-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.industry-section h2 {
    font-size: 24px;
	line-height:35px;
}
.close-modal {
    position: absolute;
    right: -7px;
    font-size: 24px;
    top: .0rem;
    width: 25px;
    height: 25px;
    z-index:99;
}
.menu-mob{display:block!important;}
	.t-menu{
		display:none!important;
		width:100%;
	}
	.t-menu a{
	color:#4a61d0!important;
	font-size:12px;
	font-weight:600;
	}
	}
#testimonials .slick-prev,
#testimonials .slick-next {
  position: absolute;
  z-index: 9;
  font-size: 30px;
  /* color: #fff; */
  color: #00b852 !important;
  top: 110%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
}
.slick-prev:before {
  content: "";
}
.slick-next:before {
  content: "";
}
#testimonials .slick-prev {
  left: 27%;
}
#testimonials .slick-next {
  right: 27%;
}
.testimonial-bg {
  background: linear-gradient(
      rgba(255, 255, 255, 0.93),
      rgba(255, 255, 255, 0.93)
    ),
    url(../img/world.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-bg .user {
  padding: 10px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.testimonial-bg .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.testimonial-bg strong {
  color: #00b852;
}
.item-logo {
  width: 10%;
  min-width: 80px;
  padding: 4px;
}
.item-logo .brand-logos {
  min-width: 70px;
  height: 70px;
}
.item-logo .brand-logos img {
  border-radius: 10px;
}
.testimonial {
  padding: 40px;
  transition: all 0.5s;
}

.testimonial span i {
  color: #ffb700;
}