/*******************************/
/********* General CSS *********/
/*******************************/
/** Generated by FG **/
@font-face {
	font-family: 'Conv_Mollen Personal Use-Regular';
	src: url('../fonts/Mollen Personal Use-Regular.eot');
	src: local('☺'), url('../fonts/Mollen Personal Use-Regular.woff') format('woff'), url('../fonts/Mollen Personal Use-Regular.ttf') format('truetype'), url('../fonts/Mollen Personal Use-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    color: #757575;
    background: #ffffff;
    font-family: 'Conv_Mollen Personal Use-Regular', sans-serif;
    size: 12px!important;
    text-align: justify!important;
}

h1,
h2, 
h3 
{
    color: #fff;
    font-family: 'Conv_Montserrat-Bold', sans-serif!important;
}


h4,
h5, 
h6 {
    color: #fff;
    font-family: 'Conv_Montserrat-Regular', sans-serif!important;
}

a {
    font-family: 'Conv_Mollen Personal Use-Regular', sans-serif;
    font-weight: 600;
    color: #3e3f04;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #133a3f;
    outline: none;
    text-decoration: none;
}

.btn.custom-btn {
    padding: 5px 45px;
    font-family: 'Conv_Mollen Personal Use-Regular', sans-serif;
    font-size: 22px;
    font-weight: 700;
	text-align: right!important;
    color: #bfb304;
    background: transparent;
    border: 4px solid #bfb304;
    border-radius: 0;
    transition: .5s;
}

.btn.custom-btn:hover {
    color: #fff;
    background: #bfb304;
}

.btn.custom-btn:focus,
.form-control:focus,
.custom-select:focus {
    box-shadow: none;
}

.btn.blog-btn {
    padding: 8px 25px;
    font-family: 'Conv_Mollen Personal Use-Regular', sans-serif;
    font-size: 17px;
    font-weight: 700;
	text-align: center;
    color: #fff;
    background: #999;
    border-radius: 0;
    transition: .5s;
}

.btn.blog-btn:hover {
    color: #fff;
    background: #333;
}

.btn.blog-btn:focus,
{
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #5d5d10;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 35px;
    bottom: 8px;
    border-radius: 5px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #bfb304;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-size: inherit;
    margin-left: 0;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #bc8860;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    font-family: 'Conv_Mollen Personal Use-Regular', sans-serif;
    transition: .5s;
    
}

.navbar .navbar-brand span {    
    color: #133a3f;
}

.navbar .navbar-brand:hover {
    color: #bc8860;
}

.navbar .navbar-brand:hover span {
    color: #bc8860;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 100px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa!important;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        padding: 0;
		padding-left: 100px;
		padding-right: 100px;
        background: rgba(255, 255, 255, 0.1) !important;
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding-left: 100px;
		padding-right: 100px;
        background: rgba(93, 93, 16, 0.9) !important;
    }
    
    .navbar .navbar-brand {
        color: #dedede;
    }
    
    .navbar.nav-sticky .navbar-brand {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 17px 8px 10px;
        font-family: 'Conv_Mollen Personal Use-Regular', sans-serif;
        color: #dedede;
        font-size: 17px;
        font-weight: 500;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #dedede;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #fff!important;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #fff!important;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #8a8f01!important;
    }
    
    .navbar .navbar-brand {
        color: #bc8860;
    }
    
    .navbar .navbar-nav {
        margin-top: 15px;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 900px;
    background: #ffffff;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.carousel .carousel-img2 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img2::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.carousel .carousel-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
	margin-top: 19%;
    position: absolute;
    max-width: 75%;
    height: calc(100vh - 35px);
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: left!important;
    color: #ffffff;
    font-size: 65px;
    font-weight: 500;
    line-height: 65px;
    width: 50%;
    margin-bottom: 30px;
}

.carousel .carousel-text h1 span {
    color: #bc8860;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: left!important;
    font-size: 19px;
    margin-bottom: 15px;
    width: 30%;
    line-height: 22px;
}

.carousel .carousel-btn .btn:last-child {
    margin-left: 10px;
    background: #133a3f;
    border-color: #133a3f;
}

.carousel .carousel-btn .btn:last-child:hover {
    color: #fff;
    background: transparent;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 70px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

@media (max-width: 480px) {
    .carousel .carousel-item {
	 height: calc(100vh + 70px);
	}
		 
    .carousel .carousel-text h1 {
    width: 100%;
    font-size: 55px;
    line-height: 50px;

}

.carousel .carousel-text p {
    width: 100%;
    line-height: 20px;
    margin-bottom: 300px!important;
}

}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header h2 {
    position: relative;
    color: #bc8860;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #bc8860;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;
}

.section-header p {
    color: #133a3f;
    margin-bottom: 5px;
    position: relative;
    font-size: 20px;
}


.section-header h1 {
	font-family: 'Conv_Montserrat-Bold', sans-serif!important;
    margin: 0;
    position: relative;
    font-size: 63px;
	color: #fff;
	text-align: left;
    font-weight: 700;
}

    

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 63px;
	color: #333;
	text-align: left;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 40px;
        font-weight: 600;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 35px;
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 30px;
        font-weight: 600;
    }
}




