@font-face {
  font-family: Glacial;
  src: url("../fonts/GlacialIndifference-Regular.otf");
}

html * {
  font-family: Glacial;
}

body {
  background: #ecf0f1;
}

p {
  color: #2f3640 !important;
}

.intro {
  width: 100vw;
}

h1.h-inner {
  font: bold 57px arial, sans-serif;
  background-color: #6e6e6e;
  color: transparent;
  /* padding: 0 0 60px 0; */
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

#wrapper {
  background: #ecf0f1;
}

/*=====================
Top area - line
======================= */
hr.tall {
  margin: 10px 0 10px 0;
}
/* =======
Top area
======== */

.top-area {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* position: relative; */
  background: url(../img/blog/blog-image-1.jpg) top center;
  /* border-bottom: 4px solid #f0932b; */
}

collapse .navbar-collapse li a {
  color: #ffffff;
}

/* ==================================
    header sub title
=====================================*/

.section-heading p {
  color: #7f8c8d;
}

/* ==================================
    navigation
=====================================*/
.navbar.navbar-custom {
  background: #ffffff !important;
  background: -moz-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  background: -webkit-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  background: -ms-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  border-radius: 0;
}

.navbar.navbar-custom.navbar-fixed-top {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  background: #ffffff !important;
  background: -moz-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  background: -webkit-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  background: -ms-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  padding-top: 10px;
}

.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff !important;
  opacity: 1;
  background: -moz-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  background: -webkit-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  background: -ms-linear-gradient(0deg, #171717 0%, #52a2d6 100%);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  padding-top: 10px;
}

.navbar.navbar-custom .navigation {
  padding-bottom: 5px;
}

.navbar-nav .nav-link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-nav .nav-link:hover {
  background: #f0932b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .navbar-nav .nav-link {
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
}

/*=================================
        collapse-visible
==================================*/
.collapse-visible {
  display: block;
}

.collapse-hidden {
  display: none;
}

/*==================================
    navigation dropdown hidden
====================================*/

.navbar.navbar-custom.navbar-fixed-top ul.nav li.collapse-visible {
  display: block;
}

.navbar.navbar-custom li.dropdown.collapse-hidden,
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
  ul.nav
  li.dropdown.collapse-hidden {
  display: none;
}

.navbar.navbar-custom.navbar-fixed-top p,
.navbar.navbar-custom.navbar-fixed-top span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse p,
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}

/*====================================
    Logo
======================================*/

