/*======================================
1. GENERAL 
======================================*/


img {border-style: none; height: auto; max-width: 100%; vertical-align: middle;}

hr {clear:both;}

section, 
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
main, 
menu, 
nav, 
summary {display:block;}

address {font-style:italic;}

table {background-color: transparent;    width: 100%;}
table thead th {
	color: #000;
	padding: 12px 8px !important;
	background-color: #ddd;
}

table td {padding:15px 10px !important;}

@media only screen and ( max-width:360px){
table td {word-break: break-all;}
}

p, 
address, 
pre, 
hr, 
ul, 
ol, 
dl, 
dd, 
table {
	margin-bottom:24px;
}

.overflow-hide {
	overflow:hidden;
}
.overflow-auto {
	overflow:auto;
}
.clear { 
	clear:both; 
}
.pull-none { 
	float:none;
}
::selection {
	background: #484848;
	color: #fff;
}

::-moz-selection {
	background: #484848;
	color: #fff;
}

::-webkit-selection {
	 background: #484848;
	 color: #fff;
}

@media only screen and (max-width:600px) {
.col-xs-100pc{
	width:100%;
}
}



/*======================================
3. TEXT & PARAGRAPH 
======================================*/

/*-------------------------------------
	1. text align
------------------------------------ */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {	text-align: right;}
.text-justify {text-align: justify}

/*-------------------------------------
	2. text vertical align
------------------------------------ */
.v-align-t {vertical-align:top;}
.v-align-m {vertical-align:middle;}
.v-align-b {vertical-align:bottom;}

/*-------------------------------------
	3. text no line brack
------------------------------------ */
.text-nowrap {	white-space: nowrap}

/*-------------------------------------
	4. text transform
------------------------------------ */
.text-lowercase {	text-transform: lowercase}

.text-uppercase {	text-transform: uppercase}

.text-capitalize {	text-transform: capitalize}

/*-------------------------------------
	5. text size
------------------------------------ */
.font-12 {font-size:12px;	line-height:18px;}
.font-14 {font-size:14px;	line-height:20px;}
.font-16 {font-size:16px;	line-height:22px;}
.font-18 {font-size:18px;	line-height:24px;}
.font-20 {font-size:20px;	line-height:26px;}
.font-22 {font-size:22px;	line-height:28px;}
.font-24 {font-size:24px;	line-height:30px;}
.font-26 {font-size:26px;	line-height:32px;}
.font-28 {font-size:28px;	line-height:34px;}
.font-30 {font-size:30px;	line-height:36px;}
.font-32 {font-size:32px;	line-height:38px;}
.font-34 {font-size:34px;	line-height:40px;}
.font-36 {font-size:36px;	line-height:42px;}
.font-38 {font-size:38px;	line-height:44px;}
.font-40 {font-size:40px;	line-height:46px;}
.font-45 {font-size:46px;	line-height:52px;}
.font-50 {font-size:50px;	line-height:56px;}
.font-60 {font-size:60px;	line-height:66px;}
.font-70 {font-size:70px;	line-height:76px;}
.font-80 {font-size:80px;   line-height:86px;}
.font-90 {font-size:90px;	line-height:96px;}
.font-100 {font-size:100px;line-height:106px;}
.font-120 {font-size:120px;line-height:126px;}
.font-140 {font-size:140px;line-height:146px;}
.font-160 {font-size:160px;line-height:166px;}
.font-180 {font-size:180px;line-height:186px;}

/*-------------------------------------
	6. text bold
------------------------------------ */
.font-weight-100{font-weight:100;}
.font-weight-300{font-weight:300;}
.font-weight-400{font-weight:400;}
.font-weight-500{font-weight:500;}
.font-weight-600{font-weight:600;}
.font-weight-700{font-weight:700;}
.font-weight-800{font-weight:800;}
.font-weight-900{font-weight:900;}

