/*======================================
5. BOX SPACING (Padding & Margin)
======================================*/

/*-------------------------------------
	1.1 padding (around)
-------------------------------------*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.p-a0 {
	padding: 0;
}

.p-a5 {
	padding: 5px;
}

.p-a10 {
	padding: 10px;
}

.p-a15 {
	padding: 15px;
}

.p-a20 {
	padding: 20px;
}

.p-a25 {
	padding: 25px;
}

.p-a30 {
	padding: 30px;
}

.p-a40 {
	padding: 40px;
}

.p-a50 {
	padding: 50px;
}

.p-a60 {
	padding: 60px;
}

.p-a70 {
	padding: 70px;
}

.p-a80 {
	padding: 80px;
}

.p-a90 {
	padding: 90px;
}

.p-a100 {
	padding: 100px;
}

.p-a110 {
	padding: 110px;
}

.p-a120 {
	padding: 120px;
}

.p-a130 {
	padding: 130px;
}

.p-a140 {
	padding: 140px;
}

.p-a150 {
	padding: 150px;
}

/*-------------------------------------
	1.2 Padding (top)
-------------------------------------*/
.p-t0 {
	padding-top: 0;
}

.p-t5 {
	padding-top: 5px;
}

.p-t10 {
	padding-top: 10px;
}

.p-t15 {
	padding-top: 15px;
}

.p-t20 {
	padding-top: 20px;
}

.p-t30 {
	padding-top: 30px;
}

.p-t40 {
	padding-top: 40px;
}

.p-t50 {
	padding-top: 50px;
}

.p-t60 {
	padding-top: 60px;
}

.p-t70 {
	padding-top: 70px;
}

.p-t80 {
	padding-top: 80px;
}

.p-t90 {
	padding-top: 90px;
}

.p-t100 {
	padding-top: 100px;
}

.p-t110 {
	padding-top: 110px;
}

.p-t120 {
	padding-top: 120px;
}

.p-t130 {
	padding-top: 130px;
}

.p-t140 {
	padding-top: 140px;
}

.p-t150 {
	padding-top: 150px;
}

/*-------------------------------------
    1.3 Padding (bottom)
-------------------------------------*/
.p-b0 {
	padding-bottom: 0;
}

.p-b5 {
	padding-bottom: 5px;
}

.p-b10 {
	padding-bottom: 10px;
}

.p-b15 {
	padding-bottom: 15px;
}

.p-b20 {
	padding-bottom: 20px;
}

.p-b30 {
	padding-bottom: 30px;
}

.p-b40 {
	padding-bottom: 40px;
}

.p-b50 {
	padding-bottom: 50px;
}

.p-b60 {
	padding-bottom: 60px;
}

.p-b70 {
	padding-bottom: 70px;
}

.p-b80 {
	padding-bottom: 80px;
}

.p-b90 {
	padding-bottom: 90px;
}

.p-b100 {
	padding-bottom: 100px;
}

.p-b110 {
	padding-bottom: 110px;
}

.p-b120 {
	padding-bottom: 120px;
}

.p-b130 {
	padding-bottom: 130px;
}

.p-b140 {
	padding-bottom: 140px;
}

.p-b150 {
	padding-bottom: 150px;
}

/*-------------------------------------
	1.4 Padding (left)
-------------------------------------*/
.p-l0 {
	padding-left: 0;
}

.p-l5 {
	padding-left: 5px;
}

.p-l10 {
	padding-left: 10px;
}

.p-l15 {
	padding-left: 15px;
}

.p-l20 {
	padding-left: 20px;
}

.p-l30 {
	padding-left: 30px;
}

.p-l40 {
	padding-left: 40px;
}

.p-l50 {
	padding-left: 50px;
}

.p-l60 {
	padding-left: 60px;
}

.p-l70 {
	padding-left: 70px;
}

.p-l80 {
	padding-left: 80px;
}

.p-l90 {
	padding-left: 90px;
}

.p-l100 {
	padding-left: 100px;
}

.p-l110 {
	padding-left: 110px;
}

.p-l120 {
	padding-left: 120px;
}

.p-l130 {
	padding-left: 130px;
}

.p-l140 {
	padding-left: 140px;
}

.p-l150 {
	padding-left: 150px;
}

/*-------------------------------------
	1.5 Padding (right)
-------------------------------------*/
.p-r0 {
	padding-right: 0;
}

.p-r5 {
	padding-right: 5px;
}

.p-r10 {
	padding-right: 10px;
}

.p-r15 {
	padding-right: 15px;
}

.p-r20 {
	padding-right: 20px;
}

.p-r30 {
	padding-right: 30px;
}

.p-r40 {
	padding-right: 40px;
}

.p-r50 {
	padding-right: 50px;
}

.p-r60 {
	padding-right: 60px;
}

.p-r70 {
	padding-right: 70px;
}

.p-r80 {
	padding-right: 80px;
}

.p-r90 {
	padding-right: 90px;
}

.p-r100 {
	padding-right: 100px;
}

.p-r110 {
	padding-right: 110px;
}

.p-r120 {
	padding-right: 120px;
}

.p-r130 {
	padding-right: 130px;
}

.p-r140 {
	padding-right: 140px;
}

.p-r150 {
	padding-right: 150px;
}

/*-------------------------------------
	1.6 Padding (left right)
-------------------------------------*/
.p-lr0 {
	padding-left: 0;
	padding-right: 0;
}

.p-lr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.p-lr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p-lr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.p-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.p-lr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.p-lr40 {
	padding-left: 40px;
	padding-right: 40px;
}

.p-lr50 {
	padding-left: 50px;
	padding-right: 50px;
}

.p-lr60 {
	padding-left: 60px;
	padding-right: 60px;
}

.p-lr70 {
	padding-left: 70px;
	padding-right: 70px;
}

.p-lr80 {
	padding-left: 80px;
	padding-right: 80px;
}

.p-lr90 {
	padding-left: 90px;
	padding-right: 90px;
}

.p-lr100 {
	padding-left: 100px;
	padding-right: 100px;
}

.p-lr120 {
	padding-left: 120px;
	padding-right: 120px;
}

.p-lr150 {
	padding-left: 150px;
	padding-right: 150px;
}

/*-------------------------------------
	1.7 Padding (top bottom)
-------------------------------------*/
.p-tb0 {
	padding-bottom: 0;
	padding-top: 0;
}

.p-tb5 {
	padding-bottom: 5px;
	padding-top: 5px;
}

.p-tb10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.p-tb15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.p-tb20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.p-tb30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.p-tb40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.p-tb50 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.p-tb60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

.p-tb70 {
	padding-bottom: 70px;
	padding-top: 70px;
}

