/*
  Theme Name: iSaas - Software, App, Saas Landing HTML5 Template
  Description: Software, App, Saas Landing HTML5 Template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider-area
4. dashboard-area
5. brand-area
6. cta area
7. features-area
8. business-area
9. testimonial-area
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900');
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 26, 2018 */

@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('../fonts/glacialindifference-bold-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glacial_indifferenceitalic';
    src: url('../fonts/glacialindifference-italic-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('../fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 body {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-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;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'glacial_indifferenceregular';
	color: #2c2255;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 48px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	color: #5c5c5c;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #fd8917;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 37px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'glacial_indifferenceregular';
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	background: #535ADF;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	line-height: 42px;
}
#scrollUp:hover {
	background: #444;
}
/* 2. header */
.transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	right: 0;
}
.logo {
	margin-top: 47px;
}
.main-menu-area {
  border-bottom: 1px solid #ccc9c7;
  padding: 0 59px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 15px;
}
.main-menu ul li > a {
	color: #454958;
	display: block;
	font-size: 20px;
	font-weight: regular;
	padding: 51px 24px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-family: 'glacial_indifferenceregular';
}
.main-menu ul li > a:hover {
	color: #fd8917;
}
.main-menu ul li:last-child a{padding-right:0}
.main-menu ul li:first-child a{padding-left:0}
.header-btn {
	margin-left: 150px;
}
.header-btn a {
	font-size: 20px;
	color: #454958;
	font-family: 'glacial_indifferenceregular';
	margin-left: 20px;
}
.btn-border {
	border: 1px solid #454958;
	padding: 9px 20px;
	display: inline-block;
	line-height: 1;
	border-radius: 2px;
}
.btn-border:hover {
	background: #fff;
	color: #5359DF;
}
.btn-border.no-border {
	border: transparent;
	background: none;
	color: #454958;
}
.header-full{padding: 0 200px;}
.header-3 .main-menu ul li > a {
	color: #454958;
}
.header-3 .main-menu ul li > a:hover {
	color: #5359DF;
}
.header-3 .sticky .main-menu ul li > a {
	color: #fff;
}
.header-3 .header-btn a {
	color: #454958;
}
.header-3 .sticky .header-btn a {
	color: #fff;
}
.header-3 .btn-border {
	border: 1px solid #454958;
}
.header-3 .sticky .btn-border {
	border: 1px solid #fff;
}
.header-3 .btn-border:hover {
	border: 1px solid #5359DF;
	background: #5359DF;
	color: #fff;
}
.header-3 .sticky .btn-border:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #5359DF;
}
.header-3 .header-btn {
	margin-left: 300px;
}
.header-3 .btn-border.no-border {
	border: transparent;
	background: transparent;
}
.header-3 .btn-border.no-border:hover {
	color: #5359DF;
}
.header-3 .sticky .btn-border.no-border {
	border: transparent;
	background: transparent;
	color: #fff;
}
.sticky {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
	z-index: 1030;
	background-color: #B7125C;
}
.sticky.btn-border.no-border {
	border: transparent;
	background: none;
	color: #fff;
}
.sticky.main-menu ul li > a {
	color: #fff;
}
.sticky.header-btn a {
	color: #fff;
}
.sticky .main-menu ul li > a {
	padding: 8px 24px;
	color: #fff;
}
.sticky .logo-normal{display: none}
.logo-sticky{display: none}
.sticky .logo-sticky{display: block}
/* 3. slider-area */
.pos-relative{position: relative;}
.slider-area{}
.slider-wrapper {
	height: 1000px;
	background-size: cover;
	background-position: center center;
}
.slider-content{}
.slider-content h1 {
	font-size: 48px;
	color: #fff;
	line-height: 52px;
	margin-bottom: 47px;
}
.slider-content a.btn{color: #fff;}
.slider-content a.btn:hover{transform: translateY(-2px)}
.slide-black{}
.slider-content.slide-black h1 {
	color: #2c2255;
	margin-bottom: 22px;
}
.slider-content.slide-black p {
	margin-bottom: 50px;
}
.makbook-img {
	position: absolute;
	right: -300px;
	top: 0;
}
.slider-2{height: 830px;}
/* home-3 */
.slide-3-content-box {
	width: 54%;
}
.col-to-action-text.white-text h1 {
	color: #fff;
}
.col-to-action-text.white-text p {
	color: #fff;
}
.cta-btn .free {
	background: #fff;
	color: #4663de;
}

.cta-btn {}
/* 4. dashboard-area */
.dashbord-area {
	margin-top: -460px;
	position: relative;
}
.dashbord-img{position:relative;margin-top:-100px;}
.dashbord-icon {
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
}
.dashbord-icon a {
	background: #ff1b3e;
	height: 110px;
	width: 110px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 110px;
	color: #fff;
	font-size: 42px;
	padding-left: 10px;
}
.makbook-img .dashbord-icon a {
	height: 80px;
	width: 80px;
	line-height: 82px;
	color: #fff;
	font-size: 25px;
	padding-left: 6px;
}
.makbook-img .dashbord-icon {
	left: 70px;
	top: 39%;
}
/* 5. brand-area */
.brand-area {
	border-bottom: 1px solid #e5e5e5;
}
.brand-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

/* 6. cta area */
.col-to-action-area{}
.circle-right {
	position: relative;
}
.circle-right::before {
	background-image: url("../img/bg/1.png");
	background-repeat: no-repeat;
	bottom: 50px;
	content: "";
	height: 150px;
	position: absolute;
	right: 58px;
	transition: all 0.3s ease 0s;
	width: 200px;
	z-index: 99999;
}
.circle-left{position:relative;}
.circle-left::before {
	background-image: url("../img/bg/1.png");
	background-repeat: no-repeat;
	bottom: 50px;
	content: "";
	height: 150px;
	position: absolute;
	left: 58px;
	transition: all 0.3s ease 0s;
	width: 200px;
	z-index: 99999;
}
.ol-to-action-wrapper{}
.col-to-action-text{}
.col-to-action-text h1 {
	font-size: 42px;
	margin-bottom: 18px;
}
.col-to-action-text p {
	font-size: 20px;
	line-height: 30px;
	color: #7b7c93;
	padding: 0 67px;
	margin-bottom: 0;
}
.col-to-buton {
	margin-top: 72px;
}
.col-to-buton a{
	font-family: 'glacial_indifferenceregular';
}
.join {
	background: #fd8917;
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	padding: 17px 28px;
	border-radius: 3px;
	transition: .3s;
	margin-right: 16px;
}
.join:hover{color:#fff;transform: translateY(-2px)}
.free {
	background: #5359df;
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	padding: 17px 33px;
	border-radius: 3px;
	transition: .3s;
}
.free:hover{color:#fff;background: #fd8917;transform: translateY(-2px)}

/* 7. features-area */
.fetures-area{}
.section-title{}
.section-title h1 {
	font-size: 42px;
	margin-bottom: 18px;
}
.section-title p {
	color: #7b7c93;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0 29px;
	font-size: 20px;
}
.fetures-wrapper{}
.fetures-img {
	margin-bottom: 33px;
}
.fetures2-img {
	margin-bottom: 22px;
}
.fetures-text{}
.fetures-text h3 {
	margin-bottom: 19px;
	font-size: 24px;
}
.fetures-text p {
	padding: 0 13px;
	margin-bottom: 0;
}
.fetures-text a {
	color: #3d3d3d;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 1;
	transition: .3s;
	border: 1px solid #dfdfe4;
	display: inline-block;
	padding: 12px 26px;
	margin-top: 32px;
	border-radius: 2px;
}
.fetures-text a:hover{background:#5359df;border-color:#5359df;color:#fff;}

/* 8. business-area */
.business-area{position:relative;}
.pos-rel{position:relative;}
.business-section{}
.business-section h1 {
	font-size: 42px;
	line-height: 48px;
	position: relative;
	margin-bottom: 74px;
	padding-bottom: 21px;
}
.business-section h1::before {
	position: absolute;
	content: "";
	background: #2c2255;
	height: 2px;
	width: 72px;
	bottom: 0;
}
.business-wrapper {
	margin-bottom: 46px;
}
.business-img {
	position: absolute;
	right: 0;
	top: 230px;
	width: 50%;
}
.bus-img-2 {
	width: 50%;
}
.business-img img {
	width: 100%;
}
.business-img.bus-img-3 {
	right: inherit;
	left: 0;
}
.business-wrapper:last-child{margin-bottom:0;}
.business-section-2 h1{margin-bottom: 20px;}
.business-text a {
	font-size: 20px;
	color: #5359df;
	font-family: 'glacial_indifferenceregular';
	display: inline-block;
}
.business-text a i {
	font-size: 11px;
}
.business-icon-img {
	float: left;
	margin-right: 22px;
	margin-top: 4px;
}
.business-text {
	overflow: hidden;
}
.business-text h3 {
	font-size: 24px;
}
.business-text p {
	color: #7b7c93;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	padding-right: 13%;
}
.business-bg {
	background-position: left center;
	background-size: cover;
	min-height: 815px;
	position: absolute;
	right: 0;
	top: -50px;
	width: 50%;
}
.customer-bg {
	background-position: left center;
	background-size: cover;
	min-height: 680px;
	position: absolute;
	right: 0;
	top: 72px;
	width: 50%;
}
.business-video-icon {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	text-align: center;
	border: 15px solid rgba(255, 255, 255,.4);;
	border-radius: 50%;
}
.business-video-icon.video-icon-2 {
	border: 0;
}
.business-video-icon a {
	color: #4c4c4c;
	height: 100px;
	width: 100px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
}
.business-video-icon.video-icon-2 a {
	color: #fff;
	background: #ff1b3e;
	box-shadow: 0px 14px 33.82px 4.18px rgba(255, 27, 62, 0.22);
}

/* 9. testimonial-area */
.testimonial-area{position:relative;}
.testimonial-area::before {
	background-image: url("../img/bg/1.png");
	background-repeat: no-repeat;
	top: 102px;
	content: "";
	height: 150px;
	position: absolute;
	right: 45px;
	transition: all 0.3s ease 0s;
	width: 200px;
	z-index: 99999;
}
.testimonial-wrapper {
	padding: 27px 32px 50px 30px;
	border: 1px solid #eee;
	position: relative;
	border-bottom: 0;
}
.testimonial-wrapper::before {
	position: absolute;
	content: "";
	background: #5359df;
	height: 7px;
	width: 100%;
	bottom: 0;
	left: 0;
}
.testimonial-img {
	margin-bottom: 24px;
}
.testimonial-text{}
.testimonial-text h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.testimonial-text span {
	font-size: 18px;
	color: #7b7c93;
	line-height: 1;
	margin-bottom: 14px;
	display: inline-block;
}
.testimonial-text p {
	color: #7b7c93;
	line-height: 36px;
	margin-bottom: 0;
}
.testimonial-active .owl-dots {
	text-align: center;
	margin-top: 80px;
}
.testimonial-active .owl-dot {
	display: inline-block;
	height: 8px;
	margin: 0 4px;
	width: 16px;
	background: #d4d5f7;
	border-radius: 4px;
}
.testimonial-active .owl-dot.active {
  background-color:#5359df;
  position: relative;
}
.testimonial-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.testimonial-text::before {
	position: absolute;
	background: #5359DF;
	height: 7px;
	width: 1px;
	content: "";
	left: -1px;
	bottom: 0;
}
.testimonial-text::after {
	position: absolute;
	background: #5359DF;
	height: 7px;
	width: 1px;
	content: "";
	right: -1px;
	bottom: 0;
}
/* 10. footer */
.footer-area{}
.footer-wrapper{}
.footer-logo {
	margin-bottom: 35px;
}
.footer-link{}
.footer-link li {
	display: inline-block;
	margin-right: 34px;
}
.footer-link li:last-child{margin-right:0;}
.footer-link li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.copyright {
	margin-top: 27px;
}
.copyright p {
	color: #fff;
	margin-bottom: 0;
}
.copyright i{}
.footer-icon {
	margin-top: 29px;
}
.footer-icon a {
	font-size: 22px;
	color: #fff;
	opacity: .60;
	margin: 0 10px;
}
.footer-icon a:hover {
	opacity: 1;
}
/* footer-style-2 */
.footer-bottom-area{}
.footer-wrapper{}
.footer-title {
	font-size: 20px;
	color: #5359df;
	font-weight: 400;
	margin-bottom: 31px;
}
.footer-menu{}
.footer-menu li {
	padding-bottom: 8px;
}
.footer-menu li:last-child{padding-bottom:0;}
.footer-menu li a {
	color: #7b7c93;
	font-size: 16px;
	font-weight: 400;
}
.footer-text{}
.footer-text p{}
.footer2-icon{}
.footer2-icon a {
	font-size: 18px;
	margin-right: 8px;
}
.twitter {
	color: #1da1f2;
}
.facebook {
	color: #475993;
}
.google {
	color: #f34a38;
}
.instagram {
	color: #7424c0;
}
.pinterest {
	color: #ce2b30;
}

.footer2-icon a:last-child{margin-right:0;}
.widget-social a.facebook {
	background: #3b5998;
}
.copyright-border{border-top: 1px solid #e5e5e5}
.copyright.copyright-border p {
	color: #7b7c93;
	margin-bottom: 0;
	font-size: 16px;
}

/* footer 3 */
.footer-bg{position: relative;}
.footer-bg::before {
	position: absolute;
	background: #B7125C;
	height: 100%;
	content: "";
	width: 50%;
	top: 0;
	left: 0;
	clip-path: polygon(0px 0px, 100% 0px, 91.69% 100.00%, 0px 100%);
}
.footer-left h5 {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.footer-left p {
	color: #ffffff;
	opacity: .7;
	margin-bottom: 7px;
	font-size: 16px;
}
.foot-icon a {
	color: #fff;
	opacity: .7;
	font-size: 14px;
	margin-right: 13px;
}
.subscribe h3 {
	font-size: 20px;
	color: #2c2255;
	margin-bottom: 20px;
}
.subscribe form input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #5359df;
	height: 60px;
}
.subscribe form {
	position: relative;
}
.subscribe form button {
	position: absolute;
	right: 0;
	bottom: 0;
	background: no-repeat;
	border: 0;
	color: #5359df;
	height: 60px;
	width: 45px;
	text-align: right;
	padding: 0;
	font-size: 17px;
}

.owl-dot {
	background: #d4d5f7;
	height: 8px;
	width: 16px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 4px;
}
.owl-dots {
	text-align: center;
}
.owl-dot.active {
	background: #5359df;
}


