/*
	Theme Name: Elegento Theme
	Theme URI: http://elegento.elegento.com/
	Description: The official Elegento theme
	Version: 1.0
	Author: Elegento Team <info@elegento.com> 
	Author URI: mailto: info@elegento.com
	Tags: Design Minimal, Design

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*--------------HOME PAGE--------------*/

.single-c2a {
    display: none;
}


/*video-section-intro*/
.welcome-screen {
	/*min-height: 100vh;*/
	color:white;
}

.welcome-screen .overlay {
	background-image: linear-gradient(to right, rgba(2,0,36,1),rgba(2,115,128,1));
	/*min-height: 100vh;*/
	color: white;  
}

.welcome-screen h1 {
	margin-top:0;
}

.welcome-screen h3 {
	color: #41c3cd;
	letter-spacing: 4px;
	font-weight: 300;
}

.welcome-screen p {
	color: #fff;
}

.welcome-screen .content-wrapper {
	position: absolute;
	top: 50%;
	left:10%;
	transform: translateY(-50%);
	width: 500px;
  max-width: 100% !important;
}

#myVideo {
	opacity: 0.4;
	max-width: 100%;
	object-fit:cover;
	height:auto;
      width: 100%;
}

/*about us in homepage*/

.small-brief {
margin-top: -5px;
  background-color:#1b2a44;
}
.left-section {
	min-height: 80vh;
  padding: 10% 20%;
  background-color:white;
}

.right-section {
	background: #1b2a44;
	min-height:80vh;
  position:reletive;
}

.right-wrapper {
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
 
}

.right-wrapper h2 {
	color: #fff !important;
	margin-top:0;
}

.right-wrapper ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.right-wrapper li {

    padding: 10px;
    background: #13213a;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
  position:relative;
}
.inprogress-one , .inprogress-one svg {
 color:#fff;
  fill:#fff;
}
.inprogress-two, .inprogress-two svg  {
 color:#b5bed0;
  fill:#b5bed0;
}
.inprogress-three, .inprogress-three svg {
 color:#8295b5;
  fill:#8295b5;
}
.inprogress-four, .inprogress-four svg {
  color:#455779;
  fill:#455779;
  transition:0.3s color;
}
li.inprogress-four:after {
    content: '0%';
    position: absolute;
    right: 10px;
   transition:0.3s right;
  font-size:14px;
}

li.inprogress-four.myactive:after {
    content: '1%';
    position: absolute;
    right: 20px;
  transition-duration:0.3s;
  transition-property:right, font-size;
  font-size:19px;
}

li.inprogress-four.myactive {
    color:#41c3cd;
  transition:0.3s color;
}
li.inprogress-four.myactive svg {
    fill:#41c3cd;
  transition:0.3s fill;
}

.right-wrapper p {
    color: #fff; 
}

.right-wrapper a {
    color: #41c3cd;
    font-weight: 600;
  transition:0.3s color;
    
}
.right-wrapper a:hover {
    color: #fff;
    transition:0.3s color;
    
}

svg#gearelegent {
   
    max-width: 20px;
    margin-right: 5px;
  
}

svg#gearelegento {
    
    max-width: 20px;
    margin-right: 5px;
  animation: memos 1s infinite;
}
svg#gearelegentoo {
   
    max-width: 20px;
    margin-right: 5px;
  animation: memos 3s infinite;
}
svg#gearelegentooo {
   
    max-width: 20px;
    margin-right: 5px;
  animation: memos 6s infinite;
}


