/****** GENERAL ******/

img {
	max-width: 100%;
}

p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	margin-bottom: 36px;
}

body,
html {
	overflow-x: hidden;
}

body{
	padding-top: 104px;
}

.text-light {
	color: #fbfbfd;
}

@media (min-width: 1580px) {
	.container {
		max-width: 1370px;
	}
}

h1 {
	font-size: 60px;
	font-weight: 600;
}

h2 {
	font-size: 50px;
	font-weight: 600;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

.flex-container {
	display: flex;
	flex-direction: row;
}

.flex-left {
	/* width: 75%; */
	padding-right: 13px;
	align-items: center !important;
	display: flex !important;
}

.flex-right {
	/* width: 25%; */
	align-items: center !important;
	display: flex !important;
}

.btn {
	padding: 15px 34px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}


/****** HEADER ******/

.navbar {
	max-height: 100vh;
	overflow-y: scroll;
	/* z-index: 8; */
	}

.collapsed .navbar-toggler-icon{
	background-image: url("../images/icn-hamburger.png") !important;
	background-size: 19px;
	background-position: right;
}

.navbar-dark .collapsed .navbar-toggler-icon {
	background-image: url("../images/icn-hamburger-dark.png") !important;
}

.navbar-toggler-icon{
	background-image: url("../images/icn-hamburger-close-light@2x.png") !important;
	background-size: 17px;
	background-position: right;
}

.navbar-dark .navbar-toggler-icon{
	background-image: url("../images/icn-hamburger-close@2x-dark.png") !important;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #3e3c48;
}

.navbar-nav .active > .nav-link::after,
.navbar-nav li:hover > .nav-link::after {content: "";background: #05c6dd;width: calc(100% - 23px);height: 4px;left: 50%;position: absolute;bottom: -9px;transform: translateX(-50%);}

.logo img {
	max-width: 286px;
	height: auto !important;
}

.hero-left-area {
	padding-top: 80px;
}

.logo img.logo-text {
	width: 190px;
	margin-left: 22px;
}

header {
	background: #f2f2f2;
}

.hero-area {
	/* background: url("../images/slider_bg.svg") no-repeat center bottom; */
	background-size: auto 100%;
	position: relative;
}

.hero-area::before {
	content: "";
	width: 0;
	height: 0;
	/* margin-top: 30%; */
	border-bottom: 500px solid #5176ba;
	border-left: 100vw solid transparent;
	border-right: 0 solid transparent;
	position: absolute;
	bottom: -3px;
	z-index: 0;
}

.hero-main-img {
	max-width: 471px;
	position: relative;
	z-index: 12;
	position: absolute;
	right: 337px;
	bottom: 54px;
}

.navbar-light .navbar-nav .nav-link {
	color: #3e3c48;
	font-size: 15px;
	font-weight: 500;
	padding: 0 13px;
	position: relative;
}

.navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 500;
	padding: 0 13px !important;
	position: relative;
}

.navbar-nav li:last-child .nav-link {
	color: #eb5d1a;
}

.hero-area h2 {
	color: #497eec;
	font-size: 50px;
	font-weight: 600;
}

.hero-area h3 {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	/* line-height: 1.17; */
	letter-spacing: normal;
	color: #3d3c48;
}

.hero-area p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	/* line-height: 1.33; */
	letter-spacing: normal;
	color: #3e3c48;
	margin-top: 20px;
	margin-bottom: 29px;
}

.hero-area .btn-primary {
	padding: 15px 34px;
	border-radius: 4px;
	/* background-color: #3e3c48; */
	border: none;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.73;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: uppercase;
}

.hero-left-shape {
	background: url("../images/header-area-left.svg") no-repeat left center;
	width: 104px;
	height: 372px;
	left: 0;
	position: absolute;
	bottom: -80px;
	z-index: 3;
	/* visibility: hidden; */
}

.hero-img-container {
	position: relative;
}

.hr-rec {
	position: absolute;
	left: auto;
	top: 0;
	right: 590px;
}

img.hr-rec.hr-rec-1 {
	top: 150px;
	z-index: 2;
	animation: rec-1 7s infinite;
	animation-timing-function: cubic-bezier(.52,.01,.47,1);
}

@keyframes rec-1 {
  0%,
  100% {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0) scale(1.0, 1.0);
	-webkit-transform: translateY(0) scale(1.0, 1.0);
  }

  50% {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(30px) scale(1.0, 1.0);
	-webkit-transform: translateY(16px) scale(1.0, 1.0);
  }
}

img.hr-rec.hr-rec-2 {
	right: 250px;
	left: auto;
	top: 30px;
	z-index: 2;
	animation: rec-2 6s infinite;
	animation-timing-function: cubic-bezier(.52,.01,.47,1);
}

@keyframes rec-2 {
  0%,
  100% {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0) scale(1.0, 1.0);
	-webkit-transform: translateY(0) scale(1.0, 1.0);
  }

  50% {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(40px) scale(1.0, 1.0);
	-webkit-transform: translateY(25px) scale(1.0, 1.0);
  }
}

.hero-our-partners img.hr-rec.hr-rec-2 {
    top: 80px;
}

img.hr-rec.hr-rec-3 {
	top: 180px;
	left: auto;
	z-index: 2;
	right: 320px;
	animation: rec-zigzag 7s infinite;
	animation-timing-function: cubic-bezier(.52,.01,.47,1);
}


@keyframes rec-zigzag {
  0%,
  100% {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0) scale(1.0, 1.0);
  }

  50% {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(30px) scale(1.0, 1.0);
  }
}


img.hr-rec.hr-rec-4 {
	/* top: auto; */
	/* bottom: 43px; */
	/* z-index: 0; */
	/* left: calc(51.5% - -10px); */
	/* left: auto; */
	right: 277px;
	position: absolute;
	top: 356px;
	left: auto;
}

.hero-top-bg-shape {
	width: 0;
	height: 0;
	/* margin-top: 30%; */
	border-top: 828px solid #f2f2f2;
	border-left: 0 solid transparent;
	border-right: 152vw solid transparent;
	position: absolute;
	top: 0;
	z-index: 2;
	left: 0;
	display: n;
}

.hero-top-bg-shape+div {
	z-index: 2;
}

img.hr-rec.hr-rec-4+div {
	z-index: 2;
}


/****** CONTENT ******/

.colorbox {
	background: #05c6dd;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 3.2px;
}

.hero-area::after {
	content: "";
	width: 100%;
	background: url("../images/curve-bottom.svg") no-repeat center;
	background-size: auto 100%;
	height: 10vw;
	left: 0;
	right: -50px;
	position: absolute;
	bottom: -10vw;
	padding: 0;
}

.curve-sec {
	position: relative;
}

.curveTopDark::before {
	content: "";
	width: 100%;
	background: url("../images/curve-top.svg") no-repeat center;
	background-size: auto 100%;
	height: 10vw;
	left: 0;
	right: -50px;
	position: absolute;
	top: -1vw;
	padding: 0;
	z-index: 3;
}

.work-detail-dark::before{
	background: url("../images/curve-top-gray.svg") no-repeat center;
	background-size: auto 100%;	
}

