/* Google Fonts */

@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
html {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #333;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 576px) and (max-width: 767px) {
    h3 {
        font-size: 30px !important;
    }
}

h4 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    text-decoration: none;
}

a a:focus {
    outline: none;
}

p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-size: 16px;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

.value-icon {
    text-align: center;
    padding-right: 0;
}

.modules-img {
    text-align: center;
    padding-right: 0;
}

.main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.signactivity-title {
    font-size: 48px;
    margin-right: 20px;
}

.hero-heading {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
    letter-spacing: 0.1rem;
}

.hero-sub-heading {
    font-size: 20px;
    font-weight: 400;
    color: #e6e6e6;
    line-height: 45px;
    letter-spacing: 0.1rem;
}

.section-title-bg {
    display: inline;
    font-size: 115px;
    font-weight: 700;
    left: -173px;
    opacity: 0.1;
    position: absolute;
    top: -14px;
    text-align: center;
}

.section-title-header p {
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px;
}

.section-title {
    font-size: 36px;
    color: #333;
    line-height: 52px;
    padding-bottom: 18px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 70px;
}

.section-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0080bb;
}

.section-info {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.btn {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    background-color: #680CE8;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.btn-common:hover {
    color: #fff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 10px 20px;
}

.btn-border:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

button:focus {
    outline: none !important;
}

.close-button {
    color: #0080bb;
}


/* ScrollToTop */

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0080bb;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #0080bb;
}

#loader-1:before {
    z-index: 100;
    animation: spin 2s infinite;
}

#loader-1:after {
    border: 7px solid #fafafa;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.section-padding {
    padding-bottom: 40px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.navbar-brand {
    position: relative;
    padding: 0px;
    height: 100%;
    margin-right: 0px;
}

.navbar-brand img {
    height: 64px;
    padding: 12px;
    width: auto !important;
}

.navbar:not(.top-nav-collapse) .whiteable {
    color: white !important;
}

.navbar:not(.top-nav-collapse) .navbar-brand {
    visibility: hidden;
}

#lyra-logo {
    visibility: visible;
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    min-height: 58px;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
}

.top-nav-collapse .navbar-brand {
    top: 0px;
}

.top-nav-collapse .navbar-brand img {
    width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
    color: #333 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
    cursor: pointer;
    color: #0080bb !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #0080bb !important;
}

.indigo {
    background: #fff;
}

.menu-bg {
    background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
    font-size: 28px;
    color: #0080bb;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link i:hover {
    color: #0080bb;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    font-weight: 700;
    padding: 0 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active>a,
.navbar-expand-lg .navbar-nav li a:focus {
    color: #0080bb;
    outline: none;
}

#main-navbar:not(.top-nav-collapse) {
    color: white !important;
}

#main-navbar {
    display: flex !important;
}

.navbar {
    padding: 0;
}

.navbar li.active a.nav-link {
    color: #0080bb;
}

.language-selector {
    display: flex;
}

.language-selector button {
    margin: 0 8px;
    cursor: pointer;
    color: black;
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
}

.language-selector button.selected {
    border-bottom: 2px solid;
    color: #0080bb;
    margin-top: 2px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 210px;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    border: none;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    display: inline-block;
    clear: both;
    position: relative;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
    color: #0080bb;
}

.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}

.slicknav_btn {
    border-color: #0080bb;
}

.slicknav_menu .slicknav_icon-bar {
    background: #0080bb;
}


/* only small tablets */

@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-brand {
        position: absolute;
        padding: 8px;
        top: 0;
    }
    .navbar-brand img {
        padding: 4px;
        padding-left: 0;
        height: 44px;
        width: 75%;
    }
    #mobile-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_nav .active a {
        background: #0080bb;
        color: #fff;
    }
    .slicknav_nav a:hover,
    .slicknav_nav a:focus,
    .slicknav_nav .active {
        color: #0080bb;
        outline: none;
        background: #f8f9fa;
    }
}


/* ==========================================================================
3. Hero Area
========================================================================== */

.intro {
    background-color: #0080bb;
    color: #fff;
    padding: 120px 0 0 0;
    overflow: hidden;
    position: relative;
}

.intro .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0c0808;
    opacity: 0.4;
}