/*-------------------------------------
	7. Letter Spacing
------------------------------------ */
.letter-spacing-2{letter-spacing:2px;}
.letter-spacing-3{letter-spacing:3px;}
.letter-spacing-4{letter-spacing:4px;}
.letter-spacing-5{letter-spacing:5px;}
/*======================================
4. LISTING STYLES 
======================================*/

dl, ul, ol {list-style-position: outside ;	padding:0;}
ul, ol {margin-bottom:24px;}

ul li,
ol li {padding:0;}

dl {margin-left:0;	margin-bottom:30px;}
dl dd{margin-bottom:10px;}

.list-simple li{margin-bottom:10px;}
.list-simple li:last-child{margin-bottom:0px;}

.list-simple li ul{margin-left:15px;	margin-top:10px;}

.list-simple.list-unstyled li ul{margin-left:30px;	margin-top:10px;}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
    margin: 0 0 20px 0;
	padding:0;
	list-style:none; 
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
    padding:5px 5px 5px 20px;
    position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	font-size:15px;
	color:#262423;
}

.list-circle li:before{top:6px;	font-size:10px;}

.list-circle li:before { content: "\f111"; }
.list-angle-right li:before { content: "\f105"; }
.list-arrow li:before { content: "\f0da"; }
.list-check li:before { content:"\f00c"; }
.list-checked li:before { content:"\f046"; }
.list-check-circle li:before { content:"\f058"; }
.list-chevron-circle li:before { content:"\f138"; }
.list-arrow-circle li:before { content:"\f0a9"; }
.list-times-circle li:before { content:"\f057"; }