@keyframes memos {
  from {
  transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

span.per {
    position: absolute;
    right: 10px;
}

.small-brief h3 {
	color: #9C9C9C;
	letter-spacing: 4px;
	font-weight: 300;
}

.small-brief h2 {
	color: #424242;
}

.img-responsive.badges {
	position: absolute;
	bottom: 18%;
	right: 5%;
}

/*What you need to know slisdeshow*/
.mini-slide {
	background-color:#e4e4e4;
}

.bg-image {
	background-image: url('/wp-content/uploads/2020/07/slideshowbgelegento.jpg');
  margin-top: -100px; 
  background-size: cover;
}

.quotes-slideshow {
	background: transparent;
  min-height: 250px;
}

/* Services Cards */
.services {
	background-color: #e4e4e4;
  padding-bottom: 80px;
}

.service-box {
	padding: 10%;
	position:relative;
	margin-top: 30px;
	margin-bottom: 50px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-x: 150px;
	background-position-y: 0;
	background-color: white;
	transition: 0.3s background-position-x;
	min-height: 400px;
  background-size: contain;
}

.service-box:hover {
	background-position-x: 50%;
	transition:0.3s background-position-x;
	transition-timing-function: ease;
}

.service-box:hover .bounce {
	animation: bounce_7673 3.6s ease infinite;
	transform-origin: 50% 50%;
}

@keyframes bounce_7673 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.service-box:hover .forground  {
	left: 20%;
	transition:0.3s left;
	transition-timing-function: ease;
}

.service-box:hover .wifiicon {
	left: 39% !important;
	max-height: 60px;
	bottom: 4%;
	transition-duration:0.3s ;
	opacity:1;
	transition-property:bottom, opacity;
}

.service-box:hover .double-flash {
	animation: double-flash_7097 4s ease infinite;
	transform-origin: 50% 50%;
}

.service-box:hover .traspin {
	bottom:0;
	transition:0.3s bottom;
}

.service-box:hover .spin {
	animation: spin_206 3.5s linear infinite;
	transform-origin: 50% 50%;
}

.service-box hr {
	border-color: #04d9c4;
	border-width: 3px;
	width: 40px;
	margin-left: 0;
	text-align: left;
	display: table;
	transition:0.3s width;
}
    
.service-box h3 {
	font-size: 1.4em;
	margin-top: 0px;
	letter-spacing: -1px;
	font-weight: 600;
}

.service-box:hover hr {
	width: 100%;
	transition:0.5s width;
	transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

@keyframes spin_206 {
  0% { transform:rotate(0deg) }
  42.85714% { transform:rotate(359deg) }
  100% { transform:rotate(359deg) }
}

@keyframes double-flash_7097 {
  0% { opacity:1 }
  12.5% { opacity:0 }
  25% { opacity:1 }
  37.5% { opacity:0 }
  50% { opacity:1 }
  100% { opacity:1 }
}

.forground {
	max-height: 160px;
	left: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	transition:0.3s left;
	transition-timing-function: ease;
}

.forground1 {
	max-height: 106px !important;
	left: 50%;
}

.traspin {
	bottom:30%;
	transition:0.3s bottom;
	left: 20%;
}

.wifiicon {
	left: 39% !important;
	max-height: 60px;
	bottom: 40%;
	transition-duration:0.3s ;
	opacity:0;
	transition-property:bottom, opacity;
}

/*CALL 2 ACTION MESSAGE - HOMEPAGE*/
.home-c2a {
    background-image: linear-gradient(to right, rgba(2,0,36,1), rgba(2,115,128,1));
    color:#fff;
    padding: 5% 0 10% 0;
    }

.home-c2a h3 {
       color: #41c3cd;
    letter-spacing: 4px;
    font-weight: 300;
    }

.home-c2a h2 {
    margin-top: 0;
  	font-size:37px;
    }

/*latest projects in homepage*/

.portfolio {
	padding:0% 0 10% 0;
	background-color:#e4e4e4;
	position: relative;
}

.home-grid {
	margin-top: -165px;
}

.home-grid .parent-case-study {
    position: relative;
    width: 100%;
    padding: 0;
}

.home-grid .project-logo {
		position: absolute;
    left: 50%;

  	top:40px !important;
    transform: translateX(-50%);
}

.home-grid .case-overlay h2 {
	bottom: 20px;
	font-size: 1.4em; 
}

.home-grid .merge-overlay {
	/*background-image: linear-gradient(to top, rgb(27, 42, 68), rgba(27,42,68,0.8), rgba(27,42,68,0.4), rgba(27,42,68,0.3));*/
	border-width: 0; 
  height:500px;
}

.all-projects-link {
text-align:center;
}



.home-pro-wrap {
    background: transparent;
    padding: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-pro-wrap h2 {
    font-size: 1.7em;
    letter-spacing: -1px;
    margin-top: 0;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.home-pro-wrap p {
    color: #949494;
    display: none;
}
.home-pro-wrap hr {
    display: none;
 }

.home-pro-wrap h2 > span {
    letter-spacing: 0;
    display: block;
    color: #fff;
    font-weight: normal;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.2;
}

 /*---------------ABOUT US TEMPLATE----------------*/
.aboutelegento-template {
	margin-top: 0px;
  padding:50px 0;
	background: #f4f4f4;
}

.aboutelegento-template h2 {
 margin-top:0;
}
.whywedoit {
    padding: 5%;
    background: white;
}
.howwedoit {
    padding: 5%;
    background: white;
}

.about-team-wrap img {
 max-height:100px;
    margin: auto;
}

.whatwedo {
    padding: 2% 5%  5%;
    background: #ffffff;
}

.our-members {
    padding: 5%;
    background: #f2f2f2;
   
}

.our-members h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.our-members img {
    max-height: 100px;
    border-radius: 50px;
    width: 50px;
}


.whatsnext {
    padding: 7% 0 10% 0;
    background: #f2f2f2;
  
}

.whatsnext h2 {
    font-size: 8em;
    letter-spacing: -7px;
   transition:0.3s color;
    line-height: 1;
  color:#1b2a44;
    transition-duration:0.3s ;
  transition-property:letter-spacing, color;
  
}

.blue {
color:#41c3cd!important;
  letter-spacing:-4px!important;
  transition-duration:0.3s ;
  transition-property:letter-spacing, color;
}



.whatsnext .btn {
    color: black!important;
}

.about-team-wrap {
    background: #253756;
    padding: 25px;
    color: white;
   transition:0.3s background, 0.3s color;
}

.about-team-wrap p {
    color: #808ca1;
}



.about-template {
	margin-top: 0px;
  padding:50px 0;
	background: #f4f4f4;
}

.about-intro {
    background-size: cover;
}

.about-intro .overlay {
	background-image:linear-gradient(to right, rgba(2,0,36,0.8), rgba(2,115,128,0.9));
	color: white;
  padding:10% 0;
}

.about-content {
	padding: 100px 0;
  background-color:#f4f4f4;
}

.about-intro h1 {
	margin: 0;
	color: #41c3cd;
  letter-spacing: 4px;
	font-weight: 300;
  font-size:20px;
  text-transform:uppercase;
}

.about-intro h2 {
	margin: 5px 0;
}

.about-intro p {

  color:#fff; 
}

.about-template .home-c2a {
	padding: 5% 0 5% 0;
  background:#1b2a44;
}

.cartshop {
	position: absolute;
	bottom: 0;
	right: 100px;
}

.our-team {
	padding:100px 0;
	text-align:center;
	background:#1b2a44;
border-bottom:1px solid black;
}

.about-template .team-wrap {
	display: block;
	justify-content: center;
	position: relative;
	bottom: 0;
	left: 0;
	transform: none;
}

.our-team svg {
	max-height:100px;
}

.our-team h3 {
	font-weight: 600;
  letter-spacing: -1px;
  font-size:20px;
}

.our-team hr {
	width: 30px;
	border-width: 3px;
}

.facts-aboutus {
    background-color: #1b2a44;
    border-top: 1px solid #2c4062;
}

.facts-aboutus .carousel-caption {
    left: 50%;
}

.reviews {
  background: #f4f4f4;
  padding: 70px 0 100px 0;
}

.reviews-header {
	margin-bottom:50px;
}

.reviews h2 {
	color: #9C9C9C;
  font-size: 1.4em;
  letter-spacing: 4px;
  font-weight: 300;
}

.reviews h4 {
  color: #424242;
  font-size: 37px;
  letter-spacing: -2px;
 	font-weight:600;
}

.single-review {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
}

.single-review.review-head {
	margin-bottom: 0;
	border-bottom: 1px solid #dedede;
}

.image-wrapper {
	background: linear-gradient(to right, rgb(33, 30, 87), rgb(46, 193, 210));
	padding: 2px;
	display: table;
	border-radius: 50%;
	transition: 0.3s background;
}

.image-wrapper:hover {
	transition: 0.3s background;
	background: linear-gradient(to left, rgb(33, 30, 87), rgb(46, 193, 210));
}

.image-wrapper:hover img {
    padding: 0;
    transition: 0.3s padding;
}

.reviews img {
	border-radius: 50%;
  max-height: 80px;
	padding: 2px;
	background:white;
	transition: 0.3s padding;
}

.reviews h3 {
	font-weight: 600;
	color: #424242;
	letter-spacing: -1px;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}

.reviews h5 {
	font-weight: 100;
	color: #41c3cd;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform:uppercase;
	margin-top:3px;
}

.single-review.review-body {
	position: relative;
}

.single-review.review-body::before {
	content: '';
	position: absolute;
	top: -10px;
	right: 20px;
	border-style: solid;
	border-color: #dedede;
	border-width: 0 1px 1px 0;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	background:white;
}

.single-review p {
	font-size: 13px;
	line-height: 1.6;
}
/*----------------END OF ABOUT US TEMPLATE------------*/

/*--------------CASE STUDIES ORIGINAL TEMPLATE-------------------*/

.case-template {
	background-color:#fff;
  padding:0px 0 150px 0;
}

/*case studies header*/
.head-case-study {
	background: #fff;
	color: white;
  padding: 100px 0 20px 0;
  position: relative;
    text-align: center;
}

.study-heading h4 {
	color: #000;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 300;
}

.study-heading h1 {
	color: #1b2a44;
	font-size: 37px;
	letter-spacing: -2px;
}

.study-heading p {
	color: #9C9C9C;
}

/*case studies grid*/

.hero-project {
background-size:cover;
   height: 75vh;
  margin-bottom: 5%;
  background-position: 50%;
      background-attachment: fixed;
  position:relative;
}
.hero-project .overlay {
    background-color: rgba(0,0,0,0.6);
    height: 75vh;;
}

.hero-content {
    padding: 2%;
    color: white;
    max-width: 1280px;
    margin: auto;
    background: white;
    margin-top: -271px;
}

.hero-content p {
    color:#9C9C9C;
  
}
.hero-content h2  {
    font-size:3em;
  	color:#000;
  margin:0;
}


.hero-content h2 > span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: normal;
    color: #c0c0c0;
}

.intro-content p {
	color:#fff;
}



a.arrow-down {
    border: 1px solid white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px;
    display: block;
    margin-top: 20px;
}

a.arrow-down svg {
    width: 35px;
    transition: 0.3s width;
}



.case-flex {
	/*column-count: 4;*/
	/*column-gap: 2em;*/
  display:flex;
  flex-wrap:wrap;

    width: 1680px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.case-flex {
	/*column-count: 2 !important;*/
	/*column-gap: 2em;*/
	}
}



.parent-case-study {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding: 0px;
    width: calc((100% / 4) - 5px);
    box-sizing: border-box;
    margin: 0px 5px 5px 0;
}

.parent-case-study:nth-child(7),
.parent-case-study:nth-child(12) {
 width:calc(50% - 5px);
}
.case-study {
	background-size: cover;
	background-position-x: 55%;
	 transition: all .5s;
}

.case-study:hover {
    transform: scale(1.1);
    overflow: hidden;
    transition: all .5s;
}


.case-study {
    background-size: cover;
    background-position-x: 55%;
    /* transition: 0.4s background-position-x !important; */
   
}

.case-study:hover .case-overlay h2 { 
	bottom: 110px !important;
	transition:0.3s bottom;
}

.case-study:hover .testimonial {
	transition: 0.3s bottom;
	bottom: 40px;
}

.case-study:hover .testimonial-parent {
	transform: translateY(20px);
	transition: 0.3s transform;
}

.case-study:hover .testimonial p {  
	transform: translateY(0px);
	transition: 0.3s transform;
}

.case-study:hover .testimonial h5 {
	color: #fff;
	transition:0.3s color;   
}

.case-study:hover .testimonial h3 {
	color: #fff;
	transition:0.3s color;
}

.merge-overlay {
	background-image: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.2), rgba(27,42,68,0), rgba(27,42,68,0)); 
	position:relative;
}

.home-grid .merge-overlay {
    background-image: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.2), rgba(27,42,68,0), rgba(27,42,68,0)); 
    position:relative;
    background-color: rgba(0,0,0,0.3);
    transition:.3s all ease
}
.home-grid .merge-overlay:hover {
    background-color: rgba(0,0,0,0);
}


