body {
    background: #fff;
    font-family: "Open Sans", sans-serif
}

a {
    transition: .5s
}

a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none
}

.card .btn-light {
    font-weight: 600;
    -webkit-box-shadow: 0px 6px 13px -5px rgba(31, 31, 31, 1);
    -moz-box-shadow: 0px 6px 13px -5px rgba(31, 31, 31, 1);
    box-shadow: 0px 6px 13px -5px rgba(31, 31, 31, 1);
    border-radius: 2px
}

.more-space-section {
    padding: 130px 0 !important;
}

.big-title {
    line-height: 140%;
    font-size: 40px;
}

.text-success {
    color: #f5b52c !important
}

.overlay-green {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: rgb(70,53,16);
    background: linear-gradient(0deg, rgba(70,53,16,1) 0%, rgba(253,187,45,1) 100%);
}

.overlay-green-bold {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: rgba(0, 179, 74, 0.9)
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55)
}

.shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important;
}

.intro-home {
    background-image: url(../img/header-background/header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.bg-blue-green {
    background: linear-gradient(90deg, rgb(77, 149, 191) 0, rgba(20, 165, 73, 1) 100%);
}

@media (max-width: 768px) {
    .big-title {
        line-height: 150%;
        font-size: 26px;
    }

    .more-space-section {
        padding: 30px 0 !important;
    }

    #intro #intro-absolute {
        position: absolute;
        height: 60vh;
        bottom: 0;
        text-align: right;
    }
}

.text-secondary {
    color: #4e5750 !important
}

button:focus {
    outline: none
}

.color-black {
    color: #242424
}

#intro .owl-dots {
    display: none;
}

.color-black:hover {
    color: black;
}

.hr-line {
    border-radius: 1px;
    height: 2px;
    width: 100%;
    background: rgb(3, 68, 5)
}

p {
    padding: 0;
    margin: 0 0 30px 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0
}

.h-70vh {
    height: 70vh;
}

.card {
    border-radius: 0
}

.btn {
    padding: .5rem 1.2rem;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px
}

.form-control:focus {
    border-color: #d7fdd5;
    box-shadow: 0 0 0 .2rem rgba(67, 255, 99, .25)
}

.btn-outline-primary {
    border: 1.3px solid;
    border-color: #f5b52c;
    color: #f5b52c !important
}

.btn-outline-primary:hover {
    border-color: #f5b52c;
    background: #f5b52c;
    color: #fff !important
}

.btn-outline-primary:active {
    border-color: #f5b52c;
    background: #f5b52c;
    color: #fff !important
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 255, 67, .5)
}

.btn-outline-light {
    border: 2px solid;
    font-weight: 500;
    background: 0 0;
    transition: .3s
}

.btn-outline-light:hover {
    background: rgba(6, 6, 6, .2);
    color: #fff
}

.color-primary {
    color: #f5b52c
}

.color-secondary {
    color: #04555b
}

.bg-primary {
    background: #f5b52c
}

#message {
    position: relative;
    color: green;
    margin-top: -10px;
}

#err {
    position: relative;
    color: red;
    margin-top: -10px;
}

.field-success {
    border-color: green;
}

.field-error {
    border-color: red;
}

.space {
    width: 100%;
    height: 50px
}

element.style {
    padding-right: 0
}

.modal {
    z-index: 9999
}

.modal input, .modal select, .modal textarea {
    background-color: #fdfdfd;
    border-radius: 0
}

.modal label {
    color: #171717;
    font-size: 13px;
    font-weight: 600
}

.ls-1 {
    letter-spacing: 1px
}

.text-white {
    color: #fff
}

.z-5 {
    position: relative;
    z-index: 5
}

.mt-100 {
    padding-top: 50px
}

.img-shadow {
    box-shadow: 0 1px 6px 0 #888;
    border-radius: 5px
}

.f-14 {
    font-size: 14px
}

.mh-100 {
    min-height: 180px
}

