@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);

@font-face {
	font-family: 'symbol';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
   
    margin: 0;
    padding: 0;
    border: 0;

    text-decoration: none;
    list-style: none;

	
}

body {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 1.8em;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    overflow-x: hidden;
    color: #606060;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

h1 {
    font-family: Times New Roman;
    font-size: 48px;
    color: #4d4d4d
}

h2 {
    font-family: Times New Roman;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #4d4d4d
}

h2 {
    font-family: Times New Roman;
    font-size: 22pt;
    font-weight: 400;
    line-height: normal;
    color: #4d4d4d
}

h3 {
    font-family: Times New Roman;
    font-size: 20pt;
    font-weight: 300;
    line-height: normal;
    color: #4d4d4d
}

h4 {
    font-family: Times New Roman;
    font-size: 18pt;
    font-weight: 400;
    color: #4d4d4d
}

h5 {
    font-family: Times New Roman;
    font-size: 14pt;
    font-weight: 600;
    color: #4d4d4d
}

h6 {
    font-family: Times New Roman;
    font-size: 12pt;
    font-weight: 600;
    color: #4d4d4d
}

p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.link-class {
    display: block;
    text-decoration: none
}

.space-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both
}

.space-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both
}

.space-half {
    width: 100%;
    height: 15px;
    display: block;
    clear: both
}

hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0
}

.center {
    text-align: center;
    margin: 0 auto
}

.left {
    text-align: left;
    float: left;
    line-height: inherit
}

.right {
    text-align: right;
    float: right;
    line-height: inherit
}

.color {
    color: #111
}

.min-left {
    margin-left: -15px
}

.min-right {
    margin-right: -15px
}

button {
    border: 1px solid #dadada;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

button:hover {
    border: none;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-home {
    display: inline-block;
    width: 198px;
    height: 40px;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1pt;
    font-style: normal;
    text-align: center;
    line-height: 38px;
    color: #cfcfcf;
    border: 1px solid #dadada;
    background: rgba(23, 36, 52, 0);
    outline: 0;
    text-shadow: none;
    margin: 5px auto;
    margin-left: 0;
    padding: 0;
    cursor: pointer;
    -moz-transition: all .3s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.btn-content {
    display: block;
    width: 198px;
    height: 40px;
    font-size: 10pt;
    text-align: center;
    line-height: 38px;
    color: #cfcfcf;
    border: 1px solid #dadada;
    background: rgba(23, 36, 52, 0);
    outline: 0;
    text-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    -moz-transition: all .3s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.btn-content:hover,
.btn-home:hover {
    color: #fff;
    border: 1px solid #fff;
    -moz-transition: all .3s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.btn-home-active {
    border: none;
    background: #111;
    display: inline-block;
    width: 198px;
    height: 40px;
    margin: 0 auto;
    font-size: 10pt;
    letter-spacing: 1pt;
    font-style: normal;
    text-align: center;
    line-height: 49px;
    color: #efefef;
    outline: 0;
    text-shadow: none;
    margin: 20px 0 0 0;
    padding: 0;
    cursor: pointer
}

.btn-home-active:hover {
    color: #efefef;
    background: rgba(23, 36, 52, .8);
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.devider-home {
    display: block;
    border-top: 7px solid #e1e1e1;
    width: 79px;
    margin: 20px auto;
    margin-bottom: 20px;
    text-align: center
}

.devider-cont {
    display: block;
    border-top: 3px solid #666565;
    width: 204px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left
}

.devider-center {
    display: block;
    border-top: 7px solid #e1e1e1;
    width: 67px;
    margin: 10px auto;
    margin-bottom: 10px;
    text-align: center
}

.devider-footer {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    width: 240px;
    margin: 10px auto;
    margin-bottom: 10px;
    text-align: center
}

.devider-serv {
    display: block;
    border-top: 7px solid #e1e1e1;
    width: 67px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left
}

.devider-widget {
    display: block;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 30px;
    width: 60px;
    text-align: left
}

.devider-right {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, .5);
    height: 70px;
    margin: 0 auto;
    margin-left: 100px
}

section {
    padding: 80px 0 80px 0
}

.no-bottom {
    padding-bottom: 0 !important
}

.no-top {
    padding-top: 0 !important
}

.no-padding,
section.no-padding {
    padding: 0
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.content-wrapper {
    overflow-x: hidden
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.whitepage {
    width: 100%;
    height: auto;
    color: #4d4d4d;
    background: #fff
}

.whitepage h2,
.whitepage h3,
.whitepage h4,
.whitepage h5,
.whitepage h6 {
    color: #4d4d4d
}

.whitepage h2 {
    font-family: Times New Roman;
    font-size: 40px;
    color: #4d4d4d;
    text-transform: none !important
}

.whitepage em {
    display: block;
    font-style: italic;
    margin-bottom: 20px
}

.whitepage article {
    padding: 10px 60px 0 0
}

.blackpage {
    width: 100%;
    height: auto;
    color: #fff;
    background: #0d0d0d
}

.blackpage h2,
.whitepage h2,
.whitepage h3,
.whitepage h4,
.whitepage h5,
.whitepage h6 {
    color: #4d4d4d
}

.blackpage h2 {
    font-weight: 600;
    letter-spacing: 2px
}

.blackpage em {
    display: block;
    font-style: italic;
    margin-bottom: 20px
}

.blackpage article {
    padding: 10px 60px 0 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0d0d0d
}

.mainpreloader {
    position: relative;
    width: auto;
    height: auto
}

.mainpreloader img {
    display: block;
    margin: 0 auto;
    z-index: 999
}

.mainpreloader span {
    display: block;
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px auto
}

.bg-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0d0d0d;
    z-index: 999
}

.logo-preloader {
    -webkit-animation: fadeimg 1s infinite linear;
    animation: fadeimg 1s infinite linear
}

@-webkit-keyframes fadeimg {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeimg {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.subnav {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 11px;
    color: #ddd;
    background: #111;
    padding: 8px 65px 0 40px;
    z-index: 999
}

.social-icons-subnav span {
    text-shadow: none;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons-subnav a:hover {
    color: #999;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-default {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    top: 30px;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-default {
    height: 70px
}

.navbar-default.fullHeight {
    height: 100% !important
}

.navbar-brand {
    padding-bottom: 20px;
    z-index: 2
}

.navbar-brand .sticky-logo {
    margin-top: 25px
}

.navbar-brand img {
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.scroll-link {
    cursor: pointer
}

.sticky-nav.navbar-default {
    background: rgba(29, 27, 27, .675);
    top: 0;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 4px 3px rgba(0, 0, 0, .1);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.sticky-nav .navbar-brand {
    position: absolute;
    top: 5px
}

.sticky-nav nav {
    top: 10px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

nav {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #efefef;
    z-index: 999;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

nav ul li {
    display: inline-block
}

nav a {
    display: block;
    padding: 10px;
    color: #efefef;
    font-size: 10pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 30px;
    text-decoration: none
}

nav a:hover {
    color: #4a4848
}

nav a:hover::before {
    display: inline-block;
    position: absolute;
    max-width: 35px;
    color: rgba(255, 255, 255, 0);
    border-bottom: 2px solid #fff;
    -webkit-transition: max-width .5s;
    -moz-transition: max-width .5s;
    transition: max-width .5s
}

nav a::before {
    position: absolute;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
    content: attr(data-hover);
    -webkit-transition: max-width .5s;
    -moz-transition: max-width .5s;
    transition: max-width .5s;
    white-space: nowrap
}

nav a.active {
    color: #000
}

nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    color: #efefef
}

nav ul li:hover>ul {
    display: inherit;
    -webkit-animation-name: animfadeInUpmenu;
    animation-name: animfadeInUpmenu;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 22px
}

nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    background: rgba(229, 229, 229, .78);
    border-bottom: 1px solid #111;
    position: relative;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3)
}

nav>ul>li {
    height: 70px
}

@media(max-width:991px) {
    nav>ul>li {
        height: 35px
    }
}

nav ul ul li {
    width: 210px;
    float: none;
    display: list-item;
    background: rgba(229, 229, 229, .78);
    border-bottom: 1px solid #111;
    position: relative;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3)
}

nav ul ul li a {
    font-size: 8pt;
    line-height: 30px
}

nav ul ul li:last-child {
    border-bottom: none
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 200px
}

li>a:after {
    content: '';
    margin-left: 5px
}

li>a:only-child:after {
    content: ''
}

#subheader {
    padding-bottom: 70px;
    background: #222;
    background: url(../img/bg-subheader.jpg) top fixed
}

.subheader-laminate {
    padding-bottom: 70px;
    background: #222;
    background: url(../img/lamina-disler.jpg) top fixed !important
}

#subheader h2 {
    color: #eceff3;
    margin-top: 80px;
    font-size: 32px;
    letter-spacing: 5px;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    text-transform: uppercase
}

#subheader span {
    letter-spacing: 2px;
    display: inline-block;
    font-size: 15px;
    margin-top: 88px;
    color: #fff
}

#subheader .subdetail {
    float: right;
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 90px;
    text-transform: uppercase;
    color: #777
}

#subheader .subdetail li {
    display: inline-block;
    color: #000
}

#subheader .subdetail li a {
    color: #999
}

#subheader .subdetail li.sep {
    margin-right: 20px
}

#home {
    color: #fff;
    text-align: center
}

#home h2 {
    font-size: 48pt;
    letter-spacing: 4px
}

