@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;800&display=swap');


body {
	font-family: 'Source Sans Pro', sans-serif;
	background: url(../images/body-bg.png);
	background-size: cover;
}


.overflowSection {
	overflow: hidden;
}


a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}


.btn {	
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #0e2e17;
	padding: 8px 25px;
	border-radius: 31px;
	border: none;
}

.btn-gradiant {
  background : -moz-linear-gradient(69.65% 201.36% 120deg,rgba(123, 79, 41, 1) 0%,rgba(195, 154, 94, 1) 45.57%,rgba(249, 240, 203, 1) 72.08%,rgba(225, 201, 154, 1) 83.23%,rgba(203, 167, 111, 1) 94.35%,rgba(195, 154, 94, 1) 100%);
  background : -webkit-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
  background : -webkit-gradient(linear,69.65% 201.36% ,39.03% -34.49% ,color-stop(0,rgba(123, 79, 41, 1) ),color-stop(0.4557,rgba(195, 154, 94, 1) ),color-stop(0.7208,rgba(249, 240, 203, 1) ),color-stop(0.8323,rgba(225, 201, 154, 1) ),color-stop(0.9435,rgba(203, 167, 111, 1) ),color-stop(1,rgba(195, 154, 94, 1) ));
  background : -o-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
  background : -ms-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
  background : linear-gradient(-30deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
  border-radius : 31px;
  -moz-border-radius : 31px;
  -webkit-border-radius : 31px;
  padding: 20px 33px;
}

.btn-gradiant span {
	display: block;
	font-size: 14px;
	line-height: 14px;
}

.btn:hover {
	background: #0e2e17;
	color: #FFFFFF;
}

.btn-border {
	padding: 20px 43px;
	position: relative;
	background : -moz-linear-gradient(69.65% 201.36% 120deg,rgba(123, 79, 41, 1) 0%,rgba(195, 154, 94, 1) 45.57%,rgba(249, 240, 203, 1) 72.08%,rgba(225, 201, 154, 1) 83.23%,rgba(203, 167, 111, 1) 94.35%,rgba(195, 154, 94, 1) 100%);
	background : -webkit-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
	background : -o-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
	background : -ms-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
	background : linear-gradient(-30deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
	z-index: 99;
	color: #c39a5e;
}

.btn-border:after {
	position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: -1;
    margin: 2px;
    background: #0e2e17;
	border-radius : 31px;
	-moz-border-radius : 31px;
	-webkit-border-radius : 31px;
}


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.whats-app {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 999;
}

.whats-app img {
	width: 84px;
}

p {
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
}

.main-title {
	font-family: "BitterBold";
	font-size: 100px;
	line-height: 100px;
	color: #FFFFFF;
	text-align: center;
}

.main-title span {
	font-family: "BitterRegular";
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
}
.main-title h6 {
	font-family: "BitterRegular";
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
}

.main-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.section-title {
	font-family: "BitterBold";
	font-size: 60px;
	line-height: 50px;
	color: #c39a5e;
}

.section-title span {
	font-family: "BitterRegular";
	font-size: 40px;
	line-height: 40px;
	color: #c39a5e;
	
}

.section-title h6 {
	font-family: "BitterBold";
	font-size: 40px;
	line-height: 40px;
	color: #c39a5e;
	display: inline-block;
}

.section-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}


.logo {
	text-align: center;
	padding: 56px 0 38px;
}

.main-item .img img {
	width: 100%;
}

.main-item ul {
	display: block;
	padding: 0 0 150px;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	margin: 0 auto;
}

.main-item ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

.main-item ul li h2 {
	font-size: 100px;
	line-height: 73px;
	letter-spacing: -0.5px;
	color: #0e2e17;
	margin: 0;
	font-family: "BitterBold";
}

.main-item ul li span {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.5px;
	color: #0e2e17;
	margin: 0;
	font-family: "BitterRegular";
	display: block;
}

.main-item {
	position: relative;
}

.main-slider .slick-arrow {
	position: absolute;
	background-color: #C39A5E;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 1;
}

.main-slider .slick-arrow:hover {
	background-color: #FFFFFF;
}

.main-slider .slick-arrow svg path {
	fill: #006737;
}

.main-slider .slick-arrow.slick-prev {
	left: 6%;
}

.main-slider .slick-arrow.slick-next {
	right: 6%;
}

.main-item .main-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 45px 0 0;
	/* display: flex;
    align-items: center;
    justify-content: center; */
}

