body {
	color: #797979;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
a {
	color: #376095;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #333;
}
.btn {
	border-radius: 8px;
	font-weight: 500;
 padding: .8rem 1rem;
	align-items: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	min-width: 180px;
	background: linear-gradient(to right, var(--c1, #153b99), var(--c2, #fa1925) 51%, var(--c1, #153b99)) var(--x, 0)/ 200%;
	border: solid 2px #ffffff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}
.btn.focus, .btn:focus, button:focus {
	outline: 0;
	box-shadow: none;
}
.btn:hover {
 --x: 100%;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	border-color: #fff;
	color: #fff;
}
.form-control {
	color: #797979;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #c5c5c5;
	border-radius: 0;
	height: calc(2em + 1rem + 2px);
	padding: 12px 12px;
}
.form-group {
	margin-bottom: 30px;
}
.form-group.submit {
	margin-bottom: 0px;
}
textarea.form-control {
	min-height: 160px;
}
label {
	font-weight: bold;
	color: #4c4c4c;
}
 .form-control::-webkit-input-placeholder {
 color: #797979;
}
 .form-control::-moz-placeholder {
 color: #797979;
}
 .form-control:-ms-input-placeholder {
 color: #797979;
}
 .form-control:-moz-placeholder {
 color: #797979;
}
.form-control:focus, .custom-select:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #c5c5c5;
}
section {
	padding: 60px 0;
	overflow: hidden;
}
.back-to-top {
	position: fixed;
	display: none;
	background: #fa1925;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 8px;
	right: 10px;
	bottom: 80px;
	transition: background 0.5s;
	z-index: 2;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.slick-slider .slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	background-color: #d7dfea;
}
.slick-slider .slick-dots .slick-active button {
	background-color: #376095;
}
.slick-dots li button:before {
	display: none;
}
.slick-slider .slick-prev {
	background: #fa1925;
	height: 3px;
	width: 38px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.slick-slider .slick-prev:before, .slick-slider .slick-prev:after {
	content: "";
	background: #fa1925;
	position: absolute;
	height: 3px;
	width: 15px;
}
.slick-slider .slick-prev:before {
	left: -3px;
	bottom: -4px;
	transform: rotate(45deg);
}
.slick-slider .slick-prev:after {
	left: -3px;
	top: -4px;
	transform: rotate(-45deg);
}
.slick-slider .slick-next {
	background: #fa1925;
	height: 3px;
	width: 38px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.slick-slider .slick-next:before, .slick-slider .slick-next:after {
	content: "";
	background: #fa1925;
	position: absolute;
	height: 3px;
	width: 15px;
}
.slick-slider .slick-next:before {
	right: -3px;
	bottom: -4px;
	transform: rotate(-45deg);
}
.slick-slider .slick-next:after {
	right: -3px;
	top: -4px;
	transform: rotate(45deg);
}
.heading {
	padding-bottom: 40px;
}
.heading .sub-title {
	border-radius: 15px;
	padding: 0 28px;
	background-color: #2c4ca1;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
}
.heading h2 {
	font-size: 38px;
	font-weight: 600;
	color: #535353;
}
.heading h2 span {
	color: #fa1925;
}
.heading p {
	font-size: 17px;
	font-weight: 500;
	color: #535353;
	margin-bottom: 0;
}
.arrow-right {
	background: #fa1925;
	height: 3px;
	width: 38px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.arrow-right:before, .arrow-right:after {
	content: "";
	background: #fa1925;
	position: absolute;
	height: 3px;
	width: 15px;
}
.arrow-right:before {
	right: -3px;
	bottom: -4px;
	transform: rotate(-45deg);
}
.arrow-right:after {
	right: -3px;
	top: -4px;
	transform: rotate(45deg);
}
/* header section css start */



header {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: 15px 0;
	background: #fff;
	position: relative;
	z-index: 2;
	box-shadow: 0px 13px 21px rgb(0 0 0 / 6%);
}
header.sticky {
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
header.sticky .navbar-brand .logo {
	max-height: 44px;
}
header .mobile-show {
	display: none;
}
.navbar-nav .dropdown-menu {
	border: none;
	margin-top: 15px;
}
header.sticky .navbar-nav .dropdown-menu {
	margin-top: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #153b99;
	color: #fff;
}
.header-navbar {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: 0;
	justify-content: space-between;
	align-items: center;
}
.header-left, .header-right {
	display: flex;
	align-items: center;
}
.navbar-brand .logo {
	max-height: 54px;
}
.navbar-dark .navbar-toggler {
	color: #51CB85;
	border-color: #51CB85;
	background-color: #51CB85;
}
.header-navbar .side-menu {
	margin-right: 20px;
}
.navbar-brand {
	margin-right: 30px;
}
.header-navbar .navbar-nav .nav-link {
	padding-left: 18px;
	padding-right: 18px;
	color: #4c4c4c;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.header-navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}
.header-navbar .navbar-nav .nav-link:focus, .header-navbar .navbar-nav .nav-link:hover, .header-navbar .navbar-nav .nav-link.active {
	color: #fa1925;
}
.header-navbar .navbar-nav .btn {
	margin-left: 1rem;
}
.header-navbar .navbar-collapse {
	justify-content: flex-end;
	display: block;
}
.header-navbar .navbar-collapse .navbar-nav {
	flex-direction: row;
}
.header-navbar .get-a-quote {
	color: #fff;
	font-weight: 500;
	border: none;
	padding: 12px 30px;
	margin-left: 20px;
	box-shadow: none;
	min-width: inherit;
	font-size: 16px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: linear-gradient(to right, var(--c1, #153b99), var(--c2, #fa1925) 51%, var(--c1, #153b99)) var(--x, 0)/ 200%;
	border: solid 2px #ffffff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}
.header-navbar .get-a-quote:hover {
 --x: 100%;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}
.header-navbar .consultation {
	color: #4c4c4c;
	font-size: 14px;
	text-align: right;
	line-height: 24px;
}
.header-navbar .consultation a {
	color: #fa1925;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.header-navbar .navbar-toggler {
	background-color: #153b99;
	padding: 8px 10px;
	border: 1px solid #fff;
	display: none;
	margin-left: 15px;
}
.header-navbar .navbar-toggler:focus {
	box-shadow: none;
}
.offcanvas-toggler {
	border: none;
	background: transparent;
	margin: 0 20px 0 0;
	padding: 0;
}
.offcanvas-toggler span {
	height: 3px;
	display: block;
	margin: 4px 0;
}
.offcanvas-toggler span.red {
	background-color: #fa1925;
	width: 34px;
}
.offcanvas-toggler span.blue {
	background-color: #153b99;
	width: 19px;
}
.offcanvas-toggler span.black {
	background-color: #191d27;
	width: 10px;
}
header .navbar-nav .dropdown-menu {
	position: absolute;
}
header .dropdown-toggle::after {
	border: none;
	background: url(../images/dropdown-arrow.png);
	width: 11px;
	height: 8px;
	margin-top: 3px;
}
header .offcanvas.offcanvas-start {
	width: 424px;
}
header .offcanvas-header {
	margin-bottom: 50px;
	padding-left: 40px;
	padding-right: 20px;
}
header .offcanvas .navbar-nav {
	margin-bottom: 20px;
}
header .offcanvas .navbar-nav .nav-item {
	margin-bottom: 20px;
}
header .offcanvas .navbar-nav .nav-link {
	padding: 0;
	font-size: 24px;
}
header .offcanvas-body {
	padding-left: 40px;
	padding-right: 20px;
}
header .offcanvas-contact {
	font-weight: 400;
	font-size: 22px;
	color: #000;
}
header .offcanvas-contact a {
	color: #000;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
}
header .offcanvas-contact a:hover {
	color: #f91824;
}
header .offcanvas-contact .icon {
	width: 30px;
	display: inline-block;
}
header .offcanvas-social-media {
	display: flex;
	margin: 50px 0 30px 0;
}
.social-media a {
	text-decoration: none;
	width: 55px;
	min-width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	background-color: #fff;
	box-shadow: 0 0 27px rgb(0 0 0 / 08%);
	border-radius: 6px;
}
.social-media a img {
	border-radius: 100%;
}
.social-media a:hover {
	box-shadow: 0 0 27px rgb(0 0 0 / 16%);
}
.social-media a:last-child {
	margin-right: 0;
}
header .offcanvas-text {
	color: #797979;
}
/* header section css end */





/* footer section css start */

footer {
	background: url(../images/footer-bg.png);
	background-repeat: repeat;
	background-size: 100%;
	background-position: top center;
	padding-top: 0;
	color: #fff;
	border-top: solid 2px #ff0000;
	position: relative;
}
footer .container {
	margin-top: -100px;
}
footer a {
	color: rgba(18,18,18,0.68);
}
footer .footer-logo {
	margin-bottom: 35px;
}
footer .title {
	font-size: 18px;
	color: #153b99;
	font-weight: 400;
	margin: 20px 0;
}
footer .footer-menu {
	padding-bottom: 35px;
}
footer .footer-menu .nav {
	flex-direction: column;
}
footer .footer-menu .nav .nav-item {
	padding-bottom: 10px;
}
footer .footer-menu .nav .nav-item .nav-link {
	padding: 0;
	color: rgba(18,18,18,0.68);
	font-size: 14px;
}
footer .footer-menu .nav .nav-item .nav-link:hover {
	color: #fa1925;
}
footer .footer-contact ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	color: #121212;
	font-size: 14px;
}
footer .footer-contact ul li {
	padding-bottom: 10px;
}
footer .footer-contact ul li a {
	color: #121212;
	text-decoration: none;
	font-size: 14px;
}
footer .footer-contact ul li a:hover {
	color: #fa1925;
}
footer .footer-contact p {
	color: #121212;
	font-size: 14px;
	margin: 0;
}
footer .copyright {
	padding: 20px 0;
	background-color: #121212;
	align-items: center;
}
footer .social-media {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
footer .social-media li {
	margin-right: 10px;
}
footer .social-media a {
	text-decoration: none;
	width: 30px;
	min-width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
}
footer .social-media li a {
	font-size: 18px;
}
footer .social-media li a:hover {
	color: #ff4100;
}
footer .copy {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
footer .copy a {
	color: #fff;
	text-decoration: none;
}
footer .copy a:hover {
	color: #fa1925;
}
footer .footer-social-media {
	margin-bottom: 25px;
}
footer .footer-social-media .social-media-text h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 5px 0;
}
footer .footer-social-media .social-media-text p {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
}
footer .footer-social-media .social-media {
	float: right;
}
footer .footer-big-stories {
	background: #153b99;
	background: -moz-linear-gradient(left, #153b99 0%, #fa1925 100%);
	background: -webkit-linear-gradient(left, #153b99 0%, #fa1925 100%);
	background: linear-gradient(to right, #153b99 0%, #fa1925 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153b99', endColorstr='#fa1925', GradientType=1 );
	padding: 25px 50px;
	border-radius: 20px;
	max-width: 924px;
	margin: 0 auto;
	margin-bottom: 55px;
}
footer .footer-big-stories h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px 0;
}
footer .footer-big-stories p {
	color: #fff;
	font-weight: 400;
}
/* footer section css end */





/* Get A Quote Modal css start */

#Get-A-Quote-Modal .modal-content {
	background: url(../images/Get-A-Quote-Modal-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
}
#Get-A-Quote-Modal .modal-dialog {
	max-width: 100%;
	margin-left: 25px;
	margin-right: 25px;
}
#Get-A-Quote-Modal .modal-header {
	border-bottom: none;
}
#Get-A-Quote-Modal .modal-body h2 {
	color: #191d27;
	font-size: 65px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
#Get-A-Quote-Modal .modal-body h3 {
	color: #153b99;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}
#Get-A-Quote-Modal .careers-feedbacks {
	margin-top: 250px;
}
#Get-A-Quote-Modal .careers-feedbacks .box {
	display: inline-block;
}
#Get-A-Quote-Modal .careers-feedbacks .box:first-child {
	padding-right: 100px;
}
#Get-A-Quote-Modal .careers-feedbacks h3 {
	font-size: 18px;
}
#Get-A-Quote-Modal .careers-feedbacks a {
	color: #000;
	text-decoration: none;
}
#Get-A-Quote-Modal .careers-feedbacks a:hover {
	color: #fa1925;
}
#Get-A-Quote-Modal .modal-body .form-group {
	margin-bottom: 25px;
}
#Get-A-Quote-Modal .modal-body .form-check .form-check-input {
	border: 3px solid #7f7f7f;
	border-radius: 0;
}
#Get-A-Quote-Modal .modal-body .form-check .form-check-input:checked[type=checkbox] {
	background-color: #7f7f7f;
	background-size: 150%;
}
#Get-A-Quote-Modal .modal-body .form-check .form-check-input:focus {
	box-shadow: none;
}
#Get-A-Quote-Modal .modal-body .form-check label {
	color: #797979;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
#Get-A-Quote-Modal .modal-body .btn {
	min-width: 220px;
}
#Get-A-Quote-Modal .modal-body .form-group.submit {
	padding: 30px 0;
}
/* Get A Quote Modal css end */





