/*
    Name: OAK
    Version: 1.1
    Author: EliteFingers
    Author URI: http://www.elitefingers.com
*/

/* =Table of Contents
--------------------------------------------------------------
    /* =Common Styles
    /* =Typography
    /* =General
    /* =Buttons
    /* =Preloader
    /* =Header
    /* =Full Width Slider
    /* =Architecure Slider 
    /* =Menu right
    /* =Home Content
    /* =Architecture Content
    /* =Portfolio General
    /* =Single Project
    /* =Blog
    /* =Contact
    /* =Page Not Found
    /* =Footer
--------------------------------------------------------------


/* =Common Styles
-------------------------------------------------------------- */

@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/azedo-bold-webfont.eot');
    src: url('../fonts/azedo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-bold-webfont.woff2') format('woff2'), url('../fonts/azedo-bold-webfont.woff') format('woff'), url('../fonts/azedo-bold-webfont.ttf') format('truetype'), url('../fonts/azedo-bold-webfont.svg#Cocogoose') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'azedolight';
    src: url('../fonts/azedo-light-webfont.eot');
    src: url('../fonts/azedo-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-light-webfont.woff2') format('woff2'), url('../fonts/azedo-light-webfont.woff') format('woff'), url('../fonts/azedo-light-webfont.ttf') format('truetype'), url('../fonts/azedo-light-webfont.svg#azedolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/cocogoose/Cocogoose-Pro-Regular-trial.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat';
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #eee;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar:hover {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background: #aeaeae;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #bbb;
    cursor: pointer;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::selection {
    background: #060606;
    color: #fff;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
:-ms-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
/* =Typography
-------------------------------------------------------------- */

a {
    color: #383838;
    transition: all 0.5s;
}
a:focus {
    outline: 0;
}
a:hover,
a:focus {
    color: #a7d5d1;
    text-decoration: none;
}
a,
a:visited {
    font-weight: 400;
    text-decoration: none;
}
em {
    font-style: italic;
}
strong {
    font-weight: 500;
}
small {
    font-size: 0.8em;
}
p {
    color: #000000;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    clear: both;
    letter-spacing: 0.4px;
}
hr {
    width: 40px;
    height: 1px;
    background: #111111;
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    clear: both;
    float: left;
}
h1 {
    font-size: 26px;
    font-weight: bold;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:  'Cocogoose', sans-serif;
    font-weight: 600;
    letter-spacing: 0.8pt;
    color: #00A19A;
    clear: both;
    padding-bottom: 5px;
}
b {
    font-weight: 800;
}
blockquote {
    margin: 30px 0 30px;
    padding: 0 0 0 20px;
    font-size: 18px;
    border-left: 4px solid #787878;
    line-height: 25px;
    font-weight: 100;
    color: #787878;
}
blockquote p {
    display: inline;
}
ul {
    padding-left: 25px;
}
ul li {
    list-style-type: inherit;
}
ul.list {
    display: block;
    line-height: 25px;
}
ul.sublist {
    padding-left: 35px;
}
.ordinal {
    font-size: 7px;
    vertical-align: top;
}
.line-space2 {
    line-height: 28px;
}
/* =Backs
-------------------------------------------------------------- */
/* -- Images to fit  -frames --*/
.image-inner3 {
    background-size:cover;
    background-position:center center;
    position:relative;
    min-height:680px;
    border-radius: 30px;
    }  
.image-inner2 {
    background-size:cover;
    background-position:center center;
    position:relative;
    min-height:720px;
    border-radius: 30px;
    }   
.image-inner {
    background-size:cover;
    background-position:center center;
    position:relative;
    min-height:740px;
    border-radius: 30px;
    }  
.image-icon {
    background-size:cover;
    background-position:center center;
    position:relative;
    height: 80px;
    width: 80px;
    top: 10px;
    margin: 0 auto;
    }      
.back-services-tab {
		background-color:#fff;
        background-image:url(../img/backer.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
	}
	.ef-parallax-bg {
	background-image:url(../img/omega-it-recruitment.jpg);
	/* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;

	}
	.ef-parallax-bg1 {
	background-image:url(../img/omega-clients.jpg);
	/* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;

	}
	.ef-parallax-bg2 {
	background-image:url(../img/omega-jobs-local.jpg);
	/* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;

	}
	.ef-parallax-bg3 {
	background-image:url(../img/omega-candidates.jpg);
	/* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;

	}
	.ef-parallax-bg4 {
	background-image:url(../img/omega-it-contact-us.jpg);
	/* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;

	}
	.ef-parallax-bg5 {
	background-image:url(../img/omega-rs-services.jpg);
	/* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;

	}
	.ef-parallax-bg6 {
	background-image:url(../img/omega-submit-cv.jpg);
	/* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
	}
    .ef-parallax-bg7 {
        background-image:url(../img/local-jobs-blog.jpg);
        /* Set a specific height */
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 2;
        }
    .ef-parallax-bg8 {
        background-image:url(../img/health-tech.jpg);
        /* Set a specific height */
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 2;
        }
        .ef-parallax-bg9 {
            background-image:url(../img/health-care.jpg);
            /* Set a specific height */
            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 2;
            }
	.header-shade {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
		background: rgba(0,0,0,.6)!important;
		opacity: 80;
		filter: alpha(opacity=80)
	}
	.header-shade2 {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
		background: rgba(0,0,0,.6)!important;
		opacity: 60;
		filter: alpha(opacity=60)
	}
    .header-break {
        display: block;
        width: 100%;
        height: 220px;
        max-height: 220px;
        overflow: hidden;
        background-image:url(../img/omega-job-search.jpg);
        background-repeat: no-repeat;
        background-position: center right;

        /* Set a specific height */
    }
    .footer-break {
        display: block;
        width: 100%;
        height: 200px;
        max-height: 200px;
        overflow: hidden;
        background-image:url(../img/local-job-search.jpg);
        background-repeat: no-repeat;
        /* Set a specific height */
    }

/* =General
-------------------------------------------------------------- */
.ranger {
    position: relative;
    display: block;
    width: 100%;
    min-height: 250px;
    margin-bottom: 70px;
}
.ranger .range-item {
    height: auto;
    min-height: 60px;
}
.ranger label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    width: 100%;
    height: auto;
    text-align: center;
    letter-spacing: 0.7px;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}
.ranger .bbtn label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    width: 100%;
    height: auto;
    text-align: center;
    letter-spacing: 0.7px;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}
.ranger label:hover {
background-color: #8cb9b6;
color: #fff;
}
.super-hyper {
	font-size: 13px;
	letter-spacing: 1.3px;
	font-weight: 600;
	margin-top: 5%;
	display: block;
	text-transform: uppercase;
	color: #000!important;
}
.div-over-val {
  position: relative;
  padding: 5%;
}
.div-over-val h5 {
    color: #fff!important;
    margin-top: 24px;
  }
  .div-over-val p {
    color: #fff!important;
  }
.over-val-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
 font-weight: 700;
}
.bigger-icon {
	font-size: 20px!important;
}
.upload-button-div {
  position: relative;
  width: 50%;
  height: 10vh;
  display: inline-block;
  background-image: url(../img/omega-upload-cv.jpg);
  background-position: center;
  object-fit: cover;
  text-shadow: 0 0 3px #a7d5d1;
}
.upload-button-div a {
  color: #fff;
  font-size: 16px;
    font-weight: 300;
    -webkit-transition: color 0.2s, font-size 0.2s,font-weight 0.2s;
       -moz-transition: color 0.2s, font-size 0.2s,font-weight 0.2s;
         -o-transition: color 0.2s, font-size 0.2s,font-weight 0.2s;
            transition: color 0.2s, font-size 0.2s,font-weight 0.2s;
}
.upload-button-div a:hover {
  color: #a7d5d1;
  font-size: 18px;
  font-weight: 600;
}
.upload-button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.divider-box {
    display: block;
    width: 100%;
    height: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
  /* Fallback: Set a background color. */
  background-color: #00A19A;
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #00A19A, #6DBFA1, #BED67F);
    
}
.labels4job {
    width: auto;
    font-size: 14px;
    color: grey;
    font-weight: 600;
}
.job-listing {
    display: block;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 50px;
}
.job-listing li {
    display: block;
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.job-listing li img {
    display: inline-block;
    width: 50px;
}
/*hope page list */
.job-listing2 {
    display: block;
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}
.job-listing2 li {
    position: relative;
    padding-left: 50px;
    padding-top: 7px;
    margin-bottom: 25px;

}
.job-listing2 li img {
    position: absolute;
    width: 45px;
    left: 0;
    top: 0;
}
.divider {
    display: block;
    width: 70px;
    height: 3px;
    background-color: #0075A0;
    margin-bottom: 10px;
    margin-top: 5px;
}
.bolderer {
	font-weight: 800;
}
.bolder {
	font-weight: 600;
}
.mar-l {
	margin-left: 5%;
}
.mt-20 {
	margin-top: 5%;
}
.mt-8 {
	margin-top: 1%;
}
.mt-50 {
	margin-top: 15%;
}
.margbot50 {
  margin-bottom: 10%;
}
.mb-20 {
	margin-bottom: 20%;
}
.mb-2 {
	margin-bottom: 10%;
}
.margin-t-0 {
    margin-top: 0px!important;
}
.margin-t-20 {
    margin-top: 20px!important;
}
.margin-t-40 {
    margin-top: 40px;
}
.pad-top-50 {
    padding-top: 50px;
}
.pad-bottom-50 {
    padding-bottom: 50px;
}
.padding-bt-20 {
    margin-top: 6%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad-bot-0 {
    padding-bottom: 0!important;
}
.pad-10 {
    padding: 18px;
}
.mb-20p {
	margin-bottom: 60px;
}
.position-relative {
	position: relative;
}
.pad-left15 {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
}
.pad-right15 {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
}
.border-top {
    border-top: 1px solid #e6e6e6;
}
.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}
.box {
  position: absolute;
  padding: 20px;
  font-size: 150%;
  border-radius: 50%;
  z-index: 8!important;
  background-color: #00A19A;
  height: 180px;
  width: 180px;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 7px #BED67F
}
.box img {
    position: relative;
    padding: 25px;
    height: auto;
    width: 180px;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.omega-list li {
    /* set color of list item text */
    list-style: none; 
    margin: 0 0 10px 1.1225em;
    /* Give the bullet room on the left hand side */
    padding: 0;
    position: relative;
  }

.omega-list li::before {
    font-size: 22px;
    color: rgb(5, 201, 201)!important;  
    /* color of bullet or square */
    content: "\2022"; 
    /* Unicode of character to precede the list item */
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
.cform h3 {
	color: #00A19A!important;
    letter-spacing: 0;
    padding-left: 15px;
}
.entrylinedown2 {
    position: relative;
    width: 3rem;
    margin: 0 auto
}
.color-white {
	color: #fff!important;
}
.color-omega {
	color: #00A19A!important;
}
.pro4orm-grey {
	color: #4f4f4f;
}
.color-omega2 {
	color: #1260A8!important;
}
.color-omega3 {
	color: #6DBFA1;
}
.color-omega4 {
	color: #141D30;
}
.color-black h3 span {
	color:#000!important;
}
.clearfix {
    clear: both;
}
.rem-t-pad {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.seperate {
    clear: both;
    height: 35px;
}
.img-center {
    display: block;
    margin: auto;
}
.image-cover {
    background-size: cover !important;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.margin-top {
    margin-top: 100px;
}
.margin-bottom {
    margin-bottom: 100px;
}
.margin-top-1-5 {
    margin-top: 150px;
}
.margin-bottom-1-5 {
    margin-bottom: 150px;
}
.margin-top-2 {
    margin-top: 200px;
}
.margin-bottom-2 {
    margin-bottom: 200px;
}
.seperate {
    height: 100px;
    clear: both;
}
.main-title {
    clear: both;
    margin-bottom: 50px;
}
.main-title.near-content {
    margin-bottom: 22px;
}
.main-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.main-title h6 {
    font-family: 'Ubuntu', sans-serif;
}
.slogan {
    display: block;
    font-size: 14px;
    text-align: center;
}
.second-title {
    padding: 100px 0 90px 0;
}
.second-title h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
.second-title hr {
    width: 22px;
    height: 2px;
    background: #56c8d4;
    float: left;
}
.second-title .slogan {
    display: block;
    float: left;
    clear: both;
}
.pagination-ef {
    float: right;
    padding: 0;
}
.pagination-ef li a, .pagination-ef li span.page-numbers {
    color: #111111;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Lekton', sans-serif;
    border: 1px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}
.pagination-ef li a:hover {
    color: #333;
    background-color: #a7d5d1;
}
.pagination-ef li {
    line-height: 48px;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
}
.pagination-ef li.current a, .pagination-ef li span.page-numbers.current {
    background-color: #a7d5d1;
}
.pagination-ef i {
    font-size: 30px;
    display: inline-table;
    vertical-align: middle;
}
.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #333;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    z-index: 9;
}
.scroll-top i {
    color: #fff;
    font-size: 48px;
}
/* =HOT Jobs Custom Classes
-------------------------------------------------------------- */
.gradient-title h3 {
    font-size: 36px;
    font-size: 4rem;
    line-height: 4.6rem;
  /* Fallback: Set a background color. */
  background-color: #00A19A;
  
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #00A19A, #6DBFA1, #BED67F);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.hot-job-text-contaimer {
	margin-left: 0px;
}
.hot-job-text-contaimer small {
	margin: 0!important;
	padding: 0!important;
}

.hot-job-title {
	color: #000;
    margin-bottom: 0px;
}
.hot-job-location {
    font-size: 12px;
	font-style: italic;
	font-weight: 400;
    color: #0075A0;
}
.hot-job-salary {
    font-family: 'Poppins', sans-serif;
	display: block;
	position: absolute;
	color: #4b8393;
	font-weight: 400;
}
.hot-job-salary-2 {
	display: block;
	position: absolute;
	color: #000;
}
/* =Jobs Listing Custom Classes
-------------------------------------------------------------- */
.company-logo {
    display: block;
    width: 100%;
}
.company-logo img {
    display: block;
    padding-top: 20px;
    width: 100%;
}
.company-logo2 img {
    display: block;
    width: 220px;
    padding-top: 10px;
    margin: 0 auto;
}
.job-share {
	padding-top: 1%;
	text-align: left;
}
.company-tagline {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	text-shadow: 0 0 3px #777;
	background-color: #a7d5d1;
	padding: 0 1%;
}
.job-tags {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.grid-list-pader {
	padding-top: 7px;
	padding-bottom: 2px;
    margin:  0 auto;
}
.list-grid-view {
	min-height: 400px;
	background-color: #00A19A;
    padding: 5%;
    border-radius: 20px;
    box-shadow: 5px 10px 18px #888888;
}
/*Button for FOrminator Forms*/
.forminator-hidden {
    display: none;
    visibility: hidden;
}
.forminator-file-upload button {
    display: none;
    visibility: hidden;
}
.forminator-file-upload span {
    display: none;
    visibility: hidden;
}
.forminator-button {
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #BED67F;
    cursor: pointer;
    margin-top:15px;
    margin-bottom: 10px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 16px 16px 16px 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.forminator-button:hover {
    color: #fff;
    background-color: #141D30;
}
/*Button for FOrminator Forms*/

.mg-btn-hover2 {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-top:15px;
    margin-bottom: 10px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 16px 16px 16px 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mg-btn-hover2 a {
    color: #fff;
}
.mg-btn-hover2.color-2:hover {
    color: #fff;
    background-color: #141D30;
}
.mg-btn-hover2.color-2 {
    background-color: #BED67F;
}
.mg-btn-hover3 {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-top:15px;
    margin-bottom: 10px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 8px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mg-btn-hover3 a {
    color: #000;
}
.mg-btn-hover3.color-3:hover {
    color: #3A3939;
    background-color: #d4d4d2;
}

.mg-btn-hover3.color-3 {
    background-color: #BED67F;
}
.section_about {
    padding-top: 7%;
    padding-bottom: 7%;
}
.job-txt {
	min-height: 260px;
	background-color: #9E9E9E;
}
.job-txt .job-description {
	padding: 3% 0 5% 0;
}
.job-title {
	color: #141D30;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.9pt;
}
.job-detail .job-title {
	color: #fff;
}
.salary {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #fff;
}
.grid-item {
    margin-bottom: 30px;
}
.job-type {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding-left: 30%;
}
.job-type i {
    text-align: left;
    width: 29px;
    height: 29px;
    font-size: 16px;
    background-color: #fff;
    color: #141D30;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 7px;
    font-weight: 600;
}
.job-location {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding-left: 30%;
    margin-bottom: 15px;
}
.job-location i {
    text-align: left;
    width: 29px;
    height: 29px;
    font-size: 16px;
    background-color: #fff;
    color: #141D30;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 8px;
    font-weight: 600;
}
.company-icon {
	width: 100%;
	height: auto;
}
.company-icon img {
	position: relative;
	width: 50px;
	height: auto;
	margin-top: -20px;
}
/*--------------------------------------------------------------
	WP-Posts-Blog Page
--------------------------------------------------------------*/
.btn-search {
    width: 100%;
    background-color: #BED67F!important;
    padding: 5px;
    border: none;
    color: #141D30!important;
    font-size: 14px;
    font-weight: 800!important;
}
.sjb-search-categories {
    top: 3px;
}
.sjb-filters {
    margin-top: 30px;
}
.sjb-filters .row {
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.sjb-filters .row div {
    display: inline-block;
float: none;
}
.sjb-search-button {
    padding: 0!important;
    top: 0;
    border: 7px solid;
    border-color: #BED67F!important;
    border-radius: 10px!important;
}
/*--------------------------------------------------------------
	Card
--------------------------------------------------------------*/
.card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.5);
    display: flex;
    flex-direction: row;
    border-radius: 25px;
    position: relative;
  }
  .card h2 {
    margin: 0;
  }
  .card .title {
    padding: 1rem;
    text-align: right;
    color: #4b8393;
    font-weight: bold;
    font-size: 12px;
  }
  .card .desc {
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
  .card i {
    font-size: 45px;
    margin: 0 auto;
    color: #fff;
    padding: 10px 14px;
    font-weight: 600;
  }
  
  .img-avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    border: 6px solid white;
    background-image: linear-gradient(-60deg, #0075A0 0%, #00A19A 100%);
    top: 15px;
    left: 160px;
  }
  
  .card-text {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  
  .title-total {
    padding: 2.5em 1.5em 1.5em 1.5em;
  }
  
  path {
    fill: white;
  }
  
  .img-portada {
    width: 100%;
  }
  
  .portada {
    width: 100%;
    height: 100%;
    min-width: 220px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-image: url("../img/recruitment/health-recruitment.jpg");
    background-position: bottom center;
    background-size: cover;
  }
  .portada2 {
    width: 100%;
    height: 100%;
    min-width: 220px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-image: url("../img/recruitment/young-psysician.jpg");
    background-position: bottom center;
    background-size: cover;
  }

/*--------------------------------------------------------------
	Card
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Card 2
--------------------------------------------------------------*/
.card-2 {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.5);
    display: flex;
    flex-direction: row;
    border-radius: 25px;
    position: relative;
    margin: 20px;
  }
  .card-2 h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .card-2 i {
    font-size: 25px;
    margin: 0 auto;
    color: #fff;
    padding: 10px 10px;
    font-weight: 600;
  }
  .img-avatar-4 {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background-color: #BED67F;
    top: -15px;
    left: -15px;
  }
  .card-2 .image-icon {
    width: 25px;
    height: 25px;
    padding: 5px 10px;
  }

  .img-avatar-2 {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background-color: #BED67F;
    top: -15px;
    left: -15px;
  }
  .customcheck {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    margin-bottom: 5px;
    border-radius: 50%;
    border: 1px solid white;
    background-color: #6DBFA1;
  }
  .customcheck i {
    color: #fff;
    font-size: 14px;
    display: block;
    position: relative;
    top: 4px;
    padding-left: 8px;
  }
  
  .title-total-2 {
    padding: 1em 1em 1em 3em;
  }

/*--------------------------------------------------------------
	Card 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Check Boxes
--------------------------------------------------------------*/
.list-unstyled span {
    display: inline-block;
    font-weight: 600;
  }
.img-avatar-3 {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    border: 4px solid white;
    background-image: linear-gradient(-40deg, #14668b 0%, #659e8d 100%);
  }
  .img-avatar-3 i {
    padding: 5px 5px;
    color: #fff;
  }

.list-space li {
	margin: 10px 0 0 0;
}

.share-title{margin-top:30px;letter-spacing:2px;font-weight:400;font-size:13px;border-bottom:1px solid rgba(204,204,204,.55);padding:10px;text-transform:uppercase}

.post-title {
	margin: 10px 0 0 0;
}
.post-meta {
  font-size: 12px;
  line-height: 13px;
}
.post-thumbnail img {
	width: 100%;
	height: 28vh;
	overflow: hidden;
	object-fit: cover;
    border-radius: 20px;
}
.post-half{width:33.333%;float:left}

.post-thumbnail {
  margin: 0 0 20px;
}
/*------------------------------
Forminator -------------------------------*/
.forminator-guttenberg .forminator-custom-form {
    display: block!important;
}
.forminator-custom-form {
    display: block!important;
}
/*------------------------------
Container Animation -------------------------------*/

.anim {
  display: inline-block;
  height: auto;
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation .image-inner {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in .image-inner {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation p, .has-animation .image-inner2 {
    opacity: 0;
  }
  .has-animation.animate-in p, .has-animation.animate-in .image-inner2 {
    animation: textHidden 0.1s 1.1s forwards;
  }
  .has-animation p, .has-animation .image-inner3 {
    opacity: 0;
  }
  .has-animation.animate-in p, .has-animation.animate-in .image-inner3 {
    animation: textHidden 0.1s 1.1s forwards;
  }
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #eee;
  border-radius: 30px;
}
.has-animation.animate-in:after {
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------
Jobs Roller -------------------------------*/
.kalendarz {
	position: absolute;
    display: block;
	bottom: 0px;
	width: 100%;
    height: 160px;
    min-height: 160px;
    overflow: hidden!important;
    border-bottom: 1px solid #eeeeee;
}
.job-left {
    height: 160px;
    min-height: 160px;
	text-align: center;
    background-color: #fff;
    border-radius: 90px 0 0 0;
}
.job-left .arrow-link {
   font-size: 8vh;
   color: #676767;
   font-weight: 200!important;
}
.job-left .arrow-link {
    position:relative;
    top: calc(50% - 6vh); /* 50% - 3/4 of icon height */
}
.job-center{
    height: 160px;
    min-height: 160px;
	background-color: #fff;
}
.hot-jobs {
    display: block;
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
    height: 160px;
    min-height: 160px;
	background-color: #a7d5d1;
    margin: 30px 0;
}
.job-right {
    height: 160px;
    min-height: 160px;
	text-align: center;
	background-color:#fff;
}
.job-right p {
	font-size: 16px;
	font-size: 1.2vh;
	line-height: 16px;
}
.job-right .jobsearch {
	top: 20px;
}
.ion-search {
    font-size: 35px;
    color: #676767;
}
/* Hot Jobs Candidates */
.hot-jobs-candidates {
    position: relative;
    display: block;
    height: 160px;
    min-height: 160px;
    background-color: #00A19A;
    margin-bottom: 50px;
}
.job-left-a {
    height: 160px;
    min-height: 160px;
	text-align: center;
    background-color: #00A19A;
}
.job-left-a .arrow-link {
   font-size: 8vh;
   color: #fff;
   font-weight: 200!important;
}
.job-left-a .arrow-link {
    position:relative;
    top: calc(50% - 6vh); /* 50% - 3/4 of icon height */
}
.job-center-a {
    height: 160px;
    min-height: 160px;
	background-color: #00A19A;
}
.job-right-a {
    height: 160px;
    min-height: 160px;
	text-align: center;
	background-color:#00A19A;
}
.job-right-a p {
	font-size: 16px;
	font-size: 1.2vh;
	line-height: 16px;
}
.job-right-a .jobsearch {
	top: 20px;
}
.job-right-a .jobsearch a{
    color: #fff!important;
}


.scrollerContainer {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.scrollerContainer .scrollerGroup {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 160px;
}

.scrollerGroup > article {
  display: block;
  align-items: flex-end;
  text-align: center;
  min-width: 19em!important;
  position: relative;
  padding-top: 7px;
}
.scrollerGroup > article .img-veh {
z-index: 0;
width: 80px;
height: 80px;
}
/*------------------------------
Jobs Roller END -------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        -ms-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/*Parallax Move*/
.parallax-move{
    overflow: hidden;
}
.parallax-move img {
  position: relative;
  z-index: 4;
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.2s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.2s ease-out;
  transition: opacity 0.3s ease-out, transform 0.2s ease-out;
}

/* =Buttons
-------------------------------------------------------------- */

.btn {
    letter-spacing: 1.5pt;
    border-radius: 0;
    font-weight: 400;
}
.btn-1 {
    clear: both;
    margin-top: 45px;
    border: 1px solid #c5c5c5;
    color: #00aeff;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1vh;
    background-color: #fff;
    width: 80%;
    height: 2vh;
    margin-bottom: 15px!important;
}
.btn-1:hover {
    border: 1px solid #56c8d4;
    box-shadow: 200px 0 0 0 #56c8d4 inset;
    color: #fff;
}

/* =Preloader
-------------------------------------------------------------- */

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(232, 232, 232, 0.95);
}

/* =Header
-------------------------------------------------------------- */

.header {
    height: 100px;
    width: 100%;
    z-index: 9;
    position: absolute;
}

.logo {
    float: left;
    line-height: 150px;
}
.logo img {
    width: 70%;
	height: auto;
}
a>span.site-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
}
a:hover>span.site-name{
    color: #333;
}

/*Slider Home*/
#slider-ef {
	min-height: 100vh!important;
}
.top-slide {
  display: block;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
}
.top-slide .overlay {
    width: 100%;
    overflow: hidden;
    background: rgb(20,29,48);
    background: linear-gradient(180deg, rgba(20,29,48,0.9) 30%, rgba(0,117,160,0.8) 84%, rgba(190,214,127,0.9) 100%);
/* Chrome 10-25, Safari 5.1-6 */
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
  }
.slider-wrapper {
  position: relative;
  height: 100vh;
		overflow: hidden;
}
.slider-images-wrapper {
    z-index: -1;
	height: 100%;
	overflow: hidden;
}
.slider-images-wrapper img {
	height: 100%;
}
.slider-description {
    position: absolute;
    top: 30%;
    width: 100%;
    max-width: 100%;
}
.slider-description-inner {
    margin-left: 50%;
}
.slider-description-inner .part1 {
    display: block;
    text-align: left;
    font-family: 'Cocogoose', sans-serif;
    padding: 8px;
    font-size: 42px;
    /* Fallback: Set a background color. */
    background-color: #00A19A;
    
    /* Create the gradient. */
    background-image: linear-gradient(45deg, #00A19A, #6DBFA1, #BED67F);
    
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.slider-description-inner .part1 span {
    letter-spacing: 0;
margin: 0;
padding: 0;
 font-size: 88px;
 text-transform: uppercase;
 font-weight: 200!important;
}
.slider-description-inner .part2 {
    display: block;
    height: auto;
    width: auto;
    border-radius: 20px 20px 20px 0;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    font-weight: 600;
    line-height: auto;
    font-size: 22px;
	color: #fff;
}
.slider-description-inner .part3 {
    display: block;
    top: 150px;
    height: auto;
    width: 120px;
    border-radius: 20px 20px 20px 0;
    font-family: 'Poppins', sans-serif;
    background: #BED67F;
    padding: 10px 17px;
    font-weight: 800;
    line-height: 50px;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 13px;
    letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #141D30;
}
.slider-description-inner .part3:hover {
    color: #BED67F;
	background-color: #141D30;
}
.cd-intro {
    float: left;
    margin-left: 243px;
}
.cd-headline {
    font-size: 20px;
    margin-top: 5px;
    color: #fff;
    font-weight: 100;
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: bold;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
/* Text Slider Clip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.cd-headline.clip b {
    font-family: 'Lekton', sans-serif;
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}
.header-page {
    position: relative;
    min-height: 470px;
}
.header-page .inner-content {
    padding: 25px;
    background: transparent;
    display: table;
    height: 410px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.pro4orm-back-1 {
    display: block;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #00A19A;
}
.pro4orm-back-2 {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #00A19A;
}
.pro4orm-back-3 {
	/* Set a specific height */
    min-height: 40vh; 
    /* Create the parallax scrolling effect */
    background-color:#6DBFA1 ;
	z-index: 2;
}
.header-page .inner-content.dribble-header {
    height: 220px;
}
.header-page .inner-content .header-content {
    display: table-cell;
    vertical-align: middle;
}
.header-page .inner-content .header-content ul {
    text-align: center;
}
.dot {
	margin-left: 1px;
	color: #BED67F;
	font-size: 13px;
	font-size: 10vh;
	font-family: 'Roboto', sans-serif!important;
}
.header-page .inner-content .header-content h1 {
    font-weight: 700;
	padding-left: 4%;
    text-align: center;
    font-size: 60px;
    font-family: 'Cocogoose', sans-serif;
	color: #fff;
}
.header-page .inner-content .header-content hr {
    float: none;
}
.header-page .inner-content .header-content p {
    text-align: center;
    font-size: 18px;
	color: #fff;
}
/* =Full Width Slider
-------------------------------------------------------------- */

.has-slider {
    position: absolute;
    background: transparent;
}
svg {
    display: block;
    overflow: visible;
}
.architecture-slider-menu {
    position: fixed;
    width: 100%;
    z-index: 4;
}
.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
}
.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}
.slider-control.inactive:hover .slider-control:not(.inactive):hover {
    opacity: 1;
}
.slider-control.left {
    left: 0;
    cursor: url(../img/slider-left.png), auto;
}
.slider-control.right {
    right: 0;
    cursor: url(../img/slider-right.png), auto;
}
.slider-pagi {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.slider-pagi__elem {
    position: relative;
    display: block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 14px 0.5rem;
    border: 1px solid #111111;
    cursor: pointer;
    border-radius: 50%;
}
.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider.animating {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    will-change: transform;
}
.slider.animating .slide__bg {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    will-change: transform;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}
.slider .slide:nth-child(1) {
    left: 0;
}
.slider .slide:nth-child(1) .slide__bg {
    left: 0;
}
.slider .slide .slide__overlay-path {
    fill: #a7d5d1;
}
.slider .slide:nth-child(2) {
    left: 100%;
}
.slider .slide:nth-child(3) {
    left: 200%;
}
.slider .slide:nth-child(4) {
    left: 300%;
}
.slider .slide:nth-child(5) {
    left: 400%;
}
.slide:nth-child(6) {
    left: 500%;
}
.slider .slide:nth-child(7) {
    left: 600%;
}
.slider .slide:nth-child(8) {
    left: 700%;
}
.slider .slide:nth-child(9) {
    left: 800%;
}
.slider .slide:nth-child(10) {
    left: 900%;
}
.slider .slide:nth-child(2) .slide__bg {
    left: -50%;
}
.slider .slide:nth-child(3) .slide__bg {
    left: -100%;
}
.slider .slide:nth-child(4) .slide__bg {
    left: -150%;
}
.slider .slide:nth-child(5) .slide__bg {
    left: -200%;
}
.slide:nth-child(6) .slide__bg {
    left: -250%;
}
.slide:nth-child(7) .slide__bg {
    left: -300%;
}
.slider .slide:nth-child(8) .slide__bg {
    left: -350%;
}
.slider .slide:nth-child(9) .slide__bg {
    left: -400%;
}
.slider .slide:nth-child(10) .slide__bg {
    left: -450%;
}
.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slide__text-desc {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 720px;
    transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
.slide__overlay path {
    opacity: 0.9;
}
.slide__text {
    position: absolute;
    width: 28%;
    bottom: 30%;
    left: 12%;
    color: #fff;
    transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.slide__text-heading {
    font-size: 48px;
    font-family: 'Cocogoose';
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    width: 100%;
    padding: 2px;
    position: relative;
    letter-spacing: 4.5pt;
}
span.border-text {
    font-family: 'azedolight';
    font-weight: 100;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.slide__text p {
    font-size: 24px;
    font-family: 'Lekton', sans-serif;
    padding-top: 30px;
    line-height: 30px;
    color: #111111;
    font-weight: 400;
}


/* parallax
-------------------------------------------------------------- */
.parallax-bg {
    background-color: #0075A0;
	/* Set a specific height */
    min-height: 40vh; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 2;
}
.parallax-bg2a {
    background-image: url(../img/omega-it-recruitment.jpg);
	/* Set a specific height */
    min-height: 20vh; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 2;
		
}
.parallax-bg2b {
    background-image: url(../img/omega-services.jpg);
	/* Set a specific height */
    min-height: 30vh; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 2;
		
}
.slider-txt {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}
.slider-txt2 {
	color: #fff;
	font-size: 15px;
	line-height: 1.6vh;
	letter-spacing: 1px;
}

/* ==========================================================================
.testimonial-slider
========================================================================== */



/* =Architecure Slider 
-------------------------------------------------------------- */
.arch-slider {
    position: relative;
}
.arch-slider-content {
    position: absolute;
    max-width: 510px;
    padding: 5% 7% 5% 7%;
    left: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
}
.arch-slider-content p {
    font-size: 60px;
    font-weight: 100;
    line-height: 60px;
    font-family: 'azedolight', sans-serif;
    letter-spacing: 2.5pt;
}
.slider-controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.slider-controls a {
    font-size: 60px;
    padding-left: 10px;
    padding-right: 10px;
    color: #111111;
}
.slider-controls a:hover,
.slider-controls a i:hover {
    color: #a7d5d1;
}
/* =Menu right
-------------------------------------------------------------- */
.load_number {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 20px;
    
}
.navigation {
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.close-menu {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    line-height: 49px;
}
.search-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    float: right;
    line-height: 54px;
}
.close-menu:hover,
.search-icon:hover {
    color: #BED67F;
}
/* search */
.js-ui-search input[type="text"] {
    -webkit-appearance: none;
    outline: none;
    border: none;
    height: 20px;
    line-height: 20px;
}
.js-ui-search input[type="text"]:focus {
    -webkit-appearance: none;
    outline: none;
    border: none;
}
.search-wrap {
    position: absolute;
    right: 25px;
    top: 11px;
    display: block;
    z-index: 1;
    width: 25px;
    height: 25px;
    margin-left: 0;
    padding: 0;
    border: 2px solid #f7f7f7;
    border-radius: 20px;
    -moz-transition: all 0.25s ease 0.3s;
    -o-transition: all 0.25s ease 0.3s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.25s ease 0.3s;
}
.search-wrap:before {
    top: 90%;
    left: 90%;
    width: 14px;
    height: 2px;
    background-color: #f7f7f7;
    border-radius: 1px;
    -moz-transition: width 0.15s ease 0.55s;
    -o-transition: width 0.15s ease 0.55s;
    -webkit-transition: width 0.15s ease;
    -webkit-transition-delay: 0.55s;
    transition: width 0.15s ease 0.55s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.search-wrap input {
    width: 100%;
    color: #fff;
    opacity: 0;
    background-color: transparent;
    transition: opacity 0.15s ease;
}
.eks {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.eks:before,
.eks:after {
    right: 5px;
    height: 2px;
    width: 2px;
    border-radius: 1px;
    transition: all 0.25s ease;
}
.eks:before {
    top: 3.3px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition-delay: 0.1s;
}
.eks:after {
    bottom: 3.3px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition-delay: 0s;
}
.search-wrap.open {
    width: 230px;
    transition-delay: 0.1s;
}
.search-wrap.open:before {
    width: 0px;
    transition-delay: 0s;
}
.search-wrap.open input {
    opacity: 1;
    transition-delay: 0.15s;
}
.search-wrap.open input:focus {
    border:0; 
}
.search-wrap.open ::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 15px;
}
.search-wrap.open .eks:before,
.search-wrap.open .eks:after {
    width: 15px;
    right: 12px;
}
.search-wrap.open .eks:before {
    top: 9px;
    transition-delay: 0.25s;
}
.search-wrap.open .eks:after {
    bottom: 9px;
    transition-delay: 0.3s;
}
.search-wrap:before,
.eks:before,
.eks:after {
    content: "";
    position: absolute;
    display: block;
}
.menu-wrap {
    background-color: #141D30;
}
.menu-wrap a {
    color: #fff;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #BED67F;
}
.content-wrap {
    -webkit-overflow-scrolling: touch;
}
.content {
    position: relative;
    background: #b4bad2;
}
.content::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* Menu Button */
.menu-button {
    position: fixed;
    right: 15px;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    outline: 0;
}
.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
    content: '';
}
.menu-button:hover {
    opacity: 0.6;
}
/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 34px;
    border: none;
    background: transparent;
    color: transparent;
    outline: 0;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.indicator-name {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 50px;
    color: #111111;
}
.content-menu {
    position: relative;
}
.menu-wrap {
    position: fixed;
    z-index: 9999;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    font-size: 1.15em;
    display: table;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu,
.menu-list {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px
}
.menu-contact-information {
    clear: both;
}
.menu-contact-information span {
    padding-top: 10px;
    padding-bottom: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2.5px;
    text-align: right;
}
.menu-content {
    padding-top: 30%;
}
.menu-list ul {
    padding: 0;
}
.menu-list ul li {
    display: block;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
}
.menu-list,
.menu-list ul li {
    transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
}
.menu-list ul li:nth-child(1) {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.menu-list ul li:nth-child(2) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
}
.menu-list ul li:nth-child(3) {
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
}
.menu-list ul li:nth-child(4) {
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
}
.menu-list ul li:nth-child(5) {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
.menu-list ul li:nth-child(6) {
    -webkit-transform: translate3d(2500px, 0, 0);
    transform: translate3d(2500px, 0, 0);
}
.menu-list ul li:nth-child(7) {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
.menu-list ul li a {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Lekton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5pt;
    transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
}
ul.sub-menu {
    position: relative;
    display: none;

}
ul.sub-menu li {
    padding: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 10px !important;
}
ul.sub-menu li a {
    font-size: 14px;
    text-transform: none;
}
/* Shown menu */
.show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list,
.show-menu .menu-list ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list ul li {
    transition-duration: 0.9s;
    text-decoration: none;
    line-height: 42px;
}
.show-menu .content::before {
    opacity: 1;
    transition: opacity 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-menu {
    display: inline-block;
    z-index: 1000;
    float: right;
    position: relative;
    margin: 29px 0 17px 0;
}
.main-menu .menu-txt {
    display: inline-block;
    z-index: 1000;
    float: right;
    position: relative;
    margin: 23px 0 17px 0;
	color: #fff;
	font-weight: 600;
}
.main-menu-indicator {
    border: none;
    padding: 0;
    height: 62px;
    width: 25px;
    background: transparent;
    outline: 0;
    float: right;
    position: relative;
}
.main-menu-indicator:hover {
    border: 0;
    box-shadow: none;
}
.main-menu-indicator>span {
    transition: all 0.1s ease 0s;
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    background: #BED67F;
}
.main-menu-indicator>span:before,
.main-menu-indicator>span:after {
    transition: all 0.2s ease 0s;
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #BED67F;
    left: 0;
}
.main-menu-indicator>span:after {
    top: -5px;
}
.main-menu-indicator>span:before {
    bottom: -5px;
}

.main-menu-indicator.active>span {
    background: transparent;
}

.main-menu-indicator.active>span:after {
    top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.main-menu-indicator.active>span:before {
    bottom: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
/* Social Menu */
.menu-social-media {
    position: absolute;
    bottom: 100px;
}
.menu-social-media ul {
    padding: 0;
    padding-left: 50px;
    min-height: 40px;
}
.menu-social-media ul li {
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding-left: 7px;
    display: inline-block;
    background-color: #6DBFA1;
    border-radius: 50%;
}
/* Menu Information */
.menu-information {
    position: absolute;
    bottom: 18px;
}
.menu-information p {
    font-family: 'Lekton', sans-serif;
    color: #fff;
    padding-left: 71px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-information ul {
    padding: 0;
    padding-left: 50px;
}
.menu-information ul li {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    list-style: none;
    color: #fff;
    letter-spacing: 2.5pt;
    font-family: 'Lekton', sans-serif;
}
.menu-information ul li span {
    padding-right: 15px;
}


/* =Menu Version 2
-------------------------------------------------------------- */

.menu-wrap-2{
    float: right;
}

.menu-wrap-2 ul{
    padding:0;
    margin-bottom:0; 
}

.menu-wrap-2 ul li{
	position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0 22px;
    text-transform: uppercase;
}

.menu-wrap-2 ul li a{
    letter-spacing: 2px;
}

.menu-wrap-2 ul.sub-menu li {
    display: block;
    padding: 8px;
    padding-top: 10px;
}

.menu-wrap-2 ul.sub-menu li a{
    line-height: normal;
}


/* =Home Content
-------------------------------------------------------------- */
.history-wrapper {
    float: left;
    width: 100%;
}
.history-wrapper article {
    margin-top: 60px
}
.history-wrapper h4 {
    font-family: 'Ubuntu';
    font-weight: 400;
    line-height: 24px;
}
/* Services */
.services-home-page {
    float: left;
}
.services-home-page h4 {
    font-weight: 600;
}
.services-icon>span {
    font-size: 19px;
    padding-bottom: 24px;
    clear: both;
    float: left;
}
.services-icon>hr {
    float: left;
}
/* News Letter*/
.newsletter-left {
    height: 325px;
    width: 100%;
    background-color: #a7d5d1;
    display: table;
    text-align: center;
}
.newsletter-left-inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12%;
    padding-right: 12%;
}
.newsletter-left-inner h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 100;
    color: #111111;
    line-height: 40px;
}
.newsletter-right {
    position: relative;
    height: 325px;
    width: 100%;
    background-color: #a7d5d1;
    display: table;
    text-align: center;
}
.newsletter-right-inner {
    position: absolute;
    left: 50px;
    top: 50px;
    background: #fff;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    padding: 60px;
}
.newsletter-right-inner input {
    width: 100%;
    height: 45px;
    border: 0;
    border: 1px solid #e6e6e6;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.newsletter-right-inner input:focus {
    border: 1px solid #a7d5d1;
}
.newsletter-right-inner input[type=submit] {
    margin-top: 15px;
    max-width: 175px;
    margin: auto;
    background: #a7d5d1;
    border: 0;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5pt;
}
/* =Architecture Content
-------------------------------------------------------------- */

.architecture-content .box-over-image {
    min-height: 660px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #383838;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-over-image-inner {
    max-width: 430px;
    background: #fff;
    width: 100%;
    padding: 11%;
    margin-left: 20px;
    margin-right: 20px;
}
.box-over-image-inner h3 {
    font-weight: 400;
    text-align: center;
}
.box-over-image-inner h1 {
    font-weight: 400;
    text-align: center;
}
.box-over-image-inner hr {
    float: none;
}
.box-over-image-inner p {
    text-align: center;
}
.tabs-wrapper {
    background-color: #a7d5d1;
    min-height: 330px;
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
}
.tabs-wrapper h1 {
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.tabs-wrapper h3 {
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.tabs-image {
    margin-bottom: 30px;
}
.tabs-image img {
    max-width: 50%;
    height: auto;
}
.slider-item {
	width: 80%;
	margin: 0 auto;
	text-align: center
}
.slider-item img {
	padding-top: 7%;
}
.slider-item p {
	padding-top: 2%;
}
.circle-image img{
    max-width: 350px;
    max-height: 350px;
    height: auto;
    display: block;
    margin: auto;
    outline: 3px solid #F1F1F1;
    outline-offset: -15px;
}

.tab-view {
    background: #333;
}
/* About Studio */

.about-studio {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.our-studio-content {
    background-color: #383838;
    min-height: 460px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 40px;
}
.our-studio-content h1,
.our-studio-content p {
    color: #fff;
}
.our-studio-content hr {
    background: #fff;
}
.our-story {
    min-height: 500px;
    width: 100%;
    border-radius: 20px;
}
.our-story-content {
    background-color: #fff;
    margin-top: 0px;
    height: 500px;
    display: table;
    width: 100%;
    border-radius: 0 20px 20px 0;
}
.our-story-content2 {
    background-color: #0075A0;
    margin-top: 0px;
    height: 500px;
    display: table;
    width: 100%;
    border-radius: 0 20px 20px 0;
}
.our-story-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.our-story-image img {
    max-width: 100%;
    height: auto;
    outline: 8px solid white;
    outline-offset: -20px;
}
/*Team*/
.member {
    margin: auto;
    overflow: hidden;
    max-width: 350px;
}
.member .overlay-thumb {
    left: 0;
    right: 0;
    margin: auto;
}
.overlay-member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    display: table;
}
.overlay-member-content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.overlay-member-content-inner {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    z-index: 9;
    position: relative
}
.overlay-member-content-inner hr {
    float: none;
}
.member:hover .overlay-member-content-inner {
    opacity: 1;
    font-family: 'Lekton', sans-serif;
    text-align: center;
}
span.position {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block;
}
.member-name {
    padding-left: 17px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 6px;
    float: left;
}
ul.member-social-media {
    padding: 0;
}
.member-social-media li {
    display: inline-block;
    padding: 5px;
}
.member-social-media li a {
    font-size: 14px;
    color: #383838;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.member-social-media li a:hover {
    color: #fff;
}
ul.client-thumb li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 30px;
}
ul.client-thumb li a img {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb li a img:hover {
    opacity: 1;
}

ul.client-thumb-2 li{
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-left: -3px;
    border-right: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
    line-height: 145px;
}


ul.client-thumb-2 li:nth-child(4n+4) {
    border-right: 0;
}
ul.client-thumb-2 li:nth-child(-n+4) {
    border-top: 0;
}
ul.client-thumb-2 li:nth-child(n+5) {
    border-bottom: 0;
}

ul.client-thumb-2 li a img{
    max-width: 100%;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb-2 li a img:hover{
    opacity: 1;
}



/* =Portfolio General
-------------------------------------------------------------- */
.portfolio-wrapper {
    clear: both;
}
/* Filter Button */
.nav {
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #86eecb;
    cursor: pointer;
    border: none;
    width: 48px;
    height: 48px;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 25px
}
.nav:focus {
    outline: none;
}
.nav .icon-container {
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.nav .line {
    width: 26px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #a7d5d1;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.nav .line01 {
    top: 0;
    opacity: 1;
    transition-delay: 210ms;
}
.nav .line02 {
    top: 7px;
    transition-delay: 140ms;
}
.nav .line03 {
    top: 14px;
    transition-delay: 70ms;
}
.nav .line04 {
    top: 21px;
    opacity: 0;
    transition-delay: 0ms;
}
.active .nav .line {
    left: 28px;
}
.nav:hover .line {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}
.nav:hover .line01 {
    opacity: 0;
    transition-delay: 0ms;
}
.nav:hover .line02 {
    transition-delay: 70ms;
}
.nav:hover .line03 {
    transition-delay: 140ms;
}
.nav:hover .line04 {
    opacity: 1;
    transition-delay: 210ms;
}
.open.nav .line {
    transition: all 0.3s;
}
.open.nav:hover .line {
    -webkit-transform: none;
    transform: none;
}
.open.nav .line:nth-child(2) {
    background: 0;
}
.open.nav .line:nth-child(4) {
    background: 0;
}
.open.nav .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
}
.open.nav .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    opacity: 1;
}
.works-filter {
    float: left;
    line-height: 46px;
    margin-bottom: 42px;
}
.works-filter a {
    display: inline-block;
    font-size: 18px;
    padding-right: 8px;
    padding-left: 8px;
    color: #111111;
    font-weight: 300;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    opacity: 0;
}
.works-filter.open a {
    opacity: 1;
    transition: all 300ms cubic-bezier(.175, .885, .32, 1.075);
}
.works-filter.open a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.works-filter.open a:nth-child(1) {
    transition-duration: 600ms;
}
.works-filter.open a:nth-child(2) {
    transition-duration: 400ms
}
.works-filter.open a:nth-child(3) {
    transition-duration: 300ms
}
.works-filter.open a:nth-child(4) {
    transition-duration: 200ms
}
.works-filter a.active {
    color: #a7d5d1;
}
.works-filter a:before {
    padding-right: 20px;
    padding-left: 20px;
    color: #111111;
}
.works-filter a:first-child:before {
    content: "  ";
    padding-right: 5px;
    padding-left: 5px;
    color: #111111;
}
#work-grid, #dribbble-portfolio {
    clear: both;
}
.js-masonry {
    height: 100% !important;
    clear: both;
}
/*Overlay Thumb Portftolio and Team*/
.img {
    position: relative;
    overflow: hidden;
    display: inherit;
}

.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
}
.img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform 3s;
    transition: transform 0.5s;
}
.overlay-thumb a.main-portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 4;
    cursor: url(../img/cursor.png), auto;
}
.img .overlay-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
}
.img .overlay-thumb:hover {
    background-color:#6DBFA1;
}

.img .overlay-thumb.bg-white:hover{
    background-color: rgba(255, 255, 255, 0.65);
}
.overlay-thumb span {
    position: relative;
    z-index: 1;
    line-height: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
.details span.title,
.details span.info {
    color: #111111;
}
.details span.title {
    font-size: 18px;
    letter-spacing: 1.2pt;
    line-height: 24px;
    text-transform: uppercase;
    color: #141D30;
}
.details span.info {
    font-size: 14px;
    text-transform: uppercase;

}
.overlay-thumb .btnBefore,
.overlay-thumb .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-width: 0;
    transition: all ease-in-out;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    -ms-transition: all ease-in-out;
}
.overlay-thumb .btnBefore {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
}
.overlay-thumb .btnAfter {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}
.overlay-thumb:hover .btnBefore {
    border-width: 0 0 3px 3px;
}
.overlay-thumb:hover .btnAfter {
    border-width: 3px 3px 0 0;
}
.overlay-thumb:hover .btnAfter,
.overlay-thumb:hover .btnBefore {
    height: 100%;
    width: 100%;
    transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}
.overlay-thumb:hover:before,
.overlay-thumb:hover span {
    opacity: 1;
}
.overlay-thumb:hover .details span {
    top: 0;
}
.overlay-thumb:hover .title {
    transition-delay: 0.15s;
}
.overlay-thumb:hover .info {
    transition-delay: 0.25s;
}
/*Details on portfolio*/
.details {
    position:absolute; 
    left:50%; 
    top:50%; 
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
}
.details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.details .info {
    line-height: 1.2;
    letter-spacing: 1.5pt;
    margin-top: 5px;
    font-size: 12px;
}
.img .like-product {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    text-align: center;
}
.img:hover .like-product {
    opacity: 1;
}
.like-product i {
    font-size: 24px;
    cursor: pointer;
    margin-top: 18px;
    margin-left: 18px;
    border-radius: 50%;
    display: inline-block;
    color: #111111;
    transition: .4s;
}
.output {
    color: #111111;
    clear: both;
    display: block;
    padding-left: 18px;
}
span.like-product {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: 7;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
    padding-left: 48px;
    line-height: 58px;
}
.like-product i.press {
    -webkit-animation: size .4s;
    animation: size .4s;
    color: #505050;
}
span.press {
    line-height: 70px;
    font-size: 14px;
    visibility: visible;
    -webkit-animation: fade 1s;
    animation: fade 1s;
}
@-webkit-keyframes fade {
    0% {
        color: transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: transparent;
    }
}
@keyframes fade {
    0% {
        color: transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: transparent;
    }
}
@-webkit-keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
@keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
.load-more {
    text-align: center;
    margin-top: 50px;
    clear: both;
    float: left;
    width: 100%;
}
.load-more a {
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-size: 38px;
}
.load-more a:hover {
    color: #56c8d4;
}
.spinef {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
/* Height of portfolio */
.home-portfolio-image {
    height: 100%;
    margin: 10px;
    min-height: 320px;
    background-color: #0075A0;
    border-radius: 25px;
}
/* Height 3 column Portfolio */
.height-3column {
    height: 410px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* =Single Project
-------------------------------------------------------------- */
.single-project-slider {
    position: relative;
}
.single-project-slider .single-controls .arrow-left,
.single-project-slider .single-controls .arrow-right {
    position: absolute;
    top: calc(50% - 24px);
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
}
.single-project-slider .single-controls .arrow-left {
    left: 20px;
}
.single-project-slider .single-controls .arrow-right {
    right: 20px;
}
.single-project-slider .single-controls .arrow-left a,
.single-project-slider .single-controls .arrow-right a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #111111;
    border: 1px solid #fff;
}
.single-project-slider .single-controls .arrow-left a:hover,
.single-project-slider .single-controls .arrow-right a:hover {
    color: #fff;
    background: #a7d5d1;
    border: 1px solid #a7d5d1;
}
.single-project-slider .single-controls .arrow-right {
    right: 20px;
}
.single-project-slider .slider-controls a:hover,
.slider-controls a i:hover {
    color: #a7d5d1;
}
.single-portfolio-wrapper {
    margin-top: 50px
}
.single-portfolio-wrapper span.info {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
    clear: both;
    float: left;
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: left;
  }
  
  table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }
  
  
ul.social-buttons {
    padding: 0;
}
ul.social-buttons li {
    display: inline-block;
    padding-right: 10px;
}
.project-information td {} .single-project-images {
    margin-bottom: 30px;
}
.single-project-images img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.portfolio-controls {
    background: #f1f1f1;
    margin-top: 20px;
}
.btn-project {
    width: 100px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #f4f4f4;
    font-size: 24px;
}
.home-btn {
    float: left;
}
.back-btn,
.forward-btn {
    float: right;
    margin-left: 8px;
}
.btn-project a:hover {
    cursor: pointer;
}
.btn-project a {
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    display: block;
}
.btn-project:hover a:hover:before {
    opacity: 1;
    transform: translate(0, 0);
    color: #111;
    font-weight: 100;
}
.btn-project a:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    opacity: 0;
    transform: translate(100%, 0);
    transition: all .3s ease-in-out;
    font-size: 10px;
    background: #a7d5d1;
}

/*Similar Project*/
.similar-project {
    clear: both;
}
.similar-project h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Buttons home, back, next */
.btn-project a:hover i {
    opacity: 0;
    transform: translate(100%, 0);
}
.btn-project a i {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: .8em;
    transition: all .3s ease-in-out;
}

/* =Blog
-------------------------------------------------------------- */
.apply-btn {
    font-size: 20px;
    color: #00dfdf;
    font-weight: 600;
}
.apply-btn:hover {
    color: #fff;
}
.blog-post {
    margin-bottom: 30px;
}
.blog-front-image {
    position: relative;
}
.blog-front-image {
    position: relative;
    width: 100%;
}


.blog-thumb img{
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 30px;
}
.blog-thumb .icon-video-blog {
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 34px);
    font-size: 38px;
    color: #545454;
    width: 68px;
    height: 68px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.blog-thumb .icon-video-blog:hover {
    background-color: #fff;
}
.circle {
    stroke: #48ac8a;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

/*Play Button*/
.playBut { 
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 50%;
}
.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #000;
    transform: translateY(0);
}
.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #48ac8a;
    animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    70% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(0);
    }
}
.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}
/* STYLE FOR GRID */
.blog-front-content-grid {
    position: relative;
    right: 0;
    background: #383838;
    width: 100%;
    padding: 0px;
}
.blog-front-content {
    position: absolute;
    right: 0;
    background: #383838;
    width: 100%;
    padding: 40px;
}
.blog-front-content-inner {
    position: relative;
}

.blog-front-content-inner h1 a{
    color: #fff;
}
.blog-front-content-inner .post-date {
	width: 100%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-front-content-inner h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}
.blog-front-content-inner p {
    color: #fff;
    padding-bottom: 30px;
}
.blog-front-content2 {
    position: relative;
    right: 0;
    background: #4b8393;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
}
.read-more-blog-icon-grid {
    position: absolute;
    display: block;
    bottom: 20px;
    width: 90%;
}
.read-more-blog-icon-grid .apply-btn {
    margin: 0 auto;
}
.read-more-blog-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
}
.single-blog-wrapper {} .single-blog-wrapper h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
.info-title {
    color: #fff;
    line-height: 45px;
    padding-left: 8px;
}

.post-single-date {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.share-buttons {
    padding: 8px 0 8px 0;
}
.share-buttons ul {
    padding: 0;
}
.share-buttons ul li {
    display: inline;
}
.share-buttons ul li a,
.share-buttons ul li a i {
    font-size: 16px;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}
.share-buttons ul li a:hover,
.share-buttons ul li a i:hover {
    color: #a7d5d1;
}
.blog-tags ul {
    padding: 0 0 0 6px;
}
.blog-tags ul li {
    display: inline-block;
    background: #fff;
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    margin-top: 4px;
}
.blog-tags ul li a {
    color: #111;
    font-size: 12px;
    font-weight: 100;
}
.blog-tags ul li a:hover,
.blog-tags ul li:hover {
    color: #fff;
    background: #a7d5d1;
}
.full-blog-content {
    margin-top: 30px;
}
.full-blog-content p:first-of-type:first-letter {
    float: left;
    color: #fff;
    background-color: #111;
    font-size: 60px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 20px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
    font-family: 'Cocogoose';
}
/*Blog Timeline*/
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #5F5F5F;
    left: 20%;
    margin-left: -6px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 20px;
    color: #bdd0db;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    padding-top: 18px;
    color: #5F5F5F;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 35px 25%;
    background: #E1E2E1;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
}
.cbp_tmlabel h1,
.cbp_tmlabel p {
    color: #333;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #E1E2E1;
    border-width: 10px;
    top: 22px;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 60px;
    height: 60px;
    float: left;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #FFFFFF;
    background: #5F5F5F;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -35px;
}
.blog-v2-image {
    position: relative;
}
.blog-v2-image img {
    max-width: 100%;
    height: auto;
}
.icon-video-blogv2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 69px;
    height: 69px;
    top: calc(50% - 36px);
}
/* =Contact
-------------------------------------------------------------- */
.contact-map {
    position: relative;
    height: 450px;
}
.inner-map {
    position: absolute;
    z-index: 1;
    padding: 25px;
    top: -410px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 370px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.inner-map .inner-map-content {
    display: table-cell;
    vertical-align: middle;
}
.inner-map .inner-map-content h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'Cocogoose', sans-serif;
}
.inner-map .inner-map-content hr {
    float: none;
}
.inner-map .inner-map-content p {
    text-align: center;
    font-size: 18px;
}
.contact-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.contact-info {
    font-size: 24px;
    clear: both;
    margin-bottom: 25px;
    float: left;
}

#map{
    width: 100%;
    height: 410px;
}

.icon-info {
    float: left;
    line-height: 45px;
}
.title-info {
    display: block;
    font-family: 'Cocogoose', sans-serif;
    font-weight: 600;
    color: #00A19A;
    clear: both;
    margin-bottom: 15px;
    letter-spacing: 0;
    font-size: 20px;
}
.description-info {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.description-info a {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.info-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    font-weight: 700;
    background-color: #6DBFA1;
}
.info-icon i {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px 0px 7px;
}
.info-icon i:hover {
    color: #000;
}
.info-icon2 {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    font-weight: 700;
    background-color: #6DBFA1;
}
.info-icon2 i {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px 0px 0px;
}
.info-icon2 i:hover {
    color: #000;
}
.info-icon .pe-7s-phone {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 7px 0px 0px 7px;
}
.info-icon .pe-7s-map-marker {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 7px 0px 0px 6px;
}
.info-icon .pe-7s-home {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 7px 0px 0px 4px;
}
.info-icon .pe-7s-mail {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 7px 0px 0 4px;
}

.simplo-list {
	color: #939393;
	margin: 0!important;
	padding: 0!important;
}
.contact-form {} .contact-form input[type="submit"] {
    width: 100%;
    height: 48px;
    outline: 0;
    border: 0;
    background-color: #BED67F;
    font-size: 18px;
    color: #141D30;
    font-weight: 600;
    letter-spacing: 2pt;
    border-radius: 8px;
}
.contact-form input,
.contact-form textarea {
    margin-bottom: 30px;
}
input {
    outline: 0;
}
textarea {
    outline: 0;
    width: 100%;
    height: 125px;
    padding-top: 7px;
    resize: none;
}
.wpcf7-textarea {
	margin-bottom: 2px!important;
}
.modal-backdrop {
	background-color: transparent!important;
}
input[type="text"],
textarea {
    border: 1px solid #e6e6e6;
    padding-left: 10px;
}
input[type="text"]:focus,
textarea:focus {
    border: 1px solid #111;
}
input[type="text"] {
    height: 50px;
    width: 100%;
}
input[type="email"],
textarea {
    border: 1px solid #e6e6e6;
    padding-left: 10px;
}
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #111;
}
input[type="email"] {
    height: 50px;
    width: 100%;
}
input[type="file"] {
    height: 50px;
    width: 100%;
    padding-top: 12px;
	background-color: #e6e6e6;
	padding-left: 0!important;
    border-radius: 8px;
    margin-top: 18px;
}
input[type="file"]:focus,
textarea:focus {
    border: 1px solid #111;
}
/* =Page Not Found
-------------------------------------------------------------- */
.page-error{
    position: relative;
}
.page-error h1 {
    color: #f1f1f1;
    font-size: 21vw;
    position: absolute;
    left: 15%;
    top: 50px;
    z-index: -1;
}
.page-error h3 {
    margin-top: 125px;
    font-size: 20px;
    font-weight: 300;
    color: #3A3939;
    font-size: 28px;
    float: left;
    padding: 8px;
}

.page-error p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 65px;
    color: #3A3939;
    float: left;
    padding: 8px;
}
.page-error p a {
    color: #a7d5d1;
    padding-left: 5px;
    padding-right: 5px;
}

/* =Footer
-------------------------------------------------------------- */
.footer {
    width: 100%;
    float: left;
    background: #f4f4f4;
    min-height: 300px;
}
.footer-inner {
    height: 300px;
    display: table;
    width: 100%;
}
.footer-content {
    display: table-cell;
    vertical-align: middle;
}
.footer-content p {
    color: #787878;
}
.footer-content h4 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.footer-content address {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1.5pt;
}
ul.social-media {
    padding: 0;
}
ul.social-media li {
    width: 30px;
    height: 30px;
    list-style-type: none;
    display: inline-block;
    padding: 5px;
    background-color: #6DBFA1;
    border-radius: 50%;
}
ul.social-media li a i {
    color: #111111;
    padding-left: 3px;
}
ul.social-media li a i:hover {
    color: #a7d5d1;
}
.copyright-mark {
    margin-top: 5px;
    display: block;
    text-align: center;
    color: #787878;
    letter-spacing: 1.5pt;
}

/* =WordPress Core
-------------------------------------------------------------- */
.sticky{
    position: absolute;
    top: 0px;
    left: -1px;
    width: 60px;
    height: 40px;
    background-color: #f6ee53;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    z-index: 1;
}
.gallery-caption{
    padding: 25px;
}
.bypostauthor{
    font-weight: 700;
}

.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption.alignnone {
   margin: 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*  Bootstrap Alerts */
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #5cb85c;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #d2d2d2;
}
.alert-info {
  background-color: #5bc0de;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #d2d2d2;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #d2d2d2;
}
.alert-danger {
  background-color: #d9534f;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #d2d2d2;
}