/*
Theme Name: Novasoft
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novasoft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Novasoft is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ========================================================================
   Component: Typography
 ========================================================================== */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

html {
  font-family: 'Montserrat', sans-serif;
}
body {
    font-size: 16px;
}
h2, h3, h4, h5, h6, .bold-text {
  font-family: 'Montserrat', sans-serif;  
}
h2 {  
  color: #00635a;
}
h1, .light-text {
  font-family: 'Montserrat', sans-serif;
}
header p {
    font-size: 18px;
	height: 130px;
    overflow: auto;
}



 html {
  font-size: 1em;
  line-height: 1.4;
 scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
li {
/*   list-style: bullets; */
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:hover {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #3498db;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #3498db;
  color: #fff;
  text-shadow: none;
}
/* ==========================================================================
   1.2 Helper classes
   ========================================================================== */
/*
 * 1. Orange.
 */
/*
 * 2. Green.
 */
/*
 * 3. Blue.
 */
/*
 * 4. Blue Nutshell
 */
.main-bg {
  background: #3498db;
}
.main-color {
  color: #3498db;
}
.main-bg-green {
  background: #00635a;
}
.main-color-green {
  color: #00635a;
}
.white-color {
  color: #fff;
}
.button {
  padding: 20px 60px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-shadow: none;
}
.button:hover {
  cursor: pointer;
  color: #fff;
}
.button.light {
  padding: 19px 59px;
}
.line {
  width: 80px;
  height: 2px;
  margin-top: 15px;
}
.button.light {
  border: 2px solid #eeeeee;
}
.padding-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-top-large {
  padding-top: 90px;
}
.margin-top-large {
  margin-top: 90px;
}
.margin-bottom-large {
  margin-bottom: 90px;
}
.margin-top-medium {
  margin-top: 40px;
}
.margin-bottom-medium {
  margin-bottom: 40px;
}
.margin-bottom-small {
	margin-bottom: 25px; 

}
.margin-right-small {
  margin-right: 15px;
}
.margin-left-small {
  margin-left: 15px;
}
.mat-none {
  margin-top: 0;
}
.mab-none {
  margin-bottom: 0;
}
.mar-none {
  margin-right: 0;
}
.mal-none {
  margin-left: 0;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}

.text-center {text-align: center;}
/* ========================================================================
 1.3 Component: Fullscreen menu
 ========================================================================== */
.top-animate {
  background: #00635a !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: #00635a !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
}
.top-menu {
  top: 5px;
}
.mid-menu {
  top: 13px;
}
.bottom-menu {
  top: 21px;
}
.menui {
  background: #fff;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}
.menu-trigger {
  z-index: 999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 20px;
  right: 70px;
}
.mobilenav {
  font-family: inherit;
  top: 0;
  right: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 30%;
  height: 100%;
  background: rgb(255 255 255 / 0.9);
  text-transform: uppercase;
}
.mobilenav li {
  list-style-type: none;
/*   text-align: center; */
  padding: 10px;
  font-size: 170%;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
}
.mobilenav li:last-child span {
  border-bottom: none;
}
.mobilenav li:hover {
  cursor: pointer;
}
.nav-label {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: block;
  width: 90%;
  margin: 0 auto;  
}
.mobilenav li:first-child {
  margin-top: 60px;
}
/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 171, 102, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* General button style (reset) */
.portfolio-wrapper .button {
  padding: 20px 60px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.portfolio-wrapper .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.portfolio-wrapper .button:hover,
.button:active {
  color: #3498db;
}
.portfolio-wrapper .button:hover:after {
  height: 260%;
  opacity: 1;
}
.portfolio-wrapper .button:active:after {
  height: 400%;
  opacity: 1;
}
  /* ========================================================================
	2.1 Component: Header
   ========================================================================== */
  header {
	position: relative;
	  
  }
  header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.6;
	background: #000;
  }
  header .carousel,
  header .item,
  header .active {
	height: 100vh;
  }

.carousel-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;  
	transform: translate(-50%, -50%);
	height: fit-content;
  }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	top: 45%!important;
}
  .carousel-inner {
	min-height: 500px;
	height: 100%;
  }
  .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
  }
  .carousel-indicators li {
	width: 40px;
	height: 4px;
	border: none;
	border-radius: 0;
	background: #fff;
  }
  .carousel-indicators .active {
	width: 40px;
	height: 5px;
	background: #3498db;
  }
  
  .carousel-caption h1 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 2rem;
    height: 5rem;	
	overflow: auto;
  }
  .carousel-control.left,
  .carousel-control.right {
	background: none;
  }
  .icon-prev,
  .icon-next {
	font-size: 60px !important;
  }
  .logo-container {
	position: fixed;
	top: 20px;
	left: 93px;
	z-index: 10;
  }
