body {
	color: #252a32;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	opacity: 0;
}

a {
    color: #252a32;
}

a:hover {
	color: #07d1c5;
}

img.lazy {
    display: block;
    background-color: #f8f8f8;
    background-image: url(img/loading-buffering.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px;
    height: 100%;
}

.btn {
    color: #fff;
    background: #07d1c5;;
    border-radius: 0;
    border: 2px solid #07d1c5;;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 14px;
    white-space: inherit;
}

.btn:hover {
    color: #fff;
    background: #252a32;
    border: 2px solid #252a32;
}

.main-title	{
	display: block;
	text-align: center;
}

.main-title h1,
.main-title h2 {
	display: inline-block;
	position: relative;
}

.main-title h1:after, 
.main-title h1:before,
.main-title h2:after, 
.main-title h2:before {
    content: "";
    position: absolute;
    top: 52%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #07d1c5;
    transition: all .3s;
    margin-top: -1px;
}

.main-title h1:before,
.main-title h2:before {
    left: -50px;
    width: 40px;
}

.main-title h1:after,
.main-title h2:after {
    right: -50px;
    width: 40px;
}


/* About */

.about-content {
	background: #f0f6f6;
}


/* Product */

.product {
	position: relative;
}

.product .bg-height-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f0f6f6;
}

/* Carousel */

#home-page .page-count {
    display: none !important;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

div#gutter-ow::after {
    content: "";
    display: block;
    clear: both;
}

button.btn-play-stop, .tns-visually-hidden {
    display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
    display: inline-block;
}

.tns-nav > .tns-nav-active {
    background: #07d1c5;
}

.tns-nav {
    float: left;
    margin-top: 8px;
}

.tns-controls {
    float: right;
    font-size: 26px;
}

.tns-controls div {
	background: #07d1c5;
	width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 37px;
}

.tns-controls div:hover {
	background: #252a32;
}

.tns-controls div i {
    color: #fff;
}

.tns-controls div:first-child {
    margin-right: 10px;
}

.tns-slider .img {
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.tns-slider .img img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    -ms-transform: scale(1, 1);
  	-webkit-transform: scale(1, 1);
  	transform: scale(1, 1);
  	transition: .5s;
}

.tns-slider>.tns-item:hover .img img {
	-ms-transform: scale(1.5, 1.5);
  	-webkit-transform: scale(1.5, 1.5);
  	transform: scale(1.5, 1.5);
  	transition: 2s;
}



@media only screen and (max-width: 1024px) {
/* start */

.tns-slider .img img {
    height: 200px;
}

/* end 1024 */
}

.lb-data .lb-number {
	display: none !important;
}

.tns-slider .item {
	position: relative;
	cursor: pointer;
}

.tns-slider .zoom {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .55);
	transition: .3s;
	opacity: 0;
}

.tns-slider>.tns-item:hover .zoom {
	transition: .3s;
	opacity: 1;
}

