/*
==========================
Author: 7xtheme team
Version: 1.0  
==========================
*/

/*____GENERAL 
======================================*/

body {
	background-color: #FFF;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}


@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
}
@media only screen and (max-width:767px) {
	body {
		font-size: 14px;
	}	
}

a {
	color: #000;
	outline: 0 none;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0 none;
}

a:active,
a:hover,
a:focus {
	color: #ed4c2f;
}

p {
	font-family: 'DM Sans', sans-serif;
}

p a {
	color: #4c4c4c;
}

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

.overflow-hide {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.clear {
	clear: both;
}

::selection {
	background: #000;
	color: #fff;
}

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

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

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


/*____HEADING & TITLE 
======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}

h1 a.sx-text-white,
h2 a.sx-text-white,
h3 a.sx-text-white,
h4 a.sx-text-white,
h5 a.sx-text-white,
h6 a.sx-text-white {
	color: #fff;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #ed4c2f;
}

h1 a.sx-text-white:hover,
h2 a.sx-text-white:hover,
h3 a.sx-text-white:hover,
h4 a.sx-text-white:hover,
h5 a.sx-text-white:hover,
h6 a.sx-text-white:hover {
	color: #ed4c2f;
}

h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 900;
	font-size: 50px;
	color: #000;
}

h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: 54px;
	color: #000;
}

h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 32px;
	color: #000;
	margin-bottom: 30px;
}

h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}

h5 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

h6 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}


/*____TEXT & PARAGRAPH 
======================================*/

p {
	line-height: 1.6;
	margin-bottom: 20px;
}

strong {
	font-weight: 600;
}
/*======================================
Background Effects
======================================*/

.bg-center {
	background-position: center;
}

.bg-top-left {
	background-position: top left;
}

.bg-top-right {
	background-position: top right;
}

.bg-top-center {
	background-position: top center;
}

.bg-bottom-left {
	background-position: bottom left;
}

.bg-bottom-right {
	background-position: bottom right;
}

.bg-bottom-center {
	background-position: bottom center;
}

.bg-left-center {
	background-position: left;
}

.bg-right-center {
	background-position: right;
}

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

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

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

.bg-full-width {
	background-size: 100% auto;
}

.bg-full-height {
	background-size: auto 100%;
}

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

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

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

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

.bg-fixed {
	background-attachment: fixed;
}

.bg-scroll {
	background-attachment: scroll;
}

.contact-info .icon-content p {
	word-break: normal;
}

/*-------------------------------------
	text align
------------------------------------ */

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

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

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

.text-justify {
	text-align: justify
}


/*-------------------------------------
	text transform
------------------------------------ */

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}


/*____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 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: #000;
}

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


/*-------------------------------------
	listing before icon color css
-------------------------------------*/

ul.primary li:before {
	color: #ed4c2f;
}

ul.secondry li:before {
	color: #77C04B;
}

ul.black li:before {
	color: #000;
}

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


/*-------------------------------------
	listing before numbers
-------------------------------------*/

ol.list-num-count {
	counter-reset: li;
	padding-left: 0;
}

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: #000;
	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 #000;
	background-color: transparent;
	color: #000;
}

ol.list-num-count.list-outline-none>li:before {
	background-color: transparent;
	color: #000;
}


/*____BOX SPACING (Padding & Margin)
======================================*/


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


/*-------------------------------------
	position
-------------------------------------*/

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}


/*____COLOR
======================================*/


/*-------------------------------------
	text
-------------------------------------*/

.sx-text-primary {
	color: #ed4c2f;
}

.sx-text-secondry {
	color: #222222;
}

.sx-text-black {
	color: #000;
}


