/*
Theme Name: Sigma
Theme URI: http://wp.efforttech.net/newwp/sigma/
Author: Theme Expo
Author URI: https://themeforest.net/user/themeexpo
Description: This is Sigma WordPress theme.
Version: 1.4
License: copyright commercial
License URI: https://themeforest.net/user/themeexpo
Text Domain: sigma
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/
/* Sigma WordPress Template */
/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 *	+ WAVES EFFECT
 *	+ LISTS
 * 	+ HEADLINE
 *	+ BUTTONS
 * 	+ FULL SECTIONS
 * 	+ SCROLL UP
 *	+ ANIMATIONS
 *	+ ITEM PREVIEW
 */
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
body {
	font: 15px/24px "Muli", Arial, sans-serif;
	background-color: #fff;
	color: #4e4e4e;
	line-height:1.5em;
}
.body-overlay:after {
	position: fixed;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	content: "";
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #212121;
	font-weight: 700;
}
h1 {
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 62px;
}
h2 {
	margin-bottom: 14px;
	font-size: 36px;
	line-height: 46px;
}
h3 {
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 40px;
}
h4 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 32px;
}
h5 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 24px;
}
h6 {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
	color: #26d0ce;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: inherit;
	font-size: 85%;
}
p {
	margin-bottom: 20px;
}
/* LINKS */
a {
	color: #26d0ce;
}
a:hover,
a:focus {
	outline: 0;
	color: #26d0ce;
}
/* IMAGES */
img {
	max-width: 100%;
	height: auto;
}
/* ADDRESS */
address {
	line-height: inherit;
}
/* FORMS */
input,
select,
textarea {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	margin-bottom: 20px;
	background-color: transparent;
	color: inherit;
}
label {
	font-weight: normal;
}
select {
	width: 100%;
	height: 50px;
}
input[class^="col-"],
select[class^="col-"],
textarea[class^="col-"] {
	padding: 10px 20px;
}
textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="image"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus	{
	border-color: #1a2980;
	box-shadow: none;
	outline: 0;
}
select:focus {
	outline: none;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-top: 7px;
}
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
	outline: none;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	padding: 10px 30px;
	border: none;
	background-color: #1a2980;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	border-radius: 0;
}
button,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	box-shadow: none;
	outline: 0;
}
::-moz-placeholder {
	color: #9b9b9b;
	font-size: 13px;
	font-style: italic;
}
::-webkit-input-placeholder {
	color: #9b9b9b;
	font-size: 13px;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #9b9b9b;
	font-size: 13px;
	font-style: italic;
}
/* TRANFORMATION CLASSES */
.text-mute {
	color: #b4b4b4;
}
.text-default-color {
	background: -webkit-linear-gradient(90deg, #26d0ce, #1a2980);
	background: 	-ms-linear-gradient(90deg, #26d0ce, #1a2980);
	background: 		linear-gradient(90deg, #26d0ce, #1a2980);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: #26d0ce;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.text-default-color {
		background: none;
		color: #26d0ce;
	}
}
.text-highlight {
	padding: 3px 7px;
	background: #26d0ce;
	background: -webkit-linear-gradient(90deg, #26d0ce, #1a2980);
	background: 	-ms-linear-gradient(90deg, #26d0ce, #1a2980);
	background: 		linear-gradient(90deg, #26d0ce, #1a2980);
	color: #fff;
}
.dropcap:first-letter {
	float: left;
	font-size: 52px;
	line-height: 64px;
	margin-top: 5px;
	margin-right: 10px;
}
.last,
.no-margin-bottom {
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
	.last {
		margin-bottom: 20px !important;
	}
}
/***********************************************************************************
 *	+ WAVES EFFECT
 ***********************************************************************************/
.waves {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	-webkit-user-select: none;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.waves .waves-ripple {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
.features-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 60px;
        font-size: 16px;
        line-height: 16px;
        list-style: none;
        margin-top: -15px;
}
.features-list li {
        position: relative;
        flex-basis: 25%;
        padding-left: 40px;
        margin: 15px 0;
}
.features-list li i {
        position: absolute;
        top: -3px;
        left: 0;
        display: block;
        width: 30px;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
}
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
.headline {
        margin-bottom: 90px;
}
.headline:after {
        position: relative;
        top: -5px;
        display: inline-block;
        width: 100px;
        height: 3px;
        background: #26d0ce;
        background: -webkit-linear-gradient(90deg, #26d0ce, #1a2980);
        background: 	-ms-linear-gradient(90deg, #26d0ce, #1a2980);
        background: 		linear-gradient(90deg, #26d0ce, #1a2980);
        content: "";
}
.headline h2,
.headline h3 {
        margin-bottom: 0;
}
.headline p {
        margin: 10px 0;
        color: #858585;
        font-family: "Noto Serif", serif;
        font-style: italic;
}
/* DARK SECTION */
.dark-section .headline p {
        color: #e1e1e1;
}
.dark-section .headline:after {
        background: #fff;
}
/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
.btn {
        position: relative;
        overflow: hidden;
        padding: 7px 30px 8px 30px;
        border: none;
        border-radius: 20px;
        margin-bottom: 20px;
        margin-right: 15px;
        font: 13px/24px "Montserrat", sans-serif;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
.btn:last-child {
        margin-right: 0;
}
.btn i {
        margin-left: 10px;
        margin-right: -5px;
}
.btn-lg {
        padding: 9px 40px 10px 40px;
        font-size: 15px;
}
.btn-xs {
        padding: 5px 20px 6px 20px;
        font-size: 11px;
}
.btn:focus,
.btn:active {
        outline: 0 !important;
        box-shadow: none;
}
.btn:hover {
        border-radius: 0;
        box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}
/* DEFAULT BUTTON 1 */
.btn-default-1 {
        background-color: #1a2980;
        color: #fff;
}
.btn-default-1:hover,
.btn-default-1:focus {
        color: #fff;
}
.btn-default-1.waves .waves-ripple {
        background-color: #496da5;
}
/* DEFAULT BUTTON 2 */
.btn-default-2 {
        background-color: #26d0ce;
        color: #fff;
}
.btn-default-2:hover,
.btn-default-2:focus {
        color: #fff;
}
.btn-default-2.waves .waves-ripple {
        background-color: #23acbe;
}
/* DEFAULT WHITE */
.btn-white {
        border: 1px solid #e1e1e1;
        background-color: #fff;
        color: #464646;
}
.btn-white:hover,
.btn-white:focus {
        color: #464646;
}
.btn-white.waves .waves-ripple {
        background-color: #e1e1e1;
}
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
.full-section {
	position: relative;
	z-index: 1;
	padding: 50px 0;
	margin-bottom: 100px;
	background: no-repeat center center;
}
.full-section-overlay-color {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.75;
}
.full-section-container {
	position: relative;
	z-index: 3;
}
/* PARALLAX */
.parallax {
	background-attachment: fixed;
	background-size: cover !important;
}
.parallax.parallax-disable {
	background-attachment: scroll;
}
/* FULL SCREEN */
.full-screen {
	padding: 0;
	height: 700px;
	margin-bottom: -50px;
}
.full-screen .full-section-container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ELEMENTS IN DARK SECTION */
.full-section.dark-section {
	background-color: #000;
	color: #fff;
}
.full-section.dark-section a,
.full-section.dark-section h1,
.full-section.dark-section h2,
.full-section.dark-section h3,
.full-section.dark-section h4,
.full-section.dark-section h5,
.full-section.dark-section h6 {
	color: inherit;
}
/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
#main-container {
	overflow: hidden;
}
#section-1 {
	padding: 0;
	margin-bottom: 100px;
	background-image: url(https://unionstar-it.com/wp-content/images/landing-page/bg-1.jpg);
	background-size: cover;
}
#section-2 {
        padding-top: 100px;
        padding-bottom: 20px;
        margin-top: 30px;
        background-color: #edf7ff;
}
#section-3 {
	padding: 70px 0;
	margin-top: 90px;
        background: #26d0ce;
        background: -webkit-linear-gradient(60deg, #26d0ce, #1a2980);
        background: 	-ms-linear-gradient(60deg, #26d0ce, #1a2980);
        background: 		linear-gradient(60deg, #26d0ce, #1a2980);
}
#section-3 h1 {
	font-size: 65px;
	font-weight: 500;
}
#section-4 {
        padding-top: 100px;
        padding-bottom: 80px;
        margin-top: 40px;
	background: #f30057;
	background: -webkit-linear-gradient(60deg, #f30057, #5400bb);
	background: 	-ms-linear-gradient(60deg, #f30057, #5400bb);
	background: 		linear-gradient(60deg, #f30057, #5400bb);
        font-size: 18px;
}
#section-5 {
        padding: 30px 0;
        margin-top: 80px;
        margin-bottom: 0;
        background-color: #222;
}
@media (max-width: 767px) {
        .full-screen {
                height: 360px;
        }
}
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
#scroll-up {
        position: fixed;
        z-index: 8030;
        bottom: 50px;
        right: 50px;
        display: none;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background-color: #1a2980;
        color: #fff;
        font-size: 24px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
}
#scroll-up:hover {
        box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}
#scroll-up.waves .waves-ripple {
        background-color: #496da5;
}
@media (max-width: 767px) {
        #scroll-up {
                right: 20px;
                bottom: 20px;
        }
}
/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
.wow {
	visibility: hidden;
}
.wow.animated {
	visibility: visible;
}
/***********************************************************************************
 *	+ ITEM PREVIEW
 ***********************************************************************************/
.item-preview {
	position: relative;
	z-index: 100;
	text-align: center;
	margin-bottom: 75px;
}
.item-preview h4 {
	margin-bottom: 0;
}
.item-preview p {
	color: #838383;
}
.item-preview a {
	display: block;
	text-decoration: none;
	-webkit-transition :all 0.3s;
	transition :all 0.3s;
}
.item-preview-thumb {
	position: relative;
	z-index: 100;
	height: 365px;
	margin-top: -10px;
	margin-bottom: 40px;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
	background: no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: background 4s;
	transition: background 4s;
}
.item-preview.small .item-preview-thumb {
        height: 255px;
}
.item-preview:hover .item-preview-thumb {
	background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px) {
        .item-preview.small .item-preview-thumb {
                height: 175px;
        }
        .item-preview.small h4 {
                font-size: 18px;
        }
        .features-list li {
                flex-basis: 33.333333%;
        }
}
@media (max-width: 767px) {
	.features-list li {
		flex-basis: 100%;
	}
}
