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

body {  font-family: 'Poppins Regular'; }

@font-face {
    font-family:'Verveine';1078
	
    font-family:'Verveine';
    src: url('../font/verveine-cufonfonts/Verveine.eot');
	src: url('../font/verveine-cufonfonts/Verveine.eot?#iefix') format('embedded-opentype'),
		url('../font/verveine-cufonfonts/Verveine.woff2') format('woff2'),
		url('../font/verveine-cufonfonts/Verveine.woff') format('woff'),
		url('../font/verveine-cufonfonts/Verveine.svg#Verveine') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

/******** Poppins *******/ 

  @font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../font/Poppins/Poppins-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Italic'), url('../font/Poppins/Poppins-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin'), url('../font/Poppins/Poppins-Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin Italic'), url('../font/Poppins/Poppins-ThinItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight'), url('../font/Poppins/Poppins-ExtraLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight Italic'), url('../font/Poppins/Poppins-ExtraLightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('../font/Poppins/Poppins-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light Italic'), url('../font/Poppins/Poppins-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('../font/Poppins/Poppins-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium Italic'), url('../font/Poppins/Poppins-MediumItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold'), url('../font/Poppins/Poppins-SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold Italic'), url('../font/Poppins/Poppins-SemiBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('../font/Poppins/Poppins-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold Italic'), url('../font/Poppins/Poppins-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold'), url('../font/Poppins/Poppins-ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold Italic'), url('../font/Poppins/Poppins-ExtraBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black'), url('../font/Poppins/Poppins-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Poppins Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black Italic'), url('../font/Poppins/Poppins-BlackItalic.woff') format('woff');
    }





h3 {
	font-size: 19px;
	font-family: 'Poppins SemiBold';
}
p{ line-height:30px; }

.hrd-top {
	background: #ffffff;
}

.dft-hdr{
	box-shadow: 0px 0 5px #e3e3e3;
	padding-bottom: 20px;
}


.logo img {
	position: absolute;
	/* top: 10px; */
	z-index: 999;
	background: #f8f8f8;
	border-radius: 0px 0px 30% 30%;
	padding: 11px 10px 9px 10px;
	border: 2px solid #fff;
}
.bnr-content {
	position: absolute;
	top: 135px;
}
.social-btns {
	margin-top: 25px;	padding-right: 0px;
}
.l-style { list-style:none; }

.p-0 {padding:0 !important; }
.log-btns li a:hover {
	text-decoration: none;
	background: #61bb46;
}
.hero-section {
	position: relative;margin-top:20px;
}

.bnr-top img {
	width: 100%;
}
.bnr-content h1, .bnr-content p{ color:#fff; }

.bnr-content h1 {
	margin-bottom: 20px;
	font-size: 62px;
	font-family: 'Poppins Medium';
	text-transform: uppercase;
	margin-top: 20px;
	text-shadow: 3px 3px 4px rgba(36, 36, 36, 0.59);
}
.bnr-content p {
	padding-right: 40px;
}
.shop-btn-banner {
	background: #f4dabf;
	color: #1c1c1c;
	padding: 10px 40px;
	display: inline-block;
	margin-top: 30px;
	border-radius: 30px;
	border: 1px solid #f4dabf;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	font-size:22px;
	font-family: 'Poppins Medium';
}
.blog {
	margin-bottom: 80px;
}
.lead {
	font-size: 22px;
	font-family: 'Poppins Medium';
	padding: 40px 28px;
	margin: 66px 0px;
	font-style: italic;
}
.shop-btn-banner:hover {
	color: #fff;
	text-decoration: none;
	background: none;
	border: 1px solid #fff;
}
.social-btns a:hover img {
	transform: rotate(360deg);
	transition: all ease-in-out 0.5s;
}

.l-style {
	justify-content: center;
}
.md {
	margin-top: 20px;
	margin-bottom: 0;
}
.md img {
	background: #efefef;
	padding: 10px;
	border-radius: 5px;
}
.l-style li {
	margin: 0px 6px;
}
.l-style li a i {
	width: 37px;
	height: 37px;
	border: #999 solid 1px;
	padding: 9px;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
}
.l-style li.linkedin a:hover i {
  background: #0077b5;
  color: #fff;
}
.menu-tick.col-lg-1 {
	margin-top: 27px;
}
.fa.fa-bars {
	font-size: 36px;
}
.service-sec .row {
	display: inherit !important;
}
.txt-sec {
	text-align: center;
	margin: 40px 60px;
	padding: 20px 0px;
	position:relative;
}

.txt-sec h2 {
	font-size: 50px;
	font-family: 'Poppins Medium';
	font-weight: 500;
}
.txt-sec p {
	font-size: 22px;
	font-family: 'Poppins Light';
	color: #12100d;
	line-height: 32px;
}
.l-style .wts-app a i:hover {
	background: #28a219;
	border: #28a219 solid 1px;
	color: #fff;
}
.l-style .fb a i:hover {
	background: #1778F2;
	border: #1778F2 solid 1px;
	color: #fff;
}
.l-style .inst a i:hover {
	background: #ed253a;
	border: #ed253a solid 1px;
	color: #fff;
}
.l-style .envelop a i:hover {
	background: #45b3e1;
	border: #45b3e1 solid 1px;
	color: #fff;
}
.bij-sec {
	background: #f7f7f7;
	margin: 40px 0px;
	padding: 0px 0px;
	background-size: 100%;
}
.dtr {
	padding-left: 0; position:relative;
}
.dtr img {
	border-radius: 22px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	height: 508px;
}
.bij-sec .container-fluid {
	padding-left: 0;
}
.biz-sec-txt {
	margin: 10px 0px;
	padding-top: 10px;
	padding-bottom: 40px;
}
.category-div {
	text-align: center;
	background: none !important;
	padding: 0 !important;	
	margin-bottom: 60px;
}
.category-div li a:hover { background:#a8a8a8; }

.category-div li {
	display: inline-block;
	width: 32.5%;
	margin: 3px 4px;
	/* background: #e9e9e9; */
	padding: 0px 0;
	text-align: center;
}
.category-div li a {
	color: #444;
	width: 100%;
	display: inline-block;
	background: #e9e9e9;
	padding: 8px 0;
}
.category-div li a:hover {
	color: #fff;
}
.category-div li a:hover { text-decoration:none; }

.post-list li a {
	color: #444;
	width: 100%;
	display: inline-block;
	padding: 10px 10px 7px 20px !important;
}
.post-list:hover {
	background: #a8a8a8;
}
.post-list:hover a{
	color: #fff;
}
.menu-tick {
	text-align: right;
	padding: 0;
}
.biz-sec-txt ul {
	padding: 0px 13px;
	font-size: 14px;
	font-family: 'Poppins Light';
	list-style: none;
	padding: 0;
}
.tst-title {
	width: 100%;
	padding: 40px 0;
}
.tst-title h1 {
	font-size: 50px;
	font-family: 'Poppins Medium';
	color: #929292;
	font-weight: 500;
}
#wpcf7-f6-p173-o1 form {
	background: #f1f1f1;
	padding: 30px 30px;
}


#wpcf7-f6-p173-o1 form ul li input {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	font-size: 16px;
	font-family: inherit;
	border: 1px solid #ccc;
	padding: 6px 10px;
	height: 38px;
	width: 100%;
	line-height: 1.3;
}

#wpcf7-f6-p173-o1 form ul li textarea {
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	font-size: 16px;
	font-family: inherit;
	border: 1px solid #ccc;
	padding: 6px 10px;
	height: 90px !important;
	width: 100%;
	line-height:1.3;
}

