:root{
	--txt-color:#333;
	--theme-color:#91C35A;
	--orange-color:#0B683A;
	--white-color:#FFF;
	--input-bg:#FFF0D4;
	--input-color:#A69B7C;
	--light-gray:#FFF5DC;
	--black-color:#000;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff'),
        url('../fonts/Muli-Bold.ttf') format('truetype'),
        url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.eot');
    src: url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Light.woff2') format('woff2'),
        url('../fonts/Muli-Light.woff') format('woff'),
        url('../fonts/Muli-Light.ttf') format('truetype'),
        url('../fonts/Muli-Light.svg#Muli-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-500B.eot');
    src: url('../fonts/Muli-500B.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-500B.woff2') format('woff2'),
        url('../fonts/Muli-500B.woff') format('woff'),
        url('../fonts/Muli-500B.ttf') format('truetype'),
        url('../fonts/Muli-500B.svg#Muli-500B') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype'),
        url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html , body{
	overflow-x: hidden;
}

body {
	font-family: 'Muli';
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: var(--txt-color);
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin-bottom: 20px;
	color: var(--black-color);
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}

h1{

}

h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 46px;
	font-size: 40px;
}

h3 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 42px;
	font-size: 36px;
}

h4{
	font-size: 26px;
	line-height: 26px;
}

h5{
	font-size: 24px;
	line-height: 32px;
}

