/*---------------------------------------
     GENERAL
  -----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');
html,
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    /*overflow-x: hidden;*/
    background: #f9f9f9;
    font-size: 1rem;
    font-weight: 400;
    color: #353535;
    /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: normal;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    /* color: #353535; */
    font-size: 2.5rem;
}

h3 {
    font-size: 2.25rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.75rem;
}

h6 {
    font-size: 1.5rem;
}

p {
    font-size: 1rem;
    font-weight: 400;
    color: #353535 !important;
}

a {
    color: #339407;
    text-decoration: none !important;
}

a,
input,
button,
.form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #28a745;
    outline: none;
}


/**
    Validation css
*/


/*input {
    border: 2px solid currentcolor;
}

input:invalid {
    border: 2px dashed red;
}

input:invalid:focus {
    background-image: linear-gradient(pink, lightcoral);
}
*/


/* #navbar>li.nav-item.dropdown>ul>li>a,
#navbar>li>a {
    font-size: 1.2rem;
    font-weight: 400;
    color: #888888;
    text-decoration: none !important;
}

#navbar>li.nav-item.dropdown>ul>li>a:hover,
#navbar>li.nav-item.dropdown>ul>li>a:active,
#navbar>li.nav-item.dropdown>ul>li>a:focus,
#navbar>li>a:hover,
#navbar>li>a:active,
#navbar>li>a:focus {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2e9911;
    outline: none;
} */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #888888;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #e9ecef;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #28a745;
    border-top-color: #d2f9eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

#preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #f8f9fa;
}

#preloader2:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #28a745;
    border-top-color: #d2f9eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.img-rounded {
    border-radius: 0.25rem;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top-register {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 85px;
    z-index: 996;
    color: #f8f9fa;
    background-color: #45812B;
    border-color: #45812B;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    color: #f8f9fa;
    background-color: #45812B;
    border-color: #45812B;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top-register i,
.back-to-top i {
    font-size: 28px;
    color: #f8f9fa !important;
    line-height: 0;
}

.back-to-top-register i:hover,
.back-to-top i:hover {
    font-size: 28px;
    color: #45812B !important;
    background-color: #f8f9fa !important;
    border-color: #45812B !important;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top-register:hover,
.back-to-top:hover {
    color: #45812B !important;
    background-color: #f8f9fa !important;
    border-color: #45812B !important;
}

.back-to-top-register.active,
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Header - Navbar
--------------------------------------------------------------*/

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.9);
    color: #1A1A1A;
}

#header.header-transparent {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 10%, rgba(0, 0, 0, 0.0)100%);
    transition: background-color 1s, transform 1s;
}

#header.header-scrolled {
    transform: transition();
    background: rgba(255, 255, 255, 0.98);
    height: 80px;
    transition: height 1s, background-color 1s, transform 1s;
    border-bottom: 3px solid #45812B;
}


/* Navbar Image */

#header .logo img {
    padding: 0;
    margin: 0;
    max-width: 150px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
}

#links.links-scrolled>li>a {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    transition: fontWeight 1s, color 1s, transform 1s;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 30px;
    background-color: #45812B;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 25px;
}

#links.links-scrolled>li>a:hover,
#links.links-scrolled>li>a.active,
#links.links-scrolled>li:hover {
    color: #45812B
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #ffffff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(107, 110, 117, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    color: rgba(0, 0, 0, 0.7);
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    background-color: #fafaff;
    color: #45812B;
    /* border-bottom: 3px solid #45812B; */
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: rgba(0, 0, 0, 0.7);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile>ul>li>a:before {
    font-weight: 500;
    left: 20px;
}

.navbar-mobile a {
    font-weight: 500;
    padding: 10px 20px;
    font-size: 1rem;
    color: #888888;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #45812B;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #45812B;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Nav-bar AutoHide
--------------------------------------------------------------*/

.autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}


