@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
}

* {
	/* font-family: "Montserrat", sans-serif;Inter */
	font-family: "Inter";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.5;
	/* color: #403f40; */
	font-size: 18px;
	outline: none;
}

.marginTop {
	margin-top: 60px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginBottom {
	margin-bottom: 30px;
}

body {
	font-family: 'Ubuntu', sans-serif;
}

.container .row b {
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

.container:hover .row b {
	letter-spacing: 3px;
	/* color:#ffa731; */
}

/* **************** iCorei  Parallax  Styles *******************/

.parallax {
	min-height: 550px;
	max-height: 800px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: url(../images/bg232.jpg); */
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax1 {
	/* min-height: 550px; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: url(../images/banner8.jpg); */
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax2 {
	min-height: 550px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/parallax2.png);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax3 {
	min-height: 550px;
	max-height: 800px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/19.jpg);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax4 {
	min-height: 550px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/9.jpg);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax5 {
	min-height: 550px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/5.jpg);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax6 {
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/22.png);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax7 {
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/map.png);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax8 {
	min-height: 550px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/130.jpg);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

.parallax9 {
	min-height: 550px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/bg230.jpg);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}


.parallax10 {
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/career.png);
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.20);*/
}

/* **************** / iCorei Parallax  Styles *******************/

/********************* iCorei Main Navigation  **********************/



nav {
	border-radius: 0px !important;
}

.navbar {
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.64);
	margin-bottom: 0px;
	border-radius: 0px !important;
	border-top: 2px solid #2daef2;
	min-height: 90px;
}

.navbarBorder {
	border-bottom: 2px solid #999;
}

.navbar-brand {
	color: #f2f2f2;
}

.navbar-brand img {
	width: 135px;
	height: 65px;
	margin-top: -2px;
	margin-left: -15px;
	/*border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;*/
}


.fixed .navbar-brand img {
	height: 61px;
	margin-top: -12px !important;
}

.fixed.navbar {
	min-height: 60px !important;
}

.fixed.navbar ul li a {
	padding: 13px 25px !important;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}

.navbar-toggle span.icon-bar {
	background-color: #2daef2 !important;
	height: 3px;
}

.navbar ul li a {
	/*color: #333;*/
	font-size: 14px;
	line-height: 40px !important;
	padding: 23px 25px;
	letter-spacing: 1px;
	font-weight: bold;
}

.navbar ul li.active:before,
.navbar ul li:hover .navbar ul li.active:before {
	z-index: 100;
	position: absolute;
	top: 0%;
	left: 72%;
	margin-left: -34%;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 8px #2daef2;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}

/*.navbar ul li a:hover .navbar ul li:before {
	z-index: 100;
	position: absolute;
	top: 0%;
	left: 72%;
	margin-left: -30%;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 8px #2daef2;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}*/
.navbar ul li a img {
	width: 20px;
	height: 20px;
	margin-top: -6px;
}

.navbar ul li a:hover,
.navbar ul li a:active,
.navbar ul li a:focus {
	background-color: transparent !important;
}

.navbar ul li.active,
.navbar ul li:hover {
	background-color: rgba(0, 0, 0, 0.02);
	transition: 0.8s;
}

.dropdown-menu {
	padding: 0px 0 !important;
	border-bottom: 3px solid #fff;
}

/********************* iCorei Main Navigation  **********************/


/********************* iCorei Slider   **********************/
#iCorei-slider-widget {
	/*background: url(../images/bg-slider.jpg) -10px; */
	padding-top: 0px;
}

/* @media (min-width: 769px) {
#iCorei-slider-widget .carousel-indicators {
	bottom: 25px !important;
}
} */
@media screen and (max-width: 768px) {
	.carousel-indicators {
		bottom: 0px;
	}
}

#iCorei-slider-widget .carousel-indicators li {
	/*width: 16px !important;
	height: 16px !important;
	border: 2px solid #f3f8fb !important;*/
	width: 13px !important;
	height: 13px !important;
	border: 2px solid #f3f8fb !important;
}

.carousel-indicators .active {
	background-color: #28aef7 !important;
}

/* @media (min-width: 767px) {
	.carousel-inner {
		height: 400px !important;
	}
    
} */

#iCorei-slider-widget .carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	height: 400px;
	width: 100%;
	border: 0 !important;
}

#iCorei-slider-widget .carousel-control .fa-long-arrow-left,
#iCorei-slider-widget .carousel-control .fa-long-arrow-right,
#iCorei-slider-widget .carousel-control .icon-next,
#iCorei-slider-widget .carousel-control .icon-prev {
	font-size: 30px !important;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

#iCorei-slider-widget .carousel-control .fa-long-arrow-right,
#iCorei-slider-widget .carousel-control .icon-next {
	right: 20% !important;
}

#iCorei-slider-widget .carousel-control .fa-long-arrow-left,
#iCorei-slider-widget .carousel-control .icon-prev {
	left: 20% !important;
}

#iCorei-slider-widget .carousel .control-box {
	opacity: 0 !important;
}

#iCorei-slider-widget .carousel a.carousel-control.left {
	left: 0;
	opacity: 0 !important;
	top: 45%;
}

#iCorei-slider-widget .carousel a.carousel-control.right {
	right: 0;
	opacity: 0 !important;
	top: 45%;
}

#iCorei-slider-widget .carousel:hover .control-box {
	opacity: 1;
}

#iCorei-slider-widget .carousel:hover a.carousel-control.left {
	left: 15px;
	opacity: 1 !important;
}

#iCorei-slider-widget .carousel:hover a.carousel-control.right {
	right: 15px;
	opacity: 1 !important;
}

/*.carousel-indicators {
    left: 113% !important;
	width:auto !important;
    margin-left: -17% !important;
}*/
.carousel-caption {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
}

.carousel-indicators li {
	margin: 14px !important;
	border-radius: 50% !important;
}

.carousel-content {
	padding-top: 60px;
}

.carousel-content h2 {
	line-height: 40px;
	font-size: 30px;
	margin-bottom: 30px;
	transition: 0.8s;
}


.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}


@media (max-width: 768px) {
	.carousel-content {
		padding-top: 20px;
	}

	.carousel-content h2 {
		font-size: 25px;
	}
}

@media (max-width: 425px) {
	.carousel-content h2 {
		font-size: 20px;
		line-height: 1;
	}
}

/********************* iCorei Slider   **********************/


/********************* iCorei Startegy Section  **********************/

.iCorei-strategy {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0px 0px;
}

.iCorei-strategy.section {
	padding-top: 0;
}

.iCorei-strategy h2 {
	color: #333;
}

.itServiceHeader span.lineBorder {
	display: block;
	border: 1px solid #fff;
	width: 100px;
	margin-left: 45%;
}

.iCorei-strategy .board {
	/*background: rgba(0,0,0,0.1);
    border-radius: 10px;*/
	/* margin-top: 10px; */
}

.iCorei-strategy .board .nav-tabs {
	position: relative;
	/* border-bottom: 0; */
	/* width: 80%; */
	/* margin: 40px auto; */
	margin-bottom: 0;
	box-sizing: border-box;
}

