.navbar .navbar-header .navbar-brand img {
    width: auto;
    max-height: 28px;
}

.big-title-slider-content .hestia-title{
	color: white;
  margin-bottom: -10px;
  text-shadow: 1px 6px 7px rgb(132 210 152 / 22%);
} 

.main-color {
  color: #53AD6F;
}

.approach-block .ap-description-container {
  width: auto;
  height: 249px;
  background: #f1ebeb;
  position: relative;
}

.approach-block .ap-description-container p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  font-size: 18px;
  color: black;
  text-align: left;
}

.ts-wrapper {
  display: flex;
  min-height: 500px;
}

.ts-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.w-100 {
  width: 100% !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.p-b-25{
	padding-bottom:25px !important;
}

.footer-logo {
  height: 50px;
  margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
  .ts-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 992px) {
  .technology-stack-image-wrapper {
    width: 100%;
    padding-bottom: 0;
    order: 2;
    min-height: 468px;
  }

  .technology-satck .technology-stack-text-wrapper {
    width: 100%;
    order: 1;
  }
}

/*From aditional CSS*/

body {
  font-family: Montserrat;
    font-weight: normal;
	font-size: 1.2rem;
}

body, ul, .tooltip-inner {
  font-family: Montserrat;
}

.navbar li.on-section:not(.btn)>a {
  color: inherit;
}

.page-header {
  height: 74vh !important;
    min-height: 74vh !important;
}

.hestia-about {
  text-align: center;
  padding: 65px 0 0 !important;
}

.hestia-about h5 {
  font-weight: 300;
  margin-bottom: 30px;
}

.hestia-about h3 {
  font-size: 15px;
  font-weight: 300;
}

.hestia-about h3.g-color-white {
  color: white !important;
}

.hestia-about {
  padding: 65px 0 30px;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

#services {
  padding: 65px 0 30px;
}

#services h3 {
  font-size: 17px;
  font-weight: 400;
}

#technology {
  padding: 65px 0 0;
  background: #1a2933 !important;
}

#technology .hestia-title,
#technology .description {
  color: #fff;
}


#clients {
  padding: 65px 0 30px;
  /* background: #fbfbfb; */
}

.clients-bar-item {
  background-color: #fff !important;
  border-radius: 3px !important;
  border: solid 1px #dededea1 !important;
  padding: .25rem;
  max-width: 150px;
}

.hestia-clients-bar .clients-bar-wrapper li {
  margin: 5px;
}

.hestia-clients-bar .clients-bar-wrapper li a {
  display: block;
  padding: 0;
}

.hestia-clients-bar .clients-bar-wrapper li img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
}

.hestia-clients-bar .clients-bar-wrapper li img:hover {
  max-width: 100%;
  height: auto;
  filter: grayscale(0%);
}

.hestia-clients-bar .clients-bar-wrapper li a:hover {
  opacity: 1 !important;
}

.contactus h5.description {
  color: white;
}

.contactus h3 {
  font-size: 23px;
  margin-bottom: 15px;
}

.contactus h3 strong {
  font-weight: 500;
}

.contactus h4 {
  font-size: 16px;
}

.hestia-contact{
	background-color: #1a2933 !important;
}

.hestia-contact-title-area .hestia-title {
  color: white;
}

.hestia-clients-bar .container {
  width: 100% !important;
}

/*Technology Images and Bg*/
.divimage {
  height: 160%;
  transform: translate3d(0px, -233.277px, 0px);
}

.technology-stack-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.technology-stack-image-wrapper .technology-stack-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(2000px * 3);
  background: url("https://www.geveo.com/wp-content/uploads/2020/07/technology-stack-4.png") repeat-x 0 center;
  background-size: 2000px 450px;
  -webkit-animation: TechBackgroundTransform 25s infinite linear;
  animation: TechBackgroundTransform 25s infinite linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  border-bottom: 1px solid #66ab27;
}