.logo-container img {
    filter: drop-shadow(2px 4px 6px black);
}
  /* ========================================================================
	2.2 Component: Call To ACTION
   ========================================================================== */
  .call-to-action {
	padding: 15px;
	color: #eeeeee;
	font-size: 18px;
	position: relative;
  }
  .call-to-action p {
	margin: 20px;
  }
  /* ========================================================================
	2.3 Component: About Us
   ========================================================================== */
  .about-us {
	background: url("assets/img/about-us-bg.jpg") no-repeat center fixed;
	background-size: cover;
	position: relative;
  }
  .about-us .overlay {
	background: rgba(238, 238, 238, 0.95);
  }
  .about-us .jumbo-text {
	text-transform: uppercase;
	color: #272727;
	font-size: 40px;
  }
  .about-us p {
	color: #484848;
/* 	line-height: 24px; */
  }
  .about-us img {
	margin-top: -50px;
  }
  .panel {
	background: none;
	border: none;
	box-shadow: none;
  }
  .panel-default > .panel-heading {
	background: #00635a;
	color: #f3eff0;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;
  }
  .panel-heading {
	padding: 0;
  }
  .panel-title > a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px 15px;
  }
  .collapsed {
	background: #ededed !important;
	color: #222;
  }
  .collapsed strong,
  .collapsed .state {
	color: #222222;
  }
  .state {
	font-size: 18px;
	line-height: 18px;
  }
  /* ========================================================================
	2.4 Component: Case Study
   ========================================================================== */
  .case-study .col-md-6 {
	padding: 0;
	cursor: pointer;
	color: #fff;
	height: 450px;
	transition: background .5s;
  }
/*   .case-study .overlay {
	padding-left: 200px;
	padding-right: 50px;
	transition: background .5s;
  } */
  .our-strength .overlay {
	padding-right: 100px;
	padding-left: 50px;
	transition: background .5s;
/* 	background: #0000005e; */
	  background: #0000005e;
	  height: 100%;
  }
/*   .case-study .case-study-left {
	
  } */
/*   .case-study .case-study-right {
	background: url("assets/img/case-study/bf-right.jpg") no-repeat;
	background-size: cover;
  } */
/*   .case-study .overlay:hover {
	width: 100%;
	background: rgb(0 99 90 / 70%);
  } */
  .case-study h3 {
	text-shadow: 1px 1px 1px #444;
/* 	font-size: 28px; */
/* 	font-weight: bold;
	  height:124px; */
  }
  .case-study .description p {
	height: 137px;
	  overflow:hidden;
  } 
