@charset "utf-8";

/*    #############################################################

    File Name: style.css
    Created By: faby

    01. General
    02. Typography
    03. Header, navigation
    04. Hero
    05. Futures
    29. Screenshot
    29. Contact
    29. Footer
    29. Preloader, To top

################################################################# */

/* ----------------------------------------------------------------
                        [ GENERAL ]
-----------------------------------------------------------------*/


html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 300;
}

#page { overflow: hidden; }

/*IE10 in Windows 8 and Windows Phone 8 Bug fix*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ----------------------------------------------------------------
                        [ TYPOGRAPHY ]
-----------------------------------------------------------------*/


/*ONSCROLL ANIMATIONS*/

.animated { visibility: hidden; }
.visible { visibility: visible; }

/*SPACING & INDENTS*/

.ind-60 { padding-right: 60px; padding-left: 60px; }
.ind-50 { padding-right: 50px; padding-left: 50px; }
.ind-45 { padding-right: 45px; padding-left: 45px; }
.ind-35 { padding-right: 35px; padding-left: 35px; }
.ind-30 { padding-right: 30px; padding-left: 30px; }
.ind-25 { padding-right: 25px; padding-left: 25px; }
.ind-20 { padding-right: 20px; padding-left: 20px; }
.ind-15 { padding-right: 15px; padding-left: 15px; }
.ind-10 { padding-right: 10px; padding-left: 10px; }
.ind-5  { padding-right: 5px; padding-left: 5px; }

.wide-160 { padding-top: 160px; padding-bottom: 160px; }
.wide-150 { padding-top: 150px; padding-bottom: 150px; }
.wide-140 { padding-top: 140px; padding-bottom: 140px; }
.wide-130 { padding-top: 130px; padding-bottom: 130px; }
.wide-120 { padding-top: 120px; padding-bottom: 120px; }
.wide-110 { padding-top: 110px; padding-bottom: 110px; }
.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }

/*Margin Top*/

.m-top-160 { margin-top: 160px; }
.m-top-150 { margin-top: 150px; }
.m-top-140 { margin-top: 140px; }
.m-top-130 { margin-top: 130px; }
.m-top-120 { margin-top: 120px; }
.m-top-110 { margin-top: 110px; }
.m-top-100 { margin-top: 100px; }
.m-top-90 { margin-top: 90px; }
.m-top-80 { margin-top: 80px; }
.m-top-70 { margin-top: 70px; }
.m-top-60 { margin-top: 60px; }
.m-top-50 { margin-top: 50px; }
.m-top-45 { margin-top: 45px; }
.m-top-40 { margin-top: 40px; }
.m-top-35 { margin-top: 35px; }
.m-top-30 { margin-top: 30px; }
.m-top-25 { margin-top: 25px; }
.m-top-20 { margin-top: 20px; }
.m-top-15 { margin-top: 15px; }
.m-top-10 { margin-top: 10px; }
.m-top-5 { margin-top: 5px; }

/*Margin Bottom*/

.m-bottom-160 { margin-bottom: 160px; }
.m-bottom-150 { margin-bottom: 150px; }
.m-bottom-140 { margin-bottom: 140px; }
.m-bottom-130 { margin-bottom: 130px; }
.m-bottom-120 { margin-bottom: 120px; }
.m-bottom-110 { margin-bottom: 110px; }
.m-bottom-100 { margin-bottom: 100px; }
.m-bottom-90 { margin-bottom: 90px; }
.m-bottom-80 { margin-bottom: 80px; }
.m-bottom-70 { margin-bottom: 70px; }
.m-bottom-60 { margin-bottom: 60px; }
.m-bottom-50 { margin-bottom: 50px; }
.m-bottom-45 { margin-bottom: 45px; }
.m-bottom-40 { margin-bottom: 40px; }
.m-bottom-35 { margin-bottom: 35px; }
.m-bottom-30 { margin-bottom: 30px; }
.m-bottom-25 { margin-bottom: 25px; }
.m-bottom-20 { margin-bottom: 20px; }
.m-bottom-15 { margin-bottom: 15px; }
.m-bottom-10 { margin-bottom: 10px; }
.m-bottom-5 { margin-bottom: 5px; }
.m-bottom-0 { margin-bottom: 0; }

/*Margin Left*/