#home h3 {
    font-size: 26pt;
    letter-spacing: 2px;
    line-height: 34pt
}

.overlay-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mainbg {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #535353
}

.imgbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.mainbgvideo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.bgslider-owl {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    background: #000;
    margin-bottom: -30px
}

.bgslider {
    position: absolute;
    overflow: hidden;
    color: #fff;
    background: #172434;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.bgvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    background: #efefef
}

.video {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: .8;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.yellow-home {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
    background: #111;
    color: #fff;
    bottom: 0;
    left: 0;
    text-align: center
}

.blue-page {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
    overflow-x: hidden;
    background: url(../img/blue-bg.jpg) top fixed;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#service-about {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.service-about {
    position: relative;
    display: inline-block;
    font-size: 9pt;
    font-weight: 400;
    letter-spacing: 1pt;
    text-transform: uppercase;
    width: 325px;
    height: 280px;
    margin: 0 10px auto
}

.service-about h2 {
    font-size: 12pt;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 20px
}

.service-about img {
    width: 100%;
    vertical-align: top
}

.service-about .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer
}

.service-about .hovereffect .overlay {
    width: 100%;
    height: 2%;
    position: absolute;
    bottom: 40px;
    left: 0;
    background-color: rgba(255, 204, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-about .hovereffect:hover .overlay {
    background-color: #fc0
}

.filter-wraper {
    position: relative;
    margin: 0 auto
}

#filters li.filt-serv {
    font-size: 10pt;
    font-weight: 400;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#filters li.space {
    font-size: 11pt;
    display: inline-block;
    margin: 0 10px 0 10px;
    color: #666
}

#filters li.filt-serv:hover {
    color: #c3c3c3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#filters li.selected {
    color: #c3c3c3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease
}

.service img {
    margin-bottom: 20px
}

.service h4 {
    font-size: 12pt;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px
}

#owl-brand .item {
    margin: 0 auto;
    text-align: center
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.no-gutter [class*=col-]:not(:first-child),
.no-gutter [class*=col-]:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0
}

#projects-wrap {
    text-align: center;
    overflow: hidden
}

.projects {
    position: relative;
    letter-spacing: 1pt;
    text-transform: uppercase;
    overflow: hidden;
    border: 0 solid transparent
}

.projects:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.projects img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.projects .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer
}

.projects .hovereffect .overlay {
    width: 100%;
    height: 120%;
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.projects .hovereffect:hover .overlay {
    height: 100%;
    top: 0;
    opacity: 1;
    top: 0
}

.projects .hovereffect .overlay h3 {
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 4px;
    color: #4d4d4d;
    padding-top: 33%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8)
}

#filter-porto {
    padding: 60px 0 60px 0;
    margin: 0 auto
}

#filter-porto li.filt-projects {
    font-size: 10pt;
    font-weight: 300;
    color: #4d4d4d;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#filter-porto li.space {
    font-size: 11pt;
    display: inline-block;
    margin: 0 10px 0 10px
}

#filter-porto li.filt-projects:hover {
    color: #c3c3c3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#filter-porto li.actived {
    color: #c3c3c3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease
}