.case-study .description a {
	margin-top:12px;
	
}
  /* ========================================================================
	2.5 Component: Why choose us
   ========================================================================== */
  .why-choose-us .icon {
	font-size: 35px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border: 1px solid #efefef;
	display: inline-block;
	border-radius: 4px;
  }
  .why-choose-us .icon i {
	color: #3498db;
  }
  .why-choose-us h4 {
	margin: 15px 0 20px;
	color: #000;
  }
  .why-choose-us p {
	color: #aaaaaa;
  }
  .why-choose-us .service {
	padding: 5px;
	margin-bottom: 50px;
	cursor: pointer;
  }
  .why-choose-us .service:hover > .icon {
	background: #3498db;
	color: #fff;
	transition: all .85s;
  }
  .why-choose-us .service:hover > .icon i {
	color: #fff;
	transition: all .85s;
  }
  /* ========================================================================
	2.6 Component: Our Skills
   ========================================================================== */
  .skill-bar li .wrapper {
	margin-bottom: 30px;
	border-radius: 3px;
	background: #dddddd;
  }
  .skill-bar li span {
	height: 25px;
	width: 0px;
	display: block;
	border-radius: 3px;
  }
  .skill-bar li span {
	overflow: visible!important;
	position: relative;
  }
  .skill-bar li span {
	background: #3498db;
  }
  .our-skills .skill-people img {
	height: 300px;
  }
  /* ========================================================================
	2.7 Component: Processes
   ========================================================================== */
  .processes {
	background: url("assets/img/process-bg.jpg") no-repeat center fixed;
	background-size: cover;
	color: #fffeff;
  }
  .processes .overlay {
	background: rgba(0, 8, 5, 0.85);
  }
  .processes .icon-container {
	margin-right: 25px;
	font-size: 24px;
  }
  .processes .feature {
	margin: auto;
	padding-left: 37px;
	padding-right: 37px;
	margin-bottom: 45px;
  }
  .feature:last-child {
	margin-bottom: 0;
  }
  .processes .description {
	width: 90%;
  }
  .processes .process-bar {
	height: 125px;
	width: 125px;
	line-height: 125px;
	font-size: 24px;
	display: inline-block;
  }
  .processes .discussion {
	border-radius: 3px 3px 0 3px;
  }
  .processes .check {
	border-radius: 3px 3px 3px 0;
  }
  .processes .idea {
	border-radius: 3px 0 3px 3px;
  }
  .processes .office {
	border-radius: 0 3px 3px 3px;
  }
  .processes .process-bar.main-bg-green {
	margin-right: 100px;
  }
  .processes .process-bar.right {
	border: 3px solid #00635a;
  }
  .processes .lines {
	height: 55px;
	width: 110px;
	margin: -3px auto -3px;
	border-right: 3px solid #00635a;
	border-left: 3px solid #00635a;
	border-bottom: 3px solid #00635a;
  }
  /* ========================================================================
	2.8 Component: Our Team
   ========================================================================== */
  .our-team {
	background: #eee;
  }
  .our-team .team-member {
	border: 1px solid #3498db;
	width: 220px;
	height: 300px;
	overflow: hidden;
  }
  .our-team .team-member:hover > .team-overlay {
	margin-top: -297px;
	transition: all .85s;
  }
  .our-team img {
	width: 100%;
  }
  .our-team .team-overlay {
	margin-top: 0px;
	width: 220px;
	color: #fff;
	margin-left: -2px;
	position: relative;
  }
  .our-team .team-overlay .info {
	height: 240px;
	padding: 100px 20px 20px 20px;
	background: rgba(52, 152, 219, 0.9);
  }
  .our-team .team-overlay .learn-more {
	height: 60px;
	line-height: 60px;
	width: 100%;
	text-align: center;
	background: #2980b9;
	position: relative;
	cursor: pointer;
  }
  .our-team .description {
	padding: 40px 0;
  }
  .our-team .description h3 {
	text-transform: uppercase;
  }
  .our-team .description .about {
	font-size: 14px;
	color: #555;
  }
  .our-team .description .member-skill {
	display: inline-block;
  }
  /* ========================================================================
	2.9 Component: Testimonail
   ========================================================================== */
  .testimonial {	
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(http://novasoft.sa/wp-content/uploads/2023/07/HAPPY-CUSTOMERS.webp) no-repeat fixed;
	background-size: cover;
  }
  .testimonial-carousel .item {
	padding: 25px 40px 40px;
	background: rgba(34, 34, 34, 0.8);
	border-radius: 4px;
  }
.testimonial-carousel .item p {
    font-style: italic;
    font-size: 24px;
    line-height: 2rem;
    height: 12rem;
}
/*   .testimonial-carousel .item p {
	font-style: italic;
	font-size: 24px;
  } */
  .testimonial-carousel .item .client img,
  .testimonial-carousel .item .client ul {
	display: inline-block;
	vertical-align: middle;
  }
  .testimonial-carousel .item .client img {
	height: 50px;
	width: 50px;
	max-width: 100%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
  }
  .testimonial-carousel .item .client-info {
	margin-left: 10px;
  }
  .testimonial-carousel .item .client-info li {
	text-align: center;
  }
  .testimonial-carousel .item .client-info li:first-child {
	font-size: 18px;
  }
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #3498db;
  }

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}
  /* ========================================================================
	2.10 Component: Portfolio
   ========================================================================== */
  .portfolio .line {
	margin: 15px auto 45px;
  }
  .portfolio .subtitle {
	font-size: 20px;
  }
  .portfolio p {
	color: #6b6b6b;
	font-size: 14px;
	margin-top: 10px;
  }
  .portfolio .filters {
	color: #9e9e9e;
  }
  .portfolio .filters li {
	display: inline;
  }
  .portfolio .filters li a {
	margin: 0 5px;
	color: #9e9e9e;
  }
  .portfolio .filters .active {
	color: #00635a;
	text-decoration: none;
  }
  .portfolio .portfolio-item {
	width: 25%;
	overflow: hidden;
	padding: 0;
	margin: 0;
  }
  .portfolio .portfolio-item a {
	position: relative;
	display: block;
	color: #fff;
  }
  .portfolio .portfolio-item a .portfolio-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 4;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	padding: 125px 20px;
  }
  .portfolio .portfolio-item a img {
	width: 100%;
	transition: all 1.2s linear;
  }
  .portfolio .portfolio-item a:hover > .portfolio-overlay {
	opacity: 1;
  }
  .portfolio .portfolio-item a:hover > img {
	transform: scale(1.2);
  }
  .portfolio > .button {
	border-color: #333;
	font-weight: normal;
	color: #333;
	position: relative;
	z-index: 10;
  }
  .portfolio > .button i {
	font-size: 22px;
  }
  .filters li a:after {
	content: "/";
	margin-left: 10px;
	color: #9e9e9e;
  }
  .filters li:last-child > a:after {
	content: "";
  }
  /* ========================================================================
	2.11 Component: Promote
   ========================================================================== */
  .promote {
	padding: 25px;
	color: #eeeeee;
	font-size: 18px;
	position: relative;
  }
  .promote p {
	margin: 20px;
  }
  .promote .button {
	display: inline-block;
  }
  .promote .deep {
	background: #2980b9;
  }
  /* ========================================================================
	2.12 Component: We are hiring
   ========================================================================== */
  .we-are-hiring {
	background: #f4f4f4;
	border-top: 1px solid #e5e5e5;
  }
  .we-are-hiring h2 {  
	font-size: 36px;
  }
  .we-are-hiring p {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
  }
  .we-are-hiring .upload-cv {
	background: #fff;
	height: 300px;
	width: 300px;
	margin: 20px auto 0;
	padding: 15px;
	border: 1px solid #dbd8d8;
  }
  .we-are-hiring .upload-cv .inner {
	padding: 65px;
	border: 2px dashed #dbd8d8;
	color: #666666;
  }
  .we-are-hiring .inner i {
	font-size: 80px;
  }
  /* ========================================================================
	2.13 Component: Twitter
   ========================================================================== */
  .twitter {
	background: url("assets/img/twitter-bg.jpg") no-repeat center top fixed;
	background-size: cover;
	color: #fff;
  }
  .twitter .overlay {
	background: rgba(27, 28, 29, 0.9);
  }
  .twitter .icon {
	font-size: 120px;
  }
  .twitter .icon i {
	transition: 1.2s;
	cursor: pointer;
  }
  .twitter .icon i:hover {
	-webkit-transform: rotate(360deg) scale(1.2);
	-moz-transform: rotate(360deg) scale(1.2);
	-o-transform: rotate(360deg) scale(1.2);
	transform: rotate(360deg) scale(1.2);
	color: #00aced;
  }
  .twitter .tweet-text {
	font-size: 16px;
	line-height: 1.5em;
  }
  /* ========================================================================
	2.14 Component: Map
   ========================================================================== */
  #map-container {
	height: 500px;
	width: 100%;
  }
  /* ========================================================================
	2.15 Component: Send Message
   ========================================================================== */
  .send-message {
	padding: 20px;
  }
  .send-message .send-icon {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	background: #3498db;
	border-radius: 50%;
	line-height: 60px;
	margin-top: -60px;
	font-size: 20px;
	position: relative;
  }
  .send-message p {
	font-size: 30px;
  }
  .send-message:hover {
	cursor: pointer;
  }
  .send-message .modal-lg {
	width: 700px;
  }
  .modal .modal-content {
	box-shadow: none;
	border-radius: 0;
	border: 0;
	position: relative;
  }
  .modal .close {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #333;
	opacity: 1;
	height: 40px;
	width: 40px;
	color: #FFF;
	font-size: 28px;
	line-height: 45px;
	outline: none;
	z-index: 10;
  }
  .modal .close span {
	outline: none;
  }
  .modal .modal-body {
	padding: 40px 60px;
  }