.curveBottomDark::after {
	content: "";
	width: 100%;
	background: url("../images/curve-bottom_dark.svg") no-repeat center;
	background-size: auto 100%;
	height: 10vw;
	left: 0;
	right: -50px;
	position: absolute;
	bottom: 0vw;
	padding: 0;
	z-index: 3;
}

.p-big {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

.who-we-are h5 {
	float: left;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3e3c48;
	margin-bottom: 0;
}

.who-we-are .flex-right p {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3e3c48;
}

.who-we-are h2 {
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: normal;
	color: #3e3c48;
}

.works-container {
	position: relative;
	z-index: 1;
}

.curveDark-leftShape-1::before {
	content: "";
	width: 273px;
	height: 492px;
	background: url("../images/works_left.svg") no-repeat center;
	position: absolute;
	left: -88px;
	bottom: -216px;
	z-index: 4;
}

.curveDark-leftShape-2::after {
	content: "";
	width: 273px;
	height: 492px;
	background: url("../images/works_right.svg") no-repeat center;
	position: absolute;
	right: -117px;
	top: -259px;
	z-index: 4;
}

.works-container .card .imgcr {
	float: left;
	width: 73px;
	padding: 10px;
	height: 132px;
	margin-right: 15px;
	padding-top: 22px;
}

.works-container .card {
	padding: 18px;
	max-width: 410px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	margin-bottom: 20px;
	border: none;
	border-radius: 10px;
	padding-top: 14px;
}

.works-container .slick-slide {
	text-align: center;
}

.works-container .card .imgcr img {
	width: 100%;
}

.our-works button.slick-next {
	bottom: -50px;
	position: absolute;
	top: auto;
	left: 50%;
}

.our-works button.slick-prev {
	top: -50px;
	position: absolute;
	left: 50%;
}


.slick-next, .slick-prev {

	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;

}


.office-slider button.slick-next {
    right: -100px !important;
    left: auto !important;
    top: 50%;
    background-image: url(../images/nav-right-orange.svg) !important;
}

.office-slider button.slick-prev {
    left: -100px !important;
    right: auto !important;
    top: 50%;
    background-image: url(../images/nav-left-orange.svg) !important;
}

.whatWeDo .card-body {
	object-fit: contain;
	border-radius: 10px;
	background-color: #ffffff;
	padding-top: 17px !important;
	padding-bottom: 20px !important;
	box-shadow: 0 6px 10px 0 rgba(216, 221, 230, 0.5);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}

.whatWeDo .card-body:hover {
    box-shadow: 0 8px 14px 0 rgba(216, 221, 230, 0.5);
    box-shadow: 0 8px 14px 0 rgba(62, 60, 72, 0.2);
}

.whatWeDo .card-body .colorbox {
	margin-bottom: 12px;
	padding: 37px 0;
}

.colorbox.turkuaz.blue {
	background: #5176ba;
}

.colorbox.turkuaz.turuncu {
	background: #ff6600;
}

.colorbox.turkuaz.dark {
	background: #3e3c48;
}

.colorbox.light-dray {
    background: #f6f6f6;
}

.curveTopGray::before {
	content: "";
	width: 100%;
	background: url("../images/curve-top-light.svg") no-repeat center;
	background-size: auto 100%;
	height: 10vw;
	left: 0;
	right: -50px;
	position: absolute;
	top: -10vw;
	padding: 0;
}

.curveBottomGray::after {
	content: "";
	width: 100%;
	background: url("../images/white-curve-1.svg") no-repeat center;
	background-size: auto 100%;
	height: 10vw;
	left: 0;
	right: -50px;
	position: absolute;
	bottom: -10vw;
	padding: 0;
}

.howDoWeDo, .curved {
	position: relative;
	background: #f2f2f2;
}

.slideHowDoWeDo h3,
.HowDoWeDoCnt h3 {
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: normal;
	color: #05c6dd;
}

.slideHowDoWeDo h2,
.HowDoWeDoCnt h2 {
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #3d3c48;
}

.slideHowDoWeDo p,
.ourHistory p,
.HowDoWeDoCnt p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #3d3c48;
}

.slideHowDoWeDo .slick-slide>div,
.ourHistory .slick-slide>div,
.HowDoWeDoCnt .how-do-item{
	padding: 20px;
	padding-bottom: 20px;
	margin-bottom: 23px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.slideHowDoWeDo .slick-slide:hover>div,
.ourHistory .slick-slide:hover>div,
.HowDoWeDoCnt .how-do-item:hover{
	box-shadow: 0 8px 14px 0 rgba(62, 60, 72, 0.2);
	background-color: #ffffff;
	object-fit: contain;
	border-radius: 10px;
}

.slideHowDoWeDo, .ourHistory, .HowDoWeDoCnt {
	padding: 0 100px;
}

.howDoWeDo button.slick-prev {
	background-image: url('../images/nav-left-blue.svg');
	width: 42px;
	height: 42px;
	text-indent: -99999px;
	margin-top: -10px;
	left: -10px;
	background-size: 42px;
}

.howDoWeDo button.slick-prev:hover{
	background-image: url('../images/nav-left-blue-hover.svg');
	background-size: 42px;
}

.howDoWeDo button.slick-next:hover{
	background-image: url('../images/nav-right-blue-hover.svg');
	background-size: 42px;
}

.howDoWeDo button.slick-next {
	background-image: url('../images/nav-right-blue.svg');
	width: 42px;
	height: 42px;
	text-indent: -99999px;
	margin-top: -10px;
	right: -10px;
	background-size: 42px;
}

.our-works {
	padding-top: 240px !important;
	padding-bottom: 260px !important;
}

.who-we-are {
	padding-bottom: 0 !important;
}

.whatWeDo {
	padding-top: 0 !important;
}

.slideHowDoWeDo .slick-slide:nth-child(n) h3,
.HowDoWeDoCnt .colsHwD:nth-child(n) .how-do-item h3 {
	
	color: #05c6dd;
}

.slideHowDoWeDo .slick-slide:nth-child(5n) h3,
.HowDoWeDoCnt .colsHwD:nth-child(5n) .how-do-item h3{
	color: #05c6dd !important; 
}

.slideHowDoWeDo .slick-slide:nth-child(2n) h3,
.HowDoWeDoCnt .colsHwD:nth-child(2n) .how-do-item h3 {
	color: #497eec;
}

.slideHowDoWeDo .slick-slide:nth-child(6n) h3,
.HowDoWeDoCnt .colsHwD:nth-child(6n) .how-do-item h3{
	color: #497eec !important;
}

.slideHowDoWeDo .slick-slide:nth-child(3n) h3,
.HowDoWeDoCnt .colsHwD:nth-child(3n) .how-do-item h3 {
	color: #ff6600;
}

.slideHowDoWeDo .slick-slide:nth-child(4n) h3,
.HowDoWeDoCnt .colsHwD:nth-child(4n) .how-do-item h3{
	color: #ff6600 !important;
}



.howDoWeDoCn {
	position: relative;
}

.curveGray-leftShape-1::before {
	width: 98px;
	height: 310px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../images/how-do-left.svg') no-repeat;
}

.curveGray-leftShape-2::after {
	width: 98px;
	height: 330px;
	content: "";
	position: absolute;
	right: 0;
	top: -80px;
	background: url('../images/how-do-right.svg') no-repeat;
}

.partners_logo h2 {
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #3d3c48;
	margin-bottom: 23px;
}

@media (min-width: 768px) {
	.partners_logo .col-md-2 {
		width: calc(100%/7) !important;
		flex: 0 0 calc(100%/7) !important;
		align-items: center;
		justify-content: center;
		display: flex;
	}
}

.last-projects h6 {
	float: left;
	margin-right: 12px;
}

.last-projects h6 span {
	padding: 6px 10px 5px;
	border-radius: 13.2px;
	background-color: #f0f0f0;
	font-size: 10.8px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.24px;
	color: #5176ba;
}

.last-projects {
	background: #5176ba;
}

.last-projects button.slick-next {
	background-image: url('../images/nav-right-orange.svg');
	width: 42px;
	height: 42px;
	text-indent: -99999px;
	margin-top: -10px;
	right: auto;
	left: 25%;
	top: auto;
	bottom: -113px;
}

.last-projects button.slick-prev {
	background-image: url('../images/nav-left-orange.svg');
	width: 42px;
	height: 42px;
	text-indent: -99999px;
	margin-top: -10px;
	right: -10px;
	top: auto;
	bottom: -113px;
	left: 19%;
}

.social-footer-col a {
    text-decoration: none;
    color: #fff;
}

.social-footer-col a i{
	color: #fff !important;
}

.social-footer-col a:hover i {
    color: #f1f1f1 !important;
}

.last-projects button.slick-prev:hover{
	background-image: url('../images/nav-left-orange-hover.svg');
}

.last-projects button.slick-next:hover{
	background-image: url('../images/nav-right-orange-hover.svg');
}

.testimonials .card {
	border-radius: 6px;
	background-color: #f2f2f2;
	margin-bottom: 22px;
	border: none;
	position: relative;
}

.testimonials .card p {
	font-size: 14px;
	line-height: 22px;
	opacity: .8;
}

.testimonials .card h3 {
	color: #3e3c48;
}

.testimonials img {
	max-width: 55px !important;
	margin-right: 17px;
}

.testimonials h5 {
	font-size: 16px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #191919;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonials h6 {
	font-size: 15px;
	color: #7c7c7c;
	font-weight: normal;
	margin-bottom: 0;
}

.testimonials .card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f2f2f2;
	bottom: -10px;
	left: 30px;
}

