body{ font-family: 'Open Sans', sans-serif; }

header { padding:20px 0; position: absolute; left: 0; right: 0; top: 0; width: 100%; z-index: 999}
header .logo { max-width: 300px; }
header .center { display: flex; justify-content: space-between; align-items: center; }
header nav ul {display: flex; list-style: none;}
header nav ul li a { color: #000; font-size: 14px; display: block;  padding: 15px 30px; font-weight: 700;}
header nav ul li a:hover { color: #666; }
header nav ul li:last-child a { background:#27ae60; color: #fff; border-radius: 2px;}
header nav ul li:last-child a:hover { background: #128c7e; }

.contact { background:#f7f7f7; }
.contact ul { list-style: none; line-height:30px }
.contact ul li a { font-size: 16px; color: #666; display: inline-block;}

.box img { margin-bottom: 20px; }

.whatsapp{position:fixed;right:60px;bottom:60px;z-index:99}
.whatsapp a:before{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:44px;border-radius:50%;content:"";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:60px;height:60px;background:#128c7e;border-radius:50%;animation:pulse-border 1500ms ease-out infinite}
.whatsapp a:after{color:#fff;font-weight:900;font-size:28px;text-align:center;line-height:60px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:60px;height:60px;background:#CF262B;border-radius:50%;transition:all 200ms}
.whatsapp a { font-size:30px; color:#fff; background:#128c7e; width:50px; height:50px; border-radius:50px; display:block; text-align:center; line-height:50px; z-index:99 }
@keyframes pulse-border {
0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}
100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}
}

.slider { position: relative;overflow: hidden;}
.slider .owl-item.active span {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeInDown;animation-delay: 0.2s;}
.slider .owl-item.active p { display:inline-block;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeInUp;animation-delay: 0.6s;}
.slider .owl-item.active .btn-green {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeInUp;animation-delay: 1s;}
.slider .overlay { position: absolute; top: 0; left: 0; right: 0; bottom:0; background-image: linear-gradient(270deg, rgba(0,52,120,0.00) 1%, #003478 100%);}
.slider .overlay .center { display: flex; align-items: center; width: 100%; height: 100%; }
.slider .overlay span { font-size:50px; line-height:54px; color:#fff; font-weight: 700; margin-bottom: 10px; display: inline-block;font-family: 'Poppins', sans-serif; }
.slider .overlay span:before { content: attr(data-text); position: absolute; top: -50px; font-size: 12px; letter-spacing: 2px; font-weight: 500; }
.slider .overlay p { display: block; width: 100%; font-size: 16px; color: #fff; font-weight: 500;}
.slider .overlay i { font-style: normal; }
.slider .slide-content { max-width:720px; }
.slider .slide-image { text-align: center; }
.slider .owl-item.active .slide-image { text-align: center; display:inline-block;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeInRight;animation-delay: 0.3s;}
.slider .slide-content img { width: auto !important; display: inline-block !important;}
.slider .slide-content .btn { margin-top: 20px }
.slider .owl-theme .owl-nav { margin-top: 0 !important }
.slider .owl-theme .owl-dots .owl-dot { width: auto; }
.slider .owl-dots { position: absolute; top:0; height: 100%; align-items: center; display: inline-flex; left:20px; width: 10px; flex-direction: column; align-content: stretch; justify-content: center;}
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span { opacity: 1 !important }

@media only screen and (max-width:1249px) {
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    .box img { margin-bottom: 0; }
    .box { padding-bottom: 30px; }
    header .center { display: block; }
    header .logo {max-width: 200px;}
    header nav {display: none;}
 }

@media only screen and (max-width:375px) {
   
}