.form-bg{
	background: url("assets/img/form_bg.jpg")
}
.form-bg h2 {
	color: #fff;
}
  .modal .member-info {
	padding: 0;
  }
  .modal input {
	height: 50px;
/* 	  input-size:"25" */
  }
  .modal input,
  .modal textarea {
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 18px;
  }
  .modal input:focus,
  .modal textarea:focus {
	border-color: #3498db;
	box-shadow: none;
  }
  .modal textarea {
	resize: none;
  }
  .modal .button {
	width: 100%;
	border-radius: 0;
	padding: 15px 60px;
	text-align: center;
	  margin:0;
  }
  .form-control::-webkit-input-placeholder {
	color: #949494;
	font-style: italic;
  }

  

/*footer*/
.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding: 70px 0 0 0;
    background: url(assets/img/footer.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    color: #fff;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00635a;
    opacity: 0.9;
}
/* .footer > .row {
    position: relative;
    z-index: 2;
}
.footer .heading,
.footer .heading-center {
    font-size: 20px;
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 30px;
}
.footer hr {
    border-top: solid 1px rgba(255,255,255,0.2);
    border-bottom: none;
}
.footerUls {
    display: block;
    margin: 0 0 15px 15px;
}
.footerUls li {
    list-style-type: circle;
    padding: 4px 0;
    color: #fff;
}
.footerUls li a {
    color: inherit;
}
.footerUls li a:hover {
    text-decoration: underline;
    color: #eee;
}

.addressInfo {
    display: block;
    position: relative;
    color: inherit;
}
.addressInfo h4 {
    font-size: 20px;
	margin-bottom: 20px;
}
.addressInfo p {
    margin: 0 0 7px 0;
    color: inherit;
}
.addressInfo p a,
.addressInfo a {
    color: inherit;
}
.addressInfo a:hover {
    text-decoration: underline;
}
.addressInfo i {
    width: 30px;
}

.footer-social {
    display: block;
    margin-top: 15px;
}
.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}
.footer-social a i {
    height: inherit;
    line-height: inherit;
}
.footer-social a:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}
.footer-social .footerfacebookLink {
    background: #204385;
}
.footer-social .footertwitterLink {
    background: #2aa9e0;
}
.footer-social .footeryoutubeLink {
    background: #eb2429;
}
.footer-social .footerlinkedinLink {
    background: #02669a;
}
.footer-social .footerpinterestLink {
    background: #ca2128;
}
.footer-social .footergoogle-plusLink {
    background: #d3492c;
} */
/*footerStrip*/
.footerStrip {
    display: block;
    clear: both;
    background: #00635a;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}
.footerStrip a {
    color: inherit;
    font-weight: bold;
}
.footerStrip a:hover {
    text-decoration: underline;
    color: #eee;
}
.footer-social {
    display: inline-block;
    margin-top: 15px;
}


/* Contact Form  */

/* CONTACT US */
.enquiry-form {
    position: relative;
}
.enquiry-form label {
    display: block;
    color: #222;
}
.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.enq-formgroup i {
    display: none;
    width: 40px;
    height: 40px;
	background: #00635a;
	color: #fff;
    line-height: 40px;        
    border-radius: 0 20px 20px 0;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.enquiry-form input {
    display: block;
    width: 100%;
    text-indent: 15px;
    height: 40px;
    border: solid 1px #ddd;
    font-family: sans-serif;
    background: transparent;
	margin:20px;
}
.enquiry-form textarea {
    display: block;
    width: 100%;
    text-indent: 15px;
    height: auto;
    padding: 5px 0;
    border: solid 1px #ddd;
    font-family: sans-serif;
    background: transparent;
}

.enquiry-form .btn-primary {
    background: #00635a !important;
    color: #fff;
    border-color: transparent;
}

/*quicklinks*/
.quicklinks {
    display: block;
    position: relative;
    margin: 0 0 0 16px;
    padding: 0;
}
.quicklinks ul {
    margin: 0;
    padding: 0;
}
.quicklinks li {
    list-style-type: disc;
}
.quicklinks li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 6px 0;
}
.quicklinks li a:hover {
    color: #eee;
    text-decoration: underline;
}

  .back-to-top {
	  display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	background: #3498db;
	cursor: pointer;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	-webkit-animation: pulse 1s linear 0s infinite alternate;
	-moz-animation: pulse 1s linear 0s infinite alternate;
	-o-animation: pulse 1s linear 0s infinite alternate;
	animation: pulse 1s linear 0s infinite alternate;
  }
  @-webkit-keyframes pulse {
	from {
	  -webkit-transform: scale3d(1, 1, 1);
	}
	to {
	  -webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
  }
  @-moz-keyframes pulse {
	from {
	  -moz-transform: scale3d(1, 1, 1);
	}
	to {
	  -moz-transform: scale3d(1.1, 1.1, 1.1);
	}
  }
  @keyframes pulse {
	from {
	  transform: scale3d(1, 1, 1);
	}
	to {
	  transform: scale3d(1.1, 1.1, 1.1);
	}
  }

/* whtsappbtn */
.whtsappbtnFixed {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 3px;
    z-index: 100;
    color: #fff;
    font-size: 30px;
    background: #4ac659;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.whtsappbtnFixed:hover,
.whtsappbtnFixed:active,
.whtsappbtnFixed:focus {
    background: #fff;
    color: #4ac659;
    box-shadow: 0 10px 50px rgba(0,0,0,0.3);
}

.fixed-img-contact {
	display: block;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
	cursor: pointer;
	width: auto;
	height: 200px;
	transform: translate(0, -50%);
	transition: 0.3s ease;
}
.fixed-img-contact:hover {	
	height: 300px;
}
    
  /* Blogs News */
  
  .news-wrap {
	  width: 100%;
	  padding: 30px 0;
  }
  
  .news-grid {
	  width: auto;
	  position: relative;
	  background: #fff;
	  border-radius: 5px;
	  overflow: hidden;
	  border: 1px solid #ddd;	/*box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);*/
	  margin: 10px;
  }
.news-grid-txt h2 {
		height: 115px;
	}
  
  .news-grid-image {
	  width: 100%;
	  height: 280px;
	  overflow: hidden;
  }
  
  .news-grid-image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  transition: .5s;
  }
  
  .news-grid-box {
	  display: block;
	  position: absolute;
	  text-align: center;
	  background: #00635a;
	  left: -80px;
	  top: 15px;
	  padding: 10px;
	  transition: .5s;
  }
  
  .news-grid-box h1 {
	  color: #fff;
	  font-size: 30px;
	  font-weight: 400;
	  letter-spacing: 2px;
	  padding-bottom: 5px;
	  border-bottom: 1px solid rgba(255, 255, 255, .3);
	  margin-bottom: 5px;
  }
  
  .news-grid-box p {
	  color: #fff;
	  font-size: 14px;
	  font-weight: 400;
	  margin-bottom: 0px;
  }
  
  .news-grid-txt {
	  padding: 25px;
  }
  
  .news-grid-txt span {
	  color: #00635a;
	  font-size: 13px;
	  font-weight: 500;
	  letter-spacing: 4px;
	  text-transform: uppercase;
  }
  
  .news-grid-txt h2 {
	  color: #111;
	  font-size: 20px;
	  font-weight: 500;
	  letter-spacing: 1px;
	  margin: 10px 0px 5px 0px;
  }
  
  .news-grid-txt ul {
	  padding: 0;
	  margin: 0;
  }
  
  .news-grid-txt ul li {
	  list-style: none;
	  display: inline-block;
	  color: #999;
	  font-size: 14px;
	  font-weight: 300;
	  margin: 8px 10px 8px 0px;
	  letter-spacing: 1px;
  }
  
  .news-grid-txt ul li i {
	  color: #00635a;
	  font-size: 14px;
	  font-weight: 500;
	  margin-right: 5px;
  }
  
  .news-grid-txt p {
	  color: #222;
	  font-size: 14px;
	  font-weight: 300;
	  line-height: 170%;
	  letter-spacing: 1.5px;
	  border-bottom: 1px solid #ececec;
	  padding-bottom: 15px;
	  margin-bottom: 25px;
  }
  
  .news-grid-txt a, .blog-temp-a {
	  color: #fff;
	  background:#00635a;
	  padding: 8px 20px;
	  border-radius: 50px;
	  font-size: 14px;
	  font-weight: 300;
	  line-height: 30px;
	  letter-spacing: 1px;
	  text-decoration-line: none;
	  transition: .5s;
  }

.blog-temp-a:hover {
	background:#00302b;
	color: #fff;
}
  
  /*OWL*/
  .owl-controls .owl-buttons {
	  position: relative;
  }
  
  .owl-controls .owl-prev {
	  position: absolute;
	  left: -40px;
	  bottom: 230px;
	  padding: 8px 17px;
	  background: #00635a!important;
	  border-radius: 50px;
	  transition: .5s;
  }
  
  .owl-controls .owl-next {
	  position: absolute;
	  right: -40px;
	  bottom: 230px;
	  padding: 8px 17px;
	  background: #00635a!important;
	  border-radius: 50px;
	  transition: .5s;
  }
  
  .owl-controls .owl-prev:after, .owl-controls .owl-next:after {
	  content: '\f104';
	  font-family: FontAwesome;
	  color: #fff;
	  font-size: 16px;
  }
  
  .owl-controls .owl-next:after {
	  content: '\f105';
  }
  
  .owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
	  background: #000;
  }

@media screen and (max-width: 768px) {
	.mobilenav {
	  font-family: inherit;
	  top: 0;
	  right: 0;
	  z-index: 999;
	  display: none;
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  background: rgb(255 255 255 / 0.9);
	  text-transform: uppercase;
	}
}


/* Same height */
@media only screen and (min-width: 1097px) {
	.news-grid-txt p {
	height: 160px;
    overflow: hidden;
	}
	.what-we-are-txt h2 {		
    height: 60px;
	}
	.what-we-are-txt p {
	height: auto;    
	}
}


/* Inner Page Designs */

/*innerBannerSection*/
.innerBannerSection {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #999;
}
.innerBannerSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*     background: #3498db;     */
/* 	background: #3498db99; */
	background: linear-gradient(165deg, rgb(0 99 90 / 60%) 100%, rgb(255 255 255 / 80%) 0%);
}
/*  .innerBannerSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.innerBannerSection .innerBannerSectionHead {
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    padding: 200px 0 0 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: auto;
}
.innerBannerSection .innerBannerSectionHead h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: normal;
    font-size: 45px;
    padding-bottom: 50px;
}

.inner-image img {
    padding: 5px!important;
    border: solid 1px #ccc!important;
    object-fit: cover!important;
    max-width: 100%!important;
}

.h-40 {
	height: 40px!important
}
.h-50 {
	height: 50px!important;
}
.h-60 {
	height: 60px!important;
}
.h-70 {
	height: 70px!important;
}
.h-80 {
	height: 80px!important;
}
.h-90 {
	height: 90px!important;
}
.h-100 {
	height: 100x!important;
}

.elementor-social-icon {
	background: transparent!important;
}

.btn-success {
  color: #fff;
  background-color: #00635a;
  border-color: #00635a;
  transition: 0.3s ease;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #013732;
  border-color: #013732;
}

.footer a {
    color: #fff;
}

.footer-numbers .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0!important;
}


/* Responsive Code */