.testimonial-new {
    background: #252525;
    margin-top: 0;
    z-index: 98;
    max-width: 100%;
    padding: 40px;
    position: relative;
		height:100%;
}

.testimonial-new p {
font-size:13px;
		line-height:1.6;
}

.testimonial-new h2 {
    font-size: 2em;
    margin-top: 0;
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
}

.testimonial-new h2 > span {
    display: block;
    font-size: 13px !important;
    font-weight: normal;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: -0.5px;
    margin-top: 5px;
}

.testimonial-new a.excerptlink {
	color:#41c3cd;
}

.testimonial-new h3 {
    color: gray;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 0;
  	margin-bottom:5px;
}

.testimonial-new h5 {
    font-weight: normal;
    color: gray;
    margin-top: 0px;
    font-size: 12px;
}

.testimonial-new hr {
    border-width: 3px;
    max-width: 50px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #41c3cd;
}


.owner-contact {
	position: absolute;
	font-size: 12px;
	font-weight: 600;
	color: #41c3cd;
	padding: 0;
	border-width: 0;
	border-style: solid;
	border-color: #dadada;
	background-color: transparent;
	letter-spacing: 0;
	transition: 0.3s color;
	bottom: 30px;
	right: 25px;
	z-index: 9;
}

.owner-contact:hover {
	color:#fff;
	transition: 0.3s color;
}

.project-logo {
	position: absolute;
	top: 40px;
	left: 40px;    
		opacity:0;
}

.project-logo img {
	max-width:100px;
}

.case-overlay {
	min-height: 50vh;
	position: relative;
	display:block;
 
}

.case-overlay h2 {
	left: 40px;
	max-width: 80%;
	color: white;
	font-size: 2em;
	letter-spacing: -1px;
	transition: 0.3s bottom;
	bottom: 20px;
	position: absolute;
}

.case-overlay h2 > span {
	color: #41c3cd;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	margin-top: 5px;
}

.testimonial {
	padding: 0 ;
	position: absolute;
	opacity: 1;
	transition: 0.3s bottom;
	bottom: 0;
}

.testimonial-parent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
	margin-top: 20px;
	padding: 40px;
	transform: translateY(150px);
	transition: 0.3s transform;
}

.testimonial .image-wrapper {
	background: linear-gradient(to right, rgb(94, 111, 142), rgb(46, 193, 210));
	padding: 2px;
	display: table;
	border-radius: 50%;
	transition: 0.3s background;
}

.image-gap {
	background: #1b2a44;
	border-radius: 50%;
	padding: 3px;
}

.testimonial .image-wrapper img {
	max-height:30px;
}

.testimonial-item.item1 {
	margin-right:10px;
}

.testimonial-item.item2 {
	max-width: 100%;
	width: 100%;
}

.testimonial-new h3 {
    color: gray;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 5px;
    display: table;
    padding: 10px 15px;
    border-radius: 0;
    position: relative;
  	background:#f2f2f2;
}

.testimonial-new h3:before {
    background: #f2f2f2;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    content: '';
    top: -7px;
    transform: rotate(45deg);
}

.testimonial h5 {
	margin-top: 5px;
	font-size: 9px;
	color: #fff;
	margin-bottom: 0;
	transition:0.3s color;
}

.testimonial p {
	margin-top: 0;
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
	transform: translateY(50px);
	transition: 0.3s transform;
	padding: 0 40px;
}

/*end of case studies grid*/

/*--------------SINGLE PROJECT--------------*/

.single-project h2 {
    color: #606060;
    margin-top: 50px;
}

.single-wrapper {
    position: absolute;
    top: 119px;
    width: 80%;
}

.project-header {
    background-attachment: fixed;
    background-position: center center;
    margin-top: 0;
}

.project-header .overlay {
    min-height: 500px;
    position:relative;
}

.project-header .overlay h1 {
    color: white;
   
    margin-bottom:0;
}

.project-header h3 {
    color: #ffffff;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px;
    letter-spacing: 0px;
}



.project-header p {
    color: white;
    font-weight: 600;
    line-height: 1.3;
}

.project-header p > span {
    display: block;
    color: turquoise;
}

.project-brief {
    margin: 80px 0;
}

.project-content {
    position: relative;
    padding: 0 5%;
}

.iphone-mockup {
    transform: translate(-50%, -35%);
    max-height: 650px;
    position: absolute;
    left: 50%;
}

.seperate-container {
    min-height: 450px;
    background-attachment: fixed;
    background-size: cover;
    background-position:center center;
}