/*******************************/
/******* Section Header2 ********/
/*******************************/
.section-header2 {
    position: relative;
    margin-bottom: 45px;
}

.section-header2 p {
    color: #133a3f;
    margin-bottom: 5px;
    position: relative;
    font-size: 20px;
}

.section-header2 h2 {
    margin: 0;
    position: relative;
    font-size: 63px;
	color: #fff;
	text-align: left;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .section-header2 h2 {
        font-size: 40px;
        font-weight: 600;
    }
}

@media (max-width: 767.98px) {
    .section-header2 h2 {
        font-size: 35px;
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    .section-header2 h2 {
        font-size: 30px;
        font-weight: 600;
    }
}

/*******************************/
/********* Booking CSS *********/
/*******************************/
.booking {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    background: rgba(0, 0, 0, .04);
}

.booking .booking-content {
    padding: 45px 0 15px 0;
}

.booking .booking-content .section-header {
    margin-bottom: 30px;
}

.booking .booking-form {
    padding: 60px 30px;
    background: #bc8860;
}

.booking .booking-form .control-group {
    margin-bottom: 15px;
}

.booking .booking-form .input-group-text {
    position: absolute;
    padding: 0;
    border: none;
    background: none;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 14px;
}

.booking .booking-form .form-control {
    height: 45px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 5px !important;
    border: 1px solid #ffffff;
    background: transparent;
}

.booking .booking-form select.form-control {
    padding: 0 10px;
}

.booking .booking-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.booking .booking-form .form-control:-ms-input-placeholder,
.booking .booking-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.booking .booking-form .input-group [data-toggle="datetimepicker"] {
    cursor: default;
}

.booking .booking-form .btn.custom-btn {
    width: 100%;
    color: #bc8860;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.booking .booking-form .btn.custom-btn:hover {
    color: #ffffff;
    background: transparent;
}


/*******************************/
/********** Menu CSS ***********/
/*******************************/
.food {
    position: relative;
    width: 100%;
    padding: 90px 0 60px 0;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}

.food .food-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 30px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.food .food-item:hover {
    box-shadow: none;
}

.food .food-item i {
    position: relative;
    display: inline-block;
    color: #bc8860;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #133a3f;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    border: 3px dotted #bc8860;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 3px dotted #133a3f;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
    position: relative;
    font-size: 16px;
}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #bc8860;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #133a3f;
}


/*******************************/
/********** Menu do Meio CSS **********/
/*******************************/
.menum {
    position: absolute;
    width: 100%;
	margin-top: -20%;
	z-index: 999;
	padding-top: 35px;
	padding-bottom: 0;
	background: rgba(85, 85, 14, .9);
    width:100%;
    text-align:center;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);		
}

@media (max-width: 480px) {
.menum {
	margin-top: -85%;
}
}

@media (max-width: 320px) {
.menum {
	margin-top: -85%;
}
}


.menum .img p{
	font-family: 'Conv_Mollen Personal Use-Regular'!important;
	padding-top: 12px;
	line-height: 22px;
	font-size: 18px!important;
	color: #fff;
	font-weight: 100;
}

@media (max-width: 480px) {
	.menum .img p{
	   font-size: 15px!important;
	}
}

.menum .img a: {
	padding-top: 10px;
	font-size: 25px!important;
	color: #dedede;
	font-weight: 100;
}

.menum .img a:hover {
	padding-top: 10px;
	font-size: 25px!important;
	color: #fff;
	font-weight: 600;
}




