/*=========================================================================/
Template Name: PhotoStudio - Responsive HTML Photography Template
Template URI: http://upcomingforu.com/photostudio/
Author: msuddinctg
Author URI: http://upcomingforu.com/photostudio/
Description: PhotoStudio - Responsive HTML Template by msuddinctg
Version: 1.0
Tags: photography, Photo, coming soon, coming soon page, coming soon template, creative, maintenance, maintenance mode, minimal, one page, under construction, countdown, subscribe form, launching page, responsive 
/=========================================================================*/
/*------------------------------------------------------------------
[Table of contents]

 - global styles 
 - header
 - typography
 - headings  
 - socials links
 - info columns
 - map/form  
 - price pricing 

-------------------------------------------------------------------*/
/* FONTS*/
 
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);

/* PLUGIN CSS */

@import 'bootstrap.css';
@import 'jquery.bxslider.css';

/* sticky footer */

body {
    display: flex;
    flex-direction: column;
}
.section-page-wrap {
    flex: 1 0 auto;
}
footer {
    flex: 0 0 auto;
}
/* global styles */

a {
    color: inherit;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
p {
    font-family: 'Montserrat', cursive;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 300;
    left: -1px;
    margin-top: 20px;
}
a:hover,
a:active,
a:focus {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}
button:active,
button:focus {
    outline: none !important;
    text-decoration: none;
}
/* equal col`s height */

.row.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.equal > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/* typography */

body {
    font-family: 'Montserrat', cursive;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', cursive;
}
.section-text {
    line-height: 2;
}
/* header */
/* header styles */

header {
    padding: 32px 0 18px;
}
header.header-v2 {
    color: #232c30;
    box-shadow: 0 6px 5px -3px #f4f4f4;
}
header.header-transparent {
    background: rgba(32, 43, 93, 0.72);
    position: fixed;
    z-index: 999999999999999999999;
    width: 100%;
    box-shadow: none;
}
header .section-logo a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}
header .section-logo a .logo-title {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
header ul {
    margin-bottom: 0;
}
header .section-socials {
    padding: 5px 0;
    text-align: right;
}
header .section-socials li {
    margin-bottom: 0;
    margin-right: 0;
}
header .section-socials a {
    font-size: 14px;
}
header.header-transparent .section-socials a {
    color: #202b5d;
}
header.header-transparent .section-logo a {
    color: #fff;
}
.main-menu {
    margin-top: 4px;
    padding: 0 10px;
    right: 0;
    float: right;
}
.navbar .main-menu > li {
    right: 0;
    transition: all 0.3s ease-out;
    margin-right: 30px;
}
.navbar .main-menu > li:last-child {
    margin-right: 0;
}
.navbar .navbar-nav > li > a {
    margin: 0 1px;
    padding: 0;
    font-size: 13px;
    line-height: 2;
    border: 0;
    border-radius: 0;
    transition: color 0.3s ease-out;
    text-transform: uppercase;
    color: #232c30;
    font-weight: 600;
    letter-spacing: 1px;
}
header.header-transparent .navbar .navbar-nav > li > a {
    color: #fff;
}
/* HEADER MAIN */

.navbar {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    background: none;
    transition: all 0.3s ease-out;
}
.navbar .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar .toggle-button {
    float: right;
    padding: 0 5px;
    line-height: 40px;
    color: #333;
    cursor: pointer;
}
.navbar .toggle-button.collapsed {
    color: #999;
}
.navbar .toggle-button.collapsed:hover {
    color: #333;
}
.navbar .scroll-logo {
    display: none;
}
.navbar .navbar-nav.social-nav li a {
    padding: 0 5px;
}
.navbar .navbar-nav > li {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .navbar-nav > li.no-hover a {
    border: none !important;
    cursor: default;
}
.navbar .navbar-nav > li.active,
.navbar .navbar-nav > li:hover {
    border: none;
    background: none;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li:hover > a {
    border: 0;
    background: none;
}
.navbar .navbar-nav > li > a .caret {
    color: #D2D2D2;
    margin-left: 5px;
}
.navbar .navbar-nav > li > a .fa-bars {
    margin-right: 10px;
}
.navbar .main-menu > li.hidden-menu-item {
    right: -1500px;
    right: -100vw;
}
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(1),
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(2),
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(1) {
    top: 4px;
    left: 2px;
}
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(2) {
    top: 4px;
    left: calc(50% - 2px);
}
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(5) {
    top: 11px;
    left: 2px;
}
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(6) {
    top: 11px;
    left: calc(50% - 2px);
}
.toggle-menu-button .toggle-menu-button-icon {
    position: relative;
    top: 0;
    display: inline-block;
    width: 22px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.toggle-menu-button .toggle-menu-button-icon span {
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    opacity: 1;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #1c1f23;
}
header.header-transparent .toggle-menu-button .toggle-menu-button-icon span {
    background-color: #fff;
}
.toggle-menu-button .toggle-menu-button-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
.toggle-menu-button .toggle-menu-button-icon span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
}
.toggle-menu-button .toggle-menu-button-icon span:nth-child(1),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(2) {
    top: 0;
}
.toggle-menu-button .toggle-menu-button-icon span:nth-child(3),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(4) {
    top: 6px;
}
.toggle-menu-button .toggle-menu-button-icon span:nth-child(5),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(6) {
    top: 12px;
}
.navbar-with-inside > li:hover .wrap-inside-nav {
    display: block;
}
.toggle-menu-button {
    margin-top: 5px;
    margin-left: 4px;
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 600;
    color: #1c1f23;
    margin-right: 15px;
}
/*SIDEBARS*/

[data-canvas=container],
[data-off-canvas] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
[data-off-canvas*=reveal] {
    padding: 25px 0;
    z-index: 0;
}
/** Canvas **/

[data-canvas] {
    z-index: 1;
}
[data-canvas=container] {
    width: 100%;
    height: 100%;
    background-color: white;
    /* Basic background color, overwrite this in your own css. */
    
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}
[data-canvas=container]:before,
[data-canvas=container]:after {
    display: table;
    clear: both;
    content: '';
}
/** Off-Canavs **/

[data-off-canvas] {
    position: fixed;
    display: none;
    color: white;
    /* Basic colors, overwrite this in your own css. */
    
    background: #d33341;
    /* Basic background color, overwrite this in your own css. */
    
    background: -moz-linear-gradient(top, #d33341 0%, #181818 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d33341), color-stop(100%, #181818));
    background: -webkit-linear-gradient(top, #d33341 0%, #181818 100%);
    background: -o-linear-gradient(top, #d33341 0%, #181818 100%);
    background: -ms-linear-gradient(top, #d33341 0%, #181818 100%);
    background: linear-gradient(to bottom, #d33341 0%, #181818 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d33341', endColorstr='#181818', GradientType=0);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}
[data-off-canvas*=top] {
    top: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
}
.navbar-brand {
    height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
    color: inherit;
}
.navbar-brand > img {
    display: inline-block;
    margin-right: 10px;
}
[data-off-canvas*=top] ul {
    float: none !important;
    margin: 0 !important;
}
[data-off-canvas*=top] li {
    display: inline-block;
    float: none !important;
    width: auto !important;
}
[data-off-canvas*=right] {
    top: 0;
    right: 0;
    width: 255px;
    height: 100%;
}
[data-off-canvas*=bottom] {
    bottom: 0;
    width: 100%;
}
html [data-off-canvas*=bottom] {
    padding: 25px;
}
html [data-off-canvas*=bottom] li {
    display: inline-block;
    float: none !important;
    width: auto;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
html [data-off-canvas*=bottom] ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}
[data-off-canvas*=left] {
    top: 0;
    left: 0;
    width: 255px;
    height: 100%;
}
[data-off-canvas*=slidebar-panel-left] {
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    padding-left: 70px;
}
html [data-off-canvas*=open] {
    display: block;
    margin-left: -255px;
    transition-duration: 300ms;
    transform: translate(255px, 0px);
}
[data-off-canvas*=reveal] {
    z-index: 0;
}
[data-off-canvas*=push] {
    z-index: 1;
}
[data-off-canvas*=overlay] {
    z-index: 9999;
}
[data-off-canvas*=shift] {
    z-index: 0;
}
/** Animation **/

[data-canvas],
[data-off-canvas] {
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
    /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}
[data-off-canvas*=shift][data-off-canvas*=top] {
    -webkit-transform: translate( 0px, 50%);
    transform: translate( 0px, 50%);
}
[data-off-canvas*=shift][data-off-canvas*=right] {
    -webkit-transform: translate( -50%, 0px);
    transform: translate( -50%, 0px);
}
[data-off-canvas*=shift][data-off-canvas*=bottom] {
    -webkit-transform: translate( 0px, -50%);
    transform: translate( 0px, -50%);
}
[data-off-canvas*=shift][data-off-canvas*=left] {
    -webkit-transform: translate( 50%, 0px);
    transform: translate( 50%, 0px);
}
.menu-mobile-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 777;
}
[data-off-canvas] ul {
    margin: 0 !important;
}
[data-off-canvas] li {
    display: inline-block;
    float: none !important;
    width: 100%;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
[data-off-canvas] li a {
    display: inline-block;
    float: none !important;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
}
[data-off-canvas] li:hover > a {
    color: #fff;
    background: #1f1f1f;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: #1f1f1f;
}
/*RESPONSIVE STYLES */

@media screen and (min-width: 768px) and (max-width: 1000px) {
    html .menu-mobile-button {
        top: 26px;
    }
}
@media screen and (max-width: 1200px) {
    .navbar .main-menu {
        padding: 0 5px;
    }
    .navbar .main-menu > li {
        margin-right: 12px;
    }
    .navbar .main-menu > li:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    header {
        padding: 15px 0 0;
    }
    .section-logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .main-menu {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    header {
        padding: 18px 0;
    }
    header {
        padding-bottom: 0;
    }
    header .section-socials {
        text-align: center;
        padding: 10px 0 10px;
    }
    html .menu-mobile-button {
        right: 0;
        top: -1px;
    }
    .mobile-slidebar {
        padding-top: 25px;
    }
    .mobile-slidebar .navbar-brand {
        height: auto;
        padding: 20px;
    }
    .mobile-slidebar .caret {
        margin-left: 7px;
    }
    html body .menu-mobile-button {
        right: 0;
        top: 0;
    }
    html .menu-mobile-button {
        top: -20px;
        right: 0;
    }
}
/* headings */

.main-heading { 
    letter-spacing: 5px;
    color: #232c30;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading-text {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 62px;
}
.big-title {
    font-size: 48px;
    font-weight: 300;
    color: #232c30;
    margin: 0 0 12px;
}
.big-title-text {
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
}
.section-title-head {
    margin-bottom: 32px;
}
.section-title-head .btn {
    top: 10px;
}
.small-title {
    font-size: 18px;
    color: #23272c;
    font-weight: 600;
    margin: 0 0 12px;
}
.inline-title {
    display: inline;
    font-size: 13px;
    color: #23272c;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 8px;
}
.inherit-title {
    font-size: 40px;
    color: inherit;
    font-weight: 300;
    margin: 0 0 60px;
}
.heading-line { 
    padding-bottom: 25px;
    position: relative;
    margin: 0 0 15px; 
    letter-spacing: 5px;
    color: #343536;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading-line:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
}
.section-icon-heading {
    position: relative;
    margin-bottom: 54px;
}
.section-icon-heading:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 44%;
    height: 1px;
    background: #e3e9ed;
}
.section-icon-heading:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 44%;
    height: 1px;
    background: #e3e9ed;
}
.section-icon-heading .icon {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 12px;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}
.section-icon-heading .icon-heading-title {
    font-size: 48px;
    font-weight: 300;
    color: #232c30;
    margin: 0 0 25px;
}
/* socials links */

.section-socials li {
    padding: 0;
    margin-right: 18px;
    margin-bottom: 5px;
}
.section-socials li:last-child {
    margin-right: 0;
}
.section-socials a {
    font-size: 15px;
    color: #23272c;
    border-radius: 50%;
    background: #ffffff;
    padding: 10px;
}
.section-socials a:hover {
    background: #2e3192;
    color: #d33341;
}
/* info columns */

.section-info-columns-holder {
    margin-bottom: 68px;
}
.section-info-columns-holder .section-info-column {
    position: relative;
}
.section-info-columns-holder .section-info-column:after {
    content: '';
    display: block;
    width: 2px;
    height: 86%;
    position: absolute;
    top: 8px;
    right: 0;
    border-right: 1px dotted #999999;
}
.section-info-columns-holder .section-info-column:last-child::after {
    display: none;
}
.section-info-column {
    text-align: center;
    margin-bottom: 25px;
}
.section-info-column .info-column-icon {
    font-size: 33px;
    margin-bottom: 16px;
}
.section-info-column .info-column-icon i:before {
    padding: 2px;
}
.section-info-column .info-column-title {
    margin: 0 0 10px;
    color: #FFF; 
}
.section-info-column .section-progress-list__percent {
    font-size: 48px;
}
/* map/form */

.section-map-form-holder {
    text-align: center;
    height: 690px;
    position: relative;
}
.section-map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.area-map {
    height: 100%;
}
/* PRELOADER */

.preloaderjs .spinner {
    display: none !important;
}
.loader-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.loader-wrap > span {
    display: block;
}
.preloaderjs#page-preloader {
    background: rgba(46, 46, 46, 0.99) !important;
}
#page-preloader {
    position: fixed;
    z-index: 100500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#page-preloader .spinner {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
    border: 4px double transparent;
    border-top-color: #e7e4d7;
    border-radius: 50%;
}
#page-preloader .spinner:before,
#page-preloader .spinner:after {
    position: absolute;
    content: '';
    border-radius: 50%;
}
#page-preloader .spinner:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    border: 4px double transparent;
    border-top-color: #71383e;
}
#page-preloader .spinner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border: 4px double transparent;
    border-top-color: #efa96b;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loader02 {
    width: 56px;
    height: 56px;
    border: 8px solid white;
    border-top-color: #fff;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* page arrow */

.page-arrow {
    text-align: center;
    font-size: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 8px 21px -1px #e3e3e3;
    -moz-box-shadow: 0px 8px 21px -1px #e3e3e3;
    box-shadow: 0px 8px 21px -1px #e3e3e3;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
.page-arrow i {
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left: 0;
    right: 0;
}
/* custom sliders arrows */

.custom-slideshow-controls span {
    display: block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.custom-slideshow-controls span a {
    display: block;
    height: 100%;
}
.custom-slideshow-controls span i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    right: 0;
}
.custom-slideshow-controls span:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.325);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.325);
}
.custom-slideshow-controls span.arrow-transparent {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* blockquote */

blockquote {
    padding: 0;
    border: none;
}
/* stars */

.section-stars ul {
    margin: 0;
}
.section-stars li {
    font-size: 12px;
    padding: 0;
    margin: 0 1px;
}
/* sly slider */

.section-sly-slider {
    position: relative;
    overflow: hidden;
}
.section-sly-slider:before {
    content: '';
    display: block; 
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 100%; 
}
#services {
    height: auto;
    overflow: hidden;
}
#services .slidee {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
#services .slidee div {
    padding: 5px;
    /* margin-right: 10px; */
    margin-bottom: 10px;
    /* padding-left: 0px; */
    /* margin-right: 0px; */
    /* padding-right: 0px; */
    /* cursor: pointer; */
    /* padding-top: 0px; */
    /* z-index: 0; */
    /* top: 3px; */
    height: 450px;
}
/* buttons */

.btn {
    text-align: center;
    line-height: 1.1;
    border-radius: 0px;
    color: #fff;
    position: relative;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
}
.btn-primary {
    text-transform: uppercase;
    padding: 16px 34px;
    background: transparent;
    border: 4px double #181818;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #818b95;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    margin-bottom: 5px;
}
.btn-secondary {
    min-width: 180px;
    text-transform: uppercase;
    padding: 13px 20px;
    background: rgba(255, 255, 255, 0);
    /* border: 1px solid white; */
    border: 1px solid rgba(243, 243, 243, 0.4);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 15px 12px;
    /* border-radius: 50px; */
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn-submit {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #fff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
/* forms */

textarea {
    resize: none;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
/* Firefox 19+ */

.form-control:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
/* Firefox 18- */

.form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.section-contact-form {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#contact-form.section-form {
    padding-top: 150px;
}
#contact-form .form-control {
    border-radius: 0px;
    border: 1px solid rgba(243, 243, 243, 0.4);
    background: transparent;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #ffffff;
    margin-bottom: 20px;
    width: 100% !important;
    padding: 14px 30px 14px;
    height: auto;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
#contact-form .form-control:focus {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.16);
}
#contact-form .form-control:invalid:focus {
    background: rgba(255, 0, 0, 0.65);
}
#contact-form textarea.form-control {
    height: 110px;
}
#contact-form .btn-submit:hover,
#contact-form .btn-submit:active,
#contact-form .btn-submit.focus {
    background: transparent;
    border-color: #ffffff;
}
/* page wrapper */

