@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/century-gothic/CenturyGothic.eot");
    src: url("../fonts/century-gothic/CenturyGothic.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/century-gothic/CenturyGothic.woff") format("woff"),
        url("../fonts/century-gothic/CenturyGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: "Century Gothic", Helvetica, "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #333333e8;
    font-family: "Century Gothic", sans-serif;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="date"],
textarea,
select,
.form-control {
    font-size: 14px;
    font-family: "Century Gothic", sans-serif;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eceaea;
    border-radius: 10px;
    padding: 10px 25px;
    width: 100%;
    color: #444444;
    height: auto;
    margin-bottom: 0px;
    box-shadow: none;
}

/* Status */
.execution_status_encours {
    border: 1px solid #f29201;
    border-radius: 7px;
    padding: 7px;
    background-color: #f29201;
    color: #fff;
}

.execution_status_termine {
    border: 1px solid #09a223;
    border-radius: 7px;
    padding: 7px;
    background-color: #09a223;
    color: #fff;
}

/* NAV */
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
    background: transparent;
    color: #f29201;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a {
    background: transparent;
    color: #f29201;
}

.header_menu.affix .navbar.navbar-default .nav.navbar-nav > li.active > a {
    color: #f29201;
}

.header_menu.affix .navbar.navbar-default .nav.navbar-nav > li:hover > a {
    color: #f29201;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
    background: transparent;
    color: #333333e8;
    font-size: 14px;
    font-weight: 200;
    text-transform: capitalize;
    padding: 0px;
    letter-spacing: 0.45px;
    line-height: inherit;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    border: none;
    padding: 12px 8px;
}

.header_menu .navbar.navbar-default {
    border-radius: 0px;
    margin-bottom: 0px;
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #f29201;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-content {
    padding: 12px 0;
    background: #fff;
    /* border-bottom: 1px solid #09a223; */
}

.slider .swiper-button-next:hover:after,
.slider .swiper-button-prev:hover:after {
    background: #f29201;
    color: #fff;
    transition: all 0.3s;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 30%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/* Slide #ff9a04*/
.swiper-content {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    top: 45%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.swiper-content h1 {
    color: #fff;
    line-height: 1.1;
    font-size: 30px !important;
}

section.banner {
    padding: 0;
    overflow: hidden;
    max-height: 500px;
}

section.banner-form.form-style2 {
    padding: 0;
    margin-top: -50px;
    background: transparent;
}

.header-content li {
    display: inline-block;
    padding: 0px 20px;
    border-left: 1px solid #f29201;
    margin: 0;
}

.account {
    background-color: #09a223;
    border: 1px solid #09a223;
    padding: 5px;
    border-radius: 7px;
    color: white;
}

.header-content li a:hover {
    color: #f3970d !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #fff !important;
    transition: all 0.4s ease;
}

.price-tabmain ul.nav.nav-tabs li a:hover {
    background-color: #ef2853;
    border: none;
    transition: all ease-in-out 0.5s;
    color: #fff !important;
}

.navbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
}

/* SEARCH */
.biz-btn,
.biz-btn-black,
.biz-btn-white {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 13px 24px 11px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background: #f29201;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: none;
}

.form-group .search_btn {
    background-color: #09a223 !important;
    color: #fff !important;
}

.filter-box,
.filter-box1 {
    padding: 20px 20px 20px;
    position: relative;
    box-shadow: 0px 0px 30px #cccccc57;
    margin: 0;
    display: block;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #09a223;
    border-radius: 0px;
}

/* BAR */
.section-title h2::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 130px;
    background: #f29201;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: 42px;
}

.section-title {
    text-align: center;
    width: 80%;
    margin: 0 auto 0px;
    position: relative;
    z-index: 1;
}

section.travelcounter .section-title h2::after {
    background: #f29201;
}

.stat_box {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 0px;
}

.accelerated.box {
    transition: transform 750ms;
    will-change: transform;
}

.accelerated.box:hover,
.accelerated.box:focus {
    transform: translateY(20px);
}

.janky.box {
    transition: margin-top 750ms;
    will-change: margin-top;
}

.janky.box:hover,
.janky.box:focus {
    margin-top: 20px;
}