.navbar-brand p {
  font-size: 10px;
  /* color:#ffffff; */
  background: -moz-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
  background: -webkit-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
  background: -ms-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* z-index: 9999; */
}
.navbar-brand span {
  font-size: 10px;
  /* color:#ffffff; */
  background: -moz-linear-gradient(0deg, #130f40 0%, #3498db 100%);
  background: -webkit-linear-gradient(0deg, #130f40 0%, #3498db 100%);
  background: -ms-linear-gradient(0deg, #130f40 0%, #3498db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar.navbar-custom.navbar-fixed-top .navbar-brand p {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
}

.navbar.navbar-custom.navbar-fixed-top .navbar-brand span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
}

.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .navbar-brand p {
  font-size: 15px;
  color: #e84118;
  /* background:-moz-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
    background:-webkit-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
    background:-ms-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
    -webkit-background-clip: text;
     */
  -webkit-text-fill-color: #e84118;
}

.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .navbar-brand span {
  font-size: 15px;
  color: #273c75;
  /* background:-moz-linear-gradient(0deg, #34495e 0%, #3498db 100%);
    background:-webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
    background:-ms-linear-gradient(0deg, #34495e 0%, #3498db 100%);
    -webkit-background-clip: text;
     */
  -webkit-text-fill-color: #273c75;
}

ul.lead-list span.list-layer {
  padding-left: 5px;
  background: #2c3e50;
}

/*=======================================
    menu-dropdown
=========================================*/
.dropdown,
.dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-custom ul.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 26px;
}

.navbar-custom ul {
  border-top: 1 solid #34495e;
}
/* border-top: 1 solid #34495e; */
.navbar-custom ul.nav ul {
  margin: 30px 0 0 0;
  _margin: 0; /*IE6 only*/
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;
  background: #f6f6f6 !important;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f6f6f6),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  padding-top: 10px;
  padding-bottom: 22px;
  border-top: 4px solid #f0932b;
}

.navbar-custom ul.nav ul li {
  float: none;
  display: block;
  border: 0;
  _line-height: 0; /*IE6 only */
  /* box-shadow: 0 1px 0 rgba(189, 195, 199,0.8), 0 1px 0 #ecf0f1; */
}

/*==================================================
    text menu navigation
 ===================================================*/

.navbar.navbar-custom.navbar-fixed-top a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #3498db;
  font-size: 12px;
  background: -moz-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -ms-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar.navbar-custom.navbar-fixed-top ul li > a:active,
.navbar.navbar-custom.navbar-fixed-top ul li > a:hover {
  background: -moz-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
  background: -webkit-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
  background: -ms-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active a,
.navbar-custom.top-nav-collapse .nav li.active a {
  background: -moz-linear-gradient(0deg, #e74c3c 0%, #e2665b 100%);
  background: -webkit-linear-gradient(0deg, #e74c3c 0%, #e2665b 100%);
  background: -ms-linear-gradient(0deg, #e74c3c 0%, #e2665b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f0932b;
}
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse ul li > a {
  background: -moz-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -ms-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse ul li > a:active,
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse ul li > a:hover {
  background: -moz-linear-gradient(0deg, #e74c3c 0%, #e2665b 100%);
  background: -webkit-linear-gradient(0deg, #e74c3c 0%, #e2665b 100%);
  background: -ms-linear-gradient(0deg, #e74c3c 0%, #e2665b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*================================
    background navigation selection
==================================*/
.navbar.navbar-custom.navbar-fixed-top ul li:active,
.navbar.navbar-custom.navbar-fixed-top ul li:hover {
  background: transparent;
}

/*===========================================
     triangle menu drop down of navigation
=============================================*/
.navbar-custom ul.nav ul {
  border-top: 0;
}
.navbar-custom ul.nav ul.dropdown-menu {
  top: 40px;
  background: #ffffff !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse
  ul.nav
  li.dropdown
  ul.dropdown-menu {
  top: 50px;
  background: #ffffff !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar-custom ul.nav ul li a {
  font-size: 12px;
  text-decoration: none;
  padding: 5px;
  width: 130px;
  _height: 10px; /*IE6 only*/
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
  color: #ffffff;
}

li.dropdown:first-child > a {
  border-radius: 3px 3px 0 0;
}

.dropdown li:first-child > a:after {
  /* border-radius: 20% 20% 20% 0; */
  content: "";
  position: absolute;
  left: 40%;
  top: -13px;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #ecf0f1;
  box-shadow: inset 0px 11px 12px -10px #34495e,
    inset 0px -11px 12px -10px #34495e;
}

.dropdown ul ul li:first-child a:after {
  border-top-left-radius: 20%;
  left: 40%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-right: 13px solid #ecf0f1;
  box-shadow: inset 0px 11px 12px -10px #34495e,
    inset 0px -11px 12px -10px #34495e;
}

.dropdown ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.navbar-custom .dropdown:before,
.navbar-custom .dropdown:after {
  content: "";
  display: table;
}

.navbar-custom .dropdown:after {
  clear: both;
}

.navbar-custom ul ul {
  position: absolute;
  top: 0;
  left: 150px;
  margin: 0 0 0 20px;
  _margin: 0; /*IE6 only*/
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
}

/*=====================================
 Testimonials
 ======================================*/

blockquote.testimonial {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #e74c3c;
  border-radius: 10px;
  border: 0;
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 10px 50px;
  position: relative;
}

blockquote.testimonial p {
  color: #2f3640;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.3;
}

blockquote.testimonial:before {
  left: 10px;
  top: 0;
}

blockquote.testimonial:before,
blockquote.testimonial:after {
  color: #e74c3c;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

blockquote.testimonial:after {
  bottom: -0.5em;
  content: "\201D";
  right: 10px;
}

div.testimonial-arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e74c3c;
  height: 0;
  margin: 0 0 0 25px;
  width: 0;
}

div.testimonial-author {
  margin: 8px 0 0 8px;
}

div.testimonial-author div.img-thumbnail {
  float: left;
  margin-right: 10px;
}

div.testimonial-author div.img-thumbnail img {
  max-width: 60px;
}
blockquote {
  border: 0;
}
blockquote h1 {
  font-size: 50px;
  color: #2f3640;
}

blockquote h2 {
  color: #2f3640;
}

blockquote span.list {
  font-size: 20px;
  color: #2f3640;
}

blockquote span.list p {
  color: #2f3640;
}

div.testimonial-author span {
  color: #2f3640;
  display: block;
  font-size: 12px;
}

div.testimonial-author p {
  color: #2f3640;
  margin: 0 0 0 25px;
  text-align: left;
}

/*===============================================
    intro
=================================================*/

.intro.box-shadow-two div.home-intro {
  background-color: #171717;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
  height: 2px;
}

.intro.intro-getstarted {
  vertical-align: middle;
  justify-content: center;
  margin-top: auto;
  background: #00183b;
  /* height: 800px;   */
  height: 100vh;
}

.intro .container {
  padding-top: 20vh;
}

.intro h1.h-ultra,
.intro.intro-getstarted h1.h-ultra {
  -webkit-text-fill-color: #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 1.3;
}

#intro-quote li span.list desc {
  font-size: 23px;
}

.intro-content {
  background: url(../img/parallax/1.jpg) no-repeat center right;
  background-size: auto;
  background-color: #bdc3c7;
  padding: 50px 0 60px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  /* height: 800px; */
  height: 100vh;
}

.intro-content.intro-gray {
  background: #f4f5f5 !important;
}
.intro-content.intro-light {
  background: #ffffff !important;
}

.content-gray {
  background-color: #ecf0f1;
  padding: 300px 0 0 0;
  margin: auto;
  width: 100%;
  height: 700px;
}

.intro-content.intro-gray i {
  font-size: 60px;
  text-align: center;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #9e9fa0;
}

.intro-content.intro-gray h1.h-ultra {
  font-size: 60px;
  text-align: center;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #9e9fa0;
  /*text-shadow: 2px 2px 4px #302f2f; */
}

.intro-content .content-top {
  position: absolute;
  top: 10px;
  width: 100%;
  justify-content: center;
  border: 2px solid #16a085;
}

.intro-content .align-content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.intro-content .footer-content {
  position: absolute;
  width: 100%;
  bottom: 10%;
  align-self: center;
}

#intro {
  margin: 0;
  padding: 0;
}

/* #intro .intro-content{
    padding:50px 60px 0 0;
} */
#intro .intro-content.parallax {
  margin-top: 0;
}

/*===============================================
    landing quote
=================================================*/
/* #quote {
    margin-top:-70px;
} */
#quote .intro-content {
  background: url(../img/parallax/4.jpg) center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-size:auto;
    height: 700px; */
  height: 100vh;
}

#quote .intro-content.parallax {
  margin-top: 0;
}

#quote .intro-content h1.h-ultra {
  padding-top: 70px;
  -webkit-text-fill-color: #ed7a28;
}

/*===============================================
    Services
=================================================*/
#service {
  margin-left: auto;
  margin-right: auto;
}

#services .intro-content {
  background: url(../img/parallax/3.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  /* height: 650px; */
}

#services .container {
  padding-top: 20vh;
}

#services .intro-content h1.h-ultra {
  padding-top: 70px;
  -webkit-text-fill-color: #ed7a28;
}

#services h1,
#services h2,
#services h5,
#services h6 {
  color: #ed7a28;
  -webkit-text-fill-color: #ed7a28;
}

#services h3,
#services h4,
#services div.intro-content p,
#services a,
#services i {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.box-content {
  margin: 20px;
}