.m-left-70 { margin-left: 70px; }
.m-left-60 { margin-left: 60px; }
.m-left-50 { margin-left: 50px; }
.m-left-45 { margin-left: 45px; }
.m-left-40 { margin-left: 40px; }
.m-left-35 { margin-left: 35px; }
.m-left-30 { margin-left: 30px; }
.m-left-25 { margin-left: 25px; }
.m-left-20 { margin-left: 20px; }
.m-left-15 { margin-left: 15px; }
.m-left-10 { margin-left: 10px; }
.m-left-5 { margin-left: 5px; }

/*Margin Right*/

.m-right-70 { margin-right: 70px; }
.m-right-60 { margin-right: 60px; }
.m-right-50 { margin-right: 50px; }
.m-right-45 { margin-right: 45px; }
.m-right-40 { margin-right: 40px; }
.m-right-35 { margin-right: 35px; }
.m-right-30 { margin-right: 30px; }
.m-right-25 { margin-right: 25px; }
.m-right-20 { margin-right: 20px; }
.m-right-15 { margin-right: 15px; }
.m-right-10 { margin-right: 10px; }
.m-right-5 { margin-right: 5px; }

/*Padding Top*/

.p-top-160 { padding-top: 160px; }
.p-top-150 { padding-top: 150px; }
.p-top-140 { padding-top: 140px; }
.p-top-130 { padding-top: 130px; }
.p-top-120 { padding-top: 120px; }
.p-top-110 { padding-top: 110px; }
.p-top-100 { padding-top: 100px; }
.p-top-90 { padding-top: 90px; }
.p-top-80 { padding-top: 80px; }
.p-top-70 { padding-top: 70px; }
.p-top-60 { padding-top: 60px; }
.p-top-50 { padding-top: 50px; }
.p-top-45 { padding-top: 45px; }
.p-top-40 { padding-top: 40px; }
.p-top-35 { padding-top: 35px; }
.p-top-30 { padding-top: 30px; }
.p-top-25 { padding-top: 25px; }
.p-top-20 { padding-top: 20px; }
.p-top-15 { padding-top: 15px; }
.p-top-10 { padding-top: 10px; }

/*Padding Bottom*/

.p-bottom-160 { padding-bottom: 160px; }
.p-bottom-150 { padding-bottom: 150px; }
.p-bottom-140 { padding-bottom: 140px; }
.p-bottom-130 { padding-bottom: 130px; }
.p-bottom-120 { padding-bottom: 120px; }
.p-bottom-110 { padding-bottom: 110px; }
.p-bottom-100 { padding-bottom: 100px; }
.p-bottom-90 { padding-bottom: 90px; }
.p-bottom-80 { padding-bottom: 80px; }
.p-bottom-70 { padding-bottom: 70px; }
.p-bottom-60 { padding-bottom: 60px; }
.p-bottom-50 { padding-bottom: 50px; }
.p-bottom-45 { padding-bottom: 45px; }
.p-bottom-40 { padding-bottom: 40px; }
.p-bottom-35 { padding-bottom: 35px; }
.p-bottom-30 { padding-bottom: 30px; }
.p-bottom-25 { padding-bottom: 25px; }
.p-bottom-20 { padding-bottom: 20px; }
.p-bottom-15 { padding-bottom: 15px; }
.p-bottom-10 { padding-bottom: 10px; }
.p-bottom-0 { padding-bottom: 0; }

/*Padding Left*/

.p-left-100 { padding-left: 100px; }
.p-left-90 { padding-left: 90px; }
.p-left-80 { padding-left: 80px; }
.p-left-70 { padding-left: 70px; }
.p-left-60 { padding-left: 60px; }
.p-left-50 { padding-left: 50px; }
.p-left-45 { padding-left: 45px; }
.p-left-40 { padding-left: 40px; }
.p-left-35 { padding-left: 35px; }
.p-left-30 { padding-left: 30px; }
.p-left-25 { padding-left: 25px; }
.p-left-20 { padding-left: 20px; }
.p-left-15 { padding-left: 15px; }
.p-left-10 { padding-left: 10px; }
.p-left-5 { padding-left: 5px; }
.p-left-0 { padding-left: 0px; }

/*Padding Right*/

.p-right-100 { padding-right: 100px; }
.p-right-90 { padding-right: 90px; }
.p-right-80 { padding-right: 80px; }
.p-right-70 { padding-right: 70px; }
.p-right-60 { padding-right: 60px; }
.p-right-50 { padding-right: 50px; }
.p-right-45 { padding-right: 45px; }
.p-right-40 { padding-right: 40px; }
.p-right-35 { padding-right: 35px; }
.p-right-30 { padding-right: 30px; }
.p-right-25 { padding-right: 25px; }
.p-right-20 { padding-right: 20px; }
.p-right-15 { padding-right: 15px; }
.p-right-10 { padding-right: 10px; }
.p-right-5 { padding-right: 5px; }
.p-right-0 { padding-right: 0px; }