/*******************************/
/********** Menu do Meio CSS **********/
/*******************************/
.menumpt {
    position: absolute;
    width: 100%;
	margin-top: -20%;
	z-index: 999;
	padding-bottom: 0;
	background: rgba(77, 77, 67, .9);
    width:100%;
    text-align:center;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);		
}

@media (max-width: 480px) {
.menumpt {
	margin-top: -85%;
}
}

@media (max-width: 320px) {
.menumpt {
	margin-top: -85%;
}
}

.menumpt .img {	
	margin-top: 15%!important;
	align-items: stretch!important;
	padding: 10px;	
}


.menumpt .img p{
	font-family: 'Conv_Mollen Personal Use-Regular'!important;
	padding-top: 12px!important;
	line-height: 22px!important;
	font-size: 18px!important;
	color: #fff!important;

	font-weight: 100;
}

@media (max-width: 480px) {
	.menumpt .img p{
	   font-size: 15px!important;
	}
}

.menumpt .img a: {
	padding-top: 10px;
	font-size: 25px!important;
	color: #dedede;
	font-weight: 100;
}

.menumpt .img a:hover {
	padding-top: 10px;
	font-size: 25px!important;
	color: #fff;
	font-weight: 600;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 95px 0;
	padding-top: 180px;
	padding-bottom: 300px;
	background-image: url(../img/carousel-2.jpg);
    width:100%;
    background-repeat: no-repeat;
    text-align:right;
}

@media (max-width: 991.98px) {
	.about {
	      padding-top: 0;
	}
}
	

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
}

.about .about-img img {
    position: relative;
    width: 100%;
    border-radius: 0;
}

.about .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.about .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #bc8860;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.about .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #bc8860;
    border-radius: 50%;
    transition: all 200ms;
}

.about .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.about .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}




/*******************************/
/********** Local CSS **********/
/*******************************/
.local {
    position: relative;
    width: 100%;
    padding: 95px 0;
	padding-top: 180px;
	padding-bottom: 0;
	background-image: url(../img/carousel-4.jpg);
    width:100%;
    background-repeat: no-repeat;
    text-align:center;
}

.local .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.local .local-img {
    position: relative;
}

.local .local-img img {
    position: relative;
    width: 100%;
    border-radius: 0;
}

.local .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.local .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #bc8860;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.local .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #bc8860;
    border-radius: 50%;
    transition: all 200ms;
}

.local .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.local .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.local .local-content {
    position: relative;
}

.local .local-text h1 {
	padding-top: 90px;
    font-size: 63px; 
	color: #fff;
	text-align: left;
	line-height: 60px;
	text-shadow: 0.03em 0.03em 0.03em #000;
	padding-bottom: 30px;
}

.local .local-text p {
	padding-top: 20px;
	padding-bottom: 40px;
    font-size: 17px;
	color: #fff;
	text-shadow: 0.02em 0.02em 0.02em #000;
	font-weight: 600;
	text-align: left;
}

.local .local-text h4 a {
    font-size: 18px!important;
}
.local .local-text h4 a:hover {
    color: FF0000!important;
}

.local .local-text a.btn {
    position: relative;
    margin-top: 15px;
}




@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
    padding-left: 17px;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

.about .about-content {
    position: relative;
}

.about .about-text h1 {
	padding-top: 90px;
    font-size: 63px; 
	color: #fff;
	text-align: right;
	line-height: 60px;
	text-shadow: 0.03em 0.03em 0.03em #000;
	padding-bottom: 30px;
}

.about .about-text p {
	padding-top: 20px;
	padding-bottom: 40px;
    font-size: 17px;
	color: #fff;
	text-shadow: 0.03em 0.03em 0.03em #000;
	font-weight: 600;
	text-align: right;
}

.about .about-text h4 a {
    font-size: 18px!important;
}
.about .about-text h4 a:hover {
    color: FF0000!important;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
	
}