.elegento-teams {
    padding: 0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.elegento-teams li {
    list-style: none;
    margin-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 10px;
    color: #c1c1c1;
    margin-top: 5px;
    padding: 10px;
    box-sizing: border-box;
    max-width: 25%;
    text-align: center;
}

.elegento-teams h2 {
    margin-bottom: 20px;
}

.elegento-teams img {
		max-height: 70px;
  	max-width:70px;
  	height:auto;
  	display:block;
      margin-bottom: 10px;
}


.feature-section {
    background: #1b2a44;
    padding: 4%;
    color:white;
    position:relative;
}

.featureimg {
    position: absolute;
    bottom: 0;
    right: 10%;
    max-height: 400px;
    transform: translateY(1px);
}

.feature-section h2 {
    color:rgb(51,51,51);
    margin-top:0;
}

.feature-section p {
    color: rgb(151,151,151);
}

span.emph:hover {
    background: #41c3cd;
    color: white;
    transition: 0.3s color, 0.3s background;
}

span.emph {
    color: black;
    letter-spacing: 0;
    border-bottom: 2px solid #41c3cd;
    padding: 0 5px;
}

.numbers-facts {
    padding: 5% 0;
}

.numbers-facts .left-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.left-numbers h3 {
    font-size: 5em;
    margin-right: 30px;
  text-align: center;
      margin-top: 0;
}

.left-numbers h3 span {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    letter-spacing: 0;
  	line-height:1.6;
}



.single-c2a {
    background-color:#1b2a44 ;
    color: white;
    padding: 5%;
    background-position-y: 50%;
}

.single-c2a .form-control {
    background: #141f33;
    border-width: 0;
    min-height: 50px;
    border-radius: 0;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid #2a3d5f;
    border-top: 1px solid #080f1b;
}

div#owner-form {
       margin: auto;
    max-width: 500px;
}

#owner-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717782;
  opacity: 1; /* Firefox */
}

#owner-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #717782;
}

#owner-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #717782;
}


.full-image {
    padding: 100px 0;
    min-height: 100vh;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
}

.all-devices {
    padding: 100px 0;
    min-height: 100vh;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
}

.single-c2a img {
    border-radius: 50%;
}

.single-c2a .image-wrapper {
    background: #1b2a44;
    padding: 4px;
    display: table;
    border-radius: 50%;
    transition: 0.3s background;
    border: 2px solid #41c3cd;
}



.single-c2a h3 {
    color: #f7f7f7;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0;
}
.single-c2a h5 {
    color: #41c3cd;
    margin: 0;
    font-size: 13px;
}

.single-c2a a {
    color: #41c3cd;
    margin: 0;
    font-size: 13px;
}

.project-review {
text-align:center;
}

.pr-up .blinking {
 font-weight:300;
}

.pr-down {
    display: flex;
    justify-content: center;
    align-items: center;
      margin-top: 35px;
  text-align:left;
}

.pr-down .image-wrapper img {
    max-height:40px;
}

.pr-down div {
    margin: 5px;
}


.related-items .btn-elegento {
    color: black !important;
}
.related-items .btn-elegento:hover {
    color: black!important;
}

.col-md-12.makemeflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
 	 flex-wrap: wrap;
}

.single-c2a h2 {
    color: white;
    margin: 25px 0;
      line-height: 1.4;
}

.single-c2a .btn-elegento {
	margin-bottom:50px;
}

.single-c2a p {
    color: #afb5bf;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0;
    line-height: 1.7;
}


    


a.next-post {
    position: absolute;
    right: 0;
    border-left: 1px solid #eaeaea;
    height: 100%;
    margin: auto;
    background: #f9f9f9;
    color: black;
    vertical-align: middle;
   width: 90px;
   transition-duration: 0.5s;
    transition-property: width, background;
}



.next-content {
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: gray;
  	transition:0.3s  letter-spacing;
}

.next-post:hover .next-content {
    letter-spacing:5px;
  	transition:0.3s  letter-spacing;
}

.previous-content {
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: gray;
  	transition:0.3s  letter-spacing;
}

.previous-post:hover .previous-content {
    letter-spacing:5px;
  	transition:0.3s  letter-spacing;
}

a.previous-post {
    position: absolute;
    left: 0;
    border-right: 1px solid #eaeaea;
    height: 100%;
    margin: auto;
    background: #f9f9f9;
    color: black;
    vertical-align: middle;
   width: 90px;
   transition-duration: 0.5s;
    transition-property: width, background;
}




a.previous-post:hover {
  
    background: #f4f4f4;
   transition-duration: 0.5s;
    transition-property: width, background;
}

a.next-post:hover {
   
    background: #f4f4f4;
   transition-duration: 0.5s;
    transition-property: width, background;
}





.emphasis {
    color: #41c3cd;
}

.related-items {
background-color:#f4f4f4;
padding:50px 0 200px;
}

.related-items h2 {
    margin-bottom: 0;
}



.related-items h3 {
font-size: 1.4em;
    letter-spacing: -1px;
    margin: 0;
    color: #333333;
    font-weight: 600;
}

.related-items h3 > span {
font-size: 1.4em;
    letter-spacing: 0;
    display: block;
    color: #949494;
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
}

.related-row {
    display: flex;
    justify-content: flex-start;
    background: white;
      align-items: center;
  margin-bottom: 10px;
      padding: 10px;
    border-radius: 15px;

}

.related-img {
    height: 60px;
    width: 60px;
    display: block;
    background-size:cover;
      background-position-x: 50%;
  border-radius: 5px;
      min-width: 60px;
}

.related-wrapper {
    margin-left: 5%;
}


 
/*------------JOB OPENING TEMPLATE----------*/

.services-template {
    padding-top: 55px;
    background-color: #e4e4e4;
}
.workwusbg {
    background-size: cover;
      background-position-y: 50%;
}

.workwusbg .overlay {
    min-height: 100vh;
    background-image: /*linear-gradient(to top, rgba(2,0,36,0.9),rgba(2,115,128,0.9));*/none;
}

.workwusbg .overlay h2 {
    color: black;
    font-size: 2.5em;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    position: absolute;
    bottom: 55%;
    left: 50%;
    font-weight: 600;
    letter-spacing: -2px;
    transform: translate(-50%, -50%);
}

.workwusbg .overlay h2 > span{
    color: #000;
}

.workwusbg .overlay h2 > .huge {
    color: #1b2a44 !important;
    font-weight: 600;
    text-transform: none;
    letter-spacing: -1px;
    display: block;
    font-size: 28px;
}

.services-template h1 {
    margin-top: 0;
    color: white;
    letter-spacing:-3px;
}

.blinking {
    font-weight:100;
    animation:blinkingText 0.8s infinite;
}

@keyframes blinkingText{
	0%{		opacity: 1;	}
	49%{	opacity: 1;	}
	50%{	opacity: 0;	}
	99%{	opacity:0;	}
	100%{	opacity: 1;	}
}

.career-wrapper {
    padding: 5%;
    border: 0px solid #cacaca;
    margin-bottom: 20px;
    background: white;
}

.services-template p {
    line-height: 1.8;
    color: #6d7f9e;
}

.team-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.team-wrap img {
    max-height: 50px;
}

.right-career {
    padding: 10%;
    background-color:#1b2a44;
    min-height:100vh;
}