/*BACKGROUND SETTINGS*/

.bg-scroll {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*Background Colors for Sections*/

.bg-lightgrey { background-color: #f0f0f0; }
.bg-grey { background-color: #e8e8e8 }
.bg-red { background-color: #e35029; }
.bg-yellow { background-color: #feca16; }
.bg-green { background-color: #42a045; }
.bg-blue { background-color: #242d4d; }
.bg-lightblue { background-color: #1e88e5; }
.bg-purple { background-color: #783bb1; }
.bg-lightpurple { background-color: #715fef; }

/*BORDER SETTINGS FOR DEMOS*/

.b-top { border-top: 1px solid #ddd; }
.b-bottom { border-bottom: 1px solid #ddd; }
.b-left { border-left: 1px solid #ddd; }
.b-right { border-right: 1px solid #ddd; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025rem;  /* -0.4px */
}

/* Header H5 */
h5.h5-xs { font-size: 1.125rem; }  /* 18px */
h5.h5-sm { font-size: 1.1875rem; } /* 19px */
h5.h5-md { font-size: 1.25rem; }   /* 20px */
h5.h5-lg { font-size: 1.375rem; }  /* 22px */
h5.h5-xl { font-size: 1.5rem; }    /* 24px */

/* Header H4 */
h4.h4-xs { font-size: 1.625rem; }  /* 26px */
h4.h4-sm { font-size: 1.75rem; }   /* 28px */
h4.h4-md { font-size: 1.875rem; }  /* 30px */
h4.h4-lg { font-size: 2rem; }      /* 32px */
h4.h4-xl { font-size: 2.125rem; }  /* 34px */

/* Header H3 */
h3.h3-xs { font-size: 2.375rem; }  /* 38px */
h3.h3-sm { font-size: 2.5rem; }    /* 40px */
h3.h3-md { font-size: 2.625rem; }  /* 42px */
h3.h3-lg { font-size: 2.75rem; }   /* 44px */
h3.h3-xl { font-size: 3rem; }      /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.25rem; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */
h2.h2-lg { font-size: 3.75rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */

/*PARAGRAPHS*/

p.p-sm { font-size: 0.95rem; }     /* 15.2px */
p { font-size: 1rem; }             /* 16px */
p.p-md { font-size: 1.125rem; }    /* 18px */
p.p-lg { font-size: 1.25rem; }     /* 20px */
p.p-xl { font-size: 1.3175rem; }   /* 22px */

/*LISTS*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*LINK*/

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*BUTTON*/

.btn {
  background-color: #e35029;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem 2rem;
  border: 2px solid #e35029;
  position:relative;
  z-index: 2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn:before {
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content:'';
  z-index:-2;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-white:before,
.btn-tra-black:before {
  background-color: rgba(0, 0, 0, 0.75);
}

.btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-tra-silver {
  color: #666;
  background-color: transparent;
  border-color: #666;
}

.btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn-yellow {
  color: #333;
  background-color: #feca16;
  border-color: #feca16;
}

.white-color .btn-yellow {
  color: #333;
}

.btn-lightblue {
  color: #fff;
  background-color: #42a5f5;
  border-color: #42a5f5;
}

.btn-green {
  color: #fff;
  background-color: #56a959;
  border-color: #56a959;
}

.btn-lightgreen {
  color: #fff;
  background-color: #41bf2b;
  border-color: #41bf2b;
}

.btn-purple {
  color: #fff;
  background-color: #513c97;
  border-color: #513c97;
}

.btn-lightpurple {
  color: #fff;
  background-color: #715fef;
  border-color: #715fef;
}

.btn-teal {
  color: #fff;
  background-color: #2c95ce;
  border-color: #2c95ce;
}

.btn:hover {
  color: #fff;
}

.btn-tra-yellow:hover,
.btn-yellow:hover {
  color: #333;
}

.btn-white:hover {
  border-color: #444;
}

.btn:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-download-hero {
	position: relative;
	display: inline-block;
	color: #fff;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.3);
	padding: 8px 20px 6px 60px;
	font-size: 20px;
	font-weight: 600;
	min-width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	transition: all 0.1s linear;
}

.btn-download-hero span{
	font-size: 14px;
	display: block;
	font-weight: 400;
	letter-spacing: 0.04em;
    margin-top: 8px;
}

.btn-download-hero svg{
	font-size: 40px;
	position: absolute;
	top: 14px;
	left: 16px;
}

.btn-download-hero:focus,
.btn-download-hero:hover{
	border: 1px solid rgba(255,255,255,0.6);
	color: #fff;
}

.btn-download-footer{
	position: relative;
	display: inline-block;
    background-color: #1a53aa; /* close to primary-500 */
    /* Use only needed gradients */
    background-image: linear-gradient(
        50deg,
        rgb(var(--secondary-200)) 0%,
        rgb(var(--primary-400)) 35%,
        rgb(var(--primary-500)) 55%,
        rgb(var(--primary-600)) 100%
    );
    color: #fff;
	padding: 10px 20px 8px 70px;
	font-size: 24px;
	font-weight: 500;
	min-width: 236px;
	border: 1px solid rgb(var(--primary-600));
	margin-right: 30px;
	transition: all 0.3s linear;
    margin-bottom: 10px;
}

.btn-download-footer span{
	font-size: 13px;
	font-weight: 400;
	display: block;
}

.btn-download-footer svg{
	font-size: 40px;
	position: absolute;
	top: 16px;
	left: 20px;
}

.btn-download-footer:focus,
.btn-download-footer:hover{
	border: 1px solid #fff;
	color: #fff;
}

/*Video Link*/

.modal-video {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.15rem;
}

.modal-video a span {
  font-size: 2.15rem;
  line-height: 2.15rem;
  margin-right: 4px;
  vertical-align: middle;
}

.modal-video a {
  font-size: 1.05rem;
  line-height: 2.15rem;
  font-weight: 400;
}

/*BOX ICONS*/

.box-icon span { font-size: 4rem; }
.box-icon-xs span { font-size: 3rem; }
.box-icon-sm span { font-size: 3.5rem; }
.box-icon-md span { font-size: 4.5rem; }
.box-icon-lg span { font-size: 5rem; }
.box-icon-xl span { font-size: 5.5rem; }

.grey-icon span {
  color: #757575;
}

.red-icon span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee041a), to(#ff8212));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.green-icon span {
  background: -webkit-gradient(linear, left top, left bottom, from(#029c09), to(#02ce0b));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-icon span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d07f4), to(#37a7fc));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skyblue-icon span {
  color: #42a5f5;
}

.purple-icon span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d07f4), to(#f402b8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*SECTION TITLE*/

.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.section-title p {
  font-size: 1.3125rem;    /* 21px */
  padding: 0 15%;
}

.section-title h2 {
  letter-spacing: -1.5px;
}

/*TEXT WEIGHT*/

.txt-300 { font-weight: 300; }
.txt-400 { font-weight: 400; }
.txt-500 { font-weight: 500; }
.txt-600 { font-weight: 600; }
.txt-700 { font-weight: 700; }
.txt-800 { font-weight: 800; }
.txt-900 { font-weight: 900; }

.txt-upper { text-transform: uppercase; }

/*TEXT COLOR*/

.white-color,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color a,
.white-color li,
.white-color i,
.white-color span { color: #fff; }

.grey-color,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6,
.grey-color p,
.grey-color a,
.grey-color li,
.grey-color span  { color: #666; }

.lightgrey-color,
.lightgrey-color h2,
.lightgrey-color h3,
.lightgrey-color h4,
.lightgrey-color h5,
.lightgrey-color p,
.lightgrey-color a,
.lightgrey-color li,
.lightgrey-color span  { color: #ccc; }

.yellow-color,
.yellow-color h2,
.yellow-color h3,
.yellow-color h4,
.yellow-color h5,
.yellow-color h6,
.yellow-color p,
.yellow-color a,
.yellow-color li,
.yellow-color i,
.yellow-color span { color: #f4c744; }

.green-color,
.green-color h2,
.green-color h3,
.green-color h4,
.green-color h5,
.green-color h6,
.green-color p,
.green-color a,
.green-color li,
.green-color i,
.green-color span { color: #42a045; }

.blue-color,
.blue-color h2,
.blue-color h3,
.blue-color h4,
.blue-color h5,
.blue-color h6,
.blue-color p,
.blue-color a,
.blue-color li,
.blue-color i,
.blue-color span { color: #01b7de; }

.red-color,
.red-color h2,
.red-color h3,
.red-color h4,
.red-color h5,
.red-color h6,
.red-color p,
.red-color a,
.red-color li,
.red-color i,
.red-color span { color:  #e35029; }


/* ----------------------------------------------------------------
                        [ HEADER & NAVIGATION ]
-----------------------------------------------------------------*/

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #dfdfdf;
}

.navbar-light .navbar-nav .nav-link {
  color: #555;
}

.bg-light {
  background-color: #fff!important;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

.header .nb-line {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.navbar {
  padding: 0.75rem 1rem;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.navbar.bg-tra  {
  padding: 2.25rem 1rem;
  background-color: transparent;
}

/*NAVIGATION MENU*/

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.65rem 1.5rem;
  margin-left: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link.pre-link {
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link span {
  background-color: #41bf2b;
  width: 5px;
  height: 5px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  right: 18px;
}

.dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dropdown-toggle::after {
  vertical-align: .175em;
}

/*Navbar Social Icons*/

.header-socials {
  margin-top: 4px;
  margin-left: 4px;
  display: inline-block;
  text-align: center;
}

.header-socials span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin-left: 5px;
}

.header-socials a {
  width: 38px;
  height: 38px;
  background-color: transparent;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 34px !important;
  border: 2px solid #fff;
  margin-left: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.navbar-light .header-socials a {
  color: #333;
  border: 2px solid #333;
}

.header-socials a:hover {
  background-color: rgba(255, 255, 255, .65);
  border-color: rgba(255, 255, 255, .45);
  color: #333;
}

.navbar-light .header-socials a:hover {
  background-color: rgba(20, 20, 20, .75);
  border-color: rgba(20, 20, 20, .45);
  color: #fff;
}

/*Navigation Menu Hover*/

.navbar-light .nav-link:focus,
.navbar-light .nav-link:hover {
  color: #aaa !important;
  background-color: rgba(140, 140, 140, 0.2) !important;
}

.navbar-dark .nav-link:focus,
.navbar-dark .nav-link:hover {
  color: #aaa !important;
  background-color: rgba(240, 240, 240, 0.2);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #333;
  text-decoration: none;
  background-color: #eee;
}

/*Navbar Scroll*/

.navbar.scroll.bg-tra {
  padding: 12px 0;
  background-color: #fcfcfc;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

.navbar.scroll.navbar-dark.bg-tra .nav-link {
  color: #666;
}

.navbar.scroll.navbar-dark.bg-tra .nav-link:hover {
  background-color: rgba(200, 200, 200, 0.35);
}

.navbar.scroll .header-socials a {
  color: #666;
  border: 2px solid #666;
}

.navbar.scroll .header-socials a:hover {
  color: #fff;
}

.navbar.scroll .header-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; }
.navbar.scroll .header-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; }
.navbar.scroll .header-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; }
.navbar.scroll .header-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; }
.navbar.scroll .header-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; }
.navbar.scroll .header-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; }
.navbar.scroll .header-socials a.ico-instagram:hover { background-color: #beb3a8; border-color: #beb3a8; }
.navbar.scroll .header-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; }
.navbar.scroll .header-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; }
.navbar.scroll .header-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; }
.navbar.scroll .header-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998;}

/*Responsive Burger Menu*/

.navbar-light .navbar-toggler,
.navbar.bg-tra .navbar-toggler {
  color: #888;
  border-color: #888;
  padding: 0.25rem 0.5rem;
  font-size: 1.05rem;
}

.navbar-dark.bg-tra .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  outline: 0;
}

/*Logo Image*/

.logo-white,
.logo-black {
  display: block;
}

.logo-white img,
.logo-black img {
  width: 200px;
}

.navbar-dark.bg-tra .logo-black,
.navbar-light.bg-tra .logo-white,
.scroll.navbar-dark.bg-tra .logo-white,
.navbar-dark.bg-dark .logo-black,
.navbar-light.bg-light .logo-white {
  display: none;
}

.navbar-dark.bg-tra .logo-white,
.navbar-light.bg-tra .logo-black,
.scroll.navbar-dark.bg-tra .logo-black,
.navbar-dark.bg-dark .logo-white,
.navbar-light.bg-light .logo-black {
  display: block;
}


/* ----------------------------------------------------------------
                        [ HERO ]
-----------------------------------------------------------------*/


.hero-section .container {
  position: relative;
  z-index: 10;
}

#hero-11 {
  position: relative;
  background: -moz-linear-gradient(top, rgba(120, 59, 177, 1) 0%, rgba(71, 47, 173, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(120, 59, 177, 1) 0%,rgba(71, 47, 173, 1) 100%);
  background: linear-gradient(to bottom, rgba(120, 59, 177, 1) 0%,rgba(71, 47, 173, 1) 100%);
}

#hero-12 {
  background-image: url(../images/hero-bg.jpg);
}

/*HERO SPACING & ALIGNMENT*/

.hero-row-200 {
  padding-top: 220px;
  padding-bottom: 180px;
}

.hero-row-180 {
  padding-top: 200px;
  padding-bottom: 160px;
}

.hero-row-160 {
  padding-top: 180px;
  padding-bottom: 140px;
}

.hero-row-140 {
  padding-top: 160px;
  padding-bottom: 140px;
}

.hero-row-120 {
  padding-top: 150px;
  padding-bottom: 120px;
}

.hero-row-100 {
  padding-top: 130px;
  padding-bottom: 100px;
}

/*HERO APP LOGO*/

.hero-app-logo {
  margin-bottom: 25px;
}

/*HERO APP BIG TITLE*/

.hero-app-logo span {
  font-size: 4.25rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -3px;
  padding-left: 20px;
}

/*HERO HEADERS*/

.hero-section h4,
.hero-section h3,
.hero-section h2 {
  margin-bottom: 20px;
}

.hero-section h4 span,
.hero-section h3 span,
.hero-section h2 span {
  font-weight: 700;
}

/*HERO PARAGRAPH*/

#hero-12 .hero-txt p {
  padding-bottom: 10px;
}

/*HERO LINKS*/

.hero-links {
  margin-top: 10px;
}

.hero-links span {
  font-size: 0.95rem;
  line-height: 1;
  margin-right: 25px;
}

.hero-links span:last-child {
  margin-right: 0
}

.hero-links span a {
  text-decoration: underline;
}

.hero-links span a:hover {
  color: #444;
}

/*HERO STORE BADGES*/

.hero-stores-badge {
  margin-top: 40px;
}

#hero-12 .hero-stores-badge {
  margin-top: 30px;
}

.hero-stores-badge p {
  font-weight: 500;
  margin-bottom: : 10px;
}

.hero-stores-badge span {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1;
  margin-top: 20px;
}

/*HERO BOX*/

.hero-boxes {
  margin-top: 70px;
}

.hbox {
  width: 20%;
  display: inline-block;
  float: left;
  text-align: center;
}

.hbox span {
  display: block;
  margin-bottom: 14px;
}

/*HERO IMAGE*/

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


/* ----------------------------------------------------------------
                        [ FEATURES ]
-----------------------------------------------------------------*/


.fbox-3 {
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 50px 30px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fbox-3 .box-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fbox-3 span {
  color: #555;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fbox-3 small {
  color: #fff;
  background-color: #f60410;
  /*border: 1px solid #d0d0d0;*/
  padding: 4px;
  border-radius: 3px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.fbox-3:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.fbox-3:hover h5 {
  color: #222;
}

.fbox-3 h5 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.fbox-3 h5 {
  color: #757575;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fbox-3 p {
  line-height: 1.5;
  margin-bottom: 0;
}

.fbox-3 i {
  /*color: #f60410;*/ /*Sala*/
  /*color: #473185;*/
  color: rgb(var(--primary-500));
}

.fbox-3.rose-hover:hover { border-top: 1px solid #f402b8; }
.fbox-3.rose-hover:hover .box-line { background-color: #f402b8; opacity: 1; }
.fbox-3.rose-hover:hover > span { color: #f402b8; }

.fbox-3.red-hover:hover { border-top: 1px solid #ee041a; }
.fbox-3.red-hover:hover .box-line { background-color: #ee041a; opacity: 1; }
.fbox-3.red-hover:hover > span { color: #ee041a; }

.fbox-3.orange-hover:hover { border-top: 1px solid #ff8212; }
.fbox-3.orange-hover:hover .box-line { background-color: #ff8212; opacity: 1; }
.fbox-3.orange-hover:hover > span { color: #ff8212; }

.fbox-3.green-hover:hover { border-top: 1px solid #4fcb36; }
.fbox-3.green-hover:hover .box-line { background-color: #4fcb36; opacity: 1; }
.fbox-3.green-hover:hover > span { color: #4fcb36; }

.fbox-3.blue-hover:hover { border-top: 1px solid #1d07f4; }
.fbox-3.blue-hover:hover .box-line { background-color: #1d07f4; opacity: 1; }
.fbox-3.blue-hover:hover > span { color: #1d07f4; }

.fbox-3.skyblue-hover:hover { border-top: 1px solid #01b7de; }
.fbox-3.skyblue-hover:hover .box-line { background-color: #01b7de; opacity: 1; }
.fbox-3.skyblue-hover:hover > span { color: #01b7de; }

.fbox-3.purple-hover:hover { border-top: 1px solid #783bb1; }
.fbox-3.purple-hover:hover .box-line { background-color: #783bb1; opacity: 1; }
.fbox-3.purple-hover:hover > span { color: #783bb1; }

.fbox-3.yellow-hover:hover { border-top: 1px solid #dbcc1f; }
.fbox-3.yellow-hover:hover .box-line { background-color: #dbcc1f; opacity: 1; }
.fbox-3.yellow-hover:hover > span { color: #dbcc1f; }


/* ----------------------------------------------------------------
                        [ SCREENSHOTS ]
-----------------------------------------------------------------*/


#screens-1 {
  padding-top: 0px;
  padding-bottom: 150px;
}

.screenshots-wrap {
  position: relative;
  margin-bottom: 100px;
}

#screens-1 .screenshots-wrap {
    margin-top: 78px;
}

.slick-slide {
  width: 310px;
}

.carousel-item {
    width: 310px;
    height: 673px;
  opacity: 0.25;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.carousel-item img {
  width: 310px;
  height: 672px;
}

.carousel-item.slick-current {
    opacity: 1;
}

.iphone-frame {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.iphone-frame img {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

.screens-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -150px;
}

.screens-section .slick-dots li {
  margin: 0 2px;
  width: 15px;
  height: 15px;
}

.screens-section .slick-dots li button:before,
.screens-section.bg-lightgrey .slick-dots li button:before {
  content: "";
  background: #aaa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
  left: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.no-bg.screens-section .slick-dots li button:before,
.no-bg.screens-section.bg-lightgrey .slick-dots li button:before {
  background: #ccc;
}

.bg-green.screens-section .slick-dots li button:before,
.bg-purple.screens-section .slick-dots li button:before,
.bg-green.screens-section.bg-lightgrey .slick-dots li button:before,
.bg-purple.screens-section.bg-lightgrey .slick-dots li button:before  {
  background: rgba(20, 20, 20, .2);
}

.screens-section .slick-dots li button:hover:before,
.screens-section .slick-dots li.slick-active button:before {
  background: #fff;
}

.no-bg.screens-section .slick-dots li button:hover:before,
.bg-lightgrey.screens-section .slick-dots li button:hover:before,
.no-bg.screens-section .slick-dots li.slick-active button:before,
.bg-lightgrey.screens-section .slick-dots li.slick-active button:before {
  background: #555;
}


/* ----------------------------------------------------------------
                        [ CONTACT ]
-----------------------------------------------------------------*/


.contact-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0;
  color: #444;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#contacts-2 .contact-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #666;
  color: #f5f5f5;
  font-size: 1.35rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 0 5px;
  margin-bottom: 35px;
}

.contact-form .custom-select {
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 1;
  color: #444;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bg-lightgrey .contact-form .form-control {
  border: 1px solid #ddd;
}

.contact-form textarea { min-height: 220px; }
.contact-form textarea.form-control {
  padding: 20px;
}

#contacts-2 .contact-form textarea.form-control {
  padding: 20px 5px;
}

.contact-form .form-control::-moz-placeholder { color: #555; }
.contact-form .form-control:-ms-input-placeholder { color: #555; }
.contact-form .form-control::-webkit-input-placeholder { color: #555; }

#contacts-2 .contact-form .form-control::-moz-placeholder { color: #666; }
#contacts-2 .contact-form .form-control:-ms-input-placeholder { color: #666; }
#contacts-2 .contact-form .form-control::-webkit-input-placeholder { color: #666; }

.contact-form .form-control:focus,
.contact-form .custom-select:focus {
    outline: 0px none;
    box-shadow: none;
    border-color: #6bbb28;
}

#contacts-2 .contact-form .form-control:focus {
    outline: 0px none;
    box-shadow: none;
    border-color: #fff;
}

.contact-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 35px;
}

#contacts-2 .contact-form label.error {
  margin-left: 5px;
  margin-bottom: 30px;
}

.contact-form-msg {
  position: relative;
  margin-top: 10px;
  /*left: 10px;*/
}

.contact-form-msg .error,
.contact-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

.contact-form-msg .error {
  color: #f6412d;
}


/* ----------------------------------------------------------------
                        [ FOOTER ]
-----------------------------------------------------------------*/


.footer {
  background-position: bottom center;
}

.bg-dark.footer .white-color p {
  color: #ddd;
}

.bg-dark.footer .white-color h5 a {
  color: #ccc;
}

.footer h5 {
  margin-bottom: 20px;
}

.footer-info p {
  font-size: 1.05rem;
  line-height: 1.65;
  margin-top: 20px;
}

.footer-info img {
  width: 200px;
}

.footer-socials-links h5 {
  letter-spacing: 0;
  margin-bottom: 13px;
}

.footer-socials-links h5 a {
  text-decoration: underline;
}

.bg-dark.footer .white-color h5 a:hover {
  color: #fff;
}

.foo-links {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
}

.foo-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.foo-links li a {
  font-size: 1.05rem;
  line-height: 1.5;
}

.bg-dark .foo-links li a {
  color: #ddd;
}

.foo-links li a:hover {
  color: #000;
  text-decoration: underline;
}

.bg-dark .foo-links li a:hover {
  color: #ddd;
}

.bottom-footer {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 50px;
}

.bg-grey .bottom-footer {
  border-color: #ccc;
}

.bg-dark .bottom-footer {
  border-color: #555;
}

.footer-copyright p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.footer-copyright p span {
  font-weight: 500;
}

a.foo-facebook:hover { color: #3b5998; }
a.foo-twitter:hover { color: #00a9ed; }
a.foo-instagram:hover { color: #e44772 }
a.foo-dribbble:hover { color: #d92d84; }
a.foo-behance:hover { color: #2473f6; }
a.foo-pinterest:hover { color: #ac281a; }
a.foo-linkedin:hover { color: #015886; }
a.foo-google-plus:hover { color: #cd1111; }
a.foo-youtube:hover { color: #cd1b20; }
a.foo-tumblr:hover { color: #3a5976; }
a.foo-vk:hover { color: #3b5998; }


/* ----------------------------------------------------------------
                        [ PRELOADER, TO TOP ]
-----------------------------------------------------------------*/


/* == preloader ==*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}

.cssload-flex-container li {
  height: 100px;
  width: 100px;
  position: relative;
  text-align: center;
}

.cssload-loading {
  display: inline-block;
  position: relative;
  width: 83px;
  height: 83px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 5px solid transparent;
  border-bottom: 5px solid rgb(var(--primary-600));
  border-left: 5px solid rgb(var(--primary-600));
  animation: cssload-spinR 2.3s linear infinite;
  -o-animation: cssload-spinR 2.3s linear infinite;
  -ms-animation: cssload-spinR 2.3s linear infinite;
  -webkit-animation: cssload-spinR 2.3s linear infinite;
  -moz-animation: cssload-spinR 2.3s linear infinite;
}

.cssload-loading:before, .cssload-loading:after {
  content: '';
  display: block;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
}

.cssload-loading:before {
  height: 49px;
  width: 49px;
  border: 3px solid transparent;
  border-top: 3px solid rgb(var(--primary-600));
  border-right: 3px solid rgb(var(--primary-600));
  animation: cssload-spinL 0.86s linear infinite;
  -o-animation: cssload-spinL 0.86s linear infinite;
  -ms-animation: cssload-spinL 0.86s linear infinite;
  -webkit-animation: cssload-spinL 0.86s linear infinite;
  -moz-animation: cssload-spinL 0.86s linear infinite;
  transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  top: 11%;
  left: 11%;
}
.cssload-loading:after {
  height: 10px;
  width: 10px;
  background: transparent;
  border: 2px solid rgb(var(--primary-600));
  top: 35.5%;
  left: 35.5%;
}

@keyframes cssload-spinR {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spinR {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spinR {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spinR {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spinR {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes cssload-spinL {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@-o-keyframes cssload-spinL {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}

@-ms-keyframes cssload-spinL {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}

@-webkit-keyframes cssload-spinL {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes cssload-spinL {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}

/* == scrool to up ==*/

#scrollUp {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

#scrollUp:hover {
  background-color: #666;
}

nav a#pull {
    display: none;
}
