/* Variables */
/* Components */
.sidenav, .closebtn {
  display: none;
}

.site-header {
  padding-top: 22px;
  padding-bottom: 22px;
  top: 0;
  position: relative;
}

.site-header .logo-col img {
  width: auto;
  height: 60px;
}

.site-header .mbl-btn {
  display: none;
}

.site-header .main-menu {
  float: right;
  margin-bottom: 0;
  padding: 20px 0 0;
}

.site-header .main-menu li {
  margin-left: 25px;
  display: inline-block;
}

.site-header .main-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.site-header .main-menu li a:hover {
  color: #00a4cb;
}

.site-header .main-menu li.current-menu-item a {
  color: #00a4cb;
}

@media (max-width: 1399.98px) {
  .site-header .main-menu li {
    margin-left: 22px;
  }
}

@media (max-width: 1199.98px) {
  .site-header .main-menu li {
    margin-left: 18px;
  }
  .site-header .main-menu li a {
    font-size: 13px;
  }
  .site-header .main-menu li:nth-last-child(1) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header .logo-col img {
    height: 48px;
  }
  .site-header .menu-col {
    display: none;
  }
  .site-header #opensidebar {
    display: inline-block;
  }
  .site-header #opensidebar, .site-header #closesidebar {
    width: auto;
    font-size: 30px;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 99;
    position: absolute;
  }
  .site-header #opensidebar i, .site-header #closesidebar i {
    width: 35px;
    height: 28px;
    display: inline-block;
    margin: 20px 0 0;
    background-size: cover !important;
  }
  #main {
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    background-color: #020c19;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 20px;
  }
  .sidenav .main-menu {
    padding: 0;
    margin: 35px 0 0;
  }
  .sidenav .main-menu li a {
    color: #00a4cb;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 7px 8px 7px 24px;
  }
  .sidenav .main-menu li a:hover {
    color: #f1f1f1;
  }
  .sidenav .main-menu li .sub-menu {
    display: none;
  }
  .sidenav .main-menu li .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
    padding-left: 3px !important;
  }
  .sidenav .main-menu li .sub-menu li a:before {
    content: '- ';
    font-weight: 600;
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .sidenav .main-menu li:hover .sub-menu {
    display: block;
  }
  #mblsidenav .custom-logo {
    width: auto;
    height: 50px;
    display: block;
    margin: 5px auto 0;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.site-footer {
  padding: 65px 0 0;
  background-color: #020c19;
}

.site-footer .custom-logo-link img {
  width: auto;
  height: 55px;
  margin-bottom: 15px;
}

.site-footer ul.social-links {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.site-footer ul.social-links li {
  margin-right: 8px;
  display: inline-block;
}

.site-footer ul.social-links li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1c2024;
}

.site-footer ul.social-links li a:hover {
  background-color: #00a4cb;
}

.site-footer .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  display: block;
  margin: 0 0 5px;
  padding: 12px 12px;
}

.site-footer .footer-info {
  padding-right: 30px;
}

.site-footer .footer-info p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.site-footer .footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.site-footer .footer-title::after {
  content: '';
  width: 50px;
  height: 4px;
  display: block;
  margin: 10px 0 30px;
  background: #00a4cb;
}

.site-footer .footer-menu {
  padding: 0;
  margin: 0;
}

.site-footer .footer-menu li {
  list-style: none;
  margin-bottom: 10px;
}

.site-footer .footer-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-footer .footer-menu li a:hover {
  color: #00a4cb;
}

.site-footer .footer-contact {
  padding: 0 20px 0 0;
  list-style: none;
}

.site-footer .footer-contact li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
  padding-left: 25px;
}

.site-footer .footer-contact li i {
  color: #00a4cb;
  font-size: 15px;
  float: left;
  margin-left: -25px;
}

.site-footer .copyright-row {
  color: #fff;
  padding: 4px 0;
  margin-top: 42px;
  background: #000;
}