/*-------------------------------------
	1. listing before icon color css
-------------------------------------*/
ul.primary li:before {color:#ffbc13;}
ul.secondry li:before {color:#77C04B;}
ul.black li:before {color:#262423;}
ul.white li:before {color:#fff;}
ul.orange li:before {color:#FF6600;}
ul.green li:before {color:#00CC00;}
ul.red li:before {color:#FF3737;}

dl.no-margin, 
ul.no-margin, 
ol.no-margin {	margin:0px !important;	list-style:none;}

/*-------------------------------------
	2. listing before numbers
-------------------------------------*/
ol.list-num-count {counter-reset:li;}
ol.list-num-count > li {position:relative;	margin:0 0 6px 30px;	padding:4px 8px;	list-style:none;}
ol.list-num-count > li:before {
	content:counter(li , decimal);
	counter-increment:li; 
	position:absolute;
	top:0;
	left:-28px;
	width:28px;
	height:28px;
	padding:5px;
	color:#fff;
	background:#262423;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
ol.list-num-count.lower-alpha > li:before {	content:counter(li , lower-alpha);}
ol.list-num-count.upper-alpha > li:before {content:counter(li , upper-alpha);}
ol.list-num-count.list-outline > li:before {border:1px solid #262423;background-color:transparent;color:#262423;}
ol.list-num-count.list-outline-none > li:before {background-color:transparent;	color:#262423;}


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

/*-------------------------------------
	1.1 padding (around)
-------------------------------------*/
.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-t25 {padding-top:25px;}
.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-b25 {padding-bottom:25px;}
.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-l25 {padding-left:25px;}
.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-r25 {padding-right:25px;}
.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-lr25 {padding-left:25px; padding-right:25px;}
.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-tb25 {padding-bottom:25px; padding-top:25px;}
.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; }

/*-------------------------------------
	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.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;
}	



/*======================================
6. POSITIONS ( absolute , relative , statice & z-index)
======================================*/

/*-------------------------------------
	1. position
-------------------------------------*/
	/*1.1 relative*/
.relative{position:relative;}
	/*1.2 absolute*/
.absolute{position:absolute;}
	/*1.3 static*/
.static{position:static;}

/*-------------------------------------
	2. z-index
-------------------------------------*/
.z-index1{z-index:1;}
.z-index2{z-index:2;}
.z-index3{z-index:3;}
.z-index4{z-index:4;}
.z-index5{z-index:5;}
.z-index6{z-index:6;}
.z-index7{z-index:7;}
.z-index8{z-index:8;}
.z-index9{z-index:9;}
.z-index10{z-index:10;}
.z-index100{z-index:100;}
.z-index999{z-index:999;}

/*======================================
7. COLOR
======================================*/

/*-------------------------------------
	1. text
-------------------------------------*/
.text-white{color:#fff;}
.site-text-primary{color:#009a78;}
.text-secondry{color:#009a78;}
.text-black{color:#262423;}
.text-gray{color:#f5f6f6;}
.text-gray-dark{color:#d3d3d3;}
.text-red{color:#99090A;}
.text-green{color:#557131;}
.text-yellow{color:#009a78;}
.text-light-blue{color:#004F83;}

.text-black p{color:#7c7c7c;}
/*-------------------------------------
	2. background color
-------------------------------------*/
.bg-transparent{background-color:transparent;}
.site-bg-primary{background-color:#009a78;}
.bg-secondry{background-color:#141b1f;}
.bg-white{background-color:#FFF;}
.bg-black{background-color:#000;}
.bg-black-light{background-color:#212121;}
.bg-gray{background-color:#f6f7f8;}
.bg-gray-light{background-color:#f1f1f1;}
.bg-gray-dark{background-color:#d3d3d3;}
.bg-red{background-color:#fb5455;}
.bg-green{background-color:#009a78;}
.bg-yellow{background-color:#fff000;}
.bg-dark-blue{background-color:#161b23;}
.bg-light-blue{background-color:#3097db;}

/*-------------------------------------
	3. background image
-------------------------------------*/
.bg-parallax { 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width:768px) {
.bg-parallax { 
	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover;
}	
}


/*======================================
8. OVERLAY ( transparient box style  )
======================================*/

.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{ 
	position:relative;
	z-index:1; 
}

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

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

@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;}
.wt-right-part{padding-right:30px;}
}

@media only screen and (max-width:991px) {
.wt-left-part{padding-left:0px;}
.wt-right-part{	padding-right:0px;}	
}
/*use for box*/
.overlay-bx {position:absolute; 	left:0; 	bottom:0; 	width:100%; 	height:100%; 	text-align:center; 	z-index:1; 	opacity:0; 	visibility:hidden;}
.overlay-icon {
	list-style:none; 
	position:absolute; 	
	left:50%; 	
	top:50%; 
	width:100%;	
	z-index: 1 !important;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
}

.overlay-icon a {display:inline-block; padding:0;	margin:0 2px;}
.overlay-icon .wt-icon-box-xs {line-height:40px;}
.overlay-icon a:hover {color:#fff;}

.overlay-bx:hover a > i,
.wt-thum-bx:hover .overlay-bx  a > i,
.wt-box:hover .overlay-bx  a > i { 
	opacity:1; 
	visibility:visible; 
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;

}

.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;	}

/*-------------------------------------
	1. box content
-------------------------------------*/
.wt-box {position:relative; }
.wt-box.no-margin { 	margin-bottom:0; }

/*-------------------------------------
	2. For icons with box
-------------------------------------*/
.wt-icon-box-xld,
.wt-icon-box-xl,
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xs {
	display:inline-block;
    text-align: center;
}
.wt-icon-box-xld {width:180px;	height:180px;}
.wt-icon-box-xl {width:150px; 	height:150px;}

.wt-icon-box-lg {width:120px; 	height:120px;}
.wt-icon-box-md {width:100px;	height:100px;}

.wt-icon-box-sm {width:80px; 	height:80px;}

.wt-icon-box-xs {	width:40px; 	height:40px;}

.wt-icon-box-xld.radius,
.wt-icon-box-xl.radius, 
.wt-icon-box-lg.radius,
.wt-icon-box-md.radius, 
.wt-icon-box-sm.radius, 
.wt-icon-box-xs.radius {
	-webkit-border-radius:100%; 
	-moz-border-radius:100%; 
	border-radius:100%; 	 
}
.wt-icon-box-xld i,
.wt-icon-box-xl i,
.wt-icon-box-lg i,
.wt-icon-box-md i,
.wt-icon-box-sm i,
.wt-icon-box-xs i {
	vertical-align:middle;
}
.wt-icon-box-xld i {	font-size:100px;}
.wt-icon-box-xl i {	font-size:80px;}
.wt-icon-box-lg i {	font-size:60px;}
.wt-icon-box-md i {	font-size:45px;}
.wt-icon-box-sm i {	font-size:30px;}
.wt-icon-box-xs i {	font-size:20px;}

.wt-icon-box-xld img,
.wt-icon-box-xl img,
.wt-icon-box-lg img,
.wt-icon-box-md img,
.wt-icon-box-sm img,
.wt-icon-box-xs img {
	vertical-align:middle;
	max-width:100%;
	width:auto; 
}

.wt-icon-box-xld img {	height:90px;}
.wt-icon-box-xl img {	height:80px;}
.wt-icon-box-lg img {	height:55px;}
.wt-icon-box-md img {	height:40px;}
.wt-icon-box-sm img {	height:30px;}
.wt-icon-box-xs img {	height:20px;}

/*-------------------------------------
	3. Border
-------------------------------------*/
.bdr-white{border-color:#ffffff;}
.bdr-black{border-color:#262423000;}
.bdr-primary{border-color:#009a78;}
.bdr-gray{border-color:#dddddd;}
.bdr-gray-light{border-color:#eeeeee;}
.bdr-gray-dark{border-color:#333333;}

.bdr-solid{
	border-style:solid;	 
}
.bdr-dot{
	border-style:dotted;	 
}
.bdr-dash{
	border-style:dashed;	 
}

.bdr-1 {	border-width:1px;	 }
.bdr-2 {	border-width:2px;	 }
.bdr-3 {	border-width:3px;	 }
.bdr-4 {	border-width:4px;	 }
.bdr-5 {	border-width:5px;	 }

.bdr-l-1{	border-width:0px 0px 0px 1px}
.bdr-r-1{	border-width:0px 1px 0px 0px;}
.bdr-t-1{	border-width:1px 0px 0px 0px}
.bdr-b-1{border-width:0px 0px 1px 0px}

.bdr-l-2{	border-width:0px 0px 0px 2px}
.bdr-r-2{	border-width:0px 2px 0px 0px;}
.bdr-t-2{	border-width:2px 0px 0px 0px}
.bdr-b-2{border-width:0px 0px 2px 0px}

.bdr-l-3{	border-width:0px 0px 0px 3px}
.bdr-r-3{	border-width:0px 3px 0px 0px;}
.bdr-t-3{	border-width:3px 0px 0px 0px}
.bdr-b-3{border-width:0px 0px 3px 0px}

.bdr-l-4{	border-width:0px 0px 0px 4px}
.bdr-r-4{	border-width:0px 4px 0px 0px;}
.bdr-t-4{	border-width:4px 0px 0px 0px}
.bdr-b-4{border-width:0px 0px 4px 0px}

.bdr-l-5{	border-width:0px 0px 0px 5px}
.bdr-r-5{	border-width:0px 5px 0px 0px;}
.bdr-t-5{	border-width:5px 0px 0px 0px}
.bdr-b-5{border-width:0px 0px 5px 0px}

.bdr-l-6{	border-width:0px 0px 0px 6px}
.bdr-r-6{	border-width:0px 6px 0px 0px;}
.bdr-t-6{	border-width:6px 0px 0px 0px}
.bdr-b-6{border-width:0px 0px 6px 0px}

.bdr-l-7{	border-width:0px 0px 0px 7px}
.bdr-r-7{	border-width:0px 7px 0px 0px;}
.bdr-t-7{	border-width:7px 0px 0px 0px}
.bdr-b-7{border-width:0px 0px 7px 0px}

.bdr-l-8{	border-width:0px 0px 0px 8px}
.bdr-r-8{	border-width:0px 7px 0px 0px;}
.bdr-t-8{	border-width:8px 0px 0px 0px}
.bdr-b-8{border-width:0px 0px 8px 0px}

.bdr-l-9{	border-width:0px 0px 0px 9px}
.bdr-r-9{	border-width:0px 9px 0px 0px;}
.bdr-t-9{	border-width:9px 0px 0px 0px}
.bdr-b-9{border-width:0px 0px 9px 0px}

.bdr-l-10{border-width:0px 0px 0px 10px}
.bdr-r-10{border-width:0px 10px 0px 0px;}
.bdr-t-10{border-width:10px 0px 0px 0px}
.bdr-b-10{border-width:0px 0px 10px 0px}


/*-------------------------------------
	4. For only icons
-------------------------------------*/
.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
	display:inline-block;
    text-align: center;
}
.icon-xld i,
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
	vertical-align:middle;
}
.icon-xld {	width:120px; line-height:120px;}
.icon-xld i {	font-size:100px; line-height:100px;}
.icon-xld.inline-icon {	width:auto;}

.icon-xl {	width:100px; line-height:100px;}
.icon-xl i {	font-size:80px; line-height:80px;}
.icon-xl.inline-icon {	width:auto;}

.icon-lg {	width:80px; line-height:80px;}
.icon-lg i {	font-size:60px; line-height:60px;}
.icon-lg.inline-icon {	width:auto;}

.icon-md {	width:60px; line-height:60px;}
.icon-md i {	font-size:45px; line-height:45px;}
.icon-md.inline-icon {	width:auto;}

.icon-sm {	width:40px; line-height:40px;}
.icon-sm i {	font-size:30px; line-height:30px;}
.icon-sm.inline-icon {	width:auto;}

.icon-xs {	width:30px; line-height:30px;}
.icon-xs i {	font-size:20px; line-height:20px;}
.icon-xs.inline-icon {	width:auto;}

.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
	vertical-align:middle;
	max-width:100%;
	width:auto; 
}

.icon-xld img {	height:90px;}
.icon-xl img {	height:80px;}
.icon-lg img {	height:70px;}
.icon-md img {	height:50px;}
.icon-sm img {	height:30px;}
.icon-xs img {	height:20px;}


.our-ability [class*="col-"] .wt-icon-box-wraper:after {
	content: "";
	position: absolute;
	height: 50px;
	width: 1px;
	top: 0px;
	right: -15px;
	background-color: #262423;
	display: table;
	clear: both;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.bg-cover {
	background-size: cover;
}




/*-------------------------------------
	21. Video 
-------------------------------------*/ 

.yt-thum-box img{margin: -9.5% 0%;}

/*verticle slider*/
.verticle-center-slider-block-outer{
	margin: 0px 30px 0px 0px;
	max-width: 525px;
	float: right;
}
.verticle-center-slider-block{margin:50px 0px;}
.verticle-center-slider-block .wt-box{position: relative; width:100%;background-color: #fff;}
.verticle-center-slider-block .wt-box img{width:100%; opacity:0.6}
.slick-slide.slick-current .verticle-center-slider-block .wt-box img{width:100%; opacity:1} 
.verticle-center-slider-block .wt-box a{
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	right: 15px;
	left: 15px;
	bottom:15px;
	display:none;
}

.slick-slide.slick-current .verticle-center-slider-block .wt-box a{
	display:block;
}

.slick-slide.slick-current .verticle-center-slider-block .wt-box a.mfp-link{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	left: auto;
	background-color: rgba(0,0,0,0.7);
}

.slick-slide.slick-current .verticle-center-slider-block .wt-box a.mfp-link i{
	font-size:22px;
}


.vertical-center-slider .slick-list{padding:155px 0px !important}

/*video section*/
.video-section-outer{
	max-width:520px;
}
.video-section{position:relative;}


/*Slick Verticle Navigation*/
.slick-vertical .slick-next{top:14px;left:50%; right:auto;}
.slick-vertical .slick-prev{bottom:-14px; top:auto; left:50%;}

.slick-vertical .slick-next,
.slick-vertical .slick-prev{
	-webkit-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	width: auto;
	padding: 4px 20px;
	background-color: #000;
	height: auto;
}

.slick-vertical .slick-next:before {
    content: '\f077';
	font-family: 'FontAwesome';
}
.slick-vertical .slick-prev:before {
    content: '\f078';
	font-family: 'FontAwesome';
}

/*Slick default Navigation*/
.slick-next{top:50%;right:-12px;}
.slick-prev{top: 50%;left: 11px;}

.slick-next,
.slick-prev{
	-webkit-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	width: auto;
	padding: 20px 4px;
	background-color: #000;
	height: auto;
}

.slick-next:before {
    content: '\f054';
	font-family: 'FontAwesome';
}
.slick-prev:before {
    content: '\f053';
	font-family: 'FontAwesome';
}


@media only screen and (max-width:1199px){
.verticle-center-slider-block{margin:80px 0px;}	
.vertical-center-slider .slick-list{padding:160px 0px !important}	
.verticle-center-slider-block-outer{
	padding: 0px 15px 0px 15px;
	float: none;
	margin: 0px;
	max-width: 960px;
	margin:0px auto;
}
.video-section-outer{
	max-width:100%;
	margin:0px 15px;
}
.custom-right-part-content {
    padding-left: 0px;
}
.custom-right-part-content .section-head .wt-tilte-main{
	margin-top: 0px;
}

.custom-left-part{
	float: none;
	width: 100%;
}
.custom-right-part{
	float: none;
	width: 100%;
	max-width: 960px;
	margin: 0px auto;	
}
.video-section img{
	width:100%;
}
.vertical-center-slider .slick-list{padding:0px 0px !important}
.our-ability{margin:80px 0px 45px 0px;}

}
@media only screen and (max-width:1136px){
.video-section-outer .our-ability .counter{
	font-size: 32px;
    line-height: 38px;
    margin-top: 0px;
}

.video-section-outer .our-ability .wt-icon-box-wraper .wt-tilte{
	font-size: 18px;
    line-height:24px;
}
}
@media only screen and (max-width:1024px){
.our-ability {
    margin: 40px 0px 5px 0px;
}
}

@media only screen and (max-width:991px){
	

.verticle-center-slider-block-outer{
	max-width: 720px;
}

.custom-right-part{
	width: 100%;
	max-width: 690px;
}

.video-section img{width:100%;}

.custom-block-outer{display:block;}

.video-section-outer {
    max-width: 100%;
    margin: 0px;
}
.our-ability{margin-bottom:15px;}

.custom-right-part-content {
    padding-top: 40px;
}
}

@media only screen and (max-width:767px){
.custom-right-part-content {
    padding-top:40px;
}

.custom-right-part-content .wt-tilte-main {
    margin-top: 0px;
}

.verticle-center-slider-block-outer{
	max-width: 540px;
}

.custom-right-part{
	width: 100%;
	max-width: 510px;
}
}


@media only screen and (max-width:576px){

.verticle-center-slider-block-outer{
	max-width: 100%;
	margin:0px auto;
}

.custom-right-part{
	width: 100%;
	max-width:100%;
	padding:0px 15px;
}
}

/*======================================
 animated play btn
======================================*/

.play-now .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #ffffff;
    color: #333333;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
	
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin:center;
  transform-origin: center center; 
 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);

}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;

  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin:center;
  transform-origin: center center; 
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;

}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;

}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.slider-play-icon .play-now{
	right:30%;
	left:auto;
	top:45%;
}

/*verticle align text*/
.v-title-outer{
	position:relative;
}
.v-title-outer .v-title{
	position: absolute;
	z-index: 1;
	left: 40px;
	bottom: 0px;
	top: 0px;

}
.v-title-outer .v-title span{
	position: absolute;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-weight: 900;
	font-size: 100px;
	line-height:100px;
	text-transform: uppercase;
	top:50%;
	left: 0%;
	opacity:0.4;
	display:block;
	z-index:2;
	
	-webkit-transform:rotate(-90deg) translateX(-50%);
	-ms-transform:rotate(-90deg) translateX(-50%) ;
	transform:rotate(-90deg) translateX(-50%);
	

	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	
	-webkit-text-stroke-width: 1px;
	-ms-text-stroke-width: 1px;
	-moz-text-stroke-width: 1px;
	-o-text-stroke-width: 1px;
	
	-webkit-text-stroke-color: #fff;
	-ms-text-stroke-color: #fff;
	-moz-text-stroke-color: #fff;
	-o-text-stroke-color: #fff;
	
	-webkit-transform-origin: 0 top;
	-ms-transform-origin: 0 top;
	transform-origin: 0 top;
	
}

@media only screen and (max-width:1440px){
.v-title-outer .v-title{
	left:10px;
}
.v-title-outer .v-title span{
	font-size: 50px;
    line-height: 50px;}
}
@media only screen and (max-width:1280px){
.v-title-outer .v-title span{
	display:none;
	}
}

/*projects image effects*/

.project-img-effect-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color:#fff;
  text-align: center;
  background-color: #000000;
  line-height: 1.5em;
}
.project-img-effect-1 *,
.project-img-effect-1 *:before,
.project-img-effect-1 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.project-img-effect-1 img {
  width: calc(120%);
  backface-visibility: hidden;
  vertical-align: top;
  max-width:none;
}
.project-img-effect-1 .wt-info {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  padding: 5px 40px;
  opacity: 0;
}

.project-img-effect-1 i {
  position: absolute;
  height:55px;
  width: 55px;
  bottom: 0;
  right: 0;
  background-color: #009a78;
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
}

.project-img-effect-1 i:after{
	position: absolute;
	content: '';
	left: 22px;
	top: 28px;
	width: 14px;
	height: 2px;
	background-color: #000;
}
.project-img-effect-1 i:before{
	position: absolute;
	content: '';
	left: 50%;
	top: 22px;
	width: 2px;
	height: 14px;
	background-color: #000;
}




.project-img-effect-1 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-img-effect-1:hover img{
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.project-img-effect-1:hover .wt-info{
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.project-img-effect-1:hover i{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


.projects-two-info{
	border:1px solid rgba(255,255,255,0.1);
	padding:155px 30px 30px 30px;
	margin-right:70px;
	position:relative;
	z-index:1;
}

.projects-two-info:after{
	content:'';
	position:absolute;
	left:100%;
	bottom:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:-1;
	background-color: #1d262c;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
	
}
.projects-two-info:hover:after{
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}

.projects-two-info.bg-white:hover .wt-tilte a,
.projects-two-info.bg-white:hover p{
	color:#fff;
}
.projects-two-info.bg-white:hover .wt-tilte a:hover{
	color:#009a78;
}

.projects-two-info .wt-media{
	margin-top:30px;
	margin-right:-100px;
}

.projects-two-info .wt-tilte{position:relative; z-index:1;}
.projects-two-info .wt-tilte:after{
	font-family: 'Poppins', sans-serif;
	position: absolute;
	content: attr(data-title);
	opacity: 0.3;
	color: #000;
	font-weight: 700;
	font-size: 100px;
	line-height: 110px;
	text-transform: uppercase;
	bottom: 50px;
	left: 0px;
	z-index:-1;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	
	-webkit-text-stroke-width: 1px;
	-ms-text-stroke-width: 1px;
	-moz-text-stroke-width: 1px;
	-o-text-stroke-width: 1px;
	
	-webkit-text-stroke-color: #fff;
	-ms-text-stroke-color: #fff;
	-moz-text-stroke-color: #fff;
	-o-text-stroke-color: #fff;
		
}

.projects-two-info.bg-white .wt-tilte:after{
	-webkit-text-stroke-color: #000;
	-ms-text-stroke-color: #000;
	-moz-text-stroke-color: #000;
	-o-text-stroke-color: #000;
}
.projects-two-info.bg-white:hover .wt-tilte:after{
	-webkit-text-stroke-color: #fff;
	-ms-text-stroke-color: #fff;
	-moz-text-stroke-color: #fff;
	-o-text-stroke-color: #fff;
}




/*-------------------------------------
	1.2 owl dots button
-------------------------------------*/

.number-dot.owl-carousel .owl-dots {
	counter-reset: owl-dot;
	position: absolute;
	left: 50%;
	margin: 30px 0px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.number-dot.owl-carousel .owl-dots .owl-dot {
	position: relative;
	list-style: none;
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.number-dot.owl-carousel .owl-dots .owl-dot:before {
	content: counter(owl-dot, decimal);
	counter-increment: owl-dot;
	position: absolute;
	color: #141b1f;
	font-size: 16px;
	left: 5px;
	top: 0px;
	font-weight: 600;
}

.number-dot.owl-carousel .owl-dots .owl-dot span {
	background: none;
	border: none;
	margin: 0px;
}

.number-dot.owl-carousel .owl-dots .owl-dot {
	position: relative;
	overflow: hidden;
	display: inline-block
}

.number-dot.owl-carousel .owl-dots .owl-dot span {
	position: relative;
	left: 15px;
	top: 9px;
	height: 2px;
	border-radius: 0px;
	min-width: 10px;
	margin: 0px 2px;
	background: #009a78;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.number-dot.owl-carousel .owl-dots .owl-dot.active span {
	min-width: 50px;
}

.number-dot .owl-dots .owl-dot.active:before {
	color: #262423;
}

.number-dot .owl-dots .owl-dot:hover:before {
	color: #262423;
}

/*hover block section*/
.block-bg-hover{
	position:relative;
	z-index:1;
}

.block-bg-hover:after{
	content:'';
	position:absolute;
	left:100%;
	bottom:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:-1;
	background-color: #1d262c;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
	
}
.block-bg-hover:hover:after{
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}

.block-bg-hover:hover,
.block-bg-hover:hover .wt-tilte-large,
.block-bg-hover:hover a{
	color:#fff;
}

.block-bg-hover:hover a:hover{
	color:#d5dd02;
}

.block-bg-hover:hover .wt-tilte-large::after{
	-webkit-text-stroke-color: #f6f7f8;
	-ms-text-stroke-color: #f6f7f8;
	-moz-text-stroke-color: #f6f7f8;
	-o-text-stroke-color: #f6f7f8;
}

.data-title-large{position:relative; overflow:hidden;}
.data-title-large .wt-tilte-large:after{
	font-family: 'Poppins', sans-serif;
	position: absolute;
    content:attr(data-title);
	opacity:0.1;
	color: #000;		
	font-weight: 700;
	font-size: 360px;
	line-height:360px;
	text-transform: uppercase;
	bottom: -90px;
	right: -40px;
	z-index: 2;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;	

	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	
	-webkit-text-stroke-width: 1px;
	-ms-text-stroke-width: 1px;
	-moz-text-stroke-width: 1px;
	-o-text-stroke-width: 1px;
	
	-webkit-text-stroke-color: #000;
	-ms-text-stroke-color: #000;
	-moz-text-stroke-color: #000;
	-o-text-stroke-color: #000;
		
}
.data-title-large p{margin-bottom:15px;}



