@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Courgette');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

* {
margin: 0px; 
padding: 0px; 
box-sizing: border-box;
}

ul, li {
margin: 0px;
list-style-type: none;
}
.col-lg-mn-20-p {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}

.col-lg-mn-20-p {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}

body {
font-family: "Poppins", Arial, sans-serif;
background: #fff;
font-size: 17px;
line-height: 2;
font-weight: 400;
color: #666666;
}

a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
color: #c8a97e;
}
a:hover, a:focus {
text-decoration: none;
color: #c8a97e;
outline: none !important;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
line-height: 1.5;
color: #333333;
font-weight: 400;
}

.top {
background: #0379C5 !important;
position: relative;
z-index: 3;
color: white;
font-size: 15px;
}
@media (max-width: 770px) {
.top {
display: none;
} }

.ftco-navbar-light {
background: white !important;
position: relative;
z-index: 3;}
@media (min-width: 992px) {
.ftco-navbar-light {
padding-top: 0;
padding-bottom: 0;
} }
@media (max-width: 991.98px) {
.ftco-navbar-light {
position: relative;
top: 0;      
padding: 5px 15px;
} }
.ftco-navbar-light .navbar-brand {
color: #fff;
}
.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
color: #fff;
}
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-brand {
color: #fff;
} }
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav {
padding-bottom: 10px;
} }
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
font-size: 16px;
padding-top: .8rem;
padding-bottom: .8rem;
padding-left: 40px;
padding-right: 0;
font-weight: 400;
color: #fff;
opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
color: #fff;
}
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
padding-left: 0;
padding-right: 0;
padding-top: .9rem;
padding-bottom: .9rem;
color: rgba(255, 255, 255, 0.7);
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
color: #fff;
} }
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
border: none;
background: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
font-size: 14px;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
background: transparent;
color: #000000;
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
position: relative;
margin-left: 20px;
padding-left: 20px;
}
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
padding-left: 0;
margin-left: 0;
} }
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
position: absolute;
content: "";
top: 10px;
bottom: 10px;
left: 0;
width: 2px;
background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
display: none;
} }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
background: #c8a97e;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
padding-left: 15px;
padding-right: 15px;
} }
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
color: #fff;
background: #c8a97e;
} }
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
color: #c8a97e;
}
@media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
color: #fff;
} }
.ftco-navbar-light .navbar-toggler {
border: none;
color: rgba(255, 255, 255, 0.5) !important;
cursor: pointer;
padding-right: 0;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .1em;
}
.ftco-navbar-light .navbar-toggler:focus {
outline: none !important;
}
.ftco-navbar-light.scrolled {
position: fixed;
right: 0;
left: 0;
top: 0;
margin-top: -130px;
background: #fff !important;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
.ftco-navbar-light.scrolled {
border-bottom: none;
padding-top: 0;
padding-bottom: 0;
} }
.ftco-navbar-light.scrolled .nav-item.active > a {
color: #c8a97e !important;
}
.ftco-navbar-light.scrolled .nav-item.cta > a {
color: #fff !important;
background: #c8a97e;
border: none !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.ftco-navbar-light.scrolled .nav-item.cta > a span {
display: inline-block;
color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
border-color: #c8a97e;
}
@media (max-width: 991.98px) {
.ftco-navbar-light.scrolled .navbar-nav {
background: none;
border-radius: 0px;
padding-left: 0rem !important;
padding-right: 0rem !important;
} }
@media (max-width: 767.98px) {
.ftco-navbar-light.scrolled .navbar-nav {
background: none;
padding-left: 0 !important;
padding-right: 0 !important;
} }
.ftco-navbar-light.scrolled .navbar-toggler {
border: none;
color: rgba(0, 0, 0, 0.5) !important;
border-color: rgba(0, 0, 0, 0.5) !important;
cursor: pointer;
padding-right: 0;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .1em;
}
.ftco-navbar-light.scrolled .nav-link {
padding-top: 0.7rem !important;
padding-bottom: 0.7rem !important;
}
.ftco-navbar-light.scrolled .nav-link.active {
color: #c8a97e !important;
}
.ftco-navbar-light.scrolled.awake {
margin-top: 0px;
-webkit-transition: .3s all ease-out;
-o-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled.sleep {
-webkit-transition: .3s all ease-out;
-o-transition: .3s all ease-out;
transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
color: #000000;
}

.navbar-brand {
font-weight: 500;
font-size: 30px;
font-family: Courgette}

.navbar {
padding: 0!important;
}

.ftco-animate {
opacity: 0;
visibility: hidden;
}







#map {
width: 100%;
}
@media (max-width: 767.98px) {
#map {
height: 300px;
} }

@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
}
70% {
-webkit-box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
} }

@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
-webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
-webkit-box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
-webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
} }

.user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.team-wrap {
display: block;
position: relative;
}
.team-wrap .user-img {
width: 130px;
height: 130px;
border-radius: 50%;
position: relative;
margin: 0 auto;
background-position: top center;
}
.team-wrap .name {
font-weight: 400;
font-size: 18px;
margin-bottom: 0;
color: #000000;
}
.team-wrap .position {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
}

.image-popup {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}

#section-counter {
position: relative;
z-index: -1;
}
#section-counter:after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: '';
z-index: -1;
opacity: 0;
background: #000000;
}

#ftco-loader {
position: fixed;
width: 96px;
height: 96px;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
border-radius: 16px;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
transition: opacity .2s ease-out, visibility 0s linear .2s;
z-index: 1000;
}

#ftco-loader.fullscreen {
padding: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
background-color: #fff;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

#ftco-loader.show {
-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
transition: opacity .4s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}