.site-footer .copyright-row span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-footer .menu-footer-menu-2-container {
  float: right;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 {
  padding: 0;
  float: right;
  margin: 0px;
  list-style: none;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li {
  display: inline-block;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100px;
  margin: 0 15px 0 10px;
  background: #00a4cb;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li:nth-child(1):before {
  display: none;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li a:hover {
  color: #00a4cb;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding: 55px 0 0;
  }
  .site-footer ul.social-links {
    margin-bottom: 32px;
  }
  .site-footer .footer-menu {
    margin-bottom: 38px;
  }
  .site-footer .footer-contact {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .site-footer .menu-footer-menu-2-container {
    display: none;
  }
}

.hero-banner {
  height: calc(100vh - 0px);
  max-height: 638px;
}

.hero-banner .banner-row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
}

.hero-banner .banner-row h1 {
  color: #fff;
  font-size: 9vh;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pg-title-section {
  height: 480px;
  background-size: cover;
  background-position: center;
}

.pg-title-section .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-title-section .container .page-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-top: 55px;
}

.pg-title-section .container .page-title::before {
  content: '';
  width: 62px;
  height: 5px;
  display: block;
  margin: 0 0 15px;
  background: #00a4cb;
}

@media (max-width: 1299.98px) {
  .hero-banner {
    max-height: 550px;
  }
}

@media (max-width: 1199.98px) {
  .hero-banner {
    max-height: 480px;
  }
  .hero-banner .banner-row {
    background-size: cover !important;
    background-position: right bottom !important;
  }
  .hero-banner .banner-row h1 {
    font-size: 8vh;
    margin-top: -50px;
  }
  .pg-title-section {
    height: 420px;
  }
  .pg-title-section .container .page-title {
    font-size: 38px;
  }
}

@media (max-width: 1099.98px) {
  .hero-banner {
    max-height: 442px;
  }
}

@media (max-width: 991.98px) {
  .hero-banner {
    max-height: 400px;
  }
  .hero-banner .banner-row h1 {
    font-size: 6vh;
    margin-top: -50px;
  }
  .pg-title-section {
    height: 350px;
  }
  .pg-title-section .container .page-title {
    width: 100%;
    font-size: 35px;
    text-align: center;
  }
  .pg-title-section .container .page-title::before {
    margin: 0 auto 15px;
  }
}

@media (max-width: 767.98px) {
  .hero-banner {
    max-height: 312px;
  }
}

@media (max-width: 575.98px) {
  .hero-banner {
    max-height: 235px;
  }
  .hero-banner .banner-row h1 {
    font-size: 5vh;
    margin-top: 0px;
  }
}

.testimonial-section {
  padding: 45px 15px 100px;
  background: #020c19;
}

.testimonial-section .testi-banner {
  width: 92%;
  height: 100%;
  display: block;
  margin-top: 30px;
  background-size: contain !important;
}

.testimonial-section .testimonials {
  padding-top: 35px;
}

.testimonial-section .testimonials i.quote-icon {
  width: 62px;
  height: 45px;
  display: inline-block;
  margin: 30px 0 20px;
  background: url(../images/quote-icon.png) no-repeat center;
  background-size: contain;
}

.testimonial-section .testimonials p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

.testimonial-section .testimonials .client-info {
  display: block;
  margin: 75px 0 0px;
}

.testimonial-section .testimonials .client-info .logo {
  width: auto;
  float: left;
  margin-right: 15px;
}

.testimonial-section .testimonials .client-info .logo img {
  width: auto;
  height: 58px;
}

.testimonial-section .testimonials .client-info .name {
  font-size: 18px;
  font-weight: 900;
}

.testimonial-section .testimonials .client-info .name span {
  font-weight: 300;
  font-size: 17px;
  display: block;
}

.testimonial-section .testimonials .slick-dots {
  padding: 0;
  margin: 14px 0 0;
}

.testimonial-section .testimonials .slick-dots li {
  margin: 0 4px;
  display: inline-block;
}

.testimonial-section .testimonials .slick-dots li button {
  width: 48px;
  height: 6px;
  font-size: 0;
  border: 0px;
  border-radius: 100px;
}

.testimonial-section .testimonials .slick-dots li.slick-active button {
  background: #00a4cb;
}

@media (max-width: 1199.98px) {
  .testimonial-section {
    padding: 0px 15px 70px;
  }
  .testimonial-section .testimonials p {
    font-size: 17px;
  }
}

@media (max-width: 991.98px) {
  .hero-banner .banner-row h1 {
    margin-top: -15px;
  }
  .testimonial-section .testi-banner {
    display: none;
  }
  .testimonial-section .testimonials .client-info {
    margin: 42px 0 0px;
  }
}

.fea-blog-section {
  padding: 65px 0 75px;
}

.fea-blog-section .section-title {
  font-size: 37px;
  text-align: center;
}

.fea-blog-section .section-title::before {
  margin: 0 auto 12px;
}

.fea-blog-section .post-block {
  margin-top: 20px;
}

.fea-blog-section .post-block .featured-img {
  width: 100%;
  height: 180px;
  display: block;
  margin: 0 0 15px;
  background-size: cover !important;
  background-position: center !important;
}

.fea-blog-section .post-block .info {
  padding: 0 15px;
  text-align: center;
}

.fea-blog-section .post-block .info .post-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  margin: 22px 0 15px;
}

.fea-blog-section .post-block .info p {
  font-size: 15px;
}

.fea-blog-section .read-all {
  max-width: 200px;
  text-align: center;
  padding: 15px 0;
  margin: 42px auto 0;
}

.fea-blog-section .btn-link {
  color: #00a4cb;
  font-size: 14px;
  font-weight: 600;
}

.partner-section {
  padding: 90px 15px;
}

.partner-section .intro-side {
  padding: 58px 55px 58px 82px;
}

.partner-section .image-side .img {
  background-size: cover !important;
  background-position: center !important;
}

.partner-section h3.section-title {
  font-size: 7vh;
}

.partner-section .image-side {
  padding-right: 82px;
}

.partner-section .partner-row {
  padding: 0 69px;
  margin-top: 65px;
}

.partner-section .partner-row .partner-block {
  height: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #00a4cb;
}

.partner-section .partner-row .partner-block img {
  width: auto;
  height: 65px;
  margin-bottom: 10px;
}

.partner-section .partner-row .partner-block p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .home .partner-section h3.section-title {
    font-size: 6vh;
  }
  .partner-section .image-side {
    padding-right: 38px;
  }
  .partner-section .partner-row {
    padding: 0 25px;
  }
}

