/********** CSS **********/
:root {
    --primary: #2f3d22;
    --light: #eccf87;
    --dark: #9f4313;
	--main: #ffffff;
	--black: #000000;
	--ivory: #f3ead7;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}
.text-main {
    color: #ff9900 !important;
	height:68px;
	display:block;
	font-weight:500;
	font-size:15px;
}
.bg-light-green{
	background-color:#2f4817;
}
.bg-dar-ivory{
	background-color:#feedcb;
}
.partnerwith_us_cont{
	overflow:hidden;
}
.explore_ways_cont{
	overflow:hidden;
}
.newsletter_cont{
	overflow:hidden;
}
.sponsored_cont{
	overflow:hidden;
}
.section-bg {
  background-color: #F8F8F8;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.logo img{
	max-height:50px;
}
.logo img.logo_white{
	filter: brightness(0) invert(1);
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 30px;
    height: 30px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
	border-radius: 10px;
	background:#9f4313;
	border:1px solid #9f4313;
}
.btn-lg-square:hover {
	background:#b6673e;
	border:1px solid #b6673e;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color:#fff;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}
.carousel-item img {
  height:100%;
  object-fit: cover;
  border-radius: 0 210px 0 0;
  width: 90% !important;
  margin: auto;
  text-align: center;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    color: var(--main);
    font-weight: 400;
    outline: none;
	font-size:22px;
	margin: 22px 0 22px 16px;
}
.call_email a{
	color:#fff !important;
	font-size:14px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:#eccf87;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.contactus_nav_btn{
	border-radius: 100px;
    border: 1px solid #fff;
    padding: 7px 20px !important;
}
.contactus_nav_btn:hover{
    border: 1px solid var(--ivory);
	background:var(--ivory);
}
.navbar .navbar-nav .nav-link.contactus_nav_btn:hover {
	color:#2f3d22;
}
.shadow-sm{
	background-color:#f3ead7 !important;
}
.shadow-sm .logo img.logo_color{
	filter: none;
}
.shadow-sm.navbar .navbar-nav .nav-link{
	color:#2f3d22;
}
.shadow-sm .contactus_nav_btn {
    border-radius: 100px;
    border: 1px solid #2f3d22 !important;
    padding: 7px 20px !important;
	background: #2f3d22;
}
.shadow-sm .contactus_nav_btn:hover{
	background:#9f4313;
	border: 1px solid #9f4313 !important;
}
.shadow-sm.navbar-light .navbar-nav .nav-link.contactus_nav_btn {
	color:#fff !important;
}
.shadow-sm.navbar .navbar-nav .nav-link:hover,
.shadow-sm.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
    font-size: 16px;
    margin-right: 0;
    padding: 2px 0;
    margin: 2px 0;
}

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
/***Universal Modal***/
.custom-modal{
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  display:none;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.modalPopup-content{
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 54rem;
    border-radius: 0.5rem;
	background:#fff;
}

.close-modal{
    float: right;
    width: 31px;
    height: 31px;
    line-height: 2.2rem;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    background-color: #9f4313;
    color: #f3ead7;
    font-size: 26px;
    padding: 0px;
    position:absolute;
    right:10px;
    top:10px;
}
.close-modal:hover {
    background-color: #000;
}

.modalPopup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modalPopup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 54rem;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 34px;
    height: 34px;
    line-height: 2.3rem;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    background-color: #9f4313;
    color: #f3ead7;
    font-size: 26px;
    padding: 0px;
}
.close-button:hover {
    background-color: #000;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	z-index: 9999;
}
.contactuspopup_image {
    padding: 30px 0 30px 0px;
}
.contactuspopup_image img {
    width: 100%;
    border-radius: 140px 0 0 0;
}
.contactuspopup_inputform {
    padding: 0px 0px 0 30px;
}
.contactuspopup_inputform p {
    color: #000;
    font-weight: bold;
    margin-bottom: 7px;
	text-align:left;
}
.contactuspopup_inputform h3 {
    text-align: left;
    color: #9f4313;
    font-weight: 500 !important;
    font-size: 36px;
    margin-bottom: 15px;
}
.contactuspopup_conta_submit_btn{
	background: #9f4313;
    color: #f3ead7 !important;
    padding: 10px 40px;
    font-weight: bold;
    border-radius:100px;
    border: none;
	display:table;
	width:100%;
}
.contactuspopup_conta_submit_btn:hover {
    background: #eccf87;
    color: #9f4313 !important;
    border: none;
}

/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 80px;
    height: 80px;
    margin-top: -25px;
    margin-bottom: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eccf87;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background:#fff;
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

/*** Service Section ***/
.service-section{
	background:var(--ivory);
	padding:100px 0 0 0;
}
.service-container{
	padding:0 0px;
    margin-bottom: -30px;
    z-index: 9;
    position: relative;
}
.serve{
	border-radius:20px;
	margin: 0 6px;
	cursor:pointer;
}
.serve:hover {
	background:#9f4313 !important;
}
.p-6 {
    padding: 2.5rem;
}
.serve h2{
	color:#eccf87;
	font-weight:500 !important;
	margin-top:15px;
}
.serve p{
	color: #fff;
    font-size: 16px;
    margin-bottom: 15px !important;
	line-height:1.3em;
}
.singlebanner{
	background:var(--ivory);
	padding-right:15px;
}
.singlebanner img{
	width:100%;
	border-radius:0 100px 0 0;
}

/*** About ***/
.banner_section{
	overflow:hidden;
}
.banner_image{
	margin:40px 60px 80px;
}
.banner_image img{
	width:100%;
	border-radius:40px;
}
.about_top_text{
	padding: 15px 0 60px 60px;
    display: table;
}
.about_top_text h3 {
    text-align: left;
    color: #9f4313;
    font-weight: 500 !important;
    font-size: 42px;
    margin-bottom: 20px;
}
.about_top_text p {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px !important;
    line-height: 1.3em;
    text-align: left;
    width: 100%;
}
.about_top_image{
	position:relative;
	z-index:99;
	padding: 0 60px 0 0;
}
.about_top_image img{
	width:100%;
	border-radius:0px 140px 0 0;
}
.about_elements_one {
    position: absolute;
    right: 0;
    top: 0;
}
.about_elements_one img {
    width: 375px;
    position: absolute;
    right: -115px;
    top: -118px;
}
.about_buttom_col{
	border:2px solid #eccf87;
	border-radius:34px;
	padding:30px;
	margin:50px 0;
	width: 97%;
	float:left;
}
.about_buttom_col img{
	width:100%;
	border-radius:34px;
}
.about_buttom_col h3{
	text-align: left;
    color: #eccf87;
    font-weight: 500 !important;
    font-size: 36px;
    margin-bottom: 20px;
	margin-top: 20px;
}
.about_buttom_col p{
	color: #fff;
    font-size: 16px;
    margin-bottom: 15px !important;
    line-height: 1.3em;
    text-align: left;
}
.about_buttom_col_right{
	border:2px solid #eccf87;
	border-radius:34px;
	padding:30px;
	margin:50px 0;
	width: 97%;
	float:right;
}
.about_buttom_col_right img{
	width:100%;
	border-radius:34px;
}
.about_buttom_col_right h3{
	text-align: left;
    color: #eccf87;
    font-weight: 500 !important;
    font-size: 36px;
    margin-bottom: 20px;
	margin-top: 20px;
}
.about_buttom_col_right p{
	color: #fff;
    font-size: 16px;
    margin-bottom: 15px !important;
    line-height: 1.3em;
    text-align: left;
}
.connectwithus-button{
	text-align: center;
	margin:30px 0 30px;
}
.connectwithus-button a{
	display: inline-block;
    background-color: #9f4313;
    border: 2px solid #9f4313;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 100px;
    transition: all .3s;
    text-align: center;
}
.connectwithus-button a:hover{
	background-color: #f3ead7;
    border: 2px solid #9f4313;
    color: #9f4313;
}
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.service-item .service-text {
    background: var(--light);
    transition: .5s;
}
.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}
.service-item * {
    transition: .5;
}
.service-item:hover * {
    color: #FFFFFF;
}
.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}
.service-item:hover .btn {
    width: 140px;
}
.fact-icon img{
	width:40px;
}
.title_center h3 {
    text-align: center;
    color: #9f4313;
    font-weight: 500 !important;
    font-size: 42px;
    margin-top: 50px;
    margin-bottom:15px !important;
}
.title_center p {
    width: 82%;
    margin: auto;
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
	font-size: 22px;
}
.sponsored_cont_container{
	padding:0 70px;
}
.audience_col {
    display: table;
    width: 265px;
    height: 265px;
    background: #fff;
    border: 3px solid #9f4313;
    border-radius: 100%;
    padding: 60px 5px;
    margin: auto 42px auto;
}
.audience_col:hover {
    background: #2f3d22;
    border: 3px solid #2f3d22;
}
.audience_col:hover.audience_col h4{
	color: #ecdcae;
}
.audience_col p {
    text-align: center;
    font-size: 34px;
}
.special_icon_service img {
    width: 64px;
    margin-bottom: 30px;
}
.audience_col h4 {
    text-align: center;
    color: #9f4313;
    font-weight: 700 !important;
    font-size: 20px;
	font-family:"Poppins",sans-serif !important;
}
.main-button{
	float:right;
	margin-bottom:60px;
	margin-top:15px;
}
.main-button a {
    display: inline-block;
    background-color: #9f4313;
	border:2px solid #9f4313;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 100px;
    transition: all .3s;
	text-align:center;
}
.main-button a:hover {
	background-color: #2f3d22 ;
    color: #fff;
	border:2px solid #2f3d22 ;
}
.spd-button{
	float:left;
	margin-bottom:60px;
	margin-top:15px;
}
.spd-button a{
	display: inline-block;
    background-color: #fff;
    color: #9f4313;
	border:2px solid #9f4313;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 100px;
    transition: all .3s;
	text-align:center;
}
.spd-button a:hover{
	background-color: #2f3d22 ;
	border:2px solid #2f3d22 ;
    color: #fff;
}
.partnerwith_us{
	padding:60px 0 60px 60px;
}
.partnerwith_us_text{
	padding:0px 30px;
}
.partnerwith_us img{
	width:100%;
	border-radius: 140px 0 0 0;
}
.partnerwith_us_text h3{
	text-align: left;
    color: #eccf87;
    font-weight: 500 !important;
    font-size: 42px;
	margin-bottom:20px;
}
.partnerwith_us_text p{
	color: #fff;
    font-size: 18px;
    margin-bottom: 15px !important;
    line-height: 1.3em;
	text-align:left;
}
.explore-button{
	float:left;
	margin-top:15px;
}
.explore-button a{
	display: inline-block;
    background-color: #eccf87;
	border:2px solid #eccf87;
    color: #55593f;
    font-size: 20px;
    font-weight: 500;
	width:170px;
    padding: 10px 30px;
    border-radius: 100px;
    transition: all .3s;
	text-align:center;
}
.explore-button a:hover{
	background-color: #2f3d22;
	border:2px solid #eccf87;
    color: #eccf87;
}
.explore_ways_container{
	position:relative;
	overflow: hidden;
}
.explore_ways_text{
	padding:60px 0 60px 60px;
	display: table;
}
.explore_ways_text h3{
	text-align: left;
    color: #9f4313;
    font-weight: 500 !important;
    font-size: 42px;
	margin-bottom:20px;
}
.explore_ways_text p{
	color: #000;
    font-size: 18px;
    margin-bottom: 15px !important;
    line-height: 1.3em;
	text-align:left;
	width: 80%;
}
.explore-ways-button{
	float:left;
	margin-top:15px;
}
.explore-ways-button a{
	display: inline-block;
    background-color: #9f4313;
	border:2px solid #9f4313;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
	width:180px;
    padding: 10px 30px;
    border-radius: 100px;
    transition: all .3s;
	text-align:center;
}
.explore-ways-button a:hover{
	background-color: #f3ead7;
	border:2px solid #9f4313;
    color: #9f4313;
}
.explore-ways-button-another {
    float: left;
    margin-top: 15px;
}
.explore-ways-button-another a{
	display: inline-block;
    background-color: #9f4313;
	border:2px solid #9f4313;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
	width:180px;
    padding: 10px 30px;
    border-radius: 100px;
    transition: all .3s;
	text-align:center;
}
.explore-ways-button-another a:hover{
	background-color: #fff;
	border:2px solid #9f4313;
    color: #9f4313;
}
.elements_one{
	position: absolute;
    right: 0;
    top: 0;
}
.elements_one img{
	width:490px;
	position: absolute;
    right: -110px;
    top: -140px;
}
.webinar_vid_text{
}
.webinar_vid_text h3{
	text-align: left;
    color: #9f4313;
    font-weight: 500 !important;
    font-size: 42px;
    margin-bottom: 20px;
	line-height:1em;
}
.webinar_vid{
	background:#f3f3f3;
	border-radius:30px;
	text-align: center;
	padding:30px 0;
	width: 80%;
}
.webinar_vid img{
	width:90%;
}
.watch-button{
	float: left;
    margin-top: 15px;
}
.watch-button a{
	display: inline-block;
    background-color: #9f4313;
    border: 2px solid #9f4313;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    width: 300px;
    padding: 10px 30px;
    border-radius: 100px;
    transition: all .3s;
    text-align: center;
}
.watch-button a:hover{
	background-color: #fff;
    border: 2px solid #9f4313;
    color: #9f4313;
}
.newsletter_container{
	margin:20px auto;
	width: 90%;
	background:#f3ead7;
	border-radius:45px;
	padding:60px 50px;
}
.newsletter_text h3{
	text-align: left;
    color: #9f4313;
    font-weight: 500 !important;
    font-size: 42px;
    margin-bottom: 20px;
}
.newsletter_text p{
	color: #000;
    font-size: 18px;
    margin-bottom: 15px !important;
    line-height: 1.3em;
    text-align: left;
}
.newsletter{
	background:#fff;
	border:none;
	border-radius:10px;
	font-size:18px;
	color:#666;
	width:100%;
	padding:12px;
	font-weight:300;
}
.newsletter:focus-visible{
	outline:none;
	border:none;
}
.newsletter_btn{
	background:#9f4313;
	border:none;
	border-radius:10px;
	font-size:18px;
	color:#fff;
	padding:12px 25px;
}
.newsletter_btn:hover{
	background:#2f3d22;
	color:#f3ead7;
}