h6{
	font-family: 'Muli';
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

p{

}

a , a:hover , a:focus , a:visited{
	outline: none !important;
	text-decoration: none;
}

a{
	color: var(--orange-color);
}

input{
	outline: none !important;
}

ul , ol{
	margin: 0 0 15px 10px;
	padding: 0px;
}

ul li , ol li{
	margin: 0 0 15px 10px;
	padding: 0px;
}

img{
	max-width: 100%;
	height: auto;
}

section:after , section:before{
	clear: both;
	display: table;
	content: "";
}

section{
	clear: both;
	position: relative;
	padding: 100px 0 90px 0;
}

.theme-btn{
	display: inline-block;
	width: auto;
	color: var(--white-color);
	line-height: normal;
	font-weight: 500;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0px 26px;
	background-color: var(--orange-color);
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	position: relative;
	border: none;
	box-shadow: none;
}

.theme-btn:hover{
	background-color: var(--theme-color);
	color: var(--white-color);
}

.theme-btn:hover:before , .theme-btn:hover:after{
	background-color: var(--orange-color);
}

.theme-btn:before{
	content: '';
	width: 10px;
	height: 2px;
	background-color: var(--white-color);
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.theme-btn:after{
	content: '';
	width: 2px;
	height: 10px;
	background-color: var(--white-color);
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.theme-btn-wrap{
	position: relative;
}

.theme-btn-wrap span{
	opacity: 1;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.theme-btn-wrap span:before{
	content: '';
	width: 10px;
	height: 2px;
	background-color: var(--white-color);
	display: block;
	position: absolute;
	right: auto;
	top: auto;
	left: 10px;
	bottom: 10px;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.theme-btn-wrap span:after{
	content: '';
	width: 2px;
	height: 10px;
	background-color: var(--white-color);
	display: block;
	position: absolute;
	right: auto;
	top: auto;
	left: 10px;
	bottom: 10px;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.theme-btn-wrap:hover span{
	opacity: 1;
}

.theme-btn-wrap:hover span:before , .theme-btn-wrap:hover span:after{
	background-color: var(--orange-color);
}

.theme-btn.theme-btn-white{
	background: transparent;
	border: 1px solid var(--white-color);
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 15px;
}

.theme-btn.theme-btn-white:before , .theme-btn.theme-btn-white:after{
	background-color: var(--white-color);
}

.theme-btn.theme-btn-white:hover{
	background-color: var(--white-color);
	color: var(--theme-color);
}

.theme-btn.theme-btn-white:hover:before , .theme-btn.theme-btn-white:hover:after{
	background-color: var(--theme-color);
}

input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], select, textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 14px;
	color: var(--input-color);
	line-height: normal;
	padding: 0px 15px;
	font-weight: 400;
	background: var(--input-bg);
	border: 0;
	border-radius: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	width: 100%;
	outline: none !important;
}

select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-indent: 0px;
	background-position-x: calc(100% - 15px);
	background-size: 12px;
	background-color: #f5f5f5;
}

textarea {
    height: 141px;
    resize: none;
    padding: 12px 15px;
}

.banner-bg{
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.pad-bottom-remove{
	padding-bottom: 0px !important;
}

.pad-top-remove{
	padding-top: 0px !important;
}

.pad-both-remove{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#html5-watermark{
	display: none !important;
}

/* HEADER PART */

.header-part{
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
}

.header-top-inner{
	display: flex;
	width: 100%;
	align-items: center;
}

.header-top {
	width: 100%;
	display: block;
	padding: 15px 0;
}

.logo{
	display: flex;
	width: auto;
}

/*.logo img{
	max-width: 168px;
}*/

/*.logo img{
	max-width: 115px;
}*/

.header-top-info{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: auto;
	align-items: center;
}

.header-top-blog{
	display: flex;
	width: auto;
	align-items: center;
	padding-left: 40px;
	font-size: 13px;
	font-weight: 500;
}

.rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header-top-blog i{
	font-size: 18px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: var(--orange-color);
	color: var(--white-color) !important;
	margin-right: 10px;
}

.header-top-blog a{
	color: var(--txt-color);
}

.header-bottom-inner{
	display: flex;
	width: 100%;
	align-items: center;
}

.header-bottom{
	display: block;
	width: 100%;
	background-color: var(--theme-color);
	position: static;
	top: -100px;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.social-info-wrapper ul , .social-info-wrapper li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social-info-wrapper li{
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.social-info-wrapper li a{
	display: block;
	color: var(--black-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.social-info-wrapper li:hover a{
	background-color: var(--orange-color);
}

.main-menu{
	margin: 0 auto;
}

.main-menu ul , .main-menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main-menu > ul > li{
	float: left;
	width: auto;
	position: relative;
}

.main-menu ul li a{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.main-menu > ul > li > a{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	color: var(--black-color);
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	margin: 0 20px;
	display: block;
	font-family: 'Rajdhani', sans-serif;
	padding: 23px 0;
}

.main-menu > ul > li:hover > a , .main-menu > ul > li.active > a{
	color: var(--orange-color);
}

.sigma_cart-icon{
	color: var(--white-color);
	display: block;
	padding: 21px 20px;
	position: relative;
	cursor: pointer;
}

.sigma_header-cart-count {
	position: absolute;
	top: 14px;
	right: 5px;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: var(--orange-color);
	font-size: 12px;
	color: var(--theme-color);
}

.sigma-header-cart{
	position: relative;
	display: inline-block;
	width: auto;
}

.cart-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	opacity: 0;
	padding: 20px;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: var(--white-color);
	min-width: 300px;
	z-index: 990;
	cursor: default;
	border-radius: 0;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
	-moz-box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
	-ms-box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
	-o-box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
	box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
	overflow-x: hidden;
}

.cart-dropdown.sigma_cart-dropdown.open{
	visibility: visible;
	opacity: 1;
}

.woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
	text-align: center;
}

.woocommerce-mini-cart__empty-message p {
	font-size: 14px;
	max-width: 340px;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

.search-wrapper {
	display: inline-block;
	width: auto;
}

.search-wrapper > a {
	display: block;
	color: var(--black-color);
	padding: 21px 20px;
	display: block;
}

.search-window{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgb(0 0 0 / 83%);
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.search-window.open{
	opacity: 1;
	visibility: visible;
}

.search-window .close-btn {
	position: absolute;
	top: 60px;
	right: 60px;
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
}

.search-window .close-btn span {
	position: absolute;
	width: 2px;
	height: 15px;
	display: block;
	background-color: var(--white-color);
	opacity: 0.6;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 40px;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.search-window .close-btn span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-window .close-btn:hover span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.search-window .close-btn:hover span:nth-child(2) {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

button.sigma-search-button {
	position: absolute;
	height: 55px;
	width: 55px;
	right: 0;
	background-color: var(--orange-color);
	top: 0;
	padding: 0;
	color: var(--white-color);
	border: none;
}

.search-window-form{
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}

/* BANNER PART */

.slider-part{
	height: 500px;
	position: relative;
	padding: 0px !important;
	overflow: hidden;
}

.slider-part .full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.zoom {
	-webkit-animation: scale 20s linear infinite;
	-moz-animation: scale 20s linear infinite;
	-ms-animation: scale 20s linear infinite;
	-o-animation: scale 20s linear infinite;
  	animation: scale 20s linear infinite;
}
  
@keyframes scale {
  50% {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
  }
}

/*.home-slider-hero.owl-carousel .owl-item{
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}*/

.slider-info-wrap{
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	z-index: 99;
}

.slider-info-right {
	min-width: 25%;
	position: relative;
	right: -100%;
	-webkit-transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-ms-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}

.slider-info-inner{
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 18px;
	overflow: hidden;
}

.slider-info-btn{
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 30px;
}

.slider-info-inner , .slider-info-inner h1 , .slider-info-inner h2 , .slider-info-inner h3 , .slider-info-inner h4 , .slider-info-inner h5 , .slider-info-inner h6{
	color: #ffffff;
}

.slider-info-inner h2 {
	font-size: 80px;
	line-height: 80px;
	position: relative;
	left: -100%;
	-webkit-transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-ms-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}

.slider-info-inner .slider-info-btn{
	position: relative;
	left: -100%;
	-webkit-transition: all 2.1s ease 0s;
	-moz-transition: all 2.1s ease 0s;
	-ms-transition: all 2.1s ease 0s;
	-o-transition: all 2.1s ease 0s;
	transition: all 2.1s ease 0s;
}

.slider-info-btn .theme-btn-wrap{
	margin-right: 30px;
}

.slider-info-inner p{
	position: relative;
	left: -100%;
	-webkit-transition: all 1.8s ease 0s;
	-moz-transition: all 1.8s ease 0s;
	-ms-transition: all 1.8s ease 0s;
	-o-transition: all 1.8s ease 0s;
	transition: all 1.8s ease 0s;
}

.slider-info-inner h2 span{
	color: var(--orange-color);
}

.theme-btn-link{
	font-size: 14px;
}

.theme-btn-link:hover{
	color: var(--white-color);
}

.slider-overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.home-slider-hero.owl-carousel , .home-slider-hero.owl-carousel .owl-stage-outer , .home-slider-hero.owl-carousel .owl-stage , .home-slider-hero.owl-carousel .owl-item{
	height: 100%;
}

.home-slider-hero.owl-carousel .owl-item.active .slider-info-inner h2  , 
.home-slider-hero.owl-carousel .owl-item.active .slider-info-inner .slider-info-btn , 
.home-slider-hero.owl-carousel .owl-item.active .slider-info-inner p{
	left: 10px;
}

.home-slider-hero.owl-carousel .owl-item.active .slider-info-right{
	right: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}

.owl-theme .owl-nav .owl-prev , .owl-theme .owl-nav .owl-prev:hover{
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	text-indent: -100000px;
}

.owl-theme .owl-nav .owl-prev:before{
	content: "\f053";
	position: absolute;
	left: 0px;
	font-size: 35px;
	font-weight: 400;
	top: 0px;
	font-family: 'Font Awesome 5 Pro';
	text-indent: 0px;
}

.owl-theme .owl-nav .owl-prev:hover:before{
	color: var(--orange-color);
}

.owl-theme .owl-nav .owl-next , .owl-theme .owl-nav .owl-next:hover{
	position: absolute;
	right: 45px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	text-indent: -100000px;
}

.owl-theme .owl-nav .owl-next:before{
	content: "\f054";
	position: absolute;
	left: 0px;
	font-size: 35px;
	font-weight: 400;
	top: 0px;
	font-family: 'Font Awesome 5 Pro';
	text-indent: 0px;
}

.owl-theme .owl-nav .owl-next:hover:before{
	color: var(--orange-color);
}

/* SERVICE PART */

.service-banner{
	background-color: var(--theme-color);
	padding-bottom: 250px;
}

.service-banner.banner-bg{
	background-position: right top !important;
	background-size: contain !important;
}

.sub-m-title h3{
	font-weight: 700;
	line-height: 52px;
	font-size: 45px;
}

.white-head h1 , .white-head h2 , .white-head h3 , .white-head h4 , .white-head h5 , .white-head h6{
	color: var(--black-color);
}

.sub-m-title h6{
	color: var(--orange-color);
	margin-bottom: 5px;
}

.service-banner .sub-m-title{
	text-align: center;
}

/* SERVICE BLOGGER */

.service-blogger{
	margin-top: -225px;
	position: relative;
}

.sigma-service-img img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sigma-service-wrapper:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.sigma-service-img{
	overflow: hidden;
	position: relative;
}

.sigma-service-img:before {
	content: '';
	border: 1px solid var(--orange-color);
	display: block;
	position: absolute;
	height: calc(100% - 15px);
	width: calc(100% - 30px);
	left: 15px;
	bottom: auto;
	top: 15px;
	right: 15px;
	z-index: 1;
}

.sigma-service-info{
	background: #fff;
	-webkit-box-shadow: 1px 1px 25px 0px rgba(83, 95, 159, 0.15);
	-moz-box-shadow: 1px 1px 25px 0px rgba(83, 95, 159, 0.15);
	-ms-box-shadow: 1px 1px 25px 0px rgba(83, 95, 159, 0.15);
	-o-box-shadow: 1px 1px 25px 0px rgba(83, 95, 159, 0.15);
	box-shadow: 1px 1px 25px 0px rgba(83, 95, 159, 0.15);
	padding: 0 25px 25px 25px;
	position: relative;
	z-index: 1;
	top: -35px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sigma-service-wrapper:hover:hover .sigma-service-info {
	top: -45px;
}

.sigma-service-info:before {
	content: '';
	border: 1px solid var(--orange-color);
	display: block;
	position: absolute;
	height: calc(100% - 15px);
	width: calc(100% - 30px);
	left: 15px;
	bottom: 15px;
	top: 0px;
	right: 15px;
	z-index: -1;
	border-top: none;
}

.sigma-service-date {
	background: var(--orange-color);
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: -30px;
}

.sigma-service-date i {
	font-size: 28px;
}

.sigma-service-title h3 {
	font-size: 24px;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.sigma-service-content p {
	margin-bottom: 15px;
}

.sigma-service-content a {
	color: var(--orange-color);
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	text-decoration: underline;
	font-weight: 800;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.services-btn {
	position: relative;
	margin-top: 30px;
}

.services-btn:before {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	height: 1px;
	content: "";
	background: #eeeeee;
}

.services-btn a {
	background: var(--orange-color);
	color: var(--white-color) !important;
	border: none;
	font-size: 32px;
	line-height: 40px;
	padding: 0;
	width: 40px;
	height: 40px;
	font-family: 'Rajdhani', sans-serif;
	-webkit-box-shadow: 0 12px 20px rgb(144, 182, 197);
	-moz-box-shadow: 0 12px 20px rgb(144, 182, 197);
	-ms-box-shadow: 0 12px 20px rgb(144, 182, 197);
	-o-box-shadow: 0 12px 20px rgb(144, 182, 197);
	box-shadow: 0 12px 20px rgb(144, 182, 197);
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.services-btn span {
	display: inherit;
	font-family: 'Rajdhani', sans-serif;
	margin-top: 10px;
	font-weight: 900;
	color: var(--black-color);
}

.services-btn a:hover{
	background: var(--theme-color);
}

/* HOME ABOUT US */

.about-wrapper-right{
	padding-left: 25px;
}

.new-project-wrapper{
	position: relative;
}

.new-project-wrapper img{
	padding-top: 35px;
	padding-left: 35px;
}

.new-project-wrapper:before {
	content: '';
	background: var(--orange-color);
	display: block;
	height: 50%;
	z-index: -1;
	position: absolute;
	width: calc(50% + 35px);
	right: 35px;
	left: 0px;
}

.sigma-progress-bar-title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 5px;
	display: inline-block;
	color: var(--theme-color);
	font-style: italic;
}

.percentCount{
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	color: var(--theme-color);
	font-size: 16px;
	line-height: 24px;
}

.progressbar{
	height: 5px;
	background-color: #ddd !important;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	position: relative;
}

.proggress{
	height: 5px !important;
}

.percentCount{
	margin-right: 15px;
}

.single-progressbar-list {
	margin: 34px 0 44px 0;
}

.sigma-counter-section {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: -30px;
	max-width: 60%;
	width: 100%;
	margin-top: 350px;
}

.sigma-counter-wrapper {
	display: flex;
	align-items: center;
	background: var(--orange-color);
	-webkit-box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
	-ms-box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
	-o-box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
	padding: 25px 30px;
}

.sigma-counter-icon i {
	font-size: 50px;
	line-height: 50px;
	margin-right: 15px;
	color: var(--white-color);
}

.sigma-counter-wrapper .sigma-counter-number {
	font-size: 34px;
	font-weight: 900;
	margin: 0;
	display: inline;
	position: relative;
	color: var(--white-color);
}

.sigma-counter-number:before {
	position: absolute;
	right: -15px;
	top: -15px;
	content: "+";
	font-size: 30px;
	color: var(--white-color);
}

.sigma-counter-title {
	color: var(--white-color);
}

.h-one {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border: 1px solid var(--white-color);
	background-color: transparent;
	top: 10px;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
}

.h-two {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border: 1px solid var(--white-color);
	background-color: transparent;
	top: 10px;
	right: 10px;
	border-bottom: 0;
	border-left: 0;
}

.h-three {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border: 1px solid var(--white-color);
	background-color: transparent;
	bottom: 10px;
	left: 10px;
	border-top: 0;
	border-right: 0;
}

.h-four {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border: 1px solid var(--white-color);
	background-color: transparent;
	bottom: 10px;
	right: 10px;
	border-top: 0;
	border-left: 0;
}

.sigma-counter-wrapper::before {
	position: absolute;
	right: 0;
	bottom: -30px;
	content: "";
	font-size: 46px;
	width: 0;
	border-top: 30px solid var(--orange-color);
	border-right: 30px solid transparent;
}

/* OUR TEAM */

.our-team .sub-m-title{
	margin-bottom: 50px;
}

.team-blog-wrap{
	position: relative;
	overflow: hidden;
}

.team-blog-img{
	position: relative;
	overflow: hidden;	
}

.sigma-teammember-social-profiles {
	position: absolute;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
}

.sigma-teammember-social-profiles li {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	transition: 0.3s all;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	list-style: none;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.sigma-teammember-social-profiles li a {
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 1;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background-color: var(--white-color);
	font-size: 20px;
	color: var(--theme-color);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.sigma-teammember-social-profiles li:hover a{
	background-color: var(--theme-color);
	color:var(--white-color);
}

.sigma-teammember-social-profiles:hover li, .sigma-teammember-social-profiles li.share-main {
	opacity: 1;
	transform: none;
	visibility: visible;
}

.sigma-teammember-social-profiles li.share-main a {
	background-color: var(--orange-color);
	color: var(--white-color);
}

.sigma-teammember-content-cover {
	background: rgba(240, 240, 240, 1.0);
	display: inline-block;
	width: 100%;
	border-left: 4px solid var(--orange-color);
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.sigma-teammember-content-cover:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 0;
	height: 100%;
	background: var(--theme-color);
	transition: 0.5s all;
	opacity: 0;
}

.sigma-teammember-content-cover h3 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 6px;
	z-index: 9;
	position: relative;
	font-weight: 700;
}

.sigma-teammember-content-cover h3 a{
	color: var(--black-color);
}

.sigma-teammember-content-cover h5{
	margin-bottom: 0;
	line-height: 24px;
	font-family: 'Muli';
	z-index: 9;
	position: relative;
	font-size: 16px;
	color: var(--orange-color);
}

.team-blog-wrap:hover .sigma-teammember-content-cover:before {
	width: 100%;
	opacity: 1;
}

.team-blog-wrap:hover .sigma-teammember-content-cover h3 a{
	color: var(--white-color);
}

/* CONTACT US */

.contact-inner .sub-m-title{
	margin-bottom: 50px;
}

.contact-left-bg{
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-top: 53px !important;
	padding-right: 30px !important;
	padding-bottom: 52px !important;
	padding-left: 80px !important;
	color: var(--white-color);
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
}

.contact-left-bg h1 , .contact-left-bg h2 , .contact-left-bg h3 , .contact-left-bg h4 , .contact-left-bg h5 , .contact-left-bg h6 , .contact-left-bg a{
	color: var(--white-color);	
}

.contact-left-bg h4 {
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	font-size: 24px;
	left: -43px;
	top: 110px;
	z-index: 9;
	font-weight: 700;
	color: var(--white-color);
}

.contact-left-bg:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	content: "";
	background: var(--orange-color);
}

.sigma-infobox-wrapper {
	display: flex;
	padding-left: 0px;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	justify-content: center;
	margin: 0 auto;
	max-width: 70%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sigma-infobox-wrapper i{
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: var(--orange-color);
	color: var(--white-color);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	font-size: 30px;
	display: inline-block;
}

.sigma-infobox-content h3{
	margin-bottom: 0px;
}

.sigma-infobox-content {
	margin-left: 15px;
}

.sigma-infobox-text {
	color: var(--white-color);
	font-family: 'Rajdhani', sans-serif;
	text-align: left;
	font-weight: 700;
}

.mail-link{
	font-size: 22px;
	font-weight: 700;
	color: var(--white-color);
	font-family: 'Rajdhani', sans-serif;
}

/* ACCORDION STYLE */

.card-header{
	padding: 0px;
	background: var(--white-color);
	border-radius: 0px !important;
	border: none;
}

.card{
	border: none;
	border-radius: 0px !important;
	background: transparent;
	margin-bottom: 15px;	
}

.card-header .btn{
	display: block;
	padding: 15px 20px;
	position: relative;
	display: block;
	color: var(--black-color);
	font-size: 18px;
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	text-decoration: none !important;
	width: 100%;
	text-align: left;
	border-radius: 0px !important;
	padding-right: 50px;
}

.card-header .btn[aria-expanded="true"]{
	background-color: var(--theme-color);
	color: var(--black-color);
}

.card-header .btn[aria-expanded="true"]:before {
	content: "\f068";
	position: absolute;
	top: 15px;
	width: 30px;
	height: 30px;
	background-color: var(--orange-color);
	right: 11px;
	font-family: 'Font Awesome 5 Pro';
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: var(--white-color);
}

.card-header .btn[aria-expanded="false"]:after {
	content: "\f067";
	position: absolute;
	top: 15px;
	width: 30px;
	height: 30px;
	background-color: var(--light-gray);
	right: 11px;
	font-family: 'Font Awesome 5 Pro';
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: var(--theme-color);
}

.bg-light{
	background-color: var(--light-gray);
}

.card-body{
	padding: 15px 20px;
}

/* FOOTER PART */

.footer-top{
	font-size: 14px;
	padding-top: 70px;
	padding-bottom: 60px;
	position: relative;
}

.footer-top::before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #EFEBDE;
	content: "";
}

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

.footer-top-first img{
	margin-bottom: 25px;
}

.footer-top-first p{
	margin-bottom: 25px;
}

.footer-top-first h3{
	color: var(--orange-color);
}

.footer-top-first .theme-btn-wrap{
	margin-top: 30px;
}

.footer-top-first .theme-btn-wrap:hover span:before , .footer-top-first .theme-btn-wrap:hover span:after{
	background-color: var(--theme-color);
}

.footer-top-first .theme-btn-wrap span:before , .footer-top-first .theme-btn-wrap span:after{
	background-color: var(--white-color);
}

.footer-top h2 {
	position: relative;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: 700;
}

.footer-top h2:before {
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #eee;
	left: 0;
	bottom: -1px;
	content: "";
}

.footer-top h2:after {
	position: absolute;
	height: 3px;
	width: 40px;
	left: 0;
	bottom: -1px;
	content: "";
	background: var(--orange-color);
}

.menu-footer1{
	margin-bottom: 20px;
}

.menu-footer1 ul , .menu-footer1 li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu-footer1 li {
	display: inline-block;
	width: calc(50% - 3px);
	float: none;
	padding: 0 0 11px 0;
	position: relative;
}

.menu-footer1.menu-footer-full li{
	width: calc(100%);
}

.menu-footer1 li a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
}

.menu-footer1 li:hover a{
	color: var(--orange-color);
}

.menu-footer1 li a:before {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 12px;
	margin-right: 7px;
	color: var(--orange-color);
}

.footer-top-last ul , .footer-top-last ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-top-last ul li{
	padding-left: 30px;
	position: relative;
	padding-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	margin-bottom: 18px;
}

.footer-top-last ul li:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}

.footer-top-last ul li i , .footer-top-last ul li em{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
	color: var(--orange-color);
}

.footer-top-last ul li a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
}

.theme-bg , .theme-bg h1 , .theme-bg h2 , .theme-bg h3 , .theme-bg h4 , .theme-bg h5 , .theme-bg h6{
	background: var(--theme-color);
	color: var(--white-color);
}

.footer-bottom{
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #333;
	margin-top: -1px;
}

.footer-bottom a{
	color: rgba(255,255,255,0.60);	
}

.footer-bottom a:hover{
	color: var(--orange-color);
}

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

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

/* ABOUT US PAGE */

.banner-part{
	height: 350px;
	padding: 0px;
	margin-bottom: 30px;
}

.banner-title-main{
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: -20px;
}

.banner-title-main h2 {
	font-size: 65px;
	text-align: left;
	color: var(--theme-color);
	margin: 0px;
}

.page-breadcrumbs{
	flex: 0 0 100%;
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--orange-color);
	color: var(--white-color);
}

.page-breadcrumbs a , .page-breadcrumbs span{
	color: var(--white-color);
	font-size: 16px;
	display: inline-block;
	line-height: 24px;
	padding: 18px 20px;
	margin: 0;
	position: relative;
}

.page-breadcrumbs a:after {
	content: '/';
	position: absolute;
	right: -3px;
	z-index: 1;
}

.about-us-info-bg{
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 105px;
	margin-top: 40px;
}

.about-us-info-bg:before {
	position: absolute;
	background: var(--orange-color);
	left: 0;
	top: 0;
	content: "";
	width: 80px;
	height: 100%;
}

.about-us-info-bg h5{
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

.about-us-info-bg .measure-link{
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	color: var(--theme-color);
	margin: 30px 0 15px 0;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	display: block;
}

.about-us-info-bg .measure-link i {
	color: var(--orange-color);
	margin-right: 13px;
	font-size: 25px;
	vertical-align: middle;
	font-weight: 200;
}

.about-us-info-right-inner{
	float: right;
	width: auto;
	position: relative;
}

.about-us-info-right{
	text-align: right;
}

.about-us-info-right .about-icon{
	bottom: 110px;
	left: 0px;
	-webkit-box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
	-o-box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
	width: 100px;
	height: 100px;
	background: var(--white-color);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 1.9em;
	line-height: 100px;
	text-align: center;
	color: var(--orange-color);
}

.about-us-info-right .about-icon:after {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	width: 120px;
	height: 120px;
	border: 2px dashed #ffffff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.about-us-info-right .about-icon:hover:after {
	-webkit-animation: rotating 8s linear infinite;
	-moz-animation: rotating 8s linear infinite;
	-ms-animation: rotating 8s linear infinite;
	-o-animation: rotating 8s linear infinite;
	animation: rotating 8s linear infinite;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* CASE STUDIES */

.case-studies-blog{
	position: relative;
	overflow: hidden;
	margin: 15px 0;
}

.case-studies-img{
	position: relative;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.case-studies-img img{
	width: 100%;
}

.case-studies-img:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(9, 22, 42, 0.6);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.case-studies-img:after {
	content: '';
	border: 1px solid var(--orange-color);
	display: block;
	position: absolute;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	left: 10px;
	bottom: 10px;
	top: 10px;
	right: 10px;
}

.sigma-case-category{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: var(--white-color);
}

.sigma-case-title h3{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 0;
	color: #ffffff;
	text-align: left;
}

.case-content-sec .theme-btn-wrap{
	margin-top: 10px;
	visibility: hidden;
	opacity: 0px;
}

.case-content-sec .theme-btn-wrap a i{
	margin-right: 5px;
	vertical-align: middle;
}

.case-content-sec .theme-btn-wrap a:hover{
	background-color: var(--white-color);
	color: var(--theme-color);
}

.case-content-sec .theme-btn-wrap .theme-btn:hover:before, .case-content-sec .theme-btn-wrap .theme-btn:hover:after {
	background-color: var(--theme-color);
}

.case-content-sec .theme-btn-wrap:hover span:before, .case-content-sec .theme-btn-wrap:hover span:after {
	background-color: var(--theme-color);
}

.case-studies-info {
	position: absolute;
	left: 0;
	bottom: -60px;
	padding: 30px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.case-studies-blog:hover .case-studies-img:before{
	background-color: var(--theme-color);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.case-studies-blog:hover .case-studies-info{
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

.case-studies-blog:hover .case-content-sec .theme-btn-wrap{
	visibility: visible;
	opacity: 1;
}

/* CASE DETAIL */

.case-detail-top-right {
	padding: 36px 40px 15px;
	background-color: #f4f4f4;
	display: inline-block;
	width: 100%;
}

.case-detail-top-right h3{
	margin-bottom: 10px;
}

.sigma-case-detail-des{
	margin-top: 3px;
}

.sigma-case-detail-des p{
	margin: 0px;
}

.case-detail-list{
	padding-bottom: 10px;
	margin-top: 19px;
	padding-left: 20px;
}

.case-detail-list h5{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: var(--black-color);
	font-size: 20px;
	position: relative;
	margin: 0px;
}

.case-detail-list h5:before {
	position: absolute;
	left: -20px;
	top: 6px;
	content: "";
	width: 6px;
	height: 6px;
	background: var(--orange-color);
}

.summery-blog{
	display: inline-block;
	width: 100%;
	margin: 65px 0 0 0;
}

.summery-blog h3{
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	margin-bottom: 15px;
}

.summery-blog .col-xs-12 p:last-child{
	margin-bottom: 0px;
}

.info-box-wrapper{
	display: inline-block;
	width: 100%;
}

.info-box-blogger{
	position: relative;
	margin-top: 65px;
}

.info-box-number{
	position: absolute;
	top: 0px;
	left: 0px;
}

.info-box-number span {
	background: var(--orange-color);
	color: var(--white-color);
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 4px;
}

.info-box-content{
	margin-left: 85px;
}

.info-box-number:after {
	position: absolute;
	left: 34px;
	top: 16px;
	width: 40px;
	height: 1px;
	content: "";
	background: var(--orange-color);
}

.info-box-content h3 {
	font-size: 24px;
	line-height: 35px;
}

.settle-image-wrap img{
	width: 100%;
}

.settle-image-wrap .col-xs-12{
	margin-top: 62px;
}

.case-detail-main-img{
	margin-top: 80px;
}

.case-detail-main-img img{
	width: 100%;
}

.summery-blog .sigma-counter{
	margin-top: 8px;
}

.summery-blog .sigma-counter h3{
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 0;
	font-weight: 700;
	position: relative;
	display: inline-block;
	color: var(--orange-color);
}

.summery-blog .sigma-counter .sigma-counter-number:before{
	color: var(--orange-color);	
}

.summery-blog .sigma-counter span{
	display: block;
}

.nav-prev-next{
	display: flex;
	width: 100%;
	position: relative;
	margin: 40px 0 0 0;
	align-items: center;
}

.nav-prev-next-inner{
	display: flex;
	width: 100%;
	align-items: center;
}

.nav-prev-link{
	display: flex;
	width: 50%;
	align-items: center;
	margin-right: auto;
}

.nav-prev-link a{
	color: var(--theme-color);
}

.nav-prev-link a:hover{
	color: var(--orange-color);
}

.nav-prev-link a:before{
	content: "\f053";
	display: inline-block;
	padding: 15px 20px;
	border: 4px solid #f4f4f4;
	margin-right: 15px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

.nav-next-link{
	display: flex;
	width: 50%;
	align-items: center;
	justify-content: right;
}

.nav-next-link a{
	color: var(--theme-color);
}

.nav-next-link a:hover{
	color: var(--orange-color);
}

.nav-next-link a:after{
	content: "\f054";
	display: inline-block;
	padding: 15px 20px;
	border: 4px solid #f4f4f4;
	margin-left: 15px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

.bottom-top-arrow{
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	color: var(--white);
	background: var(--theme-color);
	position: fixed;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	text-align: center;
	display: none;
}

.bottom-top-arrow:hover{
	background: var(--orange-color);
	color: var(--white);
}

/* CONTACT US */

.contact-us.bg-light .contact-inner{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.contact-us.bg-light .contact-inner > .row{
	margin: 0 -15px;
}

.contact-us.bg-light .contact-inner > .row > .col-xs-12{
	padding: 0 15px;
}

.contact-inner{
	-webkit-box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
	-moz-box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
	-ms-box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
	-o-box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
	box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
}

.contact-inner-right{
	padding: 60px 60px 25px 60px;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.contact-inner > .row{
	margin: 0px;
}

.contact-inner > .row > .col-xs-12{
	padding: 0px;
}

.contact-inner-wrapper{
	padding: 0 15px;
}

.contact-inner-left{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.contact-inner-left-title{
	background-color: var(--orange-color);
	color: var(--white-color);
	margin-bottom: 100px;
}

.contact-inner-left-title h5{
	position: relative;
	z-index: 9;
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
	margin: 0px;
}

.contact-left-wrap-box{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 15px 20px 15px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
	display: flex;
	width: 100%;
	align-items: center;
	color: var(--white-color);
	font-weight: 700;
}

.contact-left-box-icon{
	margin-right: 30px;
}

.contact-left-box-icon i{
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: var(--orange-color);
	color: var(--white-color);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	font-size: 30px;
	display: inline-block;
}

.contact-left-box-info h4{
	color: var(--white-color);
	margin: 0 0 5px 0;
}

.contact-left-wrap-box:last-child{
	border-bottom: none;
}

.form-field{
	margin-bottom: 30px;
}

.form-field label{
	margin: 0px;
}

.form-field .theme-btn{
	width: 100%;
}

.contact-iframe{
	padding: 0 0 50px 0;
}

/* COMMON STYLE FOR TYPO3 */

.frame-space-before-extra-large{
	padding-top: 100px;
}

.frame-space-after-extra-large{
	padding-bottom: 100px;
}

.frame-space-before-large{
	padding-top: 80px;
}

.frame-space-after-large{
	padding-bottom: 80px;
}

.frame-space-before-medium{
	padding-top: 60px;
}

.frame-space-after-medium{
	padding-bottom: 60px;
}

.frame-space-before-small{
	padding-top: 40px;
}

.frame-space-after-small{
	padding-bottom: 40px;
}

.frame-space-before-extra-small{
	padding-top: 20px;
}

.frame-space-after-extra-small{
	padding-bottom: 20px;
}

.ce-center.ce-above , .ce-center.ce-below{
	text-align: center;
}

.ce-center.ce-above .ce-bodytext , .ce-center.ce-below .ce-bodytext{
	text-align: left;
}

.ce-right.ce-above , .ce-right.ce-below{
	text-align: right;	
}

.ce-right.ce-above .ce-bodytext , .ce-right.ce-below .ce-bodytext{
	text-align: left;
}

.ce-left.ce-above , .ce-left.ce-below{
	text-align: left;		
}

.ce-left.ce-above .ce-bodytext , .ce-left.ce-below .ce-bodytext{
	text-align: left;
}

.ce-right.ce-intext .ce-gallery{
	float: right;
	margin: 0 0 0px 20px;
}

.ce-right.ce-intext.ce-nowrap .ce-gallery{
	width: 25%;
}

.ce-right.ce-intext .ce-bodytext{
	text-align: left;
}

.ce-right.ce-intext.ce-nowrap .ce-bodytext{
	padding-right: 30%;
}

.ce-left.ce-intext .ce-gallery{
	float: left;
	margin: 0 20px 0px 0;
}

.ce-left.ce-intext.ce-nowrap .ce-gallery{
	width: 25%;
}

.ce-left.ce-intext .ce-bodytext{
	text-align: left;
}

.ce-left.ce-intext.ce-nowrap .ce-bodytext{
	padding-left: 30%;
}

/*SHOP PAGES STYLE*/

.basket-mini-main{
	background-color: var(--orange-color);
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.basket-mini {
	margin: 0px;
	padding: 0;
}

.sigma-header-cart{
	vertical-align: middle;
}

.basket-mini-main + span {
	display: none;
}

.basket-mini > a:before{
	color: var(--black-color);
}

.to-basket .btn.btn-primary{
	border-color: var(--orange-color);
	background-color: var(--orange-color);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.to-basket .btn.btn-primary:hover{
	border-color: var(--theme-color);
	background-color: var(--theme-color);	
}

.catalog-list-type {
	text-align: center;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.pagination{
	padding: 0 15px;
}

body .aimeos{
	font-family: 'Muli';
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: var(--txt-color);	
}

.aimeos .product .text-list h2  , body .aimeos h2{
	line-height: 1.3;
	margin-bottom: 20px;
	color: var(--theme-color);
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 32px;
	font-size: 28px;
	height: auto;
	text-transform: unset;
}

.aimeos .product .text-list .text-item{
	height: auto;
}

.aimeos .price-list{
	color: var(--txt-color);
}

.price-item .value{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;	
}

.aimeos .price-item .rebatepercent{
	background-color: var(--orange-color) !important;
	font-family: 'Rajdhani', sans-serif;
}

.aimeos .sort a, .aimeos .sort a:link, .aimeos .sort a:visited {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.5em;
	color: var(--theme-color);
	font-family: 'Rajdhani', sans-serif;
}

.aimeos .sort{
	font-size: 16px;
	color: var(--theme-color);
	font-family: 'Rajdhani', sans-serif;
}

.aimeos .sort a:hover , .catalog-list-type a:hover{
	color: var(--orange-color) !important;
}

.aimeos .sort a.active{
	font-weight: 400 !important;
	color: var(--orange-color) !important;
}

body .aimeos a{
	color: var(--orange-color);	
}

body .aimeos a:hover{
	color: var(--theme-color);		
}

.aimeos a:link:not(.btn), .aimeos a:link:not(.btn):hover, .aimeos a:visited:not(.btn), .aimeos a:visited:not(.btn):hover {
	color: var(--orange-color);
	text-decoration: none;
}

.aimeos .form-control{
	padding-left: 0px;
	padding-right: 0px;
}

.catalog-detail-service .service-list{
	margin: 15px 0 0 0;
}

.catalog-detail-service .service-list li {
	margin: 0;
}

.catalog-list-items .price-item:first-of-type, .catalog-detail-basket .price-item:first-of-type{
	font-size: 16px;
}

.aimeos input:focus{
	border-bottom: 1px solid #555;
}

.catalog-detail-basic .code{
	font-size: 15px;
}

.catalog-detail-basket li{
	margin-left: 0px !important;
}

.aimeos .btn-primary, .aimeos .btn-primary:active, .aimeos .btn-primary:visited, .aimeos .btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--orange-color);
	border: solid 1px var(--orange-color);
	color: #fff;
}

.aimeos .btn-primary:hover {
	background-color: var(--theme-color);
	border: solid 1px var(--theme-color);
	color: #fff;
}

.additional-box .header{
	font-size: 20px !important;
	font-weight: 400 !important;
}

.catalog-detail-supplier h2 {
	font-size: 20px !important;
	font-weight: bold !important;
}

/* SERVICE PART */

.contact-us.catalog-home {
	margin-top: 80px;
}

.service-part-shopper .sigma-service-info{
	padding-top: 1px;
}

.contact-us.aimeos.catalog-home h1 , .contact-us.aimeos.catalog-home h2 , .contact-us.aimeos.catalog-home h3 , .contact-us.aimeos.catalog-home h4{
	color: var(--theme-color);
	font-weight: 700;
}

.contact-us.aimeos.catalog-home .sub-m-title{
	text-align: center;
	margin-bottom: 50px;
}