@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,700,800,900&display=swap');
body {
	font-family: Poppins;
}
/* ---- particles.js container ---- */

#particles-js {
	width: 100%;
	background: url(../img/slide02.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding:70px 0;
	margin-bottom: 100px;
}
.sub-title {
	/* font-style: italic; */
	font-style: 20px;
	font-weight: 500;
}
.banner-text2 {
	width: 100%;
	display: table;
}

.btn-primary:hover {
	color: #fff;
	background-color: #d3af37;
	border-color: #d3af37;
}

.banner-bg-icon {
	background: rgba(255,255,255,0.0);
	margin: auto;
	opacity: 0.3;
}
#minslider .carousel-indicators li {
}
#minslider .carousel-indicators li.active {
	color: #d3af37 !important
}
.particles-js-canvas-el {
	position: absolute;
	top: 0;
	height: 100%;
}
.banner-text h1 {
	font-size: 90px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: -4px;
	line-height:66px;
}
.sec-title .title {
	font-size: 14px;
	color: #403ab4;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 2px;
	display: inline-block;
}
.sec-title .title {
	font-size: 14px;
	color: #403ab4;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 2px;
	display: inline-block;
}
.sec-title h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #3b3b3b;
}
.text, p {
	font-size: 15px;
	color: #555;
	margin-bottom: 20px;
}
.feature-block-four {
	position: relative;
}
.feature-block-four .inner-box {
	position: relative;
	text-align: center;
	padding: 50px 20px 25px;
	border-bottom: 2px solid #0daf96;
	-webkit-box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.45);
	box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.45);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 75px;
	background: #fff;
}
.feature-block-four .inner-box::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(64,58,180) 30%, rgb(76,69,215) 100%);
	-webkit-transition: .9s ease;
	-o-transition: .9s ease;
	transition: .9s ease;
}
.feature-block-four .icon-box {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 38px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(13,175,150,.5);
	-webkit-box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.65);
	box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.65);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-block-four:nth-child(2) .inner-box {
	border-color: #b83b96;
}
.feature-block-four:nth-child(2) .icon-box {
	border: 1px solid rgba(184,59,150,.5);
}
.feature-block-four:nth-child(2) .overlay-content .icon-box {
	border-color: #b83b96;
	background-color: #b83b96;
}
.feature-block-four:nth-child(3) .inner-box {
	border-color: #d0ca43;
}
.feature-block-four:nth-child(3) .icon-box {
	border: 1px solid rgba(208,202,67,.5);
}
.feature-block-four:nth-child(3) .overlay-content .icon-box {
	border-color: #d0ca43;
	background-color: #d0ca43;
}
.feature-block-four:nth-child(4) .icon-box {
	border: 1px solid rgba(64,58,180,.5);
}
.feature-block-four:nth-child(4) .overlay-content .icon-box {
	border-color: #403ab4;
	background-color: #403ab4;
}
.feature-block-four h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.feature-block-four .overlay-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 20px 20px 10px;
	background: #193b68;
	-webkit-transform: scale(.9) translateY(20px);
	-ms-transform: scale(.9) translateY(20px);
	transform: scale(.9) translateY(20px);
	border-radius: 100px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}