/*** Project ***/
.project_col_top{
	border:2px solid #9f4313;
	padding:30px;
	border-radius:30px;
	margin: 0 10px;
	height: 100%;
}
.project_col_top:hover{
	border:2px solid #9f4313;
	background:#9f4313;
}
.project_col_top:hover.project_col_top h4{
	color:#f3ead7;
}
.project_col_top img{
	width:100%;
	border-radius:30px;
}
.project_col_top h4{
	color:#9f4313;
	font-size:30px;
	margin:20px 0 0;
}
.about_elements_one_row{
	padding:0 70px;
}
.concept_icons{
	padding:10px 30px;
}
.concept_icons ul{
	padding:0;
	list-style:none;
}
.concept_icons ul li{
	float:none;
	display:inline-block;
	color:#000;
	font-size:17px;
	margin-bottom:12px;
}
.concept_icons ul li .ci{
	height:50px;
	width:50px;
	border-radius:100px;
	background:#9f4313;
	padding:10px;
	text-align:center;
	display:inline-block;
	margin-right: 15px;
}
.concept_icons ul li .ci img{
	width:100%;
}
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}
.strategic-location-section{
	background: var(--ivory);
}
.project .nav .nav-link.active {
    background: var(--main);
}
.slc_col{
	display: table;
    width: 242px;
    height: 242px;
    background: #2f3d22;
    border: 6px solid #f3ead7;
    border-radius: 100%;
    padding: 30px 5px;
    margin: auto 22px auto;
}
.slc_col:hover {
    background: #9f4313;
    border: 6px solid #9f4313;
}
.slc_col p {
    text-align: center;
    font-size: 34px;
}
.slc_col h4 {
    text-align: center;
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px;
    font-family: "Poppins",sans-serif !important;
}
.slc_col:hover.slc_col h4 {
    color: #ecdcae;
}
.slc_col_sec{
	padding: 15px 0 30px 60px;
	display: table;
    width: 100%;
}
.strategic-location-container{
	padding: 0 0px;
    margin-bottom: -115px;
    z-index: 9;
    position: relative;
}
.market_position_icons {
    padding-right: 40px;
}
.market_position_icons ul {
    padding: 0;
    list-style: none;
}
.market_position_icons ul li {
    color: #000;
    font-size: 17px;
    margin-bottom: 40px;
    align-items: center;
    display: grid;
    width: 50%;
    float: left;
	line-height: 1.3;
}
.market_position_icons ul li .ci {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background: #9f4313;
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
.market_position_icons ul li .ci img {
    width: 30px;
}

/*** Blog ***/
.blogs_elements_one_row{
	padding: 30px 70px;
}
.blogs_col_top {
    padding:15px 15px 20px 15px;
    border-radius: 20px;
    margin: 0 15px;
    height: 100%;
	background:#f3ead7;
}
.blogs_col_top:hover {
    background: #2f3d22;
}
.blogs_col_top img {
    width: 100%;
    border-radius: 20px;
}
.blogs_col_top h4 {
    color: #9f4313;
    font-size: 26px;
    margin: 20px 0 0;
	padding: 0 10px;
}
.blogs_col_top p {
    color: #000;
    font-size: 16px;
    margin:15px 0;
	padding: 0 10px;
	line-height: 1.3;
}

.blogs_col_top a{
	color:#9f4313;
	font-size: 17px;
	vertical-align: middle;
	font-weight:bold;
    align-items: center;
    display: flex;
	padding-left: 10px;
}
.blogs_col_top a:hover{
	color:#9f4313;
}
.blogs_col_top a i{
	font-size: 20px;
	margin-left:5px;
}
.blogs_col_top:hover.blogs_col_top h4 {
    color: #f3ead7;
}
.blogs_col_top:hover.blogs_col_top p {
    color: #fff;
}
.blogs_col_top:hover.blogs_col_top a {
    color: #f3ead7;
}
.section-blog .single-post img {
	width: 100%;
	border-radius:0px;
}
.viewmore{
	display:table;
	padding:15px 0;
	margin: auto;
}
.viewmore a{
	background:#9f4313;
	border:2px solid #9f4313;
	color:#fff;
	font-size:18px;
	border-radius:100px;
	padding:8px 30px;
	display:table;
	margin:auto;
	text-align:center;
	vertical-align: middle;
    align-items: center;
    display: flex;
}
.viewmore a:hover{
	background:#fff;
	border:2px solid #9f4313;
	color:#9f4313;
}
.viewmore a i{
	margin-left:12px;
	font-size:22px;
}

.section-blog .single-post .infos {
	/*position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;*/
    display: inline-block;
    padding: 22px 29px 24px;
    background-color: #fff;
    /*transform: translateY(50%);*/
	width:100%;
    box-shadow: 0 0px 15px 0 rgba(0,0,0,.1);
    z-index: 2;
}

.section-blog .single-post .infos .title-post {
	line-height: 0.75em;
	text-align:center;
}

.section-blog .single-post .infos .title-post a {
	text-decoration: none;
	color: #404752;
    font-size:26px;
    font-weight: 600;
}

.section-blog .single-post .infos .by-and-date {
	margin-bottom: 0;
	text-align:center;
}

.section-blog .single-post .infos .by-and-date li {
	position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.section-blog .single-post .infos .by-and-date li a {
    text-decoration: none;
    color: #404752;
}

.section-blog .single-post .infos .by-and-date li:after {
	content: "";
    position: absolute;
    top: 20%;
    right: -10px;
    width: 1px;
    height: 60%;
    background-color: #87c3ff;
}

.section-blog .single-post .infos .by-and-date li:last-child:after {
	display: none;
}

.section-blog .pagination {
	margin-top:50px;
	margin-bottom:0;
}

.section-blog .pagination ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    font-weight: 600;
    font-size: 20px;
    transition: background-color .3s, color .3s;
}

.section-blog .pagination ul li:hover {
	background-color: #147de7;
	color: #fff;
	box-shadow: none;
}

.section-blog .pagination ul li a {
	display: inline-block;
    padding: 13px 23px;
	text-decoration: none;
	color: inherit;
}

@media (max-width: 575.99px) {
	.section-blog .pagination ul li {
		margin-right: 10px;
		font-size: 16px;
	}

	.section-blog .pagination ul li a {
		padding: 10px 15px;
	}
}


.section-blog .single-post-b {
	position: static;
}

.section-blog .single-post-b img {
	width: 100%;
	border-radius: 5px;
}

.section-blog .single-post-b .infos {
	/*position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    display: inline-block;*/
    padding: 22px 29px 24px;
    background-color: #fff;
    /*transform: translateY(50%);*/
    box-shadow: 0 0px 15px 0 rgba(0,0,0,.1);
    z-index: 2;
}

.section-blog .single-post-b .infos .title-post {
	line-height: 0.75em;
}

.section-blog .single-post-b .infos .title-post a {
	text-decoration: none;
	color: #404752;
    font-size: 16px;
    font-weight: 600;
	word-break: break-word;
}

.section-blog .single-post-b .infos .by-and-date {
	margin-bottom: 0;
}

.section-blog .single-post-b .infos .by-and-date li {
	position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

.section-blog .single-post-b .infos .by-and-date li a {
    text-decoration: none;
    color: #404752;
}

.section-blog .single-post-b .infos .by-and-date li:after {
	content: "";
    position: absolute;
    top: 20%;
    right: -10px;
    width: 1px;
    height: 60%;
    background-color: #87c3ff;
}

.section-blog .single-post-b .infos .by-and-date li:last-child:after {
	display: none;
}
.pt-7 {
    padding-top: 6rem!important;
}

/*** Join With Us ***/
.join_left_sec{
	padding-left: 30px;
}
.join_icons {
    padding: 10px 0 10px 30px;
}
.join_icons ul {
    padding: 0;
    list-style: none;
}
.join_icons ul li {
    float: none;
    color: #000;
    margin-bottom: 20px;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
.join_icons ul li .ci {
    width: 60px;
    height: 55px;
    border-radius: 100px;
    background: #9f4313;
    padding: 15px;
    text-align: center;
    display: block;
    margin-right: 15px;
    float: left;
}
.jitext{
	font-size: 15px;
}
.jitext strong{
}
.join_icons ul li .ci img {
    width: 100%;
}
.li_right{
	float: left;
    width: 100%;
}
.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.join_right_image {
    position: relative;
    z-index: 99;
    padding-right: 60px;
}
.join_right_image img {
    width: 100%;
    border-radius: 0px 140px 0 0;
}
.cwu_button{
	display: inline-block;
    background-color: #9f4313;
    border: 2px solid #9f4313;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 100px;
    transition: all .3s;
    text-align: center;
	float:left;
	margin-right:15px;
	margin-top:20px;
}
.cwu_button:hover {
    background-color: #2f3d22;
    color: #fff;
    border: 2px solid #2f3d22;
}
.rpo_button{
	display: inline-block;
    background-color: #f3ead7;
    color: #9f4313;
    border: 2px solid #9f4313;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 100px;
    transition: all .3s;
    text-align: center;
	float:left;
	margin-top:20px;
}
.rpo_button:hover {
    background-color: #2f3d22;
    color: #fff;
    border: 2px solid #2f3d22;
}
.joinus_title_center h3 {
    text-align: center;
    color: #eccf87;
    font-weight: 500 !important;
    font-size: 42px;
    margin-top: 15px;
    margin-bottom: 25px !important;
}
.joinus_title_center p {
    width: 60%;
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
	line-height: 1.5;
}
.joinus_middle_container{
	padding: 5px 200px 0;
}
.to_col {
    display: table;
    padding: 30px 5px 15px;
    margin: auto;
}
.to_col p {
    text-align: center;
    font-size: 34px;
}
.to_col_service img {
    width: 60px;
    margin-bottom: 30px;
}
.to_col h4 {
    text-align: center;
    color: #eccf87;
    font-weight: 400 !important;
    font-size: 16px;
    font-family: "Poppins",sans-serif !important;
}
/*** News ***/
.module {
  min-width: 270px;
  height: 470px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 15%);
  transition: all 0.3s linear 0s;
  overflow: hidden;
  position: relative;
  cursor:pointer;
  border-radius:0px;
}
.module:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}
.thumbnail {
  position: relative;
  overflow: hidden;
  background: black;
}
.thumbnail img {
  width: 120%;
  transition: all 0.3s;
}
.module:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}

.thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #263c98;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  height: 55px;
  width: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.date div:first-child {
  font-size: 18px;
  line-height: 1.2;
}
.contents {
  position: absolute;
  width: 100%;
  height: 178px;
  bottom: 0;
  background: #fff;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.module:hover .contents {
  height: 278px;
}
.contents .category {
  	position: absolute;
    top: -21px;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    background: #ff9900;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
	right: 0;
    margin: auto;
    text-align: center;
    display: table;
}
.title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size:26px;
  font-weight: 700;
  text-align:center;
}
.sub-title {
  margin: 0;
  padding: 0 0 20px;
  color: #ff9900;
  font-size: 22px;
  text-align:center;
  font-weight: normal !important;
}
.descriptions {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  height: 0;
  opacity: 1;
  text-align:center;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
}
.module:hover .descriptions {
  height: 100px;
  text-align:center;
}
.meta {
  margin: 15px 0 0;
  color: #999999;
  font-size: 14px;
  text-align:center;
}
.comments a{
	color:#ff9900;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff5821;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}

.clients .swiper-slide img {
  opacity: 0.5;
  filter: grayscale(100%);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}
/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: 1.2rem;
	background:#fff;
	border-radius:20px;
	height: 100%;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--main);
}

.team-item .team-social {
    width: 100%;
    bottom: -20px;
    left: 0;
}
.team_detail {
    padding: 15px 0;
	height: 340px;
}