.our-works .slick-prev {
	text-indent: -9999px;
	background-image: url('../images/nav-up.svg') !important;
	width: 42px;
	height: 42px;
	left: calc(50% - 14px) !important;
}

.our-works button.slick-prev:hover {
	background-image: url('../images/nav-up-hover.svg') !important;
}

.our-works .slick-next {
	text-indent: -9999px;
	background-image: url('../images/nav-down.svg') !important;
	width: 42px;
	height: 42px;
	left: calc(50% - 14px) !important;
	bottom: -65px !important;
}

.our-works button.slick-next:hover {
	background-image: url('../images/nav-down-hover.svg') !important;
}

.testimonials .slick-list.draggable {
	width: calc(100% + 50px);
	margin-left: -25px;
}

.logo-footer {
	max-width: 70px;
	margin-bottom: 20px;
}

p.footer-text {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #fbfbfd;
}

.footer-menu-items a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.69;
	letter-spacing: normal;
	color: #fbfbfd;
}

footer h4 {
	color: #05c6dd;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 31px;
}

footer#footer {
	padding-top: 0;
	position: relative;
	margin-top: 0;
	position: relative;
	z-index: 20;
}

.footer-top {
	padding: 6px 10px 6px 60px;
	border-radius: 4px;
	background-color: #5176ba;
}

.footer-top img {
	max-width: 100px;
}

.footer-top p {
	margin-bottom: 0;
}

.footer-top h3 {
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #fbfbfd;
}

.footer-top p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #f1f1f1;
}

.footer-top-container {
	position: relative;
	padding-bottom: 40px !important;
}

.footer-top {
	margin-top: -120px;
}

.testimonials {
	margin-top: 50px;
	margin-bottom: 40px;
}

.our-works .container {
	z-index: 9;
	position: relative;
}

.hero-img-container {
	min-height: 310px;
	z-index: 1;
}

.hero-cont {
	z-index: 5;
}

.hero-cont {
	min-height: 780px;
}

.hero-style-large .hero-main-img {
	max-width: 815px;
	right: 219px;
	bottom: 50px;
}

.hero-career .hero-main-img {
	max-width: 605px;
	right: 269px;
	bottom: 48px;
}

.hero-our-works .hero-main-img {
	max-width: 495px;
	right: 301px;
	bottom: 50px;
}

.hero-our-partners .hero-main-img {
    max-width: 699px;
    right: 217px;
}

.how-we-do-it .hero-main-img {
	max-width: 532px;
	right: 299px;
	bottom: 130px;
}


.hero-what-we-do .hero-main-img {
	max-width: 715px;
	right: 281px;
	bottom: 49px;
}

.hero-about-us .hero-main-img {
    max-width: 621px;
    bottom: 110px;
    right: 258px;
}

.curveBottomGray {
    margin-bottom: 63px !important;
    padding-bottom: 0 !important;
}


.colorbox-text h3 {
    font-size: 20px;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
}

.colorbox-text {
    padding: 14px;
    padding-bottom: 0;
}

.colorbox-text p {
    margin-bottom: 0;
    font-size: 16px;
}


.logo-techs img {
    /* max-width: 150px; */
    margin-right: 38px;
    margin-bottom: 21px;
    max-height: 30px;
}

.pb-10{
	padding-bottom: 100px !important;
}

.pb-15{
	padding-bottom: 150px !important;
}

.pb-20{
	padding-bottom: 200px !important;
}

.pt-10{
	padding-top: 100px !important;
}

.pt-15{
	padding-top: 150px !important;
}

.pt-20{
	padding-top: 200px !important;
}


.p-10{
	padding: 100px !important;
}

.p-15{
	padding: 150px !important;
}

.p-20{
	padding: 200px !important;
}

.team h5, .team h2, .team h5 {
    font-weight: 600;
}

.ourHistory h2 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #3d3c48;
}

.ourHistory h5 {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #0e1828;
}


.singleQuote h3 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #3d3c48;
    margin-bottom: 40px;
}

.singleQuote h4 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #3d3c48;
    margin-bottom: 4px;
}

.mt-e-5{
	margin-top: -50px;
}

.mt-e-10{
	margin-top: -100px;
}

.z-i-5{
	z-index: 5;
	position: relative;
}

.white-box-border {
    padding: 64px 79px;
    object-fit: contain;
    border-radius: 5px;
    border: solid 0.8px #d0d0d0;
    background-color: #ffffff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.white-box-border h3 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.33px;
    text-align: center;
    color: #0e1828;
}

