@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

:root {
    --main-color: #c8b49b;
    --main-color-2: #c8b49bbf;
    --main-color-3: #c8b49b40;
    --body-color: #4b4b4b;
    --main-grey: #afafaf;
    --light-grey-2: #fafafa;
}


html , body {
    max-width: 100%;
    overflow-x:hidden;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: var(--body-color);
}
strong , b {
    font-weight: 700!important;
}
.ease , .ease * {
    -webkit-transition: all .5s ease-out!important;
    -moz-transition: all .5s ease-out!important;
    -o-transition: all .5s ease-out!important;
    transition: all .5s ease-out!important;
}

.cursor-pointer , .cursor-pointer * {
    cursor: pointer!important;
}

a {
    text-decoration: none!important;
    color: var(--body-color);
}
a:hover {
    color: var(--main-color);
}

* , *:focus {
    outline: none!important;
}

.crumbs ul {
	list-style: none;
	display: inline-table;
	padding: 0;
	margin: 0
}
.crumbs ul li {
	display: inline
}
.crumbs ul li a {
	display: inline-block;
	background: var(--light-grey-2);
	text-align: center;
	padding: 5px 15px 5px 40px;
	position: relative;
	margin: 0 5px 0 0;
	text-decoration: none;
	color: var(--main-color);
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 30px;
}
.crumbs ul li a:after {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid var(--light-grey-2);
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.crumbs ul li a:before {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	left: 0;
	top: 0
}
.crumbs ul li:first-child a:before {
	display: none
}
.crumbs ul li:first-child a {
	padding-left: 20px
}
.crumbs ul li:last-child a {
	padding-right: 20px;
	margin-right: 0
}
.crumbs ul li:last-child a:after {
	display: none
}
.crumbs ul li a:hover {
	background: var(--main-color);
	color: #fff
}
.crumbs ul li a:hover:after {
	border-left-color: var(--main-color);
	color: #fff
}
.crumbs ul li:last-child a {
	background: var(--main-color);
	color: #fff
}
.crumbs ul li:last-child a:after {
	border-left-color: var(--main-color);
	color: #fff
}
.flagtop {
    width: 1.5rem;
}
.navbar-section {
    background: transparent!important;
}
.navbar-toggler {
    border: none!important;
    outline: none;
    position: relative;
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
}
.nav-toggle {
	-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    z-index: 2;
}
.nav-toggle .nav-toggle-bar,.nav-toggle .nav-toggle-bar::after,.nav-toggle .nav-toggle-bar::before {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background: var(--main-color);
	content: '';
	height: 0.4rem;
	width: 100%
}

.nav-toggle .nav-toggle-bar {
	margin-top: 0
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 0.8rem
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -0.8rem
}
.nav-toggle.expanded .nav-toggle-bar {
	background: transparent!important
}
.nav-toggle.expanded .nav-toggle-bar::after,.nav-toggle.expanded .nav-toggle-bar::before {
	margin-top: 0
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

::-webkit-scrollbar {
    width: 5px!important;
}

::-webkit-scrollbar-track {
	background: #fff
}
::-webkit-scrollbar-thumb , ::-webkit-scrollbar-thumb:hover {
	background: var(--main-color)
}

.preloader {
    background-color: #fffffff2;
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.preloader .spinner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75px;
    height: 75px;
}
.preloader .spinner div {
    position: absolute;
    border: 3px solid var(--main-color);
    opacity: 1;
    border-radius: 50%;
    animation:spinner 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.preloader .spinner div:nth-child(2) {
    animation-delay: -0.5s; 
}

.preloader span {
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);   
}


.eweb_signature {
    background: #000;
    color: var(--main-grey);
    font-size: 0.75em;
    letter-spacing: 1.5px;
}

@keyframes spinner {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.navbar-brand img {
    height: 75px;
    width: 75px;
}

.first_section .carousel-item , .first_section .carousel-item img {
    object-position: center;
    object-fit: cover;
}

.carousel-caption {
    background: #00000080;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.carousel-caption div h2 {
    font-weight: 300;
    font-size: 3em;
}
.number h3 {
    font-size: 2.5em;
}
.first_section .go_down {
    left: 50%;
    bottom: 15px;
    font-size: 2em;
    color: #ffffffbf;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
.first_section .go_down:hover {
    color: #fff;
}

.carousel-caption div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.navbar-section a.nav-link {
    color: #ffffffbf;
    border-bottom: solid 2px transparent;
    border-top: solid 2px transparent;
    font-weight: 500;
}
.navbar-section a.nav-link:hover , .navbar-section a.nav-link.active {
    color: #ffffff;
    border-bottom: solid 2px #fff;
}

.navbar-section.after_scroll a.nav-link {
    color: var(--body-color);
}
.navbar-section.after_scroll a.nav-link:hover , .navbar-section.after_scroll a.nav-link.active {
    color: var(--main-color);
    border-bottom: solid 2px var(--main-color);
}



.progress {
    width: 200px;
    height: 200px !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    background: none;
    box-shadow: none;
  }
  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .progress .progress-left {
    left: 0;
  }
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .progress .progress-right {
    right: 0;
  }
  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 .75s linear forwards;
  }
  .progress .progress-bar {
    border-color: var(--main-color);
  }
  .progress .progress-left .progress-bar {
    animation: loading-1 .75s linear forwards .75s;
  }
  @keyframes loading-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }

.bg-light {
    background-color: var(--light-grey-2)!important;
}

.img-container .overlay {
    opacity: .5;
    background: var(--main-color-2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img-container:hover .overlay {
    opacity: 1;
}
.img-container .overlay span {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 2em;
}

.contact_icons {
    width: 75px;
    height: 75px;
    background: var(--main-color);
    border-radius: 50%;
    font-size: 2em;
}

.social_icons {
    width: 50px;
    height: 50px;
    color: var(--main-color);
    background: #fff;
    border-radius: 50%;
    font-size: 1.25em;
    border: solid 2px var(--main-color)
}

.contact_icons::before , .social_icons::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.form_section {
    background: url("../../images/main/contact_section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.form_section::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}
.form-control {
    border-radius: 0;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 0.2rem var(--main-color-3);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--main-color-3);
}
.btn-theme {
    background: var(--main-color);
    color: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--main-color);
}

.custom-control-input:active~.custom-control-label::before {
    background-color: var(--main-color-3);
}

.categories a.nav-link {
    color: var(--main-grey);
    border-top: solid 1px var(--main-grey);
    border-bottom: solid 1px var(--main-grey);
    /* height: 56px;     */
    display: flex;
}

h5.card-title {
    height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-text {
    height: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.card-body::after {
    content: '';
    border: 1px solid var(--body-color);
    top: calc(1.25rem + 21px + 7px);
    left: 1.25rem;
    position: absolute;
    width: 25%;
}
.prim_color {
    color: var(--main-color);
}

.main_title {
    font-size: 2rem;
    font-weight: 500;
}

.share_icon {
    height: 35px;
    width: 35px;
    border-radius: .25rem;
}
.share_icon span , .share_icon span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.share_icon.fb {
    background-color: #3b5998;
}
.share_icon.in {
    background-color: #0e76a8;
}
.share_icon.tw {
    background-color: #00acee;
}
.share_icon.wa {
    background-color: #52ca50;
}
.share_icon.fb:hover {
    background-color: #3b599880;
}
.share_icon.in:hover {
    background-color: #0e76a880;
}
.share_icon.tw:hover {
    background-color: #00acee80;
}
.share_icon.wa:hover {
    background-color: #52ca5080;
}
.main_title::after {
    content: '';
    border: 2px solid var(--main-color);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 25%;
}
.categories a.nav-link span {
    margin: auto;
    display: block;
}
.categories a.nav-link:hover , .categories a.nav-link.active {
    color: var(--main-color);
    border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
}

.categories a.nav-link.active {
    font-weight: 700;
}


@media screen and (min-width: 1200px) {
    .navbar-section.after_scroll {
        background: #fff!important;    
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
    .central_img {
        position: absolute;
        top: -3rem;
        left: -3rem;
        width: calc(100% + 6rem);
        z-index: 1;
        max-width: unset;
    }
}
@media screen and (max-width: 1200px) {
    .navbar-section {
        background: #fff!important;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
    .navbar-section a.nav-link {
        color: var(--body-color)!important;
    }
    .navbar-section a.nav-link:hover , .navbar-section a.nav-link.active {
        color: var(--main-color)!important;
        border-bottom: solid 2px var(--main-color)!important;
    }
}

@keyframes bounce {
	20%,
	55%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0) translateX(-50%)
	}
	40%,
	45% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0) translateX(-50%)
	}
	75% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0) translateX(-50%)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0) translateX(-50%)
	}
}

.op_lang {
    opacity: .5;
}

p img {
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}