.box-content > img {
  margin-bottom: 20px;
}

#services div.box-content p.h-bold {
  font-weight: 100;
}

#services i {
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

#services .featured-boxes {
  margin-left: 100px;
  margin-right: 100px;
}

/*===============================================
    shareholders
=================================================*/
#shareholders .container {
  padding-top: 0;
  margin-top: 10vh;
}

#shareholders .intro-content {
  background: url(../img/parallax/6.jpg) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 670px;
  height: 100vh;
}

#shareholders .intro-content h1.h-ultra {
  padding-top: 70px;
  -webkit-text-fill-color: #ed7a28;
}

#shareholders h1,
#shareholders h2,
#shareholders h5 {
  color: #ed7a28;
  -webkit-text-fill-color: #ed7a28;
}

#shareholders h1 {
  font-size: 3.5em;
  font-weight: 50;
}

#shareholders span.list h6 {
  font-family: "Open Sans script=all rev=2", "Oxygen", sans-serif;
  /* font-style: italic; */
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  padding: 0;
  margin: 0;
}

#shareholders span.list h6.font-warning {
  color: #ed7a28;
  -webkit-text-fill-color: #ed7a28;
}

#shareholders #our-team {
  margin-bottom: -20px;
}
#shareholders span.list {
  padding-bottom: 0;
}