.biz-sec-txt h2 {
	font-size: 50px!important;
	font-family: 'Poppins Medium' !important;
font-weight: 500!important;

}
.service-heading h2 {
	font-size: 50px!important;
	text-transform: uppercase;
	font-family: 'Poppins Medium' !important;
font-weight: 500;
}

.biz-sec-txt p {
	color: #12100d;
	font-size: 22px;
	font-family: 'Poppins Light';
	line-height: 33px;
	margin-bottom: 0px !important;
}
.df-nx h3 {
	text-transform: uppercase;

}


.biz-sec-btn:hover {
	color: #000;
	text-decoration: none;
	background: none;
	border: 1px solid #fff;
	border:1px solid #000;
}

.fd-df-btn:hover {
	color: #000;
	text-decoration: none;
	background: none !important;
	border: 1px solid #fff;
	border: 1px solid #000 !important;
}

.biz-sec-btn {
	background: #f4dabf;
	color: #1c1c1c;
	padding: 10px 40px;	
	margin-top: 20px;
	border-radius: 30px;
	border: 1px solid #f4dabf;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Poppins Medium';
	border: 1px solid #eedac2;
	display: inline-block;
}

.xx-dm-sec .biz-sec-btn, .service-sec .biz-sec-btn  {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
}


.cercles img {
	position: absolute;
	top: 0px;
	right: 14px;
	background-size: 100%;
	z-index: 99;
}