.intro .heading-count h2 {
    font-size: 80px;
    margin-bottom: 10px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.intro .target-scroll {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.intro .target-scroll i {
    color: #fff;
    font-size: 40px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.intro .target-scroll i:hover {
    color: #ddd;
}

.intro .btn {
    margin: 10px;
}

.main-logo {
    height: 20vh;
    width: auto;
}

.logo-wing {
    position: absolute;
    margin-top: 20px;
}


/* Sponsors Area */

#sponsors {
    background: #f2f2f2;
}

#sponsors .spnsors-logo {
    display: inline-block;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/* ==========================================================================
   Countdown Style Start
   ========================================================================== */

.bg-wraper {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 700px;
    width: 100%;
}

.countdown-timer {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    top: 28%;
    text-align: center;
    width: 100%;
}

.countdown-timer .heading-count {
    padding: 10px 68px;
    text-align: center;
}

.countdown-timer .heading-count h2 {
    font-size: 42px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
}

.countdown-timer p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.countdown-timer .button-group {
    margin-top: 30px;
}

.countdown-timer .btn {
    margin: 10px;
}

.time-count div {
    text-align: center;
}

.time-entry {
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border-radius: 0px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.time-entry span {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

.time-entry:first-child {
    border-left: none;
}

.countdown {
    width: 100%;
    margin: 25px auto;
    display: inline-block;
}

.countdown .time-count {
    padding: 0;
    position: relative;
    display: inline-block;
    text-align: center;
}

.countdown .time-count .time-entry {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 115px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 50px -10px #000;
}

.countdown .time-count .time-entry span {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
}

.line-right {
    margin: 30px 0;
}

.line-right .time-count {
    position: relative;
    display: inline-block;
    text-align: center;
}

.line-right .time-count .time-entry {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 115px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    background: #0080bb;
    box-shadow: 0 5px 50px -10px #fff;
}

.line-right .time-count .time-entry span {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    display: block;
    width: 100%;
}

.subscribe-form h4 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

.subscribe-form .form-inline {
    position: relative;
}

.subscribe-form .form-inline .btn {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    margin: 0;
    width: 200px;
    height: 55px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscribe-form .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    height: 55px;
    padding: 15px 25px;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
}

.social a {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.social .linkedin:hover {
    color: #006fb6;
}

.social .medium:hover {
    color: #00b871;
}

.social .facebook:hover {
    color: #3B5998;
}

.social .twitter:hover {
    color: #00aced;
}

.social .instagram:hover {
    color: #fb3958;
}

.social .foursqare:hover {
    color: #25a0ca;
}

.social .google:hover {
    color: #d34836;
}

/* Services Item */

#services .icon {
    margin-bottom: 10px;
}

#services .icon i {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background: #0080bb;
    border: 1px solid #0080bb;
    color: #fff;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

#services .services-item {
    text-align: center;
    padding: 30px 0;
}

#services .services-item h3 {
    margin-bottom: 10px;
}

#services .services-item h3 {
    color: #343434;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

#services .services-item h3 a:hover {
    color: #0080bb;
}

.services-item:hover .icon i {
    background: transparent;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* Services Item */

#modules .modules-item {
    margin-bottom: 64px;
    margin-top: 8px;
    border-radius: 25px;
}

#modules .customOpacity:hover {
    opacity: 0.15;
    transition: 0.7s;
}

.hoverLink {
    position: relative;
    z-index: 10;
    text-align: center;
    top: 40%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    height: 0px;
}

.hoverLink .customButton {
    cursor: pointer;
}

#modules .modules-item h3 {
    margin-bottom: 10px;
}

#modules .modules-item hr {
    margin: 0;
}

#modules .modules-item h3 {
    color: #343434;
    font-weight: 700;
    font-size: 20px;
}

#modules .modules-item h3 {
    margin-bottom: 10px;
}

#modules .modules-item img {
    vertical-align: middle;
}


/*Margin adjustment for Modules elements*/

.modules-container {
    justify-content: center;
}

.customOpacity {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.logo-box {
    text-align: center;
    padding-right: 0;
    height: 83px !important;
    width: 83px !important;
}


/*Styling submit file button*/

.fileinput {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.fileinput+label {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    background-color: #B2B2B2;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

#form-join-submit {
    margin-bottom: 10%;
}

#features .features-item {
    margin-bottom: 64px;
    padding: 8px;
}

#features .features-item h3 {
    margin-bottom: 10px;
}

#features .features-item hr {
    margin: 0;
}

#features .features-item h3 {
    color: #343434;
    font-weight: 700;
    font-size: 20px;
}

#features .features-item h3 {
    margin-bottom: 10px;
}