.white-box-border p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.2px;
    text-align: center;
    color: #0e1828;
    padding-top: 19px;
    padding-bottom: 15px;
}

.white-box-border a {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #447ddc;
    margin: 0 20px;
}

.our-works-testimonials .card {
    background: #fbfbfd;
}

.our-works .card::after {
    border-top-color: #fbfbfd;
}

.bg-gray{
	background: #f2f2f2;
}

.bg-light-2{
	background: #fff;
}

.bg-gray-2{
	background: #fbfbfd;
}

.cur-bg-1-color{
	color: #eb5d1a !important;
}

.cur-bg-2-color{
	color: #05c6dd !important;
}


.cur-bg-1-bgcolor{
	background-color: #eb5d1a !important;
}

.cur-bg-2-bgcolor{
	background-color: #05c6dd !important;
}

.footer-text-last-desktop {
    color: #9c99a8;
    border-top: 1px solid #585568;
    padding-top: 39px;
}

.footer-text-last-desktop p {
    font-size: 11px;
}

.footer-text-last-desktop .t-1 {
    margin-right: 30px;
    border-right: 1px solid #585568;
    padding-right: 30px;
}

.shape-2-1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/footer-left.png") no-repeat;
	background-size: 100%;
	width: 127px;
	height: 274px;
}

.shape-2-1::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50px;
	background: url("../images/footer-right.png") no-repeat;
	background-size: 100%;
	width: 95px;
	height: 251px;
}

.about-us-img{
	max-width: 443px;
}

.partners_logo img {max-height: 34px;/* max-width: 100%; */width: auto !important;mix-blend-mode: luminosity;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

}

.partners_logo .col-md-2:hover img{
	mix-blend-mode: normal;
}

.pr-detail-item img {
    max-height: 43px;
    max-width: 80%;
    display: inline-block;
    mix-blend-mode: luminosity;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}

.pr-detail-item {
    text-align: center;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 32px 21px 32px 11px;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 8px 14px 0 rgba(216, 221, 230, 0.5);
    background-color: #ffffff;
    min-height: 150px;
    margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
	border: solid 1px #fff;
}

.pr-detail-item:hover,
.pr-detail-item.active {
    border: solid 1px #497eec;
}

.pr-detail-item:hover img {
    mix-blend-mode: normal;
}

strong {
    font-weight: 600;
}

.work-detail strong {font-size: 20px;}

.work-detail h3 {
    margin-bottom: 6px;
}

.work-dark h3 {
    font-size: 20px;
    color: #fbfbfd;
    font-weight: 600;
}

.btn {
    box-shadow: none;
}

.white-work-item {
    padding: 6px 18px 27px;
    border-radius: 4px;
    box-shadow: 0 8px 14px 0 rgba(216, 221, 230, 0.5);
    background-color: #ffffff;
    min-height: 460px;
    overflow: hidden;
    box-shadow: 0 6px 10px 0 rgba(216, 221, 230, 0.5);
    	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
	border: solid 1px #fff;
}

.white-work-item:hover {
    box-shadow: 0 8px 14px 0 rgba(62, 60, 72, 0.2);
}

.white-work-item h3 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #3e3c48;
    position: relative;
    margin-top: 30px !important;
}

.white-work-item p {
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3e3c48;
    min-height: 70px;
}

.white-work-item .badge {
    background-color: #f0f0f0;
    color: #505050;
    font-weight: normal;
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.white-work-item h3::after {content: "";position: absolute;width: 40px;height: 1px;border-bottom: 1px solid #ccc;left: 0;bottom: -13px;}

.event-item h3 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.33px;
    color: #0e1828;
}

.time-event {
    margin-top: 17px;
    margin-bottom: 34px;
}

.event-img img {
    width: 100%;
}

.event-img {
    position: relative;
}

.date-event-img {
    position: absolute;
    left: 40px;
    background-color: #05c6dd;
    padding: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.date-event-img b {
    font-size: 26px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
}

.career_logos img {
    /* min-height: 40px; */
    max-height: 40px;
    max-width: 180px;
}

.career_logos .colorbox {
    min-height: 140px;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #3d3c48;
}

.contact-item p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3e3c48;
}
.navbar-light {
    background: #f2f2f2;
}

header.fixed-header > nav {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}

header.fixed-header > nav {
    padding: 0 !important;
}

.fixed-header .logo img {
    max-height: 71px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.isotope-item > div {
    margin-bottom: 40px !important;
}

#custom-filter li {
    list-style: none;
    display: inline-block;
    height: 56px;
}

.container.container_menu_iso {
    text-align: center;
}

#custom-filter {
    display: inline-block;
}

ul#custom-filter a {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #0e1828;
    margin: 0 15px 15px;
    padding: 11px 32px 13px;
    background-color: #eaeaea;
    cursor: pointer;
}

ul#custom-filter a.is-checked {
    background-color: #447ddc;
    color: #fff;
}

header.fixed-header > nav {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.mobile-events img {
    object-fit: cover;
    height: 150px;
    width: 100%;
}

.mobile-events h3 {
    font-weight: 600;
}

.navbar-toggler:not(.collapsed) + .mobile-events {
    padding: 25px;
    /* padding-bottom: 0; */
    /* border-bottom: 1px solid #d0d0d04f; */
    /* padding-bottom: 0; */
    margin-top: 34px;
}

.mobile-events p {
    margin-bottom: 13px;
}

.mobile-events a {
    color: #5176ba;
    font-weight: 600;
    font-size: 15px;
}

.mobile-events img {
    margin-bottom: 16px;
}

.date-e {
    color: #ff6602;
    font-size: 13px;
    margin-bottom: 7px;
}

.navbar-toggler:not(.collapsed) .notif-mobile {
    display: none;
}

.navbar-toggler.collapsed + .mobile-events {
    visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	
}

.event-pop-up {
    position: absolute;
    right: 25px;
    top: 400px;
    z-index: 16;
    width: 388px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    display: none;
}
.relative{
	position: relative;
}

.event-pop-up img {
    height: 190px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 14px;
}

.time-event-p {
    color: #eb5c1a;
    margin-bottom: 10px;
}

.event-pop-up h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 9px;
    background: #ededed;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-left: 21px;
}

.event-pop-up .btn {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
    text-align: right;
    font-size: 20px;
    text-transform: none;
}

.close-event-pop{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -21px;
	background: url("../images/icn-popup-close@2x.png") no-repeat -3px -3px;
	background-size: 45px;
	text-indent: -9999px;
	outline: none !important;
	border: none !important;
}

.months a {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #8b9298;
    outline: none !important;
}

.months .slick-current a{
	color: #0e1828;
}

.months {
    margin-bottom: 36px;
}

.date-item-slider-event span {
    background: #d8d8d8;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0e1828;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.date-item-slider-event b {
    display: block;
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: 0.15px;
    color: #a2a7ac;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.date-item-slider-event {
    text-align: center;
}

.months .col {
    text-align: center;
}

.dates-slider .slick-next {
    width: 42px;
    height: 42px;
    background: url("../images/nav-right-event.svg") no-repeat !important;
    right: -60px;
    top: 20px;
}