#topbar {
    padding: 10px 80px;
    font-size: 14px;
    z-index: 5;
    position: relative;
    border-bottom: 1px solid #dbdbdb
}

#header {
    transition: all .3s;
    z-index: 997;
    padding: 20px 0;
    left: 0;
    top: 0;
    right: 0
}

#header img {
    width: 115px;
    height: 40px;
}

#header.header-pages, #header.header-scrolled {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(57, 66, 66, .4)
}

#header.header-pages #topbar, #header.header-scrolled #topbar {
    display: none
}

#header .logo img {
    padding: 0;
    max-height: 40px
}

.main-pages {
    margin-top: 60px
}

.badge {
    padding: 5px;
    padding-top: 7px;
    border-radius: 10px;
    margin-top: -2px;
    font-weight: 400
}

#main {
    z-index: 5;
    position: relative
}

#intro {
    height: auto;
    width: 100%;
    position: relative
}

#intro .intro-info h2 {
    color: #1FAC52;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700
}

#intro .intro-img {
    object-fit: cover
}

#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 32px;
    transition: .5s
}

.carousel {
    height: 80vh;
    width: 100%;
    background-size: cover;
    position: relative;
}

.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    height: 60px;
    width: 60px;
    padding-bottom: 20px;
    background-color: rgba(36, 36, 36, .7) !important
}

.owl-next:hover, .owl-prev:hover {
    background-color: rgba(36, 36, 36, .8) !important
}

.owl-next:focus, .owl-prev:focus {
    outline: none
}

.owl-next {
    right: 0px
}

.owl-prev {
    left: 0px
}

.owl-next i, .owl-prev i {
    font-size: 25px;
    color: #fff;
    margin-top: 3px
}

.main-nav, .main-nav * {
    list-style: none
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.main-nav a {
    display: block;
    position: relative;
    color: #1b1b1b;
    padding: 10px 18px;
    transition: .2s;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px
}

.main-nav a:hover > a, .main-nav li:hover > a {
    color: #f5b52c;
    text-decoration: none
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: ease all .3s
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #161616
}

.main-nav .drop-down ul a:hover > a, .main-nav .drop-down ul li:hover > a {
    color: #865801
}

.main-nav .drop-down > a:after {
    padding-left: 10px
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(70, 53, 16);
    transition: .4s
}

.mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500
}

.mobile-nav a:hover > a, .mobile-nav li:hover > a {
    color: #8dfa9b;
    text-decoration: none
}

.mobile-nav .drop-down > a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #f5b52c
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(213, 145, 0);
    overflow: hidden;
    display: none
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    left: 0
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

.section-header h3 {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    position: relative;
    font-family: Montserrat, sans-serif
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #2b3d2e;
    width: 50%
}

.section-bg {
    background: #f5f5f5;
}

.border-top-bot {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0
}

.bg-softgrey {
    background: #f1f1f1
}

.text-muted {
    color: #abb5b1
}

.section-bg-primary {
    background: #4dbf5a;
    background: linear-gradient(90deg, rgba(77, 191, 90, 1) 0, rgba(20, 165, 73, 1) 100%)
}

.section-bg-blue {
    background: #026162;
    background: linear-gradient(90deg, rgba(2, 97, 98, 1) 0, rgba(2, 92, 93, 1) 100%)
}

.banner-gradient {
    min-height: 5px;
    background: rgb(70,53,16);
    background: linear-gradient(0deg, rgba(70,53,16,1) 0%, rgba(253,187,45,1) 100%);
    color: #fff
}

.banner-gradient-green {
    background: rgb(70,53,16);
    background: linear-gradient(0deg, rgba(70,53,16,1) 0%, rgba(253,187,45,1) 100%);
    color: #fff
}

.full-card {
    margin-left: -30px;
    margin-right: -30px;
}

.btn-success {
    background: #f5b52c;
    box-shadow: 0 2px 5px #7f7f7fb8;
    -webkit-box-shadow: 0 2px 5px #7f7f7fb8
}