#features .features-item .fas {
    font-size: 48px;
    vertical-align: middle;
    color: #343434;
    text-align: center;
}

/* Pricing Section */
#pricing{
    font-family: 'Montserrat', sans-serif;
}

#pricing .pricing-item-col{
    padding: 0px 1.3vw;
    margin-bottom: 20px;
}

#pricing .pricing-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-color: #f2f2f2 !important;
    margin: 15px 0;
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0 25px 35px -20px rgb(0 0 0 / 35%);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

    height: 95%;
}

#pricing .pricing-item-name{
    margin-bottom: 10px !important;
    font-weight: bold;
}

#pricing .pricing-item-price{
    font-weight: bold;
    color: #0080bb; 
    position: relative;
}

#pricing .pricing-item-price:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0080bb;
}

#pricing .pricing-item-price h3{
    font-size: 50px;
    margin-bottom: 0;
}

#pricing .pricing-item .top-side{
    margin: 0;
    margin-top: 10px;
}

#pricing .pricing-item-specs{
    margin: 30px 0px 30px;
    padding: 0 30px 0 30px;
    text-align: center;
}

#pricing .pricing-item-specs span {
    font-size: 18px;
}

#pricing .specs-check{
    font-size: 90%;
    margin-left: -20px;
    margin-right: 20px;
    margin-bottom: 10px;
}


.ribbon {
  position: absolute;
  z-index: 100;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.ribbon.top-left {
    top: 15px;
    left: 1.20vw;
}
.ribbon.top-left.ribbon-primary > small {
  zoom: 1;
  position: absolute;
  display: block;
  width: 150%;
  text-align: center;
  font-weight: bold;
  font-size: 85%;
  color: white;
  background-color: #680CE8;
  transform: rotate(-45deg);
  top: 24px;
    left: -35px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

  
 

/* Team Item */

#modules,
#team,
#join {
    background: #f2f2f2;
}

.team-item:hover {
    box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
    margin: 15px 0;
    border-radius: 4px;
    box-shadow: 0 25px 35px -20px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    height: 332px;
}

@media (min-width: 768px) {
    .team-item .team-img img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .team-item .team-img img {
        height: 100%;
        object-fit: cover;
    }
}

.team-item .team-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
    color: #fff;
    top: 45%;
    position: absolute;
    display: table-cell;
    margin: 0 auto;
    width: 100%;
}

.team-item .overlay-social-icon .social-icons {
    padding-left: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
    display: inline-block;
    margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
    letter-spacing: 0px;
    outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    background: #e92763;
    display: block;
    border-radius: 4px;
    line-height: 36px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-linkedin-filled {
    background: #006fb6;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-medium {
    background: #00b871;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
    background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
    background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
    background: #fb3958;
}

.team-item .info-text {
    padding: 15px 20px;
    background: #fff;
}

.team-item .info-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-item .info-text h3 a {
    color: #333;
}

.team-item .info-text h3 a:hover {
    color: #0080bb;
}

.team-item .info-text p {
    margin: 0;
    color: #888;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.team-item:hover .social-icons {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


/* Screenshot items */

.screenshot-header {
    padding-bottom: 10px;
}

.screenshot-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.screenshot-img {
    width: 100%;
}
/* Versions History Page Section */
.versions-header {
    font-size: 25px;
    font-weight: bold;
    border-top: 1px solid;
}

#versions .grid {
    max-height: 300px;
    overflow-y: auto;
} 

#versions .grid-item {
    padding: 15px;
    margin: 0;
}

#versions .first-row{
    margin-right: 0;
}

#versions .grid-item:nth-child(odd) {
    border-left: 1px solid;
    border-bottom: 1px solid;
}

#versions .grid-item:nth-child(even) {
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

@media screen and (max-width: 768px) {
    .versions-header {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .grid {
        margin: 0px 10px;
    }

    .versions-header {
        display: none;
    }

    .grid-item:nth-child(-n+4) {
        border-top: 1px solid;
    }
}

/* Contact Home Page Section */

#conatiner-map {
    width: 100%;
    height: 530px;
}

.contact-right {
    padding-left: 5%;
}

.contact-right .contact-box {
    margin-bottom: 40px;
}

.contact-right .contact-box h4 {
    clear: both;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.contact-right .contact-box p {
    font-size: 15px;
    color: #888;
}

.contact-right .contact-box p a {
    color: #888;
}

.contact-right .contact-box p a:hover {
    color: #0080bb;
}


/* Subscribe Form */

#msgSubmit {
    margin-bottom: 24px;
}

