/*
    Template Name: STRT - One Page Multipurpose HTML Template
    Template URI: bayuslari.com/template/strt
    Description: Multipurpose HTML Landing Page Template
    Author: SlariStudio
    Author URI: bayuslari.com
    Version: 1.0
*/
/**
 * Table of Contents:
 *
 * 1. - GLOBAL STYLES
 *      1.1 - General Styles
 *      1.2 - Text Color
 *      1.3 - Anchor
 *      1.4 - Heading and Paragraph
 * 
 * 2. - COMPONENTS
 *      2.1 - Buttons  
 *      2.2 - Divider
 *      2.3 - Overlay and BG Fixed
 *      2.4 - Preloader
 *      2.5 - Skills Meter
 *      2.6 - Background Changer
 *      2.7 - Back to Top Button
 * 3. - LOGO & NAVIGATION
 * 4. - HOME
 *      4.1 - Hero
 *      4.2 - Slideshow
 *      4.3 - Text Typing
 *      4.4 - App Hero
 * 5. - SECTION
 *      5.1 Section - Profile
 *      5.2 Section - Counter
 *      5.3 Section - Profile-2
 *      5.4 Section - Portfolios
 *      5.5 Section - ServiceS
 *      5.6 Section - Features
 *      5.7 Section - Teams
 *      5.8 Section - Price
 *      5.9 Section - Blog
 *      5.10 Section - Timeline
 *      5.11 Section - Testimonial
 *      5.12 Section - Clients
 *      5.13 Section - Video BG
 *      5.14 Section - Contact and Map
 * 6. - FOOTER
 *      6.1 Subscribe
 *      6.2 Social Media 
 * 7. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
/**
 * 1. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body,
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #2e2e2e;
  line-height: 25px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

section {
  overflow: hidden;
}

.item.col-md-3 {
  padding: 60px 20px;
}

.item.col-md-4 {
  padding: 60px 40px;
}

/* 1.2. TEXT COLOR */
.colored-text {
  color: #f27c11;
}

.text-muted {
  float: right;
  color: #939393;
}

/* 1.3. ANCHOR */
a {
  color: #f27c11;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
  color: #f27c11;
  outline: none;
  text-decoration: none;
}

/* 1.4. HEADING & PARAGRAPH */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
  font-weight: 600;
}

h4 {
  text-transform: uppercase;
}

h5 {
  font-size: 16px;
}

p {
  font-weight: 400;
}
.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}



.sky-bg {
    background: #4067b1;
   /* background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#007CB9));
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#75cbe7', endColorstr='#007CB9', GradientType=0);*/
    color: #fff;
}



.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid #4CAF50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	width:100%;
}

.caption-slider .carousel-indicators div {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators div:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 0
}

.caption-slider .carousel-indicators div.active:before {
    opacity: 1
}

.caption-slider .carousel-indicators div strong {
    display: block
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px
}

.caption-slider .button {
    margin-top: 30px
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1)
}