.section-page-wrap {
    position: relative;
    overflow: hidden;
}
/* page content */

.section-page-content {
    padding-top: 90px;
}
.section-page-content.with-layer-bg {
    position: relative;
    padding-top: 0;
    margin-top: 0;
}
/* map background */

.map-bg {
    background: #202b5d;
    color: #FFF;
    font-size: 18px;
    margin-top: 100px;
}
/* pages background */

.section-helper-wrapper {
    position: relative;
    overflow: hidden;
}
.section-layer {
    position: relative;
    height: 700px;
}
.layer-bg {
    position: absolute;
    overflow: hidden;
    height: 700px;
    width: 100%;
    left: 0;
    top: 0;
}
.layer-bg:after {
    content: '';
    display: block;
    position: absolute;
    width: 230px;
    height: 230px;
    background: transparent;
    border-radius: 50%;
    border: 4px double #57cbcf;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -115px;
}
.section-layer-big {
    position: relative;
    height: 100%;
}
.layer-big-bg {
    position: absolute;
    overflow: hidden;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
}
.page-layer-big-bg {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center top;
}

.layer-content-big {
    padding-top: 30%;
    color: #fff;
    position: relative;
    z-index: 3;
}
.layer-content .main-heading,
.layer-content-big .main-heading {
    color: inherit;
} 
/* main content layer */