.banner-btn .btn-gradiant {
	margin-right: 32px;
	margin-right: 12px;
	padding: 12px 30px;
}

.main-content .text-block {
	max-width: 580px;
	margin: 0 auto;
	text-align: center;
}

.main-content .text-block p {
	font-size: 16px;
	line-height: 28px;
	color: #c39a5e;
	font-family: "BitterRegular";
	margin: 0 0 60px;
}

.banner-title {
	font-size: 90px;
	line-height: 90px;
	letter-spacing: -0.5px;
	color: #0e2e17;
	margin: 0;
	font-family: "BitterBold";
}

.banner-title * {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}

.banner-title span {
	font-family: "BitterLight";
}

.slide2 .btn-gradiant {
	
}
.slide2 .text-block {
	max-width: 640px;
}
.slide2 {
	text-align: center;
}

.slide2 .text-block p {
	color: #0e2e17;
	font-size: 16px;
    margin: 0 0 20px;
}

.slide2 .text-block h5 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	font-family: "BitterRegular";
	color: #0e2e17;
}

.place-block img {
	margin: 0 auto;
}
.place-block {
	text-align: center;
}
.place-block span {
	font-size: 16px;
	line-height: 20px;
	font-family: "BitterRegular";
	color: #c39a5e;
	display: block;
}

.slide2 .banner-btn {
	padding: 40px 0 0;
}

.wondor-sec {
	background: #0e2e17;
	padding: 60px 0 0;
}
.wondor-inner {
	position: relative;
}

.signature {
	position: absolute;
	top: 40px;
    left: -70px;
	top: 0px;
}
.wondor-sec .text-block {
	text-align: center;
	padding: 20px 0 110px;
}

.wondor-sec .text-block p {
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	font-family: "BitterRegular";
	margin: 0;
}

.wondor-block {
	position: relative;
	cursor: pointer;	
}

.wondor-block .w-img img {
	width: 100%;
	height: 188.99px;
    object-fit: cover;
}
.wondor-block .w-detail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: ease-in-out 0.2s;
	background: rgb(0 0 0/ 0.3);
}
.wondor-block:hover .w-detail {
	opacity: 1;
}

.wondor-block .w-detail h3 {
	font-size: 50px;
	line-height: 50px;
	color: #e5c78d;
	margin: 0;
	font-family: "BitterBold";
	text-shadow: 2px 2px 2px #000;
}

.wondor-block .w-detail span {
	font-size: 30px;
	line-height: 30px;
	color: #e5c78d;
	margin: 0;
	font-family: "BitterRegular";
	display: block;
	text-shadow: 2px 2px 2px #000;
}

.fixtures-sec {
	/* padding: 50px 0 0; */
}



.fixtures-sec .main-title ,
.fixtures-sec .main-title h6 {
	color: #c39a5e;
}

.fixtures-sec .text-block {
	text-align: center;
	padding: 0 0 85px;
	max-width: 670px;
	margin: 0 auto;
	position: relative;
}

.fixtures-sec .text-block p {
	font-size: 16px;
	line-height: 30px;
	color: #c39a5e;
	font-family: "BitterRegular";
	margin: 20px 0 0;
}


.fix-inner {
	padding: 50px 25px 0;
	position: relative;
}

.fix-inner:after {
	position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: -1;
	background: url("../images/f-border.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.fixtures-sec .new {
	position: absolute;
    right: -100px;
    top: 80px;
}

.fix-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
	z-index: 99;
}

.fix-slider {
	margin-bottom: 24px;
}
.fix-slider:last-child {
	margin: 0;
}
.fix-slider .slick-arrow svg {
	width: 25px;
}
.fix-slider .slick-next {
	right: 20px;
}

.fix-slider .slick-prev {
	left: 20px;
}

.fixtures-sec .section-title {
	padding:  0 0 40px;
}

.fixtures-sec .section-title span {
	display: block;
}

.fixture-left {
	margin-bottom: -40px;
}

.fixture-right {
	padding: 140px 0 0;
}