#ftco-loader .circular {
-webkit-animation: loader-rotate 2s linear infinite;
animation: loader-rotate 2s linear infinite;
position: absolute;
left: calc(50% - 24px);
top: calc(50% - 24px);
display: block;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}

#ftco-loader .path {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
-webkit-animation: loader-dash 1.5s ease-in-out infinite;
animation: loader-dash 1.5s ease-in-out infinite;
stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} }

@keyframes loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} }

@-webkit-keyframes loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -136px;
} }

@keyframes loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -136px;
} }

.copyright {
padding: 25px 0;
text-align: center;
font-size: 90%;
line-height: 40px;
text-transform: none;
background-color: white;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.icons {
width: 20px;
margin-right: 10px;
}

::-webkit-scrollbar {
width: auto;
}
::-webkit-scrollbar-thumb {
background: #0379C5; 
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #00AEEF; 
}

.inner-width{
width: 100%;
max-width: 100%;
padding-bottom: 50px;
}

.container .titles{
text-align: center;
text-transform: uppercase;
color: #333;
}

.border{
width: 180px;
height: 4px;
background: #333;
margin: 50px auto;
}

.container .gallery{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.container .image{
flex: 25%;
overflow: hidden;
cursor: pointer;
}

.container .image img{
width: 100%;
height: 100%;
transition: 0.4s;
}

.container .image:hover img{
transform: scale(1.15);
}

@media screen and (max-width:960px) {
.container .image{
flex: 33.33%;
}
}

@media screen and (max-width:768px) {
.container .image{
flex: 50%;
}
}

@media screen and (max-width:480px) {
.container .image{
flex: 100%;
}
}
.parent-div  {
    white-space: nowrap;    
    text-align: center; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.child-div {
    vertical-align: middle;
}
.mn-hover, .mn-hover2 {
display: inline-block;  
}

.mn-hover:hover {
color: #00AEEF;
}

.dropdown .nav-link span{
color: black;
}

.dropdown .nav-link span:hover{
color: #00AEEF;
}

.mn-start span{
background-color: #0379C5;
border-radius: 15px;
margin-bottom: 250px;
padding: 10px 20px;
color: white;
font-size: 30px;
}
.mn-start:hover span{
background-color: #00AEEF;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000000;
opacity: .4;
}
.arrow-slick1, .arrow-slick2, .arrow-slick3 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
font-size: 18px;
color: white;
position: absolute;
background-color: black;
opacity: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
z-index: 200;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
background-color: #00AEEF;
}
.wrap-slick1-dots {
position: absolute;
width: 100%;
height: 65px;
left: 0;
bottom: 0;
}

.slick1-dots {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.slick1-dots li {
padding-left: 3px;
padding-right: 3px;
}

.slick1-dots li button {
display: block;
color: transparent;
background-color: #958e88;
width: 16px;
height: 16px;
border-radius: 50%;
border: 2px solid transparent;
background-clip: padding-box;

-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}

.slick1-dots li button:hover {
border: 3px solid white;
background-color: #00AEEF;
}

.slick1-dots li.slick-active button {
border: 3px solid white;
background-color: #0379C5;
}
.next-slick1,
.next-slick2,
.next-slick3 {
right: 50px;
left: auto;
}
.prev-slick1,
.prev-slick2,
.prev-slick3 {
left: 50px;
right: auto;
}
@media (max-width: 576px) {
.next-slick1 {
right: 15px;
}
.prev-slick1 {
left: 15px;
}
}
.sizefull {
width: 100%;
height: 100%;
}
.flex-col-c-m {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
justify-content: center;
}
.p-l-15 {padding-left: 15px;}
.p-r-15 {padding-right: 15px;}
.p-t-150 {padding-top: 150px;}
.p-b-170 {padding-bottom: 170px;}

.t-center {text-align: center;}
.txt1 {
font-family: Courgette;
font-size: 60px;
line-height: 1.1;
color: white;
}
.visible-false {visibility: hidden;}
.m-b-37 {margin-bottom: 37px;}
@media (max-width: 768px) {
.wrap-content-slide1 .tit1 {
font-size: 70px;
}

.wrap-content-slide1 .txt1 {
font-size: 60px;
}
}

@media (max-width: 576px) {
.wrap-content-slide1 .tit1 {
font-size: 60px;
}

.wrap-content-slide1 .txt1 {
font-size: 50px;
}
}

@media (max-width: 480px) {
.wrap-content-slide1 .tit1 {
font-size: 35px;
}

.wrap-content-slide1 .txt1 {
font-size: 25px;
}
}
@media (max-width: 319px) {
.wrap-content-slide1 .tit1 {
font-size: 20px;
}

.wrap-content-slide1 .txt1 {
font-size: 15px;
}
}
.tit1 {
font-family: Poppins;
font-weight: 700;
font-size: 90px;
line-height: 1.1;
color: white;
text-transform: uppercase;
letter-spacing: 10px;
word-spacing: 10px;
}
.txt3 {
font-family: Montserrat;
font-weight: 400;
font-size: 12px;
line-height: 1.1;
color: #ec1d25;
text-transform: uppercase;
}
.visible-true {visibility: visible;}
.slick-slide {
outline: none !important;
}
.wrap-slick1 button {
outline: none !important;
border: none;
background: transparent;
}

.wrap-slick1 button:hover {
cursor: pointer;
}
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
position: relative;
}
.item-slick1,
.item-slick2,
.item-slick3 {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.item-slick1 {
height: 100vh;
}
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
position: relative;
}
.item-slick1,
.item-slick2,
.item-slick3 {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.item-slick1 {
height: 100vh;
}
@media (max-width: 340px) {
.open-closed{
display: none;
}
}