@media (max-width: 991.98px) {
    .about .about-img {
        margin-bottom: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.feature .section-header {
    margin-bottom: 30px;
}

.feature .feature-text {
    position: relative;
    width: 100%;
}

.feature .feature-img {
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}

.feature .feature-img .col-6,
.feature .feature-img .col-12 {
    padding: 0;
    overflow: hidden;
}

.feature .feature-img img {
    width: 100%;
    transition: .3s;
}

.feature .feature-img img:hover {
    transform: scale(1.1);
}

.feature .feature-text .btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 45px;
}

.feature .feature-item {
    width: 100%;
    margin-bottom: 45px;
}

.feature .feature-item i {
    position: relative;
    display: block;
    color: #133a3f;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    background-image: linear-gradient(#133a3f, #bc8860);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature .feature-item i::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: -10px;
    left: 20px;
    background: #bc8860;
    border-radius: 30px;
    z-index: -1;
}

.feature .feature-item h3 {
    font-size: 22px;
    font-weight: 700;
}


/*******************************/
/*********** Menu CSS **********/
/*******************************/
.menu {
    position: relative;
    padding: 45px 0 15px 0;
}

.menu .menu-tab {
    position: relative;
}

.menu .menu-tab img {
    max-width: 100%;
    border-radius: 15px;
}

.menu .menu-tab .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #bc8860;
    border-radius: 5px;
    margin: 0 5px;
}

.menu .menu-tab .nav.nav-pills .nav-link:hover,
.menu .menu-tab .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #133a3f;
}

.menu .menu-tab .tab-content {
    padding: 30px 0 0 0;
    background: transparent;
}

.menu .menu-tab .tab-content .container {
    padding: 0;
}

.menu .menu-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.menu .menu-img {
    width: 80px;
    margin-right: 20px;
}

.menu .menu-img img {
    width: 100%;
    border-radius: 100px;
}

.menu .menu-text {
    width: calc(100% - 100px);
}

.menu .menu-text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.menu .menu-text h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 13px;
    left: 0;
    border-top: 2px dotted #cccccc;
    z-index: -1;
}

.menu .menu-text h3 span {
    display: inline-block;
    float: left;
    padding-right: 5px;
    background: #ffffff;
}

.menu .menu-text h3 strong {
    display: inline-block;
    float: right;
    padding-left: 5px;
    color: #bc8860;
    background: #ffffff;
}

.menu .menu-text p {
    position: relative;
    margin: 5px 0 0 0;
    float: left;
    display: block;
}

@media(max-width: 575.98px) {
    .menu .menu-text p,
    .menu .menu-text h3,
    .menu .menu-text h3 span,
    .menu .menu-text h3 strong {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
    }
    
    .menu .menu-text h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    
    .menu .menu-text h3 span {
        margin-bottom: 3px;
    }
    
    .menu .menu-text h3::after {
        display: none;
    }
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background: #f5f5f5;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #000;
}

.team .team-img {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 240px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    background: #bc8860;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #133a3f;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-5.jpg);
    width:100%;
    text-align:center;

}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
    flex-direction: column;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    transition: .3s;
    overflow: hidden;
}

.testimonial .testimonial-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimonial .testimonial-item:hover {
    box-shadow: none;
}

.testimonial .testimonial-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonial .testimonial-img img {
    width: 100%;
    border-radius: 0;
}

.testimonial .testimonial-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimonial .testimonial-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimonial .testimonial-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonial .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimonial .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimonia2 CSS *******/
/*******************************/
.testimonia2 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
	background-color: #8e8f29;
    background-image: url(../img/carousel-v1.jpg);
    width:100%;
    text-align:center;

}

.testimonia2 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonia2 .testimonia2-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimonia2 .testimonia2-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimonia2 .testimonia2-item:hover {
    box-shadow: none;
}

.testimonia2 .testimonia2-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonia2 .testimonia2-img img {
    width: 100%;
    border-radius: 0;
}

.testimonia2 .testimonia2-img h3 {
	padding-top: 30px;
    font-size:18px!important; 
	color: #fff!important;
}

.testimonia2 .testimonia2-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimonia2 .testimonia2-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}



.testimonia2 .testimonia2-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonia2 .testimonia2-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonia2 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimonia2 .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimonia3 CSS *******/
/*******************************/
.testimonia3 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
	background-color: #bdbda1;
    background-image: url(../img/carousel-v2.jpg);
    width:100%;
    text-align:center;

}

.testimonia3 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonia3 .testimonia3-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimonia3 .testimonia3-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimonia3 .testimonia3-item:hover {
    box-shadow: none;
}

.testimonia3 .testimonia3-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonia3 .testimonia3-img img {
    width: 100%;
    border-radius: 0;
}

.testimonia3 .testimonia3-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimonia3 .testimonia3-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimonia3 .testimonia3-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonia3 .testimonia3-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonia3 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimonia3 .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimonia4 CSS *******/
/*******************************/
.testimonia4 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
	background-color: #8f8138;
    background-image: url(../img/carousel-v3.jpg);
    width:100%;
    text-align:center;

}

