html{
	font-size: 62.5%;
    overflow-x: hidden !important;
}
body{
	font-size: 1.6rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    background: #F1E4DA;
    overflow-x: hidden !important;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li a,a{
	text-decoration: none;
}
h1{

}
h2{
	font-size: 48px;
	line-height: 62px;
	font-weight: 700;
}
h3{
	font-size: 32px;
	line-height: 41.5px;
	font-weight: 700;
}
h5{
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}
p{
	font-size: 20px;
}
/*===========================  Start Header Section  ===========================*/
.header_main{
	padding: 23.5px 0px;
	background: #F1E4DA;
}
.header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.logo a img{
	width: 169px;
	height: auto;
}
.menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu ul li a{
	color: #115934;
	margin-right: 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.menu ul li a:hover{
	color: #F26522;
}
.menu ul li:last-child a{
	margin-right: 0px;
}
.main_menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.menu_btn{
	display: none;
}
.dropdown-switch-language .btn-switch {
    padding: 16px;
    border: 1px solid #115934;
    border-radius: 12px;
	background-color: transparent;
	color: #115934;
    transition: 0.2s;
	display: inline-block;
    margin-right: 1.5rem;
}
.dropdown-switch-language .btn-switch:hover {
    background-color: #115934;
    color: #fff;
}
.dropdown-switch-language .dropdown-menu {
    border: 1px solid #A9A9A9;
    background-color: #F1E4DA;
    min-width: 16rem;
    border-radius: 10px;
    margin-top: 6px;
}
.dropdown-switch-language .dropdown-menu .dropdown-item {
    color: #6B6B6B;
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #A9A9A9;
}
.dropdown-switch-language .dropdown-menu .dropdown-item:last-of-type {
    border-bottom: 0px;
}
.dropdown-switch-language .dropdown-menu .dropdown-item:hover,
.dropdown-switch-language .dropdown-menu .dropdown-item:active,
.dropdown-switch-language .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: #115934;
}
.dropdown-switch-language .dropdown-menu .dropdown-item.active::before {
  position: absolute;
  right: 1.6rem;
  content: '✓';
  font-weight: 600;
}
.button_style{
	padding: 16px 32px;
	background: #115934;
	color: #FFF;
	font-weight: 600;
	border-radius: 12px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: inline-block;
}
.button_style:hover{
	background: #F26522;
	color: #FFF;
}
/*Start Mobile Menu icon*/
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 22px;
	height: 19px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000000;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: -2px;
	left: 2px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	left: 2px;
}
/*End Mobile Menu icon*/
.menu_icon{
	display: none;
}
/*===========================  End Header Section  ===========================*/