.services-template hr {
    border-color: #41c3cd;
    border-width: 3px;
    max-width: 60px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.work-withus {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.work-withus .form-group {
    width: 100% !important;
}

.work-withus .form-control {
    min-height: 50px;
    width: 100% !important;
    box-shadow: none;
    border: 0;
    background: #152238;
    border-radius: 0;
    border-width: 1px 1px 1px 1px;
    border-color: #394b6b;
    border-style: solid;
    color: white;
    font-weight: 600;
    font-size: 17px;
}

.work-withus label {
    font-size: 14px;
    color: #687c9e;
    font-weight: 600;
}

input[type="file"]::-webkit-file-upload-button {
    background-color:#1b2a44;
    border-width:0;
    color:white !important;
    padding:10px 20px;
    cursor:pointer;
}



.uploadbtn {
    border: 0;
   cursor: pointer;
    color: #687c9e;
    min-width: 0 !important;
    max-width: 100% !important;
    word-break: break-all;
    width: 100%;
    background: #152238;
}

.job-positions {
    background: #e4e4e4;
    padding: 50px 0 170px 0 ;

}
.job-positions h3 {
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
    color: #1b2a44;
}

.job-positions h4 {
    color: #41c3cd;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 3px;
}

.job-positions p {
    margin-top: 10px;
    color: #777777;
}

.job-positions h2 {
    font-size: 3em;
    margin-bottom: 40px;
}

 /*--------------------CONTACT TEMPLATE--------------------*/
.contact-template {
    background-color: #1b2a44;
    margin-top: 0px;
    padding: 125px 0;
    min-height: 35vh;
}

.contact-template #direct-contact ul > li {
   
    color: #41c3cd;
}

.contact-template #direct-contact p {
   
    color: #fff;
}

.contact-template #direct-contact ul > li > span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    color: white;
    letter-spacing: -1px;
}

.contact-template #direct-contact {
    background: #1b2a44;
    
    color: white;
    margin-top: 0;
  
		padding: 50px;
   
    height: 590px;
   
   
    position: relative;
}

.contact-template #contact-form {
    background: #1b2a44;
    padding: 5%;
    color: white;
    margin-top: 0;
}



 /*--------------------FEATURES TEMPLATE--------------------*/
.features-template {
padding: 100px 0;
background: #f4f4f4;
}
.features-template h1 {
margin-top:0;
}
.row.features-header {
margin-bottom: 50px;
}
.feature-wrapper {
background: white;
padding: 50px;
border-radius: 15px;
border: 1px solid #dedede;
box-shadow: 0px 0px 29px rgba(0,0,0,0.1);
min-height: 390px;
position: relative;
margin-bottom: 50px;
}
.feature-wrapper h2 {
font-size: 20px;
letter-spacing: -1px;
margin-top: 15px;;
}
.feature-wrapper p {
margin-bottom: 35px;
}
.feature-wrapper h2 > span {
display: block;
font-size: 11px;
text-transform: uppercase;
margin-top: 9px;
letter-spacing: 0;
font-weight: normal;
color: #41c3cd;
}
.feature-wrapper img {
border-radius: 50%;
max-height: 60px;
}
.feature-wrapper hr {
border-width: 2px;
border-color: #41c3cd;
width: 40px;
margin-left: 0;
margin-bottom: 10px;
}
.feature-footer {
border-top: 1px solid #dedede;
position: absolute;
bottom: 0;
width: 100%;
left: 0;
text-align:right;
}
.feature-link {
padding: 14px;
display: inline-block;
border-left: 1px solid #dedede;
color: #b7b7b7;
font-weight: 600;
letter-spacing: 0px;
transition-duration:0.3s;
transition-property:padding, color;
}
.feature-link:hover {
padding: 14px 25px;
text-decoration:none;
color:#41c3cd;
transition-duration:0.3s;
transition-property:padding, color;
}
.feature-link:after {
content: '';
width: 8px;
height: 8px;
display: inline-block;
margin-left: 5px;
border-style: solid;
border-color: #b7b7b7;
border-width: 0 2px 2px 0;
transform: rotate(-45deg);
}

/*--------------DEFAULT TEMPLATE--------------*/

.default-template {
	padding: 20px;
}




/*POPUP - MODAL THEME*/
.modal-title svg {
height: 100px;
float:none;
margin-right: 5px;
}
.modal-title span {
    margin-top: 0;
    display: block;
    padding: 0;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: left;
    margin: 0;
    line-height: 1;
}





/*---------------------FOOTER------------------------*/
#footer {
    background-image: linear-gradient(to right, rgba(2,0,36,1), rgba(2,115,128,1));
    border-bottom: 1px solid#283751;
  position:relative;
}

a.workwithus svg {
        height: 29px;
    vertical-align: middle;
    padding: 0;
    width: 40px !important;
    display: inline-block;
  fill:#909090;
  transition: .3s all ease;
}

a.workwithus span {
    padding: 5px 15px 5px 0;
    display: inline-block;
    line-height: 2;
    border-right: 0px solid #000;
    text-transform: uppercase;
    font-size: 13px;
  	
}

.contact-template a.workwithus {
 
    font-size: 16px !important;
    margin-right: 22px !important;
    border:1px solid #41c3cd !important;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    opacity: 1;
    transition: .3s all ease;
    background: #41c3cd;
    font-weight: 600;
    padding: 5px 15px;
    color: #fff !important;

}
.contact-template a.workwithus > span {
 

    color: #fff !important;

}

.contact-template #direct-contact {

    padding: 5%;
  
}

a.workwithus {
    font-size: 16px !important;
    margin-right: 22px !important;
    border: 1px solid #d4d4d4!important;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    opacity: 1;
    transition: .3s all ease;
    background: #f5f5f5;
    font-weight: 600;
    padding: 5px 15px;
    color: #909090;
}
a.workwithus:hover {
    opacity: 1;
	 	color: white;
  	background:#41c3cd;
  	border: 1px solid #41c3cd;
  
}

a.workwithus:hover svg {
    fill:#fff;
  
}

#footer h4 {
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 21px;
}

#footer h4 > span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 3px;
    letter-spacing: 0;
    color: #6E7D97;
}

.footerlogo {
    height: 100px;
}

.oneic {
    max-height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
    max-width: 30px;
    float: left;
}

.startleft {
    background-color: #41c3cd;
    text-align: center;
}

.direct-wrapper h3 > span {
    font-weight: 600;
    letter-spacing: -1px;
  	font-size:20px;
  color:#a8a8a8;
   display: block;
  margin-bottom: 5px;
}

.direct-wrapper h3 {
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
  margin:0;
  color:#a8a8a8;
}
.direct-wrapper {
    padding: 20px;
    border-right: 1px solid #e8e8e8;
    min-height: 120px;
}

.direct-wrapper svg {
height:80px;
}
.direct-wrapper img {
    max-height: 80px;
}

.direct-wrapper ul {
	padding:0;
  list-style:none;
}

.direct-wrapper ul > li {
	display:inline-block;
}

#direct-contact {
    padding: 50px;
    background-color: #fff;
    height: auto;
    color: white;
    margin-top: -100px;
   
  	position:relative;
}
#direct-contact p {

}

#direct-contact h2 {
font-size:37px;
  color:#424242;
  margin-top:0;
}

.rotateme {
    transform: rotate(90deg);
    left: 0;
    top: 50px;
    font-size: 37px;
  	position:absolute;
}

#direct-contact ul {
	padding:0;
  list-style:none;
}
#direct-contact ul > li  {
margin-top:20px;
  color:gray;
}

#direct-contact ul > li > span {
	font-weight:600;
  font-size:20px;
  display:block;
  color:gray;
  letter-spacing:-1px
}



.social-media {
    text-align: right;
}

.footer-bottom {
    padding: 25px;
}