/* ========================================================================
   Component: Responsive Fix
 ========================================================================== */
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1200px) {
  .menu-trigger {
    right: 80px;
  }
  .logo-container {
    left: 71px;
  }
  .processes .icon-container {
    margin-right: 15px;
  }
	.news-grid-txt p {
    line-height: 1.4;
    height: 206px;
    overflow-x: scroll;
}
	.news-grid-txt h2 {
		height: 130px;
	}
}
@media only screen and (max-width: 1024px) {
  .button {
    padding: 20px 45px;
  }
  .button.light {
    padding: 18px 40px;
  }
  .case-study-left .overlay {
    padding-left: 100px;
  }
  .case-study-right .overlay {
    padding-right: 100px;
  }
  .button-container {
    margin-top: 15px;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (max-width: 992px) {
  .menu-trigger {
    right: 65px;
  }
  .logo-container {
    left: 55px;
  }
  .about-us img {
    margin-top: 50px;
  }
  .process-interactive {
    margin-bottom: 90px;
  }
	
}
/*Tablet Pottrait size to standerd 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .button {
    padding: 20px 24px;
  }
  .button.light {
    padding: 18px 24px;
  }
  .we-are-hiring .upload-cv {
    margin-top: 135px;
  }
}
/* All Mobile Sizes (devices and browers) */
@media only screen and (max-width: 767px) {		
	
	.footer-numbers .elementor-widget-wrap>.elementor-element {
    margin-bottom: 5px;
}
	p {
    font-size: 16px;
}
	.footerStrip {
		padding: 15px 10px;
	}
	
	.testimonial-carousel .item p {
    font-style: italic;
    font-size: 20px;
    line-height: auto;
    height: 320px;
}
  .logo-container {
    left: 35px;
  }
  .row.margin-top-large.d-flex.justify-content-center {
    display: block;
  }
  .case-study .col-md-6 {
/* 	height: auto; */
  }
  .our-strength .overlay {
    padding-right: 30px;
	padding-left: 50px;
  }
  .call-button .button {
    float: none !important;
    margin-bottom: 20px;
  }
  .call-to-action {
    text-align: center;
  }
  .call-to-action .button {
    float: none !important;
  }
  .button-container {
    text-align: center;
  }
  .our-team .description {
    padding: 40px 10px;
  }
  .our-team .description .member-skill {
    margin: 10px 0;
  }
  .send-message .modal-lg {
    width: auto;
  }
	
/* 	Inner Pages */
	.innerBannerSection .innerBannerSectionHead h1 {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 50px;
}
	
/* End Inner Page	 */
	
}
@media only screen and (max-height: 600px) {
  .mobilenav li {
    font-size: 120%;
  }
  .portfolio .portfolio-item a .portfolio-overlay {
    padding: 200px 20px;
  }
}
/*Mobile Landscape Size to Tablet Portrait  (devices and browers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-trigger {
    right: 45px;
  }
  .carousel-caption {
    top: 15%;
  }
  .carousel-caption h1 {
    font-size: 42px;
  }	
}
/* Mobile Portrait SIze to Mobbile Landsscape Size (devices and browers) */



	
	
@media only screen and (max-width: 479px) {
  h2 {
    text-align: center;
	 line-height: 1.2!important;
  }
	.hamburger {
    filter: drop-shadow(2px 4px 6px black);
}
  .line {
    margin-left: auto;
    margin-right: auto;
  }
  .menu-trigger {
    right: 20px;
    top: 20px;
  }
  .logo-container {
    left: 20px;
    top: 33px;
  }
  .carousel-indicators li {
    width: 30px;
  }
	.carousel-caption {
		width:64%;		
	}

  .carousel-caption h1 {
    font-size: 20px;	 
    font-weight: 600;
	  height: 6rem;
  }
	.carousel-control {
		width: 20%;
	}
	header p {
    font-size: 15px;
	height: 110px;
		margin-bottom: 25px;
	}
  .button-container {
    margin-top: 25px;
  }
  .about-us .jumbo-text {
    font-size: 26px;
	padding: 0 5px;
  }
  .processes .process-bar.main-bg {
    margin-right: 40px;
  }
  .processes .lines {
    width: 50px;
  }
  .processes .icon-container {
    margin-right: 0;
  }
  .processes .description {
    width: 85%;
  }
  .promote span {
    display: block;
    margin: 10px;
  }
  .promote .button.light {
    margin-bottom: 20px;
  }
  .footer li {
    margin: 0 5px 10px 0;
  }
	.owl-controls .owl-prev {
		left: 0;
	}
	.owl-controls .owl-next {
		right: 0;
	}	
	#industries-slider .owl-controls .owl-prev {
		bottom: 160px;
	}
	#industries-slider .owl-controls .owl-next {
		bottom: 160px;
	}
	
	.news-grid-image {
		height: 180px;
	}
	.news-grid-txt h2 {
		font-size: 17px;
		margin: 0 0 5px 0;
}
	.news-grid-txt p {
    line-height: 1.4;
    height: 200px;
    overflow-x: scroll;
}
	.case-study h3 {
		height: 150px;
			
	}
	.testimonial-carousel .item {
	padding: 30px;
	}
	.testimonial-carousel .item p {
		line-height: 1.9rem;	
		font-size: 15px;
		height: 305px;
	}
	.news-grid-txt h2 {
    height: 70px;
}
}