.ip-phdx {
	list-style: none;
	padding-left: 0;
	text-align: center;
}

.service-sec-txt {
	text-align: center;
	padding: 23px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service-sec-txt h3 {
	font-size: 22px;
	margin: 20px 0px;
	font-family: 'Poppins Medium';
	color: #3f3f3f;
	text-transform: uppercase;
	min-height: 42px;
}
.mx-dft .col-sm-12 .biz-sec-btn {
	position: inherit !important;
	display: inline-block;
}
.mx-dft .col-sm-7 .biz-sec-btn {
	position: inherit !important;
	display: inline-block;
}
::placeholder {
	font-size: 22px;
	font-family: 'Poppins Light';
}
.rtr {
	padding-bottom: 0px;
}
.cercles {
	display: none;
}
.biz-sec-txt ol {
	margin-bottom: 40px;
}
.inner-service {
	padding: 30px 0 50px;
	display: flex !important;
	text-align: center;
	justify-content: center;
}
.service-sec-txt p {
	font-size: 22px;
	font-family: 'Poppins Light';
	color: #3f3f3f;
	margin-bottom: 70px;
}
.img-seco img {
	flex-shrink: 0;
	width: 100%;
	min-height: 300px;
}
.img-seco {
	height: 277px;
	width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 90px;
	border: 1px solid #ccc;
}

.l-style li a {
	color: #585858;
}
.test-sec-top .btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none !important;
}


/*****testimonial slider start********/
.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px 20px!important;
	width: 100%;
	position: relative;
}
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px 20px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; top:calc(40% - 62px); }
    .MultiCarousel .leftLst { left:-13px; }
    .MultiCarousel .rightLst { right:-13px; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; }

.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center !important;
	background: #eedac2;
	color: #666;
	border: 6px solid #c4c4c4;
	padding: 4px;
	max-width: 343px;
	min-height: 950px;
}
.hm-contact .wpcf7-spinner {
	display: none;
}
.item {
	text-align: center;
	font-size: 19px !important;
	font-family:'Poppins', sans-serif;
	font-weight: 500;
}
.test-sec-top {
	background: #f7f7f7;
	background-size: 100%;
	background-repeat: repeat;
}

.pad15::before {
	background: url(../images/tst-para.png);
	position: absolute;
	width: 25px;
	height: 25px;
	content: "";
	bottom: 50px;
	right: 159px;
}
.pad15::after {
	background: url(../images/bt-tst-para.png);
	position: absolute;
	width: 25px;
	height: 25px;
	left: 144px;
	top: 47px;
	content: "";
}
.pad15 {
	position: relative;
}

/*****testimonial slider end********/