.p-tb80 {
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-tb90 {
	padding-bottom: 90px;
	padding-top: 90px;
}

.p-tb100 {
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-tb120 {
	padding-bottom: 120px;
	padding-top: 120px;
}

.p-tb150 {
	padding-bottom: 150px;
	padding-top: 150px;
}

/*-------------------------------------
	2.1 margin (around)
-------------------------------------*/
.m-a-1 {
	margin: -1px
}

.m-a0 {
	margin: 0;
}

.m-a5 {
	margin: 5px;
}

.m-a10 {
	margin: 10px;
}

.m-a15 {
	margin: 15px;
}

.m-a20 {
	margin: 20px;
}

.m-a30 {
	margin: 30px;
}

.m-a40 {
	margin: 40px;
}

.m-a50 {
	margin: 50px;
}

.m-a60 {
	margin: 60px;
}

.m-a70 {
	margin: 70px;
}

.m-a80 {
	margin: 80px;
}

.m-a90 {
	margin: 90px;
}

.m-a100 {
	margin: 100px;
}

.m-a110 {
	margin: 110px;
}

.m-a120 {
	margin: 120px;
}

.m-a130 {
	margin: 130px;
}

.m-a140 {
	margin: 140px;
}

.m-a150 {
	margin: 150px;
}

/*-------------------------------------
	2.2 marging (top)
-------------------------------------*/
.m-t0 {
	margin-top: 0;
}

.m-t5 {
	margin-top: 5px;
}

.m-t10 {
	margin-top: 10px;
}

.m-t15 {
	margin-top: 15px;
}

.m-t20 {
	margin-top: 20px;
}

.m-t30 {
	margin-top: 30px;
}

.m-t40 {
	margin-top: 40px;
}

.m-t50 {
	margin-top: 50px;
}

.m-t60 {
	margin-top: 60px;
}

.m-t70 {
	margin-top: 70px;
}

.m-t80 {
	margin-top: 80px;
}

.m-t90 {
	margin-top: 90px;
}

.m-t100 {
	margin-top: 100px;
}

.m-t110 {
	margin-top: 110px;
}

.m-t120 {
	margin-top: 120px;
}

.m-t130 {
	margin-top: 130px;
}

.m-t140 {
	margin-top: 140px;
}

.m-t150 {
	margin-top: 150px;
}

/*-------------------------------------
	2.3 marging (bottom)
-------------------------------------*/
.m-b0 {
	margin-bottom: 0;
}

.m-b5 {
	margin-bottom: 5px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b15 {
	margin-bottom: 15px;
}

.m-b20 {
	margin-bottom: 20px;
}

.m-b30 {
	margin-bottom: 30px;
}

.m-b40 {
	margin-bottom: 40px;
}

.m-b50 {
	margin-bottom: 50px;
}

.m-b60 {
	margin-bottom: 60px;
}

.m-b70 {
	margin-bottom: 70px;
}

.m-b80 {
	margin-bottom: 80px;
}

.m-b90 {
	margin-bottom: 90px;
}

.m-b100 {
	margin-bottom: 100px;
}

.m-b110 {
	margin-bottom: 110px;
}

.m-b120 {
	margin-bottom: 120px;
}

.m-b130 {
	margin-bottom: 130px;
}

.m-b140 {
	margin-bottom: 140px;
}

.m-b150 {
	margin-bottom: 150px;
}

/*-------------------------------------
	2.4 marging (left)
-------------------------------------*/
.m-l0 {
	margin-left: 0;
}

.m-l5 {
	margin-left: 5px;
}

.m-l10 {
	margin-left: 10px;
}

.m-l15 {
	margin-left: 15px;
}

.m-l20 {
	margin-left: 20px;
}

.m-l30 {
	margin-left: 30px;
}

.m-l40 {
	margin-left: 40px;
}

.m-l50 {
	margin-left: 50px;
}

.m-l60 {
	margin-left: 60px;
}

.m-l70 {
	margin-left: 70px;
}

.m-l80 {
	margin-left: 80px;
}

.m-l90 {
	margin-left: 90px;
}

.m-l100 {
	margin-left: 100px;
}

.m-l110 {
	margin-left: 110px;
}

.m-l120 {
	margin-left: 120px;
}

.m-l130 {
	margin-left: 130px;
}

.m-l140 {
	margin-left: 140px;
}

.m-l150 {
	margin-left: 150px;
}

/*-------------------------------------
	2.5 marging (right)
-------------------------------------*/
.m-r0 {
	margin-right: 0;
}

.m-r5 {
	margin-right: 5px;
}

.m-r10 {
	margin-right: 10px;
}

.m-r15 {
	margin-right: 15px;
}

.m-r20 {
	margin-right: 20px;
}

.m-r30 {
	margin-right: 30px;
}

.m-r40 {
	margin-right: 40px;
}

.m-r50 {
	margin-right: 50px;
}

.m-r60 {
	margin-right: 60px;
}

.m-r70 {
	margin-right: 70px;
}

.m-r80 {
	margin-right: 80px;
}

.m-r90 {
	margin-right: 90px;
}

.m-r100 {
	margin-right: 100px;
}

.m-r110 {
	margin-right: 110px;
}

.m-r120 {
	margin-right: 120px;
}

.m-r130 {
	margin-right: 130px;
}

.m-r140 {
	margin-right: 140px;
}

.m-r150 {
	margin-right: 150px;
}

/*-------------------------------------
	2.6 marging (left right)
-------------------------------------*/
.m-lr0 {
	margin-left: 0;
	margin-right: 0;
}

.m-lr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.m-lr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.m-lr15 {
	margin-left: 15px;
	margin-right: 15px;
}

.m-lr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.m-lr30 {
	margin-left: 30px;
	margin-right: 30px;
}

.m-lr40 {
	margin-left: 40px;
	margin-right: 40px;
}

.m-lr50 {
	margin-left: 50px;
	margin-right: 50px;
}

.m-lr60 {
	margin-left: 60px;
	margin-right: 60px;
}

.m-lr70 {
	margin-left: 70px;
	margin-right: 70px;
}

.m-lr80 {
	margin-left: 80px;
	margin-right: 80px;
}

.m-lr90 {
	margin-left: 90px;
	margin-right: 90px;
}

.m-lr100 {
	margin-left: 100px;
	margin-right: 100px;
}

.m-lr120 {
	margin-left: 120px;
	margin-right: 120px;
}

.m-lr150 {
	margin-left: 150px;
	margin-right: 150px;
}

/*left right part css*/
.wt-left-part,
.wt-right-part {
	width: 562px;
}

.wt-left-part2,
.wt-right-part2 {
	width: 610px;
}

.wt-left-part {
	float: right;
}

.wt-left-part2 {
	float: right;
}

.wt-left-part2 {
	padding-left: 0px;
	padding-right: 30px;
}

.wt-right-part2 {
	padding-right: 0px;
	padding-left: 30px;
}

.team-outer {
	margin-top: 40px;
}

/*-------------------------------------
	2.7 marging (top bottom)
-------------------------------------*/
.m-tb0 {
	margin-bottom: 0;
	margin-top: 0;
}

.m-tb5 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.m-tb10 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.m-tb15 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.m-tb20 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.m-tb30 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.m-tb40 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.m-tb50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.m-tb60 {
	margin-bottom: 60px;
	margin-top: 60px;
}

.m-tb70 {
	margin-bottom: 70px;
	margin-top: 70px;
}

.m-tb80 {
	margin-bottom: 80px;
	margin-top: 80px;
}

.m-tb90 {
	margin-bottom: 90px;
	margin-top: 90px;
}

.m-tb100 {
	margin-bottom: 100px;
	margin-top: 100px;
}

.m-tb120 {
	margin-bottom: 120px;
	margin-top: 120px;
}

.m-tb150 {
	margin-bottom: 150px;
	margin-top: 150px;
}

/*-------------------------------------
	2. transition 
-------------------------------------*/
a,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.wt-icon-box-xld,
.wt-icon-box-xl,
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-wt-work .wt-box .shadow-bx img,
.how-wt-work .wt-box .step-no-bx,
.wt-info-has,
.wt-we-find .wt-box,
.navbar-toggle,
.logo-header,
.header-nav .nav > li > a,
.extra-nav,
.acod-head .indicator .fa {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*-------------------------------------
	2.8 colum gap less
-------------------------------------*/
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
	padding-left: 0;
	padding-right: 0;
}

/*======================================
8. OVERLAY ( transparient box style  )
======================================*/
.rounded-bx, .wt-box, .wt-icon-box, .wt-icon-box-small, .wt-thum-bx, .wt-post-thum {
	position: relative;
}

.overlay-icon {
	list-style: none;
	width: 160px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px -75px;
	z-index: 1 !important;
}

/*-------------------------------------
	12. Social icons 
-------------------------------------*/
.social-icons {
	list-style: none;
	margin-left: -3px;
	margin-right: -3px;
	font-size: 12px;
	text-align: left;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	text-align: center;
}

.social-icons li a {
	display: block;
	padding: 3px;
}

.social-icons.social-md {
	font-size: 18px;
}

.social-icons.social-lg li a {
	font-size: 24px;
}

.social-icons.has-bg li a:hover {
	color: #fff;
}

.social-icons.social-light a {
	color: #fff;
}

.social-icons.social-light.has-bg li a:hover {
	color: #777;
}

.social-icons.social-dark a {
	color: #777;
}

.social-icons.social-dark.has-bg li a:hover {
	color: #777;
}

.social-icons.social-square a,
.social-icons.social-radius a {
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0;
}

.social-icons.social-square.social-md a,
.social-icons.social-radius.social-md a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0;
}

.social-icons.social-square.social-lg a,
.social-icons.social-radius.social-lg a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

.social-icons.social-square.social-primary a,
.social-icons.social-radius.social-primary a {
	background-color: #000;
	color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.social-icons.social-square.social-primary a:hover,
.social-icons.social-radius.social-primary a:hover {
	background-color: #1a1a1a;
}

.social-icons.social-square.social-primary.has-bg a:hover,
.social-icons.social-radius.social-primary.has-bg a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.social-icons.social-square.social-dark a,
.social-icons.social-radius.social-dark a {
	background-color: #fff;
}

.social-icons.social-square.social-dark a:hover,
.social-icons.social-radius.social-dark a:hover {
	background-color: #1a1a1a;
	color: #fff;
}

.social-icons.social-square.social-dark.has-bg a:hover,
.social-icons.social-radius.social-dark.has-bg a:hover {
	border: 1px solid #777;
}

.social-icons.social-square.social-darkest a,
.social-icons.social-radius.social-darkest a {
	border: 1px solid #4a4c4c;
}

.social-icons.social-darkest a {
	color: #454747;
}

.social-icons.social-square.social-darkest a:hover,
.social-icons.social-radius.social-darkest a:hover {
	background-color: #000;
	color: #fff;
}

.social-icons.social-radius a {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.social-icons.social-square.social-dark.white-border a,
.social-icons.social-radius.social-dark.white-border a {
	background: none;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 1);
}

.overlay-bx {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.block01 {
	position: absolute;
	right: 9px;
	bottom: 20px;
	width: 260px;
	min-height: 120px;
	padding-left: 40px;
}

.overlay-bx:hover,
.wt-thum-bx:hover .overlay-bx,
.wt-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
	opacity: 1;
	visibility: visible;
}

/*======================================
9. BOXES CSS 
======================================*/
.rounded-bx,
.wt-box,
.wt-icon-box,
.wt-icon-box-small,
.wt-thum-bx,
.wt-post-thum {
	position: relative;
}

.overlay-wraper {
	position: relative;
}

.overlay-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.opacity-01 {
	opacity: 0.1;
}

.opacity-02 {
	opacity: 0.2;
}

.opacity-03 {
	opacity: 0.3;
}

.opacity-04 {
	opacity: 0.4;
}

.opacity-05 {
	opacity: 0.5;
}

.opacity-06 {
	opacity: 0.6;
}

.opacity-07 {
	opacity: 0.7;
}

.opacity-08 {
	opacity: 0.8;
}

.opacity-09 {
	opacity: 0.9;
}

.overlay-light .overlay-main {
	opacity: 0.3;
}

.overlay-dark .overlay-main {
	opacity: 0.9;
}

.overlay-wraper > .container,
.overlay-wraper > .container-fluid,
.overlay-wraper > .wt-icon-box-wraper,
.overlay-wraper > .wt-left-part,
.overlay-wraper > .wt-right-part,
.overlay-wraper > .wt-left-part2,
.overlay-wraper > .wt-right-part2 {
	position: relative;
	z-index: 1;
}

/*-------------------------------------
	3. float-clearfix 
-------------------------------------*/
.clearfix::after,
.filter-wrap::after,
.filter-wrap::after,
.wt-icon-box-wraper::after,
ol.commentlist li::after {
	content: "";
	display: table;
	clear: both;
}

.text-right {
	text-align: right;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.hilite-title {
	border: 0px;
}

.hilite-title strong {
	display: block;
	font-size: 30px;
	line-height: 67px;
	font-weight: bold;
	color: rgba(191, 191, 191, 0.7);
}

.hilite-title span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}

.hilite-title.bdr-left {
	border-left: 10px;
	border-style: solid;
}

.hilite-title.bdr-right {
	border-right: 10px;
	border-style: solid;
}

.font-weight-300 {
	font-weight: 300;
}

.font-30 {
	font-size: 30px;
	line-height: 36px;
}

.font-40 {
	font-size: 40px;
	line-height: 46px;
}

p {
	line-height: 24px;
	margin-bottom: 24px;
}

.btn-half {
	cursor: pointer;
	background-color: #000;
	z-index: 0;
	display: inline-block;
	position: relative;
}

.button-lg {
	padding: 20px 35px;
	font-size: 16px;
}

/* 1.45(5) half effect button outline style */
.btn-half {
	cursor: pointer;
	background-color: #000;
	z-index: 0;
	display: inline-block;
	position: relative;
}

.btn-half span {
	color: #fff;
	display: block;
	padding-left: 0%;
	padding-right: 25px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 5px;
	transform: scaleX(0.9);
	transform-origin: center left;
	transition: color 0.3s ease;
	position: relative;
	z-index: 1;
}

.btn-half em {
	position: absolute;
	height: 1px;
	background: #fff;
	width: 22%;
	right: 23px;
	top: 50%;
	transform: scaleX(0.25);
	transform-origin: center right;
	transition: all 0.3s ease;
	z-index: 1;
}

.btn-half:before,
.btn-half:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.2);
	height: 50%;
	width: 0;
	position: absolute;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-half:before {
	top: 0;
	left: 0;
	right: auto;
}

.btn-half:after {
	bottom: 0;
	right: 0;
	left: auto;
}

.btn-half.site-button:hover {
	background-color: #000;
}

.btn-half:hover:before {
	width: 100%;
	right: 0;
	left: auto;
}

.btn-half:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.btn-half:hover span {
	color: #fff;
}

.btn-half:hover em {
	background: #fff;
	transform: scaleX(1);
}

.m-carousel-1 {
	position: relative;
}

.m-l100 {
	margin-left: 100px;
}

.hilite-title {
	border: 0px;
}

/*======================================
34. Home Page
======================================*/

.m-carousel-1 {
	position: relative;
}

.m-carousel-1:after {
	content: "";
	position: absolute;
	top: 70px;
	left: -70px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 30px solid rgb(197 164 126 / 30%);
}

.m-carousel-1 .owl-carousel .owl-dots {
	position: absolute;
	right: 20px;
	margin-top: 0px;
	top: 50%;
	width: 0px;
	transform: translateX(-50%) translateY(-50%);
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 3px;
	border: none;
	float: right;
	clear: both;
	position: relative;
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 3px;
	background-color: #000;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot.active span:after {
	width: 50px;
}

@media only screen and (max-width: 991px) {
	.m-carousel-1 {
		margin-bottom: 100px;
		margin-left: 70px;
	}
}

@media only screen and (max-width: 768px) {
	.m-carousel-1 {
		margin-top: 0px;
	}

	.m-carousel-1::after {
		top: 100px;
		left: -70px;
		border: 20px solid rgba(0, 0, 0, 0.1);
	}
}


@media only screen and (max-width: 420px) {
	.m-carousel-1 {
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.m-carousel-1:after {
		display: none;
	}
}

/*-------------------------------------
	10. Image effects 
-------------------------------------*/
.wt-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
}

.wt-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}

/* 10.1 image-opacity */
.wt-img-effect.opacity img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

/*10.2 image-zoom */
.wt-img-effect.zoom-slow img {
	transition: all 10s;
	-moz-transition: all 10s;
	-webkit-transition: all 10s;
	-o-transition: all 10s;
}

.wt-img-effect.zoom-slow:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

/*10.3 image-zoom-slow */
.wt-img-effect.zoom:hover img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

/*10.4 image-shrink */
.wt-img-effect.shrink:hover img {
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-moz-transform: scale(0.8);
}

/*10.5 image-side-pan */
.wt-img-effect.side-pan:hover img {
	margin-left: -9%;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

/*10.6 image-vertical-pan */
.wt-img-effect.vertical-pan:hover img {
	margin-top: -10%;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

/*10.7 image-fade-in */
.wt-img-effect.fade-in {
	background: #000
}

.wt-img-effect.fade-in img {
	opacity: 0.65;
	-moz-opacity: 0.65;
	-webkit-opacity: 0.65;
}

.wt-img-effect.fade-in:hover img {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

/*10.8 image-fade-out */
.wt-img-effect.fade-out {
	background: #000
}

.wt-img-effect.fade-out:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

/*10.9 image-rotate */
.wt-img-effect.rotate:hover img {
	-moz-transform: scale(1.5) rotate(-20deg);
	-webkit-transform: scale(1.5) rotate(-20deg);
	-o-transform: scale(1.5) rotate(-20deg);
	-ms-transform: scale(1.5) rotate(-20deg);
	transform: scale(1.5) rotate(-20deg);
}

/*10.10 image-sepia */
.wt-img-effect.sepia img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}

.algo-image-hover.sepia:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/*10.11 image-blurr */
.wt-img-effect.blurr img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.wt-img-effect.blurr:hover img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}

/*10.12 image-blurr-invert */
.wt-img-effect.blurr-invert img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.wt-img-effect.blurr-invert img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}

.wt-img-effect.blurr-invert:hover img {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
}

/*10.13 image off color */
.wt-img-effect.off-color img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.wt-img-effect.off-color:hover img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

/*10.14 image on color */
.wt-img-effect.on-color img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

.wt-img-effect.on-color:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

/*===========================
38. latest-blog-dark
===========================*/
.latest-blog-dark-outer {
	margin-left: 20px;
	height: 250px;
}

.latest-blog-dark {
	position: absolute;
	left: -20px;
	bottom: 20px;
	width: 260px;
	min-height: 120px;
	background-color: rgba(255,255,255,.3);
	padding-left: 55px;
}

.latest-blog-dark .v-date {
	position: absolute;
	left: -15px;
	top: 45px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 15px;
}
.latest-blog-dark.en .v-date{
	font-size: 12px;
}

.wt-separator {
	display: inline-block;
	height: 3px;
	width: 50px;
	position: relative;
}

.section-head {
	margin-bottom: 40px;
}

/*latest-blog-dark2*/
/*=========================*/
.latest-blog-dark-outer2 {
	height: 530px;
	margin-right: 61px;
}

.latest-blog-square {
	position: absolute;
	right: -60px;
	bottom: 60px;
	width: 400px;
	min-height: 400px;
	padding: 25px 70px 25px 25px;
	border: 15px solid #fff;
}

.latest-blog-square .v-date {
	position: absolute;
	left: -90px;
	top: 50px;
	font-size: 16px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.latest-blog-square.en .v-date{
	font-size: 14px;
}

.team-outer .wt-team-info {
	width: 100%;
	bottom: 0;
	z-index: 11;
	background-color: rgba(255, 255, 255, .85) !important;
}

.team-outer .wt-team-info h5,
.team-outer .wt-team-info p {
	color: #000;
	font-size: 17px;
}
.fb-link {
	position: fixed;
	z-index: 1111;
	bottom: 90px;
	/*margin-top: -30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #fff;
	background-color: #3a5a9a;
	font-size: 20px;
	text-align: center;*/
	right: 40px;
}
.menu {
	filter: url("#shadowed-goo");
}
.menu input[type=checkbox]:before,
.menu input[type=checkbox]:after{
	content: none;
}

.menu.fb-link .menu-item, .menu.fb-link .menu-open-button {
	background: #c5a47e;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	margin-left: -40px;
	position: absolute;
	top: 0px;
	color: white;
	text-align: center;
	line-height: 60px;
	transform: translate3d(0, 0, 0);
	transition: transform ease-out 200ms;
}
.menu.fb-link .menu-item.facebook{
	background: #0A7CFF;
}
.menu.fb-link .menu-item.email{
	background: #1b1b1b;
}
.menu.fb-link .menu-item.whatsup{
	background: #7ad06d;
}
.menu-open {
	display: none;
}
input[type="checkbox"].menu-open+label::before {
	content:none;
	border: none;
	height: 0;
}
.menu-open-button.icone-animated:before{
	animation-name: changeBG;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	/*position: relative;
	left:50%;
	right:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);*/
}
.menu-open-button{
	animation-name: changeColorBG;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	font-size: 30px;
	background: #c5a47e;
}
@keyframes changeColorBG {
	0%{
		background: #c5a47e;
	}
	25%{
		background: #1b1b1b;
	}
	50% {
		background: #0A7CFF;
	}
	75% {
		background: #7ad06d;
	}
	100% {
		background: #c5a47e;
	}
}

@-webkit-keyframes changeColorBG {
	0%{
		background: #c5a47e;
	}
	25%{
		background: #1b1b1b;
	}
	50% {
		background: #0A7CFF;
	}
	75% {
		background: #7ad06d;
	}
	100% {
		background: #c5a47e;
	}
}

@-moz-keyframes changeColorBG {
	0%{
		background: #c5a47e;
	}
	25%{
		background: #1b1b1b;
	}
	50% {
		background: #0A7CFF;
	}
	75% {
		background: #7ad06d;
	}
	100% {
		background: #c5a47e;
	}
}

@-ms-keyframes changeColorBG {
	0%{
		background: #c5a47e;
	}
	25%{
		background: #1b1b1b;
	}
	50% {
		background: #0A7CFF;
	}
	75% {
		background: #7ad06d;
	}
	100% {
		background: #c5a47e;
	}
}

@-o-keyframes changeColorBG {
	0%{
		background: #c5a47e;
	}
	25%{
		background: #1b1b1b;
	}
	50% {
		background: #0A7CFF;
	}
	75% {
		background: #7ad06d;
	}
	100% {
		background: #c5a47e;
	}
}

@keyframes changeBG {
	0%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	25%{
		content:"\f0e0";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
	}
	50% {
		content:"\f39f";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	75% {
		content:"\f232";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	100%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
}

@-webkit-keyframes changeBG {
	0%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	25%{
		content:"\f0e0";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
	}
	50% {
		content:"\f39f";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	75% {
		content:"\f232";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	100%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
}

@-moz-keyframes changeBG {
	0%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	25%{
		content:"\f0e0";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
	}
	50% {
		content:"\f39f";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	75% {
		content:"\f232";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	100%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
}

@-ms-keyframes changeBG {
	0%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	25%{
		content:"\f0e0";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
	}
	50% {
		content:"\f39f";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	75% {
		content:"\f232";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	100%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
}

@-o-keyframes changeBG {
	0%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	25%{
		content:"\f0e0";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
	}
	50% {
		content:"\f39f";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	75% {
		content:"\f232";
		font-weight: 400;
		font-family: "Font Awesome 5 Brands";
	}
	100%{
		content:"\f095";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
}
/*.hamburger {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    transition: transform 200ms;
}

.hamburger-1 {
    transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
    transform: translate3d(0, 0, 0);
}

.hamburger-3 {
    transform: translate3d(0, 8px, 0);
}*/

/*.menu-open:checked + .menu-open-button .hamburger-1 {
    transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}*/
.menu-open:checked + .menu-open-button:before{
	content:"\f00d" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}
.menu-open:checked + .menu-open-button{
	background: #c5a47e !important;
}

.menu {
	/*margin-left: -60px;
	padding-top: 0;
	padding-left: 60px;*/
	width: 300px;
	height: 60px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: right;
}

.menu.fb-link .menu-item:hover {
	background: white;
	color: #c5a47e;
}
.menu.fb-link .menu-item.email:hover{
	color: #1b1b1b;
}
.menu.fb-link .menu-item.facebook:hover{
	color: #0A7CFF;
}
.menu.fb-link .menu-item.whatsup:hover{
	color: #7ad06d;
}
.menu.fb-link .menu-item:nth-child(3) {
	transition-duration: 180ms;
}
.menu.fb-link .menu-item:nth-child(4) {
	transition-duration: 180ms;
}
.menu.fb-link .menu-item:nth-child(5) {
	transition-duration: 180ms;
}
.menu.fb-link .menu-item:nth-child(6) {
	transition-duration: 180ms;
}

.menu-open-button {
	z-index: 2;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-duration: 400ms;
	transform: scale(1.1, 1.1) translate3d(0, 0, 0);
	cursor: pointer;
	margin-right:0!important;
	width: 60px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	position: absolute!important;
	padding-left: 0!important;
}

.menu-open-button:hover {
	transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
	transition-timing-function: linear;
	transition-duration: 200ms;
	transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
	transition-duration: 170ms;
	transform: translate3d(-60px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
	transition-duration: 250ms;
	transform: translate3d(-120px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
	transition-duration: 330ms;
	transform: translate3d(-180px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
	transition-duration: 410ms;
	transform: translate3d(-240px, 0, 0);
}
@media only screen and (max-width: 1024px) {
	.latest-blog-square {
		right: 15px;
		width: 80%;
	}

	.latest-blog-dark {
		left: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.latest-blog-dark-outer {
		margin-left: 0px;
	}

	.latest-blog-dark-outer2 {
		margin-right: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.latest-blog-square {
		padding: 15px;
	}
}

/*=========================*/
.some-facts {
	position: relative;
	padding: 60px 30px 60px 50px;
	border: 15px solid #fff;
	border-right: 0px;
}

.some-facts:after,
.some-facts:before {
	content: "";
	position: absolute;
	background-color: #fff;
	right: -15px;
	width: 15px;
	height: 140px;
}

.some-facts:after {
	bottom: -15px;
}

.some-facts:before {
	top: -15px;
}

.some-facts-counter {
	padding-top: 130px;
}

.square_shape1,
.square_shape2,
.square_shape3,
.square_shape4 {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.square_shape1:after,
.square_shape2:before,
.square_shape3:before,
.square_shape4:after {
	width: 800px;
	height: 800px;
	position: absolute;
	content: "";
	border: 40px solid rgba(191, 191, 191, 0.1);

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

/*shape1*/
.square_shape1:after {
	left: -700px;
	top: 50px;
}

/*shape2*/
.square_shape2:before {
	right: -700px;
	bottom: -340px;
}

/*shape3*/
.square_shape3:before {
	right: -700px;
	bottom: -300px;
}

/*shape4*/
.square_shape4:after {
	left: -820px;
	top: -260px;
}

/*.section-title {
	color: #c5a47e;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 5px;
}*/

.content-switch-lang {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 1111111111111111111;
}

.switch {
	position: relative;
	display: inline-block;
	margin: 0 5px;
}

.switch > span {
	position: absolute;
	top: 5px;
	pointer-events: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
	width: 50%;
	text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
	color: #1b1b1b;
}

input.check-toggle-round-flat:checked ~ .on {
	color: #fff;
}

.switch > span.on {
	left: 0;
	padding-left: 2px;
	color: #1b1b1b;
}

.switch > span.off {
	right: 0;
	padding-right: 4px;
	color: #fff;
}

.check-toggle {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

.check-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.check-toggle-round-flat + label {
	padding: 2px;
	width: 97px;
	height: 35px;
	background-color: #1b1b1b;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}

input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
}

input.check-toggle-round-flat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #1b1b1b;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}

input.check-toggle-round-flat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 48px;
	background-color: #fff;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
	transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
	margin-left: 44px;
}

.custom-btn {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	background: #c5a47e;
	color: #fff;
	padding: 10px 30px;
	margin: 0;
	position: relative;
	border-radius: 50px;
}
.navbar .custom-btn{
	background: #c5a47e !important;
}

.navbar-collapse .custom-btn:hover,
.navbar-collapse .custom-btn:focus {
	background: #fff;
	color: #fff;
}

.contactBtnDiv {
	border: 1px solid #fff;
	border-radius: 30px;
}

.custom-btn.no-bg {
	background: transparent;
}

.bg-repeat {
	background-repeat: repeat;
}

.section-full {
	position: relative;
}

.wt-left-part {
	float: right;
}

.wt-left-part, .wt-right-part {
	width: 562px;
}

.m-carousel-2 {
	margin-right: 130px;
	margin-bottom: 50px;
	position: relative;
}

.m-carousel-2.inverse {
	margin-right: unset;
	margin-left: 130px;
}

.m-carousel-2 .home-carousel-2 {
	border: 15px solid #fff;
	border-bottom: 0px;
	border-left: 0px;
}

.owl-carousel .owl-nav {
	margin-top: 40px;
	text-align: center;
}

.owl-carousel .owl-nav {
	margin-top: 40px;
	text-align: center;
}

.owl-btn-vertical-center .owl-nav {
	margin: 0px;
}

.m-carousel-2 .home-carousel-2 .owl-nav {
	margin: 0px;
	position: absolute;
	bottom: -30px;
	left: 30px;
}

.m-carousel-2 .home-carousel-2 .owl-nav .owl-prev {
	left: -30px;
}

.wt-box {
	position: relative;
}

.wt-carousel-block {
	position: relative;
}

.gradi-black:before {
	width: 100%;
	height: 100%;
	opacity: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.carousel-hover .owl-item .gradi-black:before {
	opacity: 0;
}

.owl-carousel .owl-item img {
	transform-style: inherit;
}

.wt-carousel-info {
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

.carousel-hover .wt-carousel-info {
	bottom: -300px;
	opacity: 0px;
}

.carousel-line {
	position: relative;
}

.carousel-line:after, .carousel-line:before {
	position: absolute;
	content: "";
	background-color: #fff;
}

.carousel-line:before {
	width: 6px;
	height: 100px;
	left: -20px;
	bottom: -40px;
}

.carousel-line:after, .carousel-line:before {
	position: absolute;
	content: "";
	background-color: #fff;
}

.carousel-line:after {
	width: 100px;
	height: 6px;
	left: -40px;
	bottom: -20px;
}

.wt-img-overlay1:after, .wt-img-overlay1:before, .gradi-black:before, .gradi-black:after, .gradi-white:before, .gradi-white:after {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0.4;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.carousel-bg-img {
	position: absolute;
	right: -65px;
	top: -50px;
	width: 100%;
}

.carousel-hover .owl-item.active .wt-carousel-info {
	bottom: 0px;
	opacity: 1px;
	-webkit-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-o-transition: all 11.5s linear;
	transition: all 1.5s linear;
}

.carousel-hover .owl-item.active .gradi-black:before {
	opacity: 1;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.gradi-black:before {
	width: 100%;
	height: 100%;
	opacity: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.m-carousel-2 .owl-prev,
.m-carousel-2 .owl-next {
	float: none;
}

.m-carousel-2 .owl-carousel .owl-nav {
	text-align: left;
	right: unset;
}

.owl-btn-vertical-center .owl-nav .owl-prev, .owl-btn-vertical-center .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin: -15px 0;
}

.owl-carousel .owl-nav div.owl-next, .owl-carousel .owl-nav div.owl-prev, .owl-carousel div.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel .owl-nav div.owl-next, .owl-carousel .owl-nav div.owl-prev {
	background-color: #000;
	color: #ffffff;
	padding: 8px 10px;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	opacity: 0.5;
	line-height: 31px;
}

.blog-home .owl-carousel .owl-nav div.owl-next, .blog-home .owl-carousel .owl-nav div.owl-prev {
	background: transparent;
}

.m-carousel-2 .home-carousel-2 .owl-nav .owl-next {
	right: -44px;
}

.m-carousel-2.inverse .carousel-bg-img {
	left: -65px;
	right: unset;
}

.m-carousel-2 .home-carousel-2 {
	border-right: 0px;
	border-left: 15px solid #fff;
}

.nav.nav-pills .custom-btn {
	background: transparent;
	padding: 10px 30px;
	color: #fff;
	border-radius: 50px;
}

.nav.nav-pills .custom-btn.active {
	background: #c5a47e;
}

.custom-select {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	border-radius: 0;
	color: #777;
	margin-bottom: 12px;
	padding: 16px 0;
	height: auto;
	font-size: 15px;
}

.custom-select * {
	background: #1b1b1b;
}
.navbar .custom-select{
	color: #fff;
}
.nav-scroll.navbar .custom-select {
	color: #777;
}

.blog-home .item .post-img img {
	height: 300px;
	object-fit: cover;
}

.blog-home .item .info a span {
	color: #fff;
	padding: 9px;
	border-radius: 20px;
	background: #c5a47e;
}

.blog-home .item .info a:last-of-type {
	margin-right: 0;
	color: #fff;
	background: #c5a47e;
	padding: 8px;
	border-radius: 15px;
	line-height: normal;
	display: inline-block;
}

.blog-home .item .info a:last-of-type::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	flex-shrink: 0;
	border-radius: 50em;
	background-color: currentColor;
	vertical-align: middle;
	opacity: .35;
	color: #fff;
	margin-right: 0.5rem;
}

.blog-home .item .info a span:after {
	display: none;
}

.blog-home .item h4 a {
	text-transform: capitalize;
}

.custom-pagination.pagination-1 {
	padding: 10px 0;
	width: 100%;
}

.pagination-1 {
	padding: 10px 0;
	display: flex;
}

.custom-pagination li a {
	color: #1b1b1b;
	display: inline-block;
}

.custom-pagination .page-item {
	margin: 0 22px;
}

.icon-cariere {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 0.03);
	color: #999;
	border-radius: 28px;
	margin-right: 3px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	/*background: #161616;*/
	margin-bottom: 15px;
}

.titre-cariere {
	font-weight: 600;
	color: #c5a47e;
	font-size: 16px;

}

.icon-cariere i {
	font-size: 16px;
	color: #fff;

}

.tem-title-1 {
	font-size: 26px;
	color: #fff;
	font-weight: 400;
}

.tem-title-2 {
	font-size: 14px;
	color: #fff;
}

.tem {
	font-size: 12px;
}

.single-property-4 {
	position: relative;
}

.single-property-4 img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	/*border-radius: 5px;*/
}

ul.avantages img {
	width: 50px;
}

/*ul.avantages li{
	width: 24.7%;
	margin: 0;
}*/

#mapPlace {
	height: 450px;
}

.propertiesContainer .accordion-item {
	border-radius: 5px;
	background: #4F4F4F;
	border: 0;
}

.propertiesContainer .accordion-item button {
	border: none;
	color: #fff;
	background: #292929;
	border-radius: 3px;
	/*display: block;*/
}

.propertiesContainer .accordion-item button.accordion-button.collapsed {
	background: #4F4F4F;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button img {
	width: 15px;
}

.accordion-button img.home-icon {
	width: 40px;
}

.propertiesContainer .accordion-item table button.btn-status,
.projects2-wrap .btn-status {
	background: #fef3f2bf;
	border-radius: 0;
	padding: 5px 10px;
	font-size: 13px;

}

.propertiesContainer .accordion-item table button.btn-vendu,
.projects2-wrap .btn-status.btn-vendu {
	color: red;
}

.propertiesContainer .accordion-item table button.btn-dispo,
.projects2-wrap .btn-status.btn-dispo {
	color: #027A48;
}

.propertiesContainer .accordion-item table button.btn-reserved {
	color: #B54708;
}

.propertiesContainer .accordion-item table button.btn-plan {
	background: #FEF3F2;
	border-radius: 5px;
	padding: 5px 10px;
	color: #4F4F4F;
}

.propertiesContainer table,
.propertiesContainer table tr,
.table-striped > tbody > tr:nth-of-type(odd) > *,
.table-striped > tbody > tr:nth-of-type(even) > * {
	color: #fff;
	text-align: center;
}

/*.propertiesContainer .accordion-item{
	background: ;
}*/
.pswp-docs__home-gallery {
	grid-gap: 10px;
	display: grid;
	grid-template-columns: 1fr .5fr .5fr;
	position: relative;
	width: 100%;
	padding: 0;
}

figure.pswp-docs__home-gallery-item {
	display: block;
	margin: 0;
	padding: 0;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item {
	position: relative;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item:first-child {
	grid-row: span 2;
	position: relative;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item a {
	display: block;
	height: 100%;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 10px;
}

.btn-more-photos {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	width: auto;
}

.btn-more-photos:hover {
	color: #fff !important;
}

.projects2-wrap > a {
	display: block;
	position: relative;
	/* z-index: 0; */
}

.projects2-wrap > a:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
}

.wt-team-six:hover {
	cursor: pointer;
}

#membersContent.showLoader {
	min-height: 100vh;
}

#membersContent.showLoader:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../images/loading.gif");
	background-position: center center !important;
	background-repeat: no-repeat !important;
	z-index: 1111;
}

.item-project .info {
	position: absolute;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	padding: 20px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
}

.items.item-project:hover .info {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
}

.items.item-project .img {
	height: 315px;
}

.items.item-project .img img {
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

p.line-before {
	font-style: italic;
	font-size: 18px;
	position: relative;
	padding-left: 25px;
}

p.line-before:before {
	content: '';
	height: 100%;
	border: 2px solid #c5a47e;
	display: block;
	left: 0;
	position: absolute;
}

#slider-area .owl-item.active .bg-img {
	-webkit-animation: immortalkenburns 20s linear 0s infinite alternate;
	animation: immortalkenburns 20s linear 0s infinite alternate;
	height: 100%;
	width: 100%;

}

@-moz-keyframes immortalkenburns {
	0% {
		-moz-transform: scale(1);
		-moz-transition: -moz-transform 20s linear 0s
	}
	100% {
		-moz-transform: scale(1.3);
		-moz-transition: -moz-transform 20s linear 0s
	}
}

@-ms-keyframes immortalkenburns {
	0%, 100% {
		-ms-transition: -ms-transform 20s linear 0s
	}
	0% {
		-ms-transform: scale(1)
	}
	100% {
		-ms-transform: scale(1.3)
	}
}

@-o-keyframes immortalkenburns {
	0% {
		-o-transform: scale(1);
		-o-transition: -o-transform 20s linear 0s
	}
	100% {
		-o-transform: scale(1.3);
		-o-transition: -o-transform 20s linear 0s
	}
}

@keyframes immortalkenburns {
	0% {
		transform: scale(1);
		transition: transform 20s linear 0s
	}
	100% {
		transform: scale(1.3);
		transition: transform 20s linear 0s
	}
}

.blog-items .item img{
	height: 235px;
	/*height: 260px;
	object-fit: contain;*/
	object-fit: cover;
}
.teams .testi-wrap {
	padding-top: 90px;
}
.teams .testi-item {
	background-color: #1b1b1b;
	padding: 100px 40px 40px 40px;
	position: relative;
}
.teams .testi-item .testi-thumb {
	height: 160px;
	width: 160px;
	margin: 0 auto;
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid #c5a47e;
	border-radius: 50%;
}
.teams .testi-item .testi-thumb img {
	object-fit: cover;
	border-radius: 50%;
}
.teams .testi-item .testi-content .author {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.teams .testi-item .testi-content .author span {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
}
.teams .owl-stage{
	padding-left: 0 !important;
	padding-top: 90px;
}
.wt-team-six.active{
	border: 3px solid #c5a47e;
}
.similar-post img{
	height:300px;
	object-fit:cover;
}
#exampleModal input[type="radio"] {
  --s: 1em; /* control the size */
  --c: #c5a47e; /* the active color */

  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s) / 8) solid #939393;
  padding: calc(var(--s) / 8);
  background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50%/0 0
    no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s) / 10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
  margin-right:7px;
}
#exampleModal input[type="radio"]:checked {
  border-color: var(--c);
  background-size: 100% 100%;
}

#exampleModal input[type="radio"]:disabled {
  background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
  opacity: 0.5;
  cursor: not-allowed;
}
.intl-tel-input .flag-container{
	width:100%;
}
.intl-tel-input .flag-container .country-list{
	max-width:100%;
	z-index:111;
}
.intl-tel-input .country-list li.country{
	white-space: break-spaces;
	font-size:13px
}
.blog-home .item .post-img img {
	/*object-fit: contain ;*/
	object-fit: cover ;
}
.img-detail-blog{
	height: 400px;
	/*object-fit: cover;*/
	object-fit: contain;
}
.propertiesContainer .accordion-item button {
	background: #1a4c5f;
}
.propertiesContainer .accordion-item button.accordion-button.collapsed {
	background: #1a4c5f;
}
.propertiesContainer .accordion-item {
 	background: #ffffff;
}
/*slider detail bien start*/
swiper-container {
	width: 100%;
	height: 500px;
}

.smySwiper2 {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
}


swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper {
	height: 600px;
	width: 100%;
}

.mySwiper2 {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper2 swiper-slide {
	width: 25%;
	height: 150px;
	opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
	opacity: 1;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
swiper-slide a {
	padding: 0 !important;
	margin: 0 !important;
}
.swiper-button-prev.swiper-button-disabled{
	opacity: 0 !important;
}
/*slider detail bien end*/


/*Modal devis détail bien start*/
.modal-wrapper {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.modal-wrapper.show, .wp-post-modal.show, .wp-post-modal.show .close-modal {
	display: block !important;
}
.modal-wrapper.styled {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.wp-post-modal {
	display: none;
}
.modal-wrapper.show, .wp-post-modal.show, .wp-post-modal.show .close-modal {
	display: block !important;
}
.modal-wrapper.styled .wp-post-modal {
	position: relative;
	background-color: #fefefe;
	margin: 10vh auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	transition: all 2s ease;
}
.modal-wrapper.styled.demande .wp-post-modal {
	width: 30%;
}



.modal-wrapper.styled .wp-post-modal .close-modal {
	background: 0 0;
	position: absolute;
	top: -6px;
	right: 10px;
	font-size: 2em;
	color: #333;
	cursor: pointer;
	z-index: 1;
}
.modal-wrapper.styled .wp-post-modal .close-modal {
	padding: 5px 10px;
	margin-top: 0;
	top: 0;
	right: 0;
}
/*Modal devis détail bien end*/
@media only screen and (max-width: 1200px) {
	.wt-left-part, .wt-right-part {
		width: 100%;
	}

	.wt-left-part {
		clear: both;
		float: none;
		padding-left: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.wt-left-part2, .wt-right-part2 {
		width: 456px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar .custom-select {
		color: #777;
	}
	.wt-left-part2 {
		max-width: 694px;
		width: 100%;
		padding: 0px;
		margin: 50px auto 0px;
		float: none;
	}

	.wt-right-part2 {
		max-width: 694px;
		width: 100%;
		padding: 0px;
		margin: 50px auto 50px;
		float: none;
	}

	.wt-left-part {
		max-width: 694px;
		width: 100%;
		padding: 0px;
		margin: 0px auto;
	}

	.m-carousel-2 {
		max-width: 694px;
		width: 100%;
		padding: 0px;
		margin: 0px auto 50px;
	}

	.carousel-bg-img {
		display: none;
	}

	.m-carousel-2 .home-carousel-2 {
		border: none;
	}

	.m-carousel-2.inverse {
		margin-right: unset;
		margin-left: 0;
	}

	.tm-wo-we-r {
		padding-top: 40px;
	}
	.latest-blog-dark-outer .block01{
		top: 10px;
		width: 100%;
		padding-left: 35px;
		bottom: unset;
	}
}

@media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr {
		border: 1px solid #ccc;
	}

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	/*

	Label the data

	*/
	#no-more-tables td:before {
		content: attr(data-title);
	}

	#no-more-tables .view_edit_delete_list {
		margin-top: 0;
	}

	#no-more-tables .view_edit_delete_list li {
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	.m-carousel-2 {
		margin: 0px auto;
		max-width: 696px;
	}

	.m-carousel-2 .home-carousel-2 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.mySwiper a img{
		height: 500px;
	}
	.mySwiper2 swiper-slide {
		width: 50% !important;
		height: 100%;
		opacity: 0.4;
	}
	.wt-left-part2 {
		max-width: 520px;
	}

	.wt-right-part2 {
		max-width: 520px;
	}

	.tm-wo-we-r .wt-left-part {
		max-width: 520px;
	}

	.m-carousel-2 {
		margin: 0px auto;
		max-width: 520px;
	}
}

@media only screen and (max-width: 620px) {
	.m-carousel-2 {
		margin-right: 0px;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 460px) {
	.carousel-line::after {
		width: 80px;
		height: 4px;
		left: -17px;
		bottom: -10px;
	}

	.carousel-line::before {
		width: 4px;
		height: 80px;
		left: -12px;
		bottom: -16px;
	}

	.m-carousel-2 .carousel-hover .carousel-line h2 {
		font-size: 18px;
	}

	.m-carousel-2 .carousel-hover .carousel-line p {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.m-carousel-2 .wt-carousel-info {
		width: 100%;
		padding: 25px;
	}

}
/* Flèche "suivante" */
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c5a47e' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-size: 100% 100%;
}

/* Flèche "précédente" */
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c5a47e' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 0-.708 0L4.646 7.646a.5.5 0 0 0 0 .708l6 6a.5.5 0 0 0 .708-.708L5.707 8l5.647-5.646a.5.5 0 0 0 0-.708z'/%3e%3c/svg%3e");
	background-size: 100% 100%;
}

/* Optionnel : fond clair pour mieux voir les flèches noires */
.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 2rem;
	height: 2rem;
 }
.color-blue{
	color : #1a4c5f !important;
}
.download-title {
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #333;
}

.download-btn {
	display: inline-block;
	padding: 15px 25px;
	font-size: 15px;
	color: #fff;
	background: #1a4c5f;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

/* Animation hover */
.download-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;

	transition: all 0.4s ease;

}

.download-btn:hover::after {
	left: 0;
}

.download-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
	color: #fff;
}
.wt-team-media.wt-thum-bx.wt-thum-bx2 img{
	width: 50%;
	justify-self: center;
}
@media (max-width: 992px) {
	.modal-wrapper.styled.demande .wp-post-modal {
		width: 100%;
	}
	.table>:not(caption)>*>* {
		padding: .5rem .5rem;
		background-color: #fff;
		color: #777777;
		min-width: 110px;
	}
}