.section-layer-main,
.section-service-page,
.section-pricing-page,
.section-team-page { 
    background: #fff;
    position: relative;
}
.section-team-page {
    margin: 53px 0;
}
/* testimonials block */

.section-testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    position: relative;
    background: url("../images/testimonials-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
}
.section-testimonials:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
/* footer */

footer {
    background: #f6f8f9;
}
.section-footer-content {
    padding: 30px;
}
.section-footer-box .footer-box-title {
    margin: 0 0 28px;
    color: #23272c;
    font-size: 16px;
    font-weight: 600;
}
.section-footer-box li {
    margin-bottom: 12px;
}
.footer-mail {
    padding-top: 15px;
}
footer .section-socials {
    margin-bottom: 15px;
}
.copy {
    margin-bottom: 10px;
}
.footer-logo {
    display: inline-block;
}
/* about page */

.section-about .section-info-columns-holder {
    margin-bottom: 95px;
}
/* team list */

.section-team-list ul {
    margin-bottom: 0;
}
.section-team-list .team-list-item {
    float: left;
    position: relative;
    overflow: hidden;
}
.section-team-list .team-list-item .member-list-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    color: #fff;
    padding: 40px 15px 0 45px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section-team-list .team-list-item .member-list-caption:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.section-team-list .team-list-item .member-list-caption .member-name {
    font-size: 24px;
    position: relative;
}
.section-team-list .team-list-item .member-list-caption .member-position {
    color: inherit;
    font-size: 16px;
    position: relative;
}
.section-team-list .team-list-item .member-list-caption .section-socials {
    position: absolute;
    width: 100%;
    bottom: 40px;
    z-index: 2;
}
.section-team-list .team-list-item .member-list-caption .section-socials li {
    margin-right: 15px;
}
.section-team-list .team-list-item .member-list-caption .section-socials a {
    color: inherit;
}
.section-team-list .team-list-item .member-list-caption .section-socials a:hover {
    opacity: .85;
}
.section-team-list .team-list-item:hover .member-list-caption {
    top: 0;
}
/* headings block */