.team-wrapper {
    max-width: 350px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 5px 5px 2px rgba(23, 36, 52, .1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.team-wrapper img {
    overflow: hidden;
    margin-left: 0;
    opacity: 1
}

.team-wrapper:hover {
    cursor: pointer;
    box-shadow: 5px 5px 2px rgba(23, 36, 52, .5);
    opacity: .8;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.team-des {
    padding: 15px 0 15px 0;
    background: #fefefe
}

.team-des .title {
    color: #606060;
    font-size: 18pt;
    font-weight: 600
}

.team-des span {
    display: block;
    font-weight: 300;
    font-size: 10pt;
    margin: 0 0 10px 0
}

.team-des a {
    display: inline-block;
    margin: 0 5px 10px 5px;
    text-shadow: none;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-des a:hover {
    color: #fff;
    background: #111;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.blog-news {
    position: relative;
    letter-spacing: 1pt;
    text-transform: uppercase;
    overflow: hidden;
    border: 0 solid transparent
}

.blog-news .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 20px 30px 20px 30px;
    background: #000;
    color: #fff;
    z-index: 1
}

.blog-news:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.blog-news img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.blog-news .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer
}

.blog-news .hovereffect .overlay {
    width: 100%;
    height: 120%;
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.blog-news .hovereffect:hover .overlay {
    height: 100%;
    top: 0;
    opacity: 1;
    top: 0
}

.blog-news .hovereffect .overlay h2 {
    font-size: 24pt;
    font-weight: 600;
    letter-spacing: 2px;
    color: #4d4d4d;
    padding-top: 40%;
    width: 100%;
    background-color: rgba(255, 255, 255, .8)
}

.blog-news .hovereffect .overlay h3 {
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 4px;
    color: #4d4d4d;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8)
}

#owl-blog .item {
    margin: 0 auto;
    width: 100%;
    height: auto
}

.contactbg {
    width: 100%;
    height: auto;
    background: #fff
}

#map {
    width: 100%;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0
}

#contact {
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 20px 0 15px
}

input[type=text] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease
}

input#email,
input#name {
    width: 333px
}

input#email-contact,
input#name-contact,
input#phone-contact,
textarea#message-contact {
    width: 100%
}

textarea {
    text-align: left;
    outline: 0;
    width: 670px;
    height: 100px;
    margin: 5px 0 5px 0;
    font-size: 9pt;
    border: 0;
    font-weight: 300;
    letter-spacing: 0;
    color: #333;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease
}

email.focus,
email:focus,
input[type=email].focus,
input[type=email]:focus,
input[type=text].focus,
input[type=text]:focus,
textarea.focus,
textarea:focus {
    border-bottom: 1px solid rgba(0, 0, 0, .8)
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #333
}

::-moz-placeholder {
    opacity: 1;
    color: #333
}

:-ms-input-placeholder {
    opacity: 1;
    color: #333
}

input:-moz-placeholder {
    opacity: 1;
    color: #333
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-textarea-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

.error {
    width: 100%;
    display: none;
    padding: 2px 10px 2px 10px;
    font-size: 11px;
    margin: 10px auto
}

.success {
    width: 100%;
    display: none;
    padding: 5px 0 2px 0;
    font-size: 11px;
    margin: 10px auto
}

#subscribe .mail {
    display: none;
    visibility: hidden
}

#subscribe input#subscribeemail {
    font-size: 10pt;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    width: 300px;
    height: 40px;
    margin: 0 20px 25px 0;
    padding: 10px;
    background: #fff;
    border: none
}

#subscribe input#subscribeemail[type=text].focus,
#subscribe input#subscribeemail[type=text]:focus {
    border: 1px solid #c3c3c3
}

.subscribesuccess {
    display: none;
    width: 375px;
    font-size: 10px;
    line-height: 2;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 1px
}

#subscribe .subscribeerror {
    width: 375px;
    font-size: 10px;
    line-height: 2;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 1px
}

.btn-form {
    display: inline-block;
    width: 198px;
    height: 40px;
    font-size: 10pt;
    text-align: center;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #666565;
    outline: 0;
    text-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
    cursor: pointer;
    -moz-transition: all .3s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.btn-form:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 transparent;
    -moz-transition: all .3s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.wrapaddres {
    margin: 0;
    text-align: left;
    padding: 0
}

.wrapaddres h3 {
    font-size: 18pt;
    font-weight: 600;
    color: #606060;
    margin-top: 10px;
    margin-bottom: 10px
}

address span {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 300
}

address span strong {
    font-weight: 600
}

address span a {
    color: #eceff3
}

.footer {
    height: auto;
    background: #000;
    color: #fff;
 
    padding: 90px 0 60px 0;
    margin: 0 auto
}

.footer h4 {
    letter-spacing: 2px
}

.social-icons {
    display: block;

    margin: 10px auto
}

.social-icons span {
    text-shadow: none;
    color: #fff;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 32px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons span:hover {
    color: #333;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#totop {
    display: none;
    width: 30px;
    height: 30px;
    background: #111;
    line-height: 30px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#totop:hover {
    background: #333;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#totop span {
    font-size: 10pt;
    font-weight: 600;
    color: #fff
}

#content {
    text-align: left
}

article {
    margin-bottom: 40px
}

article .post-heading h3 {
    margin: 20px 0 -10px 0;
    font-size: 16pt;
    font-weight: 600;
    color: 606060
}

article .post-heading h3 a:hover {
    text-decoration: none
}

.post-meta {
    background: #fcfcfc;
    border-top: none;
    text-align: center
}

.post-meta .format {
    border-bottom: 1px solid #dadada;
    padding: 10px 0 10px
}

.post-meta i {
    margin: 0
}

.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px
}

.post-meta .date span {
    text-align: center;
    color: #efefef;
    font-size: 12px;
    font-weight: 600
}

.post-meta .comments {
    padding: 10px 0 10px
}

.post-meta .comments a {
    color: #efefef;
    font-size: 12px;
    font-weight: 700
}

.post-meta .comments a:hover {
    text-decoration: none
}

.post-image {
    margin-bottom: 20px
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none
}

ul.meta-post li a {
    float: left;
    font-size: 12px;
    font-weight: 600
}

.bottom-article {
    overflow: hidden;
    border-top: 1px dashed rgba(255, 255, 255, .2);
    padding: 10px 0 10px 0;
    margin-top: 10px
}

.bottom-article a.btn {
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(23, 36, 52, .1)
}

.bottom-article a.btn:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #111
}

#pagination a {
    padding: 5px 10px
}

#pagination .pagina-num {
    margin-right: 15px
}

#pagination a:hover {
    color: #111;
    text-decoration: none
}

#pagination a.current {
    background: #111;
    color: #fff;
    font-weight: 600
}

aside {
    position: relative;
    margin-bottom: 40px
}

.sidebar-nav {
    float: left;
    width: 100%
}

.right-sidebar {
    margin: 0 auto
}

.left-sidebar {
    padding: 0 30px 0 0
}

.left-sidebar .widget .widget-content,
.left-sidebar .widget h3 {
    padding-right: 20px
}

aside .widget {
    margin-bottom: 40px
}