.iCorei-strategy .board>div.board-inner>.nav-tabs {
	border: none;
}

.iCorei-strategy p.narrow {
	width: 80%;
	margin: 25px auto 15px;
	text-align: justify;
}

.iCorei-strategy .liner {
	height: 2px;
	background: #2daef2;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 80%;
	z-index: 1;
}

.iCorei-strategy .nav-tabs>li.active>a,
.iCorei-strategy .nav-tabs>li.active>a:hover,
.iCorei-strategy.nav-tabs>li.active>a:focus {
	color: #555555;
	cursor: default;
	/* background-color: #ffffff; */
	border: 0;
	border-bottom-color: transparent;
	outline: 0;
	transition: all 0.9s;
}

.iCorei-strategy span.round-tabs {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	line-height: 82px;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
	text-align: center;
	font-size: 35px;
	overflow: hidden;
	transition: all 0.9s;
}

@media (min-width: 769px) {
	.iCorei-strategy span.round-tabs::before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		/* width: calc(100% + 4px); */
		width: 90px;
		height: 90px;
		/* height: calc(100% + 4px); */
		border: 2px dashed #3282ad;
		border-radius: 50%;
		box-sizing: border-box;
		animation: rotate-border 4s linear infinite;
	}
}

@media (max-width: 768px) {
	.iCorei-strategy span.round-tabs {
		border: 2px dashed #3282ad;
	}
}

@keyframes rotate-border {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.iCorei-strategy span.round-tabs i {
	transition: transform 0.9s;
}

@media (min-width: 768px) {
	.iCorei-strategy span.round-tabs:hover i {
		transform: rotateY(360deg);
	}
}

.iCorei-strategy .nav-tabs>li.active>a {
	background-color: transparent !important;
	border: 0px !important;
}

.iCorei-strategy li.active span.round-tabs {
	background: #ffa731 !important;
	border: 2px dashed #ffa731;
	color: #fff;
}

.iCorei-strategy li.active span.round-tabs::before {
	display: none;
}

/*.iCorei-strategy span.round-tabs.one {
	border: 2px solid #3282ad;
	color: #3282ad;
}*/
/* .iCorei-strategy span.round-tabs.one, .iCorei-strategy span.round-tabs.two , .iCorei-strategy span.round-tabs.three, .iCorei-strategy span.round-tabs.four,.iCorei-strategy span.round-tabs.five {
	border: 2px dotted #2daef2;
    color: #2daef2;
} */

/*.iCorei-strategy span.round-tabs.three {
	border: 2px solid #3282ad;
	color: #3282ad;
}
.iCorei-strategy span.round-tabs.four {
	border: 2px solid #3282ad;
	color: #3282ad;
}
.iCorei-strategy span.round-tabs.five {
	border: 2px solid #3282ad;
	color: #3282ad;
}*/

.iCorei-strategy span.round-tabs .glyphicon {
	/* top: -4px !important; */
	font-size: 30px;
}

.nav-tabs>li.active>a span.round-tabs {
	background: #f2f2f2;
}

.iCorei-strategy .nav-tabs>li {
	width: 20%;
}

.iCorei-strategy .nav-tabs>li a {
	width: 40px;
	height: 40px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
	border: 0px solid #f2f2f2 !important;
}

.iCorei-strategy .nav-tabs>li a:hover {
	background: transparent;
}

.iCorei-strategy .tab-content {}

.iCorei-strategy .tab-pane {
	position: relative;
	padding-top: 50px;
}

@media (max-width: 768px) {
	.iCorei-strategy .tab-pane {
		padding-top: 10px;
	}
}

.iCorei-strategy .btn-outline-rounded {
	padding: 8px 25px;
	margin: 20px 0;
	border-radius: 2px;
}

.iCorei-strategy .btn-outline-rounded:hover {
	border: 2px solid #c1c1c1;
}

.iCorei-strategy .btn {
	background-color: rgb(255, 252, 252);
	border: 2px solid #2daef2;
	color: #2daef2;
	font-weight: 400;
	padding: 8px 20px;
	margin-bottom: 0;
}

.iCorei-strategy .btn span {
	margin-left: 10px;
}

/********************* /iCorei Startegy Section  **********************/

/********************* iCorei Portfolio Section  **********************/


.iCorei-profile-1 {
	padding: 30px 0px;
	background: rgb(41 173 247);
	color: #ffffff;
	letter-spacing: 1px;
	/*	height: 150px;*/
}


.iCorei-portfolio-Header h2 {
	/* padding-top: 60px; */
	margin-top: 0;
	/* padding-right: 20px;
    margin-bottom: 15px; */
	font-size: 32px;
	color: #403f40;
	font-weight: 600;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

.iCorei-portfolio-Header span.lineBorder {
	display: block;
	border: 1px solid #29adf7;
	width: 100px;
	margin-left: 35%;
}

.iCorei-portfolio-content {
	padding-top: 30px;
}

.iCorei-portfolio-content p {
	text-align: justify;
	letter-spacing: 1px;
}

.iCorei-portfolio-content p span {
	padding-top: 15px;
	display: block;
}

.iCorei-profile {
	/* padding: 25px 0px;
	background-color: rgba(255, 255, 255, 0.4);
	border-top: 2px solid #fbfbfb;
	border-bottom: 2px solid #fbfbfb; */
	padding: 25px 0px;
	background-color: rgb(255 167 49);
	border-top: 2px solid rgb(255 167 49);
	border-bottom: 2px solid rgb(255 167 49);
	margin: 0;
	color: #fff;
}

.iCorei-profile .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.iCorei-profile-2 {
	/* padding: 25px 0px;
	background: #fff;
	color: #000; */
	padding: 25px 0px;
	background: #ffa731;
	color: #fff;
	/* border-bottom: 2px solid #fbfbfb; */
	/* border-bottom: 2px solid #fbfbfb;*/
}

.iCorei-profile-2 .row {

	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	.iCorei-profile-2 .row {
		flex-direction: column;
	}

	.iCorei-profile .row {
		flex-direction: column;
	}
}

.iCorei-profile-2 .btn {
	padding: 10px 15px;
	background-color: #fff;
	border: 2px solid #c1c1c1;
	color: #000;
	font-size: 15px;
	line-height: 2;
}

@media (max-width: 425px) {
	.iCorei-profile-2 .btn {
		margin-top: 10px;
		padding: 10px;
		line-height: 1;
	}
}

.iCorei-profile-2 .btn:hover {
	background-color: #fbfbfb;
	border: 2px solid #333;
	transition: 0.4s;
	border: 2px solid #999;
}

.iCorei-profile h4 img {
	margin-top: -6px;
	margin-left: 8px;
	/* border: 2px solid #ffffff; */
	padding: 6px;
	border-radius: 20px;
	background: #f1f0f0;
}

.iCorei-profile .btn {
	padding: 8px 20px;
	background: rgb(255, 252, 252);
	border: 2px solid #29adf7;
	/* margin-top: 10px; */
	color: #29adf7;
}

.iCorei-profile .btn span,
.iCorei-profile-2 .btn span {
	margin-right: 10px;
	color: #29adf7;
	font-size: 13px;
}

/********************* /iCorei Portfolio Section  **********************/




/********************* iCorei Product Section  **********************/

.iCorei-product {
	padding-top: 60px;
}

.iCorei-product-slider {}

#iCorei-product-slider .carousel-control.right {
	background-image: none !important;
}

#iCorei-product-slider .carousel-control.left {
	background-image: none !important;
}