/* Blocks */
.column-icon-box-section .icon {
  width: auto;
  height: 70px;
  display: block;
  margin: 0 0 20px;
}

.column-icon-box-section .box-title {
  color: #00a4cb;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.cta-section {
  text-align: center;
  padding: 68px 15px;
}

.cta-section h4 {
  font-size: 38px;
  font-weight: 900;
  display: block;
  margin: 0 0 20px;
}

.cta-section p {
  font-size: 18px;
  display: block;
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .cta-section {
    padding: 50px 15px 32px;
  }
}

/* Base style */
body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 16px;
  font-weight: 300;
}

.wow:first-child {
  visibility: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #00a4cb;
}

strong {
  font-weight: bold;
}

.theme-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 18px 50px;
  display: inline-block;
  background: #00a4cb;
  border: 2px solid #00a4cb;
}

.theme-btn:hover {
  color: #00a4cb;
  background-color: transparent;
}

h3.section-title {
  color: #020c19;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 32px;
}

h3.section-title:before {
  content: '';
  width: 110px;
  height: 8px;
  display: block;
  background: #00a4cb;
  margin-bottom: 20px;
}

h4.section-mini-title {
  color: #00a4cb;
  font-size: 38px;
  font-weight: 900;
}

.darkbg {
  color: #fff;
  background: #020c19;
}

.image-side .img {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 1399.98px) {
  h3.section-title {
    font-size: 7vh;
  }
}