.comp {
	text-align: center;
	padding: 60px 150px;
	margin: 60px 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	padding-top: 86px;
}
.comp ul li input {
	overflow: hidden;
	width: 100%;
	border: none;
	height: 43px;
	color: #666;
	text-transform: uppercase;
	/* padding-left: 13px 10px; */
	font-size: 13px;
	margin: 10px;
	background: #f7f7f7;
	padding: 13px 15px;
	border-radius: 7px;
}
.comp ul li textarea {
	overflow: hidden;
	width: 100%;
	border: none;
	height: 110px;
	color: #666;
	text-transform: uppercase;
	/* padding-left: 13px 10px; */
	font-size: 13px;
	margin: 10px;
	background: #f7f7f7;
	padding: 13px 15px;
	border-radius: 7px;
	margin-bottom: 24px;
}
.comp ul {
	list-style: none;
	padding: 0;
}

.hm-contact {
	background: url(../images/form-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.top-contact {
	background-color: #fff;
}
.ct-bt {
	background: #898989;
	color: #fff;
	border: 1px solid #898989;
	margin-top: 2px;
}

.df-nx p {
	font-size: 22px;
	font-family: 'Poppins Light';
	line-height: 30px;
	padding-bottom: 50px;
}
.dft-run p {
	font-size: 22px;
	font-family: 'Poppins Light';
	line-height: 30px;

}
.dft-run p a {
	color: #000 !important;
	font-size: 22px;
	font-weight: 400;
	text-decoration: underline;
	font-family:200;
}
.fd-df {
	display: flex;
}
.dft-run p a:hover {
	color: #f4dabf !important;
}
.tst-link {
	text-decoration: underline;
	color: #12100d;
}

.lst-sec .tst-link {
	color: #1c1c1c;
	padding: 10px 40px;
	margin-top: 20px;
	border-radius: 30px;
	border: 1px solid #f4dabf;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Poppins Medium';
	border: 1px solid #eedac2;
	display: inline-block;
	text-decoration:none;
	
}
.lst-sec .tst-link:hover {
	color: #000 !important;
	text-decoration: none;
	background: none;
	border: 1px solid #fff;
	border: 1px solid #000;
}

.tst-link:hover {
	color: #f4dabf !important;
}
#wpcf7-f6-p173-o1 form ul {
	padding: 0;
	list-style: none;
}
#wpcf7-f6-p173-o1 form ul li {
	background: none!important;
	padding: 0!important;
}


/************ default-page css start *******************/

.dft-run h2 {
	font-size: 50px;
	font-family: 'Poppins Medium';
}

.dft-run ul li {
	background: url(/wp-content/uploads/2022/12/tick.png)no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	padding-left: 24px;
	background-position: 0px 2px;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: 'Poppins Light' !important;
}
.dft-run ul {
	list-style: none;
	padding: 0;
}
.biz-sec-txt ul li {
	background: url(/wp-content/uploads/2022/12/tick.png)no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	padding-left: 24px;
	background-position: 0px 2px;
	line-height: 30px;
	margin-bottom: 10px;
}

.lst-xx ul {
	list-style: none;
	padding: 0;
}
.lst-xx ul li {
	background: url(/wp-content/uploads/2022/12/tick.png)no-repeat center;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	padding-left: 55px;
	background-position: 0px 2px;
	line-height: 30px;
	margin-bottom: 10px;
	background-position: bottom;
	font-size: 22px;
	font-weight: 200;
}

.dft-sec {
	margin: 40px 0px;
	padding: 40px 0px;
}

.mx-dft {
	margin-top: 20px;
	padding-top: 20px;
}

.dft-ftx img {
	border-radius: 22px;
	width: 100%;
}

.fd-df-btn {
	background: #ebebeb;
	color: #1c1c1c;
	padding: 10px 40px;
	display: inline-block;
	margin-top: 0px;
	border-radius: 30px;
	border: 1px solid #f4dabf;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	
	font-size: 22px;
	font-family: 'Poppins Medium';
	border: 1px solid #ebebeb;
	position: absolute;
	bottom: 15px;
}

.fd-df-btn:hover {text-decoration: none;
	background: #eedac2;
	border: 1px solid #eedac2;
	color:#1c1c1c;
}