.footer-bottom small {
    font-weight: noraml;
    letter-spacing: 0px;
    font-style: italic;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}


.social-media p {
    
    font-style: italic;
    color: #fff;
    font-size: 14px;
      margin: 0 10px 0 0;

}

.social-media li svg {
    width: 25px;
    fill: white;
}




.footer-bottom ul {
		padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-bottom ul > li {
    display: inline-block;
}

.footer-bottom ul > li > a {
    margin-left: 5px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    color: #41c3cd;
    font-size: 24px;
    letter-spacing: -1px;
  transition:.3s all ease;
}
.footer-bottom ul > li > a:hover {
   transform:scale(1.2);
}



.direct-wrapper ul > li > a {
    display: block;
    color: #a8a8a8;
    margin-right: 9px;
}

#copyrights-area li {
    list-style: none;
    display: inline-block;
}

#copyrights-area  {
    background-color:#1b2a44;
}

#copyrights-area ul {
    padding: 0;
    margin: 0;
    text-align:right;
}

#copyrights-area li > a {
    padding: 10px;
    color:#41c3cd;
    display: block;
    transition: 0.3s color;
    font-weight: 600;
}

#copyrights-area li > a:hover {
    color: #fff;
    text-decoration:none;
    transition:0.3s color;
}

#copyrights-area p {
    margin: 0;
    padding: 5px;
    line-height: 2;
    color: #3D4C66;
}


span.ticket-reviewer {
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
   
   
    align-items: center;
    align-content: center;
}

span.ticket-reviewer img {
    max-height: 30px;
}

span.ticket-reviewer span {
    color: gray;
    padding: 6px;
    font-size: 12px;
    margin-left: 5px;
}

span.ticket-reviewer small {
    display: block;
    font-size: 12px;
}
.expertise {
    display: flex;
    align-items: center;
        justify-content: center;
   padding: 25px;
      border-top: 1px solid #e7e7e7;
}
.member-wrap {
		margin-bottom: 30px;
    background: white;
   
  text-align:center;
}

.member-wrap.alternative {
    background: #1b2a44;
    color: white;
}

.upper-wrap {
    padding: 25px;
}

.expertise img {
    max-height: 30px;
    opacity: 0.3;
  margin-right:10px;
}

.expertise a {
    color: #41c3cd;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    transition:0.3s letter-spacing;
}

.expertise a:hover {
    color: #41c3cd;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
  transition:0.3s letter-spacing;
}

.member-wrap.alternative .expertise {

    border-top: 1px solid #44597e;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #41c3cd;
    color: white;
    border-width: 0;
    position: fixed;
    bottom: 0;
    z-index: 999999999999999;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 1%;
}


.intro-content {
    position: absolute;
    top: 50%;
    max-width: 650px;
    left: 10%;
    transform: translate(0%, -50%);
}

.intro-content h2 {
    font-size: 4em;
}
.intro-content {
    color: white;
}

.intro-content span {
    color: white !important;
}

/*ERROR 404 PAGE*/
main.error-page {
    background: #1b2a44;
    color: white;
    padding: 150px 0;
}

main.error-page h1 > span {
    display: block;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 4px;
    color: #41c3cd;
    margin-bottom: 10px;
}
main.error-page h1 {
    font-size: 6em;
    margin-top: 0;
}

main.error-page h2 {
    color: #41c3cd;
    font-size: 30px;
    letter-spacing: 0;
    margin-top: 0;
}

main.error-page p {
    color: white;
}

a.btn-elgento {
    color: white;
    font-weight: 600;
    border: 2px solid white;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
  transition:.3s color, .3s border;
}

a.btn-elgento:hover {
    color: #41c3cd;
    font-weight: 600;
    border: 2px solid #41c3cd;
   padding: 10px 25px;
    margin-top: 10px;
  	transition:.3s color, .3s border;
    display: inline-block;
}

.error-wrapper {
    margin-top: 140px;
}

.career-wrapper.aleternative {
    background: transparent;
    border: 2px dashed #c1c1c1;
}

.intro-content h2 > a {
    color: white;
}

.intro-content h2 > a > span {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
    color: #41c3cd !important;
}

a.btn-more {
 text-align:center;
  transition:.3s all ease;
  font-size:1em;
  letter-spacing:0;
      margin: 0 10px;
  font-weight:600;
  color:#1b2a44;
  line-height:1;
}

a.btn-more:hover {
   color:#41c3cd;
}

.btn-more:hover .all-line  {
    width: 80px !important;
}


.all-line {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #41c3cd;
    width: 40px;
  transition:.3s all ease;
}

.flex-me {
    display: flex;
    justify-content: center;
    align-items: center;
}

.archives-template {
    width: 1680px;
    max-width: 100%;
}

@media screen and (min-width:1200px) and (max-width:1400px) {
.small-brief .left-section {
    min-height: 100vh;
    padding: 10% 20%;
    background-color: white;
}
.small-brief .left-section  img.img-responsive.badges {
  	bottom:20%;
  }
 
}

@media screen and (min-width:1023px) and (max-width:1200px) {
.small-brief .left-section  img.img-responsive.badges {
  	bottom:20px;
  }
  .small-brief .left-section {
    min-height: 100vh;
    padding: 10% 20%;
    background-color: white;
}
}

@media screen and (min-width:1200px) and (max-width:1600px) {
  .small-brief .left-section {
    min-height: 100vh;
    padding: 10% 20%;
    background-color: white;
}
}