section.travelcounter .counter-item {
    text-align: center;
    background: #fff;
    padding: 0px 0px 0px;
    transition: all ease-in-out 0.3s;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.travelcounter {
    padding-bottom: 25px;
}

.dark {
    color: #000 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: #010101;
}

section.travelcounter .counter-item h3 {
    font-size: 52px;
    margin: 0;
    font-weight: 700;
    color: #f29201;
}

.projet_status {
    color: #f29201 !important;
}

.slider-content {
    position: relative;
    top: -10px;
    background: #fff;
    /* padding: 18px 20px 16px; */
    width: 92%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 15px #cccccc37;
    z-index: 99999999999999;
    padding: 40px;
    border: 1px solid #f29201;
    border-top: 0px;
}

.para-content {
    /* border-top: none; */
    padding: 10px;
    border: 1px solid #f29201;
    border-radius: 6px;
    background-color: #f29201;
}

.para-content span a {
    font-size: 14px;
    font-style: italic;
    color: #fff;
}

.budjet {
    color: #fff;
}

.details_div {
    padding-top: 15px !important;
}

.details {
    color: #09a223 !important;
    /* padding-left: 10px; */
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #f29201 !important;
    transition: all 0.4s ease;
}
.biz-btn:hover,
.biz-btn-black:hover,
.biz-btn-white:hover {
    color: #fff !important;
    background: #f4a020  !important;
    transition: all 0.3s ease-in-out;
    border: 1px solid;
}
.dashboard-stat:hover {
    transform: translateY(-20px);
}
.facts-area-bg {
    background-position:bottom;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    /* filter: blur(1px); */
}
.pricing-bg {
    background-position:center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

table.shop_table.rt-checkout-review-order-table tr th, table.shop_table.rt-checkout-review-order-table tr td {
	padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	font-size: 15px;
	border: 1px solid #fefefe;
    color: #fff;
    text-transform: uppercase;
}

table.shop_table.rt-checkout-review-order-tables tr th, table.shop_table.rt-checkout-review-order-tables tr td {
	padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	font-size: 15px;
	border: 1px solid #061a2b;
    color: #061a2b;
    text-transform: uppercase;
}

.custom-border {
    border-bottom: 1px solid ;
}
.text {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.order-list-scrool {
	height: 557px;
	/* Overflow: scrool; */
	Overflow-x: scroll;
}
.seeMoreParent{
    text-align: center;
    margin-top: 1.2em;
}
.seeMore{
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0.5em;
    border-radius: 0.3em;
    background-color: #000;
}
/* .projet {
	font-size: 0.4em !important;
	color: #9a9a9a !important;
	font-weight: initial !important;
} */
/* .price {
	font-size: 30px !important;
} */
/* .projet_number{
    font-size: 40px !important;
    margin: 0 !important;
    font-weight: 200 !important;
} */
/* section.travelcounter .counter-item {
	text-align: center;
	background: #fff;
	padding: 0px 0px 0px;
	transition: all ease-in-out .3s;
	position: relative;
	z-index: 1;
	border-radius: 0px;
	padding: 30px;
    border-bottom: 1px solid #ffc975;
} */
/* .content_price{
    text-align: center;
} */

/* OUR REALISATION */
.section-title h2 {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 100;
    color: #09a223;
}

.header-content {
    padding: 12px 0;
    background: #fff;
    /* border-bottom: 1px solid #09a223; */
}

/* PRESENTATION */
button.play-btn i {
    font-size: 33px;
    height: 80px;
    width: 80px;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    /* background: #e0ae88; */
    background: #000;
    transition: all ease-in-out 0.5s;
    animation: zoom-fade 5s infinite;
    padding: 0 0 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

button.play-btn i {
    font-size: 33px;
    line-height: 2.5;
    text-align: center;
    color: #f29201;
}

.biz-btn {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 13px 24px 11px;
    text-transform: uppercase;
    /* transition: all 0.3s ease-in-out; */
    background: #fff;
    color: #000;
    display: inline-block;
    border-radius: 0px;
    /* border: none; */
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #f29201;
    line-height: 40px;
    z-index: 1;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
}

.biz-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(0, 1);
    z-index: -1;
    border: none;
    color: #fff;
    background: transparent;
    border-radius: 0px;
}

/* MOT */
section.call-to-action h3.package-name {
    font-size: 33px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.action-content {
    /* background-color: #e0ae88; */
    background-color: #000;
    padding: 37px;
    /* border: 1px solid #e0ae88; */
    border: 1px solid #000;
    border-radius: 12px;
}

/* Back to top */
#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #f29201;
    position: relative;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    text-align: center;
    border-radius: 10px;
}

/* Paginate */
.pagination li.active a {
    background: #09a223 !important;
    border-color: #09a223 !important;
    color: #ffffff;
}

/* Footer */
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 80px;
    background: #000;
}

.footer-copyright {
    padding: 20px 0;
    background: #000;
    border-top: 1px solid #f29201;
}

.footer-upper h3::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #f29201;
    left: 0;
    bottom: 0;
}

section.travelcounter .counter-item i {
    font-size: 5.5rem;
    color: #f29201 !important;
    margin-bottom: 5px;
    transition: all ease-in-out 0.3s;
}

.icon-size {
    font-size: 20px;
}

.icon-color {
    color: #f29201 !important;
}

.dashboard-stat {
    display: inline-block;
    padding: 0;
    height: 260px;
    /* height: 160px; */
    background-color: #444;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.3s;
    cursor: default;
}

.dashboard-stat-content span {
    font-size: 17px;
    margin-top: 0px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
}
.dashboard-stat-item {
    position: absolute;
    text-align: center;
    bottom: 10px;
    border-top: 1px solid #eee;
    margin: 0;
    width: 100%;
    padding: 10px;
}

.dashboard-stat-item p {
    color: #fff;
    margin: 0;
    padding-top: 5px;
    font-size: 20px;
}

.dashboard-stat-icon {
    position: absolute;
    right: 20px;
    font-size: 80px;
    line-height: 1;
    padding: 0 25px;
    top: 55px;
    opacity: 0.6;
}

.color_1 {
    background-color: #f3960a;
}

.color_2 {
    background-color: #09a223;
}

.breadcrumb-content {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.breadcrumb-content h2 {
    font-size: 50px;
    margin-bottom: 0;
    color: #f3960a !important;
    text-transform: uppercase;
}

.info-content {
    padding-left: 35px;
}

.contact-form {
    background: #fffdfa;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #f29201;
}

button.button,
input[type="button"],
input[type="submit"],
a.button.border,
a.button {
    background-color: #f39303;
    top: 0;
    padding: 9px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
}

input#submit.biz-btn:hover {
    background: #f29506 !important;
    opacity: 0.8;
}

.para-content span a:hover {
    color: #fff !important;
}

.breadcrumb-content .breadcrumb > li {
    position: relative;
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.blog-image .b-date {
    position: absolute;
    background: #f29201;
    right: 10px;
    top: 10px;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
    border-radius: 10px;
}

.sidebar-item h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 3px;
    background: #f29201;
}

ul.sidebar-tags a:hover {
    background: #f29201;
    color: #fff !important;
    transition: all 0.5s;
}

/* .search-style-one{
	position:relative;
	color:#ffffff;
	font-family: 'Poppins', sans-serif;
	border:10px solid rgba(9,162,35,0.70);
}

.search-style-one.extended{
	border-color:#09a223;
}

.search-style-one.extended .search-outer{
	background:#242424;
}

.main-slider .search-style-one{
	position:relative;
	margin-top:100px;
}


.search-style-one .search-outer{
	position:relative;
	padding:20px 30px 10px;
	background:rgba(36,36,36,0.60);
}

.search-style-one form .form-group{
	position:relative;
	margin:0px 0px 20px;
}

.search-style-one form input[type="text"],
.search-style-one form input[type="search"],
.search-style-one form input[type="tel"],
.search-style-one form input[type="location"],
.search-style-one form input[type="range"],
.search-style-one form select{
	position:relative;
	display:block;
	width:100%;
	height:42px;
	line-height:30px;
	padding:4px 0px 5px;
	font-size:14px;
	background:none;
    border: none;
}

.search-style-one form .form-group .field-title{
	font-size:12px;
	text-transform:uppercase;
	line-height:20px;
	font-weight:600;
	margin-bottom:5px;
}

.search-style-one form select{
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	cursor:pointer;
}

.search-style-one form select option{
	position:relative;
	color:#656565;
}
.search-style-one form .theme-btn{
	line-height:32px;
	text-align:center;
	width:100%;
	max-width:220px;
	padding:5px 10px 5px 70px;
}

.search-style-one form .theme-btn:hover{
	background:#09a223;
}

.search-style-one form .theme-btn .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:42px;
	line-height:42px;
	font-size:14px;
	border-right:1px solid rgba(255,255,255,0.20);
}

.static-banner .search-style-one{
	bottom:-60px;
}
.main-slider .search-style-one {
	position: relative;
	margin-top: 10px;
}
.search-style-one form .theme-btn {
	line-height: 32px;
	text-align: center;
	width: 100%;
	max-width: 220px;
	padding: 5px 0px 5px 0px;
}
.search-style-one {
	position: relative;
	color: #000;
	font-family: 'Century Gothic', sans-serif;
	border: 1px solid rgba(9,162,35,0.70);
}
.search-style-one .search-outer {
	position: relative;
	padding: 25px 30px 10px;
	background: rgb(255, 255, 255);
}
.search-style-one form input[type="text"]{
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 30px;
    padding: 4px 0px 5px;
    font-size: 14px;
    background: none;
    border-bottom: 1px solid #000;
}
.search-style-one form .form-group .field-title {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 100;
	margin-bottom: 1px;
}
.btn-style-one {
	position: relative;
	padding: 9px 30px;
	line-height: 24px;
	background: #09a223;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}
.search_block {
	position: relative;
	bottom: 5.5em;
	z-index: 100;
}
.search-style-one form input{
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
	line-height: 30px;
	padding: 4px 0px 5px;
	font-size: 14px;
	background: none;
	border-bottom: 1px solid #000;
}
.custom-select-box{
    border-bottom: 1px solid #000 !important;
} */

.price-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px dashed #f6f2fe;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.price-box {
    background: #fff;
    padding: 60px 10px;
    box-shadow: 0px 0 30px #cccccc57;
    border-radius: 10px;
    margin-bottom: 1em;
    height: 23em;
}