/*--------------------------------------------------------------
# Nav-bar
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero-alt,
#hero {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 0 0;
}

#hero:before {
    content: "";
    min-height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero>div>div>div.col-lg-4.order-1.order-lg-2.hero-img.aos-init.aos-animate>img {
    max-width: 100%;
    height: 98%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero-c {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
}

#hero-c:before {
    content: "";
    min-height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero-c>div>div>div.col-lg-4.order-1.order-lg-2.hero-img.aos-init.aos-animate>img {
    max-width: 100%;
    height: 98vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero p,
#hero-alt p,
#hero-c p {
    font-weight: 500;
    font-size: 18px;
}

#hero-c div#carouselFade.carousel {
    height: auto;
    margin: -40px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.carousel-item {
    height: 98vh;
}

.bg-1bw {
    background-image: url('../images/carousel/bg-1bw.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-2bw {
    background-image: url('../images/carousel/bg-2bw.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-3bw {
    background-image: url('../images/carousel/bg-3bw.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-4bw {
    background-image: url('../images/carousel/bg-4bw.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-5bw {
    background-image: url('../images/carousel/bg-5.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
}

.carousel-caption-light {
    position: absolute;
    top: 0%;
    left: -0%;
    width: 100%;
    height: 100%;
    padding: 15rem 5rem 15rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 10%, rgba(255, 255, 255, 0.25) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.85) 10%, rgba(255, 255, 255, 0.25) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.85) 10%, rgba(255, 255, 255, 0.25) 100%);
}

.carousel-caption-dark {
    position: absolute;
    top: 0%;
    left: -0%;
    width: 100%;
    height: 100%;
    padding: 15rem 5rem 15rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25) 100%);
}

.carousel-indicators {
    margin-bottom: -6rem !important;
}


/* #hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
    color: #f8f9fa;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 40px;
}

#hero p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 18px;
}

#hero .btn-get-started {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0.25rem;
    transition: 0.5s;
    color: #f8f9fa;
    background: #28a745;
}

#hero .btn-get-started:hover {
    background: rgba(11, 139, 45, 0.75);
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
} */

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
    }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        max-width: 50%;
    }
    /* #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    } */
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.hero-c-waves {
    display: block;
    margin-top: -60px;
    padding: -120px 0 0 0;
    width: 100%;
    height: 60px;
    z-index: 15 !important;
    position: relative;
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5 !important;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

#hero-alt {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 0 0;
}

#hero-alt:before {
    content: "";
    min-height: 95%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.75) 0%, rgba(0, 0, 0, 0.125) 100%);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 0%, rgba(0, 0, 0, 0.125) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 0%, rgba(0, 0, 0, 0.125) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero-alt>div>div>div.col-lg-4.order-1.order-lg-2.hero-img.aos-init.aos-animate>img {
    height: 85%;
    max-height: 95%;
    padding: 35px 35px;
}


/* 
#hero-alt h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.8);
}

#hero-alt h1 span {
    color: #252525;
    border-bottom: 4px solid #28a745;
}

#hero-alt h2 {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
    font-size: 24px;
}

#hero-alt .btn-get-started {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0.25rem;
    transition: 0.5s;
    color: #f8f9fa;
    background: #28a745;
}

#hero-alt .btn-get-started:hover {
    background: rgba(11, 139, 45, 0.75);
}

#hero-alt .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
} */

@media (min-width: 1024px) {
    #hero-alt {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    #hero-alt {
        padding-top: 80px;
    }
    #hero-alt .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero-alt .hero-img {
        text-align: center;
    }
    #hero-alt .hero-img img {
        max-width: 50%;
    }
    /* #hero-alt h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #hero-alt h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    } */
}

@media (max-width: 575px) {
    #hero-alt .hero-img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.about-section {
    background-image: url("../images/about/gear.png"), linear-gradient(to right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.3));
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-section>div>div>div.col-lg-4.order-1.order-lg-2.about-section-image.aos-init.aos-animate>img {
    height: 85%;
    max-height: 95%;
    padding: 35px 35px;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f5f5ff;
}

.section-title,
.section-title2 {
    padding-bottom: 20px;
}

.section-title h2,
.section-title2 h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.section-title h2::after,
.section-title2 h2::after {
    content: "";
    max-width: 100px;
    min-width: 20px;
    ;
    height: 1px;
    display: inline-block;
    background: #28a745;
    margin: 4px 10px;
}