.section-headings-info {
    margin: 60px 0;
}
.section-headings-info .section-text {
    font-size: 18px;
}
.section-headings-icons-holder ul li {
    margin-bottom: 25px;
    margin-right: 140px;
}
.section-headings-icons-holder ul li:last-child {
    margin-right: 0;
}
/*  services slider */

.section-pager-slideshow-holder,
.section-pager-slideshow-holder-block {
    position: relative;
    margin-bottom: 115px;
}
.section-pager-slideshow-holder .custom-slideshow-controls span,
.section-pager-slideshow-holder-block .custom-slideshow-controls span {
    top: 50%;
    margin-top: -24px;
}
.section-pager-slideshow-holder #pager-slideshow-prev,
.section-pager-slideshow-holder-block #pager-slideshow-prev {
    left: -21px;
}
.section-pager-slideshow-holder #pager-slideshow-next,
.section-pager-slideshow-holder-block #pager-slideshow-next {
    right: -21px;
}
.section-pager-slideshow-holder-block {
    margin-bottom: 48px;
}
.pager-item {
    padding: 0 15px;
    text-align: center;
}
.pager-item .pager-item-title {
    font-size: 30px;
    color: #23272c;
    margin-bottom: 15px;
}
.pager-item .pager-item-description {
    font-size: 20px;
    font-weight: 300;
}
.pager-item .btn {
    margin-top: 34px;
}
.custom-pager,
.custom-pager-block {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}
.custom-pager a,
.custom-pager-block a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #262626;
    margin: 0 2.5%;
    position: relative;
}
.custom-pager a .pager-title,
.custom-pager-block a .pager-title {
    display: inline-block;
    padding: 5px 16px;
    background: transparent;
    border-radius: 20px;
    margin-bottom: 6px;
    position: relative;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.custom-pager a .pager-title:before,
.custom-pager-block a .pager-title:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: transparent transparent transparent transparent;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.custom-pager a .circle,
.custom-pager-block a .circle {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(0, 200, 200, 0);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-pager a .circle:before,
.custom-pager-block a .circle:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #e6e6e6;
    top: 50%;
    margin-top: -0.5px;
    right: 12px;
}
.custom-pager a .circle:after,
.custom-pager-block a .circle:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #e6e6e6;
    top: 50%;
    margin-top: -0.5px;
    left: 12px;
}
.custom-pager a .circle .inner-circle,
.custom-pager-block a .circle .inner-circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 4px double #e6e6e6;
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
}
.custom-pager a .pager-icon,
.custom-pager-block a .pager-icon {
    font-size: 48px;
}
.custom-pager a.active,
.custom-pager-block a.active {
    color: #fff;
}
.custom-pager a.active .pager-title,
.custom-pager-block a.active .pager-title {
    background: #181818;
}
.custom-pager a.active .pager-title:before,
.custom-pager-block a.active .pager-title:before {
    border-color: #181818 transparent transparent transparent;
}
.custom-pager a.active .circle,
.custom-pager-block a.active .circle {
    background: rgba(0, 200, 200, 0.3);
}
.custom-pager a.active .circle .inner-circle,
.custom-pager-block a.active .circle .inner-circle {
    border-color: transparent;
    background: #181818;
}
.custom-pager-block a {
    font-weight: normal;
    margin: 0 3%;
}
.custom-pager-block a .pager-title {
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: bold;
}
.custom-pager-block a .pager-icon {
    padding: 2px;
}
.custom-pager-block a .circle::before,
.custom-pager-block a .circle::after {
    width: 100px;
}
.custom-pager-block a:first-child .circle::before {
    display: none;
}
.custom-pager-block a:last-child .circle::after {
    display: none;
}
.custom-pager-block a.active {
    color: #23272c;
}
.custom-pager-block a.active .pager-title {
    background: none;
}
.custom-pager-block a.active .pager-title:before {
    display: none;
}
/* quote block */