.price-header h2 sub {
    font-weight: 100;
    font-size: 15px;
    text-transform: uppercase;
    top: 0px;
}
.price-tabmain ul.nav.nav-tabs li a:hover, .price-tabmain ul.nav.nav-tabs li.active a, .price-tabmain ul.nav.nav-tabs li.active a:focus, .price-tabmain ul.nav.nav-tabs li.active a:hover {
	color: #fff;
	background-color: #08a122;
	border: none;
	transition: all ease-in-out 0.5s;
}
.custom_select {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
}

table.shop_table.rt-checkout-review-order-table thead {
    background: #061a2b !important;
}

table.shop_table.rt-checkout-review-order-table tr th {
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #f1f1f1;
    color: fff;
    color: #fff;
    text-transform: uppercase;
}

/* Presentation */
.why-about-inner-title {
    color: #f29201;
    text-transform: uppercase;
    font-size: 40px !important;
}

.discover {
    background-color: rgba(0, 0, 0, 0.25) !important;
    border: 0px;
    border-radius: 0px;
}

.discount-action .call-banner .call-banner-inner {
    background: #fff;
    padding: 64px 30px 80px;
    border-right: 5px solid #f69400;
}

.call-banner-inner h3 {
    text-transform: uppercase;
    color: #f69400;
}