.btn-success:hover {
    cursor: pointer;
    background: #865801;
    border-color: #865801;
}

.bg-primary-gradient {
    background: #4dbf5a;
    background: linear-gradient(90deg, rgba(77, 191, 90, 1) 0, rgba(20, 165, 73, 1) 100%)
}

.bg-secondary-gradient {
    background: #026f70;
    background: linear-gradient(90deg, rgba(2, 111, 112, 1) 0, rgba(2, 92, 93, 1) 100%)
}

.banner-gradient h2 {
    font-weight: 500
}

#about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px
}

#about .about-img img {
    width: 100%;
    border: 8px solid #fff
}

#about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #c1eebf;
    transition: .5s
}

#about .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #c1eebf;
    transition: .5s
}

#about p {
    line-height: 28px
}

.counters {
    padding-top: 25px
}

.counters span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 28px;
    display: block;
    color: #ffffff
}

.counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: .8px;
}

#testimonials {
    padding: 60px 0
}

#testimonials .section-header {
    margin-bottom: 40px
}

#testimonials .testimonial-item .testimonial-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: auto;
    margin-top: -60px;
    display: block;
}

#testimonials .testimonial-item {
    margin-top: 80px;
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0
}

#testimonials .testimonial-item p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 25px;
    margin: 15px
}

#gallery .owl-dots, #gallery .owl-nav, #testimonials .owl-dots, #testimonials .owl-nav {
    margin-top: 30px;
    text-align: center
}

#testimonials .fas {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 50%;
    color: #aff99d;
}

#gallery .owl-dot, #testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd
}

#testimonials .owl-dot {
    border: 1px solid #36d16e;
}

#gallery .owl-dot.active, #testimonials .owl-dot.active {
    background-color: #36d16e
}

#clients {
    padding: 60px 0
}

#clients img {
    max-width: 80%;
    transition: .3s;
    padding: 15px 0
}

#intro .owl-dots {
    margin-top: -35px;
    text-align: center;
    z-index: 10;
    position: relative;
}

#intro .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#intro .owl-dot.active {
    background-color: #36d16e
}

.intro-home h2 {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(28, 12, 7, 0.5);
    letter-spacing: 1px;
}

.intro-home p {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(28, 12, 7, 0.5);
    font-size: 18px;
    letter-spacing: 1px;
}

.intro-home a {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

#pricing {
    padding: 80px 0
}

#pricing .btn {
    font-size: 14px;
    letter-spacing: 1px
}

#pricing .card {
    border: 0;
    border-radius: 0;
    transition: all .3s ease-in-out;
    padding: 36px 5px;
    color: #fff;
    position: relative;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .2);
    min-height: 550px
}

#pricing .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 7px;
    background: #e74c3c;
    transition: .5s
}

#pricing .card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

#pricing .card:hover:after {
    width: 100%
}

#pricing .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    -moz-text-align-last: center;
    text-align-last: center
}

#pricing .card .card-title {
    margin-bottom: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

#pricing h6 {
    text-align: center;
    color: #fff
}

#pricing .card .card-block {
    padding-top: 0;
    text-align: center
}

#pricing .card .list-group-item {
    border: 0;
    padding: 6px 20px 6px 20px;
    color: #413e66;
    font-weight: 400;
    text-align: left;
    font-size: 14px
}

.box {
    border-radius: 0;
    padding: 45px 30px;
    position: relative
}

.custom-currency {
    margin-bottom: 0;
    font-weight: 500 !important
}

.font-50 {
    font-size: 50px
}

.font-14 {
    font-size: 14px !important
}

.font-12 {
    font-size: 12px !important
}

.custom-currency .currency {
    font-size: 20px;
    position: relative;
    font-weight: 400;
    top: -30px;
    letter-spacing: 0
}

.custom-currency .period {
    font-size: 16px;
    letter-spacing: 0
}