.section-quote {
    margin-top: -40px;
}
.section-quote-caption .quote-icon {
    font-size: 38px;
}
.section-quote-caption .quote-title {
    font-size: 30px;
    color: #23272c;
    font-weight: 300;
    margin: 20px 0 28px;
}
.section-quote-caption .quote-text { 
}
.section-quote-caption .quote-author {
    float: left;
}
.section-quote-caption .quote-author .quote-author-name {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}
.section-quote-caption .quote-author .quote-author-position {
    font-size: 14px;
}
.section-quote-caption .quote-sign {
    margin-top: 12px;
    float: right;
}
.section-quote-photo {
    margin-top: -28%;
    margin-right: -15%;
    margin-left: 58px;
}
.blog-item-content {
    background: #181818;
    -webkit-box-shadow: 0px 3px 15px 4px #e7e7e7;
    -moz-box-shadow: 0px 3px 15px 4px #e7e7e7;
    box-shadow: 0px 3px 15px 4px #e7e7e7;
    position: relative;
    margin-bottom: 32px;
}
.blog-item-content .blog-item-img {
    display: block;
    float: left;
    position: relative;
}
.blog-item-content .blog-item-img:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-item-content .blog-item-caption {
    position: relative;
    overflow: hidden;
    padding: 35px 35px 0;
}
.blog-item-content .blog-item-caption .btn-primary {
    float: right;
    margin: 25px 0px;
} 
.blog-item-content .blog-item-caption .item-data {
    color: #d33341;
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-item-content .blog-item-caption .item-name {
    color: #FFF;
}
.blog-item-content .blog-item-caption .item-description { 
    color: #FFF;
}
.blog-item-content .blog-item-caption .item-read-more {
    line-height: 2px;
    display: block;
    border: 4px double #e8ecef;
    color: #a6afb4;
    border-radius: 10px;
    width: 30px;
    height: 14px;
    text-align: center;
    font-size: 20px;
    letter-spacing: .5px;
    -webkit-transition: border-color 0.4s linear;
    -moz-transition: border-color 0.4s linear;
    -ms-transition: border-color 0.4s linear;
    -o-transition: border-color 0.4s linear;
    transition: border-color 0.4s linear;
}
.blog-item-content .blog-author {
    position: absolute;
    left: 56%;
    bottom: 30px;
}
.blog-item-content .blog-author .blog-author-userpic {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.blog-item-content .blog-author .blog-author-userpic img {
    border-radius: 50%;
}
.blog-item-content .blog-author .blog-author-name {
    display: inline-block;
    font-weight: 600;
}
.blog-item-content:hover .blog-item-img:before {
    width: 100%;
}
/* isotope sorting controls */

.section-gallery-sorting-holder {
    margin-bottom: 50px;
}
.section-items-sort {
    margin: 0;
}
.section-items-sort li {
    padding: 0;
    margin: 0 36px;
}
.section-items-sort li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    padding: 20px 10px;
}
.section-items-sort li a:hover {
    color: #ffffff;
    background: #d33341;
}
.section-items-sort li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.section-items-sort li a.current {
    color: #ffffff;
    background: #d33341;
}
/* gallery page isotope */

.section-isotope {
    margin-bottom: 25px;
}
/* gallery page */

.section-gallery-work .grid-sizer,
.section-gallery-work .grid-item {
    width: 20%;
}
.section-gallery-work .grid-item-horiz {
    width: 40%;
}
.section-gallery-work .grid-item-vertic {
    width: 20%;
}
.section-gallery-work__item {
    float: left;
}
/* gallery items */

.gallery-item-content {
    margin-bottom: 50px;
}
.gallery-item-content .gallery-item-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.gallery-item-content .gallery-item-img .gallery-item-hover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.gallery-item-content .gallery-item-img .gallery-item-hover a {
    display: inline-block;
    position: relative;
    padding: 0 18px;
    font-size: 20px;
    top: -10px;
}
.gallery-item-content .gallery-item-img .gallery-item-hover a img {
    display: none;
    visibility: hidden;
}
.gallery-item-content .gallery-item-img .gallery-item-hover a:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border: 4px double transparent;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.gallery-item-content .gallery-item-img .gallery-item-hover a:hover:before {
    border-color: #fff;
}
.gallery-item-content .gallery-item-img:hover .gallery-item-hover {
    opacity: 1;
}
.gallery-item-content .gallery-item-caption {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    width: 92%;
    height: 100px;
    margin: -85px auto 0;
    position: relative;
    z-index: 4;
    padding: 28px 15px;
    -webkit-box-shadow: 0px 10px 20px 5px #e7e7e7;
    -moz-box-shadow: 0px 10px 20px 5px #e7e7e7;
    box-shadow: 0px 10px 20px 5px #e7e7e7;
}
.gallery-item-content .gallery-item-caption p {
    margin-bottom: 0;
}
.gallery-item-content .gallery-item-caption .item-name {
    color: #23272c;
    font-weight: 600;
}
.gallery-item-content .gallery-item-caption .item-category {
    font-weight: 400;
}
.section-gallery-2 .gallery-item-content .gallery-item-caption {
    width: 65%;
}
.section-gallery-work .gallery-item-content {
    margin-bottom: 0;
}
.section-gallery-work .gallery-item-content .gallery-item-img {
    border-radius: 0;
}
.section-gallery-work .gallery-item-content:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section-gallery-work .gallery-item-content:hover:after {
    box-shadow: 0 0 0 5px #fff, 0 5px 30px rgba(4, 4, 4, 0.15);
}
/* single gallery page carousel */

.section-single-gallery-carousel {
    -webkit-box-shadow: 0px 4px 8px 8px rgba(226, 226, 226, 0.85);
    -moz-box-shadow: 0px 4px 8px 8px rgba(226, 226, 226, 0.85);
    box-shadow: 0px 4px 8px 8px rgba(226, 226, 226, 0.85);
    background: rgba(226, 226, 226, 0.85);
}
.section-single-gallery-carousel .single-gallery-item {
    width: 1170px;
}
/* block with similar  galleries */

.section-similar {
    margin-bottom: 52px;
}
.gallery-carousel-controls ul {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 0;
}
.gallery-carousel-controls .owl-nav-btns {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 4px double #e9ecef;
    border-radius: 50%;
    font-size: 25px;
    color: #262626;
    cursor: pointer;
}
.gallery-carousel-controls .owl-nav-btns i {
    vertical-align: -5px;
    cursor: pointer;
}
.gallery-carousel-controls .owl-nav-btns:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gallery-carousel-controls .share-button {
    width: auto;
    height: 50px;
    border: 4px double #e9ecef;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    background: none;
    padding: 14px 46px;
    margin: 0 18px;
    vertical-align: middle;
}
.gallery-carousel-controls .share-button i {
    padding-right: 4px;
}
.gallery-carousel-controls .share-button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* service page */

.section-service-page .section-mono-bg {
    padding-top: 75px;
    background: #f6f8f9;
    position: relative;
    overflow: hidden;
}
.section-title-service,
.section-title-service-block {
    margin: 60px 0;
}
.section-title-service .btn,
.section-title-service-block .btn {
    margin-top: 54px;
    margin-bottom: 15px;
}
.section-title-service .section-text p {
    line-height: 1.5;
    font-size: 24px;
    font-weight: 300;
}
.section-links ul {
    padding: 25px 25px 25px;
    border: 4px double #e8ecef;
    position: relative;
}
.section-links ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 3px;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-links li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 14px;
}
.section-links li:before {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
    color: #ced6df;
}
.section-links li:first-child:before {
    display: none;
}
.section-links a {
    font-size: 14px;
}
/* features columns */