.action-content h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

section.call-to-action h3.package-name {
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 40px;
    border: 1px solid #f3960a;
    color: #fff;
    padding: 20px;
    /* width: 360px; */
    /* text-align: center; */
    background-color: #f3960a;
    border-radius: 22px;
}

/* contact */
.info-item {
    position: relative;
    padding: 30px 40px;
    box-shadow: 0 0 15px #cccccc37;
    border-radius: 10px;
    border: 1px solid #f29201;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #f39303;
    padding: 10px;
    border-radius: 0px;
}

button.button,
input[type="button"],
input[type="submit"],
a.button.border,
a.button {
    background-color: #f39303;
    top: 0;
    padding: 4px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
}

/* news */
.blog-title {
    text-transform: uppercase;
    font-size: 19px;
    text-align: justify;
}

.blog-title a {
    color: #f39303 !important;
}

.sidebar-item h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000;
    /* font-size: 40px; */
}

ul.sidebar-tags a {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    margin-bottom: 3px;
    color: #444;
    transition: all 0.5s;
    border-radius: 5px;
    border: 1px solid #f29201;
}

.actualite-title {
    font-size: 15px !important;
    /* text-align: justify; */
    text-transform: uppercase;
}

.actualite-text {
    text-align: justify !important;
}

.actualite-link {
    color: #f39303 !important;
}

.actualite .biz-btn {
    border: 1px solid #f39303 !important;
    padding: 7px;
    border-radius: 5px;
}

.actualite .biz-btn1:hover {
    color: #000 !important;
}

/* footer */
.footer-about ul.social-links li a:hover {
    color: #fff;
    background: #fdfdfd;
}

span.rt-Price-amount,
span.rt-Price-amount span {
    color: #f39405 !important;
}

.project_name {
    font-size: 15px;
    color: #000;
    border: 1px solid #fbfbfb;
    padding: 14px;
    border-radius: 12px;
    text-align: center;
    background-color: #f1f1f1;
}

