@import url(fonts.css);
@import url(responsive.css);
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-track {
    background: #f8f8f8;
}
::selection {
    color: #fff;
    background: #222;
}

* {
	margin: 0;
	padding: 0;
	font-family: inherit;
	outline: none!important;
	list-style: none!important
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {
	background-color: #FFF!important;
	color: #000;
	font-family: 'Helvetica Neue'!important;
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	color: #000;
	font-family: 'Helvetica Neue'!important;
	font-weight: 400
}

p {
	color: #000;
	line-height: 28px;
	margin-bottom: 25px
}

a {
	color: #000;
	text-decoration: none!important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none!important;
	box-shadow: none!important
}

a:hover {
	color: #030349;
	text-decoration: none!important;
	transition: all 0.3s ease-in-out
}

a:focus {
	outline: none!important;
	box-shadow: none!important
}

img {
	max-width: 100%
}

button {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none!important
}

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

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0
}

label {
	color: #000
}

input:focus,
textarea:focus {
	outline: none!important;
	box-shadow: none!important
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none!important;
	box-shadow: none!important;
	border: 0!important
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	box-shadow: none!important;
	outline: none!important;
	border: 0!important
}

.btn.focus,
.btn:focus {
	outline: none!important;
	box-shadow: none!important
}

.btn:focus,
a:focus {
	outline: none!important
}

.navbar-toggler:focus {
	outline: none!important;
	box-shadow: none
}

iframe {
	border: 0;
	display: block
}

video {
	width: 100%
}

header{
	padding:15px 0;
	background: #222222;
}

header nav.navbar{
	padding:0!important;
}

header .navbar-toggler-icon i{
	color:#DBB895;
}

header .navbar-nav .nav-item li {
	margin-left: 10px
}

header .navbar-nav .nav-item .nav-link {
	font-family: 'Helvetica Neue'!important;
	font-weight: 600;
	padding: 10px 20px 10px 20px;
	font-size:13px;
	color:#DBB895;
	position:relative;
}

header .navbar-nav .navbar li:hover,
header .navbar-nav .navbar li:active {
	background: #FFF!important;
	border-radius: 40px;
	transition: all 0.3s ease-in-out
}

header .navbar-nav .navbar li.show {
	background: #FFF!important;
	border-radius: 40px;
	transition: all 0.3s ease-in-out
}
footer ul {
	align-items:center;
}
.logo{
	width: 100px;
}

section{
	padding-top:80px;
}

.owl-carousel .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #2E2E2E
}

.owl-carousel {
	position: relative
}

.owl-theme .owl-dots {
	text-align: center;
	margin-top: 10px;
	padding-bottom:10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2E2E2E
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2E2E2E
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #DBB895;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.aos-item::before {
  content: attr(data-id);
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}


.btn-outline-other{
	font-family: 'Helvetica Neue'!important;
    font-weight: 700;
    font-size:12px;
    background:none;
    border:1px solid #FFF;
    color:#FFF;
    line-height: 1.5;
    padding:10px 20px;
    margin:10px 0;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.btn-other{
	font-family: 'Helvetica Neue'!important;
    font-weight: 700;
    font-size:12px;
    background:#222222;
    color:#FFF;
    line-height: 1.5;
    padding:10px 20px;
    margin:10px 0;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border:none;
}
.btn-other:before{
  content:" ";
  display:block;
  width:200px;
  height:80px;
  background:rgba(255, 255, 255, .2);
  position:absolute;
  top:-10px;
  left:-200px;
  transform:rotate(45deg);
  transition:all .4s ease-in-out;  
}
.btn-other:hover{
	text-decoration: none;
	color:#FFF;
}
.btn-other:hover:before{
  margin-left:300%;
}

.imgHover {
    overflow: hidden;
    border-radius: 20px;
}


/* ANIMATION */
@-webkit-keyframes zoomInImageSm {
  0% {transform: translateY(0px) translateX(0px) scale(1); opacity: 1;}
  50% {transform: translateY(0px) translateX(0) scale(1.2); opacity: 1;}
  100% {transform: translateY(0px) translateX(0px) scale(1); opacity: 1;}
}

@-webkit-keyframes slideRightAnimation {
  0% {transform: rotate(0deg) translate(0px, 0px);}
  50% {transform: rotate(6deg) translate(0px, 0px);}
  100% {transform: rotate(0deg) translate(0px, 0px);}
}

@-webkit-keyframes slideLeftAnimation {
  0% {transform: rotate(0deg) translate(0px, 0px);}
  50% {transform: rotate(-6deg) translate(0px, 0px);}
  100% {transform: rotate(0deg) translate(0px, 0px);}
}

@-webkit-keyframes socialPhoneLeft {
  0% {transform: translateY(0px) translateX(0px); opacity: 1;}
  50% {transform: translateY(0px) translateX(20px); opacity: 1;}
  100% {transform: translateY(0px) translateX(0px); opacity: 1;}
}

@-webkit-keyframes socialPhoneRight {
  0% {transform: translateY(0px) translateX(0px); opacity: 1;}
  50% {transform: translateY(0px) translateX(-20px); opacity: 1;}
  100% {transform: translateY(0px) translateX(0px); opacity: 1;}
}

@-webkit-keyframes bannerImageBottom {
  from {bottom:-75px;}
  to {bottom:0px;-webkit-animation-play-state: paused;}
}
/* ANIMATION */