/*-------------------------------------
	background color
-------------------------------------*/
.sx-dark-one{background-color: #343243;}
.sx-dark-two{background-color: #242535;}

.bg-transparent {
	background-color: transparent;
}

.sx-bg-primary {
	background-color: #ed4c2f;
}

.sx-bg-secondry {
	background-color: #000;
}

.sx-bg-black {
	background-color: #000;
}

.sx-bg-light {
	background-color: #fcf9f0;
}

.sx-bg-white {
	background-color: #FFF;
}

.bg-dark {
	background-color: #141414;
}

.bg-dark-light {
	background-color: #2a2a2a;
}

.bg-white {
	background-color: #FFF;
}

.bg-black {
	background-color: #000;
}

.bg-black-light {
	background-color: #212121;
}

.bg-gray {
	background-color: #eef1f2;
}

.bg-gray-light {
	background-color: #f9f9f9;
}

.bg-gray-dark {
	background-color: #d3d3d3;
}

.bg-red {
	background-color: #fb5455;
}

/*____OVERLAY ( transparient box style  )
======================================*/

.overlay-wraper {
	position: relative;
}

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

.opacity-0 {
	opacity: 0;
}

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


/*____BOXES CSS 
======================================*/

.rounded-bx,
.sx-box,
.sx-icon-box,
.sx-icon-box-small,
.sx-thum-bx,
.sx-post-thum {
	position: relative;
}


/*-------------------------------------
	box content
-------------------------------------*/

.sx-box {
	position: relative;
}

.sx-box.no-margin {
	margin-bottom: 0;
}


/*-------------------------------------
	For icons with box
-------------------------------------*/

.sx-icon-box-xld,
.sx-icon-box-xl,
.sx-icon-box-lg,
.sx-icon-box-md,
.sx-icon-box-sm,
.sx-icon-box-xs {
	display: inline-block;
	text-align: center;
}

.sx-icon-box-xld {
	width: 180px;
	height: 180px;
}

.sx-icon-box-xl {
	width: 150px;
	height: 150px;
}

.sx-icon-box-lg {
	width: 120px;
	height: 120px;
}

.sx-icon-box-md {
	width: 100px;
	height: 100px;
}

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

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

.sx-icon-box-xld.radius,
.sx-icon-box-xl.radius,
.sx-icon-box-lg.radius,
.sx-icon-box-md.radius,
.sx-icon-box-sm.radius,
.sx-icon-box-xs.radius {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.sx-icon-box-xld i,
.sx-icon-box-xl i,
.sx-icon-box-lg i,
.sx-icon-box-md i,
.sx-icon-box-sm i,
.sx-icon-box-xs i {
	vertical-align: middle;
}

.sx-icon-box-xld i {
	font-size: 100px;
}

.sx-icon-box-xl i {
	font-size: 80px;
}

.sx-icon-box-lg i {
	font-size: 60px;
}

.sx-icon-box-md i {
	font-size: 45px;
}

.sx-icon-box-sm i {
	font-size: 30px;
}

.sx-icon-box-xs i {
	font-size: 20px;
}

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

.sx-icon-box-xld img {
	height: 90px;
}

.sx-icon-box-xl img {
	height: 80px;
}

.sx-icon-box-lg img {
	height: 55px;
}

.sx-icon-box-md img {
	height: 40px;
}

.sx-icon-box-sm img {
	height: 30px;
}

.sx-icon-box-xs img {
	height: 20px;
}


/*-------------------------------------
	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: 100px;
}

.icon-xld i {
	font-size: 80px;
	line-height: 80px;
}

.icon-xld.inline-icon {
	width: auto;
}

.icon-xl {
	width: 80px;
}

.icon-xl i {
	font-size: 60px;
	line-height: 60px;
}

.icon-xl.inline-icon {
	width: auto;
}

.icon-lg {
	width: 65px;
}

.icon-lg i {
	font-size: 55px;
	line-height: 55px;
}

.icon-lg.inline-icon {
	width: auto;
}

.icon-md {
	width: 60px;
}

.icon-md i {
	font-size: 45px;
}

.icon-md.inline-icon {
	width: auto;
}

.icon-sm {
	width: 40px;
}

.icon-sm i {
	font-size: 30px;
}

.icon-sm.inline-icon {
	width: auto;
}

.icon-xs {
	width: 30px;
}

.icon-xs i {
	font-size: 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: 60px;
}

.icon-sm img {
	height: 30px;
}

.icon-xs img {
	height: 20px;
}


/*-------------------------------------
	place icon with box
-------------------------------------*/

.about-types .sx-icon-box-wraper {
	border-width: 0px 0px 0px 3px;
}

.sx-icon-box-wraper {
	position: relative;
}

.sx-icon-box-wraper .sx-tilte {
	margin-top: 0;
}

.sx-icon-box-wraper .after-titile-line {
	margin-bottom: 10px;
}

.sx-icon-box-wraper p:last-child {
	margin: 0px;
}

.icon-content {
	overflow: hidden;
}

.sx-icon-box-xld,
.sx-icon-box-xl,
.sx-icon-box-lg,
.sx-icon-box-md,
.sx-icon-box-sm,
.sx-icon-box-xs {
	display: table;
}

.sx-icon-box-xld .icon-cell,
.sx-icon-box-xl .icon-cell,
.sx-icon-box-lg .icon-cell,
.sx-icon-box-md .icon-cell,
.sx-icon-box-sm .icon-cell,
.sx-icon-box-xs .icon-cell {
	display: table-cell;
	vertical-align: middle;
}


/*-------------------------------------
	icon box left align
-------------------------------------*/

.sx-icon-box-wraper.left .sx-icon-box-xld,
.sx-icon-box-wraper.left .sx-icon-box-xl,
.sx-icon-box-wraper.left .sx-icon-box-lg,
.sx-icon-box-wraper.left .sx-icon-box-md,
.sx-icon-box-wraper.left .sx-icon-box-sm,
.sx-icon-box-wraper.left .sx-icon-box-xs {
	float: left;
	margin-right: 20px;
}

.sx-icon-box-wraper.left .icon-xld,
.sx-icon-box-wraper.left .icon-xl,
.sx-icon-box-wraper.left .icon-lg,
.sx-icon-box-wraper.left .icon-md,
.sx-icon-box-wraper.left .icon-sm,
.sx-icon-box-wraper.left .icon-xs {
	float: left;
	margin-right: 10px;
}


/*-------------------------------------
	icon box right align
-------------------------------------*/

.sx-icon-box-wraper.right {
	text-align: right;
}

.sx-icon-box-wraper.right .sx-icon-box-xld,
.sx-icon-box-wraper.right .sx-icon-box-xl,
.sx-icon-box-wraper.right .sx-icon-box-lg,
.sx-icon-box-wraper.right .sx-icon-box-md,
.sx-icon-box-wraper.right .sx-icon-box-sm,
.sx-icon-box-wraper.right .sx-icon-box-xs {
	float: right;
	display: table;
	margin-left: 20px;
}

.sx-icon-box-wraper.right .icon-xld,
.sx-icon-box-wraper.right .icon-xl,
.sx-icon-box-wraper.right .icon-lg,
.sx-icon-box-wraper.right .icon-md,
.sx-icon-box-wraper.right .icon-sm,
.sx-icon-box-wraper.right .icon-xs {
	float: right;
	margin-left: 10px;
}


/*-------------------------------------
	icon box center align
-------------------------------------*/

.sx-icon-box-wraper.center {
	text-align: center;
}

.sx-icon-box-wraper.center .sx-icon-box-xld,
.sx-icon-box-wraper.center .sx-icon-box-xl,
.sx-icon-box-wraper.center .sx-icon-box-lg,
.sx-icon-box-wraper.center .sx-icon-box-md,
.sx-icon-box-wraper.center .sx-icon-box-sm,
.sx-icon-box-wraper.center .sx-icon-box-xs {
	margin-left: auto;
	margin-right: auto;
}


/*-------------------------------------
	for images
-------------------------------------*/



.sx-thum-bx img,
.sx-post-thum img {
	width: 100%;
	height: auto;
}

.yt-thum-box {
	max-height: 270px;
}


/*____IMAGES OVERLAY EFFECTS (overly animation on images)  
======================================*/

.sx-img-overlay1 {
	position: relative;
}

.sx-img-overlay1:before,
.sx-img-overlay1:after {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0.4;
	z-index: 0;
	-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;
}


/*-------------------------------------
	effect 1
-------------------------------------*/

.sx-img-overlay1:before {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.sx-img-overlay1:hover:before,
.sx-box:hover .sx-img-overlay1:before {
	opacity: 0.5;
}


/*____shortcodeS 
======================================*/


/*-------------------------------------
	Buttons 
--------------------------------------- */


/* 1.1 theme default button */

.btn {
	padding-top: 9px;
	padding-bottom: 9px;
}

.site-button,
.site-button-secondry {
	position: relative;
	padding: 15px 15px;
	letter-spacing: 4px;
	font-weight: 700;
	display: inline-block;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	margin-left: -1px;
	text-decoration: none !important;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	border: 3px solid transparent;
}

.site-button.outline,
.site-button-secondry.outline {
	background: none;
	color: #000;
	border: 3px solid #000;
	padding-right: 60px;
	position: relative;
}

.site-button.outline span,
.site-button-secondry.outline span {
	width: 30px;
	height: 3px;
	right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media only screen and (max-width:768px) {
	.site-button,
	.site-button-secondry {
		padding: 10px 10px;
		letter-spacing: 3px;
		font-size: 12px;
	}
}

.rev-btn .site-button,
.rev-btn .site-button-secondry {
	letter-spacing: 10px !important;
}

@media only screen and (max-width:480px) {
	.rev-btn .site-button,
	.rev-btn .site-button-secondry {
		letter-spacing: 0px !important;
		font-size: 14px !important;
	}
}

.site-button {
	background-color: #ed4c2f;
	color: #fff;
}

.site-button:active,
.site-button:hover,
.site-button:focus,
.active>.site-button {
	background-color: #ed4c2f;
	color: #fff;
}

.site-button:hover {
	background-color: #222;
	color: #fff;
}

.site-button-secondry {
	background-color: #000;
	color: #fff;
}

.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active>.site-button-secondry {
	background-color: #222;
	color: #fff;
}

.mfp-video.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: -25px;
	color: #fff;
	display: block;
	z-index: 10;
	font-size: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.mfp-video.video-play-btn:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid transparent;
}

.mfp-video.video-play-btn i {
	margin-right: -5px;
}


/* button text uppercase */

.site-button.text-uppercase {
	text-transform: uppercase;
}


/*button size */

.button-sm {
	padding: 5px 10px;
	font-size: 12px;
}

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

.button-xl {
	padding: 30px 50px;
	font-size: 24px;
}


/* button rounded */

.radius-no {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.radius-sm {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.radius-xl {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.radius-bx {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}


/* white */

.site-button.white {
	background-color: #fff;
	color: #777;
}

.site-button.white:hover,
.site-button.white:active,
.site-button.white:focus {
	background-color: #F4F4F4;
	color: #555;
}


/* Outline */

.site-button.outline {
	color: #888;
	background: none;
	border-width: 2px;
	border-style: solid;
	border-color: #eee;
}


/* Outline white  */

.site-button.outline.white {
	color: #e7e7e7;
	border-color: #e7e7e7;
}

.site-button.outline.white:hover {
	color: #666666;
}


/* Outline black */

.site-button.outline.black {
	color: #171717;
	border-color: #171717;
}


/* button text link */

.site-button-link {
	display: inline-block;
	position: relative;
	padding-left: 0;
	padding-top: 6px;
	font-size: 16px;
	z-index: 1;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 4px;
	font-weight: 600;
}

.site-button-link i {
	display: inline-block;
	margin: -4px 0px 0px 5px;
	font-size: 16px;
	vertical-align: middle;
	line-height: 24px;
}

.site-button-link:before {
	content: '';
	left: 0px;
	top: 0px;
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	z-index: -1;
	-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;
}

.site-button-link:after {
	content: '';
	left: 0px;
	top: -1px;
	height: 3px;
	background-color: #ed4c2f;
	width: 75%;
	position: absolute;
	z-index: -1;
	-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;
}

.site-button-link:hover:after {
	width: 100%;
}


/*text link white */

.site-button-link.white {
	color: #e7e7e7;
}

.site-button-link.white:hover,
.site-button-link.white:active,
.site-button-link.white:focus {
	color: #CCC;
}


/* text link black */

.site-button-link.black {
	color: #171717;
}

.site-button-link.black:hover,
.site-button-link.black:active,
.site-button-link.black:focus {
	color: #000;
}


/* filter buttons css */

.masonry-filter {
	display: table;
	margin-bottom: 0;
}

.masonry-filter>li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
	position: relative;
}

.masonry-filter>li a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.masonry-filter>li.active a,
.masonry-filter>li a:hover,
.masonry-filter>li a:active,
.masonry-filter>li a:focus {
	color: #ed4c2f;
}

@media only screen and (max-width: 600px) {
	.masonry-filter>li {
		margin-bottom: 10px;
	}
}


/* Masonry filter alignment [Left-Right-Center] */

.filter-wrap.right>.masonry-filter {
	float: right;
}

@media only screen and (max-width:991px) {
	.filter-wrap.right>.masonry-filter {
		float: none;
	}
}

.filter-wrap.center>.masonry-filter {
	margin-left: auto;
	margin-right: auto;
}


/* Masonry filter link style */

.masonry-filter.link-style>li a {
	font-size: 14px;
}

.masonry-filter.link-style>li:after {
	content: "|";
	position: relative;
	opacity: 0.3;
}

.masonry-filter.link-style.white>li:after {
	color: #fff;
}

.masonry-filter.link-style>li:last-child:after {
	display: none;
}

.masonry-filter.link-style.white>li a {
	color: #fff;
}


/* half effect button outline style */

btn-half {
	cursor: pointer;
	z-index: 0;
	display: inline-block;
	position: relative;
}

.btn-half span {
	color: #000;
	display: block;
	padding-left: 0%;
	text-transform: uppercase;
	font-weight: 600;
	transform: scaleX(0.9);
	transform-origin: center center;
	transition: color 0.3s ease;
	position: relative;
	z-index: 1;
}

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

.btn-half.site-button-secondry span {
	color: #fff;
}

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


/*-------------------------------------
	Title separators 
-------------------------------------*/


/*____TITLE BOLD NUMBER____*/

.sx-separator {
	position: relative;
	z-index: 1;
}

.sx-separator:after {
	position: absolute;
	content: attr(data-title);
	color: rgba(210, 210, 210, 0.3);
	font-weight: 900;
	font-size: 100px;
	line-height: 100px;
	text-transform: uppercase;
	top: -12px;
	left: 0px;
	width: 100%;
	z-index: -1;
	font-family: 'Roboto', sans-serif;
}

.sx-separator:before {
	position: absolute;
	content: '';
	background-color: #ed4c2f;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	height: 2px;
	width: 30px;
	z-index: 0;
	margin-top: 0px;
}

@media only screen and (max-width: 767px) {
	.sx-separator:before {
		width: 20px;
	}
	.sx-separator:after {
		font-size: 60px;
		line-height: 70px;
		top: -12px;
	}
}
@media only screen and (max-width: 540px) {
	.sx-separator:after {
		font-size: 40px;
		line-height: 70px;
		top: -12px;
	}
}
.sx-separator-outer {
	overflow: hidden;
}

.sx-separator-outer.when-bg-dark .sep-line-one {
	color: #fff;
}

.sx-separator {
	margin-top: 0px;
	-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;
}


/*----(Title) Separator center---*/

.sx-separator-outer.separator-center {
	text-align: center;
	overflow: visible;
}

.section-head .sx-separator-outer.separator-center .sep-line-one {
	padding: 90px 0px 0px 0px;
}
@media only screen and (max-width:767px){
	.section-head .sx-separator-outer.separator-center .sep-line-one {
		padding: 70px 0px 0px 0px;
	}
}

.section-head-two {
	position: relative;
}

.section-head-two:before {
	position: absolute;
	content: '';
	background-color: #ed4c2f;
	top: -6px;
	left: 0px;
	height: 4px;
	width: 50px;
	z-index: 0;
	margin-top: 0px;
	transform: translateY(-50%);
}

.large-title .section-head-two.left {
	max-width: 100%;
}

.section-head-two.center {
	max-width: 620px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 6px;
	text-align: center;
}

.section-head-two.center:before {
	left: 50%;
	transform: translateX(-50%);
	top: -6px;
}

.section-head-two.center .sx-title-two {
	margin-bottom: 60px;
}


.section-head-two.when-bg-dark .sx-title-two {
	color: #fff;
}

.section-head-two.left {
	text-align: left;
	max-width: 620px;
	margin-top: 9px;
}

.section-head-two.left .sx-title-two {
	margin-bottom: 35px;
}

.large-title .section-head-two.left {
	max-width: 100%;
}

.sx-separator-outer.separator-center .sx-separator:after {
	top: -0px;
}

.sx-separator-outer.separator-center .sx-separator:before {
	top: 50px;
	margin-left: -60px;
	left: 50%;
}


@media only screen and (max-width: 768px) {
	.sx-separator h1,
	.sx-separator h2,
	.sx-separator h3 {
		font-size: 24px;
		margin-bottom: 0px;
	}
	.section-head-two.center .sx-title-two {
		margin-bottom: 30px;
	}
	.section-head-two.left .sx-title-two {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:767px){
	.sx-separator-outer.separator-center .sx-separator:before {
		top: 35px;
		margin-left: -40px;
		width: 20px;
	}
}


/*-------------------------------------
	Section Head Part 
-------------------------------------*/

.section-head {
	margin-bottom: 0px;
}
.section-head p{
	margin-bottom: 30px;
}

.section-head.no-margin {
	margin-bottom: 0;
}

.section-head h1,
.section-head h2,
.section-head h3 {
	margin-top: 0;
	margin-bottom: 30px;
	padding: 18px 0px 0px 130px;
}



.text-center.section-head p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 767px) {
.section-head h1, .section-head h2, .section-head h3 {
    padding: 10px 0px 9px 90px;
}
}
@media only screen and (max-width: 540px) {
	.section-head h1, .section-head h2, .section-head h3 {
		padding: 10px 0px 9px 55px;
	}
	}
/*-------------------------------------
	TABS 
-------------------------------------*/

.sx-tabs:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media only screen and (max-width: 767px) {
	.sx-tabs .nav-tabs>li {
		float: none;
	}
}

.sx-tabs p:last-child {
	margin-bottom: 0;
}


/*tabs style 1 [ default ] */

.sx-tabs .tab-pane {
	padding: 20px 0px;
}

.sx-tabs .nav-tabs>li>a {
	color: #000;
	font-size: 12px;
	padding: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0px;
	border-bottom: 3px solid transparent;
}

.sx-tabs .nav-tabs>li.active>a,
.sx-tabs .nav-tabs>li.active>a:focus,
.sx-tabs .nav-tabs>li.active>a:hover {
	background-color: #fff;
	border-bottom: 3px solid #000;
	color: #000;
}

.sx-tabs .nav>li>a:focus,
.sx-tabs .nav>li>a:hover {
	background-color: transparent;
	border: 0px;
}

.sx-tabs .nav li a:hover {
	border: 1px;
}

.sx-tabs .nav-tabs>li>a i {
	margin-right: 5px;
}

.sx-tabs.tabs-default.has-bg .nav-tabs>li>a {
	color: #fff;
}

.sx-tabs.tabs-default.has-bg .nav-tabs>li.active>a,
.sx-tabs.tabs-default.has-bg .nav-tabs>li.active>a:focus,
.sx-tabs.tabs-default.has-bg .nav-tabs>li.active>a:hover {
	color: #000;
	border-color: #ddd #ddd #fff;
}

.sx-tabs.tabs-default.has-bg .tab-pane {
	color: #fff;
}


/*-------------------------------------
	Accordians 
-------------------------------------*/

.sx-accordion .sx-panel {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.sx-accordion .sx-panel:last-child {
	margin-bottom: 0px;
}

.acod-head {
	position: relative;
}

.acod-title {
	margin-top: 0;
	margin-bottom: 0;
}

.acod-title a {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.acod-head .fa {
	margin-right: 5px;
}

.acod-head a {
	display: block;
	padding: 15px 50px 15px 15px;
	font-weight: 600;
}

.acod-head a,
.acod-head a:hover,
.acod-head a:active,
.acod-head a:focus {
	color: #000;
}

.acod-body {
	color: #777;
}


/*Accodian open close indicator css*/

.acod-head .indicator {
	padding: 15px;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.acod-head .indicator .fa {
	position: relative;
	font-size: 16px;
}

.acod-content p:last-child {
	margin-bottom: 0px;
}

.acc-bg-dark .acod-head .indicator .fa:after,
.acc-bg-dark .acod-head .indicator .fa:before {
	color: #000;
}

.acod-head.acc-actives .indicator .fa:before,
.acod-head [aria-expanded="false"] .indicator .fa:before {
	content: "\f105";
	font-family: 'FontAwesome';
}

.acod-head.acc-actives .indicator .fa:before,
.acod-head [aria-expanded="true"] .indicator .fa:before {
	font-family: 'FontAwesome';
	content: "\f107"
}

.acod-head .collapsed .indicator .fa:before,
.acod-head .collapsed [aria-expanded="false"] .indicator .fa:before {
	content: "\f105";
	font-family: 'FontAwesome';
}

.acod-head .indicator .fa:before,
.acod-head [aria-expanded="true"] .indicator .fa:before {
	font-family: 'FontAwesome';
	content: "\f107"
}


/* Accordion defult */

.acc-default .acod-title a {
	padding: 5px 30px 5px 20px;
	border-bottom: 1px solid #ececec;
	position: relativel
}

.acc-default .acod-title a i {
	position: absolute;
	left: 0px;
	top: 5px;
}

.acc-default .acod-head .indicator {
	padding: 0;
}

.acc-default.acc-has-bg .acod-head a,
.acc-default.acc-has-bg .acod-head a:hover,
.acc-default.acc-has-bg .acod-head a:active,
.acc-default.acc-has-bg .acod-head a:focus,
.acc-default.acc-has-bg .acod-head .indicator,
.acc-default.acc-has-bg .acod-body {
	color: #fff;
}


/* Accordion Dotted line */

.acc-dotted .acod-title a {
	border-style: dashed;
	border-color: #000;
	border-width: 1px 0px 0px 0px;
	padding: 20px 50px 20px 20px;
}

.acc-dotted .wt-panel .acod-content {
	border: 0px solid #ddd;
	border-bottom: 1px solid transparent;
	padding: 15px;
}


/* Accordion outline */

.acc-outline .acod-title a {
	border: 1px solid #ddd;
	border-bottom: 0px;
}

.acc-outline .wt-panel .acod-content {
	border: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	padding: 15px;
}

.acc-outline .wt-panel:last-child .acod-title a {
	border: 1px solid #ddd;
}

.acc-outline .wt-panel:last-child .acod-content {
	border: 1px solid #ddd;
	border-top: 1px solid transparent;
}

.acc-outline.acc-has-bg .acod-head a,
.acc-outline.acc-has-bg .acod-head a:hover,
.acc-outline.acc-has-bg .acod-head a:active,
.acc-outline.acc-has-bg .acod-head a:focus,
.acc-outline.acc-has-bg .acod-head .indicator,
.acc-outline.acc-has-bg .acod-body {
	color: #fff;
}


/* Accordion bg primary */

.acc-bg-primary a {
	background-color: #ed4c2f;
}

.acc-bg-primary .acod-head a,
.acc-bg-primary .acod-head a:hover,
.acc-bg-primary .acod-head a:active,
.acc-bg-primary .acod-head a:focus {
	color: #fff;
}

.acc-bg-primary .acod-head .indicator {
	color: #fff;
}

.acc-bg-primary.acc-has-bg .acod-body {
	color: #fff;
}


/*-------------------------------------
	Carousels
-------------------------------------*/


/* Client carousel 1*/

.client-logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.client-logo-media img {
	max-width: 100% !important;
	margin: 0px auto !important;
	width: 50% !important;
}


/*-------------------------------------
	7. Testimonials 
-------------------------------------*/

.testimonial-pic {
	background: #FFF;
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
}

.quote-left,
.quote-right {
	position: relative;
}

.quote-left:before,
.quote-right:after {
	font-family: "FontAwesome";
	position: absolute;
	z-index: 10;
	top: 15px;
}

.quote-left:before {
	content: "\f10d";
	left: 0;
}

.quote-right:after {
	content: "\f10e";
	left: auto;
	right: 0;
}

.testimonial-text {
	padding: 15px;
	position: relative;
}

.testimonial-text p:last-child {
	margin: 0;
}

.testimonial-detail {
	padding: 5px;
}

.testimonial-name,
.testimonial-position {
	display: block;
}

.testimonial-text p {
	margin: 0;
}


/*testimonial 2*/

.testimonial-home {
	position: relative;
}

.testimonial-home .owl-nav {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.testimonial-home .owl-prev,
.testimonial-home .owl-next {
	background-color: #eaeaea;
    color: #000 !important;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    outline: none !important;
    font-weight: bold !important;
}

.testimonial-home .owl-prev:hover,
.testimonial-home.owl-prev:active,
.testimonial-home .owl-prev:focus,
.testimonial-home .owl-next:hover,
.testimonial-home .owl-next:active,
.testimonial-home .owl-next:focus {
	background-color: #ed4c2f !important;
	border-color: #ed4c2f !important;
	color: #ffffff !important;
	opacity: 1;
}

.textimonial-left-media {
	position: absolute;
    margin-right: -150px;
    height: 100%;
    left: 15px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}


.textimonial-left-media .sx-media img {
	width: 100%;
}

.testimonial-home .testimonial-2 {
	margin: 60px 60px 60px 25px;
}

.testimonial-2 {
	position: relative;
	padding: 50px;
	margin-bottom:30px;

}

.testimonial-2 .testimonial-text {
	background-color: #fff;
	padding: 0px;
}

.testimonial-2 .testimonial-quote {
	font-size: 90px;
	line-height: 76px;
	display: block;
	margin-bottom: 40px;
}

.testimonial-2 .testimonial-text p {
	margin-bottom: 40px;
	color: #000;
	font-size: 18px;
}

.testimonial-2 .testimonial-text p:last-child {
	margin-bottom: 40px;
	;
	color: #000;
	font-size: 18px;
}

.testimonial-2 .fa-quote-right {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 70px;
	color: #ed4c2f;
}

.testimonial-2 .testimonial-detail {
	padding: 0px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.testimonial-2 .testimonial-pic {
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-2 .testimonial-name {
	color: #000;
	margin-bottom: 5px;
}

.testimonial-2 .testimonial-position {
	font-size: 14px;
	font-weight: 500;
}

.testimonial-2 .quote-left:before {
	top: 50px;
}


/*testimonial 2 with background image*/

.testimonial-2.testimonial-bg .testimonial-name,
.testimonial-2.testimonial-bg .testimonial-position {
	color: #ed4c2f;
}

@media only screen and (max-width:991px){
	.textimonial-left-media {
		position: inherit;
		left: auto;
		right: auto;
		margin-right: 0px;
		min-height: 500px;
		background-position: center;
	}	
	.testimonial-home .testimonial-2 {
		margin: 30px 0px 60px 0px;
	}

}
@media only screen and (max-width:768px) {
	.testimonial-2.no-bg-testimonial {
		margin: 0px;
		border: 1px solid #f0f0f0;
	}
	.testimonial-2 {
		margin: 0px;
	}
}

@media only screen and (max-width:576px) {
	.testimonial-2 .fa-quote-right {
		position: inherit;
		right: inherit;
		top: inherit;
		font-size: 22px;
		padding-top: 12px;
	}
	.testimonial-2 {
		padding: 40px 40px;
	}
	.testimonial-2 .testimonial-quote {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:480px) {
	.testimonial-2 .testimonial-text p:last-child {
		margin-bottom: 20px;
		color: #000;
		font-size: 18px;
	}
	.testimonial-2 .testimonial-pic {
		float: none;
		clear: both;
		margin-right: 0px;
		margin-bottom: 8px;
	}
	.testimonial-2 .testimonial-detail {
		text-align: center;
		display: block;
	}
	.testimonial-2 .testimonial-text {
		text-align: center;
	}
	.textimonial-left-media {
		min-height: 300px;
	}
	.testimonial-home .testimonial-2 {
		margin: 30px 0px 60px 0px;
	}
}

@media only screen and (max-width:380px) {
	.testimonial-2 .testimonial-text p:last-child {
		font-size: 14px;
	}
		
}

/*-------------------------------------
	Pricing table
 -------------------------------------*/

.pricingtable-wrapper {
	border: 1px dashed #000;
	padding: 30px;
}

.pricingtable-inner {
	text-align: left;
}

.pricingtable-price {
	padding: 10px 0px;
}

.pricingtable-bx {
	font-size: 70px;
	color: #000;
	font-weight: 700;
}

.pricingtable-type {
	font-size: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width:991px){
	.pricingtable-bx {
		font-size: 48px;
	}
	
	.pricingtable-type {
		font-size: 12px;
	}
	.pricingtable-wrapper {
		padding: 20px;
	}
	.pricingtable-price {
		padding: 10px 0px 0px 0px;
	}
}

.pricingtable-type:before {
	content: "/";
	margin-right: 3px;
}

.pricingtable-title {
	text-transform: uppercase;
}

.pricingtable-title * {
	margin: 0;
	color: #000;
}

.pricingtable-features {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricingtable-features li {
	padding: 10px 0px;
}

.pricingtable-features li i {
	margin: 0 3px;
}

.pricingtable-features li:last-child {
	border-bottom: none;
}

.pricingtable-footer {
	margin-top: 15px;
	padding: 20px 0px 0px 0px;
}

.pricingtable-highlight {
	position: relative;
	background-color: #1d1d1d;
	color: #fff;
}

.pricingtable-highlight .pricingtable-title * {
	color: #fff;
}

.pricingtable-highlight .pricingtable-bx {
	color: #fff;
}


/*-------------------------------------
	Image effects 
-------------------------------------*/

.sx-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
}

.sx-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 */

.sx-img-effect.opacity img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}


/*image-rotate */

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


/*image-blurr */

.sx-img-effect.blurr img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

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


/*image-blurr-invert */

.sx-img-effect.blurr-invert img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

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

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


/*image off color */

.sx-img-effect.off-color img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

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


/*image on color */

.sx-img-effect.on-color img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

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


/*Glass reflection */

.img-reflection {
	background-position: left top;
	position: relative;
	overflow: hidden;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.img-reflection:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	width: 35%;
	height: 200%;
	left: -100%;
	top: -50%;
	-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;
	-moz-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

.img-reflection:hover:after {
	left: 150%;
}


/*-------------------------------------
	Social icons 
-------------------------------------*/

.social-icons {
	list-style: none;
	margin-left: -3px;
	margin-right: -3px;
	font-size: 12px;
	margin: 0px;
}

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


/*-------------------------------------
	Breadcrumb 
-------------------------------------*/


/*breadcrumb-row-1*/

.sx-breadcrumb {
	margin: 0;
	list-style: none;
}

.sx-breadcrumb li {
	padding: 0;
	margin-right: 3px;
	color: #000;
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}

.sx-breadcrumb li a {
	color: #ed4c2f;
}

.sx-breadcrumb li a:hover {
	color: #000;
}

.sx-breadcrumb li:last-child {
	color: #000;
}

.sx-breadcrumb li:first-child a i {
	font-size: 18px;
	vertical-align: text-top;
}

.sx-breadcrumb li:last-child:after {
	display: none;
}


/*Breadcrumb-1*/

.breadcrumb-style-2 li:after {
	content: "\f105";
	margin-left: 7px;
	font-family: 'FontAwesome';
	color: #000;
	font-size: 16px;
	font-weight: normal;
}


/*-------------------------------------
	Google map 
-------------------------------------*/

.google-map {
	width: 100%;
	height: 460px;
}
.gmap-outline iframe{
	width: 100%;
	height: 450px;
}

@media only screen and (max-width:768px){
	.gmap-outline {
		margin-bottom: 30px;
	}	
}


/*-------------------------------------
	Form elements 
-------------------------------------*/

label {
	font-weight: 600;
	margin-bottom: 10px;
}

.panel-default,
.panel-default>.panel-heading {
	border-color: #e7ecf1;
	color: inherit;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #e7ecf1;
}

.form-group {
	margin-bottom: 25px;
}

.form-control {
	border-color: #e1e6eb;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: 44px;
	font-size: 13px;
	line-height: 20px;
	padding: 9px 12px 9px 12px;
}

.form-control:focus {
	border-color: #e1e1e1;
	outline: 0;
}

.form-control:focus,
.has-error .form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control.kv-fileinput-caption {
	height: 39px;
}

.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
	margin-right: 15px;
}


/* input group */

.input-group {
	width: 100%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell;
}

.input-group-addon {
	background: #fff;
	border-color: #e1e1e1;
	padding: 6px 14px;
	font-size: 16px;
}

.input-group-addon.font-size-20 {
	font-size: 20px;
}

.input-group-addon.fixed-w {
	text-align: center;
	padding: 6px 0;
	width: 40px;
}

.input-group-addon.v-align-t {
	line-height: 30px;
}


/* radio & checkbox */

input[type=checkbox],
input[type=radio] {
	opacity: 0;
	margin-left: 1px !important;
}

input[type=checkbox]+label,
input[type=radio]+label {
	display: block;
	padding-left: 30px !important;
	position: relative;
}

input[type=checkbox]+label:hover:before,
input[type=radio]+label:hover:before {
	border-color: #222222;
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
	background-color: #fff;
	border: 2px solid #b6b7b8;
	border-radius: 0px;
	content: "";
	display: inline-block;
	height: 16px;
	line-height: 1;
	margin-left: -30px;
	position: absolute;
	top: 2px;
	transition: all linear 0.1s;
	width: 16px;
}

input[type=checkbox]+label:after {
	color: #fff;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 0px;
	-webkit-font-smoothing: antialiased;
	left: 7px;
	position: absolute;
	top: 6px;
	transition: all linear 0.1s;
}

input[type=checkbox]:checked+label:before {
	border-width: 7px;
	border-color: #000;
}

input[type=checkbox]:checked+label:after {
	font-size: 10px;
	left: 3px;
	top: 1px;
}

input[type=radio]+label:before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	content: "";
}

input[type=radio]:checked+label:before {
	border-color: #3396d1;
	border-width: 5px;
}

.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
	position: absolute;
	left: 0;
	bottom: 0;
}


/*Browse Button css */

.btn-file {
	overflow: hidden;
	position: relative;
}

.btn-file input[type="file"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	cursor: inherit;
	display: block;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}


/*validation symbol */

.has-feedback label~.form-control-feedback {
	top: 31px;
}


/*-------------------------------------
	 Loading 
-------------------------------------*/


/*loading - 1*/

.loading-area {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow: hidden;
}

.loading-box {
	width: 100%;
	height: 100%;
	background-color: #ed4c2f;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 9999;
}

.loading-pic {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 99999;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*-------------------------------------
	Widgets 
-------------------------------------*/

.widget {
	margin-bottom: 40px;
}

.widget-title {
	margin: 0 0 25px;
}

.widget-title {
	margin-bottom: 20px;
}

.recent-posts-entry ul {
	margin: 0;
	list-style: none;
	padding: 0;
}


/* widget listing*/

.widget_services ul {
	list-style: none;
	margin-bottom: 0;
}

.widget_services ul li {
	margin-bottom: 13px;
	position: relative;
	padding: 5px 0px 5px 0px;
	margin-bottom: 0;
	line-height: 20px;
}

.widget_services ul li:last-child {
	border-bottom: 0px;
}

.widget_services ul li {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.widget_services ul li a {
	color: #777;
	display: flex;
    justify-content: space-between;
}

.widget_services ul li a span {
	display: inline;
	font-weight: 600;
}

.widget_services ul li a:hover {
	color: #ed4c2f;
}

.widget_services li {
	border-bottom: none;
	line-height: 28px;
}

.widget_services li:before {
	top: 0;
	left: 1px;
}

.widget_services.inline-links li {
	display: block;
	border-bottom: none;
}


/* widget listing*/

.site-footer .widget_services ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	border: 0px;
}

.site-footer .widget_services ul li {
	margin-bottom: 0px;
	position: relative;
	padding: 0px 10px 10px 0px;
	line-height: 20px;
	background: none;
}

.site-footer .widget_services ul li:first-child {
	padding-top: 0px;
}

.site-footer .widget_services ul li:last-child {
	border-bottom: 0px;
}

.site-footer .widget_services ul li:hover {
	border-left: 0px solid #ed4c2f;
	box-shadow: none;
}

.site-footer .widget_services ul li a {
	color: #fff;
}

.site-footer .widget_services ul li a:hover {
	color: #ed4c2f;
}

.site-footer .widget_services li {
	border-bottom: none;
	line-height: 28px;
}

.site-footer .widget_services li:before {
	top: 0;
	left: 1px;
}

.widget_services.inline-links li {
	display: block;
	border-bottom: none;
}


/*----widget about---*/

.widget_about p {
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 10px;
}


/*----widget Social---*/

.site-footer .widget_social ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	border: 0px;
}

.site-footer .widget_social ul li {
	margin-bottom: 0px;
	position: relative;
	padding: 0px 10px 10px 0px;
	line-height: 20px;
	background: none;
}

.site-footer .widget_social ul li:first-child {
	padding-top: 0px;
}

.site-footer .widget_social ul li:last-child {
	border-bottom: 0px;
}

.site-footer .widget_social ul li:hover {
	border-left: 0px solid #ed4c2f;
	box-shadow: none;
}

.site-footer .widget_social ul li a {
	color: #fff;
}

.site-footer .widget_social ul li a:hover {
	color: #ed4c2f;
}

.site-footer .widget_social li {
	border-bottom: none;
	line-height: 28px;
}

.site-footer .widget_social li:before {
	top: 0;
	left: 1px;
}


/*widget search custom*/

.search-bx .site-button {
	border-left-color: #FFF;
	padding: 10px 15px;
	color: #000;
	background-color: #fff;
	border: none;
}

.search-bx .input-group{
	border: 2px solid #ed4c2f;

}
.search-bx .input-group .form-control {
	border: none;
	background: none;
}



.search-bx .input-group-btn .btn {
	padding: 10px 15px 8px 15px;
}

.search-bx .input-group-btn .btn:hover {
	color: #ed4c2f;
}


/*widget search wp-default*/

.widget_search .screen-reader-text {
	display: block;
}


/*widget recent-posts*/

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
	color: #3396d1;
	font-style: normal;
}

.widget .post-title {
	font-size: 14px;
    margin-top: 0px;
    line-height: normal;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 0px;
}

.recent-posts-entry .widget-post {
	margin-bottom: 0px;
	padding: 15px 0px;
	border-bottom: 1px solid #eee;
}

.recent-posts-entry .widget-post:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.recent-posts-entry .widget-post-bx:last-child {
	border-bottom: none;
}

.recent-posts-entry .widget-post:last-child {
	margin-bottom: 0px;
}

.recent-posts-entry .widget-post:first-child {
	padding-top: 0px;
}

.recent-posts-entry .widget-post .sx-post-meta {
	margin-bottom: 0px;
}

.recent-posts-entry .sx-post-media {
	float: left;
	width: 90px;
}

.recent-posts-entry .sx-post-info {
	background: transparent;
	padding: 0;
	margin-left: 105px;
	border: none;
}

.recent-posts-entry .post-meta span {
	margin-right: 10px;
}
@media only screen and (max-width:1199px){
	.recent-posts-entry .sx-post-media {
		width: 65px;
	}

	.recent-posts-entry .sx-post-info {
		margin-left: 75px;
	}
}
@media only screen and (max-width:991px){
	.recent-posts-entry .sx-post-media {
		width: 90px;
	}

	.recent-posts-entry .sx-post-info {
		margin-left: 105px;
	}
}

/*widget tags-list*/

.single-post-tag {
	padding: 40px 0px;
}

.widget_tag_cloud .tagcloud {
	padding-bottom: 5px;
}

.widget_tag_cloud a {
	padding: 3px 14px 3px 14px;
	font-size: 14px;
	display: inline-block;
	color: #777;
	position: relative;
	border: 1px solid #e8e7e7;
	margin-bottom: 5px;
	border-radius:4px;
}

.widget_tag_cloud a:hover {
	color: #ed4c2f;
}

.widget_tag_cloud a:hover:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	width: 10px;
	right: -5px;
}


/* widget gallery */

.widget_gallery ul {
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
}

.widget_gallery li {
	display: block;
	width: 33.333%;
	float: left;
}

.widget_gallery li a {
	position: relative;
	border: 2px solid #fff;
}

.widget_gallery li:hover img {
	margin-bottom: 0;
	opacity: 0.3;
}

.widget_gallery li:hover a:after {
	opacity: 1;
}

.widget_gallery a {
	display: block;
}

@media only screen and (max-width:991px) {
	.widget_gallery li {
		width: 25%;
	}
}

@media only screen and (max-width:360px) {
	.widget_gallery li {
		width: 50%;
	}
}

.widget_newsletter-2 .newsletter-bx {
	text-align: left;
}

.widget_newsletter-2 .newsletter-bx .site-button {
	display: block;
	width: 100%;
}

.widget_newsletter-2 .newsletter-bx .form-control {
	height: 60px;
	background-color: #f6f7f8;
	border: 0px;
	padding: 0px 20px;
	line-height: 60px;
}

.widget_newsletter-2 .newsletter-bx .newsletter-icon {
	background-color: #ed4c2f;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0px auto 15px;
	text-align: center;
}

.widget_newsletter-2 .newsletter-bx .newsletter-icon i {
	font-size: 32px;
	color: #fff;
	line-height: 100px;
}


/*widget client slider */

.widget-client {
	border: 1px solid #f6f7f8;
}


/*-------widget service-------*/

.widget_address li {
	margin-bottom: 20px;
}

.widget_address_outer .social-icons li {
	padding-right: 10px;
}


/*-------widget newsletter-------*/

.widget_newsletter .newsletter-bx .form-control {
	background-color: #000;
	border: 0px;
	color: #fff;
}

.footer-dark .social-icons {
	margin-top: 50px;
}

.footer-dark .social-icons li a {
	color: #000;
	font-size: 14px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 28px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid transparent;
}

.footer-dark .social-icons li a:hover {
	color: #000;
	background-color: #ed4c2f;
	border: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-dark .widget_newsletter .newsletter-bx {
	text-align: left;
	border: 2px solid #ed4c2e;
}

.footer-dark .footer-top .widget_newsletter .form-control {
	background-color: transparent;
	height: 50px;
}

.footer-dark .widget_newsletter p {
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 24px;
	margin-bottom: 40px;
}

.footer-dark .widget_newsletter .newsletter-bx input {
	padding: 10px;
}

.footer-dark .widget_newsletter .newsletter-bx button {
	background-color: transparent;
	color: #ed4c2f;
	text-transform: uppercase;
	height: 50px;
	padding: 0px 15px;
	font-size: 24px;
}

.footer-dark .footer-top .widget_newsletter .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer-dark .footer-top .widget_newsletter .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer-dark .footer-top .widget_newsletter .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer-dark .footer-top .widget_newsletter .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}


/*-------------------------------------
	Table 
-------------------------------------*/


/*-------------------------------------
	Video 
-------------------------------------*/

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


/*======================================
1WP DEFAULT  
======================================*/

blockquote.author-quote {
	margin: 30px 30px 30px 130px;
	color: #000;
	padding: 50px 30px;
	position: relative;
	clear: both;
	border-left: 1px solid gray;
}

blockquote.author-quote p {
	font-size: 24px;
	line-height: 32px;
}

blockquote.author-quote strong {
	font-size: 18px;
	display: block;
}

blockquote.author-quote span {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 0px;
}

blockquote.author-quote {
	position: relative;
}

blockquote.author-quote .fa-quote-right {
	font-size: 50px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #000;
	padding-left: 20px;
	opacity: 0.2;
}

blockquote.author-quote .fa-quote-left {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: -130px;
	color: #000;
	padding-left: 0;
	opacity: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media only screen and (max-width:640px) {
	blockquote.author-quote {
		padding: 30px;
		margin: 0px 0px 20px 0px;
	}
	blockquote h4 {
		text-indent: 50px;
	}
	blockquote.author-quote .fa-quote-left {
		top: 40px;
		left: -20px;
	}
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


/*____BLOG  
======================================*/

.blog-post {
	position: relative;
	margin-bottom: 30px;
}
.blog-post.blog-grid.date-style-2.nomedia  .sx-post-info.p-t30{
	padding-top: 0px;
}

.sx-post-meta {
	margin-bottom: 10px;
}

.sx-post-meta ul {
	margin: 0px;
	list-style: none;
}

.sx-post-meta li {
	padding: 0;
	display: inline-block;
	font-size: 12px;
	color: #828282;
	letter-spacing: 1.6px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.sx-post-meta li a {
	color: #828282;
}

.sx-post-meta li a:hover {
	color: #ed4c2f;
}

.sx-post-meta i {
	margin: 0 5px;
}

.sx-post-meta li:after {
	content: "-";
	color: #ed4c2f;
	display: inline-block;
	font-weight: normal;
	margin-left: 5px;
	position: relative;
	font-weight: 800;
}

.sx-post-meta li:last-child:after {
	display: none;
}

.sx-post-text {
	margin-bottom: 20px;
}

.sx-post-text p a {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}

.sx-post-text p:last-child {
	margin: 0;
}

.sx-post-readmore {
	margin-bottom: 0px;
}

@media only screen and (max-width:420px) {
	.masonry-item .sx-post-info {
		padding-bottom: 0px;
	}
	.masonry-item .sx-post-title h2.post-title {
		line-height: 14px;
	}
	.masonry-item .sx-post-title h2.post-title a {
		font-size: 14px;
		line-height: none;
	}
	.news-grid .sx-post-text {
		display: none;
	}
}

.blog-list2 .sx-post-info{padding-top: 20px;}
/*-------------------------------------
	side bar
-------------------------------------*/

.side-bar .widget {
	margin-bottom: 40px;
}

.side-bar .widget .widget-title {
	position: relative;
	padding-left: 30px;
	text-transform: uppercase;
}

.side-bar .widget .widget-title:before {
	position: absolute;
	content: '';
	background-color: #ed4c2f;
	top: 50%;
	left: 0px;
	height: 2px;
	width: 20px;
	z-index: 0;
	margin-top: 0px
}

.side-bar .widget:last-child {
	margin-bottom: 0px;
}

.widget .widget-post img {
	width: 100%;
}
@media only screen and (max-width:991px){
	.side-bar{
		margin-top:30px
	}
}


/*-------------------------------------
	comment list
-------------------------------------*/

.comments-area {
	padding: 0;
}

.comments-area .comments-title {
	font-weight: 600;
	font-size: 20px;
}

ol.comment-list {
	list-style: none;
}

ol.comment-list li.comment {
	position: relative;
	padding: 0;
}

ol.comment-list li.comment .comment-body {
	position: relative;
	padding: 20px 30px 20px 120px;
	margin-left: 0px;
	color: #777777;
	position: relative;
	border: 1px solid #edecec;
	margin-bottom: 10px;
}

ol.comment-list li.comment .comment-author {
	display: block;
	margin-bottom: 10px;
}

ol.comment-list li.comment .comment-author .avatar {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

ol.comment-list li.comment .comment-author .fn {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}

ol.comment-list li.comment .comment-author .says {
	display: none;
	color: #999999;
	font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
	margin-bottom: 5px;
	font-size: 12px;
}

ol.comment-list li.comment .comment-meta a {
	color: #ed4c2f;
	display: inline-block;
	letter-spacing: 1px;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
	font-family: "FontAwesome";
	font-size: 16px;
	vertical-align: top;
}

ol.comment-list li.comment p {
	margin: 0 0 15px;
}

ol.comment-list li.comment .reply {
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
}

ol.comment-list li.comment .reply a {
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

ol.comment-list li .children {
	list-style: none;
	margin-left: 80px;
}

ol.comment-list li .children li {
	padding: 0;
}


@media only screen and (max-width: 640px) {
	ol.comment-list li .children {
		margin-left: 0px;
	}
}


@media only screen and (max-width: 500px) {
	ol.comment-list li.comment .comment-body {
		padding: 20px 30px 20px 20px;
		text-align: center;
	}
	ol.comment-list li.comment .comment-author .avatar {
		left: -15px;
		top: 12px;
		width: 60px;
		height: 60px;
		position: inherit;
		display: block;
		margin: 0px auto 20px;
	}
	ol.comment-list li.comment .reply {
		text-align: center;
	}
}



/*-------------------------------------
	comment form
-------------------------------------*/

.comment-respond .comment-reply-title {
	font-size: 20px;
	font-weight: 600;
}

.comments-area .comment-form .comment-notes {
	display: none;
}

.comments-area .comment-form p {
	width: 100%;
	position: relative;
	font-weight: 600;
}

.comments-area .comment-form p.form-allowed-tags {
	width: 100%;
}

ol.comment-list li.comment .comment-respond .comment-form p {
	padding: 0 15px !important;
}

.comments-area .comment-form p label {
	display: none;
	line-height: 18px;
	margin-bottom: 10px;
}

.comments-area .comment-form p.comment-form-cookies-consent label {
	display: block;
	line-height: 18px;
	margin-bottom: 30px;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
	width: 100%;
	height: 40px;
	padding: 10px 15px 10px 0px;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #edecec;
}

.comments-area .comment-form p.comment-form-comment {
	width: 100%;
	display: block;
	clear: both;
}

.comments-area .comment-form p textarea {
	height: 120px;
	resize: none;
}

.comments-area .comment-form p.form-submit {
	clear: both;
	float: none;
	width: 100%;
	margin: 0;
}

.comments-area .comment-form p input[type="submit"] {
	background-color: #77c04b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-width: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
}

.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
	background-color: #6ab33e;
	border-color: #6ab33e;
	color: #fff;
}

.comment-respond .form-submit .site-button {
	font-weight: 300;
	padding: 15px 30px;
}

.comment-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.comment-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.comment-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.comment-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-form p {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:1280px) {
	.sx-post-info-inner {
		padding: 20px;
	}
}

@media only screen and (max-width:767px) {
	.sx-post-info-inner {
		height: auto;
	}
}

.portfolio-item {
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #fff;
	width: 100%;
	border: 0;
	position: relative;
}

.portfolio-detail-small{padding-left: 0px;}
@media only screen and (max-width:991px){
	.portfolio-detail-small{padding-left: 0px;}
}

/*-------------------------------------
	if no image with blog post
-------------------------------------*/

.blog-style-1 {
	border: 1px solid #e8e8e8;
	padding: 50px 30px;
	background-color: #fff;

}

.blog-style-1:hover {
	border: 1px solid transparent;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-style-1 .sx-post-info {
	position: relative;
}

.blog-style-1 .sx-post-title {
	margin-bottom: 30px;
}

.blog-style-1 .sx-post-meta {
	margin-bottom: 0px;
}

.blog-style-1 .sx-post-info {
	-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;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.blog-style-1:hover .sx-post-info {
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}

.blog-style-1 .sx-post-readmore {
	position: absolute;
	bottom: 0px;
	left: 0px;
	-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;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	opacity: 0;
}

.blog-style-1:hover .sx-post-readmore {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 1;
}

.sx-largr-media-20 {
	margin-left: -20%;
	margin-right: -20%;
	max-width: none;
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sx-largr-media-20 img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.sx-largr-media-20{
		margin-left:0%;
	   margin-right: 0%;
	}
	
}
@media only screen and (max-width: 768px) {
	
	.blog-single-space .blog-post.blog-detail{
		margin-bottom: 0px;
	}
}

/*----Post category----*/

.blog-style-1 .post-category {
	margin-bottom: 30px;
}

.blog-style-1 .post-category a {
	background-color: #000000;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.blog-style-1 .post-category a:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0px;
	top: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	background-color: #ed4c2f !important;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.blog-style-1:hover .post-category a:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.5s linear;
	transition: width 0.5s linear;
}

.blog-style-1 .post-date {
	text-transform: uppercase;
	display: inline-flex;
}

.blog-style-1 .sx-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 30px;
	border: 1px solid #d8d8d8;
}

.blog-style-1 .post-date span {
	font-size: 12px;
	font-weight: 500;
	padding: 0px;
	display: inline-block;
	font-size: 14px;
	position: relative;
	margin-right: 5px;
	color: #ed4c2f;
}

.blog-style-1 .post-date span:last-child {
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 0px;
}

.blog-style-1 .post-date span:last-child:before {
	position: absolute;
	content: '';
	left: -4px;
	width: 10px;
	height: 2px;
	background-color: #000;
	top: 9px;
}

.blog-style-1 .post-date:after,
.blog-style-1 .post-date .fa,
.date-style-outline .post-date:after,
.date-style-outline2 .post-date:after {
	display: none;
}


/*-------------------------------
	date style 3
--------------------------------*/

.date-style-3 {
	display: flex;
	align-items: center;
}

.date-style-3 .sx-post-media {
	flex: 1;
	overflow: hidden;
	padding: 0px 40px 0px 0px;
}

.date-style-3 .sx-post-media a {
	display: block;
	overflow: hidden;
}

.date-style-3 .sx-post-media .sx-thum-bx {
	display: block;
	overflow: hidden;
}

.date-style-3 .sx-post-text {
	padding-bottom: 10px;
}

.date-style-3 .sx-post-info {
	position: relative;
	flex: 1;
}
@media only screen and (max-width:767px) {
	.date-style-3 {
		display: block;
	}
	.date-style-3 .sx-post-media {
		padding: 0px 0px 20px 0px;
	}
}

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

	.date-style-3 .widget_social_inks {
		position: inherit;
		height: 100%;
	}
	.sx-post-readmore.pull-left {
		float: none;
	}
	.widget_social_inks.pull-right {
		float: none;
		display: inline-block;
		margin-top: 20px;
	}

}

.date-style-1 .sx-post-media img {
	width: 100%;
}

.date-style-1 .sx-post-meta .post-date strong {
	font-size: 38px;
	line-height: 38px;
	border-bottom: 3px solid;
	min-height: 56px;
	display: inline-block;
	margin-right: 10px;
}

.logo-footer {
	display: table;
	width: 170px;
	height: 70px;
	vertical-align: middle;
	padding: 0px 0px 15px 0px;
	font-size: 36px;
	color: #ed4c2f;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 9;
}

.logo-footer a {
	font-size: 56px;
	line-height: 46px;
	font-weight: 700;
	font-family: 'Barlow Condensed', sans-serif;
}

.logo-footer-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.logo-footer-inner img {
	max-width: 100%;
	max-height: 100%;
}


/*____ NAVIGATIONS 
======================================*/


/*____BANNER
======================================*/


/*-------------------------------------
	inner page banner 
-------------------------------------*/

.sx-bnr-inr {
	height: 620px;
	background-position: center center;
	display: table;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-attachment: fixed;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
	.sx-bnr-inr {
		height: 400px;
		background-attachment: scroll;
		background-position: right bottom;
	}
}

.sx-bnr-inr .container {
	display: table;
	height: 100%;
}

.sx-bnr-inr-entry {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	z-index: 1;
	vertical-align: bottom;
	width: 100%;
	padding-bottom: 30px;
}

.sx-bnr-inr-entry .banner-title-outer {
	position: relative;
	margin-bottom: 20px;
}

.sx-bnr-inr-entry .banner-title-outer h2 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #000;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 0px 30px 20px 30px;
}

.sx-bnr-inr-entry .banner-title-outer h2:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 5px;
	background-color: #ed4c2f;
	left: 50%;
	bottom: -3px;
	margin-left: -15px;
}

.sx-bnr-inr-entry .banner-title-outer p {
	color: #777;
	max-width: 555px;
	width: 100%;
	margin: 0px auto;
}

@media only screen and (max-width: 640px) {
	.sx-bnr-inr-entry .banner-title-name h1,
	.sx-bnr-inr-entry .banner-title-name h2,
	.sx-bnr-inr-entry .banner-title-name h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
	color: #FFF;
}


/*____SLIDER
======================================*/


/*-------------------------------------
	owl slider 
-------------------------------------*/


/*-------------------------------------
	next pre btn
-------------------------------------*/

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

.owl-carousel .owl-nav .disabled {
	opacity: .5;
	cursor: default
}


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

.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	outline: none !important;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 5px;
	background: #444;
	display: block;
	border-radius: 50%;
	-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 linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #ed4c2f;
}


/*-------------------------------------
	owl button top to center
-------------------------------------*/

.owl-btn-top-center .owl-nav,
.owl-btn-top-left .owl-nav,
.owl-btn-top-right .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.owl-btn-top-center .owl-stage-outer,
.owl-btn-top-left .owl-stage-outer,
.owl-btn-top-right .owl-stage-outer {
	padding-top: 40px;
}

.owl-btn-top-center .owl-nav {
	text-align: center;
}


/*-------------------------------------
	owl button top to left
-------------------------------------*/

.owl-btn-top-left .owl-nav {
	text-align: left;
}


/*-------------------------------------
	owl button top to right
-------------------------------------*/

.owl-btn-top-right .owl-nav {
	text-align: right;
}


/*-------------------------------------
	owl button bottom to center [it is default position ]
-------------------------------------*/

.owl-btn-bottom-center .owl-nav {
	text-align: center;
}


/*-------------------------------------
	owl button bottom to left
-------------------------------------*/

.owl-btn-bottom-left .owl-nav {
	text-align: left;
}


/*-------------------------------------
	owl button bottom to right
-------------------------------------*/

.owl-btn-bottom-right .owl-nav {
	text-align: right;
}


/*-------------------------------------
	 owl button vertical to center
-------------------------------------*/

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

.owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin: -15px 0;
	background-color: #ed4c2f !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff !important;
	outline: none !important;
}

.owl-btn-vertical-center .owl-nav .owl-prev {
	left: 0;
}

.owl-btn-vertical-center .owl-nav .owl-next {
	right: 0;
}


/*-------------------------------------
	owl button show on hover
-------------------------------------*/

.owl-btn-hover .owl-nav {
	opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
	opacity: 1;
}

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


/*-------------------------------------
    owl slider button
-------------------------------------*/

.owl-prev,
.owl-next {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	padding: 8px 10px;
	text-align: center;
	font-size: 24px;
	display: inline-block;
	cursor: pointer;
	-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;
}

.owl-prev {
	margin-right: 5px;
}

.owl-next {
	margin-left: 5px;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
	background-color: #212121;
	border-color: #212121;
	color: #ffffff;
	opacity: 0.9;
}


/*-------------------------------------
	owl dots nav position
-------------------------------------*/

.owl-dots-bottom-left .owl-dots,
.owl-dots-bottom-right .owl-dots,
.owl-dots-bottom-center .owl-dots {
	bottom: 0px;
	padding: 15px 20px;
	position: absolute;
	width: 100%;
}

.owl-dots-bottom-left .owl-dots {
	text-align: left;
}

.owl-dots-bottom-right .owl-dots {
	text-align: right;
}


/*____PAGINATION 
======================================*/


/*pagination style-1 */

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

.pagination>li:first-child>a {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}

.pagination>li:last-child>a {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination>li>a {
	background-color: #fff;
	color: #000;
	font-weight: 600;
	font-size: 14;
	padding: 10px 15px;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
	color: #767676;
	border-color: transparent;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
	color: #767676;
	border-color: transparent;
}

.pagination>.previous>a,
.pagination>.next>a {
	font-size: 12px;
}
@media only screen and (max-width:991px){
	.pagination {
		padding: 10px 0px 0px 0px;
	}
}

/*-------------------------------------
	footer fixed on bottom css
-------------------------------------*/


/*footer fixed with fullscreen view*/

.footer-fixed .site-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	border: none;
	z-index: 0;
}

.footer-fixed .page-content {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

@media only screen and (max-width:1200px) {
	.footer-fixed .site-footer {
		position: static;
	}
	.footer-fixed .page-wraper {
		padding-bottom: 0 !important;
	}
}


/*footer fixed with boxed view*/

.site-footer .widget>.widget-title {
	font-weight: 600;
}

.site-footer p,
.site-footer li {
	line-height: 20px;
}

.site-footer {
	background-position: center;
	background-size: cover;
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}

.site-footer p {
	line-height: 20px;
}

.site-footer .widget ul {
	list-style: none;
	margin-top: 0px;
}

.footer-dark .footer-bottom .copyrights-text {
	color: #fff;
}

.footer-dark .footer-bottom .copyrights-nav {
	list-style: none;
	display: inline-block;
	margin-bottom: 0px;
}

.footer-dark .footer-bottom .copyrights-nav li {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}

.footer-dark .footer-bottom .copyrights-nav li:first-child {
	margin-left: 0;
}

.footer-dark .footer-bottom .copyrights-nav li:last-child {
	margin-right: 0;
}

.footer-dark .footer-bottom .copyrights-nav li:last-child:after {
	display: none;
}

.footer-dark .footer-bottom .copyrights-nav li:after {
	content: "/";
	position: relative;
	right: -8px;
}

.footer-dark .footer-bottom .copyrights-nav li a {
	color: #b7b7b7;
}

.footer-dark .footer-bottom .copyrights-nav li a:hover,
.footer-dark .footer-bottom .copyrights-nav li a:active,
.footer-dark .footer-bottom .copyrights-nav li a:focus,
.footer-dark .footer-bottom .copyrights-nav li.active a {
	color: #e2e2e2;
}

.footer-bottom {
	padding: 100px 0px;
	color: #787878;
	font-size: 13px;
}

.footer-bottom .copyrights-text {
	color: #000;
}

.footer-bottom .copyrights-nav {
	list-style: none;
	display: inline-block;
}

.footer-bottom .copyrights-nav li {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}

.footer-bottom .copyrights-nav li:first-child {
	margin-left: 0;
}

.footer-bottom .copyrights-nav li:last-child {
	margin-right: 0;
}

.footer-bottom .copyrights-nav li:last-child:after {
	display: none;
}

.footer-bottom .copyrights-nav li:after {
	content: "/";
	position: relative;
	right: -8px;
}

.footer-bottom .copyrights-nav li a {
	color: #000;
}

.footer-bottom .copyrights-nav li a:hover,
.footer-bottom .copyrights-nav li a:active,
.footer-bottom .copyrights-nav li a:focus,
.footer-bottom .copyrights-nav li.active a {
	color: #333333;
}

@media only screen and (max-width:991px) {
	.site-footer {
		padding: 0px;
	}
	.copyright-block {
		padding-top: 5px;
	}
}


/*-------------------------------------
	Footer dark version css
-------------------------------------*/

.footer-dark.site-footer {
	border-top: 0px solid #212121;
}

.footer-dark .footer-top {
	background-color: #151515;
}

.footer-dark .footer-bottom {
	background-color: #000;
	border-top: 1px solid #2e313b;
}

.footer-dark .footer-top h1,
.footer-dark .footer-top h2,
.footer-dark .footer-top h3,
.footer-dark .footer-top h4,
.footer-dark .footer-top h5,
.footer-dark .footer-top h6,
.footer-dark .footer-top h1 a,
.footer-dark .footer-top h2 a,
.footer-dark .footer-top h3 a,
.footer-dark .footer-top h4 a,
.footer-dark .footer-top h5 a,
.footer-dark .footer-top h6 a {
	color: #fff;
}

.footer-dark .footer-top .widget-title::before {
	border-color: #fff;
}

.footer-dark .footer-top p,
.footer-dark .footer-top strong,
.footer-dark .footer-top b,
.footer-dark .footer-top {
	color: #fff;
}

.footer-dark .site-button {
	background-color: #0e0e0e;
}

.footer-dark .site-button:hover {
	background-color: #fff;
	color: #000;
}

.footer-dark .footer-top a:active,
.footer-dark .footer-top a:focus,
.footer-dark .footer-top a:hover {
	color: #ed4c2f;
}

.footer-dark .footer-top p a {
	color: #fff;
}

.footer-top {
	padding: 60px 0px 10px 0px;
}

@media only screen and (max-width: 991px) {
	.footer-top {
		padding: 60px 0px 50px 0px;
	}
}


/*-------------------------------------
	widget Getintuch
-------------------------------------*/

.footer-bottom ul {
	margin: 0;
}

.sx-footer-bot-left,
.sx-footer-bot-right,
.sx-footer-bot-center {
	padding-left: 15px;
	padding-right: 15px;
}

.sx-footer-bot-left {
	float: left;
}

.sx-footer-bot-right {
	float: right;
}

.sx-footer-bot-center {
	text-align: center;
}

@media only screen and (max-width:1200px) {
	.footer-col-3 {
		clear: both;
	}
}

@media only screen and (max-width:991px) {
	footer .container {
		width: 100%;
	}
	.sx-footer-bot-left,
	.sx-footer-bot-right {
		float: none;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.sx-footer-bot-right .copyrights-nav {
		float: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.footer-clear {
		display: block !important;
		clear: both;
	}
	#footer .footer-4-col {
		width: 100%;
	}
	.footer-bottom [class*="clo-"] {
		width: 100%;
	}
}


/*-------------------------------------
	scroll top btn css
-------------------------------------*/

button.scroltop {
	height: 40px;
	width: 40px;
	background: #ed4c2f;
	border: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: none;
	text-align: center;
	z-index: 999;
	color: #fff;
}

button.scroltop span {
	display: block;
	font-size: 24px;
	line-height: 24px;
}

.string {
	position: relative;
}

#btn-vibrate {
	animation: vibrate 2s linear 0s infinite;
	-moz-animation: vibrate 2s linear 0s infinite;
	/* Firefox */
	-webkit-animation: vibrate 2s linear 0s infinite;
	/* Safari and Chrome */
	-o-animation: vibrate 2s linear 0s infinite;
	/* Opera */
}

@keyframes vibrate {
	0% {
		top: 0px;
	}
	25% {
		top: -3px;
	}
	50% {
		top: 0px;
	}
	75% {
		top: 3px;
	}
	100% {
		top: 0px;
	}
}


/* Firefox */

@-moz-keyframes vibrate {
	0% {
		top: 0px;
	}
	25% {
		top: -3px;
	}
	50% {
		top: 0px;
	}
	75% {
		top: 3px;
	}
	100% {
		top: 0px;
	}
}


/* Safari and Chrome */

@-webkit-keyframes vibrate {
	0% {
		top: 0px;
	}
	25% {
		top: -3px;
	}
	50% {
		top: 0px;
	}
	75% {
		top: 3px;
	}
	100% {
		top: 0px;
	}
}


/* Opera */

@-o-keyframes vibrate {
	0% {
		top: 0px;
	}
	25% {
		top: -3px;
	}
	50% {
		top: 0px;
	}
	75% {
		top: 3px;
	}
	100% {
		top: 0px;
	}
}

@media only screen and (max-width:480px) {
	button.scroltop {
		font-size: 7px;
		height: 30px;
		width: 30px;
		line-height: 16px;
	}
	button.scroltop span {
		font-size: 10px;
		line-height: 10px;
	}
}


/*____PAGE-CONTENT
======================================*/

#bg {
	background-attachment: fixed;
	background-size: cover;
}

.page-wraper {
	background: #fff;
}

.page-content {
	position: relative;
}

.section-full {
	position: relative;
}

.text-white {
	color: #FFF;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
	color: #FFF;
}


/*-------------------------------------
	Section Content Part 
-------------------------------------*/

@media only screen and (max-width:1024px) {
	.section-full {
		background-attachment: scroll !important;
	}
}

@media only screen and (max-width:767px) {
	.section-head h1,
	.section-head h2,
	.section-head h3,
	h1,
	h2{
		font-size: 26px;
	}

	.sx-post-title h2.post-title {
		font-size: 26px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
}


/*____AFTER-LOGIN-CONTENT
======================================*/


/*-------------------------------------
	Contact us page 
-------------------------------------*/

.contact-form {
	padding-right: 100px;
}

.contact-info {
	margin: 0px;
}

.contact-info .sx-icon-box-wraper {
	position: relative;
	border: 1px solid #f3f2f2;
	padding: 20px;
	margin-bottom: 10px;
}

.contact-info .sx-icon-box-wraper:last-child {

	margin-bottom: 0px;
}

ul.contact-info li {
	padding: 0 0 15px 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	line-height: 20px;
}

ul.contact-info li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

ul.contact-info li h4 ul.contact-info li h5,
ul.contact-info li h6 {
	margin: 0 0 10px;
}

ul.contact-info li p {
	line-height: 20px;
	margin: 0;
}

ul.contact-info li .fa {
	position: absolute;
	left: 0;
	top: 2px;
	color: #3396d1;
	font-size: 16px;
}

@media only screen and (max-width:991px) {
	.contact-info {
		padding: 0px;
	}
	
}


/*____THEMEFOREST REQUIRED CLASSES
======================================*/

.sticky {
	clear: both;
}

.gallery-caption {
	clear: both;
}

.bypostauthor {
	clear: both;
}


/*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/*____ BOX MAX-WIDTH css (  )
======================================*/

.max-w100 {
	max-width: 100px;
}

.max-w200 {
	max-width: 200px;
}

.max-w300 {
	max-width: 300px;
}

.max-w400 {
	max-width: 400px;
}

.max-w500 {
	max-width: 500px;
}

.max-w600 {
	max-width: 600px;
}

.max-w700 {
	max-width: 700px;
}

.max-w800 {
	max-width: 800px;
}

.max-w900 {
	max-width: 900px;
}

.max-w1000 {
	max-width: 1000px;
}


/*____ SHOP & PRODUCT DETAIL (Woocommerce)
======================================*/

.comment-reply-title {
	margin-top: 0;
}

.comment-form [class*="comment-form"] {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.comment-form [class*="comment-form"] {
		width: 100%;
	}
}

.comment-form [class*="-form-comment"] {
	width: 100%;
}

.comment-form label {
	display: block;
}

.comment-form [class*="comment-form"] input,
.comment-form [class*="comment-form"] textarea {
	border: 1px solid #CCC;
	padding: 8px 10px;
	width: 100%;
}

.comment-form .form-submit input:active,
.comment-form .form-submit input:focus,
.comment-form .form-submit input:hover {
	background: #037a85;
}


/*____content show on image box () 
======================================*/

@media only screen and (max-width:768px) {
	.sx-media>img,
	.sx-media a>img {
		width: 100%;
	}
}


/*____Customize  Grouping css 
======================================*/


/*-------------------------------------
	set-radius 
-------------------------------------*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs>li>a,
.modal-content,
.navbar-toggler,
.nav-pills>li>a,
.pager li>a,
.pager li>span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group>.dropdown-toggle:not(:first-child),
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


/*------------------------------------- 
	transition 
-------------------------------------*/

a,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.sx-icon-box-xld,
.sx-icon-box-xl,
.sx-icon-box-lg,
.sx-icon-box-md,
.sx-icon-box-sm,
.sx-icon-box-xs,
.share-social-bx li,
.indicator,
.navbar-toggler,
.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;
}


/*------------------------------------- 
	float-clearfix 
-------------------------------------*/

.clearfix::after,
.filter-wrap::after,
.filter-wrap::after,
.sx-icon-box-wraper::after,
ol.commentlist li::after {
	content: "";
	display: table;
	clear: both;
}


/*____Inner pages 
======================================*/


/*------------------------------------- 
	Out Team
-------------------------------------*/


/*------------------------------------- 
	Product block
-------------------------------------*/

.product-block p {
	margin-bottom: 0px;
}





/*____Work carousal
======================================*/
@media only screen and (max-width:767px){
.project-v-wide{margin-bottom: 0px;}
}
/*====preview inner pages ====*/

.project-carousel {
	position: relative;
	z-index: 1;
}

.project-carousel1 {
	position: relative;
}

.project-carousel1 .image-single-carousel .sx-info {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	right: 50px;
	bottom: 50px;
	padding: 30px;
	max-width: 360px;
}

.project-carousel1 .image-single-carousel .sx-info:after {
	position: absolute;
	content: '';
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.project-carousel1 .image-single-carousel .sx-info .sx-tilte a {
	color: #fff;
}

@media only screen and (max-width: 640px) {
	.project-carousel1 .image-single-carousel .sx-info {
		right: 0px;
		bottom: 0px;
		padding: 30px;
		max-width: 100%;
		margin: 15px;
	}
}


/*____our-story
=========================*/


/*| line=====================*/

.our-story {
	position: relative;
	z-index: 0;
	display: flex;
	margin-bottom: 30px;
	border-bottom: 1px dashed #404040;
	padding-bottom: 25px;
	padding: 0px 0px 20px 0px;
}

.our-story:last-child {
	margin-bottom: 0px;
}

.our-story-detail {
	margin-left: 20px;
}

.our-story-detail p {
	margin-bottom: 0px;
}

.our-story-year {
	margin-bottom: 0px;
	color: #ed4c2f;
}

.experience .our-story {
	position: relative;
	z-index: 0;
	display: flex;
	margin-bottom: 30px;
	border: 1px dashed #ddd;
	padding-bottom: 25px;
	background-color: #fff;
	padding: 20px;
}

@media only screen and (max-width:640px) {
	.our-story {
		display: block;
	}
	.our-story .our-story-info {
		display: block !important;
		justify-content: inherit !important;
		margin-bottom: 10px;
	}
	.our-story-year {
		border-left: 0px;
		padding-left: 0px;
		margin-left: 0px;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
	}
	.our-story-time {
		min-width: auto;
		display: inline-block;
	}
	.our-story-time .date,
	.our-story-time .month {
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
	}
	.our-story-time .date {
		padding-right: 3px;
	}
	.our-story-detail {
		margin-left: 0px;
	}
}

.btn-filter-wrap,
.btn-filter-wrap2 {
	list-style: none;
	margin: 0px 0 0;
}

.owl-carousel-filter .owl-item {
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.owl-carousel-filter .owl-item.active {
	opacity: 1;
}

.owl-carousel-filter .owl-item>.owl-item {
	opacity: 1;
}

.navigation-with-name .owl-nav .owl-prev,
.navigation-with-name .owl-nav .owl-next {
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 5px 20px
}

.filter-pos-left {
	position: absolute;
	left: 15px;
	top: 0px;
	bottom: 0px;
	max-width: 290px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 10px;
}

.filter-pos-left .btn-filter-wrap li {
	display: block;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	color: #000;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.filter-pos-left .btn-filter-wrap li.btn-active {
	color: #ed4c2f;
}

.filter-pos-left .btn-filter-wrap li:hover {
	color: #ed4c2f;
}

.filter-pos-left .btn-filter-wrap li:before,
.filter-pos-left .btn-filter-wrap li:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #a1a1a1;
	top: 0px;
	-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;
	opacity: 0;
}

.filter-pos-left .btn-filter-wrap li:before {
	right: 0%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
}

.filter-pos-left .btn-filter-wrap li:after {
	left: 0%;
	-webkit-transform: translatex(50%);
	-ms-transform: translatex(50%);
	transform: translatex(50%);
}

.filter-pos-left .btn-filter-wrap li:hover:before {
	right: 100%;
	width: 100%;
	opacity: 1;
	background-color: #ff5e14;
}

.filter-pos-left .btn-filter-wrap li:hover:after {
	left: 94%;
	width: 5%;
	opacity: 1;
	background-color: #ff5e14;
}

@media only screen and (max-width:540px) {
	.filter-pos-left {
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
		margin: 0px 0px;
		padding: 15px 15px 10px 15px;
		text-align: left !important;
	}
	.filter-pos-left .btn-filter-wrap li {
		border: 1px solid #fff;
		padding: 0px 8px;
		margin-bottom: 5px;
	}
	.filter-pos-left .btn-filter-wrap li:after {
		display: none;
	}
	.filter-pos-left .btn-filter-wrap {
		float: left;
	}
	.filter-pos-left .btn-filter-wrap li:last-child {
		padding-right: 15px;
	}
	.filter-pos-left .btn-filter-wrap li::after {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.filter-content-left,
	.filter-content-right {
		width: 100%;
		float: none;
		clear: both
	}
	.filter-content-left .btn-filter-wrap li {
		display: block;
		font-size: 14px;
		padding: 0px 20px 10px 0px;
		float: left;
	}
}

.filter-carousal-1-outer {
	position: relative;
}

.filter-carousal-1 {
	margin-left: 320px;
}
@media only screen and (max-width:1024px) {
	.filter-pos-left {
		max-width: 230px;
	}
	.filter-carousal-1 {
		margin-left: 260px;
	}

}


@media only screen and (max-width:767px) {
	.filter-pos-left {
		max-width: 100%;
		position:inherit;
		margin-bottom: 30px;
		padding: 15px 10px;
	}
	.filter-carousal-1 {
		margin-left: 0px;
	}
	.btn-filter-wrap{display: flex; flex-wrap: wrap;}
}

/* =============== Project Detail ==================*/

.product-block ul {
	margin-bottom: 0px;
	list-style: none;
}

.product-block ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.product-block ul li .sx-title {
	text-transform: uppercase;
}

.product-block ul li:last-child {
	border-bottom: 0px;
}


/*-------------------------------------
	Top Part Search Bar
-------------------------------------*/

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 999;
	display: block;
}

#search .input-group {
	display: flex;
	justify-content: end;
	flex-wrap: inherit;
	position: relative;
}

#search .input-group:after {
	content: '';
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 22px;
	height: 20px;
	left: -10px;
	bottom: -10px;
	position: absolute;
}

#search .input-group:before {
	content: '';
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	width: 22px;
	height: 20px;
	right: -10px;
	top: -10px;
	position: absolute;
}

#search form {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 40%;
	margin-left: 30%;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	outline: none;
	padding: 10px;
	border-radius: 0px;
	background-color: #282b34;
}

#search input[type="search"] {
	width: 100%;
	background: none;
	border: none;
	padding: 0px 12px;
	outline: none;
	color: #fff;
}

#search .search-btn {
	border: none;
	background: none;
	padding: 0px 30px;
	outline: none;
	color: #fff;
}

#search .search-btn i {
	font-size: 24px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
	width: 30px;
	height: 30px;
}

#search .close:after,
#search .close:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 32px;
	background-color: #fff;
	right: 20px;
	top: 0px;
}

#search .close:after {
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Safari */
	transform: rotate(45deg);
}