/* .alert {
    padding: 5px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
} */
.alert.alert-success {
    /* background: #5e121200; */
    border: transparent;
    border-radius: 0;
    color: #fff;
    padding: 10px;
    background-color: #ef2853;
    border-radius: 6px;
    text-transform: uppercase;
}

button.close {
    border-top: 1px solid #ef2853;
    background: #fff;
    color: #ef2853;
    position: absolute;
    top: -12px;
    /* right: 75px; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    line-height: 2;
    font-size: 20px;
    transition: all ease-in-out 0.3s;
    right: 1em;
}

.nodata {
    text-transform: uppercase;
    font-size: 15px;
}

.detail_btn {
    /* border: 1px solid #000; */
    padding: 8px;
    border-radius: 5px;
    /* margin-top: 12px; */
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #000;
}

.detail_btn_content {
    margin-top: 10px;
}

.description_project {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    padding: 15px;
    font-family: "Century Gothic";
}

.tag_detail {
    background-color: #f29201;
    padding: 20px;
}

.tag_title {
    color: #fff !important;
}

.tag {
    color: #fff;
}

.blog-image {
    position: relative;
    /* height: 100%; */
    overflow: hidden;
    border-radius: 10px;
    width: 250px;
    height: 250px;
}

.filter-box label {
    color: #444;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.progress {
    height: 5px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #f29405;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.compagnyITEM {
    /* border: 1px solid #f39201; */
    border-radius: 5px;
    padding: 2px;
    background-color: #f29200;
    color: #fff;
    /* margin-right: 10px; */
    display: inline flow-root list-item;
}

.filter-box-title {
    border: 1px solid #fff;
    /* padding: 5px; */
    text-align: center;
    /* color: #fff; */
    padding-top: 10px;
    /* text-transform: uppercase; */
    background-color: #fff;
}

.filter-box-title-h4 {
    color: #f29200 !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
}

.location-features {
    margin-top: 15px;
}

.compagnt-li {
    font-size: 14px;
    margin-bottom: 2px;
}

.single-title-content {
    border: 1px solid #f29201;
    background-color: #f29303;
    padding: 5px;
    /* font-size: 10px; */
}

.single-title-content h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    padding: 5px;
}

.sidebar-item .filter-box {
    box-shadow: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 20px 20px 5px;
}

.filter-box,
.filter-box1 {
    padding: 20px 20px 20px;
    position: relative;
    box-shadow: 0px 0px 30px #cccccc57;
    margin: 0;
    display: block;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    /* border-color: red; */
    border: 1px solid #fff;
    border-radius: 0px;
    /* border-bottom: 4px solid #09a223; */
    /* border-right: 2px solid #09a223; */
    /* border-left: 2px solid #09a223; */
}

/* Blog */
.blog-title-a {
    font-size: 14px !important;
    /* line-height: 1px; */
    /* line-height: 0px; */
    display: block !important;
    text-transform: uppercase !important;
    color: #f29200 !important;
}

section.blog .gridblog-content {
    padding: 17px 20px 18px;
    background: #fff;
    height: 300px;
}

.knowlink {
    display: block;
    border: 1px solid #f29200;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    /* background-color: #f29201; */
    /* color: #fff; */
    border-radius: 50px;
}

section.blog .gridblog-content p {
    /* margin-bottom: 19px; */
    display: block;
    height: 110px;
}

.blog-detail-centent {
    /* display: list-item; */
    text-align: justify;
    margin-top: 30px;
    background-color: #f1f1f1;
    padding: 13px;
}

/* Select2 custom */
.select2-container--default .select2-selection--single {
    /* background-color: #fff; */
    /* border: 1px solid #aaa; */
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #09a223 !important;
}

.select2-dropdown {
    background-color: #fff !important;
    border: none !important;
    /* border-radius: 4px; */
    /* box-sizing: border-box; */
    /* display: block !important; */
    /* position: absolute !important; */
    /* left: -100000px !important; */
    /* width: 100% !important; */
    /* z-index: 1051 !important; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    /* box-shadow: rgb(255, 255, 255) 0px 8px 24px; */
    padding: 5px !important;
    /* font-size: 10px; */
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e8e3e3 !important;
    border-radius: 5px !important;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #09a223 transparent !important;
    border-width: 0 4px 5px 4px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #09a223 transparent transparent transparent !important;
}

.select2-results__option {
    padding: 4px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #09a223 !important;
    color: white;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f6fbf7 !important;
    /* background-color: #ddd !important; */
}

.select2-container {
    display: block !important;
}

.agent-list {
    border-radius: 0px;
    width: 260px !important;
}