.subscribe-inner {
    padding: 80px 0;
    box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.subscribe-inner .subscribe-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.subscribe-inner p {
    color: #888;
    margin-bottom: 30px;
}

.subscribe-inner .form-control {
    position: relative;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    box-shadow: none;
    color: #888999;
    height: 43px;
    padding: 0 52px;
    margin: 0;
    width: 67%;
    margin: 0 20px;
}

.subscribe-inner .form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #0080bb;
    outline: 0;
}

.subscribe-inner .form-inline {
    position: relative;
    margin-bottom: 30px;
    margin: 0 auto;
    width: 75%;
}

.subscribe-inner .icon-s i {
    font-size: 20px;
}

/* Contact Form */

#google-map-area {
    position: relative;
}

#google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.text-danger {
    margin-top: 20px;
    font-size: 18px;
}

.heading {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 26px;
    margin-bottom: 30px;
    font-size: 14px;
    box-shadow: none;
    color: #333;
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 12px 18px;
    border-radius: 0px;
    font-weight: 400;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.form-control:focus {
    border-color: #0080bb;
    outline: 0;
}

.pagination .page-item .page-link {
    margin: 3px;
    padding: 15px 20px;
    color: #0080bb;
    background: #fff;
}

.pagination .page-item .page-link:hover {
    background: #0080bb;
    color: #fff;
}


/* Footer Area Start */

.footer-area {
    background: #252525;
}

.footer-area .social-icon li {
    display: inline-block;
}

.footer-area .social-icon li a {
    color: #000;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin: 15px 6px 12px 6px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.footer-area .social-icon li a:hover {
    color: #fff;
}

.footer-area .social-icon li .website:hover {
    background: #0080bb;
}

.footer-area .social-icon li .linkedin:hover {
    background: #006fb6;
}

.footer-area .social-icon li .medium:hover {
    background: #00b871;
}

.footer-area .social-icon li .facebook:hover {
    background: #3B5998;
}

.footer-area .social-icon li .twitter:hover {
    background: #00aced;
}

.footer-area .social-icon li .instagram:hover {
    background: #fb3958;
}

.footer-area .social-icon li .foursqare:hover {
    background: #25a0ca;
}

.footer-area .social-icon li .google:hover {
    background: #d34836;
}

.footer-area .social-icon li .spotify:hover {
    background: #1db954;
}

.footer-area .footer-text p {
    font-size: 14px;
    margin-top: 8px;
    color: #fff;
}

.footer-area .footer-text p a {
    color: #0080bb;
}

.footer-area .footer-text .nav-inline .nav-link {
    padding: 11px 7px;
    color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
    color: #0080bb;
}

.footer-2 {
    background: #252525;
}

.footer-2 img {
    margin-top: -8px;
}

.footer-2 h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.footer-2 p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding-right: 50px;
}

.footer-2 ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.footer-2 ul li a:hover {
    color: #0080bb;
}

#copyright {
    background: #333;
}

#copyright p {
    line-height: 42px;
    color: #fff;
    margin: 0;
}

#copyright p a {
    color: #fff;
}

#copyright p a:hover {
    color: #0080bb
}

#contact, #download {
    background-color: #f2f2f2;
}

.video_iframe {
    display: block;
    margin: 40px auto;
}
.download-font-size {
    font-size: 18px;
}

.download-icon {
    font-size: 36px;
    padding-left: 5px;
}

.download-button-parent {
    position: relative;
}

.download-button {
    width: 400px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ol li {
    list-style: decimal !important;
}

ol.instructions {
    list-style-type: decimal;
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
    padding: 0 20px;
}

.download_section {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    #video .container {
        max-width: none;
    }
}

@media (max-width: 450px) {
    .download-button {
        width: 300px;
    }

    .download-font-size {
        font-size: 14px;
    }

    .download-icon {
        font-size: 20px;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    ol.instructions {
        padding: 0 20px !important;
    }
}

@media (max-width: 991px) {
    .pricing_margin_nolg {
        margin-bottom: 55px !important;
    }

    .download-button-parent {
        position: unset;
        margin-top: 30px;
    }

    .download-button {
        position: unset;
        transform: none;
        margin: 20px auto 0 auto;
        display: block;
    }

    ol.instructions {
        padding: 0 100px;
    }
}