.section-features-columns-holder {
    position: relative;
    overflow: hidden;
}
.section-features-column,
.section-features-column-block {
    margin: 16px 0;
    padding: 40px 40px 50px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.section-features-column .features-column-icon,
.section-features-column-block .features-column-icon {
    font-size: 48px;
    margin-bottom: 25px;
    position: relative;
}
.section-features-column .features-column-icon i,
.section-features-column-block .features-column-icon i {
    padding: 2px;
}
.section-features-column .features-column-title,
.section-features-column-block .features-column-title {
    margin: 0 0 22px;
    color: #23272c;
    position: relative;
    z-index: 9;
    font-size: 20px;
}
.section-features-column .features-column-text,
.section-features-column-block .features-column-text {
    font-size: 16px;
    margin-bottom: 42px;
    position: relative;
}
.section-features-column .btn,
.section-features-column-block .btn {
    padding: 16px 30px;
    position: relative;
}
.section-features-column:before,
.section-features-column-block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.section-features-column:hover,
.section-features-column-block:hover {
    color: #fff;
}
.section-features-column:hover:before,
.section-features-column-block:hover:before {
    opacity: 1;
}
.section-features-column:hover .features-column-icon i:before,
.section-features-column-block:hover .features-column-icon i:before {
    background: inherit;
    -webkit-text-fill-color: inherit;
}
.section-features-column:hover .features-column-title,
.section-features-column-block:hover .features-column-title {
    color: #fff;
}
.section-features-column:hover .btn,
.section-features-column-block:hover .btn {
    background: #fff;
    color: #202b5d;
    border: 4px double #ddd;
    z-index: 999;
}
.section-features-column:hover .btn:hover,
.section-features-column-block:hover .btn:hover {
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
}
.section-features-column-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100%;
    margin: 0;
    border: 4px double #e7e7e7;
}
.section-features-column-block .btn:hover {}
/* price pricing */