#search .close:before {
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-webkit-transform: rotate(-45deg);
	/* Safari */
	transform: rotate(-45deg);
}

#search .close:hover:after,
#search .close:hover:before {
	cursor: pointer;
}

@media only screen and ( max-width:768px) {
	#search form {
		width: 90%;
		margin-left: 5%;
		font-size: 26px;
	}
	#search input[type="search"] {
		padding: 0px 0px 0px 30px;
	}
	#search .search-btn {
		padding: 0px 15px;
	}
	#search .search-btn i {
		font-size: 24px;
	}
}

@media only screen and ( max-width:400px) {
	#search form {
		font-size: 16px;
	}
	#search input[type="search"] {
		padding: 0px 0px 0px 10px;
	}
	#search .search-btn {
		padding: 0px 15px;
	}
	#search .search-btn i {
		font-size: 18px
	}
}

@media only screen and (max-width:767px) {
	.site-search {
		width: 100%;
	}
	.site-search .site-button {
		padding: 0;
	}
	.site-search form {
		padding-left: 0;
	}
}


/*____animated play btn
======================================*/


/*____ANIMATED PLAY BTN____*/

.play-now {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	border-radius: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;
}

.play-now .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	background-color: #fff;
	color: #000;
	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, 0.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
	-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
	-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.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 20px 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 20px 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%;
}