@media (max-width: 991.98px) {
  .theme-btn {
    padding: 12px 30px;
  }
  .column-icon-box-section .box-title {
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  h3.section-title {
    font-size: 6vh;
  }
}

/* Pages */
.home .intro-section, .home .partner-section {
  padding: 90px 15px;
}

.home .intro-section .intro-side, .home .partner-section .intro-side {
  padding: 58px 55px 58px 82px;
}

.home .intro-section .intro-side .theme-btn, .home .partner-section .intro-side .theme-btn {
  margin-top: 20px;
}

.home .intro-section .image-side .img {
  background-size: cover !important;
}

.home .services-section {
  padding: 90px 15px 50px;
  background: #020c19;
}

.home .services-section .quote-txt {
  color: #fff;
  border-left: 5px solid #fff;
  margin: 65px 0 92px 69px;
  padding: 0px 50px 0px 40px;
}

.home .services-section .service-block {
  color: #fff;
  padding: 0 35px;
  margin-bottom: 40px;
  text-align: center;
}

.home .services-section .service-block i {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-bottom: 20px;
  background-size: contain !important;
}

.home .services-section .service-block h4.block-title {
  color: #00a4cb;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.home .services-section .service-block p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home .services-section .service-block a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.home .services-section .service-block a:hover {
  color: #00a4cb;
}

@media (max-width: 1399.98px) {
  .home .partner-section h3.section-title {
    font-size: 6.75vh;
  }
}

@media (max-width: 1199.98px) {
  .home .intro-section .intro-side,
  .home .partner-section .intro-side {
    padding: 42px 40px 42px 50px;
  }
  .home .partner-section h3.section-title {
    font-size: 6vh;
  }
}

@media (max-width: 991.98px) {
  .home .intro-section {
    padding: 30px 15px !important;
  }
  .home .intro-section, .home .partner-section {
    padding: 40px 15px 58px;
  }
  .home .intro-section .partner-row, .home .partner-section .partner-row {
    margin-top: 0px;
  }
  .home .intro-section .partner-row .col-md-12, .home .partner-section .partner-row .col-md-12 {
    margin-bottom: 15px;
  }
  .home .services-section {
    padding: 62px 15px 45px;
  }
  .home .services-section h4.section-mini-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .home .intro-section {
    padding: 15px 15px !important;
  }
  .home .services-section {
    padding: 42px 15px 30px;
  }
  .home .services-section .quote-txt {
    margin: 58px 0 70px 25px;
  }
  .home .partner-section .intro-side {
    padding: 25px 40px 35px 38px;
  }
  .home .fea-blog-section {
    padding: 65px 0 55px;
  }
}

@media (max-width: 575.98px) {
  .home .intro-section .intro-side,
  .home .partner-section .intro-side {
    padding: 42px 40px 42px 38px;
  }
}

.page-template-page-about .intro-section {
  padding: 90px 15px;
}

.page-template-page-about .intro-section .intro-side {
  padding-left: 52px;
}

.page-template-page-partners .partner-section h3.section-title {
  display: none;
}

.page-template-page-contact .intro-section {
  padding: 75px 15px 65px;
}

.page-template-page-contact .map-section {
  padding: 75px 15px;
  background-color: #020c19;
}

.page-template-page-contact .map-section iframe {
  width: 100%;
  height: 500px;
}

.page-template-page-contact .map-section .contact-form {
  padding-left: 75px;
  padding-top: 30px;
}

.page-template-page-contact .map-section .contact-form .field-col {
  margin: 0 0 15px;
}

.page-template-page-contact .map-section .contact-form .field-col .wpcf7-form-control {
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #5a5a5a;
  background: transparent;
}

.page-template-page-contact .map-section .contact-form .field-col .wpcf7-submit {
  color: #fff;
  font-size: 15px;
  padding: 14px 50px;
  display: inline-block;
  background: #00a4cb;
  border: 2px solid #00a4cb;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.page-template-page-contact .data-section {
  padding: 75px 15px;
}

.page-template-page-contact .data-section .data-wrap {
  height: 100%;
  padding: 20px;
  background: #e9e9e9;
}

.page-template-page-contact .data-section .data-wrap i {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 0 10px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.page-template-page-contact .data-section .data-wrap h4 {
  color: #00a4cb;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-template-page-contact .data-section .data-wrap p, .page-template-page-contact .data-section .data-wrap a {
  color: #333;
  text-decoration: none;
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {
  .page-template-page-contact .data-section .data-block {
    margin-bottom: 20px;
  }
}

.blog .fea-blog-section .post-block .featured-img {
  width: 100%;
  height: 180px;
}

/* Sidebar */
.fea-blog-section .sidebar {
  padding-left: 50px;
}

.fea-blog-section .sidebar .post-block .featured-img {
  height: 150px;
}
/*# sourceMappingURL=styles.css.map */