.tns-slider .zoom .pic {
	background-image: url(img/zoom.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.tns-slider a:hover {
	text-decoration: none;
	color: initial;
}

.tns-slider .inner {
	padding-bottom: 20px;
    overflow-x: hidden;
}

.tns-slider .inner h3 {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 23px;
}

.tns-ovh {
    margin-bottom: 10px;
}

.tns-slider>.tns-item:hover h3 {
	color: #07d1c5;
}

.tns-slider .description {
	margin-top: 5px;
}

.tns-slider .description span {
	font-size: 13px;
	color: #888;
    text-transform: uppercase;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
    padding-right: 10px;
    line-height: 1;
    border-right: 1px solid #eee;
}

.tns-slider .description span:last-child {
	border: 0;
	margin-right: 0;
}

.tns-slider .details {
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

.tns-slider .details span {
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    color: #888;
    position: relative;
}

.tns-slider .details span img {
    height: 20px;
    margin-right: 2px;
    position: relative;
    top: 5px;
}

.tns-slider .details span legend {
    position: absolute;
    top: 25px;
    left: 0;
    background: #07d1c5;
    padding: 7px 4px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
    min-width: 90px;
    display: none;
}

.tns-slider .details span:hover legend {
	display: block;
}


/* Teaser */

.teaser .icon {
    position: relative;
    max-width: 70px;
    margin: auto;
}

.teaser .icon:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    border-radius: 23px;
    top: -10px;
    left: 0px;
    background: #f0f6f6;
    z-index: -1;
}

.teaser h4 {
    position: relative;
}

.teaser h4:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #07d1c5;
}


/* Contact */

.contact-content {
	background: #f0f6f6;
}

.contact-content i {
    color: #07d1c5;
    margin-right: 5px;
    width: 18px;
    text-align: center;
}

.contact-content form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contact-content form::after {
	content: "";
	display: block;
	clear: both;
}

.contact-content form label {
	display: block;
    font-size: 14px;
    font-style: italic;
    color: #888;
    transition: .2s;
}

.contact-content input[type="text"], 
.contact-content input[type=email], 
.contact-content textarea {
    background: transparent;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #cccc;
    padding: 0 20px;
    color: #07d1c5;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
    margin-bottom: 20px;
    transition: .2s;
}

.contact-content textarea {
	height: 115px;
    resize: none;
    line-height: 1.3;
    padding: 10px 15px;
}

.contact-content .field:hover input[type="text"], 
.contact-content .field:hover input[type=email], 
.contact-content .field:hover textarea {
	border-color: #aaa;
}

.contact-content .field:hover label {
	font-style: normal;
    color: #252a32;
    transition: .2s;
}

.contact-content .field.checked label {
    font-style: normal !important;
    color: #252a32 !important;
}

.contact-content .field.checked input[type="text"], 
.contact-content .field.checked input[type=email], 
.contact-content .field.checked textarea {
	border-color: #252a32;
}

.contact-content .submit {
    width: 100%;
    padding-right: 15px;
}

.contact-content .submit input[type="submit"] {
	float: right;
}

.contact-content span.alert {
	display: block;
    color: #888;
    font-style: italic;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 13px;
}

.btn.btn-search {
    display: none;
}

.icon-service {
	position: relative;
    margin-top: 50px;
    display: inline-block;
    margin-left: 12px;
    top: 20px;
}

.icon-service:first-child {
    margin-top: 0;
}

.icon-service img {
    max-width: 70px;
    margin: 0 !important;
}

.icon-service:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    border-radius: 23px;
    top: -12px;
    left: -12px;
    background: #f0f6f6;
    z-index: -1;
}

.service h2 {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 25px !important;
}

/* Testimonial */

.testimonials_content {
    background-color: #fafafa;
    text-align: center;
    position: relative;
}

.testimonials_content .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(11,82,101, .2);
    z-index: 0;
}

.testimonials_content strong {
    margin-bottom: 25px;
    font-size: 25px;
    display: block;
    color: #fff;
}

.cd-testimonials-wrapper {
    position: relative;
    width: 90%;
    max-width: 800px;
    background-color: rgba(255,255,255, .8);
    margin: 2em auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 55px 40px 20px;
    z-index: 1;
}

.cd-testimonials-wrapper .quote {
    font-size: 60px;
    position: absolute;
    top: -25px;
    left: 30px;
}

.cd-testimonials-wrapper .quote {
    color: #07d1c5;
}

.cd-testimonials {
  color: #ffffff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
    font-style: italic;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 16px;
    color: #2b2f30;
}

.cd-author strong {
    font-weight: 700;
}

.cd-author .cd-author-info {
    text-align: right;
}
.cd-author .cd-author-info li {
    font-size: 15px;
    color: #07d1c5;
    font-weight: 600;
    text-align: left
}

.cd-author .cd-author-info li img {
    border-radius: 50px;
    margin-right: 10px;
    position: relative;
    float: left;
}

.cd-author .cd-author-info li span {
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }

  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }

  ul.flex-direction-nav {
        display: none;
    }
}

.flex-direction-nav li {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flex-direction-nav li:first-child {
    left: -40px;
}
.flex-direction-nav li:last-child {
    right: -40px;
}
.flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
    background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 45px;
    width: 4px;
    height: 16px;
    background-color: #07d1c5;
}
.flex-direction-nav li a::before {
    -webkit-transform: translateY(-35px) rotate(45deg);
    -moz-transform: translateY(-35px) rotate(45deg);
    -ms-transform: translateY(-35px) rotate(45deg);
    -o-transform: translateY(-35px) rotate(45deg);
    transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -moz-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    -o-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-35px) rotate(-45deg);
    -moz-transform: translateY(-35px) rotate(-45deg);
    -ms-transform: translateY(-35px) rotate(-45deg);
    -o-transform: translateY(-35px) rotate(-45deg);
    transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -moz-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    -o-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg);
}

@media only screen and (min-width: 1170px) {
    .flex-direction-nav li:first-child {
      left: -120px;
    }
    .flex-direction-nav li:last-child {
      right: -120px;
    }
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #07d1c5;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #222;
  }
}