.section-title2 h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f8f9fa !important;
    margin: 4px 10px;
}

.section-title,
.section-title2 {
    padding-bottom: 20px;
}

.section-title h4,
.section-title2 h4 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ccc;
    font-family: "Open Sans", sans-serif;
}

.section-title h4::after,
.section-title2 h4::after {
    content: "";
    width: 100px;
    height: 1px;
    display: inline-block;
    background: #28a745;
    margin: 4px 10px;
}

.section-title2 h4::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f8f9fa !important;
    margin: 4px 10px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    background-color: #fafaff;
    min-height: 40px;
    margin-top: 80px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 64px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
    /*padding: 40px 0 0 0;*/
}

.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 15px;
}

.about .icon-box {
    margin-top: 40px;
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid rgba(11, 139, 45, 0.75);
    border-radius: 50px;
    transition: 0.5s;
}

.about .icon-box .icon i {
    color: #28a745;
    font-size: 32px;
}

.about .icon-box:hover .icon {
    background: #28a745;
    border-color: #28a745;
}

.about .icon-box:hover .icon i {
    color: #f8f9fa;
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.about .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.about .icon-box .title a:hover {
    color: #28a745;
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.about .video-box {
    background: url("../images/about/gear.png") center center no-repeat;
    background-size: contain;
    min-height: 300px;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#28a745 50%, rgba(11, 139, 45, 0.75) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #f8f9fa;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1);
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(11, 139, 45, 0.75);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
    border-left: 15px solid #28a745;
    transform: scale(20);
}

.about .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #f8f9fa;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f5f5ff;
    transition: ease-in-out 0.3s;
}

.features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}

.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}

.features .icon-box h3 a {
    color: #28a745;
    transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
    color: rgba(11, 139, 45, 0.75);
}

.features .icon-box:hover {
    background: #ebebff;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    background: #f5f5ff;
    padding: 70px 0 60px;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #f8f9fa;
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: #28a745;
    padding: 12px;
    color: #f8f9fa;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 48px;
    height: 48px;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #28a745;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/

.details {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 0 0;
}

.details .content+.content {
    margin-top: 100px;
}

.details .content h4 {
    font-weight: 600;
    font-size: 26px;
    color: #28a745;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #f8f9fa;
    border-bottom: 3px solid #f8f9fa;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video {
    padding: 80px 0;
    background: url("../images/footer/road.png") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.video::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #45812B;
    background: hsla(95, 66%, 30%, 1);
    background: linear-gradient(135deg, hsla(95, 66%, 30%, 0.95) 0%, hsla(102, 50%, 34%, 0.92) 100%);
    background: -moz-linear-gradient(135deg, hsla(95, 66%, 30%, 0.95) 0%, hsla(102, 50%, 34%, 0.92) 100%);
    background: -webkit-linear-gradient(135deg, hsla(95, 66%, 30%, 0.95) 0%, hsla(102, 50%, 34%, 0.92) 100%);
    /*background: rgba(11, 139, 45, 0.95);*/
}

.video h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #f8f9fa;
}

.video h4 {
    font-size: 14px;
    color: #f8f9fa;
    margin: 0 0 15px 0;
}

.video p {
    margin: 0 auto 15px auto;
    color: #f8f9fa;
}

.iframe-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0px none #000000;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 1024px) {
    .video {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .video .video-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/

.qoute {
    padding: 80px 0;
    background: url("../images/custom-service/ceo-cs.png") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.qoute::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
}

.qoute .section-header {
    margin-bottom: 40px;
}

.qoute .testimonial-item {
    text-align: left;
    color: #252525;
}

.qoute .qoute-item .qoute-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.qoute .qoute-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #252525;
}

.qoute .qoute-item h4 {
    font-size: 14px;
    color: #555;
    margin: 0 0 15px 0;
}

.qoute .qoute-item .quote-icon-left,
.qoute .qoute-item .quote-icon-right {
    color: rgba(0, 0, 0, 0.4);
    font-size: 26px;
}