.feature-block-four .overlay-content .icon-box {
	color: #fff;
	background: #0eaf96;
	border-color: #0eaf96;
	-webkit-box-shadow: 0 11px 21.25px 3.75px rgba(75,68,209,.37);
	box-shadow: 0 11px 21.25px 3.75px rgba(75,68,209,.37);
}
.feature-block-four .overlay-content .text {
	color: #fff;
	margin-bottom: 0;
}
.feature-block-four .overlay-content .theme-btn {
	background: #fff;
	color: #222;
	-webkit-box-shadow: 0 11px 21.25px 3.75px rgba(0,0,0,.12);
	box-shadow: 0 11px 21.25px 3.75px rgba(0,0,0,.12);
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btn-style-twelve {
	position: relative;
	color: #fff;
	font-size: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	box-shadow: 0 11px 21.25px 3.75px rgba(167,238,227,.65);
	background: #0daf96;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.feature-block-four .inner-box:hover .overlay-content {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border-radius: 0;
}
.feature-block-four h4 a {
	color: #222;
}
.feature-block-four .overlay-content h4 a {
	color: #fff;
}
.overlay-content .text {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: left;
	width: 100%;
	align-items: center;
}
.overlay-content ul {
	text-align: left;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.overlay-content ul li {
	color: #FFF;
	position: relative;
}
.overlay-content ul li::before {
	color: #FFF;
	content: "\f105";
	font-size: 18px;
	margin-left: -15px;
	font-family: 'FontAwesome';
}
.features-section-four {
	position: relative;
	padding: 0 0 80px 0;
	background: #FFF;
	margin-top: 0;
	z-index: 9;
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.features-section-three {
	position: relative;
	z-index: 5;
}
.features-section-four .nav-pills .nav-link.active p, .features-section-four .nav-pills .show > .nav-link p {
	color: #FFF;
}
.features-section-four h3 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom:0px;
	color: #193b68;
}
.features-section-four .nav-link {
	text-transform: inherit;
}
.trending-box {
	margin-bottom: 0px;
	width: 31.3%;
	float: left;
	padding: 0 20px 0 0;
	margin-top: 30px;
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 6px;
	margin-left: 2%;
	min-height: 98px;
	display: flex;
	align-items:center;
	justify-items:center;
}
#changeImage {
	position: relative;
	background: #FFF;
}
.industry-img-hover img {
	max-width: 500px;
	width: 100%;
}
.trending-box:hover {
	text-decoration: none;
}
.trending-box .service_icon img {
	width: 40px;
}
.trending-box h5 {
	width: 117px;
	float: left;
	font-size: 15px;
	color: #000;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	white-space: nowrap;
}
.trending-box p {
	font-size: 12px;
	color: #555;
	margin-top: 5px;
	height: 32px;
	overflow: hidden;
	margin-bottom: 0;
	display: none;
}
.industry-img-hover a {
	display: none !important;
}
.Industries #industry1:hover .industry-img-hover .industry1 {
	display: block !important;
}
.nav-link.trending-box.active, .nav-pills .show > .nav-link.trending-box {
	color: #fff;
	background-color: #FFF;
}
.Industries .carousel-indicators li {
	background-color: #333;
}
.Industries .carousel-indicators li {
	background-color: #333;
}
.Industries .carousel-indicators .active {
	background-color: #193b68;
}
.Industries .carousel-indicators {
	bottom: 0px;
}
.Industries .carousel-inner {
	min-height: 506px;
}
.text-and-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.realestate {
	width: 80px !important;
}
.useful-serice__content .trending-box p {
	margin: 0;
	min-height: 42px;
	clear: both;
	font-size: 13px;
	color: #666;
}
.section-title h3 {
	font-size: 35px;
}
.section-title h3 .light {
	color: #d3af37;
	font-weight: 400;
}
.section-title h3 .bold {
	color: #333;
	font-weight: bold;
}
.border-button {
	width: 100%;
	border-bottom: 5px solid #193b68;
	display: flex;
}
.border-button a {
	background: #193b68;
	outline: none;
	color: #FFF;
	font-size: 19px;
	padding: 9px 28px;
	float: right;
	text-decoration: none;
}
.section-title.text-center {
	max-width: 700px;
	margin: auto;
	width: 100%;
}
.technology-expertise .nav-pills .nav-link.active, .technology-expertise .nav-pills .show > .nav-link {
	color: #193b68;
	background-color: transparent;
	border-bottom: 1px solid #193b68;
}
.technology-expertise .nav-pills .nav-link, .technology-expertise .nav-tabs .nav-link {
	font-weight: 500;
	border: 0;
	text-transform: inherit;
	font-size: 16px;
	word-spacing: -2px;
	color: #939393;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	padding: 10px 20px;
	line-height: 18px;
	letter-spacing: 0.2px;
}
.application-engineering .card-body {
	padding-bottom: 0;
}
.technology-content-left h3 {
	color: #193b68;
	font-size: 35px;
	margin: 0;
}
.technology-expertise .nav-pills {
	border-bottom: 1px solid #b0b0b0;
}
.application-engineering .nav-item {
	text-align: center;
	line-height: normal;
	width: 155px;
}
.application-engineering .card .card-header, #treasure .card .card-header, #technology-left-accordion .card .card-header{
	padding: 1rem;
	background-color: #193b68;
	padding: 0px 7px !important;
	border-radius: 0 !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.application-engineering .card, #treasure .card, #technology-left-accordion .card{
	box-shadow: none;
	border: 0;
	margin-bottom: 10px;
}
.application-engineering .btn.btn-link, #treasure .btn.btn-link, #technology-left-accordion .btn.btn-link{
	color: #FFF;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	text-transform: inherit;
}
.application-engineering .btn.btn-link::after, #treasure .btn.btn-link::after, #technology-left-accordion .btn.btn-link::after {
	content: "\f068";
	position: absolute;
	float: left;
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 12px;
	font-weight: 300;
	font-size: 17px;
	top: 8px;
}
.box header h5 {
	color: #333;
}