.fixtures-sec ul {
	padding: 0 0 0 20px;
    margin: 0;
}
.fixtures-sec ul li {
	font-size: 16px;
	line-height: 20px;
	color: #c39a5e;
	font-family: "BitterRegular";
	padding: 0 0 15px;
	padding-left: 5px;	
}
.fixtures-sec .fix-inner {
	position: relative;
}



.fixtures-sec .register-block {
	padding: 155px 0 0;
}

.fixtures-sec .register-block .register-btn {
	position: absolute;
	left: 30px;
    top: -30px;
}

.fixtures-sec .register-block .fixture-right {
	padding: 35px 0 0;
}

.fixtures-sec .register-block .section-title span {
	display: inline-block;
}

.fixtures-sec .register-block .fix-inner {
	padding-bottom: 130px;
	padding-top: 40px;
}

.fixtures-sec .register-block .fix-inner:after {
	bottom: -50px;
	top: 0;
}


.connected-sec {
  background : -moz-linear-gradient(-2.41% -42.24% -36.72deg,rgba(120, 77, 40, 1) 7.61%,rgba(167, 125, 74, 1) 35.14%,rgba(195, 154, 94, 1) 54.23%,rgba(191, 150, 91, 1) 63.38%,rgba(179, 138, 83, 1) 72.6%,rgba(160, 118, 69, 1) 81.85%,rgba(132, 90, 49, 1) 91.07%,rgba(120, 77, 40, 1) 94.54%);
  background : -webkit-linear-gradient(-36.72deg, rgba(120, 77, 40, 1) 7.61%, rgba(167, 125, 74, 1) 35.14%, rgba(195, 154, 94, 1) 54.23%, rgba(191, 150, 91, 1) 63.38%, rgba(179, 138, 83, 1) 72.6%, rgba(160, 118, 69, 1) 81.85%, rgba(132, 90, 49, 1) 91.07%, rgba(120, 77, 40, 1) 94.54%);
  background : -webkit-gradient(linear,-2.41% -42.24% ,113.21% 161.24% ,color-stop(0.0761,rgba(120, 77, 40, 1) ),color-stop(0.3514,rgba(167, 125, 74, 1) ),color-stop(0.5423,rgba(195, 154, 94, 1) ),color-stop(0.6338,rgba(191, 150, 91, 1) ),color-stop(0.726,rgba(179, 138, 83, 1) ),color-stop(0.8185,rgba(160, 118, 69, 1) ),color-stop(0.9107,rgba(132, 90, 49, 1) ),color-stop(0.9454,rgba(120, 77, 40, 1) ));
  background : -o-linear-gradient(-36.72deg, rgba(120, 77, 40, 1) 7.61%, rgba(167, 125, 74, 1) 35.14%, rgba(195, 154, 94, 1) 54.23%, rgba(191, 150, 91, 1) 63.38%, rgba(179, 138, 83, 1) 72.6%, rgba(160, 118, 69, 1) 81.85%, rgba(132, 90, 49, 1) 91.07%, rgba(120, 77, 40, 1) 94.54%);
  background : -ms-linear-gradient(-36.72deg, rgba(120, 77, 40, 1) 7.61%, rgba(167, 125, 74, 1) 35.14%, rgba(195, 154, 94, 1) 54.23%, rgba(191, 150, 91, 1) 63.38%, rgba(179, 138, 83, 1) 72.6%, rgba(160, 118, 69, 1) 81.85%, rgba(132, 90, 49, 1) 91.07%, rgba(120, 77, 40, 1) 94.54%);
  background : linear-gradient(126.72deg, rgba(120, 77, 40, 1) 7.61%, rgba(167, 125, 74, 1) 35.14%, rgba(195, 154, 94, 1) 54.23%, rgba(191, 150, 91, 1) 63.38%, rgba(179, 138, 83, 1) 72.6%, rgba(160, 118, 69, 1) 81.85%, rgba(132, 90, 49, 1) 91.07%, rgba(120, 77, 40, 1) 94.54%);
  padding: 50px 0 20px;
}

.connected-text .section-title {
	padding: 0 0 30px;
}

.connected-text {
	padding-left: 30px;
}

.connected-text .section-title span,
.connected-text .section-title {
	color: #0e2e17;
}

.connected-text p {
	font-size: 16px;
	line-height: 30px;
	color: #0e2e17;
	margin: 0;
	font-family: "BitterRegular";
	max-width: 440px;	
}

