body {
font-family: "Open Sans", sans-serif;
color: #444444;
}
a {
color: #47b2e4;
}
a:hover {
color: #73c5eb;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Jost", sans-serif;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #37517e;
}
#preloader:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #37517e;
border-top-color: #fff;
border-bottom-color: #fff;
border-radius: 50%;
width: 60px;
height: 60px;
-webkit-animation: animate-preloader 1s linear infinite;
animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate-preloader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.back-to-top {
position: fixed;
display: none;
right: 15px;
bottom: 15px;
z-index: 99999;
}
.back-to-top i {
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
width: 40px;
height: 40px;
border-radius: 50px;
background: #47b2e4;
color: #fff;
transition: all 0.4s;
}
.back-to-top i:hover {
background: #209dd8;
color: #fff;
}
#header {
transition: all 0.5s;
z-index: 997;
padding: 15px 0;
border-bottom:1px solid #999;
}
#header.header-scrolled, #header.header-inner-pages {
background: rgba(40, 58, 90, 0.9);
}
#header .logo {
font-size: 30px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
#header .logo a {
color: #FFF;
}
.logox{
font-size:0.65rem;
color:#CCC;
}
#header .logo img {
max-height: 40px;
}
.nav-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu > ul {
display: flex;
}
.nav-menu > ul > li {
position: relative;
white-space: nowrap;
padding: 10px 0 10px 28px;
}
.nav-menu a {
display: block;
position: relative;
color: #FC0;
transition: 0.3s;
font-size: 15px;
letter-spacing: 0.5px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
color: #960;
}
.nav-menu .drop-down ul {
border-radius: 8px;
display: block;
position: absolute;
left: 14px;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 10px 0;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.nav-menu .drop-down li {
min-width: 180px;
position: relative;
}
.nav-menu .drop-down ul a {
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
text-transform: none;
color: #0c3c53;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
color: #47b2e4;
}
.nav-menu .drop-down > a:after {
content: "\ea99";
font-family: IcoFont;
padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
top: 0;
left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
opacity: 1;
top: 0;
left: 100%;
}
.nav-menu .drop-down .drop-down > a {
padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
content: "\eaa0";
font-family: IcoFont;
position: absolute;
right: 15px;
}
@media (max-width: 1366px) {
.nav-menu .drop-down .drop-down ul {
left: -90%;
}
.nav-menu .drop-down .drop-down:hover > ul {
left: -100%;
}
.nav-menu .drop-down .drop-down > a:after {
content: "\ea9d";
}
}
.get-started-btn {
margin-left: 25px;
color: #fff;
border-radius: 50px;
padding: 6px 25px 7px 25px;
white-space: nowrap;
transition: 0.3s;
font-size: 14px;
display: inline-block;
border: 2px solid #47b2e4;
font-weight: 600;
}
.get-started-btn:hover {
background: #31a9e1;
color: #fff;
}
@media (max-width: 768px) {
.get-started-btn {
margin: 0 48px 0 0;
padding: 6px 20px 7px 20px;
}
}
.mobile-nav-toggle {
position: fixed;
top: 20px;
right: 15px;
z-index: 9998;
border: 0;
background: none;
font-size: 24px;
transition: all 0.4s;
outline: none !important;
line-height: 1;
cursor: pointer;
text-align: right;
}
.mobile-nav-toggle i {
color: #fff;
}
.mobile-nav {
position: fixed;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
z-index: 9999;
overflow-y: auto;
background: #fff;
transition: ease-in-out 0.2s;
opacity: 0;
visibility: hidden;
border-radius: 10px;
padding: 10px 0;
}
.mobile-nav * {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-nav a {
display: block;
position: relative;
color: #37517e;
padding: 10px 20px;
font-weight: 500;
outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
color: #47b2e4;
text-decoration: none;
}
.mobile-nav .drop-down > a:after {
content: "\ea99";
font-family: IcoFont;
padding-left: 10px;
position: absolute;
right: 15px;
}
.mobile-nav .active.drop-down > a:after {
content: "\eaa1";
}
.mobile-nav .drop-down > a {
padding-right: 35px;
}
.mobile-nav .drop-down ul {
display: none;
overflow: hidden;
}
.mobile-nav .drop-down li {
padding-left: 20px;
}
.mobile-nav-overly {
width: 100%;
height: 100%;
z-index: 9997;
top: 0;
left: 0;
position: fixed;
background: rgba(40, 58, 90, 0.6);
overflow: hidden;
display: none;
transition: ease-in-out 0.2s;
}
.mobile-nav-active {
overflow: hidden;
}
.mobile-nav-active .mobile-nav {
opacity: 1;
visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
color: #fff;
}
#hero {
width: 100%;
height: 80vh;
background: #2B3942;
}
#hero .container {
padding-top: 72px;
}
#hero h1 {
margin: 0 0 10px 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #CCC;
}
#hero h2 {
color: rgba(255, 255, 255, 0.6);
margin-bottom: 50px;
font-size: 24px;
}
#hero .btn-get-started {
font-family:"Lucida Console", Monaco, monospace;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 28px 11px 28px;
border-radius: 50px;
transition: 0.5s;
margin: 10px 0 0 0;
color: #CCC;
background: #A5740E;
}
#hero .btn-get-started:hover {
background: #FC0;
color:#FFF;
}
#hero .btn-watch-video {
font-size: 16px;
display: inline-block;
padding: 10px 0 8px 40px;
transition: 0.5s;
margin: 10px 0 0 25px;
color: #fff;
position: relative;
}
#hero .btn-watch-video i {
color: #fff;
font-size: 32px;
position: absolute;
left: 0;
top: 7px;
transition: 0.3s;
}
#hero .btn-watch-video:hover i {
color: #47b2e4;
}
#hero .animated {
animation: up-down;
animation-duration: 0.5s ;
animation-iteration-count: 3;
animation-direction: alternate-reverse;
}
@media (max-width: 991px) {
#hero {
height: 100vh;
text-align: center;
}
#hero .animated {
-webkit-animation: none;
animation: none;
}
#hero .hero-img {
text-align: center;
}
#hero .hero-img img {
width: 50%;
}
}
@media (max-width: 768px) {
#hero h1 {
font-size: 28px;
line-height: 36px;
}
#hero h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
#hero .hero-img img {
width: 70%;
}
}
@media (max-width: 575px) {
#hero .hero-img img {
width: 80%;
}
#hero .btn-get-started {
font-size: 16px;
padding: 10px 24px 11px 24px;
}
#hero .btn-watch-video {
font-size: 16px;
padding: 10px 0 8px 40px;
margin-left: 20px;
}
#hero .btn-watch-video i {
font-size: 32px;
top: 7px;
}
}
@-webkit-keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
@keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
section {
padding: 60px 0;
overflow: hidden;
}
.section-bg {
background-color: #431E0C;
color:#999;
}
.section-title {
text-align: center;
padding-bottom: 30px;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #37517e;
}
.section-title h2::before {
content: '';
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ddd;
bottom: 1px;
left: calc(50% - 60px);
}
.section-title h2::after {
content: '';
position: absolute;
display: block;
width: 40px;
height: 3px;
background: #47b2e4;
bottom: 0;
left: calc(50% - 20px);
}
.section-title p {
margin-bottom: 0;
}
.cliens {
padding: 12px 0;
text-align: center;
}
.cliens img {
max-width: 45%;
transition: all 0.4s ease-in-out;
display: inline-block;
padding: 15px 0;
-webkit-filter: grayscale(100);
filter: grayscale(100);
}
.cliens img:hover {
-webkit-filter: none;
filter: none;
transform: scale(1.1);
}
@media (max-width: 768px) {
.cliens img {
max-width: 40%;
}
}
.about .content h3 {
font-weight: 600;
font-size: 26px;
}
.about .content ul {
list-style: none;
padding: 0;
}
.about .content ul li {
padding-left: 28px;
position: relative;
}
.about .content ul li + li {
margin-top: 10px;
}
.about .content ul i {
position: absolute;
left: 0;
top: 2px;
font-size: 20px;
color: #47b2e4;
line-height: 1;
}
.about .content p:last-child {
margin-bottom: 0;
}