.dates-slider .slick-arrow::before{
	display: none;
}

.dates-slider .slick-prev {
    width: 42px;
    height: 42px;
    background: url("../images/nav-left-event.svg") no-repeat !important;
    left: -60px;
    top: 20px;
}

.months_slider .cols {
    text-align: center;
}

@media(min-width: 1025px){

    .event-pop-up	{
    	display: block;
    }

	.months_slider::before {content: "";position: absolute;left: 0;top: 0;width: 440px;background: #f2f2f2;height: 30px;z-index: 10;background: rgb(242,242,242);background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(242,242,242,0) 100%);pointer-events: none;}


	.months_slider::after {content: "";position: absolute;right: 0;top: 0;width: 440px;background: #f2f2f2;height: 30px;z-index: 10;background: rgb(242,242,242);background: linear-gradient(90deg, rgba(242,242,242,1) 100%, rgba(242,242,242,0) 0);background: rgb(242,242,242);background: linear-gradient(90deg, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%);pointer-events: none;}	

	.months .slick-slide a{
		color: #a5a9ae !important;
	}

	.months .slick-slide.slick-center a{
		color: #0e1828 !important;
	}	

	
	

.months .slick-slide:nth-child(1) a {
    color: #e4e5e5;
}

.months .slick-slide:nth-child(2) a {
    color: #b8babe;
}

.months .slick-slide:nth-child(3) a {
    color: #a5a9ae;
}

.months .slick-slide:nth-child(4) a {
    color: #8b9298;
}

.months .slick-slide:nth-child(6) a {
    color: #8b9298;
}

.months .slick-slide:nth-child(7) a {
    color: #a5a9ae;
}

.months .slick-slide:nth-child(8) a {
    color: #b8babe;
}

.months .slick-slide:nth-child(9) a {
    color: #e4e5e5;
}




.dates-slider .slick-current span {
    background: #f2f2f2;
}

.dates-slider .slick-current b {
    color: #e2e3e4;
}


.dates-slider .slick-current + div span {
    background: #eaeaea;
}

.dates-slider .slick-current + div b {
    color: #cfd1d4;
}


.dates-slider .slick-current + div + div span {
    background: #e7e5e5;
}

.dates-slider .slick-current + div + div b {
    color: #a4a9ae;
}

.dates-slider .slick-current + div + div + div span {
    background: #e7e5e5;
}

.dates-slider .slick-current + div + div + div b {
    color: #a2a7ac;
}









.dates-slider .slick-current + div + div + div + div + div + div + div + div + div + div + div + div + div span {
    background: #e7e5e5;
}

.dates-slider .slick-current + div + div + div + div + div + div + div + div + div + div + div + div + div b {
    color: #a2a7ac;
}


.dates-slider .slick-current + div + div + div + div + div + div + div + div + div + div + div + div + div + div span {
    background: #e7e5e5;
}

.dates-slider .slick-current + div + div + div + div + div + div + div + div + div + div + div + div + div + div b {
    color: #a4a9ae;
}


.dates-slider .slick-current + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div span {
    background: #eaeaea;
}

.dates-slider .slick-current + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div b {
    color: #cfd1d4;
}

.dates-slider .slick-current + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div span {
    background: #f2f2f2;
}

.dates-slider .slick-current + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div b {
    color: #e2e3e4;
}

}


.date-item-slider-event a {
    outline: none !important;
}

.date-item-slider-event.active.turquoise_a span {
    background: #05c6dd;
    color: #fff;
}

.date-item-slider-event.active.turquoise_b span {
    background: #94e4ed;
}

.date-item-slider-event.active.orange_a span {
    background: #ff6600;
    color: #fff;
}

.date-item-slider-event.active.orange_b span {
    background: rgb(255 102 0 / 40%);
    color: #0e1828;
}


/* Header dark */

.header-dark .hero-top-bg-shape {
    border-top-color: #3e3c48;
}
.navbar-dark {
    background: #3e3c48;
}

.header-dark .hero-area h3, .header-dark .hero-area p {
    color: #fbfbfd;
}



/****** RESPONSIVE ******/



@media (min-width: 1025px){
    .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    }
}

media (min-width: 1025px){
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (min-width: 1025px){
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1025px){
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	}

img.logo-single {
	display: none;
	width: 70px;
}

@media (max-width: 1579px) {
	img.hr-rec.hr-rec-4 {
		/* left: calc(51.5% - 55px); */
		/* bottom: 110px; */
		right: 130px;
	}
	.hero-main-img {
		right: 171px;
	}
	img.hr-rec.hr-rec-1 {
		right: 410px;
	}
	img.hr-rec.hr-rec-2 {
		right: 70px;
	}
	img.hr-rec.hr-rec-3 {
		right: 160px;
	}
	.hero-style-large img.hr-rec.hr-rec-4 {
		right: 0;
	}
	.hero-style-large img.hr-rec.hr-rec-1 {
		right: 460px;
		top: 160px;
	}
	.hero-style-large img.hr-rec.hr-rec-2 {
		right: 98px;
		top: 60px;
	}
	.hero-style-large img.hr-rec.hr-rec-3 {
		right: 200px;
		top: 170px;
		max-width: 450px;
	}


	.hero-what-we-do img.hr-rec.hr-rec-4 {
		right: 0;
	}
	.hero-what-we-do img.hr-rec.hr-rec-1 {
		right: 540px;
		top: 160px;
	}
	.hero-what-we-do img.hr-rec.hr-rec-2 {
		right: 158px;
		top: 60px;
	}
	.hero-what-we-do img.hr-rec.hr-rec-3 {
		right: 270px;
		top: 140px;
		max-width: 450px;
	}

	
	.hero-cont {
		/* padding-top: 0 !important; */
	}
	.hero-top-bg-shape {
		border-top: 818px solid #f2f2f2;
		border-right: 173vw solid transparent;
	}
	.hero-style-large .hero-main-img {
		right: 117px;
		max-width: 722px;
		bottom: 104px;
	}

	.hero-career .hero-main-img {
		right: 146px;
		max-width: 572px;
		bottom: 102px;
	}	

	.hero-our-works .hero-main-img {
		right: 187px;
		max-width: 452px;
		bottom: 103px;
	}	

	.hero-our-partners .hero-main-img{
		max-width: 642px;
		right: 105px;
	}


	.how-we-do-it .hero-main-img {
		right: 173px;
		max-width: 492px;
		bottom: 144px;
	}	


	.hero-what-we-do .hero-main-img {
		right: 195px;
		max-width: 800px;
		bottom: 95px;
	}

	.hero-style-large img.hr-rec.hr-rec-4 {
		right: 139px;
		top: 301px;
	}

	.hero-our-partners img.hr-rec.hr-rec-4{
		max-width: 541px;
		top: 327px;
		right: 158px;
	}


	.hero-what-we-do img.hr-rec.hr-rec-4 {
		right: 192px;
		top: 310px;
	}	

	
	
	
	.hero-area h2 {
		font-size: 30px;
	}
	.hero-area h3 {
		font-size: 30px;
	}


	.hero-about-us .hero-main-img {
		max-width: 561px;
		bottom: 150px;
		right: 148px;
	}	


	
}

@media (max-width:1199px) {
	img.logo-single {
		display: block;
	}
	.logo-w-text,
	.hide-menu-text {
		display: none;
	}
	.who-we-are .flex-left {
		display: block !important;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.who-we-are .flex-right {
		display: block !important;
		width: 100%;
		padding: 0;
	}
	.who-we-are .flex-container {
		display: block;
		text-align: center;
	}
	.who-we-are h5 {
		display: inline-block !important;
		float: none;
	}
}


@media (max-width: 1366px) {

	.months a {
		font-size: 15px;
	}
}	


@media (max-width: 1199px) {
	img.hr-rec.hr-rec-4 {
		/* left: calc(51.5% - 95px); */
		/* bottom: 110px; */
		right: 70px;
	}
	.hero-main-img {
		right: 108px;
		bottom: 54px;
	}
	img.hr-rec.hr-rec-1 {
		right: 350px;
		top: 200px;
	}
	img.hr-rec.hr-rec-2 {
		right: 18px;
		top: 90px;
	}
	img.hr-rec.hr-rec-3 {
		right: 70px;
		top: 250px;
	}
	.hero-style-large img.hr-rec.hr-rec-4 {
		right: 0;
		top: 220px;
	}

	.hero-career img.hr-rec.hr-rec-4 {
		right: 10px;
		top: 320px;
	}	


	.hero-our-works img.hr-rec.hr-rec-4 {
		right: 80px;
		top: 335px;
	}	
	

	.hero-our-partners img.hr-rec.hr-rec-4{
		max-width: 500px;
		top: 346px;
		right: 103px;
	}

	.how-we-do-it img.hr-rec.hr-rec-4 {
		right: 60px;
		top: 290px;
	}	

	.hero-about-us img.hr-rec.hr-rec-4 {
		right: 0;
		top: 330px;
	}
	
	.hero-style-large img.hr-rec.hr-rec-1 {
		right: 270px;
		top: 140px;
	}

	.hero-our-works img.hr-rec.hr-rec-1{right: 380px;top: 190px;}
	
	.hero-style-large img.hr-rec.hr-rec-2 {
		right: 18px;
		top: 80px;
	}
	.hero-style-large img.hr-rec.hr-rec-3 {
		right: 100px;
		top: 180px;
		max-width: 450px;
	}



	.hero-what-we-do img.hr-rec.hr-rec-4 {
		right: 0;
		top: 289px;
	}
	.hero-what-we-do img.hr-rec.hr-rec-1 {
		right: 270px;
		top: 80px;
	}
	.hero-what-we-do img.hr-rec.hr-rec-2 {
		right: 18px;
		top: 20px;
	}
	.hero-what-we-do img.hr-rec.hr-rec-3 {
		right: 140px;
		top: 110px;
		max-width: 450px;
	}

	
	.hero-top-bg-shape {
		border-top: 798px solid #f2f2f2;
		border-right: 190vw solid transparent;
	}
	.hero-style-large .hero-main-img {
		right: 9px;
		bottom: 184px;
		max-width: 640px;
	}

	.hero-career .hero-main-img {
		right: 9px;
		bottom: 84px;
		max-width: 590px;
	}	

	.hero-our-works .hero-main-img {
		right: 109px;
		bottom: 72px;
		max-width: 490px;
	}	

	.hero-our-partners .hero-main-img {
		right: 49px;
		bottom: 114px;
		max-width: 610px;
	}


	.hero-what-we-do .hero-main-img {
		right: 4px;
		bottom: 115px;
		max-width: 640px;
	}
	

	.hero-about-us .hero-main-img {
		max-width: 561px;
		bottom: 130px;
		right: 38px;
	}	

	.how-we-do-it .hero-main-img {
		right: 93px;
		max-width: 492px;
		bottom: 144px;
	}		
	
}

@media (min-width:768px) and (max-width:1024px) {
	.hero-left-area {
		padding-top: 0;
	}
	.hero-cont {
		/* padding-top: 40px !important; */
	}
	.hero-left-area {
		margin-bottom: 40px !important;
	}
	.hero-top-bg-shape {
		border-top: 777px solid #f2f2f2;
		border-right: 260vw solid transparent;
	}
	.hero-style-large img.hr-rec.hr-rec-2 {
		top: 50px;
	}
	.hero-style-large img.hr-rec.hr-rec-3 {
		top: 130px;
	}
}

@media (min-width:1024px) and (max-width:1024px) {
	.hero-cont {
		padding-top: 100px !important;
	}
	.hero-top-bg-shape {
		top: 132px;
		border-top: 658px solid #f2f2f2;
		border-right: 180vw solid transparent;
	}
}


.notif-mobile,
.mobile-events {
    display: none;
}

@media (max-width: 1024px) {



	.months_slider .slick-slide.slick-current{
		opacity: 1 !important;
	}
	
	.months_slider .slick-slide {
		opacity: 1 !important;
	}

	.months a {
		font-size: 19px;
	}

	.dates-slider {
		max-width: 80%;
		margin: 0 auto;
	}

	.event-item-mobile{
		padding: 10px;
	}

	.mobile-events .slick-slide {
		opacity: .29;
	}
	
	.mobile-events .slick-slide.slick-current {
		opacity: 1;
	}	

	.mobile-events {
		background: #fff;
		margin-left: -25px;
		width: calc(100% + 50px) !important;
	}

	.notif-mobile {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		background: url("../images/icb-notification@2x.png");
		background-size: 20px;
		left: 8px;
		top: 1px;
	}	

	.mobile-events{
		display: block;
		width: 100%;
	}

	.shape-2-1::before, .shape-2-1::after {
		display: none;
	}		

	.navbar-light .navbar-nav li:last-child .nav-link {
		color: #3e3c48;
	}
	
	.navbar-light .navbar-nav .active > .nav-link {
		color: #eb5d1a;
	}	

	.navbar-nav .nav-link {
		padding-left: 0 !important;
		text-align: center;
		padding-right: 0 !important;
		padding: 6px 0 !important;
	}
	
	.navbar-nav {
		padding: 40px 0;
	}	

	.navbar-nav .active > .nav-link::after{
		display: none;
	}

	.navbar-toggler {
		padding-right: 0;
		position: relative;
	}	

	body {
		padding-top: 88px;
	}		

	.partners_logo img {
		mix-blend-mode: normal;
	}	

	.works-container::before {
		width: 150px;
		background-size: 100%;
		left: -60px;
		bottom: -370px;
	}
	.works-container::after {
		width: 150px;
		background-size: 100%;
		right: -60px;
		top: -390px;
	}
	.howDoWeDoCn::after {
		background-size: 70%;
		right: -35px;
	}
	.howDoWeDoCn::before {
		background-size: 70%;
		left: -20px;
		bottom: -80px;
	}
}

@media (max-width: 991px) {

	.logo-footer-mobile {
		max-width: 290px;
		margin: 0 auto;
	}
	
	.hero-cont {
		min-height: auto;
		padding-bottom: 0 !important;
	}
	.hero-left-shape {
		display: none;
	}
	.who-we-are {
		padding-top: 50px !important;
	}
	img.hr-rec.hr-rec-4 {
		/* left: calc(51.5% - 325px); */
		/* bottom: 20px; */
		top: 663px;
	}
	.hero-top-bg-shape {
		border-top: 937px solid #f2f2f2;
		border-right: 200vw solid transparent;
	}
	.hero-style-large .hero-main-img {
		max-width: 534px;
		left: calc(50% - 38px) !important;
	}
}

@media (max-width: 767px) {
	img.hr-rec.hr-rec-4 {
		left: calc(51.5% - 325px);
		bottom: 20px;
		/* display: none; */
	}
	.hero-top-bg-shape {
		border-top: 668px solid #f2f2f2;
		border-right: 260vw solid transparent;
		/* display: none; */
	}
	.works-container::after,
	.works-container::before {
		display: none;
	}
	.our-works {
		padding-top: 80px !important;
		padding-bottom: 140px !important;
	}
	.hero-left-shape {
		display: none;
	}
	.hero-cont {
		padding: 0 !important;
		margin-left: 15px;
		margin-right: 15px;
		margin: 0 auto;
	}
	.hero-mobile-img {
		max-width: 100%;
		;
	}
	header {
		padding-bottom: 50px;
	}
	.hero-left-area {
		padding-top: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.hero-area h2 {
		font-size: 26px;
	}
	.hero-area h3 {
		font-size: 18px;
	}
	.who-we-are {
		padding-top: 20px !important;
	}
	.who-we-are h2 {
		font-size: 26px;
	}
	.who-we-are h4 {
		font-size: 12px;
	}
	p {
		font-size: 15px;
		line-height: 23px;
	}
	.our-works-slider {
		margin-top: 78px;
	}
	.whatWeDo .col-md-12.p-5.col-lg-12.text-left {
		padding: 30px !important;
		padding-bottom: 0px !important;
	}
	.colorbox img {
		max-height: 37px;
	}
	.colorbox {
		padding: 0 !important;
		padding-top: 29px !important;
		padding-bottom: 29px !important;
	}
	.howDoWeDoCn::before {
		display: none;
	}
	.howDoWeDoCn::after {
		display: none;
	}
	.whatWeDo {
		padding-bottom: 80px !important;
	}
	.slideHowDoWeDo .slick-slide>div,
	.HowDoWeDoCnt .slick-slide>div {
		box-shadow: 0 8px 14px 0 rgb(62 60 72 / 20%);
		background-color: #ffffff;
		object-fit: contain;
		border-radius: 10px;
	}
	.slideHowDoWeDo,
	.HowDoWeDoCnt {
		padding: 0;
	}
	.slideHowDoWeDo .slick-slide,
	.HowDoWeDoCnt .slick-slide {
		padding: 0 30px;
	}
	.last-projects button.slick-arrow {
		display: none !important;
	}
	.testimonials {
		margin-top: 0px;
		padding-top: 37px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 0 !important;
	}

	.hero-img-container {
		margin-top: 40px;
	}
	.hero-top-bg-shape {
		border-top: 717px solid #f2f2f2;
		border-right: 200vw solid transparent;
	}
}


@media (max-width: 768px){

	.event-item .btn {
		margin-bottom: 12px;
	}	

    .hide-menu-text{
    	display: inline-block;
    }

	img.logo-single{
		display:none;
	}

	.logo-w-text{
		display: block;
		max-width: 220px !important;
	}	

	.pr-detail-item img {
		mix-blend-mode: normal;
	}	

	.to-be-better {
		margin-top: 40px !important;
	}
	
	.curveBottomDark::after {
		bottom: -1vw;
	}	

	.logo-footer-mobile {
		max-width: 230px;
		display: inline-block;
		margin: 0 auto;
	}

	.footer-cols:first-child {
		padding: 0 !important;
		padding-bottom: 18px !important;
	}	

	.footer-top {
		text-align: center;
		padding: 0;
		padding: 30px;
	}
	.footer-top .d-flex {
		align-items: center;
	}
	.footer-cols {
		padding: 11px 27px !important;
	}
	.social-footer-col .row {
		display: block !important;
		width: 100%;
		border-bottom: 1px solid rgb(255 255 255 / 17%);
		border-top: 1px solid rgb(255 255 255 / 17%);
	}
	.footer-menu-items a {
		font-size: 13px;
	}


	.footer-text-last p {
		font-size: 12px !important;
		line-height: 18px;
		text-align: left !important;
	}
	.footer-text-last {
		padding-top: 22px;
		/* border-top: 1px solid rgb(255 255 255 / 17%); */
	}

p.footer-text {
    text-align: center;
}

.logo-footer {
    margin: 0 auto;
    margin-bottom: 24px;
}	

	.order-xs-1{
		order: 1;
	}

	.order-xs-2{
		order: 2;
	}	

	.order-xs-3{
		order: 3;
	}	


}


@media (min-width:576px) and (max-width:991px) {
	.hero-area::before {
		border: none;
		top: 0;
		background: #5176ba;
		width: 100%;
		height: 481px;
	}
	.hero-img-container {
		margin-top: 0;
	}
	.hero-main-img {
		max-width: 300px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	img.hr-rec.hr-rec-4 {
		top: 200px !important;
		width: 380px;
		left: 50%;
		transform: translateX(-50%);
	}
	.hero-area {
		padding-top: 510px;
		position: relative;
	}
	img.hr-rec.hr-rec-1 {
		top: 80px !important;
		width: 190px;
		left: calc(50% - 210px);
	}
	img.hr-rec.hr-rec-2 {
		top: 70px;
		width: 220px;
		left: calc(50% - -10px);
	}
	img.hr-rec.hr-rec-3 {
		top: 150px;
		width: 320px;
		left: 50%;
		transform: translateX(-50%);
	}
	.hero-top-bg-shape {
		border-top: 377px solid #f2f2f2;
		border-right: 200vw solid transparent;
	}
	.hero-img-container {
		min-height: 50px;
	}
	.hero-area::after {
		bottom: auto;
		top: 474px;
	}
	.hero-style-large .hero-main-img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

    .hero-career .hero-main-img{
    	max-width: 358px;
    	left: 50% !important;
    	margin-left: -3px;
    }


	.hero-our-works .hero-main-img{
		max-width: 305px;
		left: 50% !important;
		margin-left: 12px;
	}

	.hero-our-works img.hr-rec.hr-rec-4{
		left: 50% !important;
	}

	.hero-our-partners .hero-main-img{
		max-width: 439px;
		left: 50% !important;
		margin-left: 3px;
		margin-top: -7px;
	}


	.how-we-do-it .hero-main-img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		max-width: 360px;
		left: 50% !important;
	}	


	.hero-about-us .hero-main-img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		max-width: 380px;
		left: 50% !important;
	}	

	.hero-what-we-do .hero-main-img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		max-width: 419px;
		left: calc(50% - 18px) !important;
	}	
}


/* Mobile */

@media(max-width:900px) {

	.months a {
		font-size: 14px;
	}



	.dates-slider {
		max-width: 60%;
		margin: 0 auto;
	}
	
	img.hr-rec.hr-rec-3{
		animation:none;
	}

    .navbar-nav li:hover > .nav-link::after	{
    	display: none;
    }
    .navbar-nav .nav-link{
    	font-size: 16px
    }

    .header-dark .hero-area p,
    .header-dark .hero-area h3{
    	color: #3e3c48;
    }
}


@media(max-width:320px) {
	.logo img {
		max-width: 135px !important;
	}
	body {
		padding-top: 67px;
	}
}






@media(max-width:575px) {

	img.hr-rec.hr-rec-3{
		animation: rec-zigzag-mobile 3.5s infinite;
	}


	@keyframes rec-zigzag-mobile {
	  0%,
	  100% {
		-webkit-backface-visibility: hidden;
        -webkit-transform: translateX(-50%) scale(1.0, 1.0);
	  }

	  50% {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateX(-40%) scale(1.0, 1.0);
	  }
	}



	.event-item .p-5 {
		padding: 25px !important;
	}	

	.py-mobile-3{
		padding: 30px 0 !important;
	}

	.white-work-item {
		margin-bottom: 50px;
	}	

	.mb-0-mobile{
		margin-bottom: 0 !important;
	}

	.mt-0-mobile{
		margin-top: 0 !important;
	}

	.pb-0-mobile{
		padding-bottom: 0 !important;
	}	

	.pt-3-mobile{
		padding-top: 30px !important;
	}		
	
	.white-box-border {
		padding: 30px;
	}

	.logo-techs {
		text-align: center;
	}

	.team {
		padding-bottom: 0 !important;
	}

	.team h5 {
		font-size: 21px;
		margin-top: 19px;
		margin-bottom: 4px;
	}
	
	.hero-cont {
		min-height: auto;
	}
	.hero-area::before {
		border-bottom: none;
		border-left: none;
		bottom: auto;
		top: 0;
		background: #5176ba;
		width: 100%;
		height: 481px;
	}
	.hero-img-container {
		margin-top: 0;
	}
	.hero-main-img {
		max-width: 64%;
		top: 20px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	img.hr-rec.hr-rec-4 {
		/* top: auto; */
		/* bottom: 20px; */
		/* left: calc(50% - 8px); */
		top: 200px !important;
		right: auto;
		left: calc(50% - 20px);
		transform: translateX(-50%);
		width: 360px;
	}
	.hero-area {
		padding-top: 510px;
		position: relative;
		/* z-index: 9; */
	}
	img.hr-rec.hr-rec-1 {
		top: 70px !important;
		width: 43%;
		left: 20px !important;
	}
	img.hr-rec.hr-rec-2 {
		top: 0;
		width: 56%;
	}
	img.hr-rec.hr-rec-3 {
		top: 80px;
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
		/* bottom: 130px !important; */
	}
	.hero-top-bg-shape {
		border-top: 377px solid #f2f2f2;
		border-right: 200vw solid transparent;
	}
	.hero-img-container {
		min-height: 50px;
	}
	.hero-area::after {
		bottom: auto;
		top: 474px;
	}
	.hero-style-large .hero-main-img {
		top: -12px;
		left: calc(50% - 57px) !important;
	}

	.hero-what-we-did .hero-main-img {
		top: -12px;
		left: calc(50% - 36px) !important;
	}	

	.hero-career .hero-main-img {
		top: -12px;
		left: 50% !important;
		max-width: 356px;
		margin-left: 1px;
	}	


	.hero-our-works .hero-main-img {
		top: -12px;
		max-width: 308px;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}


	.hero-our-partners .hero-main-img {
		top: -7px;
		/* left: calc(50% - 57px) !important; */
		max-width: 425px;
		left: 50% !important;
		margin-left: 3px;
	}


	.how-we-do-it .hero-main-img {
		/* bottom: 10px !important; */
		top: 6px;
		left: 50% !important;
		max-width: 340px;
	}	


	.hero-about-us .hero-main-img {
		/* bottom: 10px !important; */
		top: 8px;
		left: calc(50%) !important;
		max-width: 370px;
	}

	.hero-what-we-do .hero-main-img {
		/* bottom: 10px !important; */
		top: -4px;
		left: calc(50% - 10px) !important;
		max-width: 411px;
	}
	
	.hero-style-large img.hr-rec.hr-rec-1 {
		right: 270px;
		top: 80px !important;
	}
	.hero-style-large img.hr-rec.hr-rec-2 {
		right: 18px;
		top: 0;
		width: 56%;
	}
	.hero-style-large img.hr-rec.hr-rec-3 {
		right: 100px;
		top: 90px;
		max-width: 450px;
	}
	.hero-style-large img.hr-rec.hr-rec-4 {
		right: 0;
		top: 200px !important;
		right: auto;
		left: calc(50% - -3px);
		transform: translateX(-50%);
		width: 360px;
	}

	.hero-our-works img.hr-rec.hr-rec-4{
		left: 50% !important;
		margin-left: -13px !important;
		top: 205px !important;
	}

	.hero-our-partners img.hr-rec.hr-rec-4{
		left: 50% !important;
	}
}

@media(max-width:767px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 15px;
	}
	h4 {
		font-size: 12px;
	}
	h5 {
		font-size: 12px;
	}
}

.orange {
    color: #ff6600 !important;
}



@media (min-width: 1199px){

	.col-e-r {
		margin-left: -26px;
	}
	
	}
	
	@media (max-width: 768px){
	
	.col-e-r {
		margin-left: -12px;
	}
	
	}


	@media (max-width: 374px){
	
	.col-e-r {
		margin-left: 0px;
	}

	.time-event{
		font-size: 14px;
	}
	
	}

.office-slider img {
	margin: 0 auto;
}

@media (max-width: 767px){

	ul#custom-filter {
		padding: 0;
		margin: 0;
	}

	ul#custom-filter a {
		font-size: 12px;
		margin: 0;
		margin-right: 9px;
		padding: 12px;
	}

	.navbar {
		padding: 7px 1.5rem;
	}

}


@media (max-width: 1024px){
	body {
		padding-top: 94px;
	}
}
/* Make colorbox fully clickable */
.whatWeDo .colorbox a {
    display: block;
    width: 100%;
    height: 100%;
    margin: -37px 0;
    padding: 37px 0;
}
.whatWeDo .colorbox a img {
    display: block;
    margin: 0 auto;
}

/* Company Facts Section */
.company-facts {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #eee;
}
.company-facts .proof-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}
.company-facts .proof-label {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.company-facts .expertise-tags .badge {
    font-weight: 500;
    transition: all 0.2s ease;
}
.company-facts .expertise-tags .badge:hover {
    background: #e9ecef !important;
    transform: translateY(-1px);
}
@media (max-width: 991px) {
    .company-facts .proof-number {
        font-size: 2rem;
    }
    .company-facts .text-lg-right {
        text-align: center !important;
    }
}