/*================inner pages css=======*/

@media only screen and (max-width:768px) {
	.m-about {
		padding: 0px;
		margin: 0px;
	}
	.m-about::after {
		display: none;
	}
}


/*-------------------------
	Our Team 2
----------------------------*/

.our-team-2 {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: -10px;
	-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;
}

.our-team-2:hover {
	margin-top: -10px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.our-team-2 .profile-image {
	position: relative;
	background-color: #000;
}

.our-team-2 .profile-image img {
	max-width: 100%;
	width: 100%;
	-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;
}

.our-team-2 .figcaption {
	padding: 30px;
	text-align: center;
}

.our-team-2 .figcaption p {
	font-weight: 500;
	margin-bottom: 0px;
	font-style: italic;
	display: block;
	letter-spacing: 1px;
	color: #ed4c2f;
}

.our-team-2 .icons {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 90%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-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;
}

.our-team-2:hover .profile-image img {
	opacity: 0.5;
}

.our-team-2:hover .icons {
	opacity: 1;
}

.our-team-2:hover .icons a i,
.our-team-2:hover .icons a span {
	-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;
}

.our-team-2:hover .icons a i,
.our-team-2:hover .icons a span {
	-webkit-animation: scale-up-hor-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-hor-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-hor-center {
	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes scale-up-hor-center {
	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.our-team-2 .icons i {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	background-color: #ed4c2f;
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.our-team-2 .icons span {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	margin-right: 3px;
}

.our-team-2 .icons i:hover {
	color: #fff;
	background-color: #222;
}

.our-team-2 .icons i a {
	text-decoration: none;
}
@media only screen and (max-width:991px){
	.our-team-2-outer.no-gutters>.col{
		padding-right: 15px;
		padding-left: 15px;
	}
	.our-team-2{margin: 0px;padding: 0px;}
	.our-team-2:hover {
		margin-top:0px;
		box-shadow:none
	}
}
@media only screen and (max-width:767px){
	.our-team-2 .figcaption {
		padding: 20px 0px;
	}
	.our-team-2 .figcaption p {
		font-size: 14px;
	}
}
@media only screen and (max-width:575px){
	.our-team-2-outer.no-gutters>.col{
		padding-right: 0px;
		padding-left: 0px;
	}
}
/*=========== Flat Icons ============*/

.icon-font-block {
	display: inline-block;
	width: 24.7%;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	padding: 1%;
	border: 1px solid #e7e7e7;
	-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;
}

.icon-font-block:hover {
	-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
	box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
	position: relative;
	z-index: 10;
}

.icon-font-block .flat-icon {
	padding: 10px;
	display: block;
	font-size: 44px;
	line-height: 1;
}

@media only screen and (max-width: 1200px) {
	.icon-font-block {
		width: 32%;
	}
}

@media only screen and (max-width:767px) {
	.icon-font-block {
		width: 49.5%;
	}
}

@media only screen and (max-width:620px) {
	.icon-font-block {
		width: 100%;
	}
}


/*____Clients logo grid
======================================*/

.client-grid {
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 0px 1px 1px;
}

.client-logo-pic {
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 1px 0px 0px;
}

.client-logo-pic * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.client-logo-pic:before,
.client-logo-pic:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #fff;
	content: '';
	opacity: 0.9;
	z-index: 1;
}

.client-logo-pic:before {
	-webkit-transform: skew(0deg) translateX(-155%);
	transform: skew(0deg) translateX(-155%);
}

.client-logo-pic:after {
	-webkit-transform: skew(0deg) translateX(155%);
	transform: skew(0deg) translateX(155%);
}

.client-logo-pic img {
	backface-visibility: hidden;
	max-width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 2;
	opacity: 0.2;
}

.client-logo-pic div {
	top: 30px;
	left: 60px;
	position: absolute;
	z-index: 2;
	-webkit-transform: translate(-20%, -20%);
	transform: translate(-20%, -20%);
	opacity: 0;
}

.client-logo-pic span {
	white-space: nowrap;
	background-color: #fff;
}

.client-logo-pic:hover>img {
	opacity: 1;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.client-logo-pic:hover:before {
	-webkit-transform: skew(0deg) translateX(-50%);
	transform: skew(0deg) translateX(-50%);
}

.client-logo-pic:hover:after {
	-webkit-transform: skew(0deg) translateX(50%);
	transform: skew(0deg) translateX(50%);
}

.client-logo-pic:hover div {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}

.client-logo-pic:hover {
	transform: scale(1);
}

.client-logo-pic2{
	text-align: center;
	display: block;
}

.client-logo-pic2 img{
	margin: 0px auto;
}

.grid-5 [class*="col-"] {
	max-width: 20%;
}

.grid-4 [class*="col-"] {
	max-width: 25%;
}

.grid-3 [class*="col-"] {
	max-width: 33.33%;
}

.grid-2 [class*="col-"] {
	max-width: 50%;
}
@media only screen and (max-width: 1365px) {
	.grid-5 [class*="col-"] {
		max-width: 25%;
	}
}
@media only screen and (max-width: 1200px) {
	.grid-5 [class*="col-"] {
		max-width: 33.333%;
	}
}

@media only screen and (max-width: 1024px) {
	.grid-5 [class*="col-"] {
		max-width: 33.333%;
	}
}

@media only screen and (max-width: 991px) {
	.grid-5 [class*="col-"],
	.grid-4 [class*="col-"],
	.grid-3 [class*="col-"] {
		max-width: 50%;
	}
}

@media only screen and (max-width: 640px) {
	.grid-5 [class*="col-"],
	.grid-4 [class*="col-"],
	.grid-3 [class*="col-"] {
		max-width: 100%;
	}
}

.column-grid-4 .container {
	max-width: 100%;
	padding: 0px 80px;
}

.column-grid-5 .container {
	max-width: 100%;
	padding: 0px 80px;
}

@media only screen and (max-width: 480px) {
	.column-grid-4 .container {
		padding: 0px 15px;
	}
	.column-grid-5 .container {
		padding: 0px 15px;
	}
}


/*____Progress Bar 
-------------------------------------*/

.progressText b {
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
}

.progress {
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
}

.progress .progress-bar {
	position: relative;
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
	height: 10px;
	top: -4px;
}

.progress .tooltip {
	left: 100%;
	z-index: 1;
}

.progress span {
	position: absolute;
	right: 0px;
	top: -33px;
	color: #000;
}

.tooltip {
	z-index: 1 !important;
}

.progress {
	overflow: visible;
	background-color: #000;
	border-radius: 0px;
	height: 2px;
	margin: 20px 0px;
}
.our-exp .progress:last-child{
	margin: 20px 0px 0px 0px;
}


/*========block-sahdow====*/

.box-shadow {
	-webkit-box-shadow: 0px 0px 5px 0px #dcdcdc;
	box-shadow: 0px 0px 5px 0px #dcdcdc;
}

.hilite-title {
	border: 0px;
}

.hilite-title.hilite-dark strong {
	color: rgba(191, 191, 191, 0.2);
}

.hilite-title strong {
	font-family: 'Barlow Condensed', sans-serif;
	display: inline-block;
	font-size: 120px;
	line-height: 120px;
	font-weight: 800;
	transform: rotate(270deg);
	position: absolute;
	right: 80px;
	top: 0;
	white-space: nowrap;
	transform-origin: center right;
	opacity: 1;
	color: #fff;
	-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;
	opacity: 0.2;
}
@media only screen and (max-width: 1500px) {
	.hilite-title strong {
		font-size: 60px;
		line-height: 60px;
		right: 40px;
	}
}

@media only screen and (max-width: 1340px) {
	.hilite-title {
		display: none;
	}
}


/*====Filter Hover Navigation====*/

.filter-navigation {
	margin-bottom: 0px;
	display: inline-block;
}

.filter-navigation li {
	display: block;
	float: left;
	list-style: outside none none;
	margin: 0px 0px;
}

.filter-navigation li a.btn-inline {
	position: relative;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	font-weight: 500;
	padding: 8px 15px 8px 0px;
    margin-right: 15px;
}

.filter-navigation li a.btn-inline .num {
	position: relative;
	font-size: 10px;
	top: -10px;
	left: 5px;
}

.filter-navigation li.active a {
	color: #ed4c2f;
	display: block
}

.filter-navigation li a.btn-inline:after {
	content: '/';
	position: absolute;
	transition: inherit;
	z-index: 1;
	font-size: 12px;
	right: 0px;
	bottom: 10px;
	color: #000;
}

.filter-navigation li a.btn-inline:hover {
	color: #ed4c2f;
}

.filter-navigation li:first-child a.btn-inline {
	padding-left: 0px;
}

.filter-navigation li:last-child a.btn-inline:after {
	display: none;
}

.load-more-btn-outer {
	padding: 20px;
}

@media only screen and (max-width:768px) {
	.load-more-btn-outer {
		margin-top: 30px;
	}
	.load-more-btn-outer button {
		outline: none;
	}
}


/*____CONTACT SECTION____*/

.contact-home1-left {
	position: relative;
}

.contact-home1-left .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgb(135, 135, 135);
	color: #fff;
	padding-left: 0px;
	text-transform: uppercase;
}

.contact-home1-left .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #878787;
}

.contact-home1-left .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #878787;
}

.contact-home1-left .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #878787;
}

.contact-home1-left .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #878787;
}

