@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,700&subset=latin-ext');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a,
a:hover,
a:focus,
a:active {
transition: all .3s;
text-decoration: none;
}
::selection {
background: rgba(20, 20, 20, .6);
color: #fff;
}
::-moz-selection {
background: rgba(20, 20, 20, .6);
color: #fff;
}
@font-face {
font-family: 'mr';
src:  url('../ext/icon/mr.eot?o7a3w1');
src:  url('../ext/icon/mr.eot?o7a3w1#iefix') format('embedded-opentype'),
url('../ext/icon/mr.ttf?o7a3w1') format('truetype'),
url('../ext/icon/mr.woff?o7a3w1') format('woff'),
url('../ext/icon/mr.svg?o7a3w1#mr') format('svg');
font-weight: normal;
font-style: normal;
}
i {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'mr' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mri-at:before {
content: "\e910";
}
.mri-bars:before {
content: "\e911";
}
.mri-building:before {
content: "\e912";
}
.mri-fax:before {
content: "\e913";
}
.mri-headset:before {
content: "\e914";
}
.mri-home:before {
content: "\e915";
}
.mri-phone:before {
content: "\e916";
}
.mri-angle-left:before {
content: "\e900";
}
.mri-angle-right:before {
content: "\e901";
}
.mri-arrow-down:before {
content: "\e902";
}
.mri-arrow-left:before {
content: "\e903";
}
.mri-arrow-right:before {
content: "\e904";
}
.mri-pencil-ruler:before {
content: "\e905";
}
.mri-search:before {
content: "\e90c";
}
.mri-times:before {
content: "\e90d";
}
.mri-toolbox:before {
content: "\e90e";
}
.mri-truck:before {
content: "\e90f";
}
.mri-s-facebook-f:before {
content: "\e906";
}
.mri-s-google-plus-g:before {
content: "\e907";
}
.mri-s-instagram:before {
content: "\e908";
}
.mri-s-pinterest-p:before {
content: "\e909";
}
.mri-s-twitter:before {
content: "\e90a";
}
.mri-s-youtube:before {
content: "\e90b";
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
body {
font-family: 'Barlow', sans-serif;
}
.header {
position: fixed;
width: 100%;
z-index: 10;
transition: all .4s;
-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
background: #fff;
color: #000;
}
.header .container {
    position: relative;
}
.navbar-nav:not(.sm-collapsible) ul .caret {
position: absolute;
right: 0;
margin-top: 6px;
margin-right: 15px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
padding-right: 30px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
position: absolute;
right: 0;
margin: -3px 15px 0 0;
padding: 0;
width: 32px;
height: 26px;
line-height: 24px;
text-align: center;
border-width: 1px;
border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
content: '+';
font-family: monospace;
font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
padding-right: 50px;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
position: static;
margin: 0 0 0 2px;
padding: 0;
width: 0;
height: 0;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-bottom: 0;
border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
padding-right: 15px;
}
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
position: absolute;
display: none;
visibility: hidden;
height: 20px;
overflow: hidden;
text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
position: absolute;
top: -2px;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
overflow: hidden;
border-top: 7px dashed transparent;
border-right: 7px dashed transparent;
border-bottom: 7px solid;
border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
top: 6px;
border-top: 7px solid;
border-right: 7px dashed transparent;
border-bottom: 7px dashed transparent;
border-left: 7px dashed transparent;
}
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
padding-left: 65px;
}
.navbar-nav .dropdown-menu > li > a {
white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
white-space: normal;
}
.navbar-right ul.dropdown-menu {
left: 0;
right: auto;
}
@media (min-width: 768px) {
.header:hover {
background: #fff;
transition: all .4s;
}
.header:hover .navbar-default .navbar-nav>li>a,
.header:hover .search {
color: #000;
}
.header:hover .navbar-default .navbar-nav>li>a:hover,
.header:hover .navbar-default .navbar-nav>.open>a.has-submenu {
background: transparent;
color: #00bcad;
}
.header:hover .navbar-default .navbar-brand .logo {
background-image: url('../img/logo-dark.svg');
}
}
.header-scroll {
background: #fff;
transition: all .4s;
}
.header .navbar-default {
background: transparent;
border: none;
border-radius: 0;
margin: 0;
border-bottom: 1px solid rgba(255, 255, 255, .3);
padding: 0 40px;
}
.header .navbar-default .navbar-brand {
padding: 35px 0 0;
margin: 0 30px 0 0;
}
.header .navbar-default .navbar-brand .logo {
float: left;
width: 213px;
height: 50px;
background-image: url('../img/logo-dark.svg');
background-size: 213px 50px;
background-position: left top;
background-repeat: no-repeat;
padding: 0;
}
.header .navbar-default .navbar-nav>li>a {
color: #000;
font-weight: 700;
text-transform: uppercase;
padding: 50px 10px;
}
.header .navbar-default .navbar-nav>li>a:hover,
.header .navbar-default .navbar-nav>.open>a.has-submenu {
background: transparent;
color: #fff;
}
.header .navbar-default .navbar-nav .dropdown-menu {
margin-top: -20px !important;
border-radius: 5px;
border: none;
padding: 20px 0;
-webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03);
box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03);
}
.header .navbar-default .navbar-nav .dropdown-menu li a {
color: #000 !important;
font-size: 16px;
font-weight: 400;
position: relative;
}
.header .navbar-default .navbar-nav .dropdown-menu li a i {
position: absolute;
top: 11px;
right: 20px;
font-size: 14px;
}
.header .navbar-default .navbar-nav .dropdown-menu li a:hover {
color: #00bcad !important;
background: transparent;
}
.header .navbar-default .navbar-nav .dropdown-inner {
margin-top: -45px !important;
left: 10px !important;
}
.header .navbar-default .nav .open>a,
.header .navbar-default .nav .open>a:hover,
.header .navbar-default .nav .open>a:focus {
background: transparent;
}
.header .search {
position: absolute;
top: 43px;
right: 40px;
font-size: 30px;
color: #000;
cursor: pointer;
transition: all .4s;
}
.header .menu {
position: absolute;
top: 0;
right: 0;
padding: 18px 17px 17px;
font-size: 24px;
color: #000;
cursor: pointer;
transition: all .4s;
}
#search,
#menu {
width: 100%;
height: 100vh;
}
#search .search_close {
position: absolute;
top: 18px;
right: 24px;
font-size: 30px;
color: #000;
padding: 20px;
margin: 0;
background: transparent;
border-radius: 0;
border: none;
box-shadow: none;
outline: 0 none;
transition: all .3s;
}
#search .search_close:hover {
transform: rotate(180deg);
transition: all .3s;
}
#search .content {
margin: 200px 0 0;
position: relative;
}
#search .content .form-control {
font-size: 16px;
color: #000;
font-weight: 700;
letter-spacing: 5px;
text-transform: uppercase;
padding: 18px 0;
border: none;
border-bottom: 2px solid #000;
border-radius: 0;
background: transparent;
box-shadow: none;
height: auto;
}
#search .content .form-control::-moz-placeholder {
color: #000;
}
#search .content .form-control:-ms-input-placeholder {
color: #000;
}
#search .content .form-control::-webkit-input-placeholder {
color: #000;
}
#search .content .search-submit {
position: absolute;
top: 0;
right: 0;
font-size: 30px;
color: #000;
padding: 0;
background: transparent;
border-radius: 0;
box-shadow: none;
outline: 0 none;
}
#menu .heading {
height: 60px;
padding: 0 10px;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#menu .heading .logo {
float: left;
width: 171px;
height: 40px;
background-image: url('../img/logo-dark.svg');
background-size: 171px 40px;
background-position: left top;
background-repeat: no-repeat;
margin: 10px 0 0;
}
#menu .heading .menu_close {
position: absolute;
top: 0;
right: 0;
font-size: 24px;
color: #000;
padding: 13px 20px 12px;
margin: 0;
background: transparent;
border-radius: 0;
border: none;
box-shadow: none;
outline: 0 none;
transition: all .3s;
}
#menu .mmenu a {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, .1);
padding: 20px 10px;
font-size: 18px;
color: #000;
text-transform: uppercase;
font-weight: 700;
position: relative;
}
#menu .has-sub-mmenu .mmenu__body a {
text-transform: none;
font-weight: 400;
background: #fafafa;
font-size: 16px;
}
#menu .has-sub-mmenu .mmenu__body .mmenu__body a {
background: #fff;
}
#menu .mmenu-arrow::before {
content: '\e902';
font-family: 'mr';
position: absolute;
top: 20px;
right: 18px;
transition: all .3s;
}
#menu .is-open>.mmenu-arrow::before {
transform: rotate(180deg);
transition: all .3s;
}
.header-scroll .navbar-default .navbar-brand {
padding: 14px 0 0;
}
.header-scroll .navbar-default .navbar-nav>li>a {
padding: 30px 10px;
color: #000;
}
.header-scroll .search {
top: 25px;
}
.header-scroll .navbar-default .navbar-nav>li>a:hover,
.header-scroll .navbar-default .navbar-nav>.open>a.has-submenu,
.header-scroll .search,
.header-scroll .menu {
color: #000;
}
.header-scroll .navbar-default .navbar-brand .logo {
background-image: url('../img/logo-dark.svg');
}
.header-scroll .lang_flag {
    top: 33px;
    transition: all .2s;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.welcome .owl-carousel {
height: 100vh;
}
.welcome .owl-carousel .slide {
position: relative;
background-size: cover;
background-position: center;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.welcome .owl-carousel .slide .caption {
max-width: 700px;
width: 100%;
padding: 0 20px;
color: #fff;
}
.welcome .owl-carousel .slide .caption .vbar {
background: #00bcad;
width: 6px;
height: 50px;
margin: 0 auto 40px;
}
.welcome .owl-carousel .slide .caption .subtitle {
text-transform: uppercase;
font-weight: 700;
letter-spacing: 5px;
margin: 0 0 30px;
}
.welcome .owl-carousel .slide .caption .title {
font-size: 35px;
line-height: 45px;
font-weight: 700;
margin: 0 0 40px;
}
.welcome .owl-carousel .slide .caption .more .btn {
background: #fff;
border: 2px solid;
border-color: #fff;
color: #000;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
width: 220px;
height: 55px;
padding: 13px 10px;
}
.welcome .owl-carousel .slide .caption .more .btn i {
margin: 0 0 0 10px;
}
.welcome .owl-theme .owl-nav {
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.welcome .owl-theme .owl-nav button.owl-next,
.welcome .owl-theme .owl-nav button.owl-prev {
position: absolute;
bottom: 0;
font-size: 30px;
border: 2px solid #fff;
color: #fff;
background: transparent;
border-radius: 100%;
width: 55px;
height: 55px;
margin: 0;
opacity: .3;
transition: all .3s;
outline: 0 none;
}
.welcome .owl-theme .owl-nav button.owl-prev {
left: 20px;
}
.welcome .owl-theme .owl-nav button.owl-next {
right: 20px;
}
.welcome .owl-theme .owl-nav button.owl-next:hover,
.welcome .owl-theme .owl-nav button.owl-prev:hover {
opacity: 1;
transition: all .3s;
}
.about {
color: #000;
min-height: 800px;
position: relative;
margin: 120px 0 0;
}
.about .bg {
overflow: hidden;
width: 45%;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #000;
}
.about .vbar {
background: #00bcad;
width: 6px;
height: 50px;
margin: 80px 0 40px;
}
.about .subtitle {
color: #000;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 5px;
margin: 0 0 30px;
}
.about .title {
color: #000;
font-size: 35px;
line-height: 42px;
font-weight: 700;
margin: 0 0 40px;
}
.about p {
font-size: 18px;
line-height: 24px;
color: #646464;
margin: 0 0 40px;
}
.about .more .btn {
background: #00bcad;
border: 2px solid;
border-color: #00bcad;
color: #fff;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
width: 180px;
height: 55px;
padding: 13px 10px;
}
.about .more .btn i {
margin: 0 0 0 10px;
}
.step {
margin: 80px 0 120px;
}
.step .box {
text-align: center;
margin: 40px 0 0;
}
.step .box i {
font-size: 80px;
color: #00bcad;
}
.step .box .title {
color: #000;
font-size: 20px;
font-weight: 700;
margin: 40px 0;
text-transform: uppercase;
}
.step .box p {
font-size: 18px;
line-height: 24px;
color: #646464;
min-height: 96px;
}
.step .box .num {
color: #000;
font-weight: 700;
}
.step .box .num .vbar {
background: #00bcad;
width: 3px;
height: 25px;
margin: 40px auto 20px;
}
.what-we-do {
margin: 120px 0 0;
}
.what-we-do .heading {
max-width: 700px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.what-we-do .heading .vbar {
background: #00bcad;
width: 6px;
height: 50px;
margin: 0 auto 40px;
}
.what-we-do .heading .subtitle {
color: #000;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 5px;
margin: 0 0 30px;
}
.what-we-do .heading .title {
color: #000;
font-size: 35px;
line-height: 42px;
font-weight: 700;
margin: 0 0 80px;
}
.what-we-do .projects {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #000;
padding: 180px 0 60px;
margin: 0 0 120px;
}
.what-we-do .projects .box {
border: 1px solid rgba(255, 255, 255, .3);
text-align: center;
padding: 60px 20px;
font-weight: 700;
display: block;
transition: all .4s;
}
.what-we-do .projects .box:hover {
background: #fff;
transition: all .4s;
}
.what-we-do .projects .box:hover .title {
color: #000;
transition: all .4s;
}
.what-we-do .projects .box .num {
color: #00bcad;
margin: 0 0 40px;
letter-spacing: 5px;
}
.what-we-do .projects .box .title {
font-size: 18px;
line-height: 24px;
color: #fff;
transition: all .4s;
}
.what-we-do .projects .owl-theme .owl-nav {
margin: 0;
position: absolute;
top: 60%;
transform: translateY(-60%);
width: 100%;
}
.what-we-do .projects .owl-theme .owl-nav button.owl-next,
.what-we-do .projects .owl-theme .owl-nav button.owl-prev {
position: absolute;
bottom: 0;
font-size: 20px;
border: none;
color: #fff;
background: transparent;
border-radius: 0;
width: 40px;
height: 40px;
margin: 0;
opacity: .3;
transition: all .4s;
outline: 0 none;
}
.what-we-do .projects .owl-theme .owl-nav button.owl-prev {
left: -50px;
}
.what-we-do .projects .owl-theme .owl-nav button.owl-next {
right: -50px;
}
.what-we-do .projects .owl-theme .owl-nav button.owl-next:hover,
.what-we-do .projects .owl-theme .owl-nav button.owl-prev:hover {
opacity: 1;
transition: all .4s;
}
.what-we-do .inner {
overflow: auto;
}
.what-we-do .thumb {
position: relative;
background: #000;
}
.what-we-do .inner .thumb .overlay .color {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
transition: all .4s;
}
.what-we-do .inner:hover .thumb .overlay .color {
background: rgba(0, 0, 0, .5);
transition: all .4s;
}
.what-we-do .inner .thumb .overlay .icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
color: #fff;
-webkit-transform: translateX(-30px) scale(.90);
-ms-transform: translateX(-30px) scale(.90);
transform: translateX(-30px) scale(.90);
opacity: 0;
transition: all .4s;
}
.what-we-do .inner:hover .thumb .overlay .icon {
opacity: 1;
-webkit-transform: translateX(0) scale(1);
-ms-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
transition: all .4s;
}
.what-we-do .row {
margin: 0;
}
.what-we-do .nopadding {
padding: 0 !important;
margin: 0 !important;
}
.what-we-do .nopadding img {
width: 100%;
}
.what-we-do .left .title,
.what-we-do .right .title {
color: #000;
font-size: 35px;
font-weight: 700;
position: relative;
margin: 290px 0 40px;
}
.what-we-do .left .title::before,
.what-we-do .right .title::before {
content: '';
width: 50px;
height: 6px;
background: #00bcad;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.what-we-do .left p,
.what-we-do .right p {
color: #646464;
font-size: 18px;
line-height: 24px;
margin: 0 0 40px;
}
.what-we-do .left .more .btn,
.what-we-do .right .more .btn {
background: transparent;
color: #00bcad;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border: none;
border-radius: 0;
padding: 0;
box-shadow: none;
}
.what-we-do .right .content {
padding: 0 0 0 70px;
}
.what-we-do .right .title::before {
left: -95px;
}
.what-we-do .left .content {
padding: 0 70px 0 0;
text-align: right;
}
.what-we-do .left .title::before {
right: -95px;
}
.brands {
background: #000;
padding: 80px 0;
margin: 120px 0;
}
.testimonials .owl-carousel img {
width: auto !important;
display: inline-block !important;
border-radius: 100%;
width: 100px;
height: 100px;
}
.testimonials .item {
text-align: center;
}
.testimonials .item .heading {
margin: 40px 0;
}
.testimonials .item .heading .name {
color: #00bcad;
font-weight: 700;
margin: 0 0 10px;
}
.testimonials .item .heading .brand {
color: #969696;
}
.testimonials .item p {
color: #000;
font-size: 18px;
line-height: 24px;
}
.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
margin: 80px 0 0 !important;
}
.testimonials .owl-theme .owl-dots button {
outline: none;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
background: #e6e6e6;
width: 50px;
height: 6px;
margin: 0 10px;
border-radius: 0;
transition: all .3s;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
background: #00bcad;
transition: all .3s;
}
.faq {
background: #fafafa;
margin: 120px 0 0;
}
.faq .content .vbar {
background: #00bcad;
width: 6px;
height: 50px;
margin: 0 0 40px;
}
.faq .content .subtitle {
color: #000;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 5px;
margin: 0 0 30px;
}
.faq .content .title {
color: #000;
font-size: 35px;
line-height: 42px;
font-weight: 700;
margin: 0 0 40px;
}
.faq .content p {
font-size: 18px;
line-height: 24px;
color: #646464;
margin: 0 0 40px;
}
.faq .content .more .btn {
background: transparent;
color: #00bcad;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border: none;
border-radius: 0;
padding: 0;
box-shadow: none;
}
.faq .content .more .btn i {
margin: 0 0 0 10px;
}
.faq .accordion {
padding: 90px 0;
}
.faq .accordion .accordion__panel {
border-bottom: 1px solid #dcdcdc;
padding: 0 0 30px;
margin: 0 0 30px;
}
.faq .accordion .accordion__panel--active {
transition: all .3s;
}
.faq .accordion .accordion__panel:last-child {
border: none;
padding: 0;
margin: 0;
}
.faq .accordion .accordion__trigger {
color: #000;
font-size: 18px;
line-height: 24px;
font-weight: 700;
padding: 0 80px 0 0;
cursor: pointer;
transition: all .3s;
position: relative;
}
.faq .accordion .accordion__trigger::before {
content: '\e902';
font-family: 'mr';
position: absolute;
top: 0;
right: 0;
font-size: 20px;
color: #000;
transition: all .3s;
}
.faq .accordion .accordion__panel--active .accordion__trigger::before {
transform: rotate(180deg);
transition: all .3s;
}
.faq .accordion .accordion__panel--active .accordion__trigger,
.faq .accordion .accordion__trigger:hover {
color: #00bcad;
transition: all .3s;
}
.faq .accordion .accordion__content {
color: 646464;
line-height: 22px;
margin: 40px 0 0;
}
.contact-us {
background: #00bcad;
color: #fff;
}
.contact-us .content {
padding: 40px 0;
}
.contact-us .content .title {
font-size: 35px;
font-weight: 700;
margin: 0 0 15px;
}
.contact-us .content p {
font-size: 18px;
line-height: 24px;
}
.contact-us .more {
position: relative;
}
.contact-us .more .btn {
font-size: 30px;
color: #fff;
background: #f0aa5a;
border: none;
border-radius: 100%;
width: 100px;
height: 100px;
line-height: 100px;
padding: 0;
position: absolute;
right: 0;
top: 40px;
}
.pages .welcome {
min-height: 470px;
background: transparent;
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
color: #fff;
overflow: hidden;
margin: 0 0 30px;
}
.pages .welcome .heading {
max-width: 700px;
width: 100%;
margin: 100px auto 0;
padding: 0 20px;
text-align: center;
}
.pages .welcome .heading .vbar {
background: #00bcad;
width: 6px;
height: 50px;
margin: 0 auto 40px;
}
.pages .welcome .heading .title {
font-size: 35px;
line-height: 42px;
font-weight: 700;
margin: 0 0 40px;
}
.pages .welcome .heading .breadcrumb {
background: transparent;
padding: 0;
margin: 0;
font-size: 18px;
color: #00bcad;
}
.pages .welcome .heading .breadcrumb a,
.pages .welcome .heading .breadcrumb>.active,
.pages .welcome .heading .breadcrumb>li+li:before {
color: #00bcad;
}
.category-list .box {
text-align: center;
margin: 90px 0 0;
}
.category-list .box .thumb {
position: relative;
}
.category-list .box .thumb .overlay .color {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
transition: all .4s;
}
.category-list .box:hover .thumb .overlay .color {
background: rgba(0, 0, 0, .5);
transition: all .4s;
}
.category-list .box .thumb .overlay .icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
color: #fff;
-webkit-transform: translateX(-30px) scale(.90);
-ms-transform: translateX(-30px) scale(.90);
transform: translateX(-30px) scale(.90);
opacity: 0;
transition: all .4s;
}
.category-list .box:hover .thumb .overlay .icon {
opacity: 1;
-webkit-transform: translateX(0) scale(1);
-ms-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
transition: all .4s;
}
.category-list .box .vbar {
background: #00bcad;
width: 6px;
height: 50px;
margin: -25px auto 40px;
position: relative;
z-index: 1;
}
.category-list .box .title {
font-size: 35px;
font-weight: 700;
margin: 0 0 40px;
display: block;
color: #000;
}
.category-list .box p {
color: #646464;
font-size: 18px;
line-height: 24px;
}
.category-text {
background: #f0aa5a;
margin: 160px 0 0;
color: #fff;
}
.category-text .thumb {
position: relative;
top: -40px;
-webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
}
.category-text .title {
font-size: 35px;
font-weight: 700;
margin: 35px 0 20px;
}
.category-text p {
font-size: 18px;
line-height: 24px;
}
.category-text a {
display: block;
text-transform: uppercase;
font-weight: 700;
color: #000;
margin: 40px 0 29px;
}
.product-list .box .title {
font-size: 25px;
}
.product-list .box {
margin: 60px 0 0;
}
.nav-menu {
text-align: center;
}
.nav-menu .pagination {
margin: 90px 0 0;
}
.nav-menu .pagination li a {
border-radius: 0;
font-size: 20px;
border-color: #00bcad;
font-weight: 700;
width: 50px;
height: 50px;
color: #00bcad;
padding: 0;
line-height: 47px;
}
.nav-menu .pagination li.active a,
.nav-menu .pagination li:hover a,
.nav-menu .pagination li a:focus,
.nav-menu .pagination li a:active {
border-color: #00bcad;
background: #00bcad;
color: #fff;
}
.nav-menu .pagination>.disabled>span,
.nav-menu .pagination>.disabled>span:hover,
.nav-menu .pagination>.disabled>span:focus,
.nav-menu .pagination>.disabled>a,
.nav-menu .pagination>.disabled>a:hover,
.nav-menu .pagination>.disabled>a:focus {
color: #00bcad;
background-color: #fff;
border-color: #00bcad;
cursor: not-allowed;
width: 50px;
height: 50px;
font-size: 20px;
}
.products-detail .header {
background: #fff;
transition: all .4s;
}
.products-detail .header .navbar-default .navbar-nav>li>a,
.products-detail .header .search,
.products-detail .header .menu {
color: #000;
}
.products-detail .header .navbar-default .navbar-nav>li>a:hover,
.products-detail .header .navbar-default .navbar-nav>.open>a.has-submenu {
background: transparent;
color: #00bcad;
}
.products-detail .header .navbar-default .navbar-brand .logo {
background-image: url('../img/logo-dark.svg');
}
.product-single {
margin: 0 0 120px;
}
.without-welcome {
padding: 120px 0 0;
}
.without-welcome .breadcrumb {
background: transparent;
padding: 37px 0;
margin: 0;
font-size: 16px;
color: #646464;
}
.without-welcome .breadcrumb a,
.without-welcome .breadcrumb>.active,
.without-welcome .breadcrumb>li+li:before {
color: #646464;
}
.product-carousel {
text-align: center;
}
.product-carousel .owl-theme .owl-nav {
margin: 0;
position: absolute;
top: 55%;
transform: translateY(-50%);
width: 100%;
}
.product-carousel .owl-theme .owl-nav button.owl-next,
.product-carousel .owl-theme .owl-nav button.owl-prev {
position: absolute;
bottom: 0;
font-size: 20px;
border: 2px solid #000;
color: #fff;
background: #000;
border-radius: 100%;
width: 55px;
height: 55px;
margin: 0;
opacity: .3;
transition: all .3s;
outline: 0 none;
}
.product-carousel .owl-theme .owl-nav button.owl-prev {
left: 20px;
}
.product-carousel .owl-theme .owl-nav button.owl-next {
right: 20px;
}
.product-carousel .owl-theme .owl-nav button.owl-next:hover,
.product-carousel .owl-theme .owl-nav button.owl-prev:hover {
opacity: 1;
transition: all .3s;
}
.product-carousel .product-info {
background: #f0f0f0;
color: #646464;
font-size: 12px;
border-radius: 25px;
height: 40px;
padding: 11px 20px;
text-align: center;
text-transform: uppercase;
margin: 20px 0 60px;
display: inline-block;
}
.product-carousel .product-info span {
position: relative;
top: -2px;
}
.product-carousel .product-info i {
font-size: 16px;
margin: 0 10px 0 0;
}
.product-overview .title {
font-size: 25px;
color: #000;
text-transform: uppercase;
font-weight: 700;
}
.product-overview .stock {
font-size: 16px;
color: #00bcad;
text-transform: uppercase;
margin: 20px 0 60px;
}
.product-overview .stock span {
font-weight: 700;
}
.product-overview .accordion .accordion__panel {
border-bottom: 1px solid #dcdcdc;
padding: 0 0 30px;
margin: 0 0 30px;
}
.product-overview .accordion .accordion__panel--active {
transition: all .3s;
}
.product-overview .accordion .accordion__panel:last-child {
margin: 0;
}
.product-overview .accordion .accordion__trigger {
color: #000;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 5px;
font-size: 16px;
padding: 0 80px 0 0;
cursor: pointer;
transition: all .3s;
position: relative;
}
.product-overview .accordion .accordion__trigger::before {
content: '\e902';
font-family: 'mr';
position: absolute;
top: 0;
right: 0;
font-size: 20px;
color: #000;
transition: all .3s;
}
.product-overview .accordion .accordion__trigger::after {
content: '';
background: #00bcad;
width: 25px;
height: 3px;
position: absolute;
top: 6px;
left: -45px;
}
.product-overview .accordion .accordion__panel--active .accordion__trigger::before {
transform: rotate(180deg);
transition: all .3s;
right: 5px;
}
.product-overview .accordion .accordion__panel--active .accordion__trigger,
.product-overview .accordion .accordion__trigger:hover {
transition: all .3s;
}
.product-overview .accordion .accordion__content {
color: #646464;
font-size: 18px;
line-height: 24px;
margin: 40px 0 0;
}
.product-overview .accordion .accordion__content .listing .box {
margin: 0 0 20px;
}
.product-overview .accordion .accordion__content .listing .box:last-child,
.product-overview .accordion .accordion__content p:last-child {
margin: 0;
}
.product-overview .accordion .accordion__content .listing .box .heading {
font-weight: 700;
margin: 0 0 5px;
}
.product-overview .accordion .accordion__content p {
margin: 0 0 20px;
}
.faqs .faq {
background: #fff;
}
.faqs .faq .heading {
text-align: center;
}
.faqs .faq .heading .title {
font-size: 35px;
color: #000;
font-weight: 700;
margin: 0 0 30px;
}
.faqs .faq .heading p {
font-size: 18px;
line-height: 24px;
color: #646464;
}
.faqs .faq .accordion {
padding: 90px 0 120px;
}
.references {
margin: 70px 0 120px;
}
.references .box {
position: relative;
background: #000;
margin: 20px 0 0;
transition: all .4s;
}
.references .box:hover {
-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.08);
transition: all .4s;
}
.references .box::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
border: 1px solid #e6e6e6;
transition: all .4s;
}
.references .box:hover::before {
border: 1px solid #00bcad;
transition: all .4s;
}
.page-style-first-content {
margin: 90px 0 120px;
color: #646464;
font-size: 18px;
line-height: 24px;
}
.page-style-first-content p {
margin: 0 0 40px;
}
.page-style-first-content .heading {
max-width: 700px;
width: 100%;
margin: 80px auto 0;
padding: 0 20px;
text-align: center;
}
.page-style-first-content .heading .vbar {
background: #00bcad;
width: 6px;
height: 50px;
margin: 0 auto 40px;
}
.page-style-first-content .heading .subtitle {
color: #000;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 5px;
margin: 0 0 30px;
}
.page-style-first-content .heading .title {
color: #000;
font-size: 35px;
line-height: 42px;
font-weight: 700;
margin: 0 0 80px;
}
.page-style-first-content .box {
border: 1px solid #000;
text-align: center;
padding: 60px 20px;
font-weight: 700;
display: block;
transition: all .4s;
}
.page-style-first-content .box:hover {
background: #000;
transition: all .4s;
}
.page-style-first-content .box:hover .title {
color: #fff;
transition: all .4s;
}
.page-style-first-content .box .num {
color: #00bcad;
margin: 0 0 40px;
letter-spacing: 5px;
}
.page-style-first-content .box .title {
font-size: 18px;
line-height: 24px;
color: #000;
transition: all .4s;
}
.page-style-first-content .owl-theme .owl-nav {
margin: 0;
position: absolute;
top: 60%;
transform: translateY(-60%);
width: 100%;
}
.page-style-first-content .owl-theme .owl-nav button.owl-next,
.page-style-first-content .owl-theme .owl-nav button.owl-prev {
position: absolute;
bottom: 0;
font-size: 20px;
border: none;
color: #000;
background: transparent;
border-radius: 0;
width: 40px;
height: 40px;
margin: 0;
opacity: .3;
transition: all .4s;
outline: 0 none;
}
.page-style-first-content .owl-theme .owl-nav button.owl-prev {
left: -50px;
}
.page-style-first-content .owl-theme .owl-nav button.owl-next {
right: -50px;
}
.page-style-first-content .owl-theme .owl-nav button.owl-next:hover,
.page-style-first-content .owl-theme .owl-nav button.owl-prev:hover {
opacity: 1;
transition: all .4s;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
.page-style-second-content,
.page-style-third-content {
color: #000;
min-height: 800px;
position: relative;
margin: 120px 0 0;
}
.page-style-third-content {
margin: 120px 0;
}
.page-style-second-content .bg,
.page-style-third-content .bg {
overflow: hidden;
width: 45%;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #000;
}
.page-style-second-content p,
.page-style-third-content p {
font-size: 18px;
line-height: 24px;
color: #646464;
margin: 0 0 40px;
}
.page-style-second-content p:first-child,
.page-style-third-content p:first-child {
margin-top: 60px;
}
.page-style-second-gallery {
margin: 120px 0 100px;
}
.page-style-second-gallery img {
margin: 0 0 20px;
}
.contact-content .vbar {
background: #00bcad;
width: 6px;
height: 50px;
}
.contact-content .title {
color: #000;
font-weight: 700;
letter-spacing: 5px;
text-transform: uppercase;
margin: 40px 0 50px;
}
.contact-content .contact-info,
.contact-content .contact-form {
margin: 0 0 60px;
}
.contact-content .contact-info {
font-size: 18px;
color: #000;
line-height: 24px;
}
.contact-content .contact-info a {
color: #000;
}
.contact-content .contact-info li {
overflow: auto;
}
.contact-content .contact-info i {
color: #00bcad;
font-size: 20px;
margin: 0 20px 0 0;
min-height: 40px;
float: left;
}
.contact-content .contact-info span {
position: relative;
top: -2px;
}
.contact-content .contact-info .sep i {
color: #fff;
}
.contact-content .contact-info .sep {
color: #00bcad;
font-weight: 700;
}
.contact-content .contact-info li {
margin: 0 0 15px;
}
.contact-content .contact-info li:last-child {
margin: 0;
}
.contact-content {
margin: 90px 0 0;
}
.contact-content .contact-form .form-group {
margin: 0 0 20px;
position: relative;
font-size: 18px;
}
.contact-content .contact-form .form-group .label-float {
position: absolute;
left: 0;
top: 16px;
color: #00bcad;
font-weight: 700;
text-transform: uppercase;
}
.contact-content .contact-form .form-control {
height: 50px;
font-size: 18px;
color: #000;
border-radius: 0;
border: none;
border-bottom: 1px solid #000;
box-shadow: none;
padding: 0 0 0 150px;
}
.contact-content .contact-form textarea.form-control {
min-height: 150px;
resize: vertical;
padding: 50px 0 0;
}
.contact-content .contact-form .error:focus {
border-color: #e74c3c !important;
}
.contact-content .contact-form .valid:focus {
border-color: #2ecc71 !important;
}
.contact-content .contact-form input[type=number]::-webkit-inner-spin-button,
.contact-content .contact-form input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.contact-content .contact-form .form-send {
text-align: center;
}
.contact-content .contact-form .form-send .btn {
background: #00bcad;
border: 2px solid;
border-color: #00bcad;
color: #fff;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
width: 180px;
height: 55px;
padding: 13px 10px;
outline: 0 none;
}
.contact-content .contact-form .form-send .btn i {
margin: 0 0 0 10px;
position: relative;
top: 1px;
}
.contact-content #map {
width: 100%;
height: 600px;
margin: 60px 0 0;
}
.page-404 {
background: url('../img/sil/slider.jpg');
display: block;
background-size: cover;
background-position: center;
height: 100vh;
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
color: #fff;
}
.page-404 .caption {
max-width: 700px;
width: 100%;
padding: 0 20px;
color: #fff;
margin: -50px 0 0;
}
.page-404 .vbar {
background: #00bcad;
width: 6px;
height: 50px;
margin: 0 auto 40px;
}
.page-404 .caption .title {
font-size: 35px;
line-height: 45px;
font-weight: 700;
margin: 0 0 40px;
}
.page-404 .caption .subtitle {
font-size: 18px;
color: #00bcad;
margin: 0 0 40px;
}
.page-404 .caption .more .btn {
background: #00bcad;
border: 2px solid;
border-color: #00bcad;
color: #fff;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
width: 220px;
height: 55px;
padding: 13px 10px;
}
.page-404 .caption .more .btn i {
margin: 0 0 0 10px;
}
.footer {
background: #000;
padding: 0 0 90px;
color: #fff;
font-size: 18px;
}
.footer a {
color: #fff;
}
.footer a:hover {
color: #00bcad;
}
.footer .vbar {
background: #00bcad;
width: 6px;
height: 50px;
}
.footer .title {
color: #00bcad;
font-weight: 700;
letter-spacing: 5px;
text-transform: uppercase;
margin: 40px 0;
}
.footer .mains {
line-height: 24px;
}
.footer .mains li {
overflow: auto;
}
.footer .mains i {
color: #00bcad;
font-size: 20px;
margin: 0 20px 0 0;
min-height: 40px;
float: left;
}
.footer .mains span {
position: relative;
top: -2px;
}
.footer .mains .mains-info i {
color: #000;
}
.footer .mains .mains-info {
color: #00bcad;
font-weight: 700;
}
.footer .mains li,
.footer .links li {
margin: 0 0 15px;
}
.footer .mains li:last-child,
.footer .links li:last-child {
margin: 0;
}
.copyright {
background: #fff;
color: #000;
font-size: 18px;
}
.copyright .content {
padding: 21px 0;
}
.copyright .content span {
font-weight: 700;
}
.copyright .social {
text-align: right;
}
.copyright .social .btn-default {
font-size: 20px;
color: #000;
border: none;
border-radius: 0;
background: transparent;
box-shadow: none;
padding: 16px 10px;
}
@media(max-width:992px) {
.header .navbar-default {
padding: 0 10px;
height: 60px;
}
.header .navbar-default .navbar-brand {
padding: 10px 0 0;
}
.header .navbar-default .navbar-brand .logo {
width: 171px;
height: 40px;
background-size: 171px 40px;
}
.header .navbar-default .navbar-collapse {
display: none !important;
}
.header .navbar-default .navbar-nav>li>a {
padding: 30px 10px;
}
.header .search {
top: 0;
right: 60px;
padding: 18px 7px 17px;
font-size: 24px;
}
.welcome .owl-carousel .slide .caption {
padding: 0 70px;
}
.welcome .owl-carousel .slide .caption .title {
line-height: 35px;
}
.welcome .owl-carousel .slide .caption .title,
.about .title,
.step .box .title,
.what-we-do .heading .title,
.faq .content .title,
.contact-us .content .title,
.what-we-do .left .title,
.what-we-do .right .title,
.pages .welcome .heading .title,
.category-list .box .title,
.category-text .title,
.faqs .faq .heading .title,
.page-style-first-content .heading .title,
.product-overview .title,
.page-404 .caption .title {
font-size: 22px;
}
.welcome .owl-carousel .slide .caption .more .btn,
.about .more .btn {
font-size: 16px;
width: 180px;
height: 45px;
padding: 9px 10px;
}
.welcome .owl-theme .owl-nav button.owl-next,
.welcome .owl-theme .owl-nav button.owl-prev {
width: 40px;
height: 40px;
}
.welcome .owl-theme .owl-nav button.owl-prev {
left: 10px;
}
.welcome .owl-theme .owl-nav button.owl-next {
right: 10px;
}
.about {
margin: 60px 0 0;
}
.about .bg {
display: none;
}
.about .vbar {
margin: 0 0 40px;
}
.step {
margin: 20px 0 60px;
}
.step .box i {
font-size: 60px;
}
.what-we-do .heading .title {
margin: 0 0 40px;
}
.what-we-do .projects {
padding: 60px 0 120px;
margin: 0 0 60px;
}
.what-we-do .projects .box {
min-height: 226px;
}
.what-we-do .projects .owl-theme .owl-nav,
.page-style-first-content .owl-theme .owl-nav {
margin: 0;
position: relative;
top: 0;
bottom: 0;
transform: none;
width: 100%;
}
.what-we-do .projects .owl-theme .owl-nav button.owl-next,
.what-we-do .projects .owl-theme .owl-nav button.owl-prev,
.page-style-first-content .owl-theme .owl-nav button.owl-next,
.page-style-first-content .owl-theme .owl-nav button.owl-prev {
position: relative;
bottom: -60px;
font-size: 20px;
border: none;
color: #fff;
background: transparent;
border-radius: 0;
width: 40px;
height: 40px;
margin: 0;
opacity: 1;
transition: all .4s;
}
.page-style-first-content .owl-theme .owl-nav button.owl-next,
.page-style-first-content .owl-theme .owl-nav button.owl-prev {
color: #000;
}
.what-we-do .projects .owl-theme .owl-nav button.owl-prev,
.page-style-first-content .owl-theme .owl-nav button.owl-prev {
left: -50px;
}
.what-we-do .projects .owl-theme .owl-nav button.owl-next,
.page-style-first-content .owl-theme .owl-nav button.owl-next {
right: -50px;
}
.what-we-do .row {
margin-left: -10px;
margin-right: -10px;
}
.what-we-do .nopadding {
padding: 0 10px !important;
}
.what-we-do .inner {
overflow: visible;
margin: 0 0 40px;
}
.what-we-do .inner:last-child {
margin: 0;
}
.what-we-do .left .title,
.what-we-do .right .title {
margin: 65px 0 40px;
}
.what-we-do .left .content,
.what-we-do .right .content {
padding: 0;
text-align: center;
}
.what-we-do .left .title::before,
.what-we-do .right .title::before {
width: 6px;
height: 50px;
top: -65px;
left: 0;
right: 0;
margin: 0 auto;
}
.brands {
margin: 60px 0;
}
.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
margin: 60px 0 0 !important;
}
.faq {
margin: 60px 0 0;
}
.faq .accordion .accordion__trigger {
padding: 0 40px 0 0;
}
.contact-us .content {
	text-align: center;
}
.contact-us .more {
text-align: center;
}
.contact-us .more .btn {
position: relative;
top: 0;
right: 0;
border-radius: 25px;
line-height: inherit;
margin: 0 0 40px;
font-size: 16px;
width: 200px;
height: 45px;
padding: 14px 10px;
font-weight: 700;
text-transform: uppercase;
}
.pages .welcome .heading {
margin: 50px auto 0;
}
.breadcrumb {
max-width: 414px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.breadcrumb li {
display: inline;
}
.category-text .thumb {
top: 0;
margin: 0 0 40px;
}
.page-style-first-content .box .title {
font-size: 16px;
}
.page-style-second-content .bg,
.page-style-third-content .bg {
display: none;
}
.page-style-second-content p:first-child,
.page-style-third-content p:first-child {
margin-top: 0;
}
.page-style-second-gallery {
margin: 60px 0 80px;
}
.without-welcome {
padding: 60px 0 0;
}
.product-carousel .owl-theme .owl-nav {
margin: 0;
position: absolute;
top: 60%;
transform: translateY(-60%);
width: 100%;
}
.product-carousel .owl-theme .owl-nav button.owl-next,
.product-carousel .owl-theme .owl-nav button.owl-prev {
position: absolute;
bottom: 0;
font-size: 16px;
border: 2px solid #000;
color: #fff;
background: #000;
border-radius: 100%;
width: 40px;
height: 40px;
margin: 0;
opacity: .3;
transition: all .3s;
outline: 0 none;
}
.product-carousel .owl-theme .owl-nav button.owl-prev {
left: 10px;
}
.product-carousel .owl-theme .owl-nav button.owl-next {
right: 10px;
}
.product-carousel .owl-theme .owl-nav button.owl-next:hover,
.product-carousel .owl-theme .owl-nav button.owl-prev:hover {
opacity: 1;
transition: all .3s;
}
.footer .mains li:first-child i {
min-height: 50px;
}
.footer .footer-second {
	margin: 20px 0 0;
}
.footer .footer-third {
	margin: 40px 0 0;
}
.copyright,
.copyright .social {
text-align: center;
}
.page-404 .caption .subtitle {
font-size: 16px;
}



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

.ad-all-projects h2 {
    font-size: 30px;
}

.ad-all-projects .detaylari_gor_btn {
    float: none !important;
    margin: 30px 0 0;
    display: inline-block;
}


.page-style-second-content,
.page-style-third-content {
margin: 60px 0 0;
}





}
/*992*/