.connect-img {
	margin-top: -190px;
    margin-right: -30px;
	padding-left: 40px;
	text-align: right;
}



.testimonial .main-title ,
.testimonial .main-title h6 {
	color: #c39a5e;
}
.testimonial .text-block {
	text-align: center;
	padding: 30px 0;
	max-width: 670px;
	margin: 0 auto;
	position: relative;
}

.testimonial {
	padding: 30px 0 90px;
}

.testimonial .text-block p {
	font-size: 16px;
	line-height: 30px;
	color: #c39a5e;
	font-family: "BitterRegular";
	margin: 10px 0 0;
}


.t-item .t-detail h6 {
	font-size: 16px;
	line-height: 16px;
	color: #c39a5e;
	font-family: "BitterSemiBold";
	margin: 0;
}

.t-item .t-detail {
	display: flex;
	flex-direction: column;
}
.t-item .t-detail span {
	font-size: 14px;
	line-height: 14px;
	color: #c39a5e;
	font-family: "BitterLight";
	margin: 0;
	display: block;
}

.t-item .text {
	position: relative;
	padding: 12px 37px;
	margin-bottom: 43px;
}

.t-item .text:before {
	content: "‘‘";
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 70px;
	line-height: 70px;
	font-weight: 600;
	color: #c39a5e;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: -4px;
	opacity: 0.7;
	display: none;
}

.t-item .text:after {
	opacity: 0.7;
	content: "‘‘";
	position: absolute;
	bottom: -10px;
    right: 0px;
	font-size: 70px;
	line-height: 70px;
	font-weight: 600;
	color: #c39a5e;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: -4px;
	display: none;
}

.t-item .text p {
	font-size: 14px;
	line-height: 22px;
	color: #c39a5e;
	margin: 0;
	font-family: "BitterRegular";
}

.t-item {
	display: flex !important;
	height: auto;
}

.t-item .t-img {
	max-width: 121px;
	flex: 0 0 121px;
}

.t-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
	z-index: 99;
}

.t-slider .slick-arrow svg polyline {
	stroke: #006737;
}

.t-slider .slick-arrow svg {
	width: 25px;
}

.t-slider .slick-next {
	right: -40px;
}

.t-slider .slick-prev {
	left: -40px;
}

.t-item .name {
	padding-left: 40px;
	margin-top: auto;
}

.t-slider .slick-track {
    display: flex !important;
}

.register-box {
	position: relative;
	padding: 60px 25px;
	padding-left: 3px;
}

.register-box:after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: -1;
    background: url(../images/f-border.png);
    background-repeat: no-repeat;
	background-size: 100% 100%;
}


.register-box .logo {
	padding: 85px 50px;
	position: relative;
	background : -moz-linear-gradient(69.65% 201.36% 120deg,rgba(123, 79, 41, 1) 0%,rgba(195, 154, 94, 1) 45.57%,rgba(249, 240, 203, 1) 72.08%,rgba(225, 201, 154, 1) 83.23%,rgba(203, 167, 111, 1) 94.35%,rgba(195, 154, 94, 1) 100%);
	background : -webkit-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
	background : -o-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
	background : -ms-linear-gradient(120deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
	background : linear-gradient(-30deg, rgba(123, 79, 41, 1) 0%, rgba(195, 154, 94, 1) 45.57%, rgba(249, 240, 203, 1) 72.08%, rgba(225, 201, 154, 1) 83.23%, rgba(203, 167, 111, 1) 94.35%, rgba(195, 154, 94, 1) 100%);
	z-index: 99;
	color: #c39a5e;
	border-radius : 0 30px 30px 0;
	margin-right: -73px;
    z-index: 999;
}

.register-box .logo:after {
	position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: -1;
    margin: 15px;
    background: #0e2e17;
	border-radius : 0 30px 30px 0;
	margin-left: 0;
}


.register-form {
	position: relative;
	background : rgba(139, 91, 47, 0.3);
	
	padding: 32px 35px 30px 120px;
	border-radius : 19px;
	-moz-border-radius : 19px;
	-webkit-border-radius : 19px;
	z-index: 99;
}
.register-form::after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: -1;
	background: rgba(0, 103, 55, 0.4);	
	border-radius : 19px;
	-moz-border-radius : 19px;
	-webkit-border-radius : 19px;
}