/* End Responsive  */

/* Recent BLog Sidebar */

.recentblogs-side li {
    list-style-type: none;
    color: #17A0FC;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding: 0 10px 10px 5px;
    position: relative;
}

.recentblogs-side li a {
	display: block;
    position: relative;
    padding: 0 0 0 60px;
    min-height: 55px;
}

.recentblogs-side li a img {
	display: block;
    width: 50px;
    height: 50px;
	object-fit: cover;
    position: absolute;
    top: 2px;
    left: 0;
}

.recentblogs-side p {
    font-size: smaller;
}
.blog_excerpt {
    height: 100px;
    overflow: auto;
    font-size: 10px;
    color: #000;
}

.blog-inner-thumb {
	height: 360px;
	width: 100%;
	object-fit: cover;
}
ul.client-info.main-color {
    list-style: none;
}

.contact-page-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 248px;
}
.contact-page-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 248px;
	height:104px;
}
.contact-page-form .wpcf7-response-output {
    margin: 0!important;
}

.link-color{
	color: #337ab7!important;
}
.contact-form .wpcf7-response-output {
    margin: 0!important;
	font-weight: bold;
    color: blanchedalmond;
}


.mail{	
	right: 45%;	
}
.phone{
	right: 30%;
}

.fixed-box {
	background-color: #00635a;
	top: 15px;
	padding:12px;
	position: absolute;	
	border-radius: 20px;
	color: #fff;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px){
	.fixed-box {
		display: none;
	}
}