.list-awards {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

list-awards svg {
    width: 50px;
    height: auto;
}


.projects-list {
		width:1680px;
		max-width:100%;
		margin:auto;
		display:flex;
		flex-wrap:wrap;
		align-items: stretch;
		margin:120px auto;
}

.projects-list .project-item {
    width: 25%;
    padding: 1px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}
.projects-list .project-item .project-item-wrapper {
	background-size:cover;
		background-position: center, center;
}
.projects-list .project-item .project-item-wrapper .project-item-header {
    display: flex;
    align-items: center;
		gap:10px;
}
.projects-list .project-item .project-item-wrapper .project-item-header p {
margin:0;
}
.projects-list .project-item .project-item-wrapper .project-item-header img {
	width: 100%;
    height: auto;
    background: black;
    border-radius: 50px;
}
.projects-list .project-item .project-item-wrapper .project-item-header h2 {
	color: #fff;
    font-size: 18px;
    letter-spacing: -1px;
		margin: 0 0 4px 0;
}
    .projects-list .project-item .project-item-wrapper .project-item-header h4 {
    margin: 0;
    color: white;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
}

.projects-list .project-item .project-item-wrapper .project-item-wrapper-overlay {
		display:block;
		padding:20px;
		background-color:rgba(0,0,0,0.3);
		transition:.3s all ease;
		position:relative;
}
.projects-list .project-item .project-item-wrapper .project-item-wrapper-overlay:hover {
		background-color:rgba(0,0,0,0);
}
.project-item-info {
    line-height: 1.6;
    margin-top: 0;
    width: 90%;
		height:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
		margin-top:10px;
}
.project-item-info h2 {
font-size:3rem;
		margin-bottom:2px;
}

.project-item-info h4 {
    letter-spacing: 0;
    margin-top: 5px;
    font-weight: 500;
    color: #41c3cd;
    margin-bottom: 5px;
    font-size: 14px;
}
.project-item-info p {
color:#000;
}

.project-item-info h2 a {
    color: #1f3c6f;
}
.project-item-info h2 a:hover {
    color: #41c3cd;
}
.project-item-info a.read-more {
       margin-top: auto;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #41c3cd;
    color: #1f3c6f;
}
.project-item-list-awards {
    /* filter: grayscale(1) invert(0); */
    opacity: 1;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.projects-list-header {
    margin-bottom: 0px;
    background-position: center, center;
    background-size: cover;
}
.project-item-logo {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    border-radius: 50px;
}
.projects-list-header-wrapper {
    display: flex;
    align-items: flex-start;
    width: 1680px;
    max-width: 100%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
		padding:120px 40px;
}
.projects-list-header-wrapper .column {
width:30%;
}
.awards-header {
	min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
		padding:40px;
}

.awards-header .wrapper{
	color:#fff;
	max-width:100%;
		text-align:center;
}
.awards-info {
padding:100px 40px
}
.awards-info .wrapper {
width:600px;
		max-width:100%;
		margin:auto;
	
}

.awards-list {
background-color:#f2f2f2;
		
}
.awards-list .wrapper {

width:900px;
		max-width:100%;
		margin:auto;
}

.single-award {
    display: flex;
    align-items: center;
    justify-content:space-between;
		gap:50px;
		padding:100px 0;
}
.award-media, .award-content {
width:50%;
}

.single-award:nth-child(even) {
    flex-direction: row-reverse;
}

.award-media img {
    width: 400px;
    max-width: 100%;
}

.award-content ul {
    list-style: none;
    padding: 0;
		margin:20px 0;
}

.award-content ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    padding: 5px 0;
    background: white;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0 0 40px -10px rgba(0,0,0,0.1);
    width: 100%;
    min-width: 100%;
    border: 1px solid #e6e6e6;
}

.award-content ul li img {
    width: 45px;
}

.award-content ul li h5 {
		margin:0;
		font-weight:bold;
}

.award-content a.project {
    color: #000;
    font-weight: bold;
    border: 1px solid #41c3cd;
    padding: 10px 25px;
    display: inline-block;
}

@media only screen and (max-width:768px) {
		.awards-header {
		align-items:flex-end;
		}
		.single-award {
		flex-direction: column !important;
    border-bottom: 1px solid #d6d6d6;
		}
		.award-content {min-width:100%;}
		.awards-list .wrapper {
    padding: 20px;
}
		.projects-list-header-wrapper .column {
    width: 100%;
    
}
		.projects-list-header {
    margin-bottom: 10px;
}
.projects-list {
    padding: 20px;
    flex-direction: column;
}
		.projects-list .project-item {
    min-width: 100%;
}
}


.new-footer {
	background-image:linear-gradient(45deg, #35247A, #1D92A9);
	display: flex;
  flex-wrap: wrap;
}

.footer-left-col {
    width: 30%;
    background: rgba(0,0,0,0.2);
		padding:60px;
		display: flex;
    flex-direction: column;
		
}


.footer-left-col p {
color:#fff;
		margin:0px 0 30px 0;
}

svg#footer-logo {
    width: 180px;
    margin-bottom: 40px;
}

ul.contact-details {
    list-style: none;
    padding-left: 0;
}
ul.contact-details li {
    border-left: 5px solid #43C1CB;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: white;
    padding: 0 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

ul.contact-details li a {
color:#fff;
		transition:.3s all ease;
		display:block;
}
ul.contact-details li a:hover {
color:#43C1CB;
}
ul.contact-details li strong {
font-size:16px;
		display:block;
}
ul.contact-details hr {
    border-color: #000;
    opacity: 0.2;
}

ul.footer-social-media {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
		list-style:none;
		padding-left:0;
		margin-bottom:120px;
}

ul.footer-social-media li a svg {
    fill:#fff;
		width:22px;
		transition:.3s all ease;
}

ul.footer-social-media li a:hover svg {
    fill:#43C1CB;
}

.copyrights {
color:#43C1CB;
		margin-top:auto;
}

.footer-right-col {
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
		width: 70%;
}

ul.use-links {
    list-style:none;
		padding:0;
		margin:80px 0 0 0;
}

ul.use-links a {
    font-size: 8rem;
    font-weight: bold;
    letter-spacing: -6px;
    color: rgba(0,0,0,0.3);
		transition:.3s all ease;
		line-height:1.2;
}

.footer-certifications-awards {
	margin-top:auto;
}
.footer-certifications-awards ul {
    list-style: none;
    padding-left: 0;
		color:#fff;
		display: flex;
    flex-wrap: wrap;
		gap:10px;
		margin-bottom:0;
}

.footer-certifications-awards li svg {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.footer-certifications-awards p {
color:#000;
		opacity:0.4;
		font-weight:bold;
}

.footer-certifications-awards ul li  {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
		background: rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 20px;
		max-width: calc(25% - 10px);
    align-items: center;
}

.footer-certifications-awards ul li span {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - 40px);
}
.footer-certifications-awards ul li span strong {
font-size:12px;
}
.footer-certifications-awards ul li span small {
font-size:10px;
}
ul.use-links a:hover {
color: rgba(255,255,255,1);
}

/*NEW FOOTER MOBILE*/

@media only screen and (max-width:1023px) {
footer#new-footer {
flex-direction:column-reverse;
}
.footer-right-col, .footer-left-col {
min-width:100%;
		width:100%;
}

ul.use-links {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
}

ul.use-links li a {
		font-size: 4rem;
    font-weight: bold;
    letter-spacing: -2px;
    color: white;
    transition: .3s all ease;
    line-height: normal;
}

.footer-certifications-awards ul {
flex-direction:column;
		gap:4px;
}
}


/*NEW ABOUT US PAGE*/
.projects-list-header-wrapper p {
    color: #000;
}
.team-header {
		background-image:linear-gradient(45deg, #35247A, #1D92A9);
}
.team-header .wrapper {
		display: flex;
  	flex-wrap: wrap;
		flex-direction:column;
		padding:120px 40px;
		width:1680px;
		max-width:100%;
		margin:auto;
}
.team-header .wrapper h2 {
		font-size:7rem;
		width:50%;
		color:rgba(0,0,0,0.4);
		    margin-bottom: 30px;
    margin-top: 20px;
}
.team-header .wrapper h3, .team-header .wrapper p  {
	color:#fff;
	width:50%;
}





.members-list {
    background: #f4f4f4;
}
.members-list ul {
    width: 1680px;
    padding: 120px 40px;
		margin: 0 auto 0 auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
		gap:20px;
		list-style:none;
}

.members-list ul li {
	width:calc(25% - 20px);
		background-color:#fff;
		border-radius:20px;
		box-shadow:0 0 30px -20px rgba(0,0,0,0.2);
}
li.member-item .wrapper {
    display: flex;
    align-items: center;
		gap:10px;
		padding:20px;
		position:relative;
}

.member-thumb {
    background-image: linear-gradient(45deg, #35247A, #1D92A9);
    border-radius: 50%;
    width: 80px;
    height: 80px;
		min-width: 80px;
    padding: 5px;
}
.member-thumb img {
    width: 100%;
		height: auto;
    border: 3px solid #fff;
    border-radius: 50%;
}
.member-info {
	width:calc(100% - 80px)
}

.member-info p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: normal;
}

.member-technologies {
    display: flex;
    flex-wrap: wrap;
    opacity: 0.2;
    gap: 5px;
    align-items: center;
		justify-content:flex-end;
		margin-top:20px;
		position:absolute;
		bottom:10px;
		right:10px;
}
.member-technologies img {
    width:20px;
}

li.member-item.join {
    background-image: linear-gradient(45deg, #35247A, #1D92A9);
}

li.member-item.join .member-thumb {
    background-image: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    min-width: 80px;
    padding: 5px;
    border: 5px solid rgba(0,0,0,0.2);
}

li.member-item.join .member-thumb img {
border-width:0;
		transition:.3s all ease
}
li.member-item.join a:hover .member-thumb img {
	transform:rotate(90deg);
}
li.member-item.join p {
    color:#43C1CB;
}
li.member-item.join p strong {
    color:#fff;
}

.reviews-slider {
background-color:#f4f4f4;
}
.reviews-slider-wrapper {
    width: 1680px;
    margin: auto;
    max-width: 100%;
		padding:120px 40px;
}

.reviews-slider li {
    width: calc(25% - 20px);
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}
.reviews-slider-wrapper .splide:before {
    content: '';
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(to right, rgb(244 244 244), rgba(244, 244, 244, 0));
}
.reviews-slider-wrapper .splide:after {
    content: '';
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(to left, rgb(244 244 244), rgba(244, 244, 244, 0));
}

.reviews-slider-wrapper h2 {
    margin-bottom: 40px;
}

.reviews-slider-wrapper h2 span {
    color: #41c3cd;
}
.reviews-slider-wrapper p {
color:#000;
}
.reviews-slider ul li .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
		gap:10px;
		margin-bottom:20px;
}
.reviews-slider ul li .wrapper .review-thumb {
    width: 60px;
    border-radius: 50px;
    overflow: hidden;
}

.reviews-slider ul li .wrapper .review-info {
width:calc(100% - 70px);
}

.review-info .job-desc {
font-size:12px;
}
.review-info p {
    margin: 0;
    line-height: normal;
		color:#000;
}

.about-close-section {
    background: #fff;
		width:1680px;
		padding:120px 40px;
		max-width:100%;
		margin:auto;
}

.about-close-section-wrapper {
    width: 600px;
    max-width: 100%;
		text-align:left;
}

.gradient-btn {
		background-image: linear-gradient(45deg, #35247A, #1D92A9);
    padding: 15px 25px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
		transition:.3s all ease;
		display:inline-block;
}

.gradient-btn:hover {
		filter:brightness(1.2);
		color:#fff;
}

.border-btn {
		background-color:#fff;
		border:1px solid #303B84;
		color:#000;
		padding: 15px 25px;
    border-radius: 10px;
		font-weight: bold;
		transition:.3s all ease;
}

.border-btn:hover {
		background-color:#303B84;	
		color:#fff;
}

/*ABOUT US PAGE RESPONSIVE*/
@media only screen and (max-width:1023px) {
.members-list ul {
    flex-direction: column;
		gap:10px;
}

.members-list ul li {
    min-width:100%;
}

.team-header .wrapper h2 {
    font-size: 5rem;
    width: 100%;
}

.team-header .wrapper h3, .team-header .wrapper p {
	width: 100%;
}
}



/*EVOLUTION AWARDS 2025*/

#bg-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
		    max-width: 100%;
    padding: 40px;
}
#bg-wrap svg#animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
		    height: 100%;
    width: 100%;
}
#awards-welcome {
  background-size: cover;
  position: relative;
  z-index: 2;
		    max-width: 100%;
}
#awards-welcome .overlay {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#awards-welcome .overlay .wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
#awards-welcome .overlay .wrapper h1 {
  font-size: 5rem;
  letter-spacing: -2px;
  line-height: 0.9;
  margin: 0;
  color: #fff;
}
#awards-welcome .overlay .wrapper h2 {
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}
#awards-welcome .overlay .wrapper p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
		color:#fff;
}
#awards-welcome .overlay .wrapper p span {
  font-weight: bold;
  text-decoration: underline;
}
#awards-welcome .overlay .wrapper hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  margin: 20px 0;
}
#awards-welcome .overlay .wrapper img.actual-awards {
  width: 450px;
  margin: 0;
		max-width:100%;
}
#awards-welcome .overlay .wrapper a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 50px;
  margin-top: 40px;
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  color: white;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px 0;
  border-style: solid;
  box-shadow: -20px 20px 70px -10px rgba(0, 0, 0, 0.4);
}