.widget .recent div {
    margin-bottom: 20px;
    display: inline-block
}

.widget .recent div img {
    float: left;
    padding-right: 10px
}

.widget .recent div h6 {
    font-size: 14px;
    font-weight: 600
}

.widget .tags {
    margin: 0;
    margin-left: 0;
    padding-left: 0
}

.widget .tags div {
    margin: 5px 5px 15px 0;
    display: inline-block
}

.widget .tags div a {
    border: 1px solid rgba(23, 36, 52, .2);
    padding: 5px 10px;
    text-align: center
}

.widget .tags div a:hover {
    text-decoration: none;
    color: #111;
    border: 1px solid rgba(23, 36, 52, .6)
}

#blog-comment {
    margin: 0;
    padding: 0
}

#blog-comment h5 {
    font-size: 13pt;
    margin-bottom: 10px
}

#blog-comment li,
#blog-comment ul {
    list-style: none;
    padding-left: 0
}

#blog-comment li {
    min-height: 70px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}

#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px
}

#blog-comment .comment {
    margin-left: 85px
}

#blog-comment li {
    min-height: 70px;
    font-size: 14px;
    line-height: 1.6em
}

#blog-comment li li {
    margin-left: 80px;
    padding-bottom: 0;
    margin-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, .1);
    padding-top: 10px;
    border-bottom: none
}

#blog-comment li li .avatar {
    position: absolute
}

.comment-info {
    margin-left: 85px;
    margin-bottom: 5px
}

.comment-info .c-name {
    display: block;
    font-weight: 700
}

.comment-info .c-reply {
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px rgba(255, 255, 255, .1)
}

.comment-info .c-reply a {
    font-size: 11pt
}

.comment-info .c-date {
    font-size: 10pt
}

.blog-list h3,
.blog-read h3 {
    color: #333
}

#comment-form-wrapper {
    margin: 50px 0 50px 0;
    padding: 0
}

#commentform input {
    width: 100%;
    font-size: 10pt;
    font-weight: 400;
    padding: 10px;
    height: 40px;
    background: rgba(23, 36, 52, .3);
    border: none
}

#commentform input:focus {
    background: rgba(23, 36, 52, .4)
}

#commentform textarea {
    width: 100%;
    font-size: 10pt;
    font-weight: 400;
    padding: 10px;
    height: 150px;
    background: rgba(23, 36, 52, .3);
    border: none
}

#commentform textarea:focus {
    background: rgba(23, 36, 52, .4)
}

#commentform button.btn {
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(23, 36, 52, .1);
    background: rgba(23, 36, 52, 0)
}

#commentform button.btn:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #111
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.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-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #efefef;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #d8d8d8;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: none;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #d8d8d8
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #efefef;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat
}

#owl-slider-home .item {
    display: block;
    width: 100%
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

#progressBar {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

#owl-gal .item {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 10px 17px;
    background: #000
}

.owl-theme .owl-buttons i {
    margin-top: 2px;
    font-size: 12pt
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    z-index: 9
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: 40%
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 40%
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1)
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
    color: #efefef
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(23, 36, 52, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 38px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #efefef
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #efefef;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #efefef;
    font-size: 12px;
    line-height: 18px
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #efefef;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #efefef;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #efefef
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(23, 36, 52, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(23, 36, 52, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.white-popup-block {
    max-width: 900px;
    margin: 20px auto;
    color: #333;
    background: #fefefe;
    padding: 40px
}

.gray-popup-block {
    max-width: 900px;
    margin: 0 auto;
    background: #22252f;
    padding: 40px;
    text-align: center
}

.gray-popup-block h3 {
    font-size: 34pt;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal
}

.gray-popup-block p {
    font-size: 11pt;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal
}

.navbar-brand .sticky-logo {
    opacity: 1
}

.navbar-brand .fixed-logo {
    opacity: 0
}

.sticky-nav .navbar-brand .sticky-logo {
    opacity: 0 !important
}

.sticky-nav .navbar-brand .fixed-logo {
    opacity: 1 !important
}

.sticky-nav a {
    color: #fff !important
}

.sticky-nav .submenu a {
    color: #000 !important
}

.navbar-fixed-top a {
    color: #000
}

@media only screen and (max-width:1026px) {
    .navbar-fixed-top a {
        color: #fff
    }
    .navbar-brand .fullHeight .sticky-logo {
        opacity: 1
    }
    .sticky-nav .fullHeight .navbar-brand .sticky-logo {
        opacity: 0 !important
    }
}

.wh-widget-send-button-get-button {
    display: none
}

.instagram_gallery img {
    border-radius: 21px 0 24px 0;
    -moz-border-radius: 21px 0 24px 0;
    -webkit-border-radius: 21px 0 24px 0;
    border: 0 solid #000
}

.instagram_feed,
.instagram_gallery {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center
}

.instagram_feed::after,
.instagram_feed::before,
.instagram_gallery::after,
.instagram_gallery::before {
    display: table;
    clear: both;
    content: ''
}

.instagram_feed a,
.instagram_gallery a {
    display: inline-block;
    margin: 0 5px;
    width: 25%
}

.instagram_feed a img,
.instagram_gallery a img {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px
}

@media(max-width:575px) {
    .instagram_feed,
    .instagram_gallery {
        display: block
    }
    .instagram_feed a,
    .instagram_gallery a {
        width: 45%;
        margin: 5px
    }
}

.our-team .pic {
    border-top: 5px solid #daa520;
    border-bottom: 5px solid #daa520;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    transition: all .5s ease 0s
}

.our-team:hover .pic {
    border-top-color: #000;
    border-bottom-color: #000;
    border-radius: 50% 0
}

.our-team .pic img {
    width: 100%;
    height: auto;
    transition: all .5s ease 0s
}

.our-team .team-content {
    padding: 20px 0
}

.our-team .title {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px 0
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #878484;
    text-transform: capitalize;
    margin-bottom: 10px
}

.our-team .social {
    list-style: none;
    padding: 0;
    margin: 0
}

.our-team .social li {
    display: inline-block
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    font-size: 15px;
    color: #000;
    text-align: center;
    transition: all .5s ease 0s
}

.our-team .social li a:before {
    margin-left: 8px
}

.our-team:hover .social li a {
    background: #000;
    color: #fff
}

@media only screen and (max-width:990px) {
    .our-team {
        margin-bottom: 30px
    }
}

#myCookieConsent {
    z-index: 9999999;
    min-height: 20px;
    font-family: OpenSans, arial, sans-serif;
    padding: 2px 20px;
    background: rgba(0, 0, 0, .9);
    overflow: hidden;
    position: fixed;
    color: #fff;
    bottom: 0;
    right: 0;
    display: none;
    left: 0;
    text-align: left;
    font-size: 11px;
    font-weight: 700
}

#myCookieConsent div {
    padding: 5px 0 0
}

#myCookieConsent a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px
}