.testimonia4 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonia4 .testimonia4-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimonia4 .testimonia4-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimonia4 .testimonia4-item:hover {
    box-shadow: none;
}

.testimonia4 .testimonia4-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonia4 .testimonia4-img img {
    width: 100%;
    border-radius: 0;
}

.testimonia4 .testimonia4-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimonia4 .testimonia4-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimonia4 .testimonia4-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonia4 .testimonia4-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonia4 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimonia4 .owl-dot.active {
    background: #5f5f10;
}




/*******************************/
/******* testimonia5 CSS *******/
/*******************************/
.testimonia5 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
	background-color: #cdc8ab;
    background-image: url(../img/carousel-v4.jpg);
    width:100%;
    text-align:center;

}

.testimonia5 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonia5 .testimonia5-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimonia5 .testimonia5-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimonia5 .testimonia5-item:hover {
    box-shadow: none;
}

.testimonia5 .testimonia5-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonia5 .testimonia5-img img {
    width: 100%;
    border-radius: 0;
}

.testimonia5 .testimonia5-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimonia5 .testimonia5-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimonia5 .testimonia5-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonia5 .testimonia5-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonia5 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimonia5 .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimonia6 CSS *******/
/*******************************/
.testimonia6 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
	background-color: #6b6d2b;
    background-image: url(../img/carousel-v5.jpg);
    width:100%;
    text-align:center;

}

.testimonia6 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonia6 .testimonia6-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimonia6 .testimonia6-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimonia6 .testimonia6-item:hover {
    box-shadow: none;
}

.testimonia6 .testimonia6-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonia6 .testimonia6-img img {
    width: 100%;
    border-radius: 0;
}

.testimonia6 .testimonia6-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimonia6 .testimonia6-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimonia6 .testimonia6-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonia6 .testimonia6-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonia6 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimonia6 .owl-dot.active {
    background: #5f5f10;
}




/*******************************/
/******* testimoniapt CSS *******/
/*******************************/
.testimoniapt {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-p1.jpg);
    width:100%;
    text-align:center;
}

.testimoniapt .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniapt .testimoniapt-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniapt .testimoniapt-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniapt .testimoniapt-item:hover {
    box-shadow: none;
}

.testimoniapt .testimoniapt-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniapt .testimoniapt-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniapt .testimoniapt-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniapt .testimoniapt-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniapt .testimoniapt-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniapt .testimoniapt-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniapt .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniapt .owl-dot.active {
    background: #5f5f10;
}


/*******************************/
/******* testimoniapt2 CSS *******/
/*******************************/
.testimoniapt2 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-p2.jpg);
    width:100%;
    text-align:center;
}

.testimoniapt2 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniapt2 .testimoniapt2-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniapt2 .testimoniapt2-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniapt2 .testimoniapt2-item:hover {
    box-shadow: none;
}

.testimoniapt2 .testimoniapt2-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniapt2 .testimoniapt2-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniapt2 .testimoniapt2-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniapt2 .testimoniapt2-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniapt2 .testimoniapt2-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniapt2 .testimoniapt2-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniapt2 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniapt2 .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimoniapt3 CSS *******/
/*******************************/
.testimoniapt3 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-p3.jpg);
    width:100%;
    text-align:center;
}

.testimoniapt3 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniapt3 .testimoniapt3-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniapt3 .testimoniapt3-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniapt3 .testimoniapt3-item:hover {
    box-shadow: none;
}

.testimoniapt3 .testimoniapt3-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniapt3 .testimoniapt3-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniapt3 .testimoniapt3-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniapt3 .testimoniapt3-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniapt3 .testimoniapt3-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniapt3 .testimoniapt3-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniapt3 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniapt3 .owl-dot.active {
    background: #5f5f10;
}


/*******************************/
/******* testimoniapt4 CSS *******/
/*******************************/
.testimoniapt4 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-p4.jpg);
    width:100%;
    text-align:center;
}

.testimoniapt4 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniapt4 .testimoniapt4-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniapt4 .testimoniapt4-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniapt4 .testimoniapt4-item:hover {
    box-shadow: none;
}

.testimoniapt4 .testimoniapt4-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniapt4 .testimoniapt4-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniapt4 .testimoniapt4-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniapt4 .testimoniapt4-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniapt4 .testimoniapt4-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniapt4 .testimoniapt4-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniapt4 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniapt4 .owl-dot.active {
    background: #5f5f10;
}