.register-box .section-title span, 
.register-box .section-title h6 {
	font-size: 30px;
	line-height: 30px;
}

.register-box .text-block p {
	font-size: 14px;
	line-height: 22px;
	color: #c39a5e;
	font-family: "BitterRegular";
	margin: 20px 0;
}
.form-group {
	margin: 0 0 15px;
}
.form-group label {
	font-size: 10px;
	line-height: 12px;
	color: #c39a5e;
	font-family: "BitterBold";
	margin: 0 0 5px;
	display: block;
}

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

.form-group p {
	font-size: 12px;
	line-height: 16px;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
	margin: 0;
}

.form-control {
	font-size: 12px;
	line-height: 12px;
	color: #c39a5e;
	font-weight: 300;
	margin: 0;
	height: 28px;
	padding: 5px;
	border: 1px solid #C39A5E;
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
	color: #fff;
}


.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFFFFF;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #FFFFFF;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #FFFFFF;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #FFFFFF;
}

.form-check label {
	font-size: 12px;
	font-family: "BitterRegular";	
	margin: 0;
	cursor: pointer;
	display: block;
	line-height: 20px;
}

.form-check-input[type=checkbox] {
	border-radius: 0;
	height: 13px;
	width: 13px;
	border: 1px solid #c39a5e;
	background-color: transparent;
	box-shadow: none !important;
}

.form-check {
	min-height: auto;
}

.form-check-input:checked {
	background-color: #c39a5e;
	border-color: #c39a5e;
}

.privacy .form-check label {
	font-family: 'Source Sans Pro', sans-serif;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
}

.privacy .form-check-input[type=checkbox] {
	border: 1px solid #fff;
}


.privacy .form-check-input:checked {
	background-color: #c39a5e;
	border-color: #c39a5e;
}

.register-box .btn-border {
	font-size: 14px;
    line-height: 14px;
    padding: 14px 26px;
}

.footer {
	font-family: 'Montserrat', sans-serif;
	padding: 25px 0;
}

.f-left {
	display: flex;
}

.f-left .f-logo {
	max-width: 100px;
	flex: 0 0 100px;
	margin-right: 22px;
}

.f-detail h6 em {
	font-style: normal;
	font-size: 7px;
    line-height: 7px;
    font-weight: 500;
}
.f-detail h6 {
	font-size: 16px;
	line-height: 21px;
	font-weight: 800;
	margin: 0;
	color: #fff;
}

.f-detail p {
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	margin: 0;
	color: #fff;
}

.f-detail p span {
	font-weight: 700;
	display: block;
}

.f-right {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.f-right ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-right: 15px;
}

.f-right ul li {
	display: block;
	list-style-type: none;
	padding: 0 5px;
	margin: 0;
}
.f-right ul li a svg {
	width: 28px;
	height: auto;
}

.f-right .f-number {
	border-left: 1px solid #c39a5e;
	padding-left: 20px;
}

.f-right .f-number a {
	display: block;
}
.f-right .f-number .number {
	font-size: 37px;
	line-height: 37px;
	color: #c39a5e;
	text-decoration: none;
	font-family: "BitterLight";
}

.f-right .f-number .website {
	font-size: 18px;
	line-height: 18px;
	color: #c39a5e;
	text-decoration: none;
	font-weight: 700;
}

.f-right .f-number a:hover {
	color: #e5c78d !important;
}
.f-right ul li a:hover svg path  {
	fill: #e5c78d !important;
}

.form-control:focus {
	color: #fff;
}

/*==========contact-form-error start===============*/

label.error {
    color: #e52a2a !important;
    font-size: 12px !important;
}


/*==========contact-form-error end===============*/

/*===========01/02/2023==========================*/
.footer-upper h5 {
	font-family: "BitterBold";
	font-size: 17px;
    line-height: 18px;
	color: #fff;
	text-align: center;
	margin: 0;
}

.footer-upper {
	padding: 20px 0;
}

.register-right {
	position: relative;
}

.register-right .register-text {
	position: absolute;
    bottom: -4px;
    right: 9px
}

.register-right .register-text a {
	font-size: 8px;
	line-height: 10px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
	background-color: #c39a5e;
	padding: 0 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.register-right .register-text a:hover {
	color: #fff;
}
