/* *
* Template Name: Moderna - v2.0.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/ */
/* --------------------------------------------------------------
# General
-------------------------------------------------------------- */
body {
    font-family: "Open Sans", sans-serif;
    color: #000000;
}

a {
    color: #000;
}

a:hover {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Roboto", sans-serif;
}

.logoVC {
    width: auto;
    height: 200px;
}

/* --------------------------------------------------------------
# Header
-------------------------------------------------------------- */
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: #000c36;

    /* was #1e4356 - this is the top navigation bar area */
}

#header.header-transparent {
    background: none;
}

#header.header-scrolled {
    background: rgba(0, 12, 54, 0.8);

    /* this is the top navigation bar when page is scrolled down */
    height: 60px;
    padding: 10px 0;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: rgb(232 ,149, 44, 0.5);
    text-decoration: none;
    font-size: 10px;
    margin-left: 80px;
}

#header .logo img {
    padding: 0;
    margin-top: 12px;
    xmax-height: 40px;
    width: 60px;
    height: 60px;
    position: absolute;
    opacity: 0.4;
}

#main {
    margin-top: 80px;
}

/* --------------------------------------------------------------
# Hero Section
-------------------------------------------------------------- */
#hero {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
    background: #f3f8fa;
}

#hero::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    background: linear-gradient(to right, rgba(0, 12, 54, 0.6), rgba(0, 12, 54, 0.8)), url("../img/hero-bg5.jpg") center top no-repeat;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
}

#hero::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    background: #e8952c;
    opacity: 0.8;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 700;
    xz-index: 1;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-container span {
    color: rgb(243, 248, 250, 0.7);
    font-size: 36px;
}

#hero .carousel-container span2 {
    color: rgb(255, 255, 255, 0.8);
    font-size: 44px;
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #e8952c;
}

#hero .btn-get-started:hover {
    background: #000c36;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }

    #hero::after {
        width: 180%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
        top: 0;
        width: 180%;
        height: 94%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}

@media (max-width: 575px) {
    #hero::after {
        left: 40%;
        top: 0;
        width: 200%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero::before {
        left: 50%;
        top: 0;
        width: 200%;
        height: 94%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}

/* --------------------------------------------------------------
# Sections General
-------------------------------------------------------------- */
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f3f8fa;

    /* was #f3f8fa */
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.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: #e8952c;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/* --------------------------------------------------------------
# Team
-------------------------------------------------------------- */
.team {
    background: #f3f8fa;
    padding-bottom: 30px;
    text-align: center;
    min-height: 100vh;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #191970;
    border-radius: 10px;
    padding: 0% 6% 0 6%;
    width: 80%;
    height: auto;
}

.team .member2 {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    padding: 0% 6% 0 6%;
    width: 80%;
    height: auto;
}

.team .member2 .member-info ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-left: 20px;
}

.team .member2 .member-info ul li:hover {
    background-color: #191970;
    color: #fff;
}

.team member22 .member-info ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin: 15px 0 5px 0;
    font-size: 24px;
    text-align: center;
    color: #000c36;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.team .member .member-info {
    text-align: center;
    height: auto;
}

.team .member .member-info ul li {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
}

.team .member .member-info ul li a {
    text-align: center;
}

.team .member .member-info ul li:hover {
    background-color: #fff;
    color: #fff;
}

.team .member .member-info a {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.team .member .member-info ul {
    list-style: none;
    text-align: center;
    xborder: 1px solid green;
    margin-left: -40px;
}

.team .member .label {
    background-color: #191970;
    width: 100%;
    height: 30px;
    vertical-align: center;
    border-radius: 1px;
    color: #fff;
    padding: 6px 0 6px 0;
    margin-top: 60px;
}

.team .member .label h3 {
    font-size: 16px;
    text-align: center;
}

/* --------------------------------------------------------------
# Contact
-------------------------------------------------------------- */
.contact {
    padding-bottom: 30px;
}

.contact a {
    color: #000c36;
}

.contact a:hover {
    color: #e8952c;
}

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
}

.contact .info-box i {
    font-size: 32px;
    color: #e8952c;
    border-radius: 50%;
    padding: 8px;
    background: #000c36;
    border: 2px dotted #000c36;
}

.contact .info-box h3 {
    font-size: 15px;
    xtext-transform: uppercase;
    color: #000c36;
    font-weight: 600;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #000c36;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #e8952c;
}

.contact .btn-get-started:hover {
    background: #000c36;
    color: #fff;
    text-decoration: none;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    margin-bottom: 30px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #68A4C4;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #68A4C4;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #8dbad2;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* --------------------------------------------------------------
# Map
-------------------------------------------------------------- */
.map {
    padding: 0;
    margin-bottom: -6px;
}

.map iframe {
    width: 100%;
    height: 380px;
}

/* --------------------------------------------------------------
# Footer
-------------------------------------------------------------- */
#footer {
    background: #000000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 11px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #0d2735;
    text-align: center;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #a2cce3;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #68A4C4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #468db3;
}

#footer .footer-top {
    background: #161616;

    /* was #0d2735 */
    padding: 30px 0 10px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    color: #a2cce3;
    font-weight: 600;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #404040;
    color: #000000;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #e8952c;
    color: #000000;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #a2cce3;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #a2cce3;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    text-align: center;
    padding-top: 20px;
    font-size: 10px;
    color: #808080;
}

#footer .credits {
    padding-top: 20px;
    text-align: center;
    font-size: 10px;
    color: #808080;
}

#footer .credits a {
    color: #a0a0a0;
}

#footer .credits a:hover {
    color: #e8952c;
}

.disclaimer a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.disclaimer a:hover {
    color: #e8952c;
}

.privacy {
    text-align: center;
}

.privacy a {
    font-size: 12px;
    color: orange;
}

.privacy a:hover {
    color: #e8952c;
}

.privacy span {
    color: #c0c0c0;
}