#myCookieConsent a:hover {
    color: #fda016
}

#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000;
    font-size: 1em;
    background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 20px
}

#myCookieConsent a#cookieButton:hover {
    background: #fda016;
    color: #000
}

.bl-res-centered,
.bl-res-centered-last {
    position: relative;
    margin-bottom: 5px;
    margin-left: -20px
}

.bl-res-centered:after,
.bl-res-centered:before {
    content: "";
    display: table
}

.bl-res-centered-last:after,
.bl-res-centered-last:before {
    content: "";
    display: table
}

.bl-res-centered:after {
    clear: both
}

.bl-res-centered-last:after {
    clear: both
}

.bl-res-centered:after,
.bl-res-centered:before {
    content: "";
    display: table
}

.bl-res-centered-last:after,
.bl-res-centered-last:before {
    content: "";
    display: table
}

.bl-res-centered:after {
    clear: both
}

.bl-res-centered-last:after {
    clear: both
}

.bl-res-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 102%;
    background: #333;
    top: 8px;
    bottom: 0;
    margin-left: 3px
}

.bl-res-centered-last:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 0;
    background: #333;
    top: 8px;
    bottom: 0;
    margin-left: 3px
}

.bl-res-icon {
    background: #333;
    display: block;
    width: 9px;
    height: 9px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    float: left
}

.bl-res-centered .bl-res-entry .bl-res-entry-inner .bl-res-label,
.bl-res-centered-last .bl-res-entry .bl-res-entry-inner .bl-res-label {
    position: relative;
    margin-left: 30px
}

.bl-res-label h6 {
    margin-bottom: 10px
}

.bl-res-label p {
    margin-bottom: 10px
}

.text-right {
    margin-right: 20px
}

.dex-treatment-box {
    border: 3px solid #f2f2f2;
    padding: 20px;
    transition: all 350ms ease 0s;
    height: 520px
}

.dex-treatment-box:hover {
    border-color: #a9a9a9
}

.dex-treatment-box .dex-treatment-img {
    position: relative;
    text-align: center
}

.dex-treatment-box .dex-treatment-img img {
    max-width: 100%
}

.dex-treatment-box .dex-treatment-name {
    margin-top: 20px;
    text-align: center
}

.dex-treatment-box .dex-treatment-name .heading {
    color: #666565;
    font-size: 32px
}

.dex-treatment-box .dex-treatment-name .dex-treatment-design {
    display: block;
    margin-top: 10px
}

hr.hr-1 {
    border-bottom: 2px solid #a9a9a9;
    margin: 10px auto;
    width: 50px
}

.dex-treatment-box .dex-treatment-details {
    margin-top: 15px;
    text-align: center
}

.dex-treatment-contact {
    background-color: #666565;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center
}

.dex-treatment-contact .contact-list {
    display: inline-block;
    margin-bottom: 0;
    text-align: left
}

.contact-list li {
    overflow: hidden;
    padding: 5px 0
}

.contact-list li i {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    color: #a9a9a9;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-right: 12px;
    text-align: center;
    width: 25px
}

.dex-treatment-details .dex-treatment-name {
    font-weight: 500;
    margin-bottom: 10px
}

.dex-treatment-details .dex-treatment-design {
    color: #a9a9a9
}

.dex-treatment-details .dex-treatment-edu li {
    background-color: #f2f2f2;
    border-radius: 4px;
    float: left;
    font-weight: 400;
    margin-right: 10px;
    padding: 3px 10px
}

.dex-treatment-details .dex-treatment-edu {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.dex-treatment-buttons {
    position: absolute;
    bottom: 20px;
    left: 35%
}

#fixed-social {
    position: fixed;
    top: 62%;
    right: 5px;
    z-index: 10000
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 55px;
    position: relative;
    text-align: center;
    line-height: 66px;
    width: 55px;
    margin-bottom: 1px;
    z-index: 2
}

#fixed-social a:hover>span {
    visibility: visible;
    right: 56px;
    opacity: 1
}

#fixed-social a span {
    line-height: 55px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: .5s;
    z-index: 1;
    opacity: 0
}

#fixed-social a i {
    font-size: 35px
}

@media only screen and (max-width:575px) {
    #fixed-social {
        padding-right: 0 !important;
        padding-left: 0 !important;
        position: fixed;
        bottom: 0;
        top: 93%;
        right: 0;
        width: 100%;
        z-index: 10000
    }
    #fixed-social a {
        color: #fff;
        display: block;
        height: 55px;
        position: relative;
        text-align: center;
        line-height: 50px;
        width: 50%;
        margin-bottom: 1px;
        z-index: 2;
        float: left
    }
    #fixed-social a span {
        line-height: 50px;
        position: relative;
        display: contents;
        text-align: center;
        visibility: visible;
        transition-duration: .5s;
        z-index: 1;
        opacity: 1
    }
    #fixed-social a i {
        margin-top: 10px !important;
        font-size: 27px
    }
}

.fixed-facebook {
    background-color: #00aae5
}

.fixed-facebook span {
    background-color: #00aae5
}

.fixed-linkedin {
    background-color: #ffc41e
}

.fixed-linkedin span {
    background-color: #ffc41e
}

.fixed-instagram {
    background-color: #ed2b29
}

.fixed-instagram span {
    background-color: #ed2b29
}

.fixed-phone {
    background-color: rgba(232, 0, 0, .75)
}

.fixed-phone span {
    background-color: rgba(232, 0, 0, .75)
}

.fixed-whatsapp {
    background-color: rgba(37, 211, 102, .88)
}

.fixed-whatsapp span {
    background-color: rgba(37, 211, 102, .88)
}

.treatment-block a {
    display: flex;
    width: 100%
}

