@charset "UTF-8";

/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/

ul,
ul li {
    margin: 0;
    padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
    outline: none;
}

pre,
textarea {
    overflow: auto;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: 0 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
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 {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Axiforma Light";
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    outline: none;
}

ul li {
    list-style-type: none;
}

img {
    border: none;
}

textarea {
    resize: none;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a {
    outline: none;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
    display: none;
}

* {
    outline: none !important;
}


/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/


/* Transition || Geçiş */


/* Scale */


/* Skew */


/* Rotate */


/* Placeholder Color */


/** Mobile Contact **/

.mContact {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999999;
    border: none !important;
    /* font-family: open sans; */
}

.mContact .col-md-6 {
    width: 50% !important;
    float: left;
    padding: 7px !important;
}

.mContact .col-md-6 a {
    padding: 10px;
    font-size: 14px;
}

.mContact .col-md-6 span {
    font-weight: bold;
    color: #fff;
    padding: 5px;
    position: relative;
    top: 1px;
}

.mContact .wp {
    background: #55cd6c;
}

.mContact .tl {
    background: #171717;
}

.mContact .col-md-6 img {
    width: 30px;
}


/** Mobile Contact **/


/** Whatsapp Fixed **/

.whatsappFixed {
    position: fixed;
    top: 50%;
    z-index: 999999;
    background: rgba(29, 177, 84, 0.96);
    color: #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.whatsappFixed a {
    color: #fff;
    font-size: 40px;
}


/** Whatsapp Fixed **/


/** Font Family **/

@-webkit-keyframes upChot {
    0% {
        top: 0px;
    }
    50% {
        top: 100px;
    }
    100% {
        top: 0px;
    }
}

@keyframes upChot {
    0% {
        top: 0px;
    }
    50% {
        top: 100px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes downChot {
    0% {
        top: 100px;
    }
    50% {
        top: 0px;
    }
    100% {
        bottom: 100px;
    }
}

@keyframes downChot {
    0% {
        top: 100px;
    }
    50% {
        top: 0px;
    }
    100% {
        bottom: 100px;
    }
}

@media (min-width: 1400px) {
    .c-container {
        max-width: 1300px;
        margin-right: auto;
        margin-left: auto;
    }
}

@font-face {
    font-family: "Axiforma Regular";
    src: local("Axiforma Regular"), local("Axiforma-Regular"), url("../fonts/Axiforma-Regular.woff2") format("woff2"), url("../fonts/Axiforma-Regular.woff") format("woff"), url("../fonts/Axiforma-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Axiforma Light";
    src: local("Axiforma Light"), local("Axiforma-Light"), url("../fonts/Axiforma-Light.woff2") format("woff2"), url("../fonts/Axiforma-Light.woff") format("woff"), url("../fonts/Axiforma-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

.header {
    position: absolute;
    width: 100%;
    padding: 40px 44px;
    z-index: 9999;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu ul li {
    display: inline-block;
    position: relative;
    padding: 17px 0;
}

.header-menu ul li a {
    text-transform: uppercase;
    font-family: "Axiforma Regular";
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
}

.header-menu ul li ul {
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    background: #ffff;
    border-radius: 0;
    /* border: 3px solid #0091ac; */
    padding: 8px 11px;
    white-space: nowrap;
    transition: all 0.5s ease;
    box-shadow: -20px 50px 70px #0814201a;
    z-index: 99999;
    top: 52px;
    padding-top: 16px;
}

.header-menu ul li ul:after {
    content: '';
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: -1;
    display: none;
}

.header-menu ul li ul li {
    margin: 0;
    float: none;
    /* margin-bottom: 5px; */
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.header-menu ul li ul li ul li {
    margin-left: 5px;
}

.header-menu ul li ul li a {
    /* border-radius: 20px; */
    display: block;
    padding: 0;
    white-space: nowrap;
    font-size: 16px;
    /* line-height: 33px; */
    padding: 8px 15px;
    font-weight: 500;
    opacity: inherit;
    border-left: 0 !important;
    display: block;
    font-weight: 500;
    color: #414042;
    text-align: left;
}

.header-menu ul li ul li ul {
    top: -10px;
    left: 125%;
    transition: all, 0.5s;
    padding: 10px;
    padding-left: 15px;
}

.header-menu ul li ul li ul:after {
    left: 10px;
}

.header-menu ul li ul li a:hover {
    background-color: #154132;
    color: #fff;
}

.header-menu ul li:hover>ul {
    opacity: 1;
    pointer-events: auto;
    transition: all, 0.5s;
}

.header-menu ul li ul:before {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    border-radius: 20px;
    background: #154132;
    width: 50px;
    height: 7px;
    position: absolute;
    left: 50%;
}

.header-menu ul li ul li ul:before {
    left: 8px;
    top: 10px;
    width: 5px;
    height: 50px;
    border-radius: 20px 0 0 20px;
}

.header-menu ul li ul li:hover ul {
    top: -10px;
    left: 100%;
    transform: translateX(0);
    transition: all, 0.5s;
}

.header-menu ul li::after {
    display: none;
}

.header-logo {
    position: relative;
    top: -31px;
}

.header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -20px;
}

.header-contact .phone {
    margin-bottom: 15px;
}

.header-contact .phone a {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.header-contact .button a {
    display: block;
    background: #154132;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    padding: 10px 30px;
}

.slider {
    position: relative;
}

.slider-item {
    position: relative;
    display: block;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-text-title {
    font-size: 70px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
}

.slider-text-desc {
    font-family: "Axiforma Light";
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.slider-text a.more {
    padding-top: 30px;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    display: block;
    text-decoration: underline;
}

.home-about {
    margin: 50px 0;
}

.home-about-inner {
    padding: 35px;
}

.home-about .bg {
    background: #f9f8f4;
}

.home-about .title {
    margin-top: 25px;
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 45px;
}

.home-about p {
    color: #303030;
    font-family: "Axiforma Light";
    margin-bottom: 30px;
    line-height: 1.3;
}

.home-about a.more {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    color: #154132;
    text-decoration: underline;
}

.home-bar-inner {
    background-size: cover !important;
    height: 925px;
    text-align: center;
    padding: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-bar-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.home-bar-desc {
    font-family: "Axiforma Light";
    color: #fff;
    line-height: 1.3;
    margin-bottom: 40px;
}

.home-bar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-bar-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
    margin-right: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-bar-link a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
    content: "";
    display: block;
    background: #154132;
    height: 25px;
    width: 50px;
}

.home-bar-link a:hover {
    opacity: initial;
}

.home-bar-link a:hover::after {
    margin-top: 30px;
    content: "";
    display: block;
    background: #154132;
    height: 25px;
    width: 100px;
}

.home-service {
    position: relative;
    height: 735px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0;
    background-size: cover !important;
}

.home-service:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-service-inner {
    position: relative;
    z-index: 999;
    padding: 40px;
}

.home-service-inner .nav {
    background: #154132;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    height: 560px;
    background: linear-gradient(90deg, #0a2a1f 0%, #24483c 100%);
}

.home-service-inner .nav-link {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    background: none;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 30px 0;
    font-size: 18px;
    border: 0;
}

.home-service-inner .nav-link.active {
    background: none;
    border: 0;
    color: #fff;
    border: 0;
}

.home-service-inner .nav-link:hover {
    border: 0;
}

.home-service-tab {
    background: rgba(0, 0, 0, 0.6784313725);
    height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.home-service-tab-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home-service-tab-desc {
    font-family: "Axiforma Light";
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
}

.home-service-tab-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-service-tab-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
    margin-right: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

.home-service-tab-link a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
    content: "";
    display: block;
    background: #154132;
    height: 25px;
    width: 50px;
}

.home-service-tab-link a:hover {
    opacity: initial;
}

.home-service-tab-link a:hover::after {
    margin-top: 30px;
    content: "";
    display: block;
    background: #154132;
    height: 25px;
    width: 100px;
}

.home-service-item .home-service:nth-child(2)::before {
    display: none;
}

.home-service-item .home-service:nth-child(2):after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.home-service-item .home-service:nth-child(2) .home-service-inner {
    margin-left: 15%;
}

.home-videos-title {
    background: url(../images/video-bg.jpg);
    height: 674px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-videos-title .text {
    font-family: "Cormorant Garamond", serif;
    font-size: 90px;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.home-videos .item {
    position: relative;
    margin-bottom: 25px;
}

.home-videos .item .desc {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6784313725);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.home-videos .item .desc .text {
    font-family: "Axiforma Light";
    color: #fff;
    font-size: 16px;
    padding: 12px 47px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-videos .item .desc .text .line {
    background: #fff;
    width: 5px;
    background: #fff;
    width: 4px;
    height: auto;
    margin-right: 8px;
}

.home-videos .item .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.home-videos .item .play-button .butons-btn {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    z-index: 1;
    border: 8px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-videos a:hover {
    opacity: initial;
}

.home-comments {
    background: url(../images/comments-bg.jpg);
    height: 550px;
    background-size: cover;
    margin: 50px 0;
}

.home-comments-slider {
    padding-top: 60px;
    margin-bottom: 30px;
}

.home-comments-slider .item {
    padding: 40px;
}

.home-comments-slider .item .title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 25px;
}

.home-comments-slider .item .desc {
    font-family: "Axiforma Light";
    color: #fff;
    line-height: 1.6;
}

.home-comments-slider .item img {
    margin-bottom: 20px;
}

.home-comments .line {
    height: 2px;
    width: 100%;
    background: #fff;
    margin-bottom: 25px;
}

.home-comments-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-comments-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 25px;
    color: #000;
    margin-bottom: 25px;
    margin-right: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

.home-comments-link a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
    content: "";
    display: block;
    background: #154132;
    height: 25px;
    width: 50px;
}

.home-comments-link a:hover {
    opacity: initial;
}

.home-comments-link a:hover::after {
    margin-top: 30px;
    content: "";
    display: block;
    background: #154132;
    height: 25px;
    width: 100px;
}

.home-contact {
    background: #2e2e2e;
}

.home-contact .title {
    font-family: "Axiforma Regular";
    font-size: 35px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 30px 0;
}

.home-contact .form {
    padding-top: 50px;
}

.home-contact .form input[type=text] {
    background: #fff;
    width: 100%;
    height: 55px;
    border: 0;
    padding: 10px;
    font-family: "Axiforma Light";
    margin-bottom: 15px;
    color: #2e2e2e;
}

.home-contact .form textarea {
    background: #fff;
    width: 100%;
    height: 55px;
    border: 0;
    padding: 10px;
    font-family: "Axiforma Light";
    margin-bottom: 15px;
    color: #2e2e2e;
}

.home-contact .form textarea::-webkit-input-placeholder {
    color: #2e2e2e;
}

.home-contact .form textarea::-moz-placeholder {
    color: #2e2e2e;
}

.home-contact .form textarea:-ms-input-placeholder {
    color: #2e2e2e;
}

.home-contact .form textarea::-ms-input-placeholder {
    color: #2e2e2e;
}

.home-contact .form textarea::placeholder {
    color: #2e2e2e;
}

.home-contact .form input[type=submit] {
    font-family: "Cormorant Garamond", serif;
    background: #154132;
    width: 220px;
    height: 55px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.home-contacts {
    height: 430px;
    background: url(../images/contact-bg.jpg);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.home-contacts .text {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 20px;
}

.home-contacts .line {
    width: 220px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 29px;
}

.home-contacts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-contacts-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
    margin-right: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

.home-contacts-link a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
    content: "";
    display: block;
    background: #154132;
    height: 25px;
    width: 50px;
}

.home-contacts-link a:hover {
    opacity: initial;
}

.home-contacts-link a:hover::after {
    margin-top: 30px;
    content: "";
    display: block;
    background: #154132;
    height: 25px;
    width: 100px;
}

.footer {
    background: url(../images/footer-bg.jpg);
    height: 515px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social a {
    color: #444444;
    font-size: 30px;
    margin-right: 28px;
}

.footer-left img {
    margin-bottom: 20px;
}

.footer .title {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer .borders {
    border-right: 1px solid #444444;
}

.footer-right {
    padding: 15px;
}

.footer-right div {
    font-family: "Axiforma Light";
    line-height: 1.3;
    margin-bottom: 15px;
}

.footer-right div a {
    color: #444444;
}

.footer-right div i {
    margin-right: 10px;
}

.footer-copy-inner {
    font-family: "Cormorant Garamond", serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    font-weight: 400;
}

.single-header {
    position: relative;
    background: #ffffff;
    padding-top: 41px;
    padding-bottom: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
}

.header-menu ul li a {
    color: #fff;
}

.header-contact .phone a {
    color: #000;
}

.single-header .header-menu ul li a {
    color: #000;
}

.home-service-inner .nav-link.active {
    background: #295445;
}

.home-videos .item img {
    width: 100%;
}


.single-video a {
    position: relative;
}

.single-video .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.single-video .play-button .butons-btn {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    z-index: 1;
}

.header-inner .language.dropdown {
    position: relative;
    display: block;
    z-index: 99;
    width: 130px;
}

.header-inner .language.dropdown .drop-btn {
    width: 100%;
    padding: 10px 9px;
    outline: none;
    position: relative;
    font-size: 15px !important;
    background-color: #ffffff4a;
    color: #ffffff;
    font-size: 13px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    color: #ffffff;
    align-items: center;
    font-weight: 500;
    border-radius: 20px;
    /* border: 3px solid #489fba; */
}

.header-inner .language.dropdown .drop-btn img {
    width: 30px;
    margin-right: 8px;
    pointer-events: none;
}

.header-inner .language.dropdown .drop-btn:after {
    content: "\203a";
    position: absolute;
    right: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-size: 23px;
    transform: rotate(90deg);
    color: #ffffff;
}

.header-inner .language.dropdown .drop-btn:hover {
    /* background-color: #d50101; */
}

.header-inner .language.dropdown .drop-btn:focus {
    color: 285fb9;
}

.header-inner .language.dropdown .dropdown-content {
    position: absolute;
    border-radius: 5px;
    /* top: 90px; */
    left: 0;
    right: 1px;
    outline: none;
    background-color: #ffffff4a;
    text-align: left;
    opacity: 0;
    font-size: 13px;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
    transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
}

.header-inner .language.dropdown .dropdown-content a {
    opacity: initial;
    display: block;
    padding: 10px 11px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    /* transition: .3s; */
    position: relative;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 20px;
}

.header-tig .language.dropdown .dropdown-content a>img {
    width: 30px;
    transition: .8s;
    padding-right: 5px;
}

.header-inner .language.dropdown .dropdown-content a:hover {
    /* background-color: #0091ac; */
    /* left: 0; */
    /* color: #0091ac; */
    background-color: initial !important;
}

.header-inner .language.dropdown .dropdown-content a:hover:after {
    content: "\2714";
    display: none;
    right: 20px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.header-inner .language.dropdown .dropdown-content.open {
    /* border-radius: 5px; */
    /* overflow: hidden; */
    display: block;
    height: auto;
    top: 111%;
    box-shadow: -20px 50px 70px #0814201a;
    opacity: 1;
    background-color: #ffffff4a;
    /* border: 1px solid #d6d6d6; */
    -webkit-transition: all 0.2s cubic-bezier(0, 1.2, 0.4, 1.1);
    transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
    pointer-events: auto;
    /* background-color: #000; */
    white-space: nowrap;
    width: 140px;
    transition: all 0.5s;
    border-radius: 20px;
    /* border: 3px solid #285fb9; */
}

.header-inner .language .dropdown-content.open a>img.img-flag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.header .language.dropdown .dropdown-content a>img {
    width: 30px;
    transition: .8s;
    padding-right: 5px;
}
.footer-left .item{
	margin-top: 20px;
    line-height: 35px;
}