#iCorei-product-slider .carousel-control .fa-long-arrow-right,
#iCorei-product-slider .carousel-control .icon-next {
	right: 14% !important;
	color: #000;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

#iCorei-product-slider .carousel-control .fa-long-arrow-left,
#iCorei-product-slider .carousel-control .icon-prev {
	left: 14% !important;
	color: #000;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.productiCorei {}

.productiCorei h2 {
	text-align: center;
	padding: 30px 0px 10px;
	font-size: 22px;
}

.productiCorei .prodcut-descritpion {
	text-align: justify;
	padding: 0px 35px 30px;
	font-size: 16px;
}

.iCorei-product-Header h2 {
	padding-top: 60px;
	/* padding-right: 20px;
    margin-bottom: 15px; */
	font-size: 32px;
	color: #403f40;
	font-weight: 600;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

.iCorei-product-Header span.lineBorder {
	display: block;
	border: 1px solid #29adf7;
	width: 100px;
	margin-left: 35%;
}

.iCorei-product-content {
	padding-top: 30px;
}

.iCorei-product-content p {
	text-align: justify;
	letter-spacing: 1px;
}

.iCorei-product-content p span {
	padding-bottom: 15px;
	display: block;
}


.iCorei-strategy .tab-content .head {
	/* color: #000000; */
	padding-right: 20px;
	margin-bottom: 15px;
	font-size: 25px;
	color: #403f40;
	font-weight: 600;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

/********************* /iCorei Product Section  **********************/



/********************* iCorei Product Section  **********************/
.iCorei-about-bg {
	background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1200px) {

	.iCorei-about-bg .row {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.iCorei-about {
	/* padding-top: 60px; */
}

.iCorei-about-Header h2 {
	padding: 0px;
	margin-top: 0;
	/* padding-right: 20px;
    margin-bottom: 15px; */
	font-size: 32px;
	color: #403f40;
	font-weight: 600;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

/* .iCorei-about-Header span.lineBorder {
	display: block;
	border: 1px solid #29adf7;
	width: 100px;
	margin-left: 36%;
} */

.iCorei-about-content {
	padding-top: 30px;
}

.iCorei-about-content p {
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

.iCorei-about-content p span {
	padding-bottom: 15px;
	display: block;
}

@media (max-width: 1199px) {

	.iCorei-about-img {
		text-align: center;
		margin-bottom: 30px;
	}

	.iCorei-about-text .iCorei-about-content {
		padding-top: 0px;
	}
}

@media (max-width: 768px) {

	.iCorei-about-img {
		display: none;
	}

	.iCorei-about-text .iCorei-about-content {
		padding-top: 0px;
	}
}

/********************* /iCorei Product Section  **********************/





/********************* /iCorei About Us Section  **********************/

.about {
	background: rgba(255, 255, 255, 0.2);
	height: 550px;
}

.aboutus-header {
	padding-top: 40px;
	padding-bottom: 30px;
}

.aboutus-header h2 {
	color: #f2f2f2;
	text-align: center;
	padding-left: 5px;
}

.aboutus-header h2 span,
.itServiceHeader-title h2 span {
	font-size: 85px;
	padding: 30px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.aboutus-header span.lineBorder {
	display: block;
	border: 1px solid #ffffff;
	width: 80px;
	margin-left: 45%;
}

.about .about-description p {
	padding-top: 20px;
	line-height: 28px;
	text-align: justify;
	font-size: 16px;
	color: #fff;
}

.span4 img {
	margin-right: 10px;
}

.span4 .img-left {
	float: left;
}

.span4 .img-right {
	float: right;
}

.aboutInfo-iCorei {
	padding: 90px 0px 50px;
}

.box>.icon {
	text-align: center;
	position: relative;
}

.box>.icon>.image {
	position: relative;
	z-index: 2;
	margin: auto;
	/* width: 88px; */
	/* height: 88px; */
	/* border: 8px solid #f1e6e6; */
	/* line-height: 88px; */
	border-radius: 50%;
	/* background: #ffa500; */
	vertical-align: middle;
}

/*.box > .icon > .image:hover {
	border: 2px solid #ddd;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.30);
	background: #fff;
	transition: 0.4s;
}*/
.box>.icon>.image:hover i {
	color: #000 !important;
	/*line-height: 88px;*/
}

.box>.icon:hover>.image {
	background: ;
}

.box>.icon>.image>i {
	font-size: 36px !important;
	color: #333;
	padding: 16px;
	border: 2px solid #f7f7f7;
	border-radius: 50%;
}

.box>.icon>.info {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.20);
	padding: 10px;
	border: 1px solid #f2f2f2;
	border-bottom: 8px solid #3c4e58;
	border-top: 0px;
	margin-top: 10px;
}

.box>.icon>.info:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.38), 0 10px 10px rgba(0, 0, 0, 0.32);
}




.box>.icon:hover>.info {
	background: #fdfdfd;
	border-color: #e0e0e0;
	color: white;
	margin-top: 5px;
	transition: 0.6s;
	margin-top: -15px;
	border-radius: 20px;
	border: 0px solid #f2f2f2;
	border-bottom: 0px solid #f2f2f2;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box>.icon>.info>h3.title {
	font-size: 16px;
	color: #222;
	font-weight: 500;
}

.box>.icon>.info>p {
	font-size: 15px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
	text-align: justify;
}

.box>.icon:hover>.info>h3.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a {
	color: #000;
}

.box>.icon>.info>.more a {
	font-size: 15px;
	color: #afabab;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	border-radius: 2px !important;
	border: 2px solid #f5f5f5;
	margin: 20px auto;
}

.box>.icon>.info>.more a i {
	padding-left: 10px;
}

.box .space {
	height: 30px;
}

.aboutUsVision,
.portfolio {
	/* background-color: rgba(250, 250, 250, 0.8); */
	/*height: 550px;*/
}

.portfolio {
	/* height: 550px; */
}

.portfolio .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutUsVision {
	color: #000;
}

.abtVisionImg img {
	padding: 10px;
	border: 2px solid #d1dcdf;
	border-radius: 50%;
}

#iCoreiSlogan {
	text-transform: capitalize;
	margin-left: 10px;
	/* margin-left: 20px; */
	/* margin-left: -60px; */
}

.abtvision-header span.lineBorder {
	display: block;
	border: 1px solid #000000;
	width: 60px;
	margin-left: 4px;
}

.abtvision-description {
	padding: 10px 0px !important;
	line-height: 30px;
}

.abtvision-description p,
.abtMission-description p {
	text-align: justify;
	color: #000;
}

.aboutUsVision {
	color: #000;
}

.abtMission-header span.lineBorder {
	display: block;
	border: 1px solid #000000;
	width: 60px;
	margin-left: 4px;
}

.abtMission-description {
	line-height: 30px;
}

/*.abtMission-description p {
	text-align: justify;
	color: #000;
}*/
.about .btnReadmore {
	padding: 10px 15px !important;
	background-color: transparent !important;
	color: #fff;
	border: 2px solid #fff;
}

.about .btnReadmore:hover {
	color: #fff;
}

.icorei-header {
	padding-top: 0px;
	padding-bottom: 40px;
}

.icorei-header h2 {
	color: #999;
	text-align: center;
	padding-left: 5px;
}

.icorei-header span.lineBorder {
	display: block;
	border: 1px solid #999;
	width: 80px;
	margin-left: 46%;
}

/********************* /iCorei About Us Section  **********************/

.iCorei-product-img {}

.ourProduct {
	height: 250px;
	overflow: hidden;
}

.carousel-control.right {
	background-image: none !important;
}

.carousel-control.left {
	background-image: none !important;
}

.ourProduct .carousel-control {
	width: 4%;
}

.ourProduct .carousel-control.left,
.ourProduct .carousel-control.right {
	background-image: none;
}

.ourProduct .fa-long-arrow-left,
.ourProduct .carousel-control .fa-long-arrow-right {
	margin-top: -10px;
	margin-left: -10px;
	color: #444;
}

.ourProduct .carousel-inner a {
	display: table-cell;
	height: 180px;
	width: 200px;
	vertical-align: middle;
}

.ourProduct .carousel-inner img {
	max-height: 150px;
	margin: auto auto;
	max-width: 65%;
}

.ourProduct h3 {
	padding-top: 15px;
}

.ourProduct .carousel-control .glyphicon-chevron-left,
.ourProduct .carousel-control .icon-prev {
	color: #337ab7;
	margin-top: 14px;
}

.ourProduct .carousel-control .glyphicon-chevron-right,
.ourProduct .carousel-control .icon-next {
	color: #337ab7;
	margin-top: 14px;
}

.product-img img {
	margin-top: 100px;
	padding: 10px;
	/* border: 2px solid #d6d2d2;*/
	border-radius: 7%;
	width: 250px;
}

/* @media (max-width: 767px) {
.ourProduct .carousel-inner > .item.next,  .ourProduct .carousel-inner > .item.active.right {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.ourProduct .carousel-inner > .item.prev,  .ourProduct .carousel-inner > .item.active.left {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
}
@media (min-width: 767px) and (max-width: 992px) {
.ourProduct .carousel-inner > .item.next,  .ourProduct .carousel-inner > .item.active.right {
	left: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}
.ourProduct .carousel-inner > .item.prev,  .ourProduct .carousel-inner > .item.active.left {
	left: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
}
@media (min-width: 992px) {
.ourProduct .carousel-inner > .item.next,  .ourProduct .carousel-inner > .item.active.right {
	left: 0;
	-webkit-transform: translate3d(16.7%, 0, 0);
	transform: translate3d(16.7%, 0, 0);
}
.ourProduct .carousel-inner > .item.prev,  .ourProduct .carousel-inner > .item.active.left {
	left: 0;
	-webkit-transform: translate3d(-16.7%, 0, 0);
	transform: translate3d(-16.7%, 0, 0);
}
}*/
/********************* iCorei IT Services  Section  **********************/

.itServiceHeader-title {
	padding-top: 50px;
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.itServiceHeader {
	/*background: rgba(255,255,255,0.2);*/
	height: 450px;
}

.itService {
	height: 550px;
	margin-top: -30px;
	/* background: rgba(255,255,255,0.4);*/
}

.iCorei-service-Header h2 {
	padding-top: 60px;
}

.iCorei-service-Header span.lineBorder {
	display: block;
	border: 1px solid #000;
	width: 100px;
	margin-left: 37%;
}

.iCorei-service-content {
	padding-top: 30px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: justify;
}

.itService .btnReadmore {
	padding: 10px 15px !important;
	background-color: transparent !important;
	color: #000;
	border: 2px solid #000;
}

.itService .btnReadmore:hover {
	color: #333;
}

.appDevMaintance {
	background: rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	padding-bottom: 20px;
}

.appDev-img img {
	margin: 12px auto;
	/* border: 3px solid #fbfbfb; */
	padding: 6px;
	border-radius: 4%;
	/* box-shadow: 0 2px 5px 2px rgba(0,0,0,0.24); */
}

.appDev-content h4 {
	margin-top: 30px;
	color: #28adf7;
	font-weight: bold;
	padding-bottom: 14px;
	letter-spacing: 1px;
	border-bottom: 2px solid #f3f3f3;
}

.appDev-content p {
	text-align: justify;
	padding-top: 15px;
}

.btnShowMore {
	background: #f9f9f9;
	border-radius: 2px;
	padding: 10px 20px;
	color: #28adf7;
	border: 2px solid #28adf7;
	margin-top: 30px;
}

.btnShowMore:hover,
.btnRMore:hover {
	border: 2px solid #ffa500;
	transition: 0.8s;
	color: #ffa500;
}







/********************* /iCorei IT Services Section  **********************/





/********************* iCorei IT Products Section  **********************/

.prodcutsHeader {
	height: 550px;
	background: rgba(0, 0, 0, 0.15);
}

.title-products {
	color: #fff
}

.title-products h2 span {
	font-size: 90px;
	padding: 35px;
	border-radius: 50%;
	border: 2px solid #f1f0f0;
	margin-top: 45px;
}

.title-products-info {
	margin-top: 15px;
	color: #fff;
}

.btnRMore {
	background: #f9f9f9;
	border-radius: 2px;
	padding: 7px 15px;
	color: #000000;
	border: 2px solid #c7c4c4;
	margin-top: 15px;
}

.bg-shadow {
	background: #fdfdfd;
	padding: 14px;
	/* border: 2px solid #fdf7f7; */
	/* border-radius: 5px; */
	margin-bottom: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


.header-products {
	padding: 20px 0px;
	background: #fdfdfd;
	margin-bottom: 10px;
}

.header-products small {
	color: #ababab;
}

/********************* /iCorei IT Products Section  **********************/




/********************* iCorei Careers Section  **********************/
.careersInfo-bg {
	padding: 60px 0px;
}


.career-info h3 span.lineBorder {
	display: block;
	border: 1px solid #3a3a33;
	width: 70px;
	margin-top: 10px;
}

.career-info p {
	padding: 15px 0px;
	text-align: justify;
}

.title-career {
	color: #fff;
	margin-top: 100px;
}

.requireJobs {
	padding: 0px 0px;
	background: #fff;
}

.header-jobs {
	background: #f9f9f9;
	padding: 20px 0px;
}

.listItems {
	padding: 40px 0px;
	padding: 7px 14px;
	background: #f9f9f9;
}

.listItems li {
	padding: 7px 14px;
	background: #f9f9f9;
	margin-right: 10px;
}

.box-info {
	margin: 20px 0px;

}

.webDesign {}


.careerImg {
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.requireJobs li {
	padding: 6px 25px;
	background: #f9f7f7;
	border-radius: 6px;
	margin-bottom: 10px;

}

.careerImg:hover {
	/*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

.webDesign h3 {
	line-height: 60px;
	padding: 30px 0px;
	background: #fffdfd;
	text-align: center;
}

.mailJobs {
	padding: 20px 0px;
	font-weight: bold;
}

/********************* /iCorei Careers Section  **********************/

/********************* iCorei Contact Us Section  **********************/
.contactus {
	background-color: rgba(251, 251, 251, 0.76);
	height: 450px;
}

.contactPhone {}

.contactPhone img {
	margin-top: 50px;
	padding: 10px;
	border: 2px dotted #efe6e6;
	border-radius: 50%;
}


.contact-addressInfo {
	background-color: rgba(251, 251, 251, 0.25);
	/*height:550px;*/
}

.office-address {
	margin-top: 60px;
	margin-bottom: 40px;
}

.office-address img {
	height: 50px;
	width: 60px;
}

.office-address h2 span.lineBorder {
	display: block;
	border: 1px solid #3a3a33;
	width: 70px;
	margin-top: 10px;
}

.office-address h2 {
	font-size: 20px !important;
	margin-top: 0px !important;
}

.office-address address {
	line-height: 30px;
	font-size: 15px;
	margin-top: 30px;
}

.office-address address span {
	color: #7d7979;
	padding: 5px 6px;
	border: 2px solid #f5f5f5;
	/* border-radius: 50%; */
	font-size: 12px;
	margin-bottom: 10px;
	background: #f2f2f2;
	margin-bottom: 10px;
}

.icon-address {
	text-align: center;
	font-size: 30px;
	margin-top: -7px;
	color: #d2cece;
}

.forEnq {
	background-color: #f3f3f3;
	padding: 15px 0px;
}

.forEnq .enqu {
	padding: 30px 0px 30px 30px;
}

.forEnq .enqu span {
	padding: 8px 0px;
	display: block;
}

span.cName {
	font-weight: bold;
}

.forEnq .enqu span a:hover {
	text-decoration: none;
}

.forEnq .enqu i {
	margin-right: 10px;
	color: #867e7e;
}


.contactForm {
	padding: 30px 0;
	background: #27aef6;
	color: #fff;
	font-size: 25px;
	display: none;
}

input,
select {
	padding: 15px 10px !important;
	height: 40px !important;
	border-radius: 2px !important;
	border: 1px solid #ece7e7 !important;
	margin-bottom: 15px !important;
}

input[type=file],
select {
	padding: 7px 10px !important;
}



textarea {
	padding: 15px 10px !important;
	border-radius: 2px !important;
	border: 1px solid #ece7e7 !important;
	margin-bottom: 15px !important;
}



.contactForm .btn.btnSend {
	padding: 10px 20px;
	background: #fff;
	color: #27aef6;
}

.btnClose {
	border-radius: 2px;
	color: #999;
	padding: 8px 25px;
}

.btnSbt {
	background: #28aef7;
	border-radius: 2px;
	color: #fff;
	padding: 8px 25px;
}

.modal-dialog {
	margin-top: 8%;
}

.modal-content {
	border-radius: 3px;
	box-shadow: 0 5px 15px rgba(255, 255, 255, .5);
	/* border: 0px solid rgba(255,255,255,.8) !important; */
	border: 15px solid #f5f5f5;
}

.modal-header {
	padding: 15px !important;
	border-bottom: 1px solid #f3f3f3 !important;
	background: #28aef7;
	color: #fff;
}

.modal-footer {
	padding: 20px !important;
	text-align: center !important;
	border-top: 1px solid #f3f3f3 !important;
}

.modal-header .close {
	margin-top: -50px;
	margin-right: -50px;
	color: #ffffff;
	opacity: 1;
	padding: 5px 10px;
	border-radius: 50%;
	margin-bottom: 10px;
	background: #000;
	border: 2px solid #808182;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}



/********************* /iCorei Contact Us Section  **********************/
/* jyoti start */
@media (min-width: 1200px) {
	.container {
		width: 1320px;
	}
}

.j-section .button {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
}

.j-section .button--orange {
	color: #fff;
	background-color: #2f8cca;
	-webkit-transition: background-color .1s ease-out;
	transition: background-color .1s ease-out;
}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 1199px) {
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 425px) {
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.j-section .button {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

/********************* iCorei frist jyoti Section  **********************/
/* 13-8 s*/
.page-header__inner {
	/* position: relative; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 50px;
	padding-bottom: 0px;
	/* padding-bottom: 50px; */
	align-items: center;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

/* 13-8 e*/
.page-header__content-part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-negative: 1;
	/* flex-shrink: 1;
	width: 100%;
	max-width: 750px; */
}

.page-header__title {
	position: relative;
	z-index: 5;
	max-width: 900px;
	margin-bottom: 20px;
	/* font-family: "Montserrat", sans-serif; */
	font-weight: 600;
	line-height: 1.2;
	font-size: 51px;
	color: #403f40;
}

.page-header__descr {
	position: relative;
	z-index: 5;
	max-width: 850px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 21px;
}

.page-header__button {
	position: relative;
	z-index: 5;
	color: #fff;
	background-color: #00d9ff;
	-webkit-transition: background-color .1s ease-out;
	transition: background-color .1s ease-out;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
}

/* 13-8 s*/
/* .page-header--service-page .page-header__image-part {
	max-height: 120px;
} */
/* 13-8 t*/
/* .page-header--service-page .container {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
} */
/* 13-8 s */
.page-header__image-part {
	/* position: relative; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: center;
	-ms-flex-negative: 2;
	flex-shrink: 2;
	/* width: 100%;
	max-width: 650px;
	margin-left: auto; */
}

/* 13-8 e */
.page-header--service-page .page-header__image {
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: none;
}

.page-header__badge {
	/*	width: 100%; */
	max-width: 100%;
	height: 100%;
}

.badge-wrap {
	position: absolute;
	z-index: 2;
	left: calc(50% - 160px);
	bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	max-width: 250px;
}

.page-header--service-page .badge-wrap {
	bottom: 10px;
	bottom: calc(50% - 125px);
	left: calc(50% - 95px);
}

/* 13-8 s */
/* @media (max-width: 768px) {
    .page-header--service-page .page-header__image-part{
		display: none;
	}
	.page-header__content-part{
		align-items: center;
    text-align: center;
	}
	.page-header__title{
		font-size: 40px;
	}
} */
@media (max-width: 768px) {
	.page-header__inner {
		flex-direction: column;
		align-items: center;
	}

	.page-header--service-page .page-header__image-part {
		justify-content: center;
		margin-bottom: 30px;
		order: 1;
	}

	.page-header__content-part {
		align-items: center;
		text-align: center;
		order: 2;
	}

	.page-header__title {
		font-size: 40px;
	}
}

/* 13-8 t */
@media (max-width: 425px) {
	.page-header__inner {
		padding-top: 30px;
	}

	.page-header__title {
		font-size: 25px;
	}

	.page-header__descr {
		font-size: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 425px) {
	.page-header__inner {
		padding-top: 30px;
	}

	.page-header__title {
		font-size: 17px;
		margin: 10px 0;
	}

	.page-header__descr {
		font-size: 14px;
		margin-bottom: 13px;
	}
}

/********************* /iCorei frist jyoti Section  **********************/

#features {
	background: #fff;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 80px;
}

@media (max-width: 1649px) {
	#features {
		padding-top: 80px;
	}
}

@media (max-width: 1199px) {
	#features {
		padding-top: 40px;
	}
}

@media (max-width: 425px) {
	#features {
		padding-top: 20px;
	}
}

.feature-box {
	margin-bottom: 30px;
}

.feature-wrapper {
	background: #fff;
	overflow: hidden;
	padding: 28px 15px 20px 30px;
	border-radius: 10px;
	/* width: 469px; */
	height: 135px;
	box-shadow: 0px 1px 5px 0px rgb(35 35 35 / 8%);
	transition: .5s;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 1px solid rgb(35 35 35 / 8%);
}

#features .content h4 {
	color: #29adf7;
}

#features .feature-wrapper .content h4 {
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

#features .feature-wrapper:hover .content h4 {
	letter-spacing: 3px;
}

/* @media (max-width: 1649px) { */
.feature-wrapper {
	width: auto;
	min-height: 235px;
}

/* } */
.feature-box .icon {
	text-align: center;
}

.feature-wrapper .icon img {
	transition: .5s;
	/* padding: 0 21px 0 30px; */
	border-radius: 5px;
}

#features .feature-wrapper .icon img {
	animation: moveIcon 5s linear infinite;
}

@keyframes moveIcon {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

#features .feature-wrapper:hover .icon img {
	transform: none;
}

.feature-wrapper:hover .icon img {
	transform: rotateY(360deg);
}

.feature-box .content {
	text-align: left;
	padding-left: 20px;
}

.content {
	float: left;
	width: 100%;
}

.content h4 {
	text-transform: capitalize;
	margin-top: 21px;
	margin-bottom: 8px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
}

.Customizability_Maximum {
	margin-top: -5%;
	/* z-index: 2; */
	position: relative;
	padding: 0 0 50px;
}

@media (max-width: 1649px) {
	.Customizability_Maximum {
		margin-top: -4%;
		padding: 0px 0 35px;
	}
}

.Stand-out .Customizability_Maximum {
	margin-top: 0;
	padding: 0;
}

.Stand-out .Customizability_Maximum .inner-top {
	margin-bottom: 30px;
}

.feature-block-title {
	font-size: 38px;
	line-height: 55px;
	font-weight: 700;
	/* letter-spacing: 1px; */
	text-transform: capitalize;
	color: #232323;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	font-family: 'Inter';
}


/* .Customizability_Maximum .inner-bottom {
    max-width: 85%;
    margin: auto;
}
.Stand-out .Customizability_Maximum .inner-bottom {
    display: flex;
    max-width: 95%;
    margin: auto;
}

@media (max-width: 1649px) {
    .Stand-out .Customizability_Maximum .inner-bottom {
        max-width: 100%;
    }
}
@media (max-width: 1649px) {
    .Stand-out .Customizability_Maximum .inner-bottom .feature-box {
        width: 25%;
    }
} */

.Customizability_Maximum .inner-bottom .feature-box .feature-wrapper {
	width: 425px;
	height: auto;
	margin-bottom: 20px;
	margin-left: 5px;
}

@media (max-width: 1649px) {
	.Customizability_Maximum .inner-bottom .feature-box .feature-wrapper {
		width: auto;
		height: 265px;
		min-height: auto;
		margin: 0 15px 20px;
	}
}

.Stand-out .Customizability_Maximum .inner-bottom .feature-box .feature-wrapper {
	width: auto;
	height: auto;
	background: rgba(254, 248, 236, 1);
	border: 1px solid rgba(252, 235, 203, 1);
	padding: 36px 15px 40px;
}

@media (max-width: 1649px) {
	.Stand-out .Customizability_Maximum .inner-bottom .feature-box .feature-wrapper {
		margin: 0;
		padding: 36px 10px 20px;
		height: 230px;
	}
}

#Customizability-Stand-out .feature-wrapper {
	display: block;
}

#Customizability-Stand-out .feature-box .content {
	text-align: center;
}

@media (max-width: 425px) {
	.feature-block-title {
		font-size: 24px;
		line-height: 1;
	}

	.Stand-out .Customizability_Maximum .inner-top {
		margin-bottom: 20px;
	}
}

/********************* iCorei service benefits Section  **********************/
.service-page-benefits__inner {
	text-align: center;
}

.service-page-benefits__title {
	margin-bottom: 60px;
	text-align: center;
	font-size: 36px;
	color: #403f40;
	font-weight: 600;
}

.service-page-benefits__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cards-t-2-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-page-benefits__content .card--type-2 {
	padding-bottom: 30px;
}

.card--type-2 {
	width: calc(33.3333333333% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
}

.card--type-2 .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 10px;
}

.card--type-2 .icon .wrap:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/figure-orange-3.svg);
	background-repeat: no-repeat;
}