.caption-slider .caption-photo.two {
    margin-top: 20px
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}
.carousel-indicators .active {
    width: auto;
    height: auto;
    margin-left:0px;
    margin: 0;
    background: none;
    color: #fff;
	
}
.active-language{
	display:flex;
    /*border: 1px solid #fff;*/
    margin: 0;
    cursor: pointer;
}
.active-language a {
    display: block;
    height: 50px;
    text-align: center;
    width: 100%;
    padding-top: 15px;
}
.active-language img {
    vertical-align: top;
}
.active-language i{
	color: #fff;
    margin-left: 5px;
}
.language{width:62px;}
.language ul{
	display:none;
	padding-left: 11px;
    padding-bottom: 4px;
    background: #fff;
    list-style: none;
	position: absolute;
    width: 100%;
}
.language:hover ul{
	display:block;
}
.language:hover .active-language{
	/*background: #fff;*/
	
}
.language:hover .active-language i{color:#000;}
.products{margin-top:20px;}
.sky-bg span.divider{    background-color: #ffffff;}
.text-bold {
  font-weight: 500;
}
@media (min-width: 768px){
.navbar-right {    
    display: flex;
}
}
/*@media (max-width: 768px){
	.language{
		display: flex !important;
		margin-left: 11px;
		width:120px;
	}
	.language ul {
		display: none;
		padding-left: 0px;
		padding-bottom: 4px;
		background: #fff;
		list-style: none;
		position: relative;
		 width: auto; 
		margin-top: 7px;
	}
	.language ul li a{
		padding: 10px;
		position: relative;
		top: 3px;
	}
}*/
/**
 *  2. COMPONENTS
 *  -----------------------------------------------------------------------------
 */
/* 2.1. BUTTONS */
:focus {
  outline: none;
}

.btn.btn-custom {
  background-color: #73bf43;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 5px;
  padding: 8px 20px;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}

.btn.btn-custom:hover {
  background-color: #1373bf;
}

.btn.btn-custom.btn-wire {
  background-color: transparent;
  color: #f27c11;
  border: 1px solid #f27c11;
}

.btn.btn-custom.btn-wire:hover {
  background-color: #f27c11;
  color: #fff;
}

.btn.btn-custom > i {
  padding-right: 2px;
}

@media (max-width: 767px) {
  .btn.btn-custom.btn-lg {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.4;
  }
}

.btn.btn-custom.btn-circle {
  width: 48px;
  height: 48px;
  line-height: 46px;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
}

.btn.btn-custom.btn-circle.btn-lg {
  width: 54px;
  height: 54px;
  line-height: 52px;
}

.btn.btn-custom.btn-circle.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.btn-filter {
  text-align: center;
  margin-bottom: 30px;
}

.btn-filter .button {
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 3px;
  margin-right: 5px;
  transition: all 0.3s ease;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-filter .button.active {
  background-color: #333;
  color: #f27c11;
}

.btn-filter .button:hover {
  color: #ffffff !important;
  background-color: #f27c11;
  border-color: #f27c11;
}

/* 2.2. DIVIDER */
span.divider {
  display: block;
  margin: 20px auto;
  width: 100px;
  height: 2px;
  background-color: #4474d0;
}
body.no-scroll{
  overflow: hidden;
}
span.divider.center {
  margin-right: auto;
  margin-left: auto;
}

.section-title .divider {
  margin: 10px 0 35px;
}

/* 2.3. OVERLAY AND BG FIXED */
.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  display: block;
  content: "";
  background: #000000;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay .section-content {
  position: relative;
  z-index: 1;
}

/* Ecentura */
div.mfp-bg.my-mfp-zoom-in1.mfp-ready { position: fixed !important;}

.mfp-container { padding-top: 20px; }
.mfp-wrap.my-mfp-zoom-in1 { position: absolute;}

.mfp-bg.my-mfp-zoom-in1,.fsp-wrapper ,#popup-full{
  background-image: url("../img/popup-bg.jpg") !important;
  background-size: cover !important;
  opacity: 1;
}
.fancybox-skin{
  background-image: url("../img/popup-bg.jpg") !important;
  background-size: cover !important;
}
#popup-full.in{
  display: block;
}
.fsp-wrapper,.fancybox-skin,.fancybox-outer{
  height: 100% !important;
}
.mfp-close-btn-in .mfp-close,.fsp-close {
  color: #fff !important;
  position: fixed !important;
  font-size: 50px !important;
  right: 20px !important;
  top: 11px !important;
}
.close-popup{
  position: fixed !important;
  right: 20px !important;
  top: 11px !important;
  width:25px;
  height:25px;
  background: url(../img/close.png);
}
.popup-block-item { display: none;}
.my-mfp-zoom-in1.mfp-ready .popup-block-item { display: block; font-weight: 300;}
.fsp-wrapper .popup-block-item { display: block; font-weight: 300;}

.my-mfp-zoom-in1.mfp-ready .lef-block,
.my-mfp-zoom-in1.mfp-ready .right-block { padding: 0 50px;}
.my-mfp-zoom-in1.mfp-ready .lef-block { margin-bottom: 20px;}