#pricing .card .list-group {
    margin-bottom: 15px
}

#pricing .card-img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px
}

#pricing img {
    border-radius: 50%;
    box-shadow: 0 0 8px #000
}

.btn-load-more {
    position: absolute;
    width: 100%;
    top: 490px;
    z-index: 1
}

.lists {
    padding-left: 0;
    z-index: 99;
    position: relative;
    margin-top: -10px !important
}

.lists li {
    padding: 15px 5px 15px 5px;
    margin-top: 5px;
    display: flex;
    background: #fff;
    border-radius: 5px
}

.lists li p {
    margin-bottom: 0;
    font-size: 14px
}

.list-hidden {
    display: none
}

.lebih-sedikit:hover, .selengkapnya:hover {
    cursor: pointer;
    color: #dfdfdf
}

#pricing .btn-dark {
    border-radius: 0
}

#pricing .btn-dark:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f067";
    font-size: 15px;
    color: #fff;
    float: right;
    margin-left: 5px;
    transition: .5s
}

#pricing .changed:after {
    transform: rotate(45deg)
}

#pricing .changed {
    background: #23272b
}

#pricing .btn-dark:focus {
    box-shadow: none
}

#pricing .bg-dark li {
    padding: 10px;
    font-size: 14px
}

.no-shadow {
    box-shadow: none !important;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#gallery {
    padding: 60px 0
}

#gallery .owl-stage {
    padding-left: 10px !important;
}

#gallery .member {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .35);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

#gallery img {
    width: 100%;
    height: 180px
}

#gallery .member .member-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .2s;
    padding: 10px 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8743872549019608) 0%, rgba(0, 0, 0, 0.4374124649859944) 59%, rgba(0, 0, 0, 0) 100%) !important;
)
}

#gallery .member .member-info-content {
    transition: margin .2s;
    height: 40px;
    transition: height .4s
}

#gallery .member h4 {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 16px;
    color: #fff
}

#gallery .member span {
    display: block;
    font-size: 13px;
    color: #fff
}

#footer {
    padding: 0 0 30px 0;
    font-size: 14px
}

#footer img {
    width: 80%
}

#footer .footer-top {
    padding: 60px 0 30px 0
}

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

#footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif
}

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

footer a {
    color: #fff
}

footer a:hover {
    color: #a8a7a7
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px
}

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

#footer .footer-top .footer-links ul li {
    margin-bottom: 10px;
    padding: 0
}

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

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

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

.form {
    padding: 20px;
    background: #f2f7f6;
    border: 1px solid #d5d1d1;
    margin-bottom: 50px
}

.form p {
    font-size: 14px
}

.form h4 {
    font-weight: 500
}

.form .form-group {
    margin-bottom: 15px
}

#footer .copyright {
    text-align: center;
    font-size: 15px
}

.form #sendmessage {
    color: #fff;
    background: #1bb1dc;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

.form #errormessage {
    color: #fff;
    display: none;
    background: red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

.form #errormessage.show, .form #sendmessage.show, .form .show {
    display: block
}

.form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px
}

.form label {
    color: #413e66;
    font-weight: 500
}

.form input, .form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dce1ec;
    font-size: 14px
}

.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    color: #a2a0bd
}

.form input::-moz-placeholder, .form textarea::-moz-placeholder {
    color: #a2a0bd
}

.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    color: #a2a0bd
}

.form input::placeholder, .form textarea::placeholder {
    color: #a2a0bd
}

.iframe-container {
    border: 1px solid #d5d1d1;
    height: 585px
}

.iframe-container iframe {
    width: 100%;
    height: 100%
}

.bold {
    font-weight: 600
}