.qoute .qoute-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.qoute .qoute-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.qoute .qoute-item p {
    font-style: normal;
    /* margin: 0 0 15px auto; */
    color: #252525;
}

@media (min-width: 1024px) {
    .qoute {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .qoute .qoute-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
    padding: 80px 0;
    background: url("../images/footer/road.png") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials2 {
    background: url("../images/footer/road.png") no-repeat !important;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonial-item {
    text-align: right;
    color: #f8f9fa;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #f8f9fa;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: normal;
    margin: 0 0 15px auto;
    color: #eee;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #28a745;
}

@media (min-width: 1024px) {
    .testimonials {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}


/*GP*/

.testimonials-gp {
    padding: 80px 0;
    background: url("../images/guaranteed-payments/testamonial-gp.png") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials-gp::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75) !important;
}

.testimonials-gp .section-header {
    margin-bottom: 40px;
}

.testimonials-gp .testimonial-gp-item {
    text-align: right;
    color: #1A1A1A;
}

.testimonials-gp .testimonial-gp-item .testimonial-gp-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.75);
    margin: 0 auto;
}

.testimonials-gp .testimonial-gp-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #1A1A1A;
}

.testimonials-gp .testimonial-gp-item h4 {
    font-size: 14px;
    color: #1A1A1A;
    margin: 0 0 15px 0;
}

.testimonials-gp .testimonial-gp-item .quote-icon-left,
.testimonials-gp .testimonial-gp-item .quote-icon-right {
    color: rgba(0, 0, 0, 0.4);
    font-size: 26px;
}

.testimonials-gp .testimonial-gp-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials-gp .testimonial-gp-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials-gp .testimonial-gp-item p {
    font-style: normal;
    margin: 0 0 15px auto;
    color: #1A1A1A;
}

.testimonials-gp .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    bottom: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.testimonials-gp .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #28a745;
}

@media (min-width: 1024px) {
    .testimonials-gp {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .testimonials-gp .testimonial-gp-item p {
        width: 80%;
    }
}


/*CS*/

.testimonials-cs {
    padding: 80px 0;
    background: url("../images/custom-service/testamonial-cs.png") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials-cs::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75) !important;
}

.testimonials-cs .section-header {
    margin-bottom: 40px;
}

.testimonials-cs .testimonial-cs-item {
    text-align: right;
    color: #1A1A1A;
}

.testimonials-cs .testimonial-cs-item .testimonial-cs-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials-cs .testimonial-cs-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #1A1A1A;
}

.testimonials-cs .testimonial-cs-item h4 {
    font-size: 14px;
    color: #1A1A1A;
    margin: 0 0 15px 0;
}

.testimonials-cs .testimonial-cs-item .quote-icon-left,
.testimonials-cs .testimonial-cs-item .quote-icon-right {
    color: rgba(0, 0, 0, 0.4);
    font-size: 26px;
}

.testimonials-cs .testimonial-cs-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials-cs .testimonial-cs-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials-cs .testimonial-cs-item p {
    font-style: normal;
    margin: 0 0 15px auto;
    color: #1A1A1A;
}

@media (min-width: 1024px) {
    .testimonials-cs {
        background-attachment: fixed;
    }
}

.testimonials-cs .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}

.testimonials-cs .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #28a745;
}

@media (min-width: 992px) {
    .testimonials-cs .testimonial-cs-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    width: 100%;
    background: #f8f9fa;
}

.contact .info i {
    font-size: 20px;
    color: #28a745;
    float: left;
    width: 44px;
    height: 44px;
    background: #f0f0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #28a745;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(11, 139, 45, 0.75);
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #28a745;
    color: #f8f9fa;
}

.contact .php-email-form {
    width: 100%;
    background: #f8f9fa;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #1e1e1e;
    background: #fff;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #5B9D31;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #f8f9fa;
    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 #5B9D31;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #5B9D31;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    width: 100%;
    background: url(../images/footer/bg-gear.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*padding: 120px 0 0 0;*/
    z-index: 10;
}

#footer {
    background: #222;
    padding: 0 0 30px 0;
    color: #f8f9fa;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: #222;
    color: #f8f9fa;
    text-align: left;
    padding: 30px 10px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 24px;
    display: inline-block;
    color: #f8f9fa;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 42px;
    height: 42px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #28a745;
    color: #f8f9fa;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #f8f9fa;
    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: #f8f9fa;
    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: #f8f9fa;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #28a745;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #f8f9fa;
    padding: 6px 10px 6px 15px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    background: #326120;
    color: #f8f9fa;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: rgba(11, 139, 45, 0.75);
}