.contact-home1-right {
	position: relative;
	z-index: 1;
	margin-left: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact-home1-right:before {
	position: absolute;
	content: '';
	left: -30px;
	top: 30px;
	height: 100%;
	width: 100%;
	border: 10px solid #ed4c2f;
	z-index: -1;
}

.contact-home-1-form {
	padding: 80px 80px 120px 80px;
}
@media only screen and (max-width:768px){
	.contact-home-1-form {
		padding: 20px;
	}
}

/*----------------------
INPUT ANIMATION
------------------------*/

.input-animate.input,
.login-animate.input label,
.login-animate.input input,
.login-animate.input textarea,
.login-animate.input .spin {
	transition: 300ms cubic-bezier(.4, 0, .2, 1);
	-webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
	-ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}

.input-animate.input input,
.input-animate.input textarea,
.input-animate.input label {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 500;
}

.input-animate.input {
	margin-bottom: 30px;
	height: 44px;
}

.input-animate.input::before {
	content: "";
	background: #f5f5f5;
	z-index: 3;
}

.input-animate.input input {
	height: 44px;
	top: 0px;
	border: none;
	background: transparent;
}

.input-animate.input textarea {
	height: 44px;
	padding-top: 15px;
	top: 0px;
	border: none;
	background: transparent;
}

.input-animate.input label {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	cursor: pointer;
	line-height: 40px;
}

.input-animate.input input,
.input-animate.input textarea,
.input-animate.input label {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.input-animate.input::before,
.input-animate.input .spin {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.input-animate.input,
.input-animate.input input,
.input-animate.input textarea {
	position: relative;
	width: 100%;
	outline: none;
}

.input-animate.input input,
.input-animate.input textarea {
	background: #fcf9f0;
	width: calc(100% - 140px);
	left: 140px;
	padding: 0px 20px;
}



.input-animate.input textarea {
	resize: none;
	padding: 5px 20px;
}

.input-animate.input .spin {
	background: #ed4c2f;
	z-index: 4;
	width: 0;
}

.input-animate.input,
.input-animate.input label,
.input-animate.input input,
.input-animate.input textarea,
.input-animate.input .spin {
	transition: 300ms cubic-bezier(.4, 0, .2, 1);
	-webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
	-ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
	box-shadow: none;
	font-family: 'Barlow Condensed', sans-serif;
}

@media only screen and (max-width:480px){
	.input-animate.input{
		height: auto; margin-bottom: 10px;
	}

	.input-animate.input input{
		width: 100%;
		left: 0px;
		padding: 0px 10px 0px 10px;
		font-size: 14px !important;
	}
	
	.input-animate.input label {
		position: inherit;
		top: auto;
		left: auto;
		z-index: 2;
		cursor: pointer;
		line-height: normal;
	}

	.input-animate.input textarea {
		width: 100%;
		left: 0px;
		padding: 10px 10px;
		font-size: 14px !important;
	}
	.input-animate.input textarea{
		margin-bottom: -6px;
	}

}
/*-------------------------
Bold Bottom Title
---------------------------*/

.contact-home-1-form .bold-bottom-title {
	position: absolute;
	bottom: 13px;
	right: 20px;
}

.bold-bottom-title {
	font-family: 'Barlow Condensed', sans-serif;
	display: inline-block;
	font-size: 80px;
	line-height: 80px;
	font-weight: 800;
	white-space: nowrap;
	opacity: 1;
	color: #fff;
	-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;
	opacity: 0.2;
	text-transform: uppercase;
}
@media only screen and (max-width:767px){
	.contact-home-1-form .bold-bottom-title{
		display: none;
	}
}

/*------------------------
    about-home-right
---------------------------*/

.about-home-right {
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}

.about-home-right .about-home-before {
	position: absolute;
	top: 70px;
	z-index: -1;
	right: 0px;
	max-width: 360px;
	width: 100%;
}

.about-home-right .about-home-before img {
	width: 100%;
}

@media only screen and (max-width:768px) {
	.about-home-right .about-home-before {
		top: 60px;
	}
}

.about-home {
	max-width: 369px;
	width: 100%
}

.about-home img {
	width: 100%
}

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

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

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

.about-home.owl-carousel .owl-dots .owl-dot span {
	background: #444;
}

.about-home.owl-carousel .owl-dots .owl-dot.active span {
	background: #ed4c2f;
}

@media only screen and (max-width:480px) {
	.about-home-right .about-home-before {
		display: none;
	}
	.about-home {
		max-width: 100%;
		width: 100%;
	}
	.about-home-right {
		padding-bottom: 50px;
	}
}

.home-2-about {
	position: absolute;
	left: 15px;
	bottom: 0px;
	right: 15px;
	top: 0px;
	min-height: 300px;
}



.number-block-one {
	position: relative;
}

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

.number-block-one .figcaption:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0px;
	top: 0px;
	width: 0px;
	z-index: -1;
	opacity: 1;
	background-color: #fff;
	opacity: 1;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.number-block-one:hover .figcaption:after {
	width: 100%;
	left: 0;
	opacity: 1;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}


.number-block-one .figcaption-number {
	opacity: 1;
	color: #ed4c2f;
	margin-bottom: 15px;
}

.number-block-one .figcaption-number span {
	font-size: 40px;
	font-weight: 900;
	display: block;
	height: 30px;
	line-height: 30px;
}


/*----------------------------------
	Animation Top
-----------------------------------*/

.animate-in-to-top:hover .animate-in-to-top-content {
	-webkit-animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes animate-in-to-top-content {
	0% {
		-webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
		transform: translateY(-600px) rotateX(-30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 1400px;
		transform-origin: 50% 1400px;
		opacity: 1;
	}
}

@keyframes animate-in-to-top-content {
	0% {
		-webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
		transform: translateY(-600px) rotateX(-30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 1400px;
		transform-origin: 50% 1400px;
		opacity: 1;
	}
}

.number-block-two {
	position: relative;
	border: 1px solid #f1f1f1;
}

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

.number-block-two .figcaption-number {
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 0px;
	opacity: 0.1;
	color: #c4c4c4;
}

.number-block-two .figcaption-number span {
	font-size: 80px;
	font-weight: 800;
	display: block;
}

.number-block-two:hover .figcaption {
	-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
	box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}


/*--------------------
scale-in-center
----------------------*/

.icon-font-block:hover .flat-icon {
	-webkit-animation: bounce-in-fwd 1.1s both;
	animation: bounce-in-fwd 1.1s both;
}

.sx-icon-box-wraper:hover .scale-in-center {
	-webkit-animation: bounce-in-fwd 1.1s both;
	animation: bounce-in-fwd 1.1s both;
}

.hover-animation-1:hover .scale-in-center {
	-webkit-animation: bounce-in-fwd 1.1s both;
	animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: scale(0.84);
		transform: scale(0.84);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes bounce-in-fwd {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: scale(0.84);
		transform: scale(0.84);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	89% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}


/*==== revolution slider Navigation====*/


.rev-img-bg-border {
	position: relative;
	z-index: 1;
}

.rev-img-bg-border img {
	padding-top: 10% !important;
}

.rev-img-bg-border:after {
	content: '';
	position: absolute;
	border: 4px solid #000;
	top: 0%;
	left: -10%;
	bottom: 20%;
	width: 80%;
	z-index: -1;
}


/*--------------------------------
	link underline
-----------------------------------*/

.anchor-line a {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size .3s;
	padding-bottom: 3px;
	font-weight: 600;
}

.anchor-line a:hover,
.anchor-line a:focus {
	background-size: 100% 2px;
}


/*--------------------------------
	page-notfound
-----------------------------------*/

.page-notfound {
	max-width: 600px;
	margin: 0px auto;
	text-align: center;
}

.page-notfound span.title {
	position: relative;
    display: block;
    color: #ed4c2f;
    font-size: 250px;
    line-height: 150px;
    font-weight: 900;
    height: 175px;
    text-transform: uppercase;
    margin: 0px 0 30px;
	font-family: 'Barlow Condensed', sans-serif;
	
}

.page-notfound p {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	font-family: 'Barlow Condensed', sans-serif;
}

@media only screen and (max-width:480px) {
	.page-notfound span.title {
		font-size: 125px;
		line-height: 75px;
		font-weight: 900;
		height: 87px;
	}
}


/*---------------------------
	contact-form
-----------------------------*/

.get-in-touch-form {
	position: relative;
}

.get-in-touch-form-section {
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-width: 520px;
}

.get-in-touch-info {
	position: absolute;
	bottom: 0px;
	max-width: 330px;
	left: 0px;
	box-shadow: -10px -10px #ed4c2f;
}

@media only screen and (max-width:991px) {
	.get-in-touch-form-section {
		max-width: 400px;
	}
}

@media only screen and (max-width:768px) {
	.mobile-page-padding {
		padding: 30px 0px;
	}
	.mobile-page-padding.p-b10 {
		padding-bottom: 0px;
	}
	.inner-page-padding {
		padding: 30px 0px;
	}
	.mobile-page-padding .row.when-item-four [class*="col-"]:nth-of-type(3) {
		margin-bottom: 0px !important;
	}
	.mobile-page-padding .row [class*="col-"]:last-child.m-b30 {
		margin-bottom: 0px;
	}
	/* .mobile-page-padding .row [class*="col-"]:last-child .blog-post {
		margin-bottom: 0px;
	} */
	.get-in-touch-form-section {
		position: inherit;
		left: auto;
		bottom: auto;
		margin: 0px auto;
	}
	.get-in-touch-info {
		position: relative;
	}
}

@media only screen and (max-width:575px) {
	.mobile-page-padding .row.when-item-four [class*="col-"]:nth-of-type(3) {
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width:480px) {
	.faq-1 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.faq-list div:last-child p {
	margin-bottom: 0px;
}




/*---------------------------------------------
	counter-blocks
-----------------------------------------------*/

.counter-blocks .st-count-number {
	position: relative;
	display: inline-block;
	padding: 20px 0px 11px 10px;
	z-index: 1;
}

.counter-blocks .st-count-number:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 27px;
	height: 100%;
	border: 4px solid #efefef;
	z-index: -1;
}

.sx-count{background-size: contain; border: 1px solid #e0e0e0;}


.project-mas p {
	margin-bottom: 0px;
}


/*-----------------------------------------------
	Team Style 2
-------------------------------------------------*/

.our-team-3 {
	position: relative;
}

.our-team-3 .our-team-info {
	position: relative;
	overflow: hidden;
	background: #000;
}

.our-team-3 .our-team-info img {
	position: relative;
	display: block;
	width: 100%;
}

.our-team-3 .our-team-info .our-team-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.our-team-3 .our-team-info .our-team-content a {
	color: #fff;
}

.our-team-3 .our-team-info .our-team-content a:hover {
	color: #ed4c2f;
}

.our-team-info {
	background: #34495e;
}

.our-team-info .our-team-content {
	padding: 30px 15px 30px 30px;
}

.our-team-info .sx-team-name {
	position: absolute;
	bottom: 50px;
	left: 20px;
	right: 20px;
	margin: 0px;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(200%, 0, 0);
}

.our-team-info .sx-team-position {
	position: absolute;
	color: #ed4c2f;
	bottom: 15px;
	left: 20px;
	margin: 0px;
	right: 20px;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(200%, 0, 0);
}

.our-team-info p {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
}

.our-team-info p a {
	display: block;
	color: #fff;
	z-index: 10;
	opacity: 0;
	-webkit-transform: translate3d(90px, 0, 0);
	transform: translate3d(90px, 0, 0);
}

.our-team-info p a:hover,
.our-team-info p a:focus {
	color: #ed4c2f;
}

.our-team-info:hover .our-team-content::before,
.our-team-info:hover .our-team-content::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.our-team-info:hover img {
	opacity: 0.3;
}

.our-team-info:hover .sx-team-name {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.our-team-info:hover .sx-team-position {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.our-team-info:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.our-team-info:hover p a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

.our-team-info:hover p a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.our-team-info:hover p a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.our-team-info:hover p a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

@media only screen and (max-width:767px) {
	.our-team-info .sx-team-name {
		font-size: 20px;
		line-height: inherit;
		font-weight: 500;
	}
	.our-team-info .sx-team-position {
		font-weight: 500;
	}
}


/*--------------------------------------------
large-title-block
----------------------------------------------*/

.large-title-block {
	margin-bottom: 0px;
	margin-top: 0px;
}

.large-title-block.full-content {
	padding: 30px;
	margin-bottom: 50px;
}

.large-title-block.full-content2 {
	padding-top: 56px;
	padding-bottom: 50px;
}

@media only screen and (max-width:991px) {
	.large-title-block{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:768px) {
	.large-title-block.full-content {
		padding-top: 30px;
		margin-bottom: 0px;
		margin-top: 30px;
	}
	.large-title-block.full-content2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media only screen and (max-width:767px) {
	.large-title-block {
		margin-bottom: 20px;
	}
}


/*---------------------------------------------
	Team Single
----------------------------------------------*/

.team-single-social ul li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
}

.team-single-social ul li span:first-child {
	padding-right: 20px;
}

.team-single-social ul li span i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.about-single-team-info {
	padding-left: 20px;
}

.about-single-team-info .our-story-year {
	border-left: 1px solid #000;
}

@media only screen and (max-width:991px) {
	.about-single-team-info {
		margin-top: 30px;
		padding-left: 0px;
	}
}
@media only screen and (max-width:767px) {
	.our-exp{padding-bottom: 0px;}
}
@media only screen and (max-width:480px) {
	.about-single-team-info .our-story {
		display: block;
	}
	.about-single-team-info .our-story .our-story-info {
		display: block !important;
		justify-content: inherit !important;
	}
	.about-single-team-info .our-story-year {
		border-left: 0px;
		padding-left: 0px;
		margin-left: 0px;
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
	}
	.about-single-team-info .our-story-time {
		min-width: auto;
		display: inline-block;
	}
	.about-single-team-info .our-story-time .date,
	.about-single-team-info .our-story-time .month {
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
	}
	.about-single-team-info .our-story-time .date {
		padding-right: 3px;
	}
	.about-single-team-info .our-story-detail {
		margin-left: 0px;
	}
}


/*-------------------------------
	Our History
----------------------------------*/

.our-history .our-history-pic {
	height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.our-history .pic-bg-border {
	position: relative;
}

.our-history .pic-bg-border:after {
	content: '';
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	background-image: url(../images/background/cross-line2.png);
}

.our-history .our-history-content {
	padding: 80px;
}

.large-title .sx-title {
	position: relative;
	z-index: 1;
}

.large-title .sx-title:before {
	position: absolute;
	content: attr(data-title);
	color: rgba(210, 210, 210, 0.1);
	font-weight: 900;
	font-size: 130px;
	line-height: 130px;
	text-transform: uppercase;
	top: -60px;
	right: -60px;
	z-index: -1;
	font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width:1199px) {
	.our-history .our-history-content {
		padding: 30px;
	}
	.our-history .pic-bg-border:after{
		display:none;
	}
	.large-title .sx-title:before {
		position: inherit;
		color: rgba(210, 210, 210, 0.4);
		font-weight: 900;
		font-size: 60px;
		line-height: 60px;
		top: auto;
		right: auto;
		padding-right: 10px;
	}

}

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

	.our-history .our-history-pic {
		position: inherit;
		z-index: 1;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		height: 350px;
	}
	.our-history .our-history-content {
		padding: 20px 0px 30px 0px;
	}
	.our-history.m-b30{margin-bottom: 0px;}
	.our-history.m-b30 .our-history-content.pic-bg-border{
		padding-bottom: 0px;
	}

}
@media only screen and (max-width: 767px){
	.large-title .sx-title {
		font-size: 20px;
	}
	
}
/*=======================
	after before slider
========================*/

.rs-addon-beforeafter-btn i {
	color: #fff;
	background-color: #2e313b;
	padding: 0px 10px;
}


/*------------------------------------
About home1
-------------------------------------*/

.a-about {position: relative;	margin-right: 80px;	margin-bottom: 100px;	z-index: 1;}

.a-about .sx-media img {width: 100%;}
.a-about .dot-corner {position: absolute;	right: -80px;	bottom: -80px;	z-index: -1;}
.a-about:after {
	border:10px solid #ed4c2f;
	position: absolute;
	content: '';
	bottom: -40px;
	right: -40px;
	top: 40px;
	left: 40px;
	z-index: -1;
}
.a-about-home-right {margin-left: 30px;}
.a-about-home-right .sx-tilte {	margin-bottom: 50px;}

.year-ex {position: relative;z-index: 1;margin-bottom: 50px;}
.year-ex .year-ex-info {padding: 30px;margin-right: 40px;display: flex;	align-items: center;}
.year-ex .dot-corner {position: absolute;right: 0px;bottom: -40px;z-index: -1;}
.year-ex-count {margin-right: 30px;}
.year-ex-count .text-outline {
	font-size: 130px;
	line-height: 140px;
	font-weight: 700;
	opacity: 1;
	color: #fff;
	-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;
}

.year-ex-content {font-family: 'Barlow Condensed', sans-serif;}
.year-ex-content span {display: block;}
.year-ex-content span.info1 {font-size: 24px;	font-weight: 400;}
.year-ex-content span.info2 {font-size: 30px;	font-weight: 500;}

@media only screen and (max-width:1199px){
	.year-ex .year-ex-info {padding:20px;margin-right: 20px;}
	.year-ex-count .text-outline {font-size: 60px;	line-height: 60px;}
	.year-ex-count {margin-right: 20px;}
	.a-about-home-right {margin-left: 0px;}
	.sx-about-me-info{margin-bottom: 20px;}
	.year-ex .dot-corner {bottom: -20px;}
	.year-ex {margin-bottom: 30px;}
	.a-about {margin-right: 60px;margin-bottom: 60px;}
	.a-about .dot-corner {right: -60px;	bottom: -60px;}
	.a-about-home-right .sx-tilte {margin-bottom: 30px;}
}
@media only screen and (max-width:400px){
	.year-ex-content span.info2 {font-size: 18px;}
	.year-ex-content span.info1 {font-size: 16px;}
	.two-part-b-section{display: block !important;}
	.two-part-b-section .social-icons-style-one ul{	display: inline-block;margin-top: 30px;}
}


/*------------------------------------
About home2
-------------------------------------*/

.a-about2 {position: relative;
    margin-right: 50px;
    margin-bottom: 80px;
    z-index: 1;
    padding: 0px 20px 0px 20px;}

.a-about2 .sx-media img {width: 100%;}
.a-about2 .dot-corner {position: absolute;	right: -50px;	bottom: -60px;	z-index: -1;}
.a-about2:after {
	background-color: #ed4c2f;
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    top: 30%;
    left: 0px;
    z-index: -1;
    border-radius: 120px 0px 0px 0px;
    box-shadow: 20px 30px 30px rgba(0,0,0,0.1);
}
.a-about-home-right2 {margin-left: 30px;}
.a-about-home-right2 .sx-tilte {	margin-bottom: 50px;}

.year-ex2 {position: relative;z-index: 1;margin-bottom: 50px; margin-left: 50px;}
.year-ex2 .year-ex-info2 {padding: 30px 30px 30px 40px; display: flex; align-items: baseline;}
.year-ex-count2 {margin-right: 30px;}
.year-ex-count2 .text-outline {
	font-size: 130px;
	line-height: 140px;
	font-weight: 700;
	opacity: 1;
	color: #ed4c2f;
}

.year-ex-content2 {font-family: 'Barlow Condensed', sans-serif;}
.year-ex-content2 span {display: block;}
.year-ex-content2 span.info1 {
	font-size: 24px;
    font-weight: 700;
    position: absolute;
    left:-40px;
    bottom: 0px;
    transform: rotate(-90deg);
    width: 0px;
    white-space: nowrap;}
.year-ex-content2 span.info2 {font-size: 34px;	font-weight: 700;}

@media only screen and (max-width:1199px){
	.a-about-home-right2 {margin-left:0px;}
}
@media only screen and (max-width:767px){
	.year-ex2 {
		margin-bottom: 30px;
		margin-left: 0px;
		background-image: none !important;
	}
	.year-ex2 .year-ex-info2{display: block;}
	.year-ex2 .year-ex-info2{padding: 0px;}
	.year-ex-count2 .text-outline {
		font-size: 70px;
		line-height: 60px;
		font-weight: 600;
	}
	.year-ex-content2 span.info1 {
		font-size: 24px;
		font-weight:600;
		position: inherit;
		left: auto;
		bottom: auto;
		transform:inherit;
	}
}

@media only screen and (max-width:400px){
	.year-ex-count2 .text-outline {
		font-size: 40px;
		line-height: 30px;
	}
	.year-ex-content2 span.info2 {
		font-size: 20px;
		font-weight: 600;
	}
	.a-about2 {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.a-about2 .dot-corner {
		right: -15px;
		bottom: -15px;
	}
}


/*=======================
	My Skills Section
========================*/

.m-skills-left {
	margin-right: 40px
}

.m-skills-left .sx-tilte {
	margin-bottom: 50px;
}

.m-skills-right {
	padding-left: 0px;
	margin-top: 30px;
}

.m-skills-right .row [class*="col-"]:nth-child(odd) {
	margin-top: -30px;
}

@media only screen and (max-width:1199px){
	.m-skills-right .row [class*="col-"]:nth-child(odd) {
		margin-top: 0px;
	}	
}

@media only screen and (max-width:991px){
	.m-skills-left {
		margin-right: 0px
	}
}
/*-------------------------------------
	2. Count Section 
-------------------------------------*/

.icon-count-2-outer {
	position: relative;
	z-index: 1;
	background-color: #fff;
	-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;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.icon-count-2-outer .icon-count-2 {
	padding: 40px 25px;
}

.icon-count-2-outer .icon-count-2 p {
	margin-bottom: 30px;
}

.icon-count-2-outer:hover {
	-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
	box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}

.icon-count-2-outer:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0px;
	top: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	background-color: #000 !important;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.icon-count-2-outer:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}

.icon-count-2-outer:hover .icon-count-2 p,
.icon-count-2-outer:hover .icon-count-2 .sx-tilte,
.icon-count-2-outer:hover .site-button-link {
	color: #fff;
}

.icon-count-2-outer:hover .site-button-link:before {
	background-color: #fff;
}

@media only screen and (max-width:767px) {
	.icon-count-2-outer-section [class*="col-"]:last-child .icon-count-2-outer {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width:575px) {
	.icon-count-2-outer .icon-count-2 {
		margin: 0px;
	}
}


/*-----------------------------------
social icon style two
-------------------------------------*/

.social-icons-style-one {
	position: relative;
	text-transform: uppercase;
}

.social-icons-style-one ul {
	position: relative;
	margin-right: 50px;
}

.social-icons-style-one ul:after {
	position: absolute;
	content: '';
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #7e7c78;
}

.social-icons-style-one .social-icons li a {
	color: #7e7c78;
	font-size: 14px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 28px;
	background-color: transparent;
	border: 1px solid #7e7c78;
	position: relative;
	z-index: 1;
}

.social-icons-style-one .social-icons li a:hover {
	color: #fff;
	border: 1px solid transparent;
}

.social-icons-style-one .social-icons li a:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0px;
	top: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	background-color: #000 !important;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.social-icons-style-one .social-icons li a:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}


/*social icon sm style*/

.social-icons-style-one.sm-style .social-icons li a {
	font-size: 12px;
	width: 24px;
	height: 24px;
	line-height: 16px;
}


/*--------------------------------
line-list-style
--------------------------------*/

.contact-home1-left .line-list-style {
	margin: 0px;
}

.line-list-style li {
	display: block;
	position: relative;
	margin-bottom: 15px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	color: #000;
	padding-left: 30px;
	font-weight: 500;
}

.line-list-style li:last-child {
	margin-bottom: 0px;
}

.line-list-style li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 18px;
	width: 20px;
	height: 2px;
	background-color: #ec4c2f;
}


/*------------------------------
	Project Box Animation
-------------------------------*/

[class^=box-animation-] {
	position: relative;
	display: block;
	margin: 0;
	max-width: 100%;
	background-color: rgba(237, 76, 47, 0.8);
	overflow: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[class^=box-animation-] img {
	width: 100%;
}

[class^=box-animation-] .box-inner-content {
	background-color: rgba(255, 255, 255, .9);
	padding: 20px;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

[class^=box-animation-],
[class^=box-animation-] *,
[class^=box-animation-] :after,
[class^=box-animation-] :before,
[class^=box-animation-]:after,
[class^=box-animation-]:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s ease;
	transition: all .35s ease
}

[class^=box-animation-one]:before {
	opacity: 0;
	background: inherit;
	position: absolute;
	content: '';
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

[class^=box-animation-one] .box-inner-content {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
[class^=box-animation-one] .box-inner-content .sx-tilte{
	margin-bottom: 5px;
}



[class^=box-animation-one]:hover:before {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

[class^=box-animation-one]:hover .box-inner-content {
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.box-animation-one:before {
	top: 50%;
	bottom: 50%;
	left: -35%;
	right: -35%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.box-animation-one:hover:before {
	top: -50%;
	bottom: -50%
}

.box-inner-content i {
	display: inline-block;
	margin-top: 20px;
	width: 70px;
	height: 70px;
	position: relative;
}

.box-inner-content i:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	background-color: #000;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.box-inner-content i:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 0px;
	background-color: #000;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.box-animation-one:hover .box-inner-content i:after {
	width: 70px;
}

.box-animation-one:hover .box-inner-content i:before {
	height: 70px;
}

@media only screen and (max-width:991px){
	.box-animation-one:hover .box-inner-content i:before{
		height: 30px;
	}
	.box-animation-one:hover .box-inner-content i:after {
		width: 35px;
	}	
	.box-inner-content i {
		margin-top: 10px;
		width: 35px;
		height: 35px;
	}
}


.full-landing-image {
	width: 100%;
}


/*Blog Next Previous*/

.s-post-pagination-control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	position: relative;
	padding: 40px;
}

.s-post-pagination-control:before {
	position: absolute;
	content: "";
	background-color: #e4e4e4;
	height: 100%;
	width: 1px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.s-post-pagination-control {
		padding: 12px;
	}
}

.s-post-pagination-control .paging-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media all and (max-width: 767.98px) {
	.s-post-pagination-control .paging-item {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media all and (max-width: 991.98px) {
	.s-post-pagination-control .paging-item {
		-ms-flex-align: end;
		align-items: end;
	}
}

.s-post-pagination-control .paging-item .paging-content .paging-title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 0;
}

.s-post-pagination-control .paging-item .paging-content .paging-title a {
	color: #393738;
}

.s-post-pagination-control .paging-item .paging-content .paging-title a:hover {
	color: #ee212b;
}

.s-post-pagination-control .paging-item .paging-content a.paging-link {
	display: inline-block;
	color: #3e3e3e;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
	background-color: #fcf9f0;
	padding: 10px;
}

@media only screen and (max-width:480px){
	.s-post-pagination-control .paging-item .paging-content a.paging-link {
		font-size: 12px;
	}
}

.s-post-pagination-control .paging-item .paging-content a.paging-link:hover {
	color: #ed4c2f;
}

.s-post-pagination-control .paging-item .paging-content a.paging-link i {
	padding-right: 10px;
	font-weight: 700;
	color: #ed4c2f;
}

.s-post-pagination-control .paging-left {
	margin-right: 10px;
	max-width: 300px;
}

.s-post-pagination-control .paging-right {
	margin-left: 10px;
	max-width: 300px;
}

@media all and (max-width: 767.98px) {
	.s-post-pagination-control .paging-right {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.s-post-pagination-control .paging-right .paging-content {
	text-align: right;
}

.s-post-pagination-control .paging-right .paging-content a.paging-link i {
	padding: 0 0 0 10px;
}


/*spin Animation*/

.rotate-center {
	-webkit-animation: rotate-center 20s linear infinite;
	animation: rotate-center 20s linear infinite;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*Swiper Slider some css*/


/*pagination bg color*/

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #ed4c2f;
}


/*next prev arrow color*/

.swiper-button-next,
.swiper-button-prev {
	color: #ed4c2f;
}

.product-block {
	background-color: #f7f7f3;
	padding: 20px;
	margin-bottom: 30px;
}

.product-block ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*---------------*/


/***** Service style 2 *****/


/*---------------*/

.sx-service2-box {
	position: relative;
}

.sx-service2-box .sx-service2-inner {
	position: relative;
	overflow: hidden;
	background: #000;
}

.sx-service2-box .sx-service2-inner img {
	position: relative;
	display: block;
	max-width: none;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-15px, 0, 0) scale(1.1);
	transform: translate3d(-15px, 0, 0) scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sx-service2-box .sx-service2-inner .figcaption {
	padding: 30px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sx-service2-box .sx-service2-inner .figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sx-service2-inner:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.sx-service2-inner .sx-title {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px 20px;
	background-color: #fff;
}

.sx-service2-inner p {
	padding: 0 15px 10px 0;
	width: 80%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.sx-service2-inner:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sx-service2-inner a.site-button-link {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.sx-service2-inner:hover a.site-button-link {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*Awards Section*/

.awards-left {
	padding-right: 20px;
}


/*Team Slider*/

.sx-team2-swiper.swiper-container {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 80px;
}

.sx-team2-swiper.swiper-container .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 500px
}
@media only screen and (max-width:991px){
	.sx-team2-swiper.swiper-container .swiper-slide {
		width: 380px
	}	
}
@media only screen and (max-width:420px){
	.sx-team2-swiper.swiper-container .swiper-slide {
		width: 260px
	}	
}


.sx-team2-swiper .swiper-pagination.swiper-pagination-fraction{
	font-size: 45px;
	line-height: 40px;
	font-weight: 100;
	bottom: 0px;
	color: #000;
	font-family: 'Barlow Condensed', sans-serif;
}
.sx-team2-swiper .swiper-pagination-current{
	font-size: 24px;
	font-weight: 600;

}
.sx-team2-swiper .swiper-pagination-total{color: #ed4c2f; font-weight: 600;}


/*title typewrite*/

.typewrite>.wrap {
	border-color: transparent !important;
}


/*About Us*/

.list-my-skils {
	margin-top: 0px;
	float: left;
	width: 100%;
}
@media only screen and (max-width:991px){
	.list-my-skils {
		margin-top: -30px;
	}
}

.list-my-skils ul {
	list-style: none;
	margin-bottom: 0px;
	width: 50%;
	float: left;
}

.list-my-skils ul li {
	padding-right:10px;
}

.list-my-skils ul li span {
	padding: 5px 20px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	display: block;
	position: relative;
	cursor: pointer;
	outline: none !important;
}
.list-my-skils ul li span:hover{
	color: #ed4c2f;
}

.popover{border: 0px;}
.popover .arrow{display: none;}
.popover .popover-body{padding: 0px; box-shadow: -15px 15px 30px rgba(0,0,0,0.2)}
@media only screen and (max-width:640px){
	.popover .popover-body{max-width: 100px;box-shadow: -5px 5px 15px rgba(0,0,0,0.2)}
}


@media only screen and (max-width:767px){
	.list-my-skils ul li span{font-size: 20px;}
}
@media only screen and (max-width:480px){
	.list-my-skils ul li span{font-size: 16px;}
}
@media only screen and (max-width:400px){
	.list-my-skils ul li{width: 100%;}
	.list-my-skils ul li span{padding: 5px 0px;}
}

.swiper-pagination-bullet {
	background-color: #000;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #ed4c2f;
}

.hvr-gradeant {
	background: #000;
	background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: 400% 400%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: 0.5s all;
	z-index: 1;
}

.hvr-gradeant:hover {
	background-position: 100% 100%;
}

.hvr-gradeant img {
	position: relative;
	z-index: 0;
	opacity: 0.5;
}


.swiper-button-next:after,
.swiper-button-prev:after{
	font-size: 24px;
}

@media only screen and (max-width:767px){
	.sx-bg-none{background-image: none !important;}
}



/*==== revolution slider Navigation====*/
.custom-tp-navigation{
	position: absolute !important;
	left: 50%;
	bottom: 100px;
}
/* @media only screen and (max-width:1240px){
	#about-me-portfolio-wrapper,
	#about-me-portfolio{
		height: 868px !important;
	}
}
@media only screen and (max-width:1024px){
	#about-me-portfolio-wrapper,
	#about-me-portfolio{
		height: 768px !important;
	}
}
@media only screen and (max-width:778px){
	#about-me-portfolio-wrapper,
	#about-me-portfolio{
		height: 700px !important;
	}
}
@media only screen and (max-width:480px){
	#about-me-portfolio-wrapper,
	#about-me-portfolio{
		height: 600px !important;
	}
} */