.single-awarded {
    display: flex;
    flex-wrap: wrap;width:1200px;max-width:100%;margin:0 auto;
		align-items:center;
}
.left-award small {    color: gray;
    font-style: italic;
    margin-top: 10px;
    display: block;}
.nega {
flex-direction:row-reverse;
}

.nega .right-award {
text-align:right;border-width: 0 1px 0 0;
}

.nega .right-award ul li {
flex-direction:row-reverse;
}
.single-awarded .left-award {
    width: 50%;background-position:center center;background-size:cover;padding:40px;
}

.single-awarded .left-award img {
    max-width: 100%;
}

.right-award {
    width: 50%;padding:80px 40px;border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #cecece;position:relative;
}
.right-award h2 {margin:0;}
.right-award ul {
    padding: 0;
    list-style: none;margin:20px 0 40px 0;
}

.right-award ul li {
    display: flex;
    flex-wrap: wrap;align-items:center;margin-bottom:5px;
}
.right-award ul li span:first-child {
width:50px;
}

.right-award ul li span img {
display:block;
		max-width:100%;
}

.evo-welcome {
min-height: 70vh;
    background-size: cover;
		background-position:center;
}
.right-award ul li span:last-child {
    width: calc(100% - 50px);
    padding: 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column-reverse;
    font-weight: bold;
}

.right-award ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    background: #c6c6c6;
    display: block;
    border-radius: 50px;
    border: 4px solid #ffffff;
    outline: 2px solid #c6c6c6;
}

.nega .right-award ul li:before {
    left:auto;
    right: -10px;
}

.right-award ul li span h5 {
    font-weight: normal;
    font-size: 12px;
    margin: 0;letter-spacing:2px;
}

.right-award ul + a {
    border-top: 1px solid;
    font-weight: bold;
}

.thecontent {
background: #f4f4f4;
    padding: 40px;
}

.thecontent .the-wrapper {
    text-align: left;
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
}
.thecontent .the-wrapper h3 {font-size:24px;line-height:1.4;margin-bottom:5px;margin-top:40px;}
@media only screen and (max-width:1023px) {
		.single-awarded {
		    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 40px;
    padding-bottom: 40px;
		}
		.evo-welcome {
    background-image: url('/wp-content/uploads/2025/01/cover.jpg') !important;
}
.single-awarded .left-award,
		.single-awarded .right-award {
		min-width:100%;
				padding:0 40px;
				border-width: 0;
		}
		.right-award ul li:before {display:none;}
		.nega .right-award {
    text-align: left;
    border-width: 0;
}
		.nega .right-award ul li {
    flex-direction: row;
}
		.right-award ul + a {
   
    float: right;
}
		.left-award small {margin-bottom:10px;}
}