#shareholders span.list p {
  font-style: italic;
  padding: 0;
}

#shareholders p.h-bold {
  font-size: 25px;
}

#shareholders span.list desc {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 100;
  font-style: italic;
  line-height: 0.5;
  padding: 0;
  margin: 0;
}

#shareholders h3,
#shareholders h4,
#shareholders div.intro-content p,
#shareholders a,
#shareholders i {
  padding: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

#shareholders i {
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

#imgshareholders {
  background: url(../img/team/1535747414137.jpg) no-repeat top left;
  position: absolute;
  top: 0;
  right: 0;
  width: 45vw;
  height: 45vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*===============================================
    footer
=================================================*/
footer {
  height: 100vh;
}

footer .container {
  margin-top: 20vh;
}

#footer {
  /* background: url(../img/parallax/9.jpg); */
  background: rgba(19, 15, 64, 0.8);
  background-color: #f4f5f5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-content i {
  color: #ffffff;
  font-size: 30px;
}

#footer p {
  color: #ffffff !important;
}

desc {
  line-height: 1;
}

/* div.abstract{
    position: absolute;
    top:30%;
    left:0;
    width: 20%;
    height: 10%;
    background: url(../img/intro/Abstract.png) no-repeat;
} */

.intro-content div.ribon {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  position: absolute;
  top: 0;
  left: -11%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50%;
  height: 100%;
  border: none;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #fafcfb;
  background: url(../img/blog/blog-image-1.jpg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  box-shadow: 0 14px 28px rgba(248, 246, 246, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
}

/* .intro-content div.ribon:after{
position: absolute;
content: "";
width: 83.5%;
height: 75px;
bottom: 19%;
left: 17%;
background-color: #34495e;
background-image: linear-gradient(to right bottom, #34495e 0%, #0c2461 100%);
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
} */

.intro div.contact {
  width: 110%;
  padding-left: 10px;
  text-align: right;
}

.intro div.contact h6.short {
  color: #ffffff;
}

.intro div.contact span.phone {
  color: #ffffff;
}

.intro div.address {
  width: 100%;
  margin: 20px;
  padding: 20px 30px 0 -30px;
  text-align: left;
}

.intro div.address h6.short {
  color: #ffffff;
}

.intro div.address span.phone {
  color: #ffffff;
}

.process-image {
  padding-top: 0.5px;
}
.process-image > div {
  background: url(../img/home-concept-item-2.png) no-repeat top center;
  height: 145px;
  width: 145px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  margin: 8px 12px 0px 8px;
}

.process-image div > p {
  font-size: 11px;
  color: #ffffff;
}

/*============================
 service desc
 =============================*/
#services p {
  color: #2c3e50;
}

/* div.home-intro{
    background: #8438a5;
    background-image: linear-gradient(to bottom right, #8438a5 0%, #34495e 100%);
} */

h1.h-ultra,
h2.h-ultra,
h3.h-ultra,
h4.h-ultra,
h5.h-ultra,
h6.h-ultra {
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
}

h1.h-light,
h2.h-light,
h3.h-light,
h4.h-light,
h5.h-light,
h6.h-light {
  color: #ffffff;
}

.intro h1.h-ultra,
.intro h2.h-ultra,
.intro h3.h-ultra,
.intro h4.h-ultra,
.intro h5.h-ultra,
.intro h6.h-ultra {
  background: -moz-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -ms-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro h1.h-ultra {
  font-size: 50px;
}
.section-heading.text-center h1.h-ultra,
.section-heading.text-center h2.h-ultra,
.section-heading.text-center h3.h-ultra,
.section-heading.text-center h4.h-ultra,
.section-heading.text-center h5.h-ultra,
.section-heading.text-center h6.h-ultra {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  /* font-family: "Open Sans", Arial, sans-serif; */
}

/*=======================================
    CTA 1
=========================================*/
.well.well-trans {
  /* background-color: rgba(255,255,255,.8); */
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding-bottom: 0;
}

ul.lead-list li span.list {
  color: #ffffff;
}

ul.lead-list li span.list h1.h-list,
ul.lead-list li span.list h2.h-list,
ul.lead-list li span.list h3.h-list,
ul.lead-list li span.list h4.h-list,
ul.lead-list li span.list h5.h-list,
ul.lead-list li span.list h6.h-list {
  background: -moz-linear-gradient(0deg, #cddc39 0%, #ffffff 100%);
  background: -webkit-linear-gradient(0deg, #cddc39 0%, #ffffff 100%);
  background: -ms-linear-gradient(0deg, #cddc39 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
}

ul.lead-list li span.list h5.short {
  line-height: 1.4;
}

h5.short {
  color: #ffffff;
}

h5.short span.word-rotate {
  line-height: 1.2;
}

h5.short span {
  font-size: 25px;
  color: #eb4d4b;
}
/* ul.lead-list li span.list h6.h-list{
  font-size: 8;
} */

.company-partner {
  display: block;
}

@media (max-width: 768px) {
  .partner a img {
    width: 90%;
    height: auto;
  }
}

.company-slider {
  display: none;
}

@media (max-width: 768px) {
  .company-slider {
    display: block !important;
  }

  .company-partner {
    display: none !important;
  }

  .company-clients {
    display: none !important;
  }
}

.slider {
  height: 100px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider .slide-track {
  animation: scroll 50s linear infinite;
  display: flex;
  width: calc(150px * 16);
}

.slider .slide-track-back {
  animation: scroll-reverse 50s linear infinite;
  display: flex;
  width: calc(150px * 16);
}

.slider .slide-track-clients {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(150px * 10);
}

.slider .slide-track-back-clients {
  animation: scroll-reverse 25s linear infinite;
  display: flex;
  width: calc(150px * 10);
}

.slider .slide {
  height: 100px;
  width: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/*==================================
    partner
====================================*/

#partnerheader .intro-content {
  background: url(../img/parallax/7.jpg);
  background-color: #bdc3c7;
  padding: 50px 0 60px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 300px;
}

#partnerheader .container {
  padding-top: 0;
}

#partnerheader h6.h-bold {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

#partnerheader p {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

/*==================================
    clients
====================================*/

#clients .intro-content {
  background: url(../img/parallax/8.jpg);
  background-color: #bdc3c7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* padding:50px 0 60px 0;
    width: 100%; */
  height: 300px;
}

#clients .container {
  padding-top: 0;
}

#clients h6.h-bold {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

#clients p {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

p.p-title {
  font-size: 30px;
}

.mod-screen {
  min-height: calc(100vh - 300px);
  height: auto;
}

.mod-screen .container {
  padding-top: 10vh;
}

.client-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*==================================
    button
====================================*/
.btn-primary-outline {
  background-color: #ffffff;
  border-color: #00183b;
  color: #00183b;
}

.btn-primary-outline:hover {
  background-color: #041b3a;
  border-color: #ffffff;
  color: #ffffff;
  /* -moz-box-shadow: 0px 1px 5px rgba(245, 245, 245, 0.8);
	-webkit-box-shadow: 0px 1px 5px rgba(216, 218, 221, 0.8); */
}

.btn-warning-outline {
  background-color: #ffffff;
  border-color: #d35400;
  color: #d35400;
}

.btn-warning-outline:hover {
  background-color: #d35400;
  border-color: #ffffff;
  color: #ffffff;
  /* -moz-box-shadow: 0px 1px 5px rgba(245, 245, 245, 0.8);
	-webkit-box-shadow: 0px 1px 5px rgba(216, 218, 221, 0.8); */
}

.btn-danger-outline {
  background-color: #ffffff;
  border-color: #c0392b;
  color: #c0392b;
}

.btn-danger-outline:hover {
  background-color: #c0392b;
  border-color: #ffffff;
  color: #ffffff;
  /* -moz-box-shadow: 0px 1px 5px rgba(245, 245, 245, 0.8);
	-webkit-box-shadow: 0px 1px 5px rgba(216, 218, 221, 0.8); */
}

/*============================
  direction title
============================ */
.section-heading h2 {
  color: #34495e;
}

/*============================
    background
==============================*/
.back-primary {
  background: rgba(12, 36, 97, 0.6);
}

/*============================
     overlay background
==============================*/
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  /* z-index: 999; */
}
.overlay-bg {
  background-image: -moz-linear-gradient(
    0deg,
    #34495e 0%,
    #3498db 80%,
    #f574dd 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    #34495e 0%,
    #3498db 80%,
    #f574dd 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    #34495e 0%,
    #3498db 80%,
    #f574dd 100%
  );
}

.overlay-bg.blue {
  background-image: -moz-linear-gradient(
    0deg,
    #00183b 0%,
    #00183b 80%,
    #00183b 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    #00183b 0%,
    #00183b 80%,
    #00183b 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    #00183b 0%,
    #00183b 80%,
    #00183b 100%
  );
}

.border-overlay {
  -webkit-border-image: -moz-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-border-image: -webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-border-image: -ms-linear-gradient(0deg, #34495e 0%, #3498db 100%);
}

.label-overlay {
  background: -moz-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -ms-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label-overlay.red {
  background: -moz-linear-gradient(0deg, #c0392b 0%, #f574dd 100%);
  background: -webkit-linear-gradient(0deg, #c0392b 0%, #f574dd 100%);
  background: -ms-linear-gradient(0deg, #c0392b 0%, #f574dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label-overlay.gray {
  background: -moz-linear-gradient(0deg, #2c3e50 0%, #bdc3c7 100%);
  background: -webkit-linear-gradient(0deg, #2c3e50 0%, #bdc3c7 100%);
  background: -ms-linear-gradient(0deg, #2c3e50 0%, #bdc3c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label-overlay.violet {
  background: -moz-linear-gradient(0deg, #2c3e50 0%, #f574dd 100%);
  background: -webkit-linear-gradient(0deg, #2c3e50 0%, #f574dd 100%);
  background: -ms-linear-gradient(0deg, #2c3e50 0%, #f574dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label-overlay.green {
  background: -moz-linear-gradient(0deg, #16a085 0%, #2ecc71 100%);
  background: -webkit-linear-gradient(0deg, #16a085 0%, #2ecc71 100%);
  background: -ms-linear-gradient(0deg, #16a085 0%, #2ecc71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label-overlay.orange {
  background: -moz-linear-gradient(0deg, #c0392b 0%, #f0932b 100%);
  background: -webkit-linear-gradient(0deg, #c0392b 0%, #f0932b 100%);
  background: -ms-linear-gradient(0deg, #c0392b 0%, #f0932b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-info {
  color: #2980b9;
}

.font-warning {
  color: #ed7a28;
}

.font-danger {
  color: #c0392b;
}

/*==========================
    Testimonial & vision
=========================== */

#testimonial {
  /* background: url(../img/parallax/1.jpg); */
  background: #ecf0f1;
  height: 350px;
}

#testimonial .container {
  padding-top: 20vh;
}

#testimonial-author strong {
  color: #111;
  display: block;
  padding-top: 7px;
}

#testimonial.nobg {
  margin-bottom: 100px;
  background: #ecf0f1;
}

#testimonial.intro {
  height: 100vh;
}

#testimonial .intro-content {
  background: #ecf0f1;
  height: 100vh;
}

#testimonial.margin-nobg {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #ecf0f1;
}

#testimonial .overlay-bg {
  opacity: 0.8;
}

/* #imgtestimonial{
  position:absolute;
  top:25vh;
  left:37vw;
} */

#vision {
  width: 100vw;
  height: 100vh;
}

#vision.home-section {
  padding-top: 0;
}

#vision .container {
  padding-top: 20vh;
}

#vision .intro-content.parallax {
  margin-top: 0;
}

#vision .intro-content {
  background: #ecf0f1;
  padding-top: 0px;
}

#vision blockquote span.list h6 {
  margin: 0 0 5px 0;
}

#blockquote-mission {
  margin-top: 40px;
}
#vision blockquote span.list strong.font-info {
  line-height: 0.5;
}

#vision blockquote p,
#testimonial blockquote p {
  padding-top: 0;
  margin-top: 0;
  color: #34495e;
}

/*============================
    business strategy
============================ */
#business {
  background: #ecf0f1;
  padding-top: 10vh;
}

#business .home-section {
  background: #ecf0f1;
  min-height: 80vh;
  height: auto;
}