.img-right {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.p-relative {
    position: relative !important
}

@media (min-width: 992px) {
    .container-fluid2 {
        width: 100%;
        padding: 0 80px
    }

    #about .about-content {
        padding-top: 80px
    }

    .menu-active {
        color: #f5b52c !important
    }

    .pt-30 {
        padding-top: 30px
    }

    .box h2 {
        font-size: 24px
    }

    .intro-home #testimonials p {
        margin-right: 100px
    }

    .pt-50p {
        padding-top: 120px !important
    }
}

@media (max-width: 991px) {
    .btn {
        padding: .375rem .75rem
    }

    .container-fluid2 {
        width: 100%;
        padding: 0 15px
    }

    .menu-active {
        color: #f5b52c !important
    }

    .pt-xs-5 {
        padding-top: 30px
    }

    .btn-light-xs {
        margin: 20px;
        border-color: #fff !important;
        color: #fff !important
    }

    #topbar {
        display: none
    }

    #header {
        height: 70px;
        padding: 15px 0;
        margin-top: 0
    }

    #pricing {
        padding-bottom: 30px
    }

    #pricing .card {
        margin-bottom: 50px
    }

    #pricing .card {
        min-height: 530px;
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .btn-load-more {
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 470px
    }

    .btn-load-more p {
        z-index: 1
    }

    #pricing h4 {
        font-size: 26px
    }

    #pricing img {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    #testimonials .owl-dots {
        margin-top: 10px
    }
}

@media (min-width: 768px) {
    #intro .intro-info {
        padding-top: 70px !important;
    }
}

@media (max-width: 767px) {
    .img-xs-70 {
        width: 70%;
        margin-left: 15%;
        margin-bottom: 30px;
    }

    .h-sm-auto {
        height: auto
    }

    h2 {
        font-size: 22px
    }

    h5 {
        font-size: 18px
    }

    .banner-gradient h3, .banner-gradient h4 {
        font-size: 18px
    }

    .p-xs-0 {
        padding: 0;
    }

    .section-header h3 {
        font-size: 26px
    }

    .banner-gradient p {
        font-size: 13px
    }

    .back-to-top {
        bottom: 25px;
        right: 25px;
        left: auto !important;
    }

    .iframe-container {
        height: 200px;
        margin-bottom: 30px
    }

    #intro {
        min-height: 70vh;
        padding: 10px 0 60px 0
    }

    #intro .container {
        height: auto !important
    }

    #intro .intro-info {
        padding-top: 20vh
    }

    #intro .intro-info h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .owl-next, .owl-prev {
        top: 38%;
        height: 45px;
        width: 35px
    }

    .owl-next {
        right: 0px
    }

    .owl-prev {
        left: 0px
    }

    .section-header p {
        width: 100%
    }

    .left-xs {
        text-align: left !important
    }

    #testimonials .testimonial-item h3, #testimonials .testimonial-item h4 {
        margin-left: 0
    }

    #footer img {
        width: 40%
    }

    .banner-gradient {
        padding: 20px 10px 20px 10px
    }

    .banner-gradient a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 140px;
        font-size: 13px
    }

    .banner-gradient .h4 {
        font-size: 15px
    }

    .banner-gradient .btn {
        margin-top: 10px
    }

    .box img {
        width: 30%
    }

    .box {
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .box h2 {
        font-size: 24px
    }

    .box h6 {
        font-size: 16px
    }

    .mt-100 {
        padding-top: 0
    }

    .p-xs-5 {
        padding: 1px !important
    }
}

.back-to-top {
    position: fixed;
    background: #25d366;
    padding: 12px 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    -webkit-box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, .6);
    -moz-box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, .6);
    box-shadow: 3px 4px 10px -4px rgba(0, 0, 0, .6)
}

.back-to-top i {
    color: #fff
}

@media (max-width: 574px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px
    }
}

.form-loading {
    border: 3px solid #fff;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    margin: 0 auto;
    top: 50%;
    width: 30px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    z-index: 99999
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}

.play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px !important;
    height: 50px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: rgba(31, 31, 31, 0.8);
    border-radius: 50%;
    animation: shadow-pulse 1s infinite;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
