@import url('bootstrap.min.css');
@import url('animate.css');
/* ---------------------------
    - General Styles
--------------------------- */
.full-height, .full-height body {
	height: 100%;
}
body {
	background: #f0f4f7;
	color: #7e8596;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
    line-height: 24px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/* ---------------------------
    - Typography
--------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #2a2f46;
}
h1 {
    font-size: 46px;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 24px;
}
h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 38px;
    margin-bottom: 24px;
}
h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 28px;
    margin-bottom: 24px;
}
h5 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 26px;
    margin-bottom: 24px;
}
h6 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 24px;
}
a {
	color: #07798e;
	transition: color .3s ease;
}
a:hover {
	color: #07798e;
	text-decoration: underline;
}
a:focus {
	outline: none;
	text-decoration: none;
}

blockquote {
	border-left: 6px solid #07798e;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 32px;
	margin: 24px 0;
	padding: 10px 20px 10px 50px;
	position: relative;
}
blockquote:before {
	content: "";
	border-left: 2px solid #07798e;
	height: 100%;
	position: absolute;
	top: 0;
	left: 4px;
}	
img {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
input[type="text"], input[type="email"] {
	-webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
button:focus {
	outline: none;
}
.text-bold {
	font-weight: 600;
}
.text-white {
	color: #fff;
}
.text-dark {
    color: #2a2f46;
}

::-moz-selection { background: #858b9b; color: #fff; }
	 ::selection { background: #858b9b; color: #fff; }

::-webkit-input-placeholder {color:#7e8596;}
         ::-moz-placeholder {color:#7e8596;}
          :-moz-placeholder {color:#7e8596;}
     :-ms-input-placeholder {color:#7e8596;}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #07798e;
}

	 
/* Button */
.btn {
	background-color: transparent;
	border: 2px solid #07798e;
	border-radius: 2px;
	color: #07798e;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	padding: 8px 30px;
	position: relative;
	overflow: hidden;
	transition: background .6s ease, border .6s ease, color .6s ease;
}
.btn i {
    margin-left: 20px;
}
.btn:hover,
.btn:focus {
	background: #4c5af3;
	border-color: #4c5af3;
    color: #fff;
}
.btn:focus {
	box-shadow: none;
    outline: none;
}
.btn-blue {
	background: #07798e;
	border-color: #07798e;
	color: #fff;
}
.btn-blue:hover {
	background: #3a52f4;
	border-color: #3a52f4;
    color: #fff;
}
.btn-no-fill {
	background: transparent;
    color: #7e8596;	
}
.btn-no-fill:hover {
	background: transparent;
    color: #07798e;
}
.btn-no-fill:focus {
	border-color: #07798e;
    color: #07798e;	
}
.btn-no-fill-black,
.btn-no-fill-black:focus {
	border-color: #2a2f46;
	color: #2a2f46;
}
.btn-no-fill-black:hover {
	background: #2a2f46;
	border-color: #2a2f46;
    color: #fff;
}
.btn-no-fill-white,
.btn-no-fill-white:focus {
	border-color: #fff;
	color: #fff;
}
.btn-no-fill-white:hover {
	background: #fff;
	border-color: #fff;
    color: #2a2f46;
}
.btn-small {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	padding: 4px 28px;
}
.btn-big {
	border-width: 2px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 14px 60px;
}
.btn-big:hover {
	border-width: 2px;
}
.btn-white {
	background: #fff;
	border-color: #fff;
	color: #2a2f46;
}
.btn-white:hover,
.btn-white:focus {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-load {
	background-color: transparent;
	font-weight: 400;
	margin-top: 100px;
	padding: 15px 60px;
}
.btn-full {
	width: 100%;
}
.btn-no-radius {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: default;
	opacity: 1;
}
.btn.disabled:focus, .btn[disabled]:focus, fieldset[disabled] .btn:focus {
	outline: none;
}

/* Form */
.form-control-style {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #7e8596;
	border-radius: 0;
	box-shadow: none;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.form-control-style:focus {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #2a2f46;
	border-radius: 0;
	box-shadow: none;
	color:#2a2f46;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
textarea.form-control-style {
	padding-top: 20px;
	padding-bottom: 20px;
	resize: none;
	-ms-overflow-style: none;
}

.has-error .form-control,
.has-error .form-control:focus {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #f16468;
	color: #f16468;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;	
}

.form-control-style::-webkit-input-placeholder {color:#7e8596;}
.form-control-style::-moz-placeholder {color:#7e8596;}
.form-control-style:-moz-placeholder {color:#7e8596;}
.form-control-style:-ms-input-placeholder {color:#7e8596;}

.form-control-style:focus::-webkit-input-placeholder {color:#2a2f46;}
.form-control-style:focus::-moz-placeholder {color:#2a2f46;}
.form-control-style:focus:-moz-placeholder {color:#2a2f46;}
.form-control-style:focus:-ms-input-placeholder {color:#2a2f46;}

/* ---------------------------
    - Loading
--------------------------- */
.loading {
  background: #fff;
  color: #2a2f46;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 100;
}
.preloader {
   position:absolute;	
   top: 50%;
   left: 50%;
   width:80px;
   height:80px;
   margin-top: -40px;
   margin-left: -40px;   
}
.preloader .rippling-1,
.preloader .rippling-2 {
   position:absolute;
   width:80px;
   height:80px;
   border-radius:100%;
   background:#07798e;
   animation:preloader 1.6s linear infinite;
}
.preloader .rippling-2 {
   animation-delay:-0.8s;
}
@keyframes preloader {
   0% {transform: scale(0, 0);opacity:1;}
   100% {transform: scale(1, 1);opacity:0;}
}

/* ---------------------------
    - Base Header
--------------------------- */
.base-header {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	transition: all 0.5s;
}
.base-header.affix {
	background-color: rgba(255,255,255,1.0);
	box-shadow: 0 0 10px rgba(81,61,174,0.10);
	position: fixed;
}
.static-header {
	position: relative;
}
.sticky {
	top: -71px;
}
.header-v2.sticky {
	top: 0;
}
.sticky .logo {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
}
.sticky .main-nav {
	border-width: 0;
}
.sticky .main-nav .navbar-nav > li > a {
	padding: 20px 0;
}
.sticky .main-nav-v2 .navbar-nav > li > a {
	padding: 31px 0;
}
.sticky .main-nav-v2 .navbar-brand {
	width: 48px;
}

/* Logo */
.logo {
	margin: 0 auto;
	margin-top: -12px;
	position: relative;
	top: 20px;
	opacity: 1;
	text-align: center;
	z-index: 1;
	transition: all .6s ease-in-out;
}
.logo a {
	background-color: #fff;
    float: none;	
}	
.logo img {
	display: inline-block;
	width: 82px;
}

/* Button Header */
.btn-header {
    padding-top: 33px;
	padding-bottom: 33px;
}
.btn-header .btn {
    margin-right: 20px;	
}
.btn-header .btn-no-fill {
    margin-right: 0;
}

/* Main Nav */
.main-nav {
	border: 0;
	border-radius: 0;
	min-height: 0;
	margin: 0;
	text-transform: uppercase;
}
.navbar-brand {
	padding: 0;
	display: inline-block;
	height: auto;
}
.header-v1 .navbar-collapse {
	border-top: 1px solid #e0e7ed;
}
.navbar-header .navbar-toggle {
	margin: 30px 0;
	padding: 0;
}
.main-nav .navbar-nav > li > a,
.main-nav .navbar-nav .open .dropdown-menu > li > a {
	color: #2a2f46;
}
.main-nav .navbar-nav > li {
	padding-left: 20px;
	padding-right: 20px;
}
.main-nav .navbar-nav > li:first-child {
	padding-left: 0;
}
.main-nav .navbar-nav > li:last-child {
	padding-right: 0;
}
.main-nav .navbar-nav > li > a {
	padding: 25px 0;
	transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.main-nav .navbar-nav > li > a:hover,
.main-nav .navbar-nav > li > a:focus,
.main-nav .navbar-nav > .open > a,
.main-nav .navbar-nav .nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.main-nav .navbar-nav .open .dropdown-menu > li > a:hover,
.main-nav .navbar-nav > li > a.dropdown-toggle:focus {
	background: transparent;
	color: #07798e;
}
.main-nav .dropdown-toggle i {
	margin-left: 8px;
	transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.main-nav .dropdown.current i {
    transform: rotate(-180deg);
}
.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #2a2f46;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  background-color: #07798e;
}
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1){
  transform: translateY(10px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
}

/* Main Nav 2 */
.main-nav-v2 .navbar-brand {
	height: auto;
	width: 64px;
	margin-top: 18px;
	transition: all .4s ease;
}
.main-nav-v2 .navbar-nav > li > a {
	padding: 40px 0;
}

/* Dropdown */
.main-nav .navbar-nav .dropdown .dropdown-menu {
    background-color: #fff;
    border: 0;
    border-top: 0px solid #fff;
    border-radius: 0;
    box-shadow: 0 6px 10px rgba(81,61,174,0.16);
	display: block;
	min-width: 260px;
    padding: 10px 0;
    margin: 0;
	opacity: 0;
	visibility:hidden;
	transform: translate3d(0, 20px, 0);
	transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.main-nav .navbar-nav .dropdown:hover .dropdown-menu {
    visibility:visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.main-nav .dropdown-menu a {
	padding: 8px 23px;
	position: relative;
}	
.main-nav .dropdown-menu li:last-child a {
    border-bottom: 0;
}
.main-nav .dropdown-menu a:hover {
	background: transparent;
	color: #07798e;
}
.main-nav .dropdown-menu a::before {
    content:"";
	position: absolute;
	border-left: 4px solid #07798e;
	height: 100%;
	opacity: 1;
	width: 4px;
	left: 0;
	top: 0;	
	opacity: 0;
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.main-nav .dropdown-menu a:hover::before {
	opacity: 1;
}	
.dropdown-menu.animated {
  /* Speed up animations */
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

/* ---------------------------
    - Slider
--------------------------- */
/* Static */ 
.main-slider {
    background-size: cover;
	position: relative;
}
.main-slider-yellow {
	background-color: #fee176;
	background-image: url(../images/clouds.svg);
}
.main-slider-blue {
	background-color: #89daf6;
	background-image: url(../images/clouds-blue.svg);
}
.main-slider-black {
	background-color: #31364c;
	background-image: url(../images/bg-stars.svg);
}
.main-slider-image {
	background-image: url(../images/bg-header.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
.touch .main-slider-image {
	background-attachment: scroll;
}
.main-slider-image:before,
.image-slider:before {
	content: "";
	background-color: rgba(49,54,76,0.6);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.main-slider-image .heading,
.main-slider.carousel .heading {
	font-weight: 300;
	margin-top: 0;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* Slider */
.main-slider.carousel {
	height: 100%;
}
.image-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* Indicators */
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 4px;
    background-color: #fff;
    opacity: 1;
}
.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 4px;
    text-indent: -999px;
    cursor: pointer;
    border: 4px solid #fff;
    border-radius: 10px;
    opacity: .8;
}

.main-slider-static .row {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}	
.main-slider h1 {
	font-size: 54px;
	font-weight: 600;
	line-height: 66px;
	margin-top: 110px;
    text-transform: uppercase;
}	
.slogan {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
.btn-group-slider {
    margin: 30px 0;
}
.btn-group-slider .btn {
	border-width: 2px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-right: 26px;
	padding: 8px 28px;
}
.btn-group-slider .btn:last-child {
	margin-right: 0;
}
.animation-angle-right {
    -webkit-animation: animation-angle-right linear 1.4s infinite both;
            animation: animation-angle-right linear 1.4s infinite both;	
}
.main-slider .vertical-center {
	padding-top: 200px;	
}
.vertical-center {
	display: table;
	height: 100%;
	position: absolute;
	overflow: hidden;
	width:100%;
}
.vertical-center .row {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.btn-arrow-next {
	display: block;
	bottom: 30px;
	left: 0;
	right: 0;
	opacity: 1;
	margin: 50px auto 0;
	height: 40px;
	width: 40px;
    z-index: 2;
	-webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
	        animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    fill: #fff;		
}
.btn-arrow-next svg {
    width: 2em;
}
.btn-arrow-next path {
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	fill: inherit;
}
.btn-arrow-next:hover {
	fill: #00d7f5;
	outline: none;
}
.btn-arrow-next:focus {
	fill: #ffffff;
	outline: none;
}
	
#particles-js canvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* ---------------------------
    - Bread crumbs & Search
--------------------------- */
.bread-crumbs {
	margin-top: 141px;
}
.bread-crumbs a {
	color: #fff;
}
.breadcrumb {
	background: transparent;
	color: #fff;
	padding: 0;
	margin-top: 38px;
	margin-bottom: 38px;
}
.breadcrumb>.active {
    color: #fff;
	opacity: .8;
}
.breadcrumb>li+li:before {
	color: #fff;
	padding: 0 7px 0 5px;
	content: "-";
}

/* Search */
.search  {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.search .form-control {
	background: transparent;
	box-shadow: none;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	height: auto;
	padding: 8px 100px 8px 20px;
	width: 370px;
}
.search .form-control::-webkit-input-placeholder {color:#fff;}
.search .form-control::-moz-placeholder {color:#fff;}
.search .form-control:-moz-placeholder {color:#fff;}
.search .form-control:-ms-input-placeholder {color:#fff;}

.search button {
	background: transparent;
	border: 0;
	color: #fff;
	font-weight: 600;
	height: 42px;
	position: absolute;
	top: 0;
	right: 20px;
	text-transform: uppercase;
}
.search button:hover {
	opacity: .8;
}

/* ---------------------------
    - Section
--------------------------- */
.section {
	padding: 12px 0;
}
.section-white {
	background-color: #fff;
}
.section-blue {
	background-color: #07798e;
	color: #fff;
}
.section-blue-soft {
    background: #89daf6;
    color: #fff;	
}	
.section-red {
	background-color: #f16468;
	color: #fff;
}
.section-yellow {
	background-color: #ffeb3c;
	color: #fff;
}
.section-green {
	background-color: #3dd6b0;
	color: #fff;
}
.title-section,
.title-section-left {
    font-size: 46px;
    line-height: 56px;	
	margin-top: 0;
	padding-bottom: 18px;
	position: relative;
}
.title-section-details {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 100px;
	padding-top: 10px;
}
.title-section:before,
.title-section-left:before {
	content: "";
	border-bottom: 1px solid #2a2f46;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80px;
}
.title-section-left:before {
	margin: 0;
}

/* Salutation */
.section-salutation {
	position: relative;
}
.section-salutation:after {
	content: "";
	background-color: #31364c;
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0px;
}
.text-salutation {
	padding: 100px 40px 100px 0;
}
.section-salutation .img-responsive {
	position: relative;
	z-index: 1;
}

/* ---------------------------
    - Our Steps
--------------------------- */
.our-steps img {
    width: 128px;
	height: 128px;
}
.our-steps h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	letter-spacing: 2px;
    text-transform: uppercase;
}

/* ---------------------------
    - Projects
--------------------------- */
.filter-item {
	margin-bottom: 54px;
}
.filter-item {
    padding-left: 0;
    list-style: none;
}
.filter-item li {
    display: inline-block;
	font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.filter-item li > a {
    color: #2a2f46;
	padding: 0 4px;
	position: relative;
	text-decoration: none;
}
.filter-item li > a:hover {
    color: #07798e;
}	
.filter-item .active > a,
.filter-item .active > a:hover {
	color: #07798e;
	cursor: default;
}
.filter-item .active > a::before {
	content: '';
	background-color: #07798e;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.clothmrg {
	margin: 0 0 0 145px;
}
.item-project {
	background: #fff;
	border-radius: 4px;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: center;
}
.item-project .cover {
	background: #e0e4e8;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	height: 600px;
}
.no-touch .item-project .cover {
    cursor: default;
}
.touch .item-project .cover {
    cursor: pointer;
}
.fit {
	height: 600px;
	overflow: hidden;
	position: relative;
}
.img-cover {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-project .cover:before {
	content: "";
	background: rgba(7,121,142,0.8);
	border-radius: 4px 4px 0 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	transition: opacity .6s ease;
	z-index: 1;
}
.item-project .cover:hover:before {
	opacity: 1;
}
.item-project .cover .badge {
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	width: 60px;
	transition: bottom .6s ease;
	z-index: 1;
	pointer-events: none;
}
/*.item-project .cover .badge:before,
.item-project .cover .badge:after {
	content: "";
	border-top: 1px solid #2a2f46;
	height: 1px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 17px;
}	*/
.item-project .cover .badge:hover:before,
.item-project .cover .badge:hover:after {
	border-color: #07798e;
}	
.item-project .cover .badge:after {
	border-left: 1px solid #2a2f46;
	height: 17px;
	width: 1px;
}	
.item-project .cover:hover .badge {
    margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	pointer-events: auto;
}
.badge svg {
	top: 0;
	left: 0;
}
.item-project .caption {
	padding: 22px 30px;
	border: 1px #ccc solid;
}
.item-project h3 {
    font-size: 16px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item-project h3 a {
    color: #2a2f46;
}
.item-project a {
    color: #7e8596;
}
.item-project a:hover {
    color: #07798e;
	text-decoration: none;
}
.item-project .details {
	font-size: 12px;
	margin: 0;
}

/* Single project */
.project-single {
	padding-bottom: 100px;
}
.full-image-project {
	background: #f0f4f7;
	max-height: 800px;
	overflow: hidden;
	text-align: center;
}
.full-image-project img {
	max-height: 800px;
	width: 100%;
	object-fit: cover;
}
.project-single .carousel-indicators li {
	background: #696f7e;
	border: 0;
	height: 16px;
	margin: 0 4px;
	opacity: .5;
	width: 16px;
}
.project-single .carousel-indicators .active {
	background: #07798e;
	height: 16px;
	margin: 0 4px;
	opacity: 1;
	width: 16px;
}
.project-single .carousel-control.left,
.project-single .carousel-control.right,
.project-single .carousel-control.left:hover,
.project-single .carousel-control.right:hover {
	background-image: none;
	background-color: #fff;
	color: #2a2f46;
	font-size: 14px;
	height: 60px;
    margin: auto 0;
    line-height: 60px;
	opacity: .9;
	padding: 0 10px;
	width: 80px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all .3s ease;
	filter: none;
}
.project-single .carousel-control.left:hover,
.project-single .carousel-control.right:hover {
	color: #07798e;
	width: 70px;
}
.title-project {
	margin-top: 50px;
	padding-bottom: 20px;
}
.timeline {
	padding-left: 100px;
	position: relative;
}
.timeline:before {
	content: "";
	border-left: 1px solid #7e8596;
	height: 100%;
	position: absolute;
    left: 20px;
}
.timeline-title {
    margin-top: 28px;
    margin-bottom: 28px;
	padding-left: 100px;
	position: relative;
}
.timeline-title .fa {
	border: 1px solid #7e8596;
	border-radius: 50%;
	color: #7e8596;
	font-size: 14px;
	height: 40px;
	padding: 12px 0;
	position: absolute;
	top: -7px;
	left: 0;
	text-align: center;
	width: 40px;
}
.text-project p {
	margin-bottom: 20px;
}
.project-single ul,
.list-checked {
    list-style: none;
	padding-left: 0;
}
.project-single ul > li,
.list-checked li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.project-single ul > li:first-child,
.list-checked li:first-child {
	padding-top: 0;
}
.list-checked li:before {
	content: "\f00c";
	color: #07798e;
	font-family: FontAwesome;
	padding-right: 16px;
	position: relative;
}
.share-project a {
	color: #7e8596;
	margin-right: 20px;
}	
.share-project a:hover {
	color: #07798e;
}

/* Team */
.item-team .social-team {
	margin: 0 auto;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease;
	pointer-events: none;
}
.item-team .cover:hover .social-team {
	bottom: 0px;
	opacity: 1;
	pointer-events: auto;
}
.item-team .social-team li {
	padding: 20px 10px;
}
.item-team .social-team li > a {
	color: #fff;
}
.item-team .social-team li > a:hover {
	opacity: .8;
}
.item-team .cover .badge {
	opacity: 1;
	transition: all .3s ease;
}
.item-team .cover:hover .badge {
	opacity: 0;
	visibility: hidden;
}

/* ---------------------------
    - Features
--------------------------- */
.row-feature {
	color: #2a2f46;
	display: table;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.col-icon-feature {
	display:table-cell;
	height: 64px;
	width: 64px;
}
.col-feature {
	display:table-cell;
	vertical-align: top;
}
.row-feature h3 {
	font-size: 18px;
	line-height: 28px;
	margin-top: -4px;
	margin-bottom: 20px;
    text-transform: uppercase;
	transition: color .3s ease;
}
.row-feature p {
	padding-right: 30px;
}
.row-feature img {
	margin-top: 8px;
	margin-bottom: 20px;
}
.icon_size_32 {
	font-size: 32px;
}

/* ---------------------------
    - Free Started
--------------------------- */
.free-started {
	background-image: url(../images/arrow-bg2.svg);
	background-size: cover;
	background-position: center center;
	color: #2a2f46;
	padding-top: 76px;
	padding-bottom: 80px;
}
.section-blue .title-section,
.section-blue p {
	color: #fff;
}
.section-blue .title-section:before,
.section-blue .title-section-left:before {
	border-color: #fff;
}
.free-started .title-section-details {
	margin-bottom: 0;
}
.free-started .btn {
	/* color: #03a2d8; */
	margin-top: 56px;
}
.free-started .btn:hover {
	color: #fff;
}

/* ---------------------------
    - Pricing Plans
--------------------------- */
.plan-item {
	margin-bottom: 30px;
	padding: 43px 30px 50px;
	text-align: center;
	transition: all .3s ease;
}
.plan-item h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 0;
}
.plan-item .price {
	color:  #2a2f46;
	font-size: 36px;
	font-weight: 700;
	margin: 32px 0;
}
.plan-item .price span {
	color: #7e8596;
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
}
.plan-item:hover h3,
.plan-item:hover .price,
.plan-item:hover .price span,
.plan-item:hover ul {
	color: #07798e;
}
.plan-item img {
	width: 180px;
}
.plan-item ul {
	line-height: 38px;
	margin-top: 26px;
	margin-bottom: 26px;
}
.plan-item .btn {
	padding: 8px 60px;
}

/* ---------------------------
    - Our Success
--------------------------- */
.section-stats {
	background-image: url(../images/bg-stats.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.touch .section-stats {
	background-attachment: scroll;
}
.section-stats:before {
	content: "";
    background-color: rgba(42, 47, 70, 0.7);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.digits-item {
	padding-bottom: 21px;
	position: relative;
	text-align: center;
}
.digits-item:before,
.digits-item:after {
	content: "";
	border-left: 1px solid #fff;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 1px;
}
.digits-item:before {
	top: -70px;
}
.digits-item:after {
	bottom: -42px;
}
.digits-item .digit {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 24px;
}
.digits-item .digit-name {
	display: block;
	text-transform: uppercase;
}

/* ---------------------------
    - Quick Answers
--------------------------- */
.panel-group .panel {
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
.panel-style .panel-heading {
    background-color: #fff;
    border: 1px solid #dbe1e1;
	border-radius: 0;
    color: #2a2f46;	
	padding: 0;
	transition: all .3s ease;
}
.panel-style .panel-heading span {
	background-image: url(../images/icon-collapse.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
    display: block;
	float: right;
	margin-top: 9px;
    height: 16px;
    width: 16px;
}
.panel-style .panel-heading:hover span {
	background-position: 0 -16px;
}
.panel-style .panel-heading.active span {
	background-position: 0 -32px;
}
.panel-style .panel-heading.active:hover span {
	background-position: 0 -48px;
}
.panel-style .panel-heading:hover {
    color: #07798e;
    border: 1px solid #07798e;
}
.panel-style .panel-heading:hover a {
    color: #07798e;
}
.panel-title {
	font-weight: 600;
    text-transform: uppercase;
}
.panel-title a {
	display: block;
	padding: 10px 30px;
	text-decoration: none;
}
.panel-style .panel-heading + .panel-collapse .panel-body {
	border: 0;
}
.panel-body {
	padding: 30px;
}
.panel-group .panel+.panel {
	margin: 15px 0;	
}

/* ---------------------------
    - Reviews
--------------------------- */
.section-reviews {
	border-top: 1px solid #dbe1e1;
}
.section-reviews .user-image {
	background: #f0f4f7;
	border-radius: 50%;
	float: left;
	height: 140px;
	margin-top: 32px;
	overflow: hidden;
	width: 140px;
}
.section-reviews .user-image img {
	border-radius: 50%;
	height: 140px;
	width: 140px;
}
.text-reviews {
	margin-left: 140px;
	padding: 0 30px;
}
.icon-quote {
	background-image: url(../images/icon-quote.svg);
	display: block;
	height: 32px;
	margin-bottom: 30px;
	width: 44px;
}
.text-reviews h5 {
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
}
.text-reviews h5 span {
	background-image: url(../images/diagonal-separation.svg);
	background-repeat: no-repeat;
    color: #7e8596;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding-top: 30px;
    padding-left: 50px;
    position: relative;
	top: 30px;	
	text-transform: none;
}

/* ---------------------------
    - News
--------------------------- */
.section-news-grid {
	overflow: hidden;
}
.news-grid {
	margin: 0 auto;
}
.news-item {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(81,61,174,0.0);
	padding-top: 24px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 360px;
	transition: box-shadow .3s ease;
}
.news-item:hover {
	box-shadow: 0 0 10px rgba(81,61,174,0.10);
}	
.news-details {
	font-size: 12px;
	line-height: 20px;
    list-style: none;
    padding-right: 30px;
    padding-left: 30px;
	padding-bottom: 25px;
	margin-bottom: 0;
	text-align: center;
}
.news-details > li {
    display: inline-block;
    position: relative;
}
.news-details > li:before {
    content: "/";
    padding-right: 7px;
    padding-left: 7px;
}
.news-details > li:first-child:before {
    content: "";
    padding-right: 0;
    padding-left: 0; 
}
.news-details > li > a {
    color: #07798e;
}
.news-cover {
	background: #e0e4e8;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.news-cover img,
.news-cover .item img {
	height:200px;
	width: 100%;
}
.news-no-image {
	border-bottom: 1px solid #f0f4f7;
}
.title-news,
.description-news,
.news-footer {
    padding-right: 30px;
    padding-left: 30px;
}
.news-item .title-news {
    font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	margin-top: 26px;
	margin-bottom: 20px;
}
.title-news a {
    color: #2a2f46;
}
.title-news a:hover {
    color: #07798e;
	text-decoration: none;
}
.news-footer {
    margin-top: 20px;
}
.read-more {
    color: #2a2f46;
    font-weight: 500;
	text-transform: uppercase;
}
.read-more:hover {
	color: #07798e;
	text-decoration: none;
}
.read-more i {
    padding-left: 6px;
	transition: padding .3s ease;
}
.read-more:hover i {
    padding-left: 12px;
}
.news-item iframe {
	border: 0;
	width: 100%;
	min-height: 208px;
}

/* News Carousel */
.carousel-control.left,
.carousel-control.right,
.carousel-control.left:hover,
.carousel-control.right:hover {
	background-image: none;
	background-color: #fff;
	color: #2a2f46;
	height: 40px;
    margin: auto 0;	
	opacity: .9;
	padding: 10px 0;
	width: 40px;
	text-shadow: none;
	transition: all .3s ease;
	filter: none;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
	color: #07798e;
	opacity: 1;
}
.carousel-control.left:hover {
	padding-right: 2px;
}
.carousel-control.right:hover {
	padding-left: 2px;
}

.news-item-v2 .carousel-control.left,
.news-item-v2 .carousel-control.right,
.news-item-v2 .carousel-control.left:hover,
.news-item-v2 .carousel-control.right:hover {
	font-size: 30px;
	height: 60px;
	line-height: 58px;
	padding: 0;
	width: 60px;
}	
.news-item-v2 .carousel-control.left:hover {
	padding-right: 6px;
}
.news-item-v2 .carousel-control.right:hover {
	padding-left: 6px;
}

/* News v2 */
.news-item-v2 {
	margin-bottom: 60px;
}
.news-item-v2 .news-details {
	font-size: 14px;
	padding-top: 25px;
	text-align: left;
}
.news-item-v2 .news-cover,
.news-item-v2 .news-cover img {
	height: 280px;
	position: relative;
}
.news-item-v2 .news-details,
.news-item-v2 .title-news,
.news-item-v2 .news-footer {
	padding-left: 0;
	padding-right: 0;
}
.news-item-v2 .news-footer {
	margin-top: 30px;
}
.news-item-v2 .title-news {
	font-weight: 600;
	margin-top: 0;
}
.news-item-v2 p {
	margin: 0 0 20px;
}
.news-item-v2 iframe {
	border: 0;
	width: 100%;
	min-height: 280px;
}

/* Pager */
.pager .previous a, .pager .next a {
	border-color: #7e8596;
	border-radius: 50px;
	color: #7e8596;
	padding: 5px 15px;
}
.pager .previous a:hover, .pager .next a:hover {
	background-color: transparent;
	border-color: #07798e;
	color: #07798e;
}
.pager .disabled a:hover {
	border-color: #7e8596;
	color: #7e8596;	
}
.pager .digit a {
	border-width: 0;
	color: #7e8596;
	font-weight: 500;
	padding: 5px 15px;
}
.pager .digit a:hover,
.pager .digit a:focus {
	background-color: transparent;
	color: #07798e;
}
.pager .active a {
	color: #07798e;
}

/* Single */
.news-single {
	border-bottom: 1px solid #dbe1e1;
	margin-bottom: 90px;
	padding-bottom: 30px;
}
.news-single .news-footer {
	margin-top: 50px;
}
.news-single .news-footer a {
	color: #7e8596;
}
.news-single .news-footer a:hover {
	color: #07798e;
}
.news-single .news-footer strong {
	padding-right: 20px;
}
.news-single .news-cover,
.news-single .news-cover img {
	height: auto;
}
.news-single iframe {
	border: 0;
	width: 100%;
	height: 430px;
}
.news-single .news-audio iframe {
	height: auto;
	min-height: auto;
}

/* ---------------------------
    - Comments
--------------------------- */
.media {
	margin-top: 40px;
}
.media .pull-left {
	border-radius: 50%;
	height: 80px;
	padding-right: 0;
	margin-right: 30px;
	overflow: hidden;
	width: 80px;
}
.media .pull-left img {
	height: 80px;
	width: 80px;
}
.media-header {
	margin-bottom: 18px;
}
.media-heading {
	font-weight: bold;
}
.media-heading a {
	color: #2a2f46;
}
.media-heading a:hover {
	color: #07798e;
	text-decoration: none;
}
.media-footer {
	margin-top: 20px;
}
.media-footer .reply {
	font-size: 12px;
	color: #a1a6b2;
	text-transform: uppercase;
}
.media-footer .reply:hover {
	color: #07798e;
	text-decoration: none;
}
.media-footer .reply i {
    padding-right: 8px;	
}
	
/* ---------------------------
    - Sidebar
--------------------------- */
.sidebar-section {
	padding-left: 50px;
	margin-bottom: 60px;
}
.sidebar-section-left {
	padding-left: 0;
	padding-right: 50px;
}
.sidebar-section a {
	color: #2a2f46;
}
.sidebar-section a:hover {
    color: #07798e;
	text-decoration: none;
}
.sidebar-heading {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 40px;
	position: relative;
}
.sidebar-heading span {
	background: #fff;
	padding-right: 28px;
	position: relative;
	z-index: 1;
}
.sidebar-heading:before {
	content: "";
	border-top: 1px solid #2a2f46;
	position: absolute;
	top: 14px;
	width: 100%;
}
.list-categories li {
	position: relative;
	padding: 10px 0;
}
.list-categories > li:before {
    content: "-";
    padding-right: 7px;
}
.list-categories > li:hover:before {
    color: #07798e;
}
.list-categories > li:first-child {
    padding-top: 0;
}
.list-categories > li:last-child {
    padding-bottom: 0;
}
.list-categories li span {
	padding-left: 5px;
}
.item-latest-post {
	margin-bottom: 30px;
}
.item-latest-post a {
	font-weight: 500;
}
.data-latest-post {
	font-size: 12px;
}

/* ---------------------------
    - Payment
--------------------------- */
.item-payment, .item-brands {
	text-align: center;
}
.item-brands a {
	opacity: .7;
	transition: all .3s ease;
}
.item-brands a:hover {
	opacity: 1;
}

/* ---------------------------
    - Tips
--------------------------- */
.section-tips h5 {
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.section-tips p {
	margin-bottom: 16px;
}
.icon-tip {
	width: 64px;
}

/* ---------------------------
    - Twitter
--------------------------- */
.section-twitter {
	background: #00d7f5;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 35px;
}
.section-twitter a {
	color: #fff;
	text-decoration: underline;
}
.section-twitter a:hover {
	text-decoration: none;
}
.data-twitter {
	display: block;
	opacity: .9;
}
.section-twitter .fa {
	font-size: 40px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity .3s ease;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* ---------------------------
    - About
--------------------------- */
/* Progress */
.progress {
    height: 6px;
    margin-bottom: 20px;
    background-color: #d3dde1;
    border-radius: 0;
    -webkit-box-shadow: none;
        box-shadow: none;
}
.progress-bar {
    background-color: #07798e;
    -webkit-box-shadow: none;
        box-shadow: none;
}

/* ---------------------------
    - Contacts
--------------------------- */
.item-contact {
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px;
	transition: all .3s ease;
}
.item-contact:hover {
    box-shadow: 0 0 10px rgba(81,61,174,0.10);
	color: #07798e;
}
.item-contact img {
	height: 64px;
	width: 64px;
}
.item-contact-heading {
	margin-bottom: 16px;
	transition: all .3s ease;
}
.item-contact p {
	margin-bottom: 0px;
}
.item-contact:hover .item-contact-heading {
	color: #07798e;
}
.map {
	height: 500px;
}

/* ---------------------------
    - FAQ
--------------------------- */
.group-questions {
	margin-bottom: 130px;
}
.tab-sidebar .active {
    background: #07798e;
	border-radius: 2px;
    color: #fff;
    padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.tab-sidebar .active:before {
	content: "";
	border-color: #07798e;
	border-style: solid;
	border-width: 22px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: -50px;
}	
.tab-sidebar .active a,
.tab-sidebar .active a:hover,
.tab-sidebar > li.active:before {
	color: #fff;
}
.tab-sidebar > li:first-child {
    padding-top: 10px;
}
.tab-sidebar > li:last-child {
    padding-bottom: 10px;
}

/* ---------------------------
    - Footer
--------------------------- */
.base-footer {
	background: #2a2f46;
}
.container-footer {
	padding-top: 100px;
	padding-bottom: 100px;
}
.footer-logo {
	margin-bottom: 53px;
	width: 135px;
}
.color-white {
	color: #fff;
}
.base-footer h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 51px;
}
.base-footer ul > li {
	padding-top: 6px;
	padding-bottom: 6px;
}
.base-footer ul > li:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 10px;
	position: relative;
}
.no-list-style li:before {
	display: none;
}
.base-footer ul > li:hover:before {
	color: #fff;
}
.base-footer a {
	color: #7e8596;
}
.base-footer ul > li > a:hover {
	color: #fff;
	text-decoration: none;
}
.base-footer .form-group {
	margin-top: 64px;
	margin-bottom: 33px;
}
.form-group {
	position: relative;
}
.base-footer .form-control {
	background: transparent;
	border: 2px solid #7e8596;
	border-radius: 0;
	color: #7e8596;
	height: 44px;
	padding-left: 20px;
    padding-right: 80px;
	transition: border .3s ease;
}
.base-footer .form-control:focus {
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.base-footer input[type="email"]::-webkit-input-placeholder {color:#7e8596;}
.base-footer input[type="email"]::-moz-placeholder {color:#7e8596;}
.base-footer input[type="email"]:-moz-placeholder {color:#7e8596;}
.base-footer input[type="email"]:-ms-input-placeholder {color:#7e8596;opacity: 1;}
.base-footer .has-error .form-control::-moz-placeholder {color: #f16468;opacity: 1;}
.base-footer .has-error .form-control:-ms-input-placeholder {color: #f16468;}
.base-footer .has-error .form-control::-webkit-input-placeholder {color: #f16468;}
.base-footer input:-webkit-autofill,
.base-footer input:-webkit-autofill:hover,
.base-footer input:-webkit-autofill:active,
.base-footer input:-webkit-autofill:focus {
    background-color: #2a2f46 !important;
    color: #7e8596 !important;
    -webkit-box-shadow: 0 0 0 1000px #2a2f46 inset !important;
    -webkit-text-fill-color: #7e8596 !important;
}
.btn-subscribe {
	background: transparent;
	border: 0;
	color: #7e8596;
	font-weight: 600;
	height: 45px;
	position: absolute;
	top: 0;
	right: 20px;
	outline: none;
	text-transform: uppercase;
}
.btn-subscribe:hover {
	color: #fff;
}
.base-footer .has-error .form-control {
	background: transparent;
	border: 2px solid #f16468;
	color: #f16468;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;	
}
.base-footer .has-error .btn-subscribe {
    color: #f16468;	
}	
.base-footer .style-text-danger, 
.base-footer .style-text-success {
	margin-top: 8px;
	margin-left: 20px;
}
.base-footer .style-text-danger {
	color: #f16468;
}
.base-footer .style-text-success {
	color: #00d7ae;
}	
.base-footer .copy {
	border-top: 1px solid #4c5260;
	padding-top: 20px;
	padding-bottom: 20px;
}
.base-footer .copy p {
	margin-top: 11px;
}	
.base-footer .list-socials {
	margin: 0;
}
.base-footer .list-socials li > a {
	border: 1px solid #7e8596;
	border-radius: 50%;
	display: inline-block;
	height: 34px;
	width: 34px;
	padding-top: 4px;
	text-align: center;
	transition: all .3s ease;
}
.base-footer .list-socials li > a:hover {
	border-color: #fff;
}

/* ---------------------------
    - Error Page
--------------------------- */	
.container-error {
	background: #fff;
	color: #8e9da8;
    height: 100%;
}
.image-404 {
	max-width: 320px;
}
.heading-error {
	color: #8e9da8;
	font-size: 130px;
	font-weight: 100;
	line-height: 130px;
	margin-top: 0;
	margin-bottom: 10px;
	overflow:hidden;
	width: 100%;
	transition: all .3s ease-in-out;
}
.message-error {
	font-size: 24px;
    line-height: 38px;
	margin-bottom: 10px;
	transition: all .3s ease-in-out;
}
.container-error .btn {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 100;
}

/* ---------------------------
    - Animations
--------------------------- */

/* Angle Right */
@keyframes animation-angle-right {
  0% {
    transform:  translate(0px,0px);
  }
  15% {
    transform:  translate(-8px,0px);
  }
  30% {
    transform:  translate(0px,0px);
  }
  45% {
    transform:  translate(-5px,0px);
  }
  60% {
    transform:  translate(0px,0px);
  }
  75% {
    transform:  translate(-2px,0px);
  }
  100% {
    transform:  translate(0px,0px);
  }
}

/* Arrow Next */
@keyframes pointDown {
  from {
	transform: translate3d(0,-10px,0);
  }
  to {
	transform: translate3d(0,0,0);
  }
}

@keyframes pointDown {
  from {
	transform: translate3d(0,-10px,0);
  }
  to {
	transform: translate3d(0,0,0);
  }
}

/* ---------------------------
    - Responsive Styles
--------------------------- */
@media (max-width: 1199px) {
    .main-slider h1 {
        margin-top: 50px;
    }
    .answer-image {
		margin-top: 50px;
    }
    .text-reviews {
	    padding: 0 0 0 30px;
    }
    .text-reviews h5 span {
		background-image: none;
        padding-top: 28px;
        padding-left: 10px;
	    top: 0;	
    }
    .sidebar-section {
	    padding-left: 20px;
    }
    .sidebar-section-left {
	    padding-left: 0;
	    padding-right: 20px;
    }	
}
@media (max-width: 990px) {
	.bread-crumbs .navbar-form {
		padding: 0; 
	}
	.bread-crumbs .search {
		float: none!important;
		margin-right: 0;
		margin-left: 0;
	}
	.bread-crumbs .form-group {
		display: block;
	}
	.bread-crumbs .form-control {
		width: 100%;
	}
    .main-slider h1 {
        margin-top: 0px;
    }
    .img-slider {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
    .row-feature img {
	    width: 64px;
    }
	.our-steps p {
		margin-bottom: 30px;
	}
    .free-started .col-xs-12,
    .free-started .col-sm-12	{
	    text-align: left;
    }
	.plan-item {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
    .answer-image {
		text-align: center;
    }
    .answer-image img {
		width: 80%;
    }
    .news-item {
		width: 340px;
	}
    .base-footer h4 {
	    margin-top: 30px;
    }
	.col-tip {
		margin-bottom: 40px;
	}
	.col-tip:last-child {
		margin-bottom: 0px;
	}
    .sidebar-section {
	    padding-left: 0;
    }
    .sidebar-section-left {
	    padding-left: 0;
	    padding-right: 0;
    }	
	.sidebar {
		margin-top: 80px;
	}
    .section-salutation:after {
	    display: none;
    }
    .text-salutation {
	    padding-right: 0;
    }
	.tab-sidebar .active:before {
		display: none;
	}	
}
@media (min-width: 767px) {
    .main-nav .navbar-nav .dropdown .dropdown-menu {
        display: block!important;
    }
	.main-nav .navbar-nav {
        margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
    }
}	
@media (max-width: 767px) {
	.animated.affix {
		animation-duration: 0s;
	}
    .logo {
        margin-top: 18px;
		margin-bottom: 18px;
        top: 0;
		text-align: left;
		float: left;
    }
	.logo img {
        width: 64px;
    }
	.header-v1.sticky {
		top: 0;
	}
	.sticky .logo {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.sticky .main-nav-v2 .navbar-brand {
		width: 64px;
	}
	.main-nav .navbar-nav {
        margin-top: 0;
		margin-bottom: 0;
    }	
	.main-nav .navbar-nav > li {
	    padding: 0;
    }
    .main-nav .navbar-nav > li > a,
    .sticky .main-nav .navbar-nav > li > a {
		font-size: 12px;
	    padding: 12px 8px;
		border-top: 1px solid rgba(224, 231, 237, 0.6);
    }	
	.main-nav .navbar-collapse {
	    border-top: 0;
		max-height: 80vh;
        margin-bottom: 20px;
    }
    .main-nav .navbar-nav .dropdown .dropdown-menu {
        padding: 0;
    }
    .main-nav .dropdown-menu li a,
    .main-nav .open .dropdown-menu li a {
		font-size: 12px;
        padding: 12px 8px;
		border-top: 1px solid rgba(224, 231, 237, 0.6);
    }
    .main-nav .dropdown-menu a:hover {
	    background: transparent;
	    border-left: 0;
    }
	.main-nav .dropdown-menu a:hover::before {
	    opacity: 0;
    }
	.dropdown-menu {
		position: relative;
		float: none;
	}
    .main-nav .navbar-nav .dropdown .dropdown-menu {
	    display: none;
	    opacity: 1;
	    visibility:visible;
	    transform: translate3d(0, 0, 0);
	    transition: all .0s;
    }
    .main-nav .navbar-nav .dropdown .dropdown-menu 	{
		box-shadow: none;
	}	
    .digits-item:before,
    .digits-item:after {
		display: none;
	}
    .free-started {
	    background-image: none;	
	}
	.plan-item {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
    .base-footer .copy,
    .base-footer .list-socials {
	    text-align: center;
    }  
}

@media only screen and (max-width: 580px) {
	.base-header {
		position: relative;
	}
	.main-slider-image {
		background-attachment: scroll;
	    height: auto;	
	}
    .main-slider.carousel, .image-slider {
	    height: auto!important;
    }
    .main-slider.carousel .row {
	    padding-bottom: 60px;
    }
    .main-slider .row {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .main-slider .vertical-center {
	    padding-top: 0px;	
    }	
    .main-slider .vertical-center {
	    display: block;
	    height: auto;
	    position: relative;
	    width:auto;
    }
    .main-slider .vertical-center .row {
	    display: block;
    }
	.btn-arrow-next {
		display: none;
	}
	.free-started .col-xs-12 .btn {
		width: 100%;
	}
	.plan-item {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
    .section-reviews .user-image {
	    height: 120px;
	    width: 120px;
    }
    .section-reviews .user-image img {
	    height: 120px;
	    width: 120px;
    }
    .text-reviews {
	    margin-left: 120px;
	    padding: 0 0 0 30px;
    }
    .news-item {
		width: 360px;
	}
    .news-single iframe {
	    height: auto;
    }
    .base-footer h4 {
        margin-bottom: 30px;
    }
    .timeline {
	    padding-left: 50px;
    }
	.timeline-title .fa {
	    border: 0;	
	}
    .timeline-title {
	    padding-left: 50px;
    }
    .full-image-project,
    .full-image-project .carousel-inner > .item > img {
	    height: 400px;
    }
	.heading-error {
		font-size: 100px;
		line-height: 100px;
	}
	.message-error {
	    font-size: 18px;
        line-height: 30px;
    }
	.image-404 {
	    max-width: 100%;
    }
}

@media only screen and (max-width: 414px) {
    .btn-header {
        padding-top: 20px;
		text-align: center;
    }
	.btn-group-slider .btn {
	    margin-right: 0;	
	}
	.main-slider h1 {
        font-size: 44px;
	}
    .btn-group-slider .btn	{
		margin-bottom: 20px;
		width: 100%;
	}
    .section {
	    padding: 80px 0;
    }
    .title-section-details {
        margin-bottom: 60px;
    }
    .filter-item li {
        padding-right: 10px;
        padding-left: 10px;
    }
    .timeline,
    .timeline-title	{
	    padding-left: 0;
    }
    .timeline:before {
	    border-left: 0;
    }
    .timeline-title .fa {
	    display: none;
    }
    .row-feature h3 {
        margin-bottom: 15px;
    }
    .row-feature p {
        padding-right: 0px;
    }
    .row-feature img {
        width: 48px;
    }
	.plan-item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
    .panel-style .panel-heading span {
		display: none;
	}
    .panel-title a {
        padding: 10px 15px;
    }
    .panel-body {
        padding: 15px;
    }
    .section-reviews .user-image {
	    height: 64px;
	    width: 64px;
    }
    .section-reviews .user-image img {
	    height: 64px;
	    width: 64px;
    }
    .text-reviews {
        margin-left: 64px;
        padding: 0 0 0 30px;
    }
    .text-reviews h5 span {
        padding-top: 14px;
        padding-left: 0px;
    }
    .news-item {
	    width: 340px;
    }	
	.container-footer {
		padding-top: 80px;
		padding-bottom: 80px;
	}
    .media .pull-left {
	    height: 40px;
	    width: 40px;
    }
    .media .pull-left img {
	    width: 80px;
    }	
}

@media only screen and (max-width: 375px) {
	.news-item {
	    width: 270px;
    }	
}

@media only screen and (max-width: 300px) {
    .btn-header .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .news-item {
        width: 240px;
    }
    .news-cover img, .news-cover .item img	{
		height: auto;
	}
}

/* ---------------------------
    - Owl Carousel
--------------------------- */
.owl-carousel .owl-dots {
	margin-top: 50px;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 7px;
	opacity: 0.5;
	border-radius: 20px;
	background: #696f7e;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #07798e;
	opacity: 1;	
}
.owl-carousel .owl-item img {
	width: auto;
}

/* ---------------------------
    - Magnific Popup CSS
--------------------------- */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #31364c;
    opacity: 1.0;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
	background-color: #07798e;
	background-image:  url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
    width: 48px;
    height: 48px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0px 0 2px 0px;
    color: #FFF;
    font-style: normal;
    font-size: 48px;
	text-indent:-9999px;
	-webkit-transition: background-color 0.3s;
	        transition: background-color 0.3s;
}
.mfp-close:hover,
.mfp-close:focus {
    background-color: #f97e81;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    text-align: center;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/* Styles for dialog window */
#dialog {
    background-color: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

/* Fade-zoom animation for first dialog */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
            transition: all 0.2s ease-in-out; 
    -webkit-transform: scale(0.8); 
            transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1); 
            transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	opacity: 0;
    -webkit-transform: scale(0.8); 
            transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out; 
            transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Fade-move animation for second dialog */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
            transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
            transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
            transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out; 
            transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
     padding-left: 0;
     padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
     padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
     top: 0;
     bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
     display: inline;
     margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
     background: rgba(0, 0, 0, 0.6);
     bottom: 0;
     margin: 0;
     top: auto;
     padding: 3px 5px;
     position: fixed;
     box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
     right: 5px;
     top: 3px;
  }
  .mfp-img-mobile .mfp-close {
     top: 0;
     right: 0;
     width: 35px;
     height: 35px;
     line-height: 35px;
     background: rgba(0, 0, 0, 0.6);
     position: fixed;
     text-align: center;
     padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
     -webkit-transform: scale(0.75);
             transform: scale(0.75);
  }
  .mfp-arrow-left {
     -webkit-transform-origin: 0;
             transform-origin: 0;
  }
  .mfp-arrow-right {
     -webkit-transform-origin: 100%;
             transform-origin: 100%;
  }
  .mfp-container {
     padding-left: 6px;
     padding-right: 6px;
  }
}
.divborder1 {
	border: solid 1px #fff; width: 100%;height:100%;float: left;
	}
.divborder {
	border: solid 1px #000; width: 100%;height:100%;float: left;
	}
.mrgl {margin:0 0 0 -8%;
	}
.mrgl1 {margin:0 0 20px 0;
	}
.MrgT10 { margin-top: 20px;
	}
.MainBoxL { width:27%; background: #fff; margin: 0; padding:0;  list-style: none; position: fixed;
	}
.UlBox01 { width:100%;margin:auto; padding:0;  list-style: none;
	}
.UlBox01 li { width:26%; border-radius: 100px; background: #fff; margin:20px; padding: 0; display: inline; float: left;
	}
.UlBox01 li img {border-radius: 10px; border: 1px solid transparent;
	}
.UlBox01 li .Active img {border-radius: 10px; border: 1px solid #07798e;
	}
.LogoP { width: 180px;
	}
.MobP { position:relative;
	}
.MobScrH {height:auto !important; max-height:auto !important;
	}
.VidS { width:333px; height:436px;
	}
.VidSW { /*width:517px;*/ width:100%; height:775px;
	}
.VidButt { width:80px; margin:0; padding:3px 6px; position:absolute; top:15px; left:15px; z-index:1; font-size:14px; color:#fff; text-align:center; text-transform:uppercase; text-decoration:none; outline:none; background:#07798e;border-radius:5px;
	}
.VidButt:hover, .VidButt.active { text-decoration:none; outline:none; color:#fff;background:#02414c;
	}
.VidButt02 { left:106px;
	}
@media only screen and (max-device-width: 768px){
.MainBoxL {top:145px; width: 30%;right:0; z-index: 1;
	}
.UlBox01 li { width: 75%;	
	}
.LogoP { width:150px;
}
	.section { padding:20px 0 ;
		
	}
.VidSW {width:100%; height:388px;
	}	
}

@media all and (max-width: 1366px) {
	.mrgl {margin:0 0 0 -2%;
	}
.VidSW {width:100%; height:616px;
	}
}
@media only screen and (max-device-width:1024px){
.VidSW {width:100%; height:465px;
	}
	}
@media only screen and (max-width: 480px){
.LogoP {width: 100px;
	}
.title-section, .title-section-left {font-size: 10px;line-height: 10px;margin-top: 0;padding-bottom: 10px;
	}
.title-section, .title-section-left h1 {margin-bottom: 16px;
	}
.mrgl {margin: 0 0 0 0;
	}
.mrgl1 {margin: 0 0 0 0; padding:0;
	}
.MainBoxL {width:100%;margin: 0;padding: 0;list-style: none;position:relative; top:0;
	}
.MobP {position:absolute; top:110px; left:10px; width:35%; z-index:2;
	}
.item-project .caption {padding:5px 5px;
	}
.item-project h3 {font-size: 14px;line-height: 20px;margin-top: 0px; margin-bottom: 0;
	}
.item-project {margin-bottom: 10px;
	}
.MobScrH {height:auto !important; max-height:465px !important;
	}
.mCSB_inside > .mCSB_container {margin-right: 20px;
	}
.VidS { width:88px; height:116px;
	}
.VidSW {width:100%; height:590px;
	}
.VidButt { width:56px; font-size:11px; padding:2px 3px; left: inherit; right:10px; top:10px;
	}
.VidButt02 {left: inherit; right:76px;
	}
	}
@media only screen and (max-width: 414px){
.VidSW {width:100%; height:585px;
	}
	}
@media only screen and (max-width: 412px){
.VidSW {width:100%; height:585px;
	}
	}
@media only screen and (max-width: 411px){
.VidSW {width:100%; height:585px;
	}
	}
@media only screen and (max-width: 384px){
.VidSW {width:100%; height:530px;
	}
	}
@media only screen and (max-width: 375px){
.VidSW {width:100%; height:526px;
	}
	}
@media only screen and (max-width: 360px){
.VidSW {width:100%; height:500px;
	}
	}
@media only screen and (max-width: 320px){
.VidSW {width:100%; height:500px;
	}
	}