@media (max-width: 768px) {
  #business .home-section {
    min-height: 60vh;
  }
}

#business .intro-content {
  background: #ecf0f1;
  height: 100vh;

  /* height: auto; */
}

/* #business .container{
    padding-top: 20vh;
} */

#business .section-heading {
  margin: 10vh 0 20vh 0;
}

.circle-box {
  width: 100%;
}

.circle-primary {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  position: relative;
  width: 175px;
  padding-top: 175px;
  border-radius: 50%;
  background-color: #ecf0f1;
  -webkit-align-self: center; /* Safari 7.0+ */
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
.circle-primary:before {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  position: absolute;
  content: "";
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  background-color: #ecf0f1;
  border-radius: 50%;
  z-index: -1;
  cursor: pointer;
}
.circle-primary:after {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: -7%;
  left: -7%;
  background-color: #34495e;
  background-image: linear-gradient(to right bottom, #34495e 0%, #3498db 100%);
  border-radius: 50%;
  z-index: -2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.circle-primary:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.circle-primary .text-wrapper {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  padding: 30px 5px 0 5px;
  position: absolute;
  width: 175px;
  height: 175px;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  align-content: center;
  box-shadow: inset 0px 11px 8px -10px #34495e,
    inset 0px -11px 8px -10px #34495e;
}

.circle-primary .text-wrapper:hover {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  top: -2;
  left: -2;
  width: 177px;
  height: 177px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: inset 0px 15px 10px -10px #34495e,
    inset 0px -15px 10px -10px #34495e;
}

.circle-primary .text-wrapper strong {
  background: -moz-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -ms-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: baseline;
  cursor: pointer;
}

.circle-primary .text-wrapper p {
  font-size: 12px;
  /* font-weight: bold; */
  color: #2c3e50;
  vertical-align: baseline;
  cursor: pointer;
}

.circle-primary .text-wrapper p > strong {
  font-size: 15px;
  font-weight: bold;
  background: -moz-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -webkit-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  background: -ms-linear-gradient(0deg, #34495e 0%, #3498db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

/*================================
    retail circle
==================================*/

.circle-warning {
  position: relative;
  width: 175px;
  padding-top: 175px;
  border-radius: 50%;
  background-color: #ecf0f1;
  -webkit-align-self: center; /* Safari 7.0+ */
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
.circle-warning:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  background-color: #ecf0f1;
  border-radius: 50%;
  z-index: -1;
  cursor: pointer;
}
.circle-warning:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: -7%;
  left: -7%;
  background-color: #34495e;
  background-image: linear-gradient(to right bottom, #ff5722 0%, #ff9800 100%);
  border-radius: 50%;
  z-index: -2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.circle-warning:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.circle-warning .text-wrapper {
  -moz-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  padding: 30px 10px 0 10px;
  position: absolute;
  width: 175px;
  height: 175px;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  align-content: center;
  box-shadow: inset 0px 11px 8px -10px #684a39,
    inset 0px -11px 8px -10px #684a39;
}

.circle-warning .text-wrapper:hover {
  top: -2;
  left: -2;
  width: 177px;
  height: 177px;
  padding-left: 14px;
  padding-right: 14px;
  box-shadow: inset 0px 15px 10px -10px #684a39,
    inset 0px -15px 10px -10px #684a39;
}

.circle-warning .text-wrapper strong {
  background: -moz-linear-gradient(0deg, #ff5722 0%, #ff9800 100%);
  background: -webkit-linear-gradient(0deg, #ff5722 0%, #ff9800 100%);
  background: -ms-linear-gradient(0deg, #ff5722 0%, #ff9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: baseline;
  cursor: pointer;
}

.circle-warning .text-wrapper p {
  font-size: 12px;
  /* font-weight: bold; */
  color: #2c3e50;
  vertical-align: baseline;
  cursor: pointer;
}

.circle-warning .text-wrapper p > strong {
  font-size: 15px;
  font-weight: bold;
  background: -moz-linear-gradient(0deg, #ff5722 0%, #ff9800 100%);
  background: -webkit-linear-gradient(0deg, #ff5722 0%, #ff9800 100%);
  background: -ms-linear-gradient(0deg, #ff5722 0%, #ff9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
/* .circle .image-wrapper img {
    position: absolute;
    top: 0;
    left: -15px;
    height: 100px;
  } */

/*===========================
    parallax
=============================*/

#testimonial {
  border: none;
  padding: 0;
  margin: 0;
}

/*===========================
    Footer
=============================*/

footer {
  /* background-color: #2c3e50; */
  /* padding: 50px 0 0; */
  background: -moz-linear-gradient(0deg, rgb(15, 15, 15) 0%, #3498db 100%);
  background: -webkit-linear-gradient(0deg, rgb(15, 15, 15) 0%, #3498db 100%);
  background: -ms-linear-gradient(0deg, rgb(15, 15, 15) 0%, #3498db 100%);
  border-top: 0;
}
/* footer.short{
  background-image:-moz-linear-gradient(0deg, #0c2461 0%, #0c2461 80%, #0c2461 100%);
  background-image:-webkit-linear-gradient(0deg, #0c2461 0%, #0c2461 80%, #0c2461 100%);
  background-image:-ms-linear-gradient(0deg, #0c2461 0%, #0c2461 80%, #0c2461 100%);
  opacity: 0.9;
} */

footer {
  padding: 50px 0 0;
  /* background: #0f0f0f; */
  background: -moz-linear-gradient(0deg, #0f0f0f 0%, #2c3e50 100%);
  background: -webkit-linear-gradient(0deg, #0f0f0f 0%, #2c3e50 100%);
  background: -ms-linear-gradient(0deg, #0f0f0f 0%, #2c3e50 100%);
}

footer .widget {
  margin-bottom: 30px;
}

footer .widget h5 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer li,
h5,
p,
a {
  color: #ddd;
}

.sub-footer {
  margin-top: 30px;
  background-color: #34495e;
  border-top: 0.5px solid #444992;
  padding: 30px 0 10px;
}

/* .sub-footer a{
	color: #ddd;
} */

footer .sub-footer p {
  font-size: 14px;
}

.footer-copyright div.col-md-11 p {
  color: #ffffff;
}

footer div.footer-ribon {
  background: #999;
  position: absolute;
  margin: -65px 0 0 12px;
  padding: 10px 20px 6px 20px;
}

footer div.footer-ribon {
  /* background: #EE5A24; */
  background: -moz-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
  background: -webkit-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
  background: -ms-linear-gradient(0deg, #e74c3c 0%, #f0932b 100%);
}
footer div.footer-ribon:before {
  border-right-color: #b12b1f;
}

.box.content-align-center {
  vertical-align: middle;
}

/*==================================================
 * Effect 1
 * ===============================================*/
.box-shadow-one {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.box-shadow-two {
  position: relative;
}
.box-shadow-two:before,
.box-shadow-two:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: rgba(119, 119, 119, 0.06);
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.box-shadow-two:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.box-shadow-three {
  position: relative;
}
.box-shadow-three:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.box-shadow-four {
  position: relative;
}
.box-shadow-four:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.box-shadow-five {
  position: relative;
}
.box-shadow-five:before,
.box-shadow-five:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.box-shadow-five:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.box-shadow-six {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-six:before,
.box-shadow-six:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.box-shadow-six:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.box-shadow-seven {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-seven:before,
.box-shadow-seven:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.box-shadow-seven:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.box-shadow-eight {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-eight:before,
.box-shadow-eight:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.box-shadow-eight:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.skewx-sm {
  -ms-transform: skewX(-20deg); /* IE 9 */
  -webkit-transform: skewX(-20deg); /* Safari */
  transform: skewX(-20deg); /* Standard syntax */
}

a.scroll-to-top {
  background: transparent;
}
a.scroll-to-top.visible {
  opacity: 0;
}

.scrollup {
  opacity: 1;
  font-size: 25px !important;
  bottom: 0px;
  background-color: rgba(99, 99, 99, 0.719);
  padding: 15px 10px 35px 10px;
  width: 50px;
  height: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 999;
}
.scrollup:hover {
  background: #2f3640ab;
}
.scrollup i {
  font-size: 25px !important;
  color: #f7ec52 !important;
}

/* Medium devices */