/* Home page banner section css start */

.home-banner {
	background-image: url(../images/home/home-banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0 100px 0;
}
.home-banner .digital-experience {
	border-radius: 15px;
	padding: 0 15px;
	background-color: #2c4ca1;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 15px;
}
.home-banner .digital-experience a {
	text-decoration: none;
	color: #fff;
}
.home-banner h2 {
	color: #191d27;
	font-size: 48px;
	margin-bottom: 25px;
}
.home-banner p {
	color: #212121;
	font-size: 18px;
	font-weight: 500;
}
.home-banner .btn-consultation {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.home-banner .consultation {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	margin-left: 25px;
}
.home-banner .consultation a {
	color: #fa1925;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.home-banner .btn {
	padding: 16px 30px;
}
.home-banner .image img {
	width: 100%;
}
/* Home page banner section css end */



/* Home page clients logo section css start */

.clients-logo {
	border-bottom: 1px solid #d8cdde;
	border-top: 1px solid #d8cdde;
	padding: 30px 0;
	text-align: center;
	box-shadow: 0px 13px 21px rgb(0 0 0 / 6%);
}
.clients-logo h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 35px;
}
.clients-logo h3 strong {
	color: #fa1925;
	border-bottom: 4px solid #fa1925;
}
.clients-logo .clients-logo-slider .item img {
	display: inline-block;
}
/* Home page banner section css end */





/* Home page future strategy section css start */

.future-strategy {
	background-image: url(../images/home/future-strategy-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.future-strategy .heading {
	/*max-width: 590px;*/

	margin: 0 auto;
}
.future-strategy .box {
	background-color: #fff;
	transition: all .5s ease;
	padding: 22px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	cursor: pointer;
}
.future-strategy .box .icon {
	display: flex;
	justify-content: end;
	margin-bottom: 25px;
	border-radius: 100%;
	position: relative;
}
.future-strategy .box .icon:after {
	content: "";
	background: #fbe5e6;
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 53px;
	border-radius: 100%;
}
.future-strategy .box .icon img {
	position: relative;
	z-index: 1;
	margin-right: 16px;
}
.future-strategy .box h3 {
	font-size: 20px;
	color: #535353;
	font-weight: 600;
	margin-bottom: 10px;
}
.future-strategy .box p {
	color: #797979;
	margin-bottom: 25px;
}
.future-strategy .box a {
	color: #fa1925;
	font-weight: 500;
	text-decoration: none;
}
.future-strategy .box:hover {
	background-color: #153b99;
}
.future-strategy .box:hover h3, .future-strategy .box:hover p, .future-strategy .box:hover a {
	color: #fff;
}
.future-strategy .box:hover .icon:after {
	background: #2c4ea1;
}
.future-strategy .col-lg-3:nth-child(2) .box, .future-strategy .col-lg-3:nth-child(4) .box {
	margin-top: 40px;
}
/* Home page future strategy logo section css end */





/* Home page our services section css start */

.home-our-services {
	background-image: url(../images/home/home-our-services-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 120px;
}
.home-our-services-slider {
	margin-left: 9%;
}
.home-our-services-slider .slick-list.draggable {
	padding-right: 180px;
}
.home-our-services-slider .slick-slide {
	margin-right: 35px;
}
.home-our-services-slider .box {
	background-color: #fff;
	transition: all .5s ease;
	padding: 25px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	position: relative;
}
.home-our-services-slider .box:before {
	content: "";
	background-image: url(../images/home/home-our-services-box-top-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 128px;
	height: 220px;
	position: absolute;
	right: 0;
	top: 0;
}
.home-our-services-slider .box:after {
	content: "";
	background-image: url(../images/home/home-our-services-box-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 65px;
	height: 113px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-our-services-slider .box .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 100%;
	position: relative;
	width: 78px;
	height: 78px;
	background-color: #e7ebf5;
}
.home-our-services-slider .box h3 {
	font-size: 24px;
	color: #191d27;
	font-weight: 600;
	margin-bottom: 15px;
}
.home-our-services-slider .box p {
	color: #797979;
	margin-bottom: 25px;
}
.home-our-services-slider .box:hover {
	background-color: #153b99;
}
.home-our-services-slider .box:hover h3, .home-our-services-slider .box:hover p {
	color: #fff;
}
.home-our-services-slider .box:hover .arrow-right, .home-our-services-slider .box:hover .arrow-right:before, .home-our-services-slider .box:hover .arrow-right:after {
	background: #fff;
}
.home-our-services-slider .box:hover .icon {
	background-color: #fff;
}
.home-our-services-slider.slick-slider .slick-prev {
	position: absolute;
	right: 15%;
	top: -80px;
	left: auto;
	background: #fa1925;
}
.home-our-services-slider.slick-slider .slick-next {
	position: absolute;
	right: 10%;
	top: -80px;
	left: auto;
}
.home-our-services-slider.slick-slider .slick-disabled {
	transform: scale(.7);
	background: #6e6169;
}
.home-our-services-slider.slick-slider .slick-disabled:before, .home-our-services-slider.slick-slider .slick-disabled:after {
	background: #6e6169;
	opacity: 1;
}
.home-our-services-slider.slick-slider .slick-disabled:before, .home-our-services-slider.slick-slider .slick-disabled:before {
	opacity: 1;
}
/* Home page our services section css end */



/* Home page about us section css start */

.home-about-us {
	background-image: url(../images/home/home-about-us-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
/*.home-about-us:after {

  content: "";

  background-image: url(../images/home/about-us-color-box.png);

  background-repeat: no-repeat;

  background-position: top;

  width: 46px;

  height: 341px;

  position: absolute;

  left: 25px;

  top: 115px;

}*/

.home-about-us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-about-us ul li {
	display: flex;
	border-bottom: 1px solid #cee4fd;
	padding-bottom: 1rem;
	margin-bottom: 1em;
}
.home-about-us ul li .left {
	width: 170px;
	min-width: 170px;
	margin-right: 30px;
}
.home-about-us ul li .left strong {
	font-weight: 600;
	color: #fa1925;
	font-size: 34px;
	line-height: 34px;
}
.home-about-us ul li .left p {
	color: #000;
	font-weight: 500;
}
.home-about-us ul li p {
	margin-bottom: 0;
}
/* Home page about us section css end */



/* Home page industries section css start */

.home-industries {
	background-image: url(../images/home/home-industries-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.home-industries .heading {
	max-width: 940px;
	margin: 0 auto;
}
.home-industries .box-main {
	display: flex;
	margin-bottom: 60px;
	margin-top: 20px;
	align-items: flex-start;
}
.home-industries .box-main .box {
	background-color: #fff;
	transition: all .5s ease;
	padding: 35px 15px 0 15px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	position: relative;
	text-align: center;
	margin-right: 38px;
	width: 258px;
	min-width: 258px;
}
.home-industries .box-main .box:before {
	content: "";
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	right: 0;
	top: 0;
}
.home-industries .box-main .box:nth-child(1):before {
	background-image: url(../images/home/industries-retail-bg.png);
	width: 59px;
	height: 68px;
}
.home-industries .box-main .box:nth-child(2):before {
	background-image: url(../images/home/industries-healthcare-bg.png);
	width: 60px;
	height: 61px;
}
.home-industries .box-main .box:nth-child(3):before {
	background-image: url(../images/home/industries-education-bg.png);
	width: 41px;
	height: 31px;
}
.home-industries .box-main .box:nth-child(4):before {
	background-image: url(../images/home/industries-logistics-bg.png);
	width: 52px;
	height: 51px;
}
.home-industries .box-main .box:nth-child(5):before {
	background-image: url(../images/home/industries-travel-hospitality-bg.png);
	width: 49px;
	height: 43px;
}
.home-industries .box-main .box h3 {
	font-size: 22px;
	color: #1a3760;
	font-weight: 600;
	margin-bottom: 15px;
}
.home-industries .box-main .box p {
	color: #797979;
	margin-bottom: 25px;
}
.home-industries .box-main .box:nth-child(odd) {
	margin-top: 40px;
}
/* Home page industries section css end */





/* Home page technology section css start */

.home-technology {
	background-image: url(../images/home/home-technology-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-technology-main {
	display: flex;
}
.home-technology ul.category-item {
	width: 315px;
	margin: 45px 0 0 0;
	padding: 0;
}
.home-technology ul.category-item .category {
	list-style: none;
	padding: 15px 15px 15px 42px;
	margin: 15px 0;
	color: #000000;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	transition: 0.4s;
	position: relative;
	border-radius: 12px 0 0 12px;
	transition: 0.5s;
}
.home-technology ul.category-item .category:hover, .home-technology ul.category-item .category.active {
	color: #fff;
	background: linear-gradient(to right, var(--c1, #153b99), var(--c2, #fa1925) 51%, var(--c1, #153b99)) var(--x, 0)/ 200%;
}
.home-technology ul.category-item .category:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	width: 4px;
	height: 4px;
	left: 22px;
	background: #dd443d;
	border-radius: 2px;
	transition: 0.5s;
}
.home-technology ul.category-item .category:before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	left: 18px;
	background: #eea19e;
	border-radius: 6px;
	transition: 0.5s;
}
.home-technology ul.category-item .category:hover:after, .home-technology ul.category-item .category.active:after {
	background: #fff;
}
.home-technology ul.category-item .category:hover:before, .home-technology ul.category-item .category.active:before {
	background: #8a9dcc;
}
.home-technology .gallery-main {
	width: calc(100% - 315px);
	position: relative;
}
.home-technology .gallery-main .border-center {
	position: absolute;
	top: 50%;
	left: 40px;
	right: 40px;
	background: #d0d8eb;
	height: 1px;
	z-index: 1;
	box-shadow: 0px 0px 18px #000;
}
.home-technology .gallery-main .border-one {
	position: absolute;
	top: 40px;
	left: 33.333%;
	background: #d0d8eb;
	bottom: 40px;
	width: 1px;
	z-index: 1;
	box-shadow: 0px 0px 18px #000;
}
.home-technology .gallery-main .border-two {
	position: absolute;
	top: 40px;
	left: 66.666%;
	background: #d0d8eb;
	bottom: 40px;
	width: 1px;
	z-index: 1;
	box-shadow: 0px 0px 18px #000;
}
.home-technology .gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	padding: 40px;
}
.home-technology .gallery:before {
	content: "";
	background-image: url(../images/home/home-technology-top-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 111px;
	height: 189px;
	position: absolute;
	right: 0;
	top: 0;
}
.home-technology .gallery:after {
	content: "";
	background-image: url(../images/home/home-technology-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 83px;
	height: 131px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-technology .gallery .item {
	overflow: hidden;
	margin: 0;
	padding: 30px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.home-technology .gallery .item img {
	width: 60px;
	margin-bottom: 30px;
}
.home-technology .gallery .item p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #4c4c4c;
	text-align: center;
}
/* Home page technology section css end */



/* Home page technology section css start */

.ready-to-get {
	background: linear-gradient(90deg, #fa1925 78%, #153b99 22%);
	position: relative;
}
.ready-to-get:after {
	content: "";
	background-image: url(../images/home/ready-to-get-dot-bg.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ready-to-get .container {
	z-index: 1;
	position: relative;
}
.ready-to-get h2 {
	font-size: 38px;
	font-weight: 600;
	margin: 0 0 15px 0;
	color: #fff;
}
.ready-to-get p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.ready-to-get img {
	box-shadow: 0px 0px 17px rgb(0 0 0 / 10%);
}
/* Home page technology section css end */



/* Home page Our Works section css start */

.home-our-works {
	background-image: url(../images/home/home-our-works-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.home-our-works .heading {
	max-width: 900px;
	margin: 0 auto;
}
.home-our-works .filter-item {
	margin: 10px 0 50px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.home-our-works .filter-item .filter {
	display: inline-block;
	padding: 5px 25px;
	margin: 0;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.5s ease;
	border: 1px solid transparent;
	color: #797979;
	font-weight: 400;
}
.home-our-works .filter-item .filter:hover, .home-our-works .filter-item .filter.active {
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	border: 1px solid #fa1925;
	background-color: #fff;
}
.home-our-works .cols {
	margin: 0 -15px;
}
.home-our-works .item {
	width: 33.333%;
	padding: 0 15px;
}
.home-our-works .item h2 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}
.home-our-works .item p {
	margin-bottom: 50px;
}
.home-our-works .item img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 16px;
}
/* Home page Our Works section css end */



.bolder {
	font-weight: 500;
}
/* Home page why choose section css start */

.home-why-choose {
	background-image: url(../images/home/home-why-choose-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0;
}
.whychoose_box {
	margin: 0 0 20px 0;
	padding: 1rem;
	background: #ffffff;
	border-radius: 6px;
}
.whychoose_box h5 {
	font-weight: 500;
	font-size: 18px;
}
.home-why-choose ul {
	margin: 0;
	padding: 0 0 60px 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.home-why-choose ul li {
	background-color: #fff;
	transition: all .5s ease;
	padding: 20px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	text-align: center;
}
.home-why-choose ul li p {
	font-size: 20px;
	font-weight: 500;
	color: #191d27;
	margin-bottom: 0;
}
.home-why-choose ul li img {
	margin-bottom: -15px;
}
.home-why-choose .image img {
	min-width: 720px;
}
/* Home page why choose section css end */





/* Home page Testimonial section css start */

.home-testimonials {
	padding-bottom: 120px;
	background-image: url(../images/home/home-testimonials-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-testimonials .heading {
	max-width: 900px;
	margin: 0 auto;
}
.home-testimonials .testimonials-slider {
	margin: 0 -15px;
}
.home-testimonials .testimonials-slider .info {
	background-color: #fff;
	transition: all .5s ease;
	padding: 60px 60px 60px 30px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	margin: 20px 0;
	position: relative;
	min-height:460px;
}
.home-testimonials .testimonials-slider .info:after {
	content: "";
	background-image: url(../images/home/testimonials-slider-dot.png);
	background-repeat: repeat;
	width: 35px;
	height: 50px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.home-testimonials .items {
	margin: 0 15px;
}
.home-testimonials .items .image-quotes {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}
.home-testimonials .items .image-name {
	display: flex;
	align-items: center;
}
.home-testimonials .image {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-right: 15px;
	min-width: 70px;
}
.home-testimonials .image img {
	width: 100%;
	height: 100%;
}
.home-testimonials .info .quotes img {
	margin-left: 10px;
}
.home-testimonials .info .text {
	color: #797979;
	font-size: 18px;
	font-style: italic;
}
.home-testimonials .info .name-post h3 {
	font-size: 20px;
	color: #fd5300;
	font-weight: 700;
	margin: 0;
}
.home-testimonials .info .name-post p {
	color: #000000;
	font-size: 16px;
	margin: 0;
}
.home-testimonials .slick-dots li button {
	background-color: #b2c6df;
}
.home-testimonials .slick-dots {
	bottom: -50px;
}
/* Home page Testimonial section css end */





/* Home page blog section css start */

.home-blog {
	background-image: url(../images/home/home-blog-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 150px;
}
.home-blog .heading h2 {
	margin: 0;
}
.home-blog .heading .btn-view-all {
	text-align: right;
}
.blog-list {
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.blog-list .image {
	position: relative;
}
.blog-list .image .post-by {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px 0 0 0;
	background: #153b99;
	background: -moz-linear-gradient(left, rgba(21,59,153,0.5) 1%, rgba(250,25,37,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(21,59,153,0.5) 1%, rgba(250,25,37,0.5) 100%);
	background: linear-gradient(to right, rgba(21,59,153,0.5) 1%, rgba(250,25,37,0.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153b99', endColorstr='rgba(250,25,37,0.5)', GradientType=1 );
}
.blog-list .image .post-by a {
	color: #fff;
	text-decoration: none;
}
.blog-list .image img {
	max-height: 216px;
	width: 100%;
	object-fit: cover;
}
.blog-list .blog-info {
	padding: 15px 20px 30px 20px;
}
.blog-list .blog-info .data {
	font-weight: 400;
	color: rgba(0,0,0,0.7);
}
.blog-list .blog-info .data:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 3px;
	background: #fa1925;
	top: -6px;
	margin-right: 5px;
}
.blog-list .blog-info h3 {
	font-size: 20px;
	color: #1a3760;
	margin: 5px 0 15px 0;
	font-weight: 600;
}
.blog-list .blog-info h3 a {
	text-decoration: none;
	color: #1a3760;
}
.blog-list .blog-info p {
	font-size: 14px;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
.blog-list .blog-info .link {
	color: #fa1925;
	font-weight: 500;
	text-decoration: none;
}
/* Home page blog section css end */





/* Inner page hero banner css start */

.page-header {
	background-image: url(../images/page-header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0;
	box-shadow: 0px 13px 21px rgb(0 0 0 / 6%);
	border-bottom: 1px solid #d5dcee;
	z-index: 1;
	position: relative;
}
.page-header .heading {
	padding-bottom: 0px;
}
.page-header .image {
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-header .heading h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	margin: 0;
}
/* Inner page hero banner css end */



/* About Us page css start */

.meet-kenar-it {
	background-image: url(../images/about/meet-kenar-it-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.meet-kenar-it .heading {
	padding-bottom: 0;
}
.meet-kenar-it .heading h2 {
	color: #153b99;
}
.meet-kenar-it .heading p {
	margin-bottom: 1rem;
}
.meet-kenar-it .image {
	background-image: url(../images/about/meet-kenar-it-img-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.about-it-consultancy {
	background-image: url(../images/about/it-consultancy-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about-it-consultancy .heading {
	max-width: 900px;
	margin: 0 auto;
}
.about-it-consultancy .box {
	background-color: #fff;
	transition: all .5s ease;
	padding: 60px 30px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	position: relative;
	cursor: pointer;
	height: 100%;
}
.about-it-consultancy .box h3 {
	font-size: 20px;
	color: #191d27;
	font-weight: 600;
	margin-bottom: 25px;
}
.about-it-consultancy .box p {
	margin-bottom: 50px;
}
.about-it-consultancy .box .link {
	border-radius: 10px;
	padding: 0 15px;
	background-color: #2c4ca1;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
}
.about-it-consultancy .box .link a {
	color: #fff;
	text-decoration: none;
}
.about-it-consultancy .box:hover {
	background-color: #ecf1ff;
}
.about-it-consultancy .col-lg-4 {
	margin: 15px 0;
}
.about-our-vision {
	position: relative;
	padding: 0;
}
.about-our-vision img {
	width: 100%;
}
.about-our-vision .overlay {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.about-our-vision .overlay .box {
	background-color: #fff;
	padding: 55px 45px 45px 45px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	max-width: 735px;
	float: right;
}
.about-our-vision .overlay .box .sub-title {
	border-radius: 15px;
	padding: 0 28px;
	background-color: #fa1925;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
}
.about-our-vision .overlay .box p {
	color: #212121;
	font-size: 20px;
	font-weight: 500;
}
.about-our-vision .overlay .box a {
	color: #fa1925;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}
.about-our-vision .overlay .box strong {
	font-size: 180px;
	color: #000;
	font-weight: 500;
	line-height: 140px;
}
.about-our-vision .overlay .box .right {
	text-align: right;
	min-width: 200px;
}
.about-our-vision .overlay .box .right p {
	margin: 20px 0 0 0;
}
.home-about-us.about-page:after {
	display: none;
}
.happy-clients {
	border-top: 1px solid #e5e5e5;
}
.happy-clients .about-clients-logo {
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	padding: 35px 0 55px 0;
}
.happy-clients .about-clients-logo ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}
.happy-clients .about-clients-logo ul li {
	width: 50%;
	padding-bottom: 120px;
}
.happy-clients .about-clients-logo ul li:nth-child(5), .happy-clients .about-clients-logo ul li:nth-child(6) {
	padding-bottom: 0px;
}
.happy-clients .heading {
	padding-bottom: 25px;
	padding-left: 80px;
}
.happy-clients .heading h2 {
	margin-bottom: 0;
}
.happy-clients-slider {
	margin-left: 80px;
}
.happy-clients-slider .items {
	padding-bottom: 40px;
}
.happy-clients-slider .items .image-name {
	display: flex;
	align-items: center;
}
.happy-clients-slider .image {
	width: 76px;
	height: 76px;
	border-radius: 100%;
	margin-right: 15px;
	min-width: 70px;
}
.happy-clients-slider .image img {
	width: 100%;
	height: 100%;
}
.happy-clients-slider .info .text {
	color: #212121;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
}
.happy-clients-slider .info .name-post h3 {
	font-size: 20px;
	color: #212121;
	font-weight: 700;
	margin: 0;
}
.happy-clients-slider .info .name-post p {
	color: #212121;
	font-size: 18px;
	margin: 0;
	font-style: italic;
}
.happy-clients-slider .slick-arrow {
	z-index: 1;
}
.happy-clients-slider .slick-prev {
	position: absolute;
	left: 0;
	bottom: 0;
	left: auto;
	background: #fa1925;
	top: auto;
}
.happy-clients-slider .slick-next {
	position: absolute;
	left: 60px;
	bottom: 0;
	right: auto;
	top: auto;
}
.happy-clients-slider .slick-disabled {
	transform: scale(.7);
	background: #6e6169;
}
.happy-clients-slider .slick-disabled:before, .happy-clients-slider .slick-disabled:after {
	background: #6e6169;
	opacity: 1;
}
.happy-clients-slider .slick-disabled:before, .happy-clients-slider .slick-disabled:before {
	opacity: 1;
}
/* About Us page css end */





/* Advantage page css start */

.benefits-of-choosing {
	background-image: url(../images/advantage/benefits-of-choosing-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.benefits-of-choosing .heading {
	max-width: 900px;
	margin: 0 auto;
}
.benefits-of-choosing .box {
	background-color: #fff;
	transition: all .5s ease;
	padding: 20px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	text-align: center;
	margin-top: 30px;
}
.benefits-of-choosing .box .icon {
	display: flex;
	justify-content: center;
	border-radius: 100%;
	position: relative;
}
.benefits-of-choosing .box .icon img {
	position: relative;
	z-index: 1;
	height: 100px;
}
.benefits-of-choosing .box h3 {
	font-size: 22px;
	color: #1a3760;
	font-weight: 600;
	margin-bottom: 10px;
	min-height: 53px;
	display: flex;
	justify-content: center;
	align-items: end;
}
.benefits-of-choosing .box p {
	color: #797979;
	font-size: 14px;
}
.benefits-of-choosing .col-lg-3:nth-child(2) .box, .benefits-of-choosing .col-lg-3:nth-child(3) .box {
	margin-top: 80px;
}
.helps {
	background-image: url(../images/advantage/helps-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.helps .heading {
	margin-bottom: 1rem;
	padding-bottom: 0;
}
.helps .image {
	text-align: center;
}
.benefits-of-choosing-bottom .heading {
 max-width:;
	margin: 0 auto;
}
.benefits-of-choosing-bottom .box {
	background-color: #fff;
	transition: all .5s ease;
	padding: 35px 40px 25px 0;
	box-shadow: 0px 3px 35px rgb(0 0 0 / 15%);
	border-radius: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	display: flex;
}
.benefits-of-choosing-bottom .box .number {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #153b99;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	width: 115px;
	height: 115px;
	min-width: 115px;
	margin-left: -45px;
	margin-top: -75px;
	padding-left: 30px;
	padding-top: 30px;
	margin-right: 18px;
}
.benefits-of-choosing-bottom .box h3 {
	font-size: 22px;
	color: #1a3760;
	font-weight: 600;
	margin-bottom: 10px;
}
.benefits-of-choosing-bottom .box p {
	color: #5e5e5e;
	font-size: 14px;
	margin-bottom: 0;
}
/* Advantage page css end */



/* Blog page css start */

.blog-filter {
	padding-top: 22px;
	padding-bottom: 0;
}
.blog-filter .filter-item {
	margin-bottom: 22px;
}
.blog-filter .filter-item .filter {
	display: inline-block;
	padding: 5px 25px;
	margin: 0;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.5s ease;
	border: 1px solid transparent;
	color: #797979;
	font-weight: 400;
}
.blog-filter .filter-item .filter:hover, .blog-filter .filter-item .filter.active {
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	border: 1px solid #fa1925;
	background-color: #fff;
	color: #fa1925;
}
.blog-filter .filter-container {
	padding: 50px 0;
	border-top: 1px solid #d8cdde;
	background-image: url(../images/blog/filter-container-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.blog-filter .blog-name {
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #ccbcbd;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
.blog-filter .blog-list .image {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
}
.blog-filter .blog-list .image img {
	max-height: 305px;
}
.blog-filter .blog-list {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.blog-filter .blog-list .blog-info {
	padding: 0;
}
.blog-filter .blog-list .blog-info .data {
	color: rgba(0,0,0,0.7);
}
.blog-filter .blog-list .blog-info h3 {
	color: #1a3760;
	font-size: 30px;
	margin-top: 10px;
}
.blog-filter .blog-list .blog-info p {
	-webkit-line-clamp: 3;
}
.blog-page-list {
	padding-bottom: 0;
}
.blog-page-list .border-two {
	border-top: 1px solid #fa1925;
	border-bottom: 1px solid #153b99;
	padding: 5px;
	margin-top: 40px;
}
.blog-page-list .blog-name {
	font-weight: 400;
	color: #191d27;
	padding-bottom: 15px;
}
.blog-page-list .blog-list {
	box-shadow: 0px 3px 35px rgb(0 0 0 / 26%);
}
.latest-blog .heading h2 {
	margin-bottom: 0;
}
.latest-blog .blog-list {
	box-shadow: none;
	border-radius: 0;
	overflow: inherit;
	background: transparent;
	margin-bottom: 45px;
}
.latest-blog .blog-list .image {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
}
.latest-blog .blog-list .blog-info {
	padding: 0;
}
.latest-blog .blog-list .blog-info p {
	-webkit-line-clamp: 3;
}
.latest-blog .blog-categories h3 {
	font-size: 18px;
	font-weight: 500;
	color: #212121;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #7f7f7f;
}
.latest-blog .blog-categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-blog .blog-categories ul li {
	display: inline-block;
	border: 1px solid #9c9c9c;
	border-radius: 6px;
	padding: 2px 8px;
	margin-bottom: 8px;
	margin-right: 2px;
	transition: 0.5s;
}
.latest-blog .blog-categories ul li a {
	text-decoration: none;
	color: #191d27;
	font-weight: 400;
	font-size: 14px;
}
.latest-blog .blog-categories ul li:hover {
	border: 1px solid #fa1925;
}
.latest-blog .blog-categories ul li:hover a {
	color: #fa1925;
}
.newsletter {
	background-color: #ffebec;
}
.newsletter-bg {
	background-image: url(../images/blog/newsletter-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}
.newsletter .form-box {
	padding: 45px 0 48px 50px;
}
.newsletter h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: unset;
}
.newsletter h2 {
	font-size: 38px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 600;
}
.newsletter form {
	position: relative;
}
.newsletter form .form-control {
	color: #595959;
	font-size: 14px;
	border-radius: 10px;
	border: none;
	min-height: 60px;
}
.newsletter form button {
	position: absolute;
	right: 6px;
	top: 5px;
}
.newsletter .image-box {
	display: flex;
	align-items: end;
	height: 100%;
	justify-content: end;
	padding-right: 48px;
}
.blog-filter .filter-item {
	padding: 0;
}
/* Blog page css end */





/* Blog list page css start */

.blog-list-page-header {
	background-image: url(../images/blog-list/blog-list-page-header.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0;
	box-shadow: 0px 13px 21px rgb(0 0 0 / 6%);
	border-bottom: 1px solid #d5dcee;
	z-index: 1;
	position: relative;
	padding: 35px 0;
}
.breadcrumb {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.breadcrumb .breadcrumb-item {
	color: #fff;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item.active {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}
.breadcrumb .breadcrumb-item.active {
	font-size: 20px;
	font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: none;
}
.blog-list-page {
	padding-bottom: 60px;
}
.blog-list-page .blog-list {
	margin-bottom: 50px;
}
.blog-list-page .pagination {
	justify-content: center;
	margin: 20px 0 30px 0;
}
.pagination .page-link {
	border: 1px solid #173b98;
	font-weight: 700;
	color: #000;
	padding: 12px 18px;
}
.pagination .page-link.active {
	background-color: #173b98;
	color: #fff;
	z-index: 0;
}
/* Blog list page css end */



/* Blog detail page css start */

.blog-detail-page {
	background-image: url(../images/blog-detail/blog-detail-page-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.blog-detail-page-header {
	background-image: url(../images/blog-detail/page-header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0;
	box-shadow: 0px 13px 21px rgb(0 0 0 / 6%);
	border-bottom: 1px solid #d5dcee;
	z-index: 1;
	position: relative;
}
.blog-detail-page-header .blog-list {
	box-shadow: none;
	border-radius: 0;
	overflow: hidden;
	background: transparent;
}
.blog-detail-page-header .blog-list .blog-info .data {
	color: #fff;
}
.blog-detail-page-header .blog-list .blog-info {
	padding: 85px 0 0 0;
}
.blog-detail-page-header .blog-list .blog-info h3 {
	color: #fff;
	font-size: 30px;
}
.blog-detail-page-header .blog-list .blog-info h3 a {
	color: #fff;
}
.blog-detail-page-header .blog-list .post-by {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-top: 60px;
}
.blog-detail-page-header .blog-list .post-by a {
	text-decoration: none;
	color: #fff;
}
.blog-detail-page-header .blog-list .image {
	border-radius: 12px;
	overflow: hidden;
}
.blog-detail-page-header .blog-list .image img {
	max-height: inherit;
}
.table-of-content {
	margin-bottom: 50px;
}
.table-of-content h3 {
	color: #191d27;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
.table-of-content h3:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 3px;
	height: 21px;
	background: #fa1925;
	top: 3px;
	margin-right: 10px;
}
.table-of-content .nav .nav-item {
	padding-bottom: 15px;
}
.table-of-content .nav .nav-link {
	padding: 0;
	color: #191d27;
	font-size: 14px;
	font-weight: 400;
}
.table-of-content .nav .nav-link.active {
	color: #153b99;
}
.share-this-article h3 {
	color: #191d27;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
.share-this-article ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.share-this-article ul li {
	display: inline-block;
	margin-right: 25px;
}
.share-this-article ul li:last-child {
	margin-right: 0;
}
.share-this-article ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 20px;
}
.share-this-article ul li a:hover {
	color: #fa1925;
}
.blog-detail p {
	color: #191d27;
	font-size: 14px;
}
.blog-detail h3 {
	color: #1a3760;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}
.blog-detail .content {
	margin-top: 45px;
}
 .blog-detail .content ul li::marker {
 color: #fa1925;
}
.blog-detail .content ul li {
	color: #191d27;
	font-size: 14px;
	padding: 15px 0;
}
.blog-detail .content img {
	border: 1px solid #d8deee;
}
.blog-detail .content .post-by {
	display: flex;
	align-items: center;
}
.blog-detail .content .post-by .image {
	margin-right: 22px;
}
.blog-detail .content .post-by .image img {
	width: 70px;
	height: 70px;
	min-height: 70px;
	border: none;
	border-radius: 6px;
}
.blog-detail .content .post-by .info .the-author {
	font-size: 18px;
	font-weight: 600;
	color: #1a3760;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.blog-detail .content .post-by .info h3 {
	color: #fa1925;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.blog-detail .content .post-by .info p {
	color: #434343;
	margin-bottom: 0;
}
.prev-next-post {
	padding-top: 45px;
}
.prev-next-post ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.prev-next-post ul li a {
	color: #1a3760;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: underline;
}
.prev-next-post ul li a:hover {
	color: #fa1925;
}
.blog-page-list.blog-detail {
	padding-top: 0;
	padding-bottom: 60px;
}
.blog-page-list.blog-detail .border-two {
	margin-top: 0;
	margin-bottom: 40px;
}
.blog-page-list.blog-detail .heading h2 {
	margin-bottom: 0;
}
.blog-page-list.blog-detail .blog-list {
	margin-bottom: 30px;
}
#table-of-content {
	height: 250px;
	overflow: auto;
	position: relative;
}
 .scroll-bg::-webkit-scrollbar-track {
 background-color: #e5e5e5;
}
 .scroll-bg::-webkit-scrollbar {
 width: 10px;
 background-color: #e5e5e5;
}
 .scroll-bg::-webkit-scrollbar-thumb {
 background-color: #cecece;
}
.scrollbar {
	overflow-y: scroll;
}
/* Blog detail page css end */





/* Business Model page css start */

.kenar-it-offers .heading {
	padding-bottom: 25px;
}
.business-success {
	background-image: url(../images/business-model/business-success-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.business-success .heading h2 {
	color: #fff;
	margin-bottom: 0;
}
.future-strategy.business-model {
	background-image: url(../images/business-model/business-model-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.future-strategy.business-model .heading {
	max-width: 660px;
}
/* Business Model page css end */



/* Business Success page css start */

.achieving-success .heading {
	max-width: 800px;
	margin: 0 auto;
}
.achieving-success strong {
	font-size: 18px;
	font-weight: 500;
	color: #212121;
}
.achieving-success .content p {
	color: #4e4e4e;
	font-size: 14px;
}
.benefits-of-choosing-bottom.business-success-page {
	background-color: #e8ecf5;
	padding-bottom: 100px;
}
.companies-trusting {
	background-image: url(../images/business-success/companies-trusting-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.companies-trusting h3 {
	color: #000000;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 55px;
	text-align: center;
}
.companies-trusting h3 strong {
	color: #fa1925;
	border-bottom: 4px solid #fa1925;
}
.companies-trusting ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.companies-trusting ul li {
	width: 236px;
	height: 100px;
	background-color: #fff;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 6px;
	margin: 0 18px 18px 18px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.companies-trusting ul li:nth-child(5) {
	margin-left: 50px;
}
.companies-trusting ul li:nth-child(7) {
	margin-right: 50px;
}
/* Business Success page css end */



/* Career page css start */

.why-work-with .content p {
	color: #4e4e4e;
	font-size: 14px;
}
.trending-opportunities {
	background-color: #e8ecf5;
}
.trending-opportunities .heading {
	max-width: 630px;
	margin: 0 auto;
}
.career-job-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.career-job-list li {
	margin-bottom: 15px;
	border-radius: 8px;
}
.career-job-list li button {
	background: #fff;
	font-size: 22px;
	color: #1a3760;
	font-weight: 600;
	padding: 30px 76px 30px 30px;
	background-color: #fff;
	transition: all .5s ease;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	border: none;
	width: 100%;
	text-align: left;
	position: relative;
}
.career-job-list li button::before {
	width: 44px;
	height: 44px;
	position: absolute;
	content: "";
	background-color: #fceceb;
	border-radius: 100%;
	top: 50%;
	right: 20px;
	margin-top: -22px;
}
.career-job-list li button::after {
	content: "";
	background-image: url(../images/career/accordion-arrow.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	transition: transform 0.25s ease-out;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 28px;
	margin-top: -13px;
}
.job-popup .modal-dialog {
	max-width: 920px;
}
.job-popup .modal-header {
	padding: 35px 0 10px 0;
	border: none;
}
.job-popup .modal-header .modal-title {
	font-size: 30px;
	font-weight: 600;
	color: #1a3760;
	text-transform: uppercase;
}
.job-popup .modal-content {
	padding: 0 35px;
}
.job-popup .modal-body {
	padding: 0;
}
.job-popup .location-experience {
	padding-bottom: 35px;
	border-bottom: 1px solid #d0d8eb;
	margin-bottom: 35px;
	color: #505050;
	font-size: 20px;
	font-weight: 500;
}
.job-popup .modal-body h3 {
	color: #153b99;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 30px 0;
}
.job-popup .modal-body ul {
	padding: 0;
	margin: 0;
}
.job-popup .modal-body ul li {
	list-style: none;
	padding: 0px 0px 0px 32px;
	margin: 0px 0 30px 0;
	color: #5e5e5e;
	cursor: pointer;
	position: relative;
	border-radius: 12px 0 0 12px;
	transition: 0.5s;
}
.job-popup .modal-body ul li:before {
	content: "";
	position: absolute;
	top: 6px;
	width: 12px;
	height: 12px;
	left: 12px;
	background: #eea19e;
	border-radius: 6px;
	transition: 0.5s;
}
.job-popup .modal-body ul li:after {
	content: "";
	position: absolute;
	top: 10px;
	width: 4px;
	height: 4px;
	left: 16px;
	background: #dd443d;
	border-radius: 2px;
	transition: 0.5s;
}
.job-popup .modal-footer {
	padding-right: 0;
	padding-left: 0;
	border-top: 1px solid #d0d8eb;
}
.job-popup .modal-footer button {
	margin: 0;
}
.apply-job-popup .modal-dialog {
	max-width: 920px;
}
.apply-job-popup .modal-content {
	padding: 40px 40px 0 40px;
}
.apply-job-popup .modal-header {
	padding: 0;
	justify-content: center;
	border: none;
}
.apply-job-popup .modal-header .modal-title {
	color: #153b99;
	font-size: 22px;
	font-weight: 600;
}
.apply-job-popup .modal-body {
	padding: 10px 0 0 0;
}
.apply-job-popup .modal-body h3 {
	font-size: 30px;
	font-weight: 600;
	color: #1a3760;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
	border-bottom: 1px solid #d0d8eb;
	padding-bottom: 15px;
}
.apply-job-popup .modal-body form {
	padding: 0 50px;
}
.apply-job-popup .modal-footer {
	padding-left: 40px;
	padding-right: 40px;
}
.apply-job-popup .modal-footer button {
	float: right;
}
.apply-job-popup .modal-footer a {
	color: #797979;
	text-decoration: none;
}
.apply-job-popup .modal-body .form-check .form-check-input {
	border: 3px solid #7f7f7f;
	border-radius: 0;
}
.apply-job-popup .modal-body .form-check .form-check-input:checked[type=checkbox] {
	background-color: #7f7f7f;
	background-size: 150%;
}
.apply-job-popup .modal-body .form-check .form-check-input:focus {
	box-shadow: none;
}
.apply-job-popup .modal-body .form-check label {
	color: #797979;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.apply-job-popup .modal-body .file-upload-wrapper {
	position: relative;
	width: 100%;
	height: 50px;
}
.apply-job-popup .modal-body .file-upload-wrapper:after {
	content: attr(data-text);
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 10px 15px;
	display: block;
	width: 100%;
	pointer-events: none;
	z-index: 20;
	height: 50px;
	line-height: 50px;
	color: #000;
	border: 1px solid #c5c5c5;
}
.apply-job-popup .modal-body .file-upload-wrapper:before {
	content: "Upload your CV / Resume";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	height: 40px;
	background: #c9c9c9;
	color: #000000;
	z-index: 25;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	pointer-events: none;
}
.apply-job-popup .modal-body .file-upload-wrapper input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
/* Career page css end */





/* Contact Us page css start */

.contact-us-page-header {
	background-image: url(../images/contact/contact-us-page-header-bg.png);
	overflow: inherit;
	min-height: 500px;
}
.contact-us-page-header .heading {
	padding-top: 80px;
}
.contact-us-page-header .heading h2 {
	margin-bottom: 25px;
}
.contact-us-page-header .heading p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}
.contact-form-main {
	position: relative;
}
.contact-form {
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	padding: 35px;
	background: #fff;
	position: absolute;
	top: 70px;
	width: calc(100% - 30px);
	left: 15px;
}
.contact-form h3 {
	font-size: 28px;
	color: #1f419c;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-form .submit-btn button {
	float: right;
}
.contact-form .form-group {
	margin-bottom: 20px;
}
.we-are-helping {
	padding-top: 80px;
}
.we-are-helping .heading {
	max-width: 850px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.contact-us-page-logo {
	border: none;
	box-shadow: none;
}
.big-story.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.big-story .item .box:after {
	content: "";
	width: 90px;
	height: 60px;
	position: absolute;
	left: 26%;
	top: 15px;
	background-image: url(../images/contact/quotes.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: -1;
}
.big-story .item .box {
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	padding: 50px 40px;
	display: flex;
	align-self: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px;
	position: relative;
}
.big-story .item h3 {
	font-size: 28px;
	color: #1f419c;
	font-weight: 700;
	margin: 20px 50px 0 0;
	width: 200px;
}
.big-story .item p {
	color: #616161;
	font-weight: 400;
	width: calc(100% - 400px);
	margin-bottom: 0;
	font-style: italic;
}
.big-story .item img {
	width: 130px;
	height: 130px;
	margin-left: 20px;
}
.big-story .slick-dots {
	bottom: 40px;
	right: 90px;
	left: auto;
	width: auto;
}
.map {
	position: relative;
	padding: 0;
}
.map iframe {
	width: 100%;
	height: 600px;
}
.map .map-image {
	width: 100%;
	min-height: 600px;
	object-fit: cover;
}
.map .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.map .overlay .box {
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	padding: 40px;
	background-color: #fff;
	max-width: 560px;
}
.map .overlay .box h3 {
	font-size: 28px;
	color: #1f419c;
	font-weight: 700;
	margin-bottom: 25px;
}
.map .overlay .box .contact-detail {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.map .overlay .box .contact-detail:last-child, .map .overlay .box .contact-detail .info p:last-child {
	margin-bottom: 0;
}
.map .overlay .box .contact-detail .info {
	color: #000;
	font-weight: 400;
	margin-left: -20px;
}
.map .overlay .box .contact-detail .info p {
	display: flex;
	margin-bottom: 8px;
}
.map .overlay .box .contact-detail .info strong {
	font-weight: 500;
	color: #ed1b2c;
	font-size: 20px;
}
.map .overlay .box .contact-detail .info a {
	text-decoration: none;
	color: #000;
}
.map .overlay .box .contact-detail .info .icon {
	width: 15px;
	margin-right: 10px;
}
/* Contact Us page css end */



/* FAQs page css start */

.faqs {
	background-image: url(../images/faqs/faqs-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-bottom: 150px;
}
.faqs .faqs-filter-item {
	padding: 0;
	margin: 10px 0 60px 0;
	list-style: none;
	text-align: center;
}
.faqs .faqs-filter-item li.filter {
	display: inline-block;
	padding: 5px 25px;
	margin: 0;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.5s ease;
	border: 1px solid transparent;
	color: #797979;
	font-weight: 400;
}
.faqs .faqs-filter-item li.filter:hover, .faqs .faqs-filter-item li.filter.active {
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	border: 1px solid #fa1925;
	background-color: #fff;
}
.faqs .accordion .accordion-item {
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
	background-color: #fff;
	border: none;
	overflow: hidden;
}
.faqs .accordion .accordion-item .accordion-button {
	border-radius: 8px;
	background: transparent;
	font-size: 22px;
	color: #1a3760;
	font-weight: 600;
	padding: 30px 85px 30px 30px;
	box-shadow: none;
	border: none;
	z-index: 1;
	position: relative;
}
.faqs .accordion .accordion-item .accordion-header {
	position: relative;
}
.faqs .accordion .accordion-item .accordion-header:after {
	background-color: #fceceb;
	content: "";
	position: absolute;
	height: 44px;
	right: 25px;
	width: 44px;
	top: 50%;
	border-radius: 100%;
	margin-top: -22px;
}
.faqs .accordion .accordion-body {
	padding: 0 30px 30px 30px;
	background-image: url(../images/faqs/faqs-accordion-body-bg.png);
	background-repeat: no-repeat;
	background-size: 109px 189px;
	background-position: bottom right;
}
.faqs .accordion .accordion-body p {
	color: #414141;
	font-size: 16px;
}
.faqs .accordion .accordion-body ul {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
}
.faqs .accordion .accordion-body ul li {
	margin-bottom: 15px;
	color: #353535;
	font-size: 16px;
	position: relative;
	padding-left: 42px;
	width: 50%;
	font-weight: 400;
}
.faqs .accordion .accordion-body ul li:before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	left: 18px;
	background: #eea19e;
	border-radius: 6px;
}
.faqs .accordion .accordion-body ul li:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	width: 4px;
	height: 4px;
	left: 22px;
	background: #dd443d;
	border-radius: 2px;
}
.faqs .accordion .accordion-button::before, .faqs .accordion .accordion-button::after {
	background-color: #fd5300;
	content: "";
	position: absolute;
	transition: transform 0.25s ease-out;
}
.faqs .accordion .accordion-button::before {
	height: 25px;
	right: 44px;
	width: 5px;
	top: 50%;
	margin-top: -12px;
	transform: rotate3d(0, 0, 1, 90deg);
}
.faqs .accordion .accordion-button::after {
	width: 25px;
	height: 5px;
	right: 34px;
	top: 50%;
	margin-top: -2px;
}
.faqs .accordion .accordion-button.collapsed::before {
	transform: rotate3d(0, 0, 1, 180deg);
}
/* FAQs page css end */



/* Industries page css start */

.transformational {
	background-color: #e8ecf5;
}
.transformational .heading {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 0;
}
.industries-main .list {
	display: flex;
}
.industries-main .list .des {
	width: 50%;
	padding-right: 15px;
}
.industries-main .list h2 {
	color: #000000;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}
.industries-main .list h2 span {
	color: #1e419d;
}
.industries-main .list p {
	color: #212121;
	font-size: 18px;
	font-weight: 500;
}
.industries-main .list .link {
	font-size: 18px;
	color: #fa1925;
}
.industries-main .list .tags {
	width: 50%;
	padding-left: 15px;
	padding-top: 55px;
}
.industries-main .list .tags ul {
	display: flex;
	flex-wrap: wrap;
	color: #323232;
	font-size: 18px;
	line-height: 20px;
}
.industries-main .list .tags ul li {
	padding-bottom: 14px;
}
.industries-main .list .tags ul li:nth-child(odd) {
	width: 55%;
}
.industries-main .list .tags ul li:nth-child(even) {
	width: 45%;
}
.industries-main .case-study-box-bg {
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 9px;
	border-bottom: 1px solid #1e419d;
}
.industries-main .case-study-box-bg:before {
	content: "";
	position: absolute;
	bottom: 50px;
	right: -60px;
	width: 357px;
	height: 357px;
	background-image: url(../images/industries/case-study-box-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: -1;
}
.industries-main .item {
	border-bottom: 1px solid #ea1b2d;
	margin-bottom: 50px;
}
.industries-main .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.industries-main .item:last-child .case-study-box-bg {
	margin-bottom: 0;
	border-bottom: none;
}
.industries-main .case-study-box {
	border-radius: 10px;
	padding: 20px 20px 20px 40px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
	background-color: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.industries-main .case-study-box .info .link {
	color: #1e419d;
	font-size: 18px;
	text-decoration: none;
}
.industries-main .case-study-box .info .link:hover {
	color: #fa1925;
}
.industries-main .case-study-box .info h3 {
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	margin: 25px 0 20px 0;
}
.industries-main .case-study-box .info p {
	color: #212121;
	font-size: 16px;
}
.industries-main .case-study-box .info .btn {
	min-width: 115px;
}
.industries-main .case-study-box .image {
	min-width: 310px;
	width: 310px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
	border-radius: 10px;
	margin-left: 30px;
}
.industries-trusting {
	background-image: url(../images/industries/industries-trusting-bg.png);
}
/* Industries page css end */





/* Industries detail page css start */



.page-headerp-industries-detail {
	min-height: 370px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.get-fully .content p {
	color: #4e4e4e;
	font-size: 14px;
}
.get-fully .heading {
	padding-bottom: 30px;
}
.get-fully .content .btn {
	margin-top: 0;
}
.build-on-demand {
	background-image: url(../images/industries-detail/build-on-demand-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.build-on-demand .left {
	padding-right: 40px;
}
.build-on-demand .left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.build-on-demand .left ul li {
	display: flex;
	padding-bottom: 30px;
}
.build-on-demand .left ul li .arrow {
	width: 62px;
	min-width: 62px;
}
.build-on-demand .left ul li .info h3 {
	color: #1a3760;
	font-size: 22px;
	font-weight: 600;
	margin: 3px 0 8px 0;
}
.build-on-demand .left ul li .info p {
	color: #5e5e5e;
	font-size: 14px;
	margin-bottom: 0;
}
.build-on-demand .right {
	padding-left: 30px;
	position: relative;
}
.build-on-demand .right:before {
	content: "";
	position: absolute;
	left: -13px;
	top: 0;
	height: calc(100% - 30px);
	background-color: #d0d4dc;
	width: 1px;
}
.build-on-demand .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.build-on-demand .right ul li {
	padding-bottom: 50px;
}
.build-on-demand .right ul li h2 {
	color: #153b99;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 0;
}
.build-on-demand .right ul li h3 {
	color: #1a3760;
	font-size: 22px;
	font-weight: 600;
	margin: 5px 0 10px 0;
}
.build-on-demand .right ul li p {
	color: #5e5e5e;
	font-size: 14px;
	margin: 0 auto;
	max-width: 160px;
}
.revolution, .revolution {
	position: relative;
	background: #e8ecf5;
}
.revolution:after {
	content: "";
	position: absolute;
	background-image: url(../images/industries-detail/revtop.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0;
	right: 0;
	width: 361px;
	height: 531px;
}
.revolution:before {
	content: "";
	position: absolute;
	background-image: url(../images/industries-detail/revbtm.png);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 0;
	left: 0;
	width: 361px;
	height: 300px;
}
.revolution .box {
	padding: 25px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
	border-radius: 12px;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	height: calc(100% - 30px);
}
.revolution .box .icon {
	text-align: left;
	position: relative;
	min-height: 80px;
	display: block;
	float: left;
	width: 50px;
}
.revolution .box .icon img {
	display: block;
	width: 100%;
	height: auto;
}
.revolution .box span {
	display: block;
	overflow: hidden;
}
.revolution .box h3 {
	color: #1a3760;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	display: block;
	margin-left: 70px;
}
.revolution .box p {
	color: #5e5e5e;
	font-size: 16px;
}
.what-makes {
	position: relative;
}
.what-makes:after {
	content: "";
	position: absolute;
	background-image: url(../images/industries-detail/what-makes-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 0;
	left: 0;
	width: 266px;
	height: 527px;
	z-index: -1;
}
.what-makes .content p {
	color: #4e4e4e;
	font-size: 14px;
}
.global-market {
	position: relative;
	background: linear-gradient(to right, var(--c1, #153b99), var(--c2, #fa1925) 51%, var(--c1, #153b99)) var(--x, 0)/ 200%;
}
.global-market:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background-image: url(../images/industries-detail/wtmakebg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.global-market .heading h2 {
	color: #fff;
	margin-bottom: 25px;
}
.global-market .heading p {
	color: #fff;
}
.frequently {
	background-image: url(../images/industries-detail/frequently-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-bottom: 150px;
}
.frequently .heading {
	padding-bottom: 20px;
}
.frequently .accordion .accordion-item {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #a6a6a6;
}
.frequently .accordion .accordion-item .accordion-button {
	background: #fff;
	box-shadow: none;
	font-size: 18px;
	color: #212121;
	font-weight: 500;
	padding: 30px 76px 30px 0px;
}
.frequently .accordion .accordion-body {
	padding: 0 0 15px 0;
}
.frequently .accordion .accordion-body p {
	color: #4e4e4e;
	font-size: 14px;
	margin-bottom: 20px;
}
.frequently .accordion .accordion-button::before, .frequently .accordion .accordion-button::after {
	background-color: #4e4e4e;
	content: "";
	position: absolute;
	transition: transform 0.25s ease-out;
}
.frequently .accordion .accordion-button::before {
	height: 24px;
	right: 34px;
	width: 3px;
	top: 50%;
	margin-top: -12px;
	transform: rotate3d(0, 0, 1, 90deg);
}
.frequently .accordion .accordion-button::after {
	width: 24px;
	height: 3px;
	right: 23px;
	top: 50%;
	margin-top: -1px;
}
.frequently .accordion .accordion-button.collapsed::before {
	transform: rotate3d(0, 0, 1, 180deg);
}
.portfolio-page {
	background-image: url(../images/portfolio/portfolio-bg.png);
}
/* Industries detail page css end */





/* portfolio detail page css start */



.portfolio-detail-page-header {
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.portfolio-detail-page-header .heading p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
}
.portfolio-detail-image {
	text-align: center;
}
.portfolio-detail-image p {
	color: #494949;
}
.portfolio-detail-image img {
	margin-top: 50px;
}
.client-requirements {
	background: linear-gradient(90deg, #153b99 55%, #f91925 45%);
}
.client-requirements h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 50px;
}
.client-requirements p {
	color: #fff;
}
.features .content h3 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.features .content p {
	color: #3a3a3a;
}
.features .box {
	margin-top: 40px;
}
.features .box:first-child {
	margin-top: 0;
}
.more-screens {
	background-color: #ffebec;
}
.advanced-content .box h3 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.advanced-content .box p {
	color: #3a3a3a;
}
.advanced-content .box {
	margin-bottom: 50px;
}
.advanced-content .typography h3 {
	color: #000000;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 30px;
}
.advanced-content .typography p {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
}
.advanced-content .typography p strong {
	color: #000000;
	font-size: 100px;
	font-weight: 600;
	line-height: 80px;
}
.challenges {
	background-color: #ffebec;
	padding-bottom: 0;
}
.challenges p {
	color: #3a3a3a;
}
.technology-stacks {
	position: relative;
}
.technology-stacks:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 53px;
	height: 278px;
	background: url(../images/portfolio-detail/technology-stacks-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}
.technology-stacks .heading {
	max-width: 900px;
	margin: 0 auto;
}
.technology-stacks .heading p {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.technology-stacks .technology-slider .logo {
	text-align: center;
}
.technology-stacks .technology-slider .logo img {
	display: inline-block;
}
.technology-stacks .technology-slider .slick-arrow:before, .technology-stacks .technology-slider .slick-arrow:after {
	display: none;
}
.technology-stacks .technology-slider .slick-prev {
	height: 16px;
	width: 15px;
	background: url(../images/portfolio-detail/arrow-prev.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
}
.technology-stacks .technology-slider .slick-next {
	height: 16px;
	width: 15px;
	background: url(../images/portfolio-detail/arrow-next.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	z-index: 1;
}
.technology-stacks .technology-slider {
	margin-top: 15px;
}
/* portfolio detail page css end */





/* content page css start */

.content-page #table-of-content1 {
	margin-top: 0;
}
.content-page .list-style-nono {
	list-style: none;
	padding-left: 3rem;
}
.content-page .content img {
	margin-top: 15px;
}
.content-page .table-of-content {
	margin-bottom: 30px;
}
.content-page #table-of-content {
	height: 320px;
}
/* content page css end */



.alliancebox {
	background-color: #fff;
	transition: all .5s ease;
	padding: 30px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.alliancebox img {
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #919191;
	max-width: 100%;
	height: auto;
}
.brandbox {
	background-color: #fff;
	transition: all .5s ease;
	padding: 30px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.benifitbox {
	background-color: #fff;
	transition: all .5s ease;
	padding: 30px;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	border-radius: 12px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.life_wrap_mid {
	background-image: url(../images/advantage/helps-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.getintouch {
	padding: 100px 0;
	background-image: url(../images/page-header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 13px 21px rgb(0 0 0 / 6%);
	border-bottom: 1px solid #d5dcee;
	z-index: 1;
	position: relative;
}
.Trending_wrap {
	background: #e8ecf5;
}
.joblist {
	margin: 0;
	padding: 0;
}
.joblist li {
}
.joblist li a {
	padding: 20px;
	display: block;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
	background-color: #fff;
	border: none;
	overflow: hidden;
	font-size: 22px;
	color: #1a3760;
	font-weight: 600;
	text-decoration: none;
}
.jobdtl_sec_wrap h5 {
	color: #153b99;
	text-transform: uppercase;
}
.jobdtl_sec_wrap h5 span {
	display: block;
	color: #000000;
	font-size: 1.8rem;
}
.checkbox span {
	font-weight: 300;
	display: block;
	margin-left: 30px;
}
.checkbox input {
	display: block;
	float: left;
	margin: 5px 0 0 0;
}
.Portfolio_sec_wrap {
	background: #153b99;
}
.redcolor {
	background: #ff0000
}
.more_screen_wrap {
	background: #ffebec;
}
.colorlist li {
	margin-top: 10px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.colorbox {
	display: block;
	float: none;
	border-radius: 100px;
	width: 20px;
	height: 40px;
	margin: 0 auto 10px auto
}
.cl1 {
	background: #3e7cce;
}
.cl2 {
	background: #000000;
}
.cl3 {
	background: #cccccc;
}
.img_with_text {
	display: block;
	overflow: hidden;
	margin-block: 20px;
}
.img_with_text img {
	height: 100%;
	width: 40px;
	display: block;
	float: left;
}
.img_with_text span {
	display: block;
	margin-left: 60px;
	color: #000000;
	font-weight: 500;
	font-size: 1rem;
}
.bg-light .accordion .accordion-item .accordion-button {
	background: transparent !important;
	box-shadow: none;
	font-size: 18px;
	color: #212121;
	font-weight: 500;
	padding: 30px 76px 30px 20px!important;
}
.bg-light .accordion .accordion-body {
	padding: 20px;
}
.servicetop {
	background-image: url(../images/home/home-about-us-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.servicetop:after {
	content: "";
	background-image: url(../images/service/what-makes-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	width: 225px;
	height: 520px;
	position: absolute;
	left: 0;
	top: 0;
}
.servicetab .tab-content {
	display: block;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	padding: 40px;
}
.servicetab .tab-content:before {
	content: "";
	background-image: url(../images/home/home-technology-top-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 111px;
	height: 189px;
	position: absolute;
	right: 0;
	top: 0;
}
.servicetab .tab-content:after {
	content: "";
	background-image: url(../images/home/home-technology-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 83px;
	height: 131px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.servicetab .nav-link {
	list-style: none;
	padding: 15px 15px 15px 40px;
	margin: 0 0;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	transition: 0.4s;
	text-align: left;
	position: relative;
	border-radius: 12px 0 0 12px;
	transition: 0.5s;
}
.servicetab .nav-link:before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	left: 18px;
	background: #eea19e;
	border-radius: 6px;
	transition: 0.5s;
}
.servicetab .nav-link:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	width: 4px;
	height: 4px;
	left: 22px;
	background: #dd443d;
	border-radius: 2px;
	transition: 0.5s;
}
.servicetab .nav-link.active {
	color: #fff;
	background: linear-gradient(to right, var(--c1, #153b99), var(--c2, #fa1925) 51%, var(--c1, #153b99)) var(--x, 0)/ 200%;
}
.serviceinlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.serviceinlist li {
	padding: 0px 0 10px 25px;
	background-image: url(../images/service/list1.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.serviceinlist li b {
	color: #000000;
}
.toolswrap {
	background-image: url(../images/home/home-about-us-bg.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-bottom: 50px
}
.toolswrap .box {
	padding: 25px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
	border-radius: 12px;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	min-height: 148px;
}
.toolswrap .box img {
	margin: auto;
}
.casestudy.industries-main .case-study-box-bg {
	position: relative;
	padding-bottom: 50px;
	margin: 10px 10px 0 10px;
	border-bottom: none;
}
.casestudy.industries-main .case-study-box {
	border-radius: 10px;
	padding: 20px 20px 20px 40px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
	background-color: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 20px;
}
.whychoosewrap {
	background: #dfe8ff;
}
.whychoosewrap h5 {
	font-size: 1rem;
	font-weight: 400;
}
.proj_in_mind {
	padding-bottom: 150px;
	background: #153b99;
	background: -moz-linear-gradient(left, #7389c2 0%, #e97886 100%);
	background: -webkit-linear-gradient(left, #7389c2 0%, #e97886 100%);
	background: linear-gradient(to right, #7389c2 0%, #e97886 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153b99', endColorstr='#fa1925', GradientType=1 );
}
.proj_in_mind .heading h2, .proj_in_mind .heading p {
	color: #ffffff !important;
}
.proj_in_mind label {
	font-weight: 400;
	color: #ffffff;
}
.servicebox {
	overflow: hidden;
	margin: 10px;
	border-radius: 10px;
	position: relative;
}
.servicebox span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: #2b4da2;
	z-index: 1;
	text-align: center;
	color: #ffffff;
}
.inner_banner {
	position: relative;
	padding: 80px 0;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
}
.whybox {
	padding: 25px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
	border-radius: 12px;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	text-align: center;
}
.whybox h3 {
	color: #153b99
}
.analyticsbox {
	padding: 20px;
	margin-bottom: 30px;
}
.analyticsbox:hover {
	background-color: #f1f1f1
}
.analyticsboxtop {
	margin-bottom: 20px;
}
.analyticsboxtop img {
	display: block;
	float: left;
}
.analyticsboxtop h4 {
	font-weight: 500;
	font-size: 1.3rem;
	display: block;
	margin-left: 70px;
}
.expertbox {
	border-radius: 8px;
	padding: 1.1rem;
	align-items: center;
	color: #fff;
	background: linear-gradient(to right, var(--c1, #153b99), var(--c2, #fa1925) 51%, var(--c1, #153b99)) var(--x, 0)/ 200%;
	border: solid 2px #ffffff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	margin-top: -50px;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.analyticswrap h3 {
	color: #000000;
	font-weight: 500;
	font-size: 2rem;
}
.analyticswrap h6 {
	color: #153b99;
	font-weight: 400;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.analytic_box {
	display: block;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
	padding: 40px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.analytic_box:before {
	content: "";
	background-image: url(../images/home/home-technology-top-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 80px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 100%;
}
.analytic_box h2 {
	color: #ff0000;
}
.analytic_box p {
	color: #1a3760;
	font-size: 1.1rem;
}
.buildbox h6 {
	color: #1a3760;
	font-weight: 500;
	font-size: 1.3rem;
	padding-left: 20px;
	background-image: url(../images/industries-detail/borderl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.stateswrap {
	padding: 80px 0;
	background-image: url(../images/industries-detail/stateswrapng.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.processlist {
	display: block;
	position: relative;
	text-align: center;
	padding: 2rem 0;
}
.processlist:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ffffff;
	top: 56px;
	left: 0;
	right: 0;
	content: "";
}
.processlist li {
	padding: 0 2rem;
	display: inline-block;
}
.processbox {
	text-align: center;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}
.processbox h4 {
	background: #153b99;
	color: #ffffff;
	height: 46px;
	width: 46px;
	border-radius: 100px;
	text-align: center;
	border: solid 2px #ffffff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	display: block;
	margin: 0 auto;
	padding: 6px;
}
.processbox p {
	color: #ffffff;
	padding: 10px 0 0 0;
}
.capabilities_wrap h3 {
	color: #000000;
	font-weight: 500;
	font-size: 2rem;
}
.capabilities_wrap h6 {
	color: #153b99;
	font-weight: 400;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.capabilities_wrap {
	padding-bottom: 150px;
	background-image: url(../images/services_industries/capabilities_wrapbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}.analyticsboxtop {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}.analytic_box{
	margin-bottom: 30px;
	margin-top:10px;}

.happy-clients {
	padding: 80px 0 150px 0;
}
.newsletter,.benefits-of-choosing-bottom,.latest-blog {
		padding: 80px 0 150px 0;
}



.blog-list .blog-info h3 {
		overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}