.fsp-wrapper .lef-block,
.fsp-wrapper .right-block { padding: 0 50px;}
.fsp-wrapper .lef-block { margin-bottom: 20px;}
.popup-block-item{
  overflow: hidden;
  margin-top:40px
}
.my-mfp-zoom-in1.mfp-ready .col-right,.fsp-wrapper .col-right {
  padding: 25px 32px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.member-wrap.row {
  margin-bottom: 50px;
}
.fsp-content{
  width:100% !important;
  left:0 !important;
  margin-left:0 !important;
  top:0 !important;
  margin-top:0 !important;
  padding-top: 40px;
  padding-left: 8px;
  padding-right: 8px;
  height: auto !important;
}
.my-mfp-zoom-in1.mfp-ready .team-img { border: 1px solid #979696;}
.fsp-wrapper .team-img { border: 1px solid #979696;}
.my-mfp-zoom-in1.mfp-ready .member-info { text-align: center; color: #fff; font-size: 19px; margin-top: 22px;}
.fsp-wrapper .member-info { text-align: center; color: #fff; font-size: 19px; margin-top: 22px;}
.my-mfp-zoom-in1.mfp-ready .member-info .small { font-size: 12px;}
.fsp-wrapper .member-info .small { font-size: 12px;}
.my-mfp-zoom-in1.mfp-ready .popup-title,.fsp-wrapper .popup-title{
  color: #ff9c0f;
  font-size: 20px;
  margin-bottom: 11px;
}
.my-mfp-zoom-in1.mfp-ready .popup-content,.fsp-wrapper .popup-content{
  color: #ffffff;
}

/* 2.4. PRELOADER */
@keyframes preload-show-1 {
  from {
    transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-hide-1 {
  to {
    transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-cycle-1 {
  5% {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #3F51B5;
  }
  75%,
  10% {
    transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
    border-left-color: #2196F3;
  }
  80%,
  100% {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #3F51B5;
  }
}

@keyframes preload-show-2 {
  from {
    transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-hide-2 {
  to {
    transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-cycle-2 {
  10% {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #3F51B5;
  }
  70%,
  15% {
    transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
    border-left-color: #2196F3;
  }
  75%,
  100% {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #3F51B5;
  }
}

@keyframes preload-show-3 {
  from {
    transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-hide-3 {
  to {
    transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-cycle-3 {
  15% {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #3F51B5;
  }
  65%,
  20% {
    transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
    border-left-color: #2196F3;
  }
  70%,
  100% {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #3F51B5;
  }
}

@keyframes preload-show-4 {
  from {
    transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-hide-4 {
  to {
    transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-cycle-4 {
  20% {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
   border-left-color: #3F51B5;
  }
  60%,
  25% {
    transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
    border-left-color: #2196F3;
  }
  65%,
  100% {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #3F51B5;
  }
}

@keyframes preload-show-5 {
  from {
    transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-hide-5 {
  to {
    transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-cycle-5 {
  25% {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #307d33;
  }
  55%,
  30% {
    transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #3fd845;
  }
  60%,
  100% {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #307d33;
  }
}

@keyframes preload-show-6 {
  from {
    transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-hide-6 {
  to {
    transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f;
  }
}

@keyframes preload-cycle-6 {
  30% {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #307d33;
  }
  50%,
  35% {
    transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #3fd845;
  }
  55%,
  100% {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #307d33;
  }
}

@keyframes preload-flip {
  0% {
    transform: rotateY(0deg) rotateZ(-60deg);
  }
  100% {
    transform: rotateY(360deg) rotateZ(-60deg);
  }
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  display: block;
  width: 3.75em;
  height: 4.25em;
  margin-left: -1.875em;
  margin-top: -2.125em;
  transform-origin: center center;
  transform: rotateY(180deg) rotateZ(-60deg);
}

.preloader .slice {
  border-top: 1.125em solid transparent;
  border-right: none;
  border-bottom: 1em solid transparent;
  border-left: 1.875em solid #2196F3;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: left bottom;
  border-radius: 3px 3px 0 0;
}

.preloader .slice:nth-child(1) {
  transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.82s preload-hide-1 both 1;
}

.preloader .slice:nth-child(2) {
  transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.74s preload-hide-2 both 1;
}

.preloader .slice:nth-child(3) {
  transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.66s preload-hide-3 both 1;
}

.preloader .slice:nth-child(4) {
  transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.58s preload-hide-4 both 1;
}

.preloader .slice:nth-child(5) {
  transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.5s preload-hide-5 both 1;
}

.preloader .slice:nth-child(6) {
  transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.42s preload-hide-6 both 1;
}

.preloader.loading {
  animation: 2s preload-flip steps(2) infinite both;
}

.preloader.loading .slice:nth-child(1) {
  transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-1 linear infinite both;
}

.preloader.loading .slice:nth-child(2) {
  transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-2 linear infinite both;
}

.preloader.loading .slice:nth-child(3) {
  transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-3 linear infinite both;
}

.preloader.loading .slice:nth-child(4) {
  transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-4 linear infinite both;
}

.preloader.loading .slice:nth-child(5) {
  transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-5 linear infinite both;
}

.preloader.loading .slice:nth-child(6) {
  transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-6 linear infinite both;
}

.wrap-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 1031;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.loaded .wrap-preloader {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s 1s ease-out;
  transition: all 0.6s 1s ease-out;
}

/* 2.5. SKILLS METER */
.skills {
  margin-top: 40px;
  margin-bottom: 40px;
}

.skill-item {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}

.skill-item p {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}

.skill-item .text-muted {
  float: right;
  color: #939393;
}

.skill-item .skill-percent-wrap {
  height: 20px;
  clear: both;
  overflow: hidden;
  background-color: #f5f5f5;
}

.skill-item .skill-percent {
  background: #f27c11;
  width: 0;
  height: 20px;
  transition: width 4s;
  display: inline-block;
}

/* 2.6. BACKGROUND CHANGER */
.background-changer {
  visibility: hidden;
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 9;
  transform: translateX(-100%);
  transition: transform 0.5s;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 6px, rgba(0, 0, 0, 0.117647) 0 1px 4px;
}

.background-changer h5 {
  color: #2e2e2e;
}

.background-changer .colors {
  width: 126px;
  padding: 10px 10px 6px;
}

.background-changer .colors .maroon {
  background: #8A2D3C;
}

.background-changer .colors .blue {
  background: #41baf1;
}

.background-changer .colors .green {
  background: #2CC990;
}

.background-changer .colors .orange {
  background: #f27c11;
}

.background-changer .colors .yellow {
  background: #EEE657;
}

.background-changer .colors .purple {
  background: #897FBA;
}

.background-changer .colors .green1 {
  background: #97CE68;
}

.background-changer .colors .aqua {
  background: #008F95;
}

.background-changer .colors span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #eb6361;
  margin: 2px;
  cursor: pointer;
}

.background-changer.opened {
  transform: translateX(0%);
}

.background-changer .background-toggle {
  width: 126px;
  padding: 10px 10px 6px;
}

.background-changer .background-toggle span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 2px;
  cursor: pointer;
}

.background-changer .background-toggle .dark-bg {
  background: #0d0c0d;
}

.background-changer .background-toggle .light-bg {
  background: #ffffff;
  border: 1px solid #ccc;
}

.background-changer .layouts {
  padding: 15px;
}

.background-changer .layouts a {
  display: block;
  color: #2e2e2e;
}

.toggle {
  width: 36px;
  height: 36px;
  background: #f27c11;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 100%;
  cursor: pointer;
}

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

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

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

.toggle > i {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}

/* 2.7. BACK TO TOP BUTTON */
#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #100f0f;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  cursor: pointer;
}

#back-to-top i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f27c11;
}

.not-on-top #back-to-top {
  opacity: 1;
}

/**
 * 3. LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
.navbar-logo {
  padding: 0;
  float: left;
}

.navbar-logo .main-logo {
  height: 25px;
  margin: 10px 0;
}

.navbar-fixed-top li > a {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  white-space: nowrap;
}

.navbar-fixed-top li > a:hover {
  color: #6db340;
      font-weight: 500;
  background-color: transparent;
}

.navbar-fixed-top li > a:focus {
  background-color: transparent;
}

.navbar {
  background-color: #171717;
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.navbar .icon-bar {
  background-color: #f5f5f5;
  transition: all 0.2s;
}

.navbar .icon-bar.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar .icon-bar.middle-bar {
  opacity: 0;
}

.navbar .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar .collapsed .icon-bar.bottom-bar, .navbar .collapsed .icon-bar.top-bar {
  transform: rotate(0);
}

.navbar .collapsed .icon-bar.middle-bar {
  opacity: 1;
}

.nav li.active a {
	color: #2196F3;
    font-weight: 500;
}

.navbar-toggle {
  padding: 9px 0;
}

.navbar-transparent {
  background-color: transparent !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0 solid #f5f5f5;
}

.navbar-transparent .icon-bar {
  background-color: #f5f5f5;
}

/**
 * 4. HOME
 * -----------------------------------------------------------------------------
 */
/* 4.1 HERO */
.hero {
  position: relative;
  padding: 0;
  height: 100vh;
}

.hero-img {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/1200x800.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#creative .hero-img {
  background-image: url("../img/1200x800.jpg");
}

.hero-text {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 0 15px;
}

.hero-text .btn {
  margin-top: 30px;
  color: #fff;
}

.hero-text h1 {
  font-weight: 300;
}

.hero-text span {
  font-weight: 900;
  color: #2196F3;
}

.hero-text .customHeaderPrefix {
  font-weight: 300;
  color: #fff;
}

.hero-text .customHeaderSuffix {
  font-weight: 300;
  color: #fff;
}

.jumbotron p {
  line-height: 1.6;
  font-weight: 300;
  font-size: 20px;
}

/* 4.2. SLIDESHOW */
.slideshow {
  height: 100vh;
}

.slideshow .item-slider,
.slideshow .owl-item,
.slideshow .owl-stage,
.slideshow .owl-stage-outer {
  height: 100%;
}

.slideshow .item-slider:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.8;
}

.slideshow .owl-nav > div {
  margin: 0 30px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slideshow .owl-nav > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.slideshow .owl-nav > div:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slideshow .owl-nav > div:hover .icon-nav-slider {
  opacity: 1;
}

.slideshow .owl-nav > div:hover .icon-nav-slider::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.slideshow .owl-nav > div:hover .icon-nav-slider::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.slideshow .owl-nav > div:hover .icon-nav-slider::after,
.slideshow .owl-nav > div:hover .icon-nav-slider::before {
  background: #333;
}

.slideshow .owl-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  clear: both;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slideshow .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.owl-dot span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.owl-dot.active > span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white;
}

.icon-nav-slider {
  position: relative;
  display: block;
  margin: 10% 0 0 10%;
  width: 80%;
  height: 80%;
  cursor: pointer;
  opacity: .2;
}

.icon-nav-slider::before {
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.icon-nav-slider::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.icon-nav-slider::after, .icon-nav-slider::before {
  position: absolute;
  left: 25%;
  width: 3px;
  height: 50%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-next {
  right: 0;
}

.owl-next .icon-nav-slider {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 4.3. TEXT TYPING */
.word-typing {
  display: inline-block;
  position: relative;
  text-align: left;
}

.headline-typing.type .word-typing {
  vertical-align: top;
}

.headline-typing.type .word-typing::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #2196F3;
}

.headline-typing.type .word-typing.waiting::after, .headline-typing.type .word-typing::after {
  -webkit-animation: pulse-anim 1s infinite;
  -moz-animation: pulse-anim 1s infinite;
  animation: pulse-anim 1s infinite;
}

.headline-typing.type .word-typing.selected, .headline-typing.type .word-typing.waiting::after, .headline-typing.type .word-typing::after {
  background-color: #2196F3;
}

.headline-typing.type .word-typing.selected::after {
  visibility: hidden;
}

.headline-typing.type .word-typing.selected b {
  color: #fff;
}

.headline-typing.type.type b {
  visibility: hidden;
}

.headline-typing.type.type b.is-visible {
  visibility: visible;
}

.headline-typing.type.type i {
  position: absolute;
  visibility: hidden;
}

.headline-typing.type.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes pulse-anim {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@-moz-keyframes pulse-anim {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@keyframes pulse-anim {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

/* 4.4. APP HERO */
.app-text {
  position: absolute;
  text-align: left;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0 15px;
}

.app-text h1 {
  font-weight: 300;
  font-size: 50px;
}

.app-text span {
  font-weight: 900;
  color: #f27c11;
}

.app-text .btn {
  margin-top: 30px;
  color: #0d0d0d;
}

.app-img {
  z-index: 1;
  overflow: hidden;
}

.app-img img {
  bottom: -50px;
  left: -50px;
}

.app-showcase {
  overflow: hidden;
}

.vendor-icon {
  margin: 30px 0;
}

.vendor-icon a > i {
  padding: 10px;
  color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.vendor-icon a:hover > i {
  color: #f27c11;
}

/**
 * 5. SECTION
 * -----------------------------------------------------------------------------
 */
.section-content {
  padding: 80px 0;
}

.container-fluid .section-content {
  padding-bottom: 0;
}

.section-title {
  text-align: center;
  position: relative;
}

.section-title h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 40px;
}

.section-title h2 span {
  font-weight: 900;
}

.section-title .section-subtitle {
  text-transform: uppercase;
}

/* 5.1. SECTION - PROFILE */
#profile img {
  max-height: 300px;
  margin-bottom: 30px;
}

#profile .profile-detail p {
  margin-bottom: 20px;
}

/* 5.2. SECTION - COUNTER */
#counter {
  position: relative;
  background-image: url("../img/1200x8002.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.counter-item {
  text-align: center;
  z-index: 1;
  color: #fff;
}

.counter-item > i {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #f27c11;
}

.counter-item .number {
  font-size: 60px;
  font-weight: 700;
  display: block;
  margin: 40px 0;
}

.counter-item h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
}

/* 5.3. SECTION - PROFILE-2 */
#profile-2 {
  background-color: #f5f5f5;
}

#tabs-wrap {
  overflow: hidden;
  margin: 80px 0;
}

#tabs-wrap .nav-tabs {
  border-bottom: 0;
}

#tabs-wrap .divider {
  margin: 20px 0;
}

#tabs-wrap .nav-tabs > li {
  float: none;
  position: relative;
  text-align: left;
}

#tabs-wrap .nav-tabs > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#333), to(transparent));
  background-image: -webkit-linear-gradient(left, #333, transparent);
  background-image: -moz-linear-gradient(left, #333, transparent);
  background-image: -o-linear-gradient(left, #333, transparent);
}

#tabs-wrap .nav-tabs > li i {
  margin-right: 10px;
  width: 15px;
  text-align: center;
}

#tabs-wrap .nav-tabs > li > a {
  border-radius: 0;
  color: #333;
  margin: 0;
  border: 0;
  font-weight: 600;
}

#tabs-wrap .nav-tabs > li > a:hover {
  background-color: #333333;
  color: #f27c11;
}

#tabs-wrap .nav-tabs > li.active > a {
  background-color: #333333;
  color: #f27c11;
}

#tabs-wrap .nav-tabs > li.active > a,
#tabs-wrap .nav-tabs > li.active > a:focus,
#tabs-wrap .nav-tabs > li.active > a:hover {
  border: 0;
}

.btn-profile-2 {
  text-align: center;
}

.tab-content {
  padding-left: 0;
}

/* 5.4. SECTION - PORTFOLIOS */
.grid-portfolio {
  overflow: hidden;
}

.grid-item {
  position: relative;
  float: left;
  width: 25%;
  height: 320px;
  overflow: hidden;
}

.grid-item .grid-item-wrapper {
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .grid-item .grid-item {
    width: 100%;
  }

  .mfp-close-btn-in .mfp-close {
    right: 0;
  }
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-item:after {
  position: absolute;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.grid-item:hover .grid-link,
.grid-item:hover .grid-title {
  top: 50%;
  z-index: 1;
}

.grid-item:hover:after {
  opacity: 1;
}

.grid-item-height {
  height: 640px;
}

.grid-link {
  position: absolute;
  top: -50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 48px;
  transition: all 0.3s ease-in-out;
}

.grid-link i {
  vertical-align: middle;
  transition: 0.2s all ease-in-out;
}

.grid-link > a {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #333;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
}

.grid-link > a:hover i {
  transform: scale(1.1);
}

.grid-link .ext-link {
  left: 50%;
}

.grid-title {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-top: 48px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.grid-wrapper {
  position: relative;
}

/* 5.5. SECTION - SERVICES */
.benefit-item {
  text-align: center;
}

.benefit-item i {
  display: block;
  font-size: 45px;
  color: #2196F3;
  margin-bottom: 30px;
}

.benefit-item h5 {
  text-transform: uppercase;
  font-weight: 500;
}

/* 5.6. SECTION - FEATURES */
#features {
  background-color: #f5f5f5;
}

#features .section-content {
  padding-bottom: 0;
}

.feature-item {
  text-align: center;
}

.feature-item i {
  display: block;
  font-size: 45px;
  color: #f27c11;
  margin-bottom: 30px;
}

.feature-item h5 {
  text-transform: uppercase;
  font-weight: 500;
}

.panel-holder {
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
  overflow: hidden;
}

.panel {
  border: 1px solid transparent;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

.panel .panel-title {
  font-size: 18px;
}

.panel-title > a {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 15px;
  text-transform: uppercase;
}

.panel-title > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in-out;
  position: absolute;
  right: 15px;
  color: #f27c11;
}

.panel-title > a[aria-expanded=false]:after {
  content: "\f067";
}

.panel-title > a[aria-expanded=true]:after {
  content: "\f068";
}

.panel-default > .panel-heading {
  border-color: #939393;
  padding: 0;
  background-color: #fff;
}

.over-hide {
  overflow: hidden;
}

.parallax-showcase {
  position: relative;
  min-height: 400px;
}

.parallax-showcase img {
  position: absolute;
}

/* 5.7. SECTION - TEAMS */
.team-holder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-col-md-3 {
  width: 16.66666%;
}

.team-img-wrapper {
  position: relative;
  border-radius: 50%;
}

.team-img-wrapper:hover .team-img:after {
  opacity: 0.7;
}

.team-img-wrapper:hover .team-img-link {
  bottom: 50%;
  opacity: 1;
}

.team-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5f5;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-img:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f27c11;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.team-img-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.team-img-link i {
  font-size: 26px;
  margin: 0 5px;
  color: #fff;
}

.team-caption {
  margin-top: 40px;
  text-align: center;
}

/* 5.8. SECTION - PRICE */
#price {
  position: relative;
  color: #fff;
  background-image: url("../img/1200x800.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#price .btn-custom {
  border-radius: 15px;
  padding: 6px 20px;
  color: #2e2e2e;
  margin-right: 0;
}

.price-holder {
  padding-bottom: 60px;
}

.price-item {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.price-item:hover {
  border: 1px solid #f27c11;
}

.price-title {
  color: #f27c11;
}

.price-list {
  padding-left: 0;
}

.price-list li {
  list-style-type: none;
}

.price-amount {
  margin: 40px 0;
}

.price-amount span {
  vertical-align: top;
  line-height: 3;
}

.price-amount h2 {
  font-family: "Lato", sans-serif;
  display: inline-block;
  color: #f27c11;
  margin: 0;
  font-size: 80px;
  line-height: 1;
  vertical-align: top;
}

/* 5.9. SECTION - BLOG */
.blog-item {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.blog-item:hover {
  box-shadow: 0 5px 15px -5px #333;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
}

.blog-item-wrapper {
  margin-bottom: 30px;
}

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-title h3 {
  color: #2e2e2e;
}

.blog-text {
  padding: 15px;
}

.blog-tag {
  color: #f27c11;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.blog-meta {
  color: #939393;
}

.blog-meta p {
  display: inline-block;
  font-size: 14px;
}

.blog-meta a {
  color: #939393;
}

.blog-author {
  display: inline-block;
  color: #939393;
}

.blog-author p {
  font-size: 14px;
}

.blog-share-wrapper {
  float: right;
  display: inline-block;
  margin: 0 -5px;
}

.blog-share-wrapper .blog-share {
  padding: 0 5px;
  cursor: pointer;
}

/* 5.10. SECTION - TIMELINE */
#timeline {
  background-color: #f5f5f5;
}

.timeline-wrapper {
  position: relative;
  clear: both;
  overflow: hidden;
}

.timeline-wrapper:nth-of-type(odd) .timeline-item {
  padding-left: 100px;
  padding-right: 0;
  padding-bottom: 50px;
  float: right;
}

.timeline-wrapper:nth-of-type(odd) .timeline-box:after {
  left: -20px;
  right: auto;
  border-color: transparent;
  text-align: left;
  border-right: 10px solid #fff;
  border-left-color: transparent !important;
}

.timeline-wrapper:nth-of-type(odd) .timeline-icon {
  right: auto;
  left: -32px;
}

.timeline-wrapper:nth-of-type(odd) .timeline-year {
  text-align: right;
  right: 140%;
  left: auto;
}

.timeline-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  height: 100%;
  width: 4px;
  background: #939393;
  opacity: 0.5;
}

.timeline-item {
  padding-right: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.timeline-year {
  top: 40px;
  position: absolute;
  width: 100%;
  left: 140%;
}

.timeline-year > * {
  margin: 0;
}

.timeline-icon {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  right: -28px;
  top: 72px;
  z-index: 9;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.timeline-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-icon:hover {
  color: #f27c11;
  border: 2px solid #f27c11;
  transform: translateY(-6px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.timeline-box {
  background-color: #fff;
  padding: 15px;
  position: relative;
}

.timeline-box h3,
.timeline-box h5 {
  text-transform: capitalize;
}

.timeline-box:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 40px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}

.timeline-box:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.timeline-box:hover + .timeline-icon {
  color: #f27c11;
  border: 2px solid #f27c11;
  transform: translateY(-6px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.timeline-box {
  background-color: #fff;
  padding: 15px;
}

/* 5.11. SECTION - TESTIMONIAL */
#testimonial {
  background-image: url("../img/1200x8002.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}

.testi-content {
  text-align: center;
}

.testi-content .testi-text {
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  padding: 30px 60px;
  font-size: 32px;
}

.testi-content .testi-author {
  font-weight: 500;
}

.testi-content .testi-desc span {
  color: #f27c11;
  font-weight: bold;
}

.testi-content .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  bottom: -50px;
}

.testi-content .owl-nav {
  display: none;
}

/* 5.12. SECTION - CLIENTS */
.client-slider .owl-next,
.client-slider .owl-prev {
  margin: 0;
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.client-slider .owl-prev {
  left: -30px;
}

.client-slider .owl-next {
  right: -30px;
}

.client-slider .owl-nav .fa {
  font-size: 24px;
  transition: 0.3s all ease;
}

.client-slider .owl-nav .fa:hover {
  transform: scale(1.2);
  color: #f27c11;
}

/* 5.13. SECTION - VIDEO BG */
#video.overlay:after {
  opacity: .4;
}

#video:before {
  background: url(../img/raster.html) repeat;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
}

.video-holder {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.video-holder video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.touch .video-holder {
  background: url("../img/1200x800.jpg") center center no-repeat;
  background-size: cover;
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
}

.video-content h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
}

.video-content h2 span {
  color: #f27c11;
  font-weight: 600;
}

.video-content p {
  margin-bottom: 30px;
}

.video-content .btn {
  color: #0d0d0d;
}

.video-wrap {
  height: 100%;
}

/* 5.14. SECTION - CONTACT & MAP */
.contact-info-item {
  text-align: center;
}

.contact-info-item i {
  color: #c3c3c3;
  margin-bottom: 20px;
}
.contact-info-item h4{font-weight:500;color: #dadada;}
.contact-info-item p{font-weight:500;color: #dadada;}
.image-fintech img{
	border: 1px solid #d0d0d0;
    padding: 2px;
}
#map {
  height: 400px;
}

#contact-info {
  background-image: url("../img/1200x8003.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
}

#contact-form input {
  height: 38px;
}

#contact-form .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #939393;
}

#contact-form .btn {
  color: #0d0d0d;
}

#contact-form form label.error {
  font-family: "Lato";
  font-weight: 400;
  color: #f27c11;
  font-size: 14px;
  margin-bottom: 20px;
}

.notif-box {
  position: fixed;
  top: 0;
  padding: 15px;
  width: 100%;
  z-index: 9999;
  font-size: 18px;
  line-height: 1.6;
  transform: translateY(-100%);
  transition: all .3s ease-in-out;
}

.notif-box.show-up {
  transform: translateY(0%);
}

.notif-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
}

#success-notification,
#subscribe-success-notification {
  background-color: #41baf1;
}

#success-notification .notif-icon,
#subscribe-success-notification .notif-icon {
  background-color: #29b1ef;
}

#error-notification,
#subscribe-error-notification {
  background-color: #b80d07;
}

#error-notification .notif-icon,
#subscribe-error-notification .notif-icon {
  background-color: #9f0b06;
}

.notification-close {
  float: right;
  cursor: pointer;
}

.notif-box > * {
  display: inline-block;
  margin: 0;
  color: #fff;
  line-height: inherit;
}

.notif-box > p {
  padding-left: 45px;
}

/**
 * 6. FOOTER
 * -----------------------------------------------------------------------------
 */
footer {
background-color: #f2f2f2;
    color: #2d2d2d;
}

footer .section-content {
  padding-bottom: 10px;
  padding-top:15px;
}

#footer-copyright p {
  font-weight: 400;
  font-size: 14px;
}

#footer-copyright span {
  color: #2866da;
}

/* 6.1. SUBSCRIBE */
.subscribe-title {
  text-transform: uppercase;
}

#subscribe {
  width: 50%;
  margin: 15px auto;
}

#subscribe .form-control {
  height: 38px;
  width: 75%;
  display: inline-block;
}

#subscribe .btn {
  color: #0d0d0d;
}

/* 6.2. SOCIAL MEDIA */
#footer-socials ul {
  padding: 0;
}

#footer-socials ul > li {
  display: inline-block;
}

.social-link {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
    background: #403f3f;
    border-radius: 4px;
}
a.social-link.face:hover{
	color: #ffffff;
    outline: none;
    text-decoration: none;
    background: #4067b1;
}
a.social-link.youtube:hover{
	color: #ffffff;
    outline: none;
    text-decoration: none;
    background: #ff0000;
}
.our-work-item{
  min-height: 550px;
  background: #272626;
}
.sma-content{
  background: url(../img/sma.jpg);
  background-position: center;
}
.mobile-content{
  background: url(../img/mobile.jpg);
  background-position: center;
}
.portal-content{
  background: url(../img/portal.jpg);
  background-position: center;
}
.service-content{
  background: url(../img/mobile-2.jpg);
  background-position: center;
}
.content-item{
      width: 90%;
    margin: 0 auto;
    margin-top: 32%;
    background: #2d2d2d;
    opacity: 0.9;
    color: #fff;
    padding: 20px 10px;
}
.sma-content .content-item{
	background: #009688;
}
.mobile-content .content-item{
      background: #2e72a9;
}
.portal-content .content-item{
     background: #b36a00;
/*    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;    
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	*/  
}
.content-item:before{
	/*content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f1f1f;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	*/
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*.portal-content:hover .content-item:before,.sma-content:hover .content-item:before,
.service-content:hover .content-item:before,.mobile-content:hover .content-item:before{
	    -webkit-transform: scale(1);
    transform: scale(1);
}*/

.our-work-item:hover .content-item:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-content .content-item{
      background: #056305dd;
}
/**
 * 7. RESPONSIVE
 * -----------------------------------------------------------------------------
 */
 @media (max-width: 990px) {
  .content-item{
    margin-top: 0;
    padding: 30px 10px;
  }
  .our-work-item{
     padding-top: 15%;
  }
 }
@media (max-width: 1024px) {
  /* Nav */
  .navbar-nav > li > a {
    font-size: 13px;
  }
  #profile-2 .tab-content-img,
  #profile-2 .tab-content-text {
    margin: 30px 0;
  }
  #profile-2 .tab-content-img {
    text-align: center;
  }
  .btn-filter .button:hover {
    background-color: #333;
    color: #f27c11 !important;
  }
  #tabs-wrap {
    margin: 0;
  }
  .panel-img {
    margin: 30px 0;
  }
  /* Pricing */
  .price-item {
    margin-bottom: 20px;
  }
  .price-amount h2 {
    font-size: 60px !important;
  }
  /* Blog */
  .blog-item-wrapper {
    margin-bottom: 20px;
  }
  /* Footer */
  footer .section-content {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .hero-img {
    height: 100vh;
  }
  .hero-text {
    padding: 0 100px;
  }
  /* App theme hero */
  .app-img,
  .app-text-wrap {
    height: 100vh;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .timeline-year {
    left: 152%;
  }
  .timeline-wrapper:nth-of-type(odd) .timeline-year {
    right: 152%;
  }
  #subscribe {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .item.col-md-4 {
    padding: 30px 15px;
  }
}

@media (max-width: 992px) {
  .app-layout .hero {
    height: 100%;
  }
  .hero {
    padding-top: 55px;
  }
  /* Features */
  #features .section-content {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .grid-item {
    width: 50%;
    height: auto;
  }
  #subscribe {
    width: 100%;
  }
  /* Client Slider */
  .client-slider .owl-prev {
    left: -10px;
  }
  .client-slider .owl-next {
    right: -10px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .navbar-nav {
    height: 200px;
    overflow: scroll;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 28px !important;
    line-height: 1.4;
  }
  p {
    font-size: 16px;
  }
  /* Navbar */
  .navbar-logo {
    margin-left: 15px;
  }
  .navbar-transparent {
    background-color: #171717 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .icon-nav-slider {
    display: none;
  }
  .counter-item {
    margin-bottom: 60px;
  }
  /* Timeline */
  .timeline-item {
    padding-right: 15px;
    margin-left: 65px;
    padding-top: 20px;
  }
  .timeline-holder:before {
    left: 37px;
  }
  .timeline-icon {
    left: -60px;
    right: auto;
    top: 42px;
  }
  .timeline-year {
    position: relative;
    top: 0;
    left: 0;
  }
  .timeline-box:after {
    left: -20px;
    right: auto;
    border-color: transparent;
    text-align: left;
    border-right: 10px solid #fff;
    border-left-color: transparent !important;
  }
  .timeline-wrapper :nth-of-type(odd) .timeline-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 65px;
    float: none;
  }
  .timeline-wrapper :nth-of-type(odd) .timeline-icon {
    left: -60px;
    right: auto;
  }
  .timeline-wrapper :nth-of-type(odd) .timeline-year {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
  }
  /* Video */
  .video-content {
    width: 100%;
  }
  /* Contact */
  #subscribe .form-control {
    margin-bottom: 10px;
  }
  /* App Theme hero */
  .app-img,
  .app-text-wrap {
    min-height: 600px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .hero,
  .slideshow {
    min-height: 450px;
    margin-top: 55px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.6;
  }
  /* Parallax */
  .parallax-showcase {
    min-height: 100%;
  }
  .parallax-showcase img {
    position: relative;
  }
  /* Profile */
  #profile-2 .tab-content,
  #profile-2 .tab-content-text {
    padding: 0;
  }
  /* Client */
  .client-slider .owl-prev {
    left: 0;
  }
  .client-slider .owl-next {
    right: 0;
  }
  .client-item {
    padding: 0 15px;
  }
  /* Toggle */
  .toggle {
    top: 0;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.6;
  }
  h2 {
    font-size: 28px !important;
    line-height: 1.4;
  }
  p {
    font-size: 16px;
  }
  .section-title .divider {
    margin: 10px 0 20px;
  }
  .section-title h2 {
    line-height: 1.6;
  }
  .item.col-md-4 {
    padding: 30px 15px;
  }
  /* Profile-2 */
  #profile-2 .btn-profile-2 > .btn {
    min-width: 210px;
    margin: 5px 0;
  }
  /* Portfolio */
  .btn-filter .button {
    margin: 0 2px 6px !important;
  }
  .grid-item {
    width: 100%;
  }
  .item.col-md-3 {
    padding: 30px 15px;
  }
  /* Features: collapsable menu */
  .panel-title > a {
    padding: 15px 20px 15px 15px;
  }
  .panel-title > a:after {
    right: 5px;
    top: 20px;
  }
  /* Services */
  .panel-img {
    margin: 30px 0;
  }
  .panel-title > a {
    line-height: 1.6;
  }
  /* Address */
  .contact-info-item {
    margin-bottom: 30px;
  }
  #subscribe .form-control {
    width: 100%;
  }
  #subscribe {
    width: 100%;
  }
}

/* CSS cho phan profile-2 */
#profile-footer{
	text-align: center;
}
#profile-footer h3{
	font-weight:500;
	line-height:40px;
}
.content-profile-2 ul{
	    list-style: none;
    margin-bottom: 42px;
    text-align: center;
	padding:0px;
}
.content-profile-2 ul li{
	padding: 10px 0px;
	font-size:20px;
}
.content-profile-2 ul li p{
	display: inline;
}
.content-item-profile{display:none;}
.content-profile-2 ul li i{
	margin-right: 15px;
}
#profile-2{min-height:500px;}

.skill-item .skill-percent {
    background-color: #73bf43;
}
#back-to-top i {
    color: #fff;
}
.btn.btn-custom {
    border-radius: 25px;
}


