body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #444
}

a {
    color: #f0731a;
    text-decoration: none
}

a:hover {
    color: #e7701b;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0!important
    }
}

#header {
    height: 70px;
    transition: all .5s;
    z-index: 997;
    transition: all .5s;
    background: #241a05
}

#header.header-transparent {
    background: rgb(36, 26, 5, .8)
}

#header.header-scrolled {
    background: #241a05
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    font-size: 1rem;
    color: #fff;
    white-space: nowrap;
    transition: .3s;
    border-radius: 50px
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover>a {
    background: #ef6603
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: .3s;
    border-radius: 15px
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 1rem
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul .active:hover, .navbar .dropdown ul a:hover, .navbar .dropdown ul li:hover>a {
    color: #fff
}

.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-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .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(20, 21, 28, .9);
    transition: .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: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39
}

.navbar-mobile .active, .navbar-mobile a:hover, .navbar-mobile li:hover>a {
    color: #fff
}

.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: 0 0 30px rgba(127, 137, 161, .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 .active:hover, .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul li:hover>a {
    color: #fff
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, #2a2c39 0, #33364a 100%);
    padding: 0
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 70vh;
    padding-top: 60px
}

#hero .carousel-item {
    background-size: cover
}

#hero .carousel-item-1 {
    background: url(../img/1.jpg) no-repeat center
}

#hero .carousel-item-2 {
    background: url(../img/2.jpg) no-repeat center
}

#hero .carousel-item-3 {
    background: url(../img/3.jpg) no-repeat center
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700
}

#hero p {
    width: 80%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin: 0 auto 30px auto;
    color: #fff
}

#hero .carousel-control-next, #hero .carousel-control-prev {
    width: 10%
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto
}

#hero .btn-get-started {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    border: 2px solid #ef6603
}

#hero .btn-get-started:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none
}

@media (min-width:1024px) {
    #hero p {
        width: 60%
    }
    #hero .carousel-control-next, #hero .carousel-control-prev {
        width: 5%
    }
}

@media (max-width:768px) {
    #hero .carousel-container {
        height: 50vh
    }
    #hero h2 {
        font-size: 28px
    }
}

section {
    padding: 50px 0;
    overflow: hidden
}

.section-title {
    padding-bottom: 40px
}

.section-title h2 {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif
}

.section-title h2::before {
    content: "";
    border-left: #e7701b 3px solid;
    padding-left: .5em
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #181c30
}

.about {
    padding-top: 80px
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-left: 28px;
    position: relative
}

.about .content ul li+li {
    margin-top: 10px
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #ef6603;
    line-height: 1
}

.about .content p:last-child {
    margin-bottom: 0
}

.about .content .btn-learn-more {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: .3s;
    line-height: 1;
    color: #ef6603;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-top: 6px;
    border: 2px solid #ef6603
}

.about .content .btn-learn-more:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, .12);
    transition: all .4s ease-in-out;
    width: 100%;
    height: 100%
}

.services .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 35px 0 rgba(68, 88, 144, .2)
}

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px)
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: .5s
}

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.services .title a {
    color: #2a2c39;
    transition: ease-in-out .3s
}

.services .title a:hover {
    color: #ef6603
}

.services .description {
    font-size: 1rem;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0
}

.faq {
    padding: 60px 0
}

.faq .faq-list {
    padding: 0;
    list-style: none
}

.faq .faq-list li {
    border-bottom: 1px solid #ececf1;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #ef6603;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #bd5102;
    transition: .3s
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px
}

.faq .faq-list .icon-show {
    display: none
}

.faq .faq-list .collapsed {
    color: #000
}

.faq .faq-list .collapsed:hover {
    color: #ef6603
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: .6s
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: .6s
}

.contact .info {
    width: 100%;
    background: #fff
}

.contact .info i {
    font-size: 20px;
    color: #ef6603;
    float: left;
    width: 44px;
    height: 44px;
    background: #ffecde;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2c39
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 16px;
    color: #555974
}

.contact .info .email, .contact .info .phone {
    margin-top: 40px
}

.contact .info .address:hover i, .contact .info .email:hover i, .contact .info .phone:hover i {
    background: #ef6603;
    color: #fff
}

.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    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: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #ef6603;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.contact .php-email-form button[type=submit]:hover {
    background: #fc8129
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

#footer {
    background: #241a05;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 30px 0
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-family: Poppins, sans-serif;
    padding: 0;
    margin: 0 0 15px 0
}

#footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0
}

#footer .social-links {
    margin: 0 0 40px 0
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ef6603;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #bd5102;
    color: #fff;
    text-decoration: none
}

#footer .copyright {
    margin: 0 0 5px 0
}

#footer .credits {
    font-size: 13px
}