.navbar .navbar-nav>li a:hover,
.title-logo-wrapper a:hover,
.u-accordion__header a:hover,
.hestia-clients-bar .clients-bar-wrapper li a:hover {
  border-bottom: none !important;
}

@keyframes TechBackgroundTransform {
  0% {
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*Client-bar Animation*/
.hestia-clients-bar .clients-bar-wrapper {
  box-sizing: border-box;
  display: flex;
  width: 5215px;
  align-self: start;
  height: 170px;
  position: relative;
  flex-wrap: nowrap;
  animation: 42000ms linear 0s infinite normal none running clientBackgroundTransform;
  overflow: hidden;
}

.hestia-clients-bar .clients-bar-wrapper:hover {
  animation-play-state: paused;
}

.hestia-clients-bar .clients-bar-wrapper li {
  margin-right: 10px;
  min-height: 150px;
  min-width: 160px;
}

.hestia-clients-bar .clients-bar-wrapper li img {
  min-width: 150px;
  min-height: 150px;
}

footer {
  padding: 0 !important;
  text-align: center;
}

footer .copyright {
  float: none !important;
}

.img-404 {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

/* Leadership Team */
/* Button Styles */
.btn-sm {
    padding: 5px 15px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.i-profile{
	font-size:12px !important;
}

.figure-content{
	background: #CAE3E8;
	box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding:25px;
	margin-bottom:100px;
}

.figure-content .btn{
	text-transform:none !important;
}

.pagebuilder-section{
	padding-bottom:0;
}

/* Our Story */
.g-bg-theme-gradient-opacity-v1--after::after{
	background: linear-gradient(180deg, rgba(0, 124, 127, 0.7) 0%, rgba(247, 255, 249, 0) 100%);
}
.g-color-theme-blue{
	color:#2F4858;
}

.btn-os-new{
	    border: 1px solid white;
		text-decoration:none;
}

.image-grid {
  --gap: 16px;
  --num-cols: 4;
  --row-height: 100px;

  box-sizing: border-box;
  padding: var(--gap);

  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.image-grid > div {
  background-repeat:no-repeat;
  background-size: cover;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-grid-item-1 {
  grid-row: 1 / 4;
  grid-column: span 3;
}
.image-grid-item-2 {
  grid-row: 2 / 1;
}
.image-grid-item-3 {
  grid-row: 2 / 3;
}
.image-grid-item-4 {
  grid-row: 3 / 3;
}

.d-block-hover:hover{
	position: absolute;
    display: block;
    top: 40%;
    left: 40%;
    color: white;
    opacity: 1 !important;
    background: green;
}

.fc-content > p{
	display:none;
}

/* Careers Page */
.section-wyg  .section-wyg-itm{
	height: 85px;
	background: #FFFFFF;
	box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin-bottom:10px;
	padding:20px;
}

.n-icon-text-combo{
	/* align-items: center; */
	margin: auto 0;
	line-height: 17px;
	max-width: 90%;
	align-items:center;
}

.nsg-ico:before{
	background: #007C7F;
	border-radius: 50%;
	color: white;
	font-size:20px;
}

.h-banner-text {
	margin: auto;
	padding: 0 15px;
	top: 15%;
}

/* Our Values */
.vl-container{
	background: #CAE3E8;
	box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding:20px;
	padding-bottom: 1px;
	margin-bottom:20px;
}

.vl-container img{
	width:150px;
	height:150px;
}

/* Our People */

.img-btn-container{
	 position: relative;
	 width: 100%;
}

.img-btn-container .btn{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* Contact Us */
.g-color-tealgreen {
	color:#007C7F;
}
.c-box-container{
	background: #FFFFFF;
	border-radius: 8px;
	color:black;
	padding: 20px;
	border: 1px solid #58ee58;
}
.c-box-container:hover{
	box-shadow: -3px 4px 10px 2px rgba(0, 0, 0, 0.25);
}
.g-brd-tealgreen{
	border-color: #007C7F; !important;
}

.c-box-heading{
	    font-size: 18px;
        font-weight: 600;
}
.c-box-desc{
	    font-size: 16px;
        font-weight: 500;
}

.address-item{
	background: #FCFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding:8px;
	border: 1px solid #d1d1d1;
}
.address-item h3{
	font-size:25px !important;
}

.active > .address-item{
	background: #CAE3E8 !important;
}

/* Tabs */

.tabs section {
  background: #fff;
  display: none;
  padding-top:10px;
  padding-left:30px;
}
.tabs section.active {
  display: block;
}

/* Appoach Page */
 
 .ap-sec-container{
	box-shadow: -3px 4px 10px 2px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin:0;
 }
 
  .ap-sec-container .ap-sec-step-left{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
 }
 
   .ap-sec-container .ap-sec-step-right{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
 }
 
  .ap-sec-container .ap-sec-step-left:nth-child(1){
	 min-height:250px; 
  }
 
 
 .ap-sec-container .ap-sec-step-num{
	font-weight: 700;
	font-size: 60px;
	line-height: 100px;
	color:white;
 }
 
 .ap-sec-container .ap-sec-step-img{
	 width:100px;
	 height:100px;
 }
 
 .qute-desc{
	 background: #CAE3E8;
	 border-radius: 20px;
	 padding:20px;
	 text-align:center;
	 font-size: 16px;
     font-weight: 500;
	 margin-bottom: 25px;
 }
 
 .qute-desc .quote-item{
	 font-weight: 600;
	 font-size: 60px;
 }
 
 .ap-sec-container .ap-sec-details-left{
	 border-top-left-radius: 10px;
	 border-bottom-left-radius: 10px;
	 min-height:250px;
 }
 
  .ap-sec-container .ap-sec-details-right{
	 border-top-right-radius: 10px;
	 border-bottom-right-radius: 10px;
 }
 
  .ap-sec-container .ap-sec-details{}
 
 .how_to_aproach{
	 max-height:275;
 }
 
 /* Home-Solutions */
 .se-link-container section {
  background: #fff;
  padding-top:10px;
  padding-left:30px;
  display: none;
}
.se-link-container section.active {
  display: block;
}

.se-link-container section img {
  max-height: 383px;
  border-radius:10px;
}

.se-link-container section .se-img-container {
    background-size: 100%;
    width: 100%;
    min-height: 383px;
    max-height: 383px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
}

.se-linkbox-item .se-linkbox-item-content{
	border: 0.5px solid #007C7F;
	border-radius: 10px;
	padding:15px;
	min-height:180px;
	color:#007C7F;
	position:relative;
}

.se-linkbox-item  .se-linkbox-item-content .mybtn {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
	position:absolute;
	bottom:5px;
	right:15px;
	box-shadow:none !important;
}

.se-link-container .se-base-link.active .mybtn:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #007C7F !important;
}

 .se-linkbox-item .se-linkbox-item-content span{
	text-align: left;
    margin-top: 0px;
	font-size: 23px;
	font-weight: 500;
 }
 
  .se-linkbox-item .se-base-link.active .se-linkbox-item-content{
	background:#007C7F;
	color:white !important;
}

.se-linkbox-item .se-linkbox-item-content:hover{
	background:#007C7F;
	color:white !important;
}

/* Se-linkbox-mobile */
.se-linkbox-mobile-item{
	background:#007C7F;
	color:white !important;
	border: 0.5px solid #007C7F;
	border-radius: 10px;
	padding:15px;
	min-height:180px;
	position:relative;
}

.se-linkbox-mobile-item-content{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.se-linkbox-mobile-item-content h2{
	font-weight: 500;
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}

.se-mobile-readmore-link{
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font-weight: 600;
	text-align:center;
	margin:0 auto;
	box-shadow: none !important;
}

.se-mobile-readmore-link:hover{
	border: 1px solid #fff;
	background-color: #ffffff;
	color: #007C7F;
}

 /* Clients */
 
 .section-client-home{
	background: #F0F1F2; 
	min-height: 150px; 
 }
 
 .section-client-home p{
	 font-weight: 700;
    font-size: 25px;
	color: #3C4858;
 }
 
 .clients-container-static{
	display: flex;
    justify-content: center;
	flex-wrap:wrap;
}
  
 .client-slider .slick-slide img {
    max-width: 150px !important;
}

.clients-container-static img{
	max-width: 150px !important;
}
 
 /* Opportunities */
 .op-page-container{
	 background-color:#53AD6F;
 }
 
 .job-cards{
	 display: flex;
     flex-wrap: wrap;
     justify-content: center;
 }

 .job-cards .g-brd-around{
	 min-height:550px;
 }
 
 .job-cards h4{
	 font-weight: 500 !important;
 }
 
 /* Solution Experience */
 .cs-tab-item{
	background: #FCFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding:8px;
	border: 1px solid #d1d1d1;
}

 .active > .cs-tab-item{
	background: #CAE3E8 !important;
 }

 .cs-client-img{
	 display:block;
	 margin:0 auto;
 }
 
  .cs-client-img img{
	 display:block;
	 margin:0 auto;
	 max-height:250px;
 }
 
 .se-page-container .tabs section{
	 background-color:transparent !important;
	 padding:15px;
 }
 
 .cs-block{
	 background-color:#CAE3E8;
     border-radius: 15px;
	 padding:30px;
 }
 
 .cs-block-item{
	 background-color:#007C7F;
	 color:white;
	 margin: 0 0 15px;
     border-radius: 20px;
	 padding:15px;
 }
 
 .cs-block-item-img{
	 display: flex;
     align-items: center;
	 justify-content:center;
 }
 
 .cs-block-item-img img{
     max-height:320px;
 }
 
 .cs-block-item p{
    text-align:justify;
 }
 
 .cs-block-item .text-obl{
	text-align: center !important;
    font-weight: 500;
    font-style: oblique;
 }
 
.cs-block-item:nth-child(2n+1) .cs-block-item-img img{
	margin-bottom:20px;
}
 
 /* CS-Block Accordian Mobile */
.cs-block .panel-group .panel{
	background-color:#007C7F;
	 color:white;
	 margin: 0 0 15px;
     border-radius: 20px;
	 padding:15px;	
}

.cs-block-web{
	display:none;
}

.cs-block .panel-group .panel .panel-heading a{
	border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    box-shadow: none !important;
    height: 20px;
    line-height: 0;
    padding: 15px;
	max-width: 130px;
    border-radius: 5px;
}

.cs-block .panel-group .panel .panel-heading a:hover {
    border: 1px solid #fff;
    background-color: #ffffff;
    color: #007C7F;
}

.cs-block .panel-group .panel .panel-heading a{
	display:none;
}

.cs-block .panel-group .panel .panel-heading a.collapsed{
	display:block;
}	

@media all and (min-width: 768px){
	.h-banner-text {
		max-width: 750px;
	}
	
	#slider_1003{
		display: none;
	}
	
	#slider_1000{
	  display: block;
    }
	
	.cs-block-item{
	    display:flex;
    }
	
	.cs-block-item:nth-child(2n+2){
		flex-direction: row-reverse;
	}
	
	.cs-block-item:nth-child(2n+1) .cs-block-item-img img{
	margin-bottom:0;
    }
	
	 /* CS-Block Accordian Mobile */
	.cs-block .panel-group{
		display:none !important;
    }
	
	.cs-block-web{
		display:block !important;
	}
	
	/* CS-Block ten columns */
	.ten-columns > .col-sm-2 {
    width: 20%;
    }
}

@media all and (min-width: 992px){
	.h-banner-text {
		max-width: 970px;
	}
	
	.op-page-img img{
	 position: absolute;
     top: 50%;
     transform: translate(0, 45%);
    }
}

@media all and (min-width: 1200px){
	.h-banner-text {
		max-width: 1170px;
	}
	
	.op-page-img img{
	 position: absolute;
     top: 50%;
     transform: translate(0, 20%);
    }
}


@media screen and (max-width: 1024px) {
  .image-grid figure{
   display:none
  }
}

@keyframes clientBackgroundTransform {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-2900px);
  }
}

.anchor-scroll-to {
  display: block;
  height: 92px;
  margin-top: -92px;
  visibility: hidden;
}

.careers-hero-section {
  border-top: 3px solid #53AD6F;
}

.careers-gptw-section img {
  height: 170px;
  margin: 0 auto;
}

.careers-gptw-section .p-gptw {
  margin: 0;
  font-size: 20px;
}

@media (min-width: 992px) {
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .text-md-right {
    text-align: right !important;
  }
  
}

@media (min-width: 769px) {
  #carousel-hestia-generic .hestia-title {
    font-size: 88px;
    margin-bottom: -10px;
  }

  #carousel-hestia-generic span.sub-title {
    font-size: 24px;
    margin-top: 0;
  }

}

@media only screen and (max-width: 992px) {
  .hestia-clients-bar .clients-bar-wrapper {
    width: auto;
    display: block;
    animation-play-state: paused;
    height: auto;
    flex-wrap: wrap;
    overflow: auto;
    margin-top: -70px;
  }

  .hestia-clients-bar .clients-bar-wrapper li img {
    max-width: 100%;
    height: auto;
    filter: grayscale(0);
  }

  .text-justify {
    text-align: left !important
  }

  .c-desc-img {
    display: none;
  }
  
  .ap-sec-container .ap-sec-step-num{
	font-size: 45px;
	line-height: 60px;
  }
  
  .op-page-container .g-py-100{
	  padding-bottom:0 !important;
  }
  
  .cs-block{
	 background-color:#CAE3E8;
     border-radius: 15px;
	 padding:15px;
   }
  
}

@media only screen and (max-width: 768px) {
  .img-404 {
    max-width: 300px;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu {
    display: block;
  }

  #technology {
    display: none;
  }
  
   .ap-sec-container .ap-sec-step-img{
	 width:70px;
	 height:70px;
   }
   
   .se-link-image-container{
	  display: none;
   }
   
   	#slider_1003{
		display: block;
	}
	
	#slider_1000{
	   display: none;
    }
	
	.ap-sec-container .ap-sec-step-left:nth-child(1){
	   min-height:0;
    }
  
	.ap-sec-container .ap-sec-step-left, .ap-sec-container .ap-sec-step-right{
	   display: flex;
	   justify-content: center;
	   border-radius: 5px 5px 0 0;	
	}
	  
	.ap-sec-container .ap-sec-step-left p, .ap-sec-container .ap-sec-step-right p{
	   margin-right:15px;	
	}
	
	.ap-sec-container .ap-sec-details-left, .ap-sec-container .ap-sec-details-right{
	   border-radius: 0 0 5px 5px;	
	}
}

@media screen and (max-width: 576px) {
		
	/* Values */
	.vl-container .media {
		display:block;
	}
	
	.vl-container .media img{
		margin: 0 auto;
	}
	
	.vl-container .media .media-body h3 {
		text-align: center;
	}
	
	/* Careers */
	.section-wyg-itm{
		height:auto;
	}
	
	.n-icon-text-combo{
		position: relative !important;
		max-width: 100%;
		top: 10px;
		line-height:20px;
	}
	
	.section-wyg .section-wyg-itm{
		height:auto;
		min-height:85px;
	}
}



/*# sourceMappingURL=custom.css.map */