/*******************************/
/******* testimoniapt5 CSS *******/
/*******************************/
.testimoniapt5 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
	background-color: #6f6a54;
    background-image: url(../img/carousel-p5.jpg);
    width:100%;
    text-align:center;
}

.testimoniapt5 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniapt5 .testimoniapt5-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniapt5 .testimoniapt5-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniapt5 .testimoniapt5-item:hover {
    box-shadow: none;
}

.testimoniapt5 .testimoniapt5-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniapt5 .testimoniapt5-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniapt5 .testimoniapt5-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniapt5 .testimoniapt5-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniapt5 .testimoniapt5-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniapt5 .testimoniapt5-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniapt5 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniapt5 .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimoniag2 CSS *******/
/*******************************/
.testimoniag2 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-g1.jpg);
    width:100%;
    text-align:center;
}

.testimoniag2 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniag2 .testimoniag2-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniag2 .testimoniag2-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniag2 .testimoniag2-item:hover {
    box-shadow: none;
}

.testimoniag2 .testimoniag2-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniag2 .testimoniag2-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniap2 .testimoniag2-img h3 {
	padding-top: 30px;
    font-size:18px!important; 
	color: #fff!important;
}

.testimoniag2 .testimoniag2-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniag2 .testimoniag2-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}



.testimoniag2 .testimoniag2-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniag2 .testimoniag2-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniag2 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniag2 .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimoniag3 CSS *******/
/*******************************/
.testimoniag3 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-g2.jpg);
    width:100%;
    text-align:center;

}

.testimoniag3 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniag3 .testimoniag3-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniag3 .testimoniag3-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniag3 .testimoniag3-item:hover {
    box-shadow: none;
}

.testimoniag3 .testimoniag3-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniag3 .testimoniag3-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniag3 .testimoniag3-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniag3 .testimoniag3-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniag3 .testimoniag3-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniag3 .testimoniag3-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniag3 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniag3 .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimoniag4 CSS *******/
/*******************************/
.testimoniag4 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-g3.jpg);
    width:100%;
    text-align:center;

}

.testimoniag4 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniag4 .testimoniag4-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniag4 .testimoniag4-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniag4 .testimoniag4-item:hover {
    box-shadow: none;
}

.testimoniag4 .testimoniag4-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniag4 .testimoniag4-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniag4 .testimoniag4-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniag4 .testimoniag4-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniag4 .testimoniag4-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniag4 .testimoniag4-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniag4 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniag4 .owl-dot.active {
    background: #5f5f10;
}



/*******************************/
/******* testimoniag5 CSS *******/
/*******************************/
.testimoniag5 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-g4.jpg);
    width:100%;
    text-align:center;

}

.testimoniag5 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniag5 .testimoniag5-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniag5 .testimoniag5-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniag5 .testimoniag5-item:hover {
    box-shadow: none;
}

.testimoniag5 .testimoniag5-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniag5 .testimoniag5-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniap5 .testimoniap5-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniap5 .testimoniap5-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniag5 .testimoniag5-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniag5 .testimoniag5-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniag5 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniag5 .owl-dot.active {
    background: #5f5f10;
}


/*******************************/
/******* testimoniag6 CSS *******/
/*******************************/
.testimoniag6 {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 0 0;
    background-image: url(../img/carousel-g5.jpg);
    width:100%;
    text-align:center;

}

.testimoniag6 .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimoniag6 .testimoniag6-item {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	
    flex-direction: column;
    border-radius: 0;
  
    transition: .3s;
    overflow: hidden;
}

.testimoniag6 .testimoniag6-item2 {
    position: relative;
    margin: 15px;
    padding: 0;
	padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    border-radius: 0;

    transition: .3s;
    overflow: hidden;
}

.testimoniag6 .testimoniag6-item:hover {
    box-shadow: none;
}

.testimoniag6 .testimoniag6-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimoniag6 .testimoniag6-img img {
    width: 100%;
    border-radius: 0;
}

.testimoniag6 .testimoniag6-item p {
    text-align: left!important;
    margin-bottom: 10px;
}

.testimoniag6 .testimoniag6-item h2 {
    font-size:18px!important; 
	color: #585858!important;
}