.section-pricing-holder,
.section-pricing-holder-full {
    padding: 0 115px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.section-pricing-holder-full {
    padding: 0;
}
.pricing-item {
    margin-bottom: 15px;
    padding: 15px 0;
    position: relative;
}
.pricing-item .pricing-content {
    background: #fff;
    padding: 42px 0 42px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
}
.pricing-item .pricing-name {
    font-size: 24px;
    color: #23272c;
    margin-bottom: -8px;
    padding: 0 5px;
}
.pricing-item .pricing-price {
    font-weight: 600;
    font-size: 65px;
    color: #23272c;
    margin-bottom: 28px;
    padding: 0 5px;
    position: relative;
    display: inline-block;
}
.pricing-item .pricing-price .price-currency {
    display: inline-block;
    font-style: normal;
    font-size: 28px;
    color: #262626;
    position: absolute;
    top: 15px;
    left: -21px;
}
.pricing-item .pricing-price .price-limit {
    font-weight: normal;
    font-style: italic;
    display: block;
    font-size: 16px;
    color: #262626;
}
.pricing-item .btn {
    display: block;
    margin: 0 auto; 
    background: #fff;
}
.pricing-item .pricing-advantages {
    padding: 70px 0px;
}
.pricing-item .pricing-advantages li {
    font-size: 16px;
    color: #262626;
    margin-bottom: 15px;
    padding: 0 5px;
}
.pricing-item .pricing-advantages li i {
    margin-right: 5px;
}
.pricing-item .pricing-advantages li.not-include {
    opacity: .45;
}
.pricing-item .pricing-advantages li:last-child {
    padding-top: 10px;
}
.pricing-item .pricing-advantages li:last-child i {
    font-size: 20px;
    margin: 0;
}
.pricing-item.even-item .pricing-content {
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: 0px 1px 4px 1px transparent;
    -moz-box-shadow: 0px 1px 4px 1px transparent;
    box-shadow: 0px 1px 4px 1px transparent;
}
.pricing-item.even-item .pricing-name,
.pricing-item.even-item .pricing-price,
.pricing-item.even-item .pricing-price span,
.pricing-item.even-item .btn,
.pricing-item.even-item .pricing-advantages li {
    color: #fff;
}
.pricing-info-text {
    font-size: 18px;
    line-height: 1.5;
    padding: 48px 15px 103px;
}
/* testimonials content */

.section-testimonials-content {
    position: relative;
    z-index: 1;
}
.section-testimonials-content .custom-slideshow-controls span {
    background: rgba(255, 255, 255, 0.1);
}
.testimonials-pager {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
    z-index: 1;
}
.testimonials-pager a {
    display: inline-block;
    border: 5px double transparent;
    border-radius: 50%;
    margin: 0 18px;
    -webkit-transition: transform 0.4s linear, border-color 0.25s ease;
    -moz-transition: transform 0.4s linear, border-color 0.25s ease;
    -ms-transition: transform 0.4s linear, border-color 0.25s ease;
    -o-transition: transform 0.4s linear, border-color 0.25s ease;
    transition: transform 0.4s linear, border-color 0.25s ease;
}
.testimonials-pager .active {
    border-color: #fff;
    transform: scale(1.25);
}
.testimonial-item {
    width: 68%;
    margin: 0 auto;
    color: #fff;
}
.testimonial-item .testimonial-title { 
    color: inherit;
    margin: 14px 0 20px;
    font-weight: normal;
}
.testimonial-item .testimonial-text {
    font-size: 14px;
    font-weight: 500; 
    line-height: 24px;
    margin-bottom: 18px;
    
    color: #fff;
    padding: 25px 0px 0px 0px;
    margin: 0 100px 0 100px;
}
.testimonial-item .testimonial-author {
    font-weight: 600;
    font-size: 16px;
}
.testimonial-item .testimonial-author .pre-line {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 1px;
    background: #fff;
    margin-right: 2px;
}
/* home page */

.section-home-slider-content .home-slider-text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 45px;
    /* height: 1000px; */
}
}
/* home page content */

.section-homepage-content .section-layer-main {
    padding-top: 122px;
}
.section-homepage-content .section-about .section-info-columns-holder {
    padding-top: 45px;
    margin-bottom: 0;
}
.section-homepage-content .section-last-works {
    margin-bottom: 22px;
}
.section-homepage-content .gallery-carousel-controls ul {
    margin: 5px 0;
}
.section-homepage-content .section-title-service,
.section-homepage-content .section-title-service-block,
.section-homepage-content .section-title-service-block {
    margin-bottom: 65px;
}
.section-homepage-content .section-team-holder {
    margin-bottom: 100px;
}
.section-homepage-content .section-skills {
    margin-bottom: 65px;
}
/* home page ver 02 */
/* modified features block */

.section-home-features .page-arrow {
    top: auto;
    bottom: -28px;
    z-index: 2;
}
.section-home-features .section-features-columns-holder {
    margin-top: -222px;
    padding-bottom: 90px;
}
.section-home-features .section-features-columns-holder .row > [class*='col-'] {
    padding: 0;
}
.section-home-features .section-features-column,
.section-home-features .section-features-column-block {
    margin: 30px 0 30px;
    padding: 0 40px;
}
.section-home-features .section-features-column .features-column-icon,
.section-home-features .section-features-column-block .features-column-icon {
    font-size: 90px;
    margin: 35px 0 0;
}
.section-home-features .section-features-column .features-column-icon i:before,
.section-home-features .section-features-column-block .features-column-icon i:before {
    -webkit-text-fill-color: inherit;
}
.section-home-features .section-features-column .features-column-title,
.section-home-features .section-features-column-block .features-column-title {
    margin: 0 0 8px;
}
.section-home-features .section-features-column .features-column-text,
.section-home-features .section-features-column-block .features-column-text {
    margin-bottom: 55px;
}
.section-home-features .section-features-column.even-features-column,
.section-home-features .even-features-column.section-features-column-block {
    margin: 0 -3px;
    height: 100%;
    border: none;
    z-index: 1;
}
.section-home-features .section-features-column.even-features-column .features-column-icon,
.section-home-features .even-features-column.section-features-column-block .features-column-icon {
    font-size: 90px;
    margin: 65px 0 0;
}
.section-home-features .section-features-column.even-features-column .features-column-icon i:before,
.section-home-features .even-features-column.section-features-column-block .features-column-icon i:before {
    -webkit-text-fill-color: transparent;
}
.section-home-features .section-features-column.even-features-column:hover .features-column-icon i:before,
.section-home-features .even-features-column.section-features-column-block:hover .features-column-icon i:before {
    -webkit-text-fill-color: inherit;
}
.section-homepage-content-block .section-gallery-sorting-holder {
    margin-top: 25px;
    margin-bottom: 2px;
    background: #181818;
    color: #fff;
}

.section-homepage-content-block .section-progress-list {
    padding-top: 50px;
}
/* contacts form highlight required fields */

#contact-form .required-field.required-field-error {
    background: rgba(255, 0, 0, 0.65);
}
/* contacts form alerts */