.application-engineering .btn.btn-link.collapsed::after, #treasure .btn.btn-link.collapsed::after, #technology-left-accordion .btn.btn-link::after{
	content: "\f067";
	position: absolute;
	float: left;
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 12px;
	font-weight: 300;
	font-size: 17px;
	top: 8px;
}
.features-section-four p {
	font-size: 15px;
	margin-bottom: 0;
}
.features-section-four .nav-pills .nav-link, .nav-tabs .features-section-four .nav-link {
	padding:0.6em .8575em;
}
.features-section-four .nav-pills .nav-link.active, .features-section-four .nav-pills .show > .nav-link {
	background: #193b68;
	/* -webkit-box-shadow: 0 11px 21.25px 3.75px rgba(167,238,227,.65); */
	/* box-shadow: 0 11px 21.25px 3.75px rgba(167,238,227,.65); */
	color: #FFF !important;
	border-radius: 5px 5px 0 0;
}
.features-section-four .nav-pills .nav-link.active h3 {
	color: #FFF;
}
/* Slider */
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.customer-logos .slide {
	border: 1px solid #ddd;
	padding: 15px 30px;
	text-align: center;
}
.customer-logos .slide img {
	width: 80px;
	height: auto;
	margin: auto;
}
.tresure-left-box {
	border: 1px solid #c50b4b;
	border-radius: 5px;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 15px;
}
.tresure-left-circle {
	width: 90px;
	height: 90px;
	border: 1px solid #c50b4b;
	border-radius: 50%;
	margin-top: -50px;
	position: relative;
	background: #fff;
	padding: 15px;
}
.tresure-box-subtitle {
	font-size: 30px;
	color: #414141;
	padding: 0px 0;
}
.col-lg-6:nth-child(2)>.tresure-left-box {
	border: 1px solid #6b3b90;
}
.col-lg-6:nth-child(3)>.tresure-left-box {
	border: 1px solid #187bc0;
}
.col-lg-6:nth-child(4)>.tresure-left-box {
	border: 1px solid #0daf96;
}
.col-lg-6:nth-child(5)>.tresure-left-box {
	border: 1px solid #af780d;
}
.col-lg-6:nth-child(6)>.tresure-left-box {
	border: 1px solid #6b3b90;
}
footer {
	background: #0e1c37;
}
.contact-address .addres-item {
	margin-bottom: 24px;
	padding: 0 0 0 35px;
}
.contact-address .addres-item {
	margin-bottom: 15px;
	display: block;
	position: relative;
	padding: 0 0 10px 41px;
	line-height: normal;
	font-size: 15px;
}
.contact-address .addres-item span {
	left: 3px;
	position: absolute;
	left: 10px;
	top: 23%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 26px;
}
#accordionExample2 .card {
	border: 0;
}
#accordionExample2 .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #FFF;
	border: 0;
}
#accordionExample2 .card-body {
	padding-top: 0;
	padding-bottom: 0;
}
#accordionExample2 .btn.btn-link.collapsed {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}
.tic-icon {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #76f8a3;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	text-align: center;
	margin-right: 5px;
}
.tic-icon img {
	width: 22px;
}
.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #bbbbbb;
	border-radius: 100%;
	bottom: -5px;
}
.carousel-indicators .active {
	background-color: #000;
}
.technology-content-left .btn-link {
	color: #333;
}
footer {
	background: #0e1c37;
	z-index: 1;
	position: relative;
	margin-top: 50px;
	padding: 20px 0 0 0;
}
footer a {
	color: #838b98;
	font-weight: 400;
	padding: 3px 10px;
}
.text-left-footer a {
	color: #FFF;
}
.Partnership-box {
	box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
.Partnership-box h3 {
	font-size: 18px;
}
.Partnership-box h3 a {
	text-decoration: none;
	color: #333;
}
.Partnership-box-text {
	padding: 15px;
}
.Partnership-box-text p {
	font-size: 14px;
}
.trending-box {
	box-shadow: 0 1px 0px rgba(0,0,0,0.0);
	-webkit-transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.trending-box:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.btn-primary {
	color: #fff;
	background-color: #193b68;
	border-color: #193b68;
}
#particles-js .carousel-indicators {
	bottom: -20px;
}

.page-banner-sub{background-position: top center; padding:80px 0; position:relative; color:#FFF; margin-bottom:50px; color:#dddddd;}
.page-banner-sub:before{background:rgba(0,0,0,0.6); width:100%; position:absolute; top:0; bottom:0; height:100%; content:"";}
.page-banner-sub-title{font-size:30px; font-weight:300; position:relative; padding-bottom:20px; margin-bottom:50px;}
.page-banner-sub-title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 2px;
	background: #FFF;
	bottom:0;
}
.blog-title {
	font-size: 20px;
	padding-top: 15px;
	font-weight: 400;
}
.blog-categories a {
	color: #d1ac34;
}
.blog-box .text-muted a {
    color: 
    #193b68;
}
.blogsCategories a{ color:#193b68;}

.page-link {
	color: #193b68;
}
.blog-box p {
	font-size: 14px;
	color: #b0b0b0;
	margin-bottom:10px;
}
.blogsCategories a {
	color: #193b68;
	font-size: 14px;
	padding-bottom: 13px;
	display: flex;
}
.BlogDetails-left blockquote p {
	border-left: 4px solid #000;
	padding-left: 30px;
	font-size:20px;
	font-weight: 300;
}



/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
	width: 100%;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-network li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%; */
	/* border-radius: 50%; */
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 20px;
}
.social-network li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-network li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-network i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network a{
 background-color: #D3D3D3;   
}


/*.stack__list {
    margin: 72px 0 0;
    -ms-grid-columns: (minmax(270px,1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
}*/
.stack__list {
    grid-column-gap:3px;
}

.stack__item {
	width: 100%;
 padding:7px; 
	border: 1px solid #ebebeb;
	border-radius:2px;
	background-color: #ebebeb;
	width:100%;
	margin-bottom:7px;
}
.box-might-img{width:50px; height:50px; border-radius:100%; overflow:hidden; display:flex; margin-right:15px;}
.blog-post .post-comments img {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
}

.post .title, .post .date, .post .comments, .post .views {
    font-weight: 400;
    color: 
    #999;
    text-transform: capitalize;
}

.blog-post .post-comments strong {
    display: block;
    color: 
    #555;
}

.blog-post .post-comments span.date {
    font-size: 0.8em;
    color: 
    #999;
}

.blog-post .post-comments .comment-body {
	margin-left:0;
	margin-top:0px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.blog-post .post-comments p {
	font-size: 0.95em;
	color: #555;
}

section.featured-posts .row:nth-of-type(2n+1) .text {
    background: 
    #fafafa;
    margin-bottom: 0;
}

section.featured-posts .row:nth-of-type(2n+1) .image {
	padding-left:0;
}

section.featured-posts .row:nth-of-type(1n+1) .image {
	padding-left:0;
}


section.featured-posts .text-inner {
    padding: 70px 30px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header {
    margin-bottom: 10px;
}

section.featured-posts a {
    color: inherit;
    text-decoration: none;
}
.category a {
    color: #999;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}

section.featured-posts a {
	color: inherit;
	text-decoration: none;
}

section.featured-posts h2 {
	line-height: 1.1em;
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.featured-posts .image img {
	width:100%;
	height:100%;
}

section.featured-posts h2:hover {
    color: 
    #555;
}
.text-big {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.5em;
	color: #111;
}

.tresure-box-title {
	text-align: center;
}

.blog-home-box-title a {
	color: #193b68;
	text-decoration: none;
	font-size: 17px;
}
.blog-home-box-title a {
	color: #193b68;
	text-decoration: none;
	font-size: 17px;
}
.cat-name {
	font-size: 12px;
	padding-top: 10px;
	display: ;
}

.cat-name {
	font-size: 12px;
	padding-top: 10px;
	display: ;
}

.blog-home-box-title {
	margin: 0;
}

#blog-home-page .carousel-indicators, #case-study-home .carousel-indicators, #lifeitpath-home .carousel-indicators, #testimonials-home .carousel-indicators{
	position: relative;
	bottom:0;
}

.container-case-study{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
	border-radius: 5px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:520px;
}

.container-case-study::after {
	content: '';
	background: #d58129;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
	height: 100%;
	width: 100%;
	transition: all ease-in-out 0.3s;
}

.content-study{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 25px;
	max-width: 85%;
	border-bottom-left-radius: 5px;
}

.content-study a{color:#193b68;}

.container-case-study-bg2:after{background:#353c6a;}
.container-case-study-bg3:after{background:#675dc6}
.client-img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 17px;
	margin-bottom:20px;
}

.testimonials-content h3 {
	font-size: 16px !important;

}
.testimonials-content h4 {
	font-size: 15px;
	position: relative;

}
.testimonials-content h4::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 2px;
	background: #333;
	bottom: -3px;
	/* top: 13px; */
	display: table;
}
.testimonials-content {
	min-height: 200px;
}
.testimonials-content {
	min-height: 220px;
}
.testimonials-content p {
	padding-bottom: 20px;
}

#testimonials-home .fa.fa-quote-right {
	font-size: 30px;
	padding-bottom: 15px;
	color:#d3af37;
}
.testimonials-box-home::after {
	background: #f9f9f9;
	content: "";
	position: absolute;
	width: 69%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.masonry-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: 1rem 0;
	padding-left:0;
}
.masonry-list > * {
    overflow: visible;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
}

.blockquote-bubble.emphasized .blockquote-content {
    background-color: 
#fff;
-webkit-box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.1);
box-shadow: 0 1.5rem 4rem
    rgba(0,0,0,0.1);
    z-index: 1;
}

.blockquote-bubble .blockquote-content .blockquote-media {
    margin: -2em -2em 2em -2em;
    border-radius: 0.5rem 0.5rem 0 0;
}

.blockquote-bubble .blockquote-content .blockquote-media > * {
    border-radius: 0.5rem 0.5rem 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blockquote-bubble .blockquote-cite > * {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

bubble .blockquote-cite .photo {
    width: 4em;
    height: 4em;
}
.avatar, .avatar img, .photo, .photo img {
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
}

.blockquote-content {
	border-radius: 0.5rem;
	background-color: #F3F4F4;
	padding: 2em;
	margin: 0 0 1rem 0;
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	position: relative;
}
.blockquote-content::after {
    content: '';
    background-color: inherit;
    -webkit-mask: url(https://cdn.dribbble.com/assets/blockquote-beak-36015419ed2ff4d7a756bc550f365481d48a740598184724b22397bcf4ed86fa.svg) center top/contain no-repeat;
    mask: url(https://cdn.dribbble.com/assets/blockquote-beak-36015419ed2ff4d7a756bc550f365481d48a740598184724b22397bcf4ed86fa.svg) center top/contain no-repeat;
    position: absolute;
    width: 4rem;
    height: 1rem;
    bottom: -1rem;
    left: 2rem;
}
.blockquote p::before {
    content: '“';
    position: absolute;
/*    font-size: 3em;
    color: #ea4c89;
    font-weight: 600;
    left: -0.5em;
    top: -0.25em;
    line-height: 1;*/
}
.blockquote-bubble .blockquote-content::before {
    color: 
    rgba(0,0,0,0.15);
    font-size: 3em;
    left: 0.25em;
    top: 0.25em;
}
.blockquote-bubble .blockquote-cite > * {
	padding-left: 0.25em;
	padding-right: 0.25em;
	font-size: 16px;
}
.blockquote-bubble .blockquote-cite a{color:#193b68; text-decoration:none;
}
.blockquote-cite {
	display: flex;
}

.vector-grayscale img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.vector-grayscale img:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.tooltip-img img{max-width:60px; padding-right:20px;}

.t-top-img img{width:40px; margin-right:20px; opacity:0.5}


.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}

.social-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding:10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
	justify-content: center;
	font-size:14px;
	text-decoration:none !important;
	
}
.social-inner:hover{background:#d3af37;}
.social-inner .fa{padding-right:5px;}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
footer p, footer a{
font-size: 14px;
color:rgba(255,255,255,0.8);
padding-left:0;
}
footer{color:#FFF;}
footer dt {
	font-weight: 500;
}
footer ul li{list-style:none;}
footer ul{padding:0; margin:0;}

 @media (max-width:967px) {
	 .container-case-study {
	min-height:450px;
}

 		section.featured-posts .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-height: auto !important;
}

section.featured-posts .text-inner {
	padding: 15px 0;
}

section.featured-posts p {
	font-size: 15px;
	color: #555;
	margin-bottom: 0;
}
.technology-expertise .nav-pills .nav-link, .technology-expertise .nav-tabs .nav-link {
	font-weight: 500;
	font-size: 14px;
	padding: 5px 15px;
	line-height: 13px;
	letter-spacing:0px;
}

.Partnership-box-text {
	margin-bottom: 20px;
}
.contact-form .form-control {
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.contact-form .form-control:focus {
	color: #495057;
	box-shadow: inherit;
	border-color: #193b68 !important;
}
.technology-expertise .nav-item {
	max-width: 147px;
	text-align: center;
}
#changeImage {
	display: none;
}
#particles-js {
	padding: 50px 0;
	height: 100vh;
	display: flex;
	align-items: center;
}
.carousel-inner {
	min-height: 247px;
	/* display: flex; */
	/* align-items: center; */
}
.technology-expertise .nav-pills .nav-link, .technology-expertise .nav-tabs .nav-link {
	font-weight: 600
}
.technology-expertise {
	background: #e3effa;
}
.technology-expertise.application-engineering {
	background: #FFF;
}

.technology-expertise.application-engineering .card-body{padding:7px 0;}
.m-hide {
	display: none;
}
.text-and-title {
	display: table;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}
.banner-text h1 {
	font-size: 54px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: -1px;
	line-height: 39px;
}
#particles-js {
	padding: 50px 0;
}
.feature-block-four .inner-box {
	margin-bottom: 140px;
}
.useful-serice__content ul li h5 {
	width: auto;
	padding: 10px 0;
}
.section-title h3 {
	font-size: 25px;
}
.technology-content-left h3 {
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 17px !important;
	padding-top: 20px;
}
.realestate {
	width: auto !important;
}
.useful-serice__content ul li .service_icon img {
	width: 100%;
}
/*.technology-expertise .nav-pills {
	border-bottom: 1px solid #b0b0b0;
	display: flex;
	overflow: scroll;
	flex-wrap: inherit;
	text-align: center;
}*/
.features-section-four {
	margin-top: 0;
}
.technology-expertise .nav-pills .nav-link, .technology-expertise .nav-tabs .nav-link {
	font-weight: 500;
}
.feature-block-four .overlay-content {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border-radius: 0;
}
.trending-box h5 {
	width: auto;
	float: inherit;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	padding-left: 0;
}
.trending-box {
	margin-bottom: 0px;
	width: 30%;
	margin-top: 8px;
	padding: 3px;
	margin-left: 1.5%;
	min-height: 90px;
	margin-right: 1.5%;
}
#particles-js {
	margin-bottom: 40px;
}
}

 @media (max-width:767px) {
.container-case-study {
	min-height:350px;
}


.masonry-list {
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}

 }

 @media (max-width:580px) {
	 .masonry-list {
    -webkit-column-count: 1;
    column-count: 1;
}
 .row-no-m{ margin-left: 0; margin-right: 0; }
 .row-no-m .col-lg-6.col-4{padding: 0 5px;}
 .tresure-left-box {
	margin-top: 29px;

}
.tresure-box-title {
	text-align: center;
	line-height: 19px;
}
.tresure-box-title {
text-align: center;
    line-height: 19px;
    font-size: 12px;
    width: 82px;
    margin: auto;
}
.feature-block-four .icon-box {
    margin: 0 auto 9px;

}
 .tresure-left-circle {
	width: 65px;
	height: 65px;
	border: 1px solid #c50b4b;
	border-radius: 50%;
	margin-top: -37px;
	position: relative;
	background: #fff;
	padding: 15px;
}
.customer-logos .slide img {
	width: 50px;
}
.useful-serice__content ul li {
	width: 100%;
	text-align: left;
	margin: 7px 0;
	position: relative;
	padding-left: 60px;
	border: 1px solid rgba(0, 0, 0, .1);
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 3px;
}
.useful-serice__content ul li .service_icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.useful-serice__content ul li .service_icon {
	width: 55px;
}
.useful-serice__content ul li .service_icon img {
	max-height: 35px;
	width: auto;
}
.useful-serice__content ul li h5 {
	font-size: 16px;
	padding: 0 0;
	margin: 0;
}
.useful-serice__content ul li .service_icon {
	top: 30px;
}
}