.testimoniag6 .testimoniag6-item h2 {
    text-align: center!important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimoniap6 .testimoniap6-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimoniag6 .owl-dots {
    margin-top: 10px;
    text-align: center;
}

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

.testimoniag6 .owl-dot.active {
    background: #5f5f10;
}




/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.blog .blog-item {
    position: relative;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px 30px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border-radius: 15px;
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 18px;
	text-align: center!important;
    font-weight: 700;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-meta i {
    color: #bc8860;
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
	text-align: left!important;
}

.blog .blog-item a.btn {
    margin-top: 10px;
    padding: 5px 15px;
}

.blog .pagination .page-link {
    color: #bc8860;
    border-radius: 5px;
    border-color: #bc8860;
    margin: 0 2px;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #bc8860;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

@media(max-width: 575.98px){
    .blog .blog-meta p {
        flex: 50%;
        font-size: 13px;
        margin: 0 0 5px 0;
    }
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #bc8860;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.single .single-tags a:hover {
    color: #ffffff;
    background: #bc8860;
    border-color: #bc8860;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: rgba(0, 0, 0, .04);
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
    border-radius: 100px;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
    border-radius: 5px;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    color: #757575;
    font-size: 17px;
}

.single .post-item .post-text a:hover {
    color: #bc8860;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #bc8860;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #133a3f;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
    border-radius: 100px;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #454545;
    background: #dddddd;
    border-radius: 5px;
}

.single .comment-text .btn:hover {
    background: #bc8860;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 5px;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #bc8860;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #bc8860;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #133a3f;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #bc8860;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #133a3f;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Conv_Mollen Personal Use-Regular';
    font-weight: 900;
    color: #bc8860;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #bc8860;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.single .tag-widget a:hover {
    color: #ffffff;
    background: #bc8860;
    border-color: #bc8860;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-information {
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 30px 15px 0 15px;
    background: rgba(0, 0, 0, .04);
}

.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bc8860;
    border-radius: 50px;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #ffffff;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #133a3f;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #454545;
}

.contact .contact-social a {
    margin-right: 10px;
    font-size: 18px;
    color: #bc8860;
}

.contact .contact-social a:hover {
    color: #133a3f;
}

.contact .contact-form iframe {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.contact .contact-form input {
    padding: 25px;
    background: #f3f3f0;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: #f3f3f0;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 0;
    padding-top: 50px;
    background: #45453c;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 30px;
    color: #45453c;
}

.footer .footer-contact {
    padding-left: 15px!important;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #133a3f;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #dedede!important;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Conv_Mollen Personal Use-Regular";
    font-weight: 900;
    margin-right: 10px;
    color: #fff!important;
}

.footer .footer-link a:hover {
    color: #fff!important;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
    color: #fff;
}

.footer .footer-contact p {
    color: #fff!important;
}

.footer .footer-contact a {
    color: #dedede!important;
}

.footer .footer-contact a:hover {
    color: #fff!important;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bc8860;
    border-radius: 35px;
    font-size: 14px!important;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #133a3f;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    background: transparent;
    border: 1px solid #bc8860;
    border-radius: 5px;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

.footer .copyright {
    position: relative;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #656161;
}

.footer .copyright p {
    margin: 0;
    display: inline-block;
    color: #fff!important;
}

.footer .copyright p a {
    color: #dedede;
}

.footer .copyright p a:hover {
    color: #bc8860;
}

.footer a {
    color: #dedede;
}

.footer  a:hover {
    color: #bc8860;
}

.whatsapp {
        position:fixed;
        width:45px;
        height:45px;
        bottom:15px;
        left:30px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow: 1px 1px 2px #888;
        z-index:10000000;
}

.facebook {
        position:fixed;
        width:45px;
        height:45px;
        bottom:105px;
        right:30px;
        background-color:transparent;
        color:#FFF;
        text-align:center;
        font-size:30px;
        z-index:99999999999;
}

.instagram {
        position:fixed;
        width:45px;
        height:45px;
        bottom:165px;
        right:30px;
        background-color:transparent;
        color:#FFF;
        text-align:center;
        font-size:30px;
        z-index:99999999999;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggler-icon.png)!important;

}

@media (max-width: 480px)
{
.navbar-light .navbar-nav .nav-link {
    color: #dedede!important;
}

.navbar-light .navbar-toggler {
    color: #dedede!important;
    border-color: #dedede!important;
}
}

.cor {
    background: #f5f5f5;
}

.imagem {
    width: 100%;
}

.ocultar {
cursor: pointer;
font-weight:bold;
font-size:14px; /* edite tamanho da fonte */
color:#212121;  /* edite cor do link */
padding: 10px;
margin:0 auto;
}

.mostrar {
padding: 10px;
}

.espaco-r {
   height: 350px;
}

.esquerda {
   text-align: left!important;
}



/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
  margin: 0;
  padding: 15px 0;
}

.portfolio #portfolio-flters {
  padding: 11px 10px 6px 10px;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: left;
  background: none;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #af754c;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #133b3f;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  background: #a39179!important;
  color: #70b9b0;
  font-size: 24px;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

#appearance-select{
   margin-top: 17px;
   padding: 10px 10px;
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background: url(http://www.auxiliaconsultores.com.br/site/img/seta.png) no-repeat #fff;  /* Imagem de fundo (Seta) */
   background-position: 268px center;  /*Posição da imagem do background*/
   width: 320px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:50px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border:1px solid #ddd;
}

#appearance-select2{
   margin-top: 17px;
   padding: 10px 10px;
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   width: 320px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:50px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border:1px solid #ddd;
}

label {
    padding: 0 10px;
	border-radius:50px;
    width: 40px;
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    text-align: center;

    margin-top: 0;
    cursor: pointer;
}

#cookie{	
	margin-bottom:0px;
        margin-left:0px;
        margin-right: 0px;
	left:0%; 
        bottom: 0px;
	display:inline;
	position:fixed;
	padding:10px;
	width:100%;
	height:16%;
	background: #133a3f;
	z-index:9999999999999999999;       	
}