.team_detail h3{
	text-align:center;
	color:#9f4313;
	line-height:1.2;
}
.team_detail p{
	text-align:center;
	color:#000;
	font-size:15px;
	line-height:1.3;
	margin-top:15px;
}
.text-dark {
    color: #000 !important;
	font-weight:bold;
}
.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color:#fff;
    background:#0077b5;
	border-radius:4px;
	font-size: 22px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: #eccf87;
}
.img-team{
	max-width: 180px;
    height: auto;
    margin: auto;
    display: block;
}
.second_team_container{
	padding: 30px 40px 60px;
}
.last_team_container .title_center h3{
	margin-top: 20px;
}
.last_team_container {
    padding: 0 130px 90px;
}
/*** Contact ***/
.selected {
    border: 1px solid var(--ivory);
    background: var(--ivory);
	color: #2f3d22 !important;
}
.contactus_image {
    padding: 60px 0 60px 60px;
}
.contactus_image img {
    width: 100%;
    border-radius: 140px 0 0 0;
}
.contactus_inputform{
	padding: 0px 80px 0 80px;
}
.contactus_inputform h3 {
    text-align: left;
    color: #9f4313;
    font-weight: 500 !important;
    font-size: 36px;
    margin-bottom: 20px;
}
.contactus_inputform p{
	color:#000;
	font-weight:bold;
	margin-bottom:7px;
}
.contactinput{
	padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
	height: calc(2.6rem + 2.6px)!important;
	color: #000 !important;
	background-color: #f3ead7 !important;
	border: 1px solid #f3ead7 !important;
	padding:0.50rem  1rem !important;
	border-radius:14px;
	line-height: 1.2;
	width:100%;
}
.contactinput:focus {
    color: #000!important;
    border-color:none!important;
    outline: 0!important;
    box-shadow:none!important;
}
.selectdrop{
	appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
	background-image: url('../img/icons/arrow_down.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    cursor: pointer;
}
.selectdrop:focus-visible{
	outline:none !important;
}

.custom-dropdown,.dropdown-menu {
      box-shadow:none;
      border: 1px solid #E0E0E0;
      border-radius:14px;
    }

    .custom-dropdown .dropdown-item {
      color: #000;
      font-size:1rem;
	  border-left: 4px solid #fffaf0;
    }
	.dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: #f0e9d7;
	border-left:4px solid #000;
}
    .custom-dropdown .dropdown-item:active {
      color: #000;
    background-color: #f0e9d7;
	border-left:4px solid #000;
    }