@media only screen and (min-width: 768px){
	h3.elementor-image-box-title {
    margin-bottom: 10px;
    height: 55px;
	}	
	
.contact-page-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
	
}
.description{
	position:absolute;
	bottom:28px;
}

/* Blog Template */

/*mediaBlockPageCol*/
.mediaBlockPageCol {
    display: block;
    clear: both;
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}
.mediaBlockPageCol .mediaBlockPageColBg {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover !important;
}
.mediaBlockPageCol .mediaBlockPageColBg span {
    display: inline-block;
    padding: 10px 15px;
    background: rgb(61 120 115 / 80%);
    color: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}
.mediaBlockPageCol .mediaBlockPageColDesc {
    display: block;
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    padding: 250px 20px 20px 20px;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%, 0);
}
.mediaBlockPageCol:hover .mediaBlockPageColDesc {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0);
}
.mediaBlockPageCol > h3 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0%;
    left: 0%;
    width: 100%;
    color: #fff;
    padding: 200px 30px 30px 30px;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    margin: 0;
    font-size: 17px;
    transition: all 400ms;
}
.mediaBlockPageCol:hover > h3 {
    left: -100%;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.pagination-container span {
    margin-right: 10px;
}

.pagination-links {
    display: flex;
    align-items: center;
}

.pagination a,
.pagination .page-numbers {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover,
.pagination .page-numbers:hover {
    background-color: #ddd;
}

.pagination .current,
.pagination .current:hover {
    font-weight: bold;
    color: #fff;
    background-color: #00635a;
}

.elementor-tab-title.elementor-tab-desktop-title + .elementor-tab-title.elementor-tab-desktop-title {
    margin-top: 15px;
}

.elementor-tab-title.elementor-tab-desktop-title {
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 2px 5px rgba(1, 6, 20, .05);
    box-shadow: 0 2px 5px rgba(1, 6, 20, .05);
    border-radius: 15px;
}

.elementor-tab-title.elementor-tab-desktop-title.elementor-active {
    background: -webkit-linear-gradient(45deg, #23415f, #5acea3 80%);
    color: #fff!important;
}

div#elementor-tab-content-2671 {
    display: block;
    margin-left: -28px;  
    border-width: 0;
	background: #ebeceb;
	padding: 0 5px 0 20px;
}

.elementor-tabs-content-wrapper, .elementor-176 .elementor-element.elementor-element-198aa40 .elementor-tab-content {
	border-width: 0!important;
}