.card--type-2 .icon .wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	overflow: hidden;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

@media (min-width: 768px) {
	.card--type-2:hover .icon .wrap {
		-webkit-transition: rotateY(360deg);
		-moz-transition: rotateY(360deg);
		-o-transition: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

.card--type-2 .icon .wrap:after {
	content: "";
	z-index: 2;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-image: url(../images/figure-orange-4.svg);
	background-repeat: no-repeat;
}

.card--type-2 .icon__img {
	position: relative;
	z-index: 3;
	width: 40px;
}

.service-page-benefits__content .card--type-2 .icon__img {
	width: 55px;
	height: auto;
	max-height: 57px;
}

.card--type-2 .title {
	color: #1e71b7;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.card--type-2 .descr {
	font-weight: 500;
	color: #8b8b8b;
	font-size: 16px;
	text-align: justify;
}

.service-page-benefits__button {
	margin-top: 30px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.card--type-2 {
		width: auto;
	}
}

@media (max-width: 425px) {
	.service-page-benefits__title {
		margin-bottom: 30px;
		font-size: 25px;
	}
}

/********************* /iCorei service benefits Section  **********************/
/********************* iCorei service advantages Section  **********************/

.background-grey {
	background-color: #f8f8f8;
}

.advantages__title {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	font-size: 36px;
	color: #403f40;
	font-weight: 600;
}

/* .advantages-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 0;
} */

.advantages-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 0;
}

.advantages-section__content {
	/* width: 60%; */
	padding-left: 0;
	padding-right: 30px;
}

.advantages-section__title {
	padding-right: 20px;
	margin-bottom: 15px;
	font-size: 32px;
	color: #403f40;
	font-weight: 600;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

@media (min-width: 768px) {
	.advantages-section:hover .advantages-section__title {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

.advantages-section__descr {
	padding-right: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.8;
	color: #6c6c6c;
}

.advantages-section__img {
	position: relative;
	z-index: 10;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* width: 100%;
	max-width: 40%; */
	padding-right: 30px;
	padding-left: 30px;
}

.advantages-section__img .wrap {
	position: relative;
}

.advantages-section__img .wrap:before {
	content: "";
	z-index: 2;
	position: absolute;
	top: 0%;
	left: 8%;
	width: 100%;
	height: 100%;
	background-image: url(../images/figure-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .9;
	/* animation: moveBackground 10s linear infinite; */
}

@keyframes moveBackground {
	0% {
		transform: rotateY(0);
	}

	50% {
		transform: rotateY(360deg);
	}

	100% {
		transform: rotateY(0);
	}
}

.parallax1 .advantages-section__img .wrap:before {
	background-image: url(../images/figure-orenge.png);
}

.advantages-section__img img {
	z-index: 2;
	position: relative;
	width: 100%;
	max-width: 550px;
	width: 100%;
	height: auto;
}

.advantages-section__img .wrap:after {
	content: "";
	z-index: 1;
	position: absolute;
	top: 13%;
	left: 8%;
	width: 100%;
	height: 100%;
	background-image: url(../images/figure-blue-light.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .9;
	/* animation: moveLightBackground 10s linear infinite; */
}

@keyframes moveLightBackground {
	0% {
		transform: rotateX(0);
	}

	50% {
		transform: rotateX(360deg);
	}

	100% {
		transform: rotateX(0);
	}
}

.parallax1 .advantages-section__img .wrap:after {
	background-image: url(../images/figure-orenge-light.png);
}

.advantages-section--v2 .advantages-section__content {
	padding-right: 0;
	padding-left: 30px;
}

.advantages-btn-wrap {
	margin-top: 30px;
	text-align: center;
}

@media (max-width: 768px) {
	.advantages-section {
		flex-direction: column;
		text-align: center;
		padding: 30px 0;
	}

	.advantages-section--v2 .advantages-section__content {
		padding-left: 0px;
	}

	.advantages-section__content {
		padding-left: 0px;
		padding-right: 0px;
		order: 2;
		margin-top: 30px;
	}

	.advantages-section__descr {
		padding-right: 0px;
	}
}

@media (max-width: 425px) {
	.advantages__title {
		font-size: 22px;
	}

	.advantages-section__title {
		font-size: 20px;
	}

	.advantages-section__descr {
		font-size: 14px;
	}
}

/********************* /iCorei service advantages Section  **********************/
.splide-slogen {
	padding: 10px 0;
	background-color: #ffa731;
	color: #fff;
}

.splide-slogen .splide__list li {
	list-style-type: disc !important;
	color: #fff;
}

.manufacture-block .splide__slide {
	text-align: center;
	cursor: pointer;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 50px;
}

.splide__slide img {
	height: 75px;
}

.manufacture-block.section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.manufacture-block .splide__slide:hover {
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.img-part-story {
	padding-top: 80px;
}

@media (max-width: 1199px) {
	.img-part-story {
		padding-top: 40px;
	}
}

@media (max-width: 425px) {
	.img-part-story {
		padding-top: 20px;
	}
}

.img-part {
	/* width: 50%; */
	position: relative;
	overflow: hidden;
	/* height: 400px; */
}

.img-part img {
	vertical-align: bottom;
	max-width: 100%;
	position: relative;
}

.img-part img {
	vertical-align: bottom;
	width: auto;
	/* height: auto; */
}

.ab-content {
	position: absolute;
	top: 60px;
	color: #fff;
	max-width: 300px;
	left: 100px;
	z-index: 99;
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.ab-content {
		position: absolute;
		top: 60px;
		color: #fff;
		max-width: 390px;
		left: 85px;
	}
}

.img-part .ab-content h2 {
	color: #ffffff;
	/* color: black; */
}

.img-part h2 {
	transition: 1s all;
}

.ab-content a {
	display: inline-block;
	background: #Fff;
	padding: 10px 30px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	transition: .3s all;
	cursor: pointer;
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.ab-content a {
		padding: 20px 45px;
		font-size: 15px;
	}
}

.img-part .ab-content a {
	background: #000;
	color: #fff;
}

.img_hover {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.75);
	left: 20px;
	bottom: 0;
	right: 20px;
	top: 20px;
	padding: 30px;
	padding-top: 80px;
	transform: translateY(100%);
	transition: 1s all;
	opacity: 0;
}

@media (max-width: 768px) {
	.img_hover {
		padding: 30px;
		transform: translateY(0);
		transition: 1s all;
		opacity: 1;
		position: static;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.img_hover {
		padding-top: 100px;
	}
}

.img_hover ul {
	position: relative;
	z-index: 999;
	max-width: 90%;
	margin: 0 auto;
}

.img_hover li {
	position: relative;
	padding-left: 25px;
	margin: 15px 0;
	color: #fff;
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.img_hover li {
		margin: 20px 0;
	}
}

.arrow {
	line-height: 1;
	width: 5px;
	height: 5px;
	border-top-right-radius: 30%;
	background-color: #fff;
	text-align: left;
	display: inline-block;
	-webkit-transition: background-color .45s ease;
	transition: background-color .45s ease;
	-webkit-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
	transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
	-webkit-transform-origin: 45% 75%;
	transform-origin: 45% 75%;
	position: absolute;
	left: 0;
	top: 11px;
}

.arrow:before,
.arrow:after {
	content: '';
	position: absolute;
	background-color: inherit;
	width: 100%;
	height: 100%;
	border-top-right-radius: 20%;
}

.arrow:before {
	-webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
	transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.arrow:after {
	-webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
	transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.img_hover li a {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.9s;
}

.img_hover li a:hover,
.img_hover li a:focus {
	text-decoration: none;
	outline: none;
	color: #ffa731;
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	.img_hover li a {
		font-size: 17px;
	}
}

@media (min-width: 769px) {
	.img-part:hover h2 {
		color: #fff;
		font-size: 16px;
	}

	.img-part:hover .ab-content a {
		opacity: 0;
		display: none;
		transition-delay: 1s;
	}

	.img-part:hover .img_hover {
		opacity: 1;
		transform: translateY(0);
		bottom: 20px;
	}
}

@media (max-width: 768px) {
	.ab-content {
		top: 20px;
	}
}

@media (max-width: 425px) {
	.ab-content {
		top: 0px;
		left: 70px;
	}
}

@media (max-width: 375px) {
	.ab-content {
		top: 20px;
		left: 70px;
	}

	.img-part .ab-content h2 {
		font-size: 20px;
	}

	.img-part .ab-content a {
		display: none;
		padding: 10px;
		font-size: 11px;
	}
}

/* jyoti end */


/********************* iCorei footer  **********************/

footer {
	background-color: #000;
	margin-top: 0px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
	padding-top: 50px;
}

.footerTpHeader {
	color: #f2f2f2;
	line-height: 25px;
	font-size: 18px;
	padding-top: 10px;
}

.footerPart p {
	color: #f2f2f2;
	text-align: justify;
	padding: 15px 10px 10px 0px;
}

footer .footerTpHeader h4 {
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	color: #8e8c8c;
	font-weight: bold;
}

footer .footerTpHeader span.lineBorder {
	display: block;
	border: 1px solid #8e8c8c;
	width: 35px;
	margin-bottom: 15px;
}

footer ul li {
	list-style: none;
	color: #8e8c8c;
}

footer ul li a,
footer ul li a:hover {
	color: #8e8c8c;
	text-decoration: none;
	font-weight: 300;
}

.footerNavLinks {
	padding-top: 15px;
}

.social-icon {
	padding-top: 30px;
}

.footerNavLinks ul li {
	margin-bottom: 15px;
}

.footerNavLinks ul li img {
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 3px;
	width: 40px;
	height: 40px;
}

.visionFooter {
	color: #8e8c8c;
	padding-top: 15px;
	text-align: justify;
}

.copyRights {
	padding: 15px 0px;
	background-color: rgba(128, 121, 121, 0.28);
	color: #8e8c8c;
	font-size: 13px;
}

.copyRights a {
	color: #8e8c8c;
}

.social-icon {
	margin-bottom: 10px;
}

.social-icon h4 {
	color: #50504f;
	font-size: 15px;
}

.social-icon span {
	color: #8e8c8c;
	font-size: 14px;
	background: transparent;
	border-radius: 14%;
	/*border:2px solid #8e8c8c;*/
	margin-right: 15px;
	text-align: justify;
}

.social-icon span.fa-facebook {
	padding: 5px 10px;
}

.social-icon span.fa-google-plus {
	padding: 5px 3px;
}

.social-icon span.fa-twitter {
	padding: 5px 7px;
}

.social-icon span.fa-linkedin {
	padding: 5px 8px;
}

.social-icon span.fa-facebook:hover {
	color: #3B5998;
	transition: 0.8s;
	/*border:2px solid #3B5998;*/
}

.social-icon span.fa-google-plus:hover {
	color: #db4437;
	transition: 0.8s;
	/*border:2px solid #db4437;*/
}

.social-icon span.fa-twitter:hover {
	color: #00aced;
	transition: 0.8s;
	/*border:2px solid #00aced;*/
}

.social-icon span.fa-linkedin:hover {
	color: #007bb6;
	transition: 0.8s;
	/*border:2px solid #007bb6;*/
}

/********************* /iCorei footer  **********************/










/********************* iCorei footer Return tio Top  **********************/
#to-top-button {
	opacity: 0;
	position: fixed;
	z-index: 999;
	width: 40px;
	height: 40px;
	right: 30px;
	bottom: -32px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all .2s;
	-webkit-transition: all .2s;
	background-color: #29adf7;
	border: 1px solid #f2f2f2;
}

#to-top-button>span {
	display: inline-block;
	font-size: 25px;
	font-weight: 300;
	line-height: 22px;
	width: 32px;
	color: #fff;
	text-align: center;
	padding-top: 6px;
	margin-left: 2px;
}

#to-top-button {
	bottom: 15px;
	opacity: 1;
	border: 2px solid #29adf7;
}

#to-top-button a:active,
#to-top-button a:hover {
	text-decoration: none !important;
}



/********************* /iCorei footer Return tio Top  **********************/


/********************* Media Queries Styles  **********************/

@media screen and (min-width:1025px) and (max-width:1200px) {

	#iCorei-slider-widget .carousel-inner>.item>a>img,
	.carousel-inner>.item>img {
		height: 300px;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.navbar ul li a {
		padding: 13px 25px;
		letter-spacing: 0px;
	}

	#iCorei-slider-widget .carousel-inner>.item>a>img,
	.carousel-inner>.item>img {
		height: auto;
	}
}

@media screen and (max-width:768px) {

	.navbar {
		min-height: 60px;
	}

	.fixed .navbar-brand img {
		height: 53px !important;
	}

	.navbar-header {
		display: block !important;
	}

	.navbar-brand img {
		height: 48px;
		width: 115px;
		margin-top: -10px;
	}

	.navbar-brand {
		margin-top: -3px;
	}

	.navbar ul li.active:before {
		border-top: solid 8px transparent;
	}

	.navbar ul li a {
		line-height: 20px !important;
		padding: 13px 10px;
	}

	.navbar-brand a:hiver {
		color: #f2f2f2;
	}

	.aboutus-header h2 span,
	.itServiceHeader-title h2 span {
		font-size: 25px;
		padding: 20px;
		border-radius: 50%;
	}

	#iCorei-slider-widget .carousel-control .fa-long-arrow-left,
	#iCorei-slider-widget .carousel-control .fa-long-arrow-right,
	#iCorei-slider-widget .carousel-control .icon-next,
	#iCorei-slider-widget .carousel-control .icon-prev {
		font-size: 20px !important;
	}

	#iCorei-slider-widget .carousel-inner>.item>a>img,
	.carousel-inner>.item>img {
		height: 220px !important;
		width: 100%;
	}


	.ourProduct .carousel-control .glyphicon-chevron-left,
	.ourProduct .carousel-control .icon-prev {
		top: 12%;
		left: 100%;
	}

	.ourProduct .carousel-control .glyphicon-chevron-right,
	.ourProduct .carousel-control .icon-next {

		top: 12%;
		right: 100%;
	}

	.ourProduct .carousel-inner a {
		width: 460px;
	}

	.iCorei-strategy .section {
		padding-top: 0px;
	}

	.iCorei-strategy .liner {
		top: 50%;
	}

	.iCorei-strategy span.round-tabs .glyphicon {
		font-size: 16px;
	}

	.iCorei-strategy .board {
		width: 100%;
		height: auto !important;
	}

	.iCorei-strategy span.round-tabs {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.iCorei-strategy .tab-content .head {
		font-size: 20px;
		padding-right: 0;

	}

	.iCorei-strategy .nav-tabs>li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.iCorei-strategy li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}

	.iCorei-strategy .btn-outline-rounded {
		padding: 12px 20px;
	}

	#iCoreiSlogan {
		margin-left: -30px;
	}

	.aboutUsVision,
	.portfolio {
		height: auto;
	}

	.itService {
		height: auto;
	}

	#iCoreiSlogan {
		margin-left: 0px;
	}


}

@media (max-width: 425px) {
	p {
		font-size: 14px;
	}
}

.hidden-text {
	display: none;
	margin-top: 10px;
	color: #fff;
	max-height: 100px;
	/* Set the maximum height for the text */
	overflow-y: auto;
	/* Enable vertical scrolling if content exceeds the max height */
	padding-right: 15px;
	/* Add padding to accommodate the scrollbar */
	padding-left: 10px;
}

/* WebKit browsers (Chrome, Safari) */
.hidden-text::-webkit-scrollbar {
	width: 8px;
	/* Width of the scrollbar */
}

.hidden-text::-webkit-scrollbar-track {
	background: #444;
	/* Background color of the scrollbar track */
	border-radius: 10px;
}

.hidden-text::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	/* Color of the scrollbar thumb */
	border-radius: 10px;
	border: 2px solid #444;
	/* Border color to match the track background */
}