:root {

    --1px: 0.06rem;
    --4px: 0.25rem;
    --8px: 0.5rem;
    --12px: 0.75rem;
    --16px: 1rem;
    --24px: 1.5rem;
    --32px: 2rem;
    --40px: 2.5rem;
    --100px: 6.25rem;
    --300px: 18.75rem;
    --400px: 25rem;
    --600px: 37.5rem;
    --768px: 48rem;
    --1000px: 62.5rem;

    --background-color: #f9f9f9;
    --primary-color: #4CAF50;
    --primary-color-hover: #45a049;
    --secondary-color: #007bff;
    --secondary-color-hover: #0056b3;
    --danger-color: #ff0000;
    --danger-color-hover: #cc0000;
    --text-color: #333;
    --border-color: #ddd;
    --button-border-radius: var(--4px);
    --font-size: var(--16px);
    --padding: var(--16px);
    --margin-bottom: var(--24px);
    --font-family: 'Verdana', Geneva, sans-serif;
    --modal-max-width: 500px;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    border: none;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #8790af;
}
.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 20px 15px 0;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mainmenu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}
.sign-in-button {
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
.sign-in-button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #768ede;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    opacity: 0.8;
    z-index: -2;
}

.home-area {
    width: 100%;
    background: url(/images/header-bg.jpg) no-repeat scroll center bottom / cover;
    padding-top: 26vh;
    color: #ffffff;
    margin-bottom: 100px;
}

.mobile-image {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -158px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    align-items: end;
    margin-right: -15px;
    margin-left: -15px;
}

.figure-container {
    width: 40%;
}
.welcome-container {
    width: 60%;
    padding-bottom: 4em;
}
.welcome-container p {
    margin-left: 0.67em;
    margin-right: 0.67em;
}

.a-third {
    width: 100%;
}

.space-60 {
    height: 60px;
}
.space-10 {
    height: 10px;
}
[class|=space] {
    display: block;
    width: 100%;
    overflow: hidden;
}
.text-center {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 50px;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: 400;
    line-height: 1.4em;
}
h3 {
    font-size: 32px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding-top {
    padding-top: 120px;
}

.feature-area {
    color: #ffffff;
    background-color: #5e88fc;
    background-image: url(/new/images/feature-bg.png);
    background-position: bottom -120px center;
    background-repeat: no-repeat;
    background-size: auto 94%;
    margin-bottom: 142px;
}

.feature-box {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding-left: 100px;
}
.feature-box-content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.feature-box .box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 72px;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    color: #5e88fc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.feature-box:hover .box-icon {
    color: #ffffff;
}

.box-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.feature-box:hover .box-icon:before {
    opacity: 0;
}

.text-center.page-title .title:before, .page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    font-weight: 600;
}

.popup {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  
  /* Position the content inside the overlay */
  .popup-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }

  /* The navigation links inside the overlay */
.popup a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  
  /* When you mouse over the navigation links, change their color */
  .popup a:hover, .popup a:focus {
    color: #f1f1f1;
  }
  
  /* Position the close button (top right corner) */
  .popup .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }

@media only screen and (max-width: 767px) {
    .row {
        display: block;
    }
    h1 {
        font-size: 30px;
    }
    .home-area {
        margin-bottom: 0px;
    }
    .hidden-sm {
        display: none !important;
    }
    .figure-container {
        width: 0%;
    }
    .welcome-container {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-area {
        margin-bottom: 0px;
    }
    .hidden-sm {
        display: none !important;
    }
    .figure-container {
        width: 0%;
    }
    .welcome-container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .a-third {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .a-third {
        width: 33%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.fadeInUp{
    animation:fadeInUp 1s ease backwards;
    
}
.delay-02 {
    animation-delay: 0.2s;
}
.delay-04 {
    animation-delay: 0.4s;
}
.delay-06 {
    animation-delay: 0.6s;
}
.delay-08 {
    animation-delay: 0.8s;
}
.delay-12 {
    animation-delay: 1.2s;
}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}