/*===========================  Start Banner Section  ===========================*/
.banner_main{
	background: #F1E4DA;
}
.banner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.banner_contents {
	max-width: 494px;
	width: 100%;
	position: relative;
}
.banner_title{
	position: relative;
	z-index: 2;
}
.banner_title_pos {
	position: absolute;
	top: -15px;
	left: 13px;
	z-index: -1;
}
.banner_title_pos img {
	width: 140px;
	height: auto;
}
.banner_contents h2{
	color: #115934;
}
.banner_contents h2 span{
	color: #F26522;
}
.banner_contents h5{
	margin: 25px 0px;
	color: #115934;
}
.banner_contents h5 span{
	font-weight: 700;
}
.banner_video{
	max-width: 630px;
	width: 100%;
	height: 350px;
	border-radius: 16px;
}
.banner_video iframe{
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
/*===========================  End Banner Section  ===========================*/

/*===========================  Start About-chup Section  ===========================*/
.about_main{
	padding: 80px 0px 140px 0px;
	background: #115934;
}
.about_contents_all {
	max-width: 1120px;
	margin: auto;
}
.aboutchup_title h2 img{
	width: 126px;
	height: auto;
	margin-left: 5px;
}
.aboutchup_title h2 {
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.aboutchup_title{
	text-align: center;
	margin: auto;
}
.aboutchup_title h5{
	color: #FFF;
	font-weight: 400;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: #000;
	margin-top: 4px;
}
.absingle_text {
	max-width: 480px;
}
.absingle_text_p p{
	line-height: 30px;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: #000;
	color: #FFF;
}
.about_contents_single{
	margin-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 2;
}
.about_contents_single_pos {
	position: absolute;
	bottom: -163px;
	right: 400px;
	z-index: -1;
}
.aboutcsp_2 {
	bottom: -147px;
	right: 536px;
}
.aboutcsp_3 {
	bottom: -175px;
	right: 412px;
}
.about_contents_single_pos img{
	width: 189px;
	height: auto;
}
.absingle_image {
	max-width: 600px;
}
.absingle_image img{
	width: 100%;
	height: auto;
}
.absingle_image3 img{
	max-width: 600px;
}
.absingle_image4 img{
	max-width: 600px;
}
.absingle_text_p p span{
	text-transform: capitalize;
	font-weight: 700;
}
.about_btn{
	margin-top: 25px;
}
.about_btn a{
	border: 1px solid transparent;
}
.about_btn a:hover{
	border: 1px solid #115934;
}
/*===========================  End About-chup Section  ===========================*/

/*===========================  Start How-chup-work Section  ===========================*/
.how_chup_work_main{
	padding: 157px 0px 120px 0px;
	background: #F1E4DA;
}
.how_chup_work_top_box {
	padding: 56px 114px 56px 114px;
	background: #115934;
	border-radius: 50px;
	position: relative;
	z-index: 2;
}
.how_chup_work_top_box_pos1 {
	position: absolute;
	top: -38px;
	left: 28px;
	z-index: -1;
}
.how_chup_work_top_box_pos1 img{
	width: 178px;
	height: auto;
}
.how_chup_work_top_box_pos2 {
	position: absolute;
	bottom: -44px;
	right: 65px;
}
.how_chup_work_top_box_pos2 img{
	width: 302px;
	height: auto;
}
.how_chup_work_top_box h2{
	text-align: center;
	line-height: 56px;
	color: #F1E4DA;
}
.how_chup_work_top_box h2 img{
	width: 126px;
	height: auto;
}
.hcwtb_btn{
	margin-top: 32px;
	text-align: center;
}
.hcwtb_btn a{
	background: #F26522;
	border: 1px solid transparent;
	padding: 15px 31px;
}
.hcwtb_btn a:hover{
	background: #115934;
	border: 1px solid #F26522;
}


.how_chup_work_section{
	margin-top: 165px;
}
.how_chup_work_section_title {
	text-align: center;
	max-width: 830px;
	margin: auto;
	margin-bottom: 40px;
}
.how_chup_work_section_title h2{
	color: #F26522;
}
.how_chup_work_section_title h2 img{
	width: 136px;
	height: auto;
}
.how_chup_work_section_title h2 span img{
	width: 35px;
	height: auto;
}
.how_chup_work_section_title h5{
	margin-top: 12px;
	color: #115934;
}

.how_chup_work_box_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.how_chup_work_single{
	margin-top: 40px;
	max-width: 378px;
	width: 100%;
}
.how_chup_work_single_img{
	width: 100%;
	height: 300px;
	background: #F1DBCA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 12px;
}
.how_chup_work_single_img img{
	width: 252px;
	height: auto;
}
.how_chup_work_single_content p{
	margin-top: 16px;
	color: #115934;
	text-align: center;
}
.how_chup_work_box_all2 {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
/*===========================  End How-chup-work Section  ===========================*/

/*===========================  Start Choose Section  ===========================*/
.choose_main{
	background: #F26522;
}
.chtc_img img{
	width: 27.50px;
	height: auto;
	margin-right: 37px;
}
.chtc_con h3{
	color: #000000;
	text-transform: capitalize;
}
.chtc_con h5{
	color: #000000;
	margin-top: 12px;
}
.chtc_con{
	max-width: 670px;
}
.choose_top_image img{
	max-width: 340px;
	width: 100%;
	height: auto;
}
.choose_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.choose_top_content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.choose_single_icon {
	width: 138px;
	height: 138px;
	background: #D6E9E0;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: auto;
}
.choose_single_icon img{
	width: 48px;
	height: auto;
}
.choose_single_contents{
	margin-top: 24px;
	text-align: center;
}
.choose_single_contents p{
	font-weight: 500;
	color: #000000;
}
.choose_single_contents p:last-child{
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	margin-top: 16px;
	font-weight: 400;
}
.choose_single{
	margin-top: 70px;
	max-width: 220px;
	width: 100%;
}
.choose_boxs_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.choose_pos4 {
	display: none;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
}
.choose_pos4 img {
	width: 190px;
}
.choose_pos3 {
	display: none;
	position: absolute;
	top: -6px;
	right: 0;
	z-index: -1;
}
.choose_pos3 img {
	width: 185px;
}
.chtc_img_mob{
	display: none;
}
.chtc_img_mob img{
	width: 175px;
}
/*===========================  End Choose Section  ===========================*/

/*===========================  Start Why-chup-work Section  ===========================*/
.why_chup_work_main{
	background: #FBF7F4;
}
.wcwst{
	max-width: 630px;
}
.why_chup_work_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.why_chup_work_single, .why_chup_work_single_v2{
	margin-top: 40px;
	max-width: 378px;
	width: 100%;
	background: #F1E4DA;
	border-radius: 12px;
}
.why_chup_work_single_img{
	width: 100%;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.why_chup_work_single_img img{
	max-width: 252px;
	width: 100%;
	height: auto;
}
.whycws2 img{
	max-width: 158px;
}
.whycws4 img{
	max-width: 208px;
}
.why_chup_work_single_contents{
	width: 100%;
	padding: 0px 32px 24px 32px;
}
.why_chup_work_single_contents h5, .scwsv2_contents h5{
	color: #115934;
	font-weight: 500;
	text-align: center;
}
.why_chup_work_single_contents p, .scwsv2_contents p{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #115934;
	text-align: center;
	margin-top: 16px;
}
.scwsv2_contents h5{
	text-align: left;
}
.scwsv2_contents p{
	text-align: left;
}
.scwsv2_img{
	height: 300px;
	max-width: 385px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.scwsv2_img img{
	width: 252px;
}
.why_chup_work_single_v2{
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
/*===========================  End Why-chup-work Section  ===========================*/

/*===========================  Start Chup INDUSTRY Section  ===========================*/
.chup_industry_main{
	background: #F26522;
}
.section_padding{
	padding: 120px 0px;
}
.chup_industry_title h2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #000000;
}
.chup_industry_title h2 img{
	max-width: 342px;
	width: 100%;
}
.chup_industry_single_img{
	width: 240px;
	height: 240px;
	background: #F1E4DA;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.chup_industry_single_img img{
	height: 120px;
	width: auto;
}
.chup_industry_single{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 80px;
}
.chup_industry_single_contents h5{
	text-align: center;
	color: #000000;
	font-weight: 500;
	max-width: 200px;
	margin: auto;
	margin: 32px 0px 0px 0px;
}
.chup_industry_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
/*===========================  End Chup INDUSTRY Section  ===========================*/

/*===========================  Start How-can-chup Section  ===========================*/
.how_can_chup_all{
	margin-top: 40px;
}
.how_can_chup_single{
	margin-top: 40px;
	max-width: 378px;
	width: 100%;
}
.how_can_chup_single_img{
	height: 300px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.how_can_chup_single_img img{
	width: 252px;
	height: auto;
}
.how_can_chup_single_contents h5{
	color: #115934;
	font-weight: 500;
	text-align: center;
	max-width: 315px;
	margin: auto;
}
.how_can_chup_single_contents p{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #115934;
	max-width: 315px;
	margin: auto;
	margin-top: 16px;
}
.how_can_chup_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.how_can_chup_allv2{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 0px;
}


.how_can_your_perfect {
	margin-top: 258px;
	padding: 61px 90px;
	background: #115934;
	position: relative;
	border-radius: 50px;
}
.how_can_your_perfect a img{
	width: 181px;
	height: auto;
}
.how_can_your_perfect h2{
	color: #FFF;
	margin-top: 24px;
	max-width: 562px;
	color: #F1E4DA;
}
.how_can_your_perfect_pos{
	position: absolute;
	bottom: 0;
	right: 0;
}
.how_can_your_perfect_pos img{
	max-width: 518px;
	width: 100%;
	height: auto;
}
/*===========================  End How-can-chup Section  ===========================*/

/*===========================  Start chup-vs-others Section  ===========================*/
.chup_vs_others_main{
	background: #FFF;
}
.chvsot_title h5 {
	max-width: 790px;
}
.chvsot_title h2 img {
	width: 136px;
	height: auto;
	margin-top: -11px;
}
.chup_vs_others_single_content{
	width: 100%;
	height: 56px;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.cvsosctext{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.cvsoscbg{
	background: rgba(17, 89, 52, 0.1);
}
.cvsoscbg2{
	background: rgba(255, 255, 255, 0.12);
}
.chup_vs_others_single_content p{
	color: #115934;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0px 16px;
}
.chup_vs_others_all{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 80px;
}
.chup_vs_others_single{
	border-radius: 2px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
}
.cvso_sinlge2{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 26%;
	        flex: 0 0 26%;
}
.cvso_sinlge4{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 23%;
	        flex: 0 0 23%;
}
.chup_vs_others_single_content img{
	width: 32px;
	height: auto;
}
.cvso_sinlge4{
	background: #115934;
	border-radius: 15px;
}
.cvsosc_ttext span{
	color: #FBF7F4;
	font-size: 34px;
	line-height: 51px;
	font-weight: 500;
}
.cvsosc_ttext {
	height: 70px;
}
.cvsosc_ttext h5{
	color: #115934;
	font-weight: 500;
}
/*===========================  End chup-vs-others Section  ===========================*/

/*===========================  Start Our Policy Section  ===========================*/
.our_policy_main{
	background: #115934;
}
.our_policy_title h2{
	color: #F1E4DA;
}
.our_policy_title h5{
	color: #C4DBCF;
	margin-top: 12px;
}
.our_policy_contents{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 40px;
}
.our_policy_single{
	margin-top: 40px;
}
.our_policy_single p{
	color: #F1E4DA;
	font-size: 20px;
	margin-top: 16px;
}
.our_policy_single h1{
	font-size: 96px;
	line-height: 124px;
	font-weight: 700;
	color: #F1E4DA;
}
.our_policy_single img {
	max-width: 318px;
	width: 100%;
	display: block;
}
/*===========================  End Our Policy Section  ===========================*/

/*===========================  Start FAQ Section  ===========================*/
.faq_main{
	background: #FBF7F4;
}
.faq_sctn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.faq_sctn_title img{
	width: 139px;
	height: auto;
	margin-right: 56px;
}
.faq_sctn_faqs_all{
	max-width: 958px;
	width: 100%;
}

.myaccordion {
  max-width: 100%;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
	border-bottom-color: #EDEFF0;
	background: transparent;
}
.card {
	border: none;
	outline: none !important;
	background: #FBF7F4;
	border: 1px solid #9D9D9D !important;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 17px;
}
/*.card_design{
	background: #D8FAE8;
	border: 3px solid #349362 !important;
}*/
.card-body p {
	font-size: 16px;
	color: #115934;
}

.myaccordion .fa-stack {
  font-size: 18px;
}
.myaccordion .btn {
	width: 100%;
	font-weight: bold;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #115934;
	text-decoration: none;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
	font-weight: 500;
	background: #D8FAE8;
}
.card-body {
    background: #D8FAE8;
    padding: 5px 50px 20px 20px;
    /* border: 3px solid #349362; */
    /* border-radius: 0px 0px 20px 20px; */
    /* border-top: none; */
}
/*.myaccordion .btn-link:focus{
	border: 3px solid #349362 !important;
	border-radius:20px 20px 0px 0px;
	border-bottom: none !important;
}*/

.myaccordion li + li {
  margin-top: 10px;
}
.fa-add::before, .fa-plus::before {
	content: "\2b";
	color: #115934;
	font-size: 23px;
}
.fa-minus::before, .fa-subtract::before {
	content: "\f068";
	color: #115934;
	font-size: 23px;
}
.fa-circle::before {
	display: none;
}
.card .card-header button{
	outline: none !important;
	border: none !important;
	padding: 13px 20px;
}
.card .card-header {
	outline: navajowhite;
	border: none;
	margin-bottom: 0;
	background-color: transparent;
	padding: 0px;
}


/*===========================  End FAQ Section  ===========================*/

/*===========================  Start Get-in-touch Section  ===========================*/
.get_in_touch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 2000px;
	margin: auto;
}
.get_in_touch_left{
	/*max-width: 828px;
	width: 100%;*/
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60%;
	        flex: 0 0 60%;
	padding: 80px 120px;
	background: #F1E4DA;
}
.get_in_touch_right {
	/* max-width: 612px; */
	/* width: 100%; */
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	background: #F26522;
	padding: 174px 75px 120px 75px;
	position: relative;
	z-index: 2;
}
.form_title h2{
	color: #115934;
	margin-bottom: 16px;
}
.form_single_parent{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.form_single2{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48%;
	        flex: 0 0 48%;
}
.form_single{
	width: 100%;
	margin-top: 16px;
}
.form_single_industry{
	position: relative;
	z-index: 2;
}
.form_single_industry::after {
	position: absolute;
	content: "";
	top: 37px;
	right: 4px;
	width: 18px;
	height: 30px;
	background: #F1E4DA;
}
.form_single_pos {
	position: absolute;
	top: 30px;
	right: 2px;
	z-index: -1;
}
.form_single_pos a {
	width: 60px;
	height: 49px;
	background: #F1E4DA;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 10px;
}
.form_single_pos a i{
	color: #115934;
}
.form_single label{
	color: #115934;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
}
.form_single input, .form_single select, .form_single textarea {
	width: 100%;
	height: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px 10px;
	border: 1px solid #115934;
	border-radius: 8px;
	background: transparent;
	color: #115934;
}
.form_single textarea{
	height: 159px;
}
.form_single_btn input{
	margin-top: 16px;
	width: 121px;
	height: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #115934;
	border-radius: 12px;
	color: #F1E4DA;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.form_single_btn input:hover{
	opacity: 0.9;
}
.get_in_touch_right h1{
	font-size: 64px;
	line-height: 83px;
	color: #F1E4DA;
	font-weight: 700;
}
.get_in_touch_right h1 img {
	max-width: 252px;
	width: 100%;
	margin-top: -28px;
}
.get_in_touch_right_pos {
	position: absolute;
	top: 120px;
	right: 135px;
	z-index: -1;
}
.get_in_touch_right_pos img{
	max-width: 137px;
	width: 100%;
}
/*===========================  End Get-in-touch Section  ===========================*/

/*===========================  Start Footer Section  ===========================*/
.footer_main{
	padding: 24px 0px;
	background: #115934;
}
.footer_sctn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer_sctn a img{
	width: 181px;
	height: auto;
}
.footer_sctn p{
	font-size: 16px;
	line-height: 20px;
	color: #FBF7F4;
	font-weight: 400;
	letter-spacing: 1px;
}

.footer_sctn .footer_link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 32px;
}
/*===========================  End Footer Section  ===========================*/



/* Styles for the modal */
.modal-cookies {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    transition: transform 0.3s ease-out;
}

.modal-content-coockies {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
}

/* Additional styling */
#contact_form_submit {
    border: none;
}

#savePreferences {
    border: none;
}
#saveAllCookies {
    border: none;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.switch input:checked + .slider {
    background-color: #115934;
}

.switch input:checked + .slider:before {
    transform: translateX(20px);
}
.swal2-popup {
    width: 40em !important;
    border-radius: 20px;
}

.swal2-title {
    color: #595959;
    line-height: 20px;
}

#descrip {
    padding: 20px;
}

.fab-button {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 100;
    font-size: 32px;
    box-shadow: 2px 2px 3px #999;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-14px {
    font-size: 14px;
}

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

.fw-normal {
    font-weight: normal;
}

.chup-text-primary {
    color: #115934;
}