/*******************************/
/********* WHMCS ARK CSS *********/
/*******************************/
body {
    color: #fff;
    background: #000;
    font-family: 'Lato', sans-serif;
}
.page {
	background: url(../img/carousel-2.jpg) no-repeat center center fixed;
	opacity: 0.9; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
a {
    color: #fff;
    transition: .3s;
}
a:hover,
a:active,
a:focus {
    color: #765439;
    outline: none;
    text-decoration: none;
}
.btn:focus,
.form-control:focus {
    box-shadow: none;
}
.container-fluid {
    max-width: 1366px;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #000;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}
.back-to-top i {
    color: #765439;
    padding-top: 10px;
}
.back-to-top:hover {
    background: #765439;
}
.back-to-top:hover i {
    color: #0796fe;
}
.price {margin-top:10px;}
header .navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
    min-height:70px;
}
header .navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}
header .navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 200;
    text-transform: uppercase;
}
header .navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}
header .navbar-dark .navbar-nav .nav-link,
header .navbar-dark .navbar-nav .nav-link:focus,
header .navbar-dark .navbar-nav .nav-link:hover,
header .navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}
header .navbar-dark .navbar-nav .nav-link:hover,
header .navbar-dark .navbar-nav .nav-link.active {
    color: #999999;
    transition: none;
}
@media (min-width: 992px) {
    header .navbar {
        position: absolute;
        width: 100%;
        top: 35px;
        padding: 20px 60px;
        background: #765439!important;
        z-index: 9;
    }
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #765439 !important;
    }
    .navbar {
        background: #765439 !important;
    }

}

.dropdown-menu {
	margin-top:20px;
}
.carouselx {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    min-height: 400px;
    background: #000;
    margin-bottom: 45px;
}
.carouselx .container-fluid {
    padding: 0;
}
.carouselx .carouselx-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.carouselx .carouselx-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}
.carouselx .carouselx-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(9, 02, 03, .7);
    z-index: 1;
}
.carouselx .carouselx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carouselx .carouselx-text {
    position: absolute;
    max-width: 700px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.carouselx .carouselx-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top:-30px;
}
.carouselx .carouselx-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}
.carouselx .carouselx-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}
.carouselx .carouselx-text .btn i {
    margin-right: 5px;
}
.carouselx .carouselx-text .btn:hover {
    color: #765439;
    background: #000;
}
.carouselx .carouselx-btn .btn:first-child {
    margin-right: 15px;
}
.carouselx .owl-nav {
    position: absolute;
    width: 122px;
    right: 2px;
    bottom: 2px;
    display: flex;
    z-index: 9;
}
.carouselx .owl-nav .owl-prev,
.carouselx .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    background: #765439;
    font-size: 22px;
    transition: .3s;
}
.carouselx .owl-nav .owl-prev:hover,
.carouselx .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #0796fe;
}
.carouselx .owl-nav .owl-prev {
    margin-right: 2px;
}
.carouselx .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@media (max-width: 991.98px) {
    .carouselx,
    .carouselx .carouselx-item,
    .carouselx .carouselx-text {
        height: calc(100vh - 105px);
    }
    .carouselx .carouselx-text h1 {
        font-size: 35px;
    }
    .carouselx .carouselx-text p {
        font-size: 16px;
    }
    .carouselx .carouselx-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}
@media (max-width: 767.98px) {
    .carouselx,
    .carouselx .carouselx-item,
    .carouselx .carouselx-text {
        height: calc(100vh - 70px);
    }
    .carouselx .carouselx-text h1 {
        font-size: 30px;
    }
    .carouselx .carouselx-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}
@media (max-width: 575.98px) {
    .carouselx .carouselx-text h1 {
        font-size: 25px;
    }
    .carouselx .carouselx-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}
.section-header {
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}
.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
}
.section-header h2 {
    font-size: 50px;
    font-weight: 200;
}
@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
}
@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
}
@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 35px;
    }
}
.contentarea {
    position: relative;
    width: 100%;
    padding: 25px 0;
    margin-bottom:50px;
}
.contentarea .section-header {
    margin-bottom: 30px;
    margin-left: 0;
    text-align: center;
}
.contentarea .contentarea-text p {
    font-size: 16px;
}
.contentarea .contentarea-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #765439;
    border: 2px solid #765439;
    border-radius: 0;
    background: none;
    transition: .3s;
}
.contentarea .contentarea-text a.btn:hover {
    color: #fff;
    background: #765439;
}
.why {
		background: url(../img/carousel-2.jpg) no-repeat center center fixed;
	opacity: 0.9; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.feature-box i {
border:solid 1px;
}
.feature-box-small-icon {
margin-bottom: 30px;
}
.feature-box-small-icon .inner {
padding:30px;
}
.feature-box-small-icon .inner {
background: #5e8528;
min-height:150px;
}
.dark .feature-box-small-icon .inner {
background: #1e1e1e;
}
.feature-box-small-icon .text {
padding-left: 75px;
}
.feature-box-small-icon i {
text-shadow:none;
color: #fff;
font-size: 24px;
padding: 16px;
width: 60px;
height: 60pxw;
text-align: center;
position: absolute;
border:solid 2px;
border-radius:60px;
}
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #000;
    padding: 0;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #765439;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.footer {
    position: relative;
    background: #765439;
}
.footer .copyright {
    padding: 0 30px;
}
.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer .copyright p {
    margin: 0;
    color: #fff;
}
.footer .copyright .col-md-6:last-child p {
    text-align: right;
}
.footer .copyright p a {
    color: #ffffff;
}
.footer .copyright p a:hover {
    color: #0796fe;
}
@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