.status_change li a.active {
    color: #000;
    background-color: #f0e9d7;
	border-left:4px solid #000;
}
    .status_dropdown {
      width:100%;
    }

    .status_dropdown[data-color=created-status] {
      background-color: #f3ead7;
      border:none;
	 
    }

    .status_dropdown[data-color=support-status] {
      background-color: #f3ead7;
      border:none;
    }

    .status_dropdown[data-color=inprogress-status] {
      background-color: #f3ead7;
      border:none;
    }

    .status_dropdown[data-color=finished-status] {
      background-color: #f3ead7;
      border:none;
    }

    .status_dropdown[data-color=rejected-status] {
      background-color: #f3ead7;
      border:none;
    }
	.dropdown-toggle{
	color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border:none;
    padding: 0.50rem 1rem;
	height: calc(2.7rem + 2.6px)!important;
	border-radius: 14px;
	box-shadow:none;
	}
	.dropdown-menu{
		transform: translate(0px, 47px) !important;
		width:100%;
		background:#fffaf0;
		border:none;
		z-index:999 !important;
	}
	.btn-check:focus+.btn, .btn:focus {
    outline: 0 !important;
    box-shadow: none;
}
.btn:hover {
    color: #000 !important;
}
.conta_submit_btn{
	background:#eccf87;
	color:#9f4313 !important;
	padding:10px 40px;
	font-weight:bold;
	border-radius:8px;
	border:none;
}
.conta_submit_btn:hover{
	background:#9f4313;
	color:#fff !important;
	border:none;
}
.con_icon{
	float:left;
	padding: 0px 20px;
	border-right:1px solid #9f4313;
}
.con_icon i{
	font-size:36px;
	color:#9f4313;
}
.con_icon_text p{
	color:#9f4313;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	width: 100%;
	margin-bottom: 0;
    margin-top: 0;
}
.con_icon_text{
	float:left;
	padding-left:25px;
	line-height:1.2;
	vertical-align:middle;
	display: flex;
    height: 54px;
    align-items: center;
}
.bottom_contact{
	width:100%;
	display:table;
	padding:20px 100px;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** FAQ ***/
.elements_right{
	width: 250px;
    float: right;
    position: relative;
    top: -215px;
    z-index: 9;
    right: -12px;
}
.elements_right img{
	width:100%;
}
.faq_banner_image {
    margin: 40px 60px 90px;
}
.faq_banner_image img {
    width: 100%;
    border-radius: 0 200px 0 0;
}
.faq_container{
	padding: 0 115px;
}
.faq-container {
    width: 100%;
    margin: 0 auto;
}

.faq {
    background-color:#f3ead7;
    border: 1px solid #999;
    border-radius: 28px;
    margin: 30px 0;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
	z-index:9;
}

.faq:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq.active {
    background-color: #f3ead7;
    color: #9f4313;
}
.faq h3{
	color: #9f4313;
	font-size:30px;
}
.faq-title {
    margin: 0 35px 0 0;
    font-size: 1.5rem;
    transition: color 0.3s ease;
	color:#000;
}

.faq.active .faq-title {
    color: #9f4313;
}

.faq-text {
    display: none;   
}
.faq-text h5{
	font-family:"Poppins",sans-serif;
	margin-top:15px;
	margin-bottom:15px;
}
.faq-text p{
	margin: 15px 0 0;
    font-size: 1.1rem;
    line-height: 1.3;
    animation: fadeIn 0.5s ease;
	color:#000;
}
.faq-text li{
	color:#000;
}
.faq-text li::marker{
	color:#9f4313;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    padding: 0;
    position: absolute;
    top: 31px;
    right: 30px;
    height: 35px;
    width: 35px;
    color: #000;
    transition: all 0.3s ease;
}

.faq.active .faq-toggle {
    color: #fff;
    background-color:#9f4313;
}

.faq-toggle:hover {
    transform: scale(1.1);
}

.faq-toggle .fa-chevron-up {
    display: none;
}

.faq.active .faq-toggle .fa-chevron-up {
    display: block;
}
.faq .faq-toggle {
    color: #fff;
    background-color: #9f4313;
}
.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq-toggle:focus {
    outline: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .faq {
        padding: 25px;
    }
    
    .faq-title {
        font-size: 1.3rem;
    }

}

@media (max-width: 768px) {
    .faq {
        padding: 20px;
        margin: 15px 0;
    }
    
    .faq-title {
        font-size: 1.2rem;
        margin-right: 40px;
    }
    
    .faq-text {
        font-size: 1rem;
        margin-top: 20px;
    }
    
    .faq-toggle {
        top: 20px;
        right: 20px;
        height: 25px;
        width: 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {   
    .faq {
        padding: 15px;
        margin: 10px 0;
    }
    
    .faq-title {
        font-size: 1.1rem;
        margin-right: 35px;
    }
    
    .faq-text {
        font-size: 0.9rem;
        margin-top: 15px;
    }
    
    .faq-toggle {
        top: 15px;
        right: 15px;
        height: 22px;
        width: 22px;
        font-size: 0.9rem;
    }
}

.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer_social{
	margin-left:50px;
	margin-top:15px;
}
.footer_social a:hover{
	color:#eccf87 !important;
}
.text-light {
    color: #eccf87!important;
}
.text-primary {
    color: #fff!important;
}
.footerbottom_logo{
	position: absolute;
    bottom: -60px;
    left: -50px;
    width: 215px;
}
.footer{
	position:relative;
	overflow:hidden;
	padding-bottom:30px;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
    color: #f9f9f9;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#fff;
    margin-right: 15px;
    font-size: 5px;
    position: relative;
    top: -4px;
}

.footer .btn.btn-link:hover {
    color:#eccf87 !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #f9f9f9;
	color:#f9f9f9;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.footer_p p{
	color:#f9f9f9;
	display:flex;
	align-items:center;
}
.footer_contact_icon i{
	font-size:24px;
}