.treatment-block img {
    float: left;
    width: 100%;
    margin-top: 5px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.treatment-block span {
    position: absolute;
    padding: 10px 15px;
    line-height: normal;
    bottom: 45px;
    color: #fff;
    background-color: rgba(41, 41, 41, .7);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    border-radius: 0 12px 12px 0
}

.treatment-block span i {
    font-size: 15px
}

.treatment-block span strong {
    display: block;
    font-size: 38px;
    font-weight: 600;
    line-height: normal
}

.doctors .slick-slide {
    margin: 0 27px
}

.doctors .slick-list {
    margin: 0 -27px
}

.slick-slide {
    margin: 0 3px
}

.slick-list {
    margin: 0 -3px
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1.5rem 2rem .5rem 0;
    color: #4d4d4d;
    font-size: 1.65rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #666565
}

.accordion a:hover::after {
    border: 1px solid #666565
}

.accordion a.active {
    line-height: 32px;
    color: #666565;
    border-bottom: 1px solid #666565
}

.accordion a::after {
    font-family: themify;
    content: '\e61a';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center
}

.accordion a.active::after {
    line-height: 20px;
    font-family: themify;
    content: '\e622';
    color: #666565;
    border: 1px solid #666565
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all .2s ease .15s;
    -o-transition: all .2s ease .15s;
    transition: all .2s ease .15s
}

.accordion .content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify
}

.accordion .content.active {
    opacity: 1;
    padding: .5rem .5rem .5rem 0;
    max-height: 100%;
    -webkit-transition: all .35s ease .15s;
    -o-transition: all .35s ease .15s;
    transition: all .35s ease .15s
}

.background-shape {
    opacity: .04;
    width: 25%;
    left: 5%;
    position: absolute
}

@media only screen and (max-width:991px) {
    .background-shape {
        opacity: .04;
        width: 100%;
        left: -50%;
        position: absolute
    }
}

.partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    border-style: solid
}

.partner img {
    padding: 25px;
    width: 100%
}

.partner span {
    font-size: 15px;
    color: #000;
    margin: 10px
}

.partner p {
    margin: 10px
}

.process-wrapper {
    position: relative;
    width: 100%;
    padding: 0 45px;
    z-index: 1
}

.process-wrapper::after,
.process-wrapper::before {
    display: table;
    clear: both;
    content: ''
}

.process-wrapper .process-title {
    position: absolute;
    left: 0;
    top: 36%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .14;
    width: 100%;
    color: #d8d8d8;
    font-size: 96px;
    font-weight: 900;
    text-align: center;
    z-index: 0
}

.process-wrapper .process {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    counter-reset: line-number
}

.process-wrapper .process::after,
.process-wrapper .process::before {
    display: table;
    clear: both;
    content: ''
}

.process-wrapper .process li {
    position: relative;
    float: left;
    height: 320px;
    width: 20%;
    cursor: pointer;
    counter-increment: line-number;
    text-align: center
}

.process-wrapper .process li:last-child::before {
    display: none
}

.process-wrapper .process li::before {
    position: absolute;
    top: 36%;
    left: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    content: ''
}

.process-wrapper .process li::after {
    position: absolute;
    top: 36%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #e3e3e3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: counter(line-number);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.process-wrapper .process li.active::after,
.process-wrapper .process li:hover::after {
    background-color: #daa520;
    color: #000
}

.process-wrapper .process li.active .content,
.process-wrapper .process li:hover .content {
    opacity: 1
}

.process-wrapper .process li.top .title {
    margin-bottom: 15px
}

.process-wrapper .process li.top .process-content {
    top: 0
}

.process-wrapper .process li.top .content {
    top: 60%
}

.process-wrapper .process li.top .content::after {
    top: -24px;
    border-bottom-color: #f5e4bb
}

.process-wrapper .process li.bottom .title {
    margin-top: 10px
}

.process-wrapper .process li.bottom .process-content {
    bottom: 45px
}

.process-wrapper .process li.bottom .content {
    top: auto;
    bottom: 85%
}

.process-wrapper .process li.bottom .content::after {
    top: 100%;
    border-top-color: #f5e4bb
}

.process-wrapper .process li .process-content {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 110px;
    max-height: 110px
}

.process-wrapper .process li .title {
    color: #373a3b;
    font-family: Castle, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal
}

.process-wrapper .process li .icon img {
    height: 34px
}

.process-wrapper .process li .content {
    position: absolute;
    opacity: 0;
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    height: auto;
    width: 310px;
    max-width: 100%;
    padding: 12px 20px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #f5e4bb;
    -moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .15);
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .15);
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .15);
    color: #000;
    font-size: 14px;
    line-height: 1.58;
    text-align: center
}

.process-wrapper .process li .content::after {
    position: absolute;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -12px;
    border: solid transparent;
    border-width: 12px;
    content: " ";
    pointer-events: none
}

@media(max-width:1024px) {
    .process-wrapper {
        padding: 0
    }
    .process-wrapper .process li .content {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media(max-width:991px) {
    .process-wrapper {
        margin-top: 30px
    }
    .process-wrapper .process {
        width: 100%;
        padding: 0 15px
    }
    .process-wrapper .process li {
        position: relative;
        display: block;
        padding-bottom: 20px;
        float: none;
        width: 100%;
        height: auto
    }
    .process-wrapper .process li::before {
        left: 16px;
        top: 0;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 1px;
        height: 100%
    }
    .process-wrapper .process li::after {
        top: 0;
        left: 0;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .process-wrapper .process li.top .title {
        margin-bottom: 0
    }
    .process-wrapper .process li.top .process-content {
        top: 0
    }
    .process-wrapper .process li.top .content {
        top: 0
    }
    .process-wrapper .process li.bottom .title {
        margin-top: 0;
        margin-bottom: 0
    }
    .process-wrapper .process li.bottom .process-content {
        top: 0
    }
    .process-wrapper .process li.bottom .content {
        top: 0;
        bottom: auto
    }
    .process-wrapper .process li.bottom .content::after {
        top: -24px;
        border-top-color: transparent;
        border-bottom-color: #f5e4bb
    }
    .process-wrapper .process li .process-content {
        position: relative;
        min-height: 0;
        max-height: none
    }
    .process-wrapper .process li .process-content .title {
        min-height: 50px;
        padding-left: 90px;
        text-align: left
    }
    .process-wrapper .process li .process-content .icon {
        position: absolute;
        top: 0;
        left: 45px
    }
    .process-wrapper .process li .content {
        position: relative;
        width: 100%
    }
}

.dex-details {
    margin-right: 0
}

@media(max-width:991px) {
    .dex-details {
        margin-right: 15px
    }
}

.department-loc {
    color: #666565 !important;
    font-size: 1.65rem
}

.left-paragraph {
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
    text-align: justify;
    text-justify: inter-word
}

.navbar-brand {
    padding: 0 !important
}

.row-portfolio {
    margin: 0 -10px
}

.row-portfolio .portfolio-item {
    padding: 0 10px
}

.portfolio-wrapper {
    position: relative
}

.portfolio-item {
    width: 33.33%;
    float: left;
    margin-bottom: 20px
}

.portfolio-thumb img {
    width: 100%
}

.portfolio-thumb {
    position: relative
}

.portfolio-thumb::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%
}

@media (max-width:767px) {
    .portfolio-item {
        width: 100%
    }
    .portfolio-2 .portfolio-item {
        width: 100%
    }
}

.border-box {
    border: 1px solid #f6f6f6;
    padding: 60px 30px
}

.features-box {
    transition: .3s
}

.features-box:hover {
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1)
}

.features-box i {
    color: #41d3bd;
    display: inline-block;
    font-size: 45px;
    transition: all 350ms ease 0s
}

.features-box h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 25px 0 17px;
    text-transform: uppercase
}