.send-alert {
    border-radius: 22px;
    font-size: 16px;
    padding: 16px;
    line-height: 1;
    font-weight: bold;
    display: none;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    width: 95%;
}
/* messages for success or error send from contact form */

.send-success {
    background-color: #dff0d8;
    border: 4px double transparent;
    color: #3c763d;
}
.send-error {
    background-color: #FF8888;
    border: 4px double transparent;
    color: #fff;
}
/*////////////  Default colors  ///////////////*/
/* header */

header.header-v2 .section-logo a:hover {
    color: #d33341;
}
header.header-transparent .section-logo a:hover {
    color: #d33341;
}
header.header-v2 .navbar .navbar-nav > li > a:hover {
    color: #d33341;
}
header.header-transparent .navbar .navbar-nav > li > a:hover {
    color: #ffffff;
    font.size: 20px;
    font-size: 16px;
    -webkit-transition: all .4s ease;
}
header.header-transparent .section-socials a:hover {
    color: #fdf8f9;
}
/* footer */

.footer-mail {
    color: #d33341;
}
.section-footer-box a:hover {
    color: #d33341;
}
/************ Scroll top ********/

.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 10px;
    background-color: #BE3F48;
    padding: 10px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.scrollTop a {
    font-size: 18px;
    color: #fff;
}
/* elements */
/* preloader */

#page-preloader {
    background: #d33341;
}
.loader02 {
    border-top-color: #d33341 !important;
}
/* heading line */

.heading-line:after {
    background: #202b5d;
}
/* heading line */

.section-icon-heading .icon {
    border: 5px double #ffcb80;
    background: #d33341;
    color: #fff;
}
/* page arrow */

.page-arrow {
    color: #d33341;
}
.section-home-features .page-arrow {
    background: #d33341;
    color: #fff;
}
/* socials links */

.section-socials a:hover {
    color: #ffffff;
}
/* buttons */

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #d33341;
    color: #fff;
    border-color: #d33341;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background: #202b5d;
    color: #fff;
    border-color: #ffffff;
}
.btn-additional:hover,
.btn-additional:active,
.btn-additional:focus {
    background: #d33341;
    color: #fff;
    border-color: #d33341;
}
.btn-additional-block:hover,
.btn-additional-block:active,
.btn-additional-block:focus {
    background: #d33341;
    color: #fff;
    border-color: #d33341;
}
.btn-submit {
    background: #202b5d;
}
/* info columns */

.section-info-column .info-column-icon i:before {
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-big-progress .section-progress-list__percent {
    background: #d33341;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-info-column .section-progress-list__percent {
    color: #d33341;
}
.section-info-column .info-column-icon .step-number {
    background: #d33341;
}
/* contact form */

.section-contact-form:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: .9;
}
/* comment reply form */

#reply-form .form-control:focus {
    border-color: #d33341;
}
/* pages background */

.layer-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d33341;
    opacity: .8;
}
.layer-big-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4;
}
.section-about-tabs:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d33341;
    opacity: .8;
}
/* isotope sorting controls */

.section-items-sort li a:hover::after {
    background: #d33341;
}
.section-items-sort li a.current::after {
    background: #d33341;
}
/* gallery page */
/* gallery items */

.gallery-item-content .gallery-item-img .gallery-item-hover:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #313131;
    opacity: .7;
}
/* blog page */
/* blog items */

.blog-item-content .blog-item-img:before {
    background: #202b5d;
    opacity: .7;
}
.blog-item-content .blog-item-caption .item-name:hover {
    color: #d33341;
}
.blog-item-content .blog-item-caption .item-read-more:hover {
    color: #d33341;
    border-color: #d33341;
}
.section-single-tags-share .section-socials a:hover {
    color: #d33341;
}
/* custom slideshow controls */

.custom-slideshow-controls span {
    background: #d33341;
}
.custom-slideshow-controls span.arrow-transparent {
    background: transparent;
    border: 4px double #181818;
}
.custom-slideshow-controls span.arrow-transparent:hover {
    background: #d33341;
    border-color: transparent;
}
/* about page */
/* team list */

.member-list-caption:before {
    background: #262626;
    opacity: .7;
}
.custom-pager-block a.active .pager-icon i:before {
    background: #d33341;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* quote block */

.section-quote-caption .quote-icon {
    color: #202b5d;
}
.section-quote-caption .quote-icon i {
    border: 4px double #000;
    border-radius: 50%;
    padding: 20px;
}
/* links block */

.section-links ul:before {
    background: #d33341;
}
.section-links a {
    color: #d33341;
}
.section-links a:hover {
    color: #d33341;
}
/* features columns */

.section-features-column:before,
.section-features-column-block:before {
    background: rgba(32, 43, 93, 0.83);
    border: none;
    z-index: 9;
}
.section-features-column .features-column-icon i:before,
.section-features-column-block .features-column-icon i:before {
    background: #202b5d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-home-features .section-features-column,
.section-home-features .section-features-column-block {
    border-bottom: 4px double #d33341;
}
/* price pricing */

.pricing-item .pricing-content {
    border-top: 4px double #d33341;
}
.pricing-item .pricing-advantages li:last-child {
    color: #d33341;
}
.pricing-item .btn:hover,
.pricing-item .btn:active,
.pricing-item .btn:focus {
    color: #fff;
    background: #d33341;
    border-color: transparent;
}
.pricing-item.even-item {
    background: #d33341;
}
.pricing-item.even-item .btn {
    background: #181818;
    border-color: transparent;
}
.pricing-item.even-item .btn:hover,
.pricing-item.even-item .btn:active,
.pricing-item.even-item .btn:focus {
    color: #fff;
    background: #231500;
    border: 1px dashed #fff;
}
.pricing-info-text a {
    color: #d33341;
}
.pricing-info-text a:hover {
    color: #d33341;
}
/* stars */

.section-stars li {
    color: #d33341;
}
.section-stars .star-empty {
    color: #262626;
}