.fd-df.col-lg-4.col-md-4.col-sm-4 {
	text-align: center;
}

.df-nx {
	background: #f7f7f7;
	padding: 30px 30px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.xx-dm-sec {
	padding: 40px 0px;
	margin: 20px 0px;
}



.nt-sec {
	background-image: url(../images/difult-nature-bg.jpg);
	background-size: 100%;
	background-repeat: repeat;
	padding: 40px 0px;
}
.dft-rn {
	margin: 60px 0px;
	margin: 0px 0px;
	padding-top: 0px;
}
.df-ntr-xx img {
	border-radius: 12px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 2px;
}

.lst-xx {
	text-align: center;
}

.biz-sec-txt li {
	font-family: 'Poppins Light'!important;
}

.lst-xx h2{
	font-size: 50px;
	font-family: 'Poppins Medium';
}

.lst-xx p {
	line-height: 30px;
	font-size: 22px;
	font-family: 'Poppins Light';
font-weight: 200; 
	color: #12100d;
}
.lst-sec {
	margin: 40px 0px;
}


/************ default-page css end *******************/


/************ footer css start *******************/

.top-footer {
	display: flex;
}

.frt-xx h4 {
	text-shadow: 0px 1px 1px #AE8E69;
	font-size: 22px;
	font-family:'Poppins Medium';
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 10px 0px;
}
.in-footer {
	background:#313131;
}
.frt-xx {
	color: #fff;
	list-style: none;
	padding: 0;
}
.main-footer {
	font-family: Merriweather;
	background: #e8bd88;
	padding: 40px 0px;
}
.frt-xx h4 img {
	margin:20px 2px;
}


.frt-xx li {
	font-size: 22px !important;
	margin: 8px 0px;
	font-family: 'Poppins Light';
}
.frt-xx li a {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-shadow: 0px 1px 1px #AE8E69;
	text-decoration: none;
	font-weight: 200;
}
.frt-xx img {
	margin-right: 7px;
}
.dm{
	left: 50%;
	bottom: 15%;
	z-index: -2;
	animation-name: spin;
	animation-duration: 15000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.clr-wt{color:#fff!important;}
.tp-mrgn{margin-top:40px;}
.media-29101 {
	text-align: center;
}
.l-style {
	margin-bottom: 0px !important;
}
.botm-fx {
	list-style: none;
	text-align: center;
	color: #fff;
	margin: 0;
}
.copyright {
	margin-bottom: 0px !important;
	font-size: 16px !important;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0px #e1c19c;
	font-weight: 400;
}
.main-foot-xd {
	padding: 20px 0px;
	background: #e8bd88;
	border-top: 1px solid #ffffff8c;
	/* margin: 0px 20px; */
	border-width: 80%;
}
.botm-fx li a {
	display: inline;
	margin: 0px 0px;
	color: #fff;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
}
.botm-fx li:last-child {
	background: none;
}
.dft-run {
	padding-left: 50px;
}
.botm-fx li {
	display: inline;
	margin: 0px 7px;
	background: url(../images/ftr-brdr.png) no-repeat center right;
	padding-right: 10px;
}
.frt-xx p {
	font-size: 22px;
	font-family: 'Poppins Light';
	text-shadow: 0px 1px 1px #AE8E69;
}

.adress::before {
	background: url(../images/location.png);
	position: absolute;
	width: 28px;
	height: 28px;
	content: "";
	left: 0px;
}

.phone::before {
	background: url(../images/phone.png);
	position: absolute;
	width: 28px;
	height: 28px;
	content: "";
	left: 0px;
}
.email::before {
	background: url(../images/email.png);
	position: absolute;
	width: 28px;
	height: 28px;
	content: "";
	left: 0px;
}
.bfr li {
	margin-left: 20px;
	text-shadow: 0px 1px 1px #AE8E69;
	font-weight: 200;
}
.frt-xx ul {
	padding: 0 0 0 16px;
}
.hm-contact h5 {
font-size: 50px;
	font-family: 'Poppins Medium' !important;
font-weight: 500;
}
.menu-address h3 {
	font-family: 'Poppins Regular'!important;
}


.hm-contact p {
	font-size: 22px;
	font-family: 'Poppins Light';
	color: #12100d;
	line-height: 30px;
}
/************ footer css end *******************/

.menu-nav ul {line-height: normal;list-style: none;}
.menu-nav ul li {font-size: 22px;text-align: left;padding-bottom: 22px;}
.menu-nav ul li a {
	color: #444;
	font-family: 'Poppins Regular' !important;
}
.cross {position: absolute;	top: 20px;	right: 20px;font-size: 48px;cursor:pointer;z-index:9999;}
.menu-popup {
	width: 0px;
	position: fixed;
	background: #e8bd88;
	padding: 0 40px;
	height: 100vh;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 9999999;
	overflow: hidden;
	padding: 0px;
	transition:width 0.7s;
}
.showMenu .menu-popup {
	padding: 0 40px;
}
.menu-address {	margin: 40px 0px;	padding: 40px 0px;}
.menu-nav {	margin: 40px 0px;	padding: 40px 0px;}
.showMenu {overflow: hidden;}



@media ( min-width:320px ) and ( max-width:767px ){ 
.df-nx {
	margin: 10px;
	width: 100%;
	padding: 40px 0px;
}
.dft-run {
	padding-left: 15px;
}
.biz-sec-txt ul {
	padding-left: 15px;
}
.bnr-content h1 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 29px;
}
.menu-address {
	margin: 0;
	padding: 20px 0px;
}
.dtr {
	padding: 0 15px;
}
.menu-nav ul li {
	text-align: center;
}
.menu-nav {
	margin: 40px 0px 0;
	padding: 40px 0px 20px;
}
.menu-nav ul {
	padding: 0;
}
.logo {
	text-align:center;
}
.logo img {
	position: inherit;
}
.menu-address {
	text-align: center;
}
.cross {
	top: 0px;
}

.shop-btn-banner {
	padding: 10px 20px;
	margin-top: 0px;
	font-size: 14px;
}
.md {
	text-align: center;
}
.txt-sec {
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
}
.txt-sec h2 {
	font-size: 57px;
	line-height: 46px;
	margin-bottom: 23px;
}

.bnr-content h1 {
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 33px;
	text-align: center;
}
.bnr-content {
	position: absolute;
	top: 27px;
	left: 0px;
	text-align: center;
}

.bij-sec {
	background: none;
	margin: 20px 0px;
	padding-top: 0px;
	padding-bottom:25px;
	background: #f7f7f7;
}
.biz-sec-txt {
	margin: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


.rtr.d-flex {
	display: contents !important;
}

.biz-sec-btn {
	margin-top: 6px;
}
.cercles {
	display: none;
}

.inner-service.d-flex {
	display: block !important;
}
.comp {
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hm-contact {
	background: none;
	padding-bottom: 20px;
	padding-top: 40px;
}

.comp ul li input {
	background: #ffff;
}


.txt-sec::before {
	display: none;
}

.txt-sec::after {
	display: none;
}

.bij-sec .container-fluid {

	padding: 0;
}
.top-footer {
	display: inline-block;
}


.comp ul li input {
	width: 93%;
}

.comp ul li textarea {

	width: 93%;
	background: #fff;
}

.test-sec-top {
	background-size: auto;

}

.MultiCarousel .MultiCarousel-inner .item > div {
	padding: 62px;
	max-width: none;
	max-height: none;
}

.pad15::before {
	bottom: 100px;
	right: 219px;
}

.pad15::after {

	left: 219px;
	top: 100px;
}
.biz-sec-txt p {
	padding: 20px;
}
.dft-sec {
	margin: 10px 0px;
	padding: 20px 0px;
}
.mx-dft {
	margin-top: 0px;
	padding-top: 15px;
}

.dft-run h2 {
	font-size: 51px;
	margin-top: 20px;
}
.dft-run p {
	text-align: center;
}

.fd-df-btn {
	padding: 7px 20px!important;
	font-size: 16px!important;
}
.df-nx {
	margin: 20px;
}
.dft-run {
	text-align: center;
}

.xx-dm-sec {
	padding: 0px 0px;
	margin: 20px 0px;
}

.nt-sec {
	background-image: url(../images/difult-nature-bg.jpg);
	background-size: cover;

}

}

@media ( min-width:767px ) and ( max-width:992px ){ 

.img-seco {
	height: auto;
	width: auto;
}
.service-sec-txt {
	padding: 12px;
}

.service-sec-txt h3 {
	font-size: 17px;
}
.service-sec-txt p {
	font-size: 16px;
	line-height: 27px;
}


.biz-sec-btn {
	font-size: 17px;
}

.nt-sec {
	background-image: url(../images/difult-nature-bg.jpg);
	background-size: cover;
}
.lst-xx {
	text-align: left;
}
.fd-df-btn {
	padding: 7px 20px!important;
	font-size: 16px!important;
}
.pad15::after {
	left: 88px;
	top: 14px;
}
.pad15::before {
	bottom: 15px;
	right: 95px;
}

.lead {
	font-size: 12px;
	padding: 44px 28px;
	margin: 0px 0px;
}

.MultiCarousel .MultiCarousel-inner .item > div {
	padding: 4px;
	width: 220px;
	height: 220px;
}

.comp {

	padding: 60px 0px;
	margin: 60px px;

}
.hm-contact {
	background: url(../images/contact-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.hm-contact {
	background: none;
	padding-bottom: 20px;
	padding-top: 40px;
}
.comp ul li input {
	background: #ffff;
}

.comp ul li textarea{background:#fff;}

.comp {
	padding: 60px 0px;
	margin:20px 0px;
}

.bnr-content h1 {
	font-size: 34px;
}

.shop-btn-banner {
	margin-top: 5px;
}
.txt-sec {
	margin: 40px 0px;
	padding: 20px 0px;
}

.txt-sec::before {
	display: none;
}
.txt-sec::after{
	display: none;
}

.txt-sec h2 {
	font-size: 66px;
}

.bnr-content {
	position: absolute;
	top: 80px;
}

.cercles img {
	display: none;
}

.rtr {
	display: flex !important;
	flex-direction: column;
}
.dtr {
	padding: 56px;
	margin-top: 20px;
}
.biz-sec-txt {
	margin: 20px 0px;
	margin: 2px 0px;
	padding-top: 20px;
	padding-bottom: 30px;
}

}

@media ( min-width:993px ) and ( max-width:1199px ){ 

.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center !important;
	background: #eedac2;
	color: #666;
	border-radius: 50%;
	border: 6px solid #c4c4c4;
	padding: 4px;
	max-width: 260px;
	max-height: 260px;
}

.bnr-content {
	position: absolute;
	top: 100px;
}
.comp {
	margin: 60px 80px;
}

.shop-btn-banner {

	margin-top: 0px;

}



.lead {
	padding-top: 44pxpx;
	padding-bottom: 44px;
	margin:0px;
}
.pad15::after {

	left: 105px;
	top: 9px;
}

.pad15::before {
	bottom: 12px;
	right: 117px;
}


}

@media ( min-width:320px ) and ( max-width:520px ){ 


.lead {
	padding: 40px 3px;
	margin: 49px 0px;
}

.MultiCarousel .MultiCarousel-inner .item > div {
	padding: 0px!important;
	max-width: none;
	max-height: none;
}
.pad15::before {
	bottom: 39px;
	right: 161px;
}
.pad15::after {
	left: 161px;
	top: 39px;
}
.bnr-content {
	position: absolute;
	top: 2px;
	left: 0px;
	text-align: center;
}

.bnr-content h1 {
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 23px;
	text-align: center;
	margin-top: 2px;
}

.shop-btn-banner {
	padding: 9px 12px;
	margin-top: 0px;
	font-size: 12px;
}
.l-style {
	padding: 0;
}
}