.features-extended h2 {
    color: #343d47;
    font-size: 40px;
    font-family: Glegoo;
    font-weight: 700;
    line-height: 1.05;
    position: relative;
    margin-bottom: .2em
}

.features-extended p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: inherit;
    color: #f1bb37;
    font-size: 15px
}

.feature-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.features-ptag {
    margin: 6%;
    font-size: 14px;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-align: justify
}

#exclusive-holiday {
    color: #fff
}

.features-border {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    background: #222;
    background: rgba(34, 34, 34, .5)
}

.features-image {
    color: #fff;
    background-image: url(../img/why-choose-us/dental-stock1-min.jpg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image:hover {
    color: #fff;
    background-image: url(../img/why-choose-us/dental-stock1-min.jpg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image2 {
    color: #fff;
    background-image: url(../img/why-choose-us/compare-min.jpg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image2:hover {
    color: #fff;
    background-image: url(../img/why-choose-us/compare-min.jpg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image3 {
    color: #fff;
    background-image: url(../img/why-choose-us/tech-min.jpg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image3:hover {
    color: #fff;
    background-image: url(../img/why-choose-us/tech-min.jpg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image4 {
    color: #fff;
    background-image: url(../img/why-choose-us/dental-stock2-min.jpg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image4:hover {
    color: #fff;
    background-image: url(../img/why-choose-us/dental-stock2-min.jpg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image5 {
    color: #fff;
    background-image: url(../img/why-choose-us/time-min.jpeg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image5:hover {
    color: #fff;
    background-image: url(../img/why-choose-us/time-min.jpeg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image6 {
    color: #fff;
    background-image: url(../img/why-choose-us/antalya-min.jpg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-image6:hover {
    color: #fff;
    background-image: url(../img/why-choose-us/antalya-min.jpg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s ease-in-out
}

.features-box p {
    margin-bottom: 25px
}

.progress-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase
}

.progress {
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    height: 4px;
    margin-bottom: 20px;
    overflow: visible
}

.progress-bar {
    background-color: #41d3bd;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    position: relative
}

.dex-team-horizontal {
    margin-top: 50px;
    display: inline-block
}

.dex-team-horizontal h3 {
    color: #000
}

.dex-team-horizontal .dex-team-pic {
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1
}

.dex-team-horizontal .dex-team-pic:after,
.dex-team-horizontal .dex-team-pic:before {
    content: "";
    width: 130px;
    height: 150px;
    background: #666565;
    position: absolute;
    z-index: -1
}

.dex-team-horizontal .dex-team-pic:before {
    top: 0;
    right: -20px
}

.dex-team-horizontal .dex-team-pic:after {
    bottom: 0;
    left: -20px
}

.dex-team-horizontal .dex-team-pic img {
    width: 100%;
    height: auto;
    border: 3px solid #666565
}

.dex-team-horizontal .dex-team-horizontal-content {
    width: 70%;
    float: right
}

.dex-team-horizontal .dex-team-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px
}

.dex-team-horizontal .dex-team-post {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px
}

.dex-team-horizontal .dex-team-description {
    font-size: 15px;
    color: #000;
    padding: 0 15px;
    margin: 0;
    position: relative
}

.dex-team-horizontal .dex-team-description:after,
.dex-team-horizontal .dex-team-description:before {
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 17px;
    color: #666565;
    position: relative
}

.dex-team-horizontal .dex-team-description:before {
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0
}

.dex-team-horizontal .dex-team-description:after {
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0
}

@media only screen and (max-width:990px) {
    .dex-team-horizontal {
        text-align: center
    }
    .dex-team-horizontal .dex-team-pic {
        width: 200px;
        margin: 0 auto;
        float: none
    }
    .dex-team-horizontal .dex-team-pic:after,
    .dex-team-horizontal .dex-team-pic:before {
        width: 80px;
        height: 100px
    }
    .dex-team-horizontal .dex-team-horizontal-content {
        width: 100%;
        float: none
    }
    .dex-team-horizontal .dex-team-title {
        padding: 15px 0 0 0
    }
    .dex-team-horizontal .dex-team-post {
        padding: 0;
        margin-bottom: 10px
    }
}

.fa-star {
    color: #666565 !important
}

.dex-hotels {
    color: #fff;
    background: #f1f1ec
}

.dex-hotels>hr {
    border-top: 2px solid #666565
}

.dex-hotels p a,
.dex-hotels p a:visited {
    color: #666565
}

.dex-hotels p a:active,
.dex-hotels p a:hover {
    color: #cb9200
}

.dex-hotels {
    color: #000;
    padding: 10px;
    text-align: left;
    padding-bottom: 30px
}

.dex-hotels>hr {
    width: 15%
}

.dex-hotels h4 {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-family: sans-serif
}

.dex-hotels h5 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: sans-serif
}

.dex-hotels p {
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    font-family: sans-serif
}

.dex-hotels p a,
.dex-hotels p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.dex-hotels-social a,
.dex-hotels-social a:visited {
    width: 25px;
    float: left;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}

.dex-hotels-social a,
.dex-hotels-social a:visited {
    color: #171717;
    background: #666565
}

.dex-hotels-social a:active,
.dex-hotels-social a:hover {
    background: #cb9200
}

.dex-hotels-image {
    padding-top: 60px;
    padding-bottom: 25px
}

.dex-hotels-image img {
    width: 100%
}

.textbox-on-bg {
    display: inline-table;
    border: 1px transparent solid;
    text-align: center;
    background-color: rgba(255, 255, 255, .68);
    height: 150px;
    margin-bottom: 10px
}

.textbox-inner {
    padding: 10px;
    margin: 10px;
    display: inline-block
}

.left-radius-20 {
    border-radius: 20px 0 0 20px
}

.right-radius-20 {
    border-radius: 0 20px 20px 0
}

.bigger-p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify
}

.dex-border-0 {
    border-radius: 0
}

.contact-us-bg {
    background-image: url(../img/contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.contact-us-icon {
    font-size: 30px;
    border: 2px solid;
    padding: 5px
}

.dex-form-text {
    text-align: left;
    width: 220px;
    height: 50px;
    margin: 5px 0 5px 0;
    border: 0;
    font-size: 9pt;
    font-weight: 300;
    letter-spacing: 0;
    color: #333;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease
}

.dex-testimonial {
    text-align: center;
    padding: 40px;
    border: 1px solid #fff
}

.dex-testimonial .dex-testimonial-pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px
}

.dex-testimonial .dex-testimonial-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.dex-testimonial .dex-testimonial-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 70px 0
}

.dex-testimonial .dex-testimonial-title small {
    font-size: 15px;
    font-weight: 600;
    color: #ffc67a
}

.dex-testimonial .dex-testimonial-description {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    position: relative;
    margin: 0
}

.dex-testimonial .dex-testimonial-description:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-weight: 900;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -50px;
    left: 46%;
    font-size: 20px;
    color: #fff;
    line-height: 33px
}

.dex-transparent-btn {
    background: 0 0 !important;
    border: 1.5px solid #666565 !important;
    color: #fff !important;
    display: inline-block;
    width: 150px;
    height: 35px;
    font-size: 10pt;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-transform: none;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #666565;
    outline: 0;
    text-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
    cursor: pointer;
    -moz-transition: all .3s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

@media only screen and (max-width:990px) {
    .dex-testimonial .dex-testimonial-description:before {
        display: none
    }
    .left-radius-20 {
        border-radius: 20px
    }
    .right-radius-20 {
        border-radius: 20px
    }
    .contact-us-bg {
        background-image: url(../img/contact-us-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }
}

.matterport-showcase iframe {
    min-height: 240px;
    margin: 16px 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .matterport-showcase iframe {
        min-height: 360px
    }
}

@media screen and (min-width:992px) {
    .matterport-showcase iframe {
        height: 600px;
        max-width: 1068px;
        margin: 0 auto 15px
    }
}

.matterport-showcase {
    text-align: center
}

#loading-gui #loading-background {
    background-size: cover !important
}


@media screen and (min-width:768px) {
	.matterport-showcase iframe {
		min-height: 360px
	}
}

@media screen and (min-width:992px) {
	.matterport-showcase iframe {
		height: 600px;
		max-width: 1068px;
		margin: 0 auto 15px
	}
}

.matterport-showcase {
	text-align: center
}

#loading-gui #loading-background {
	background-size: cover !important
}

.ribbon {
	width: 100%;
	
	position: relative;
	float: left;
	margin-bottom: 20px;
	
	background-size: cover;
	text-transform: uppercase;
	color: white;
}
.ribbon:nth-child(even) {
	margin-right: 4%;
}
@media (max-width: 500px) {
	.ribbon {
		width: 100%;
	}
	.ribbon:nth-child(even) {
		margin-right: 0%;
	}
}
.ribbon3 {
	width: calc(100%);
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 20px;
	background: black;
	color: #d0d0d0;
}

.grid-item {
	width: 270px;
	margin-bottom: 10px;
	
}	
.grid {
	margin: 0 auto;
	
}


.grid-item2 {
	width: 350px;
	margin-bottom: 10px;
	
}	
.grid2 {
	margin: 0 auto;
	
}

.btn-black {
color: #fff;
background-color: #000;
border-color: #000;
font-family: 'Bebas Neue', cursive;
font-size: 20px;
}

.grid-item:hover {
    opacity: 0.6;
}

.press-d {
font-size: 15px;
font-family: 'Open Sans';
}
.medil{
	font-family: 'Bebas Neue', cursive;

}

.medil a,.medil2 a {

color: #999 !important;
}

.medil a:hover,.medil2 a:hover {

color: white !important;
}

.medil a.active, .medil2 a.active {

color: white !important;
}
img {
    width: 100%;
}


.accordion-item b  {
    font-weight: 700 !important;
    font-family: Times New Roman;
    font-size: 17px;
}
.form-group input {
    width: 100%;
    height: 60px;
    background-color: transparent;
    padding: 19px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 100px;
    color: #fff;
}
.contact-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #666565;
    padding: 61px 70px;
    color: white !important;
}
.contact-bg h2{
    color: white !important;
}
.form-group {
    margin-bottom: 20px;
}
form button {
    width: 100%;
    height: 60px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    margin-top: 10px;
}
@media(min-width: 1024px) {
    .address-box {
        padding:0 70px;
    }
    .contact-bg {
        padding: 30px 60px;
    }
    .address-box:before {
        left: -50px;
        bottom: 368px;
        width: 140px;
        height: 140px;
    }
    .address-box:after {
        right: -180px;
        bottom: -200px;
        width: 300px;
        height: 300px;
    }
    .contact-bg form {
        margin-top: 25px;
    }
    #captchaImage {
        margin-top: 18px;
    }
}
@media(max-width: 1024px) {
    #contact-wrapper {
        flex-direction: column;
    }
    #contact-form {
        margin-top: 36px;
    }
    .contact-bg {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #666565;
        padding: 25px 70px;
        color: white !important;
    }
    .contact-bg h2{
        color: white !important;
        font-size: 30px;
    }
    .contact-bg p {
        line-height: 25px;
    }
    .address-box {
        padding:0 40px;
    }
    .contact-bg {
        padding: 25px 30px;
    }
    .contact-bg form {
        margin-top: 10px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .form-group input {
        height: 50px;
    }
    form button {  
        margin-top: 10px;
    }
    #captchaImage {
        margin-top: 12px;
    }
    .address-box:after {
        right: -180px;
        bottom: -200px;
        width: 300px;
        height: 300px;
    }
    .address-box:before {
        left: -80px;
        bottom: -80px;
        width: 140px;
        height: 140px;
    }
}
.address-box {
    width:100%;
    min-height:397px;
    height:auto;
    overflow: hidden;
    background-color: #F6F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;   
}
.address-box:before {
    content: "";
    position: absolute;
    background-color: #666565;
    border-radius: 50%;
}
.address-box:after {
    content: "";
    position: absolute;
    background-color: #ffe9cf;
    border-radius: 50%;
}
.item {
    margin-bottom: 30px;
    width: 100%;
}
.item h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #555;
}
.item p {
    all: initial;
    all: unset;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.item a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.form-group textarea {
    width: 100%;
    height: 100px;
    background-color: transparent;
    padding: 19px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 15px;
    color: #fff;
}

.menu-init a {
    font-weight: bold;
    font-size: 15px;
}

img {
  max-width: 100%;
  width: auto;
}