#footer .copyright {
    border-top: 1px solid #28a745;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #f8f9fa;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}


/* Custom Styles */

.card-header-success {
    background: #45812B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #28a745, #5DA72C);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #28a745, #5DA72C);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #f8f9fa;
    padding: 1rem;
    font-size: 26px;
    font-weight: 600;
}

#unpacked>div>div>div>div>div>h4,
#payment>div>div>div>div>div>h4 {
    color: #f8f9fa !important;
}

.card-body-success {
    color: #28a745;
}

.card-header-dark {
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #444, #999);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #444, #999);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #f8f9fa;
    padding: 1rem;
    font-size: 24px;
    font-weight: 600;
}

.card-st {
    min-height: 520px;
    margin-bottom: 1rem;
    border: 2px solid rgba(0, 0, 0, 0.17) !important;
}

.card-tech,
.card-about {
    min-height: 580px;
    /* max-height: 600px; */
    margin-bottom: 1.25rem;
    border: 2px solid rgba(0, 0, 0, 0.17) !important;
}

.card-no-border {
    border: 1px solid rgba(255, 255, 255, 0.225) !important;
}

.card-header-no-border {
    background-color: rgba(255, 255, 255, 0.225) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.225) !important;
}

.card-footer-no-border {
    background-color: rgba(255, 255, 255, 0.225) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.225) !important;
}

.card.card-tech div.card-body ul li.row i.col-1 {
    color: #28a745;
}

.card.card-tech div.card-body ul li.row p.col-11 {
    color: #1A1A1A !important;
}

.register-section {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 0 0;
}

.register-section:before {
    content: "";
    min-height: 95%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.75));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

.text-light {
    color: #f8f9fa !important;
}

.text-grey {
    color: rgba(255, 255, 255, 0.55);
}

.text-success {
    color: #28a745 !important;
}

.btn-dark,
.btn-danger,
.btn-info,
.btn-light,
.btn-success,
.btn-outline-success {
    border-radius: 50px;
    min-width: 175px;
}

.btn-outline-light {
    border: 1px solid #ccc !important;
}


/*.btn-success {
    border-radius: 50px !important;
}

    .btn-success:hover {
        color: #f8f9fa !important;
        background-color: #45812B !important;
        border-color: #45812B !important;
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5) !important;
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .btn-success.dropdown-toggle.show {
        color: #f8f9fa;
        background-color: #45812B !important;
        border-color: #45812B !important;
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .btn-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5) !important;
        }
*/


/*AppManifest*/

@media all and (display-mode: standalone) {
    body {
        background-color: #f8f9fa;
    }
}

.fa-ul {
    list-style-type: none;
    margin-left: 0 !important;
    padding-left: 0;
}

ul.fa-ul {
    list-style: none;
    padding: 0;
}

li.row {
    padding-bottom: 0.25rem;
}

li.row>i>p {
    padding: 0.125rem 0.125rem;
}

li.row>i {
    font-size: 16px;
    color: #28a745;
    margin-left: -5px;
}


/*
    <ul class="icons-ul">
        <li><i class="icon-li icon-ok"></i>Bulleted lists (like this one)</li>
        <li><i class="icon-li icon-ok"></i>Buttons</li>
        <li><i class="icon-li icon-ok"></i>Button groups</li>
        <li><i class="icon-li icon-ok"></i>Navigation</li>
        <li><i class="icon-li icon-ok"></i>Prepend form inputs</li>
        <li><i class="icon-li icon-ok"></i>&hellip; and many more with custom CSS</li>
    </ul>
 */

.icons-ul {
    width: 100px;
}

.icons-ul>li {
    position: relative;
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.modal {
    max-width: 100%;
}