@media (max-width: 480px)
{
#cookie{	
	height:23%;      	
}
}

@media (max-width: 320px)
{
#cookie{	
	height:23%;      	
}
}

.cookiep {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        padding-bottom: 10px;
}

.cookiep a {
        font-size: 14px;
        color: #bc8860;
        line-height: 14px;
        padding-bottom: 10px;
}

.cookiep a:hover {
        color: #fff;
}

#cookie .btn-get-started
{
	background: #bc8860;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;	
	padding: 8px 32px;
	transition: 0.5s;
}
#cookie .btn-get-started:hover
{
	background: #091c1e;
	color: #fff;
}

.centro {
        text-align: center!important;
}


.topo {
    position: relative;
    width: 100%;
    padding: 120px 0;

}

.topo h1{
    color: #fff!important;
    font-size: 65px!important;

}

.topo2 {
    position: relative;
	padding: 100px!important;
    width: 100%;
    padding: 0!important;

}

.topo2 h1{
    color: #fff!important;
    font-size: 65px!important;

}

@media (max-width: 480px) {
    .topo2 h1{
        font-size: 45px!important;
        line-height: 55px!important;
	}
}

@media (max-width: 320px) {
    .topo2 h1{
        font-size: 45px!important;
        line-height: 55px!important;
	}
}

.topo2 p{
	font-size: 17px!important;
	font-weight: 600!important;
    color: #fff!important;
    line-height: 20px!important;
    text-align: left!important;
	padding: 40px!important;
	padding-top: 0!important;
}


.topo3 {
    position: relative;
	padding: 100px!important;
    width: 100%;
    padding: 0!important;

}

.topo3 h1{
    color: #333!important;
    font-size: 65px!important;

}

@media (max-width: 480px) {
    .topo3 h1{
        font-size: 45px!important;
        line-height: 55px!important;
	}
}

@media (max-width: 320px) {
    .topo3 h1{
        font-size: 45px!important;
        line-height: 55px!important;
	}
}


.topo3 p{
	font-size: 17px!important;
	font-weight: 600!important;
    color: #333!important;
    line-height: 20px!important;
    text-align: left!important;
	padding: 40px!important;
	padding-top: 0!important;
}

.end {
	margin-top: 40px;
}

.end p {
	color: #fff!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-shadow: 0.1em 0.1em 0.05em #333!important;
}

.end h4 {
	color: #fff!important;
	font-size: 17px!important;
	font-weight: 600!important;
	text-shadow: 0.1em 0.1em 0.05em #666!important;
}

.end2 {
	margin-top: 40px;
}

.end2 p {
	color: #333!important;
	font-size: 16px!important;
	font-weight: 600!important;

}

.end2 h4 {
	color: #333!important;
	font-size: 17px!important;
	font-weight: 600!important;

}

.tamanho {
	color: #333!important;
	padding-top: 50px;
	padding-bottom: 50px;
}