/*------------------------------------------------------------------
[Master Stylesheet]

Template Name: Vicky Studio - Creative Photography Portfolio
Template Demo URL: 
Version: 1.0
Author: 

--------------------------------------------------------------------

[Table of contents]

1. General style
    1.1 Typography
    1.2 Specials Classes
2. Header
    2.1 Menu
    2.2 Burger Button
    2.3 Collapse Navigation
3. Pages Style
4. Home Slider
    4.1 Slider Navigation Buttons
    4.2 Slider Inner Info
  4.3 Pagination
5. Albums
6. Gallery
7. Blog
8. About
9. Contact
10. Footer
11. Responsive Rules

--------------------------------------------------------------------
# Font: 'Quicksand';
--------------------------------------------------------------------
# Colors: #151515, #F4F93E, #555555
------------------------------------------------------------------*/

/**
 * 1. General style
 */



/*Social icons font*/
@import 'https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?rd5re8';


@font-face {
    font-family: 'VisiaPro-BoldOutline';
    src: url('../Web Fonts/VisiaPro-BoldOutline.woff2') format('woff2'),
        url('../Web Fonts/VisiaPro-BoldOutline.woff') format('woff'),
        url('../Web Fonts/VisiaPro-BoldOutline') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Visia Pro';
    src: url('../Web Fonts/VisiaPro-Regular.eot');
    src: url('../Web Fonts/VisiaPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Web Fonts/VisiaPro-Regular.woff2') format('woff2'),
        url('../Web Fonts/VisiaPro-Regular.woff') format('woff'),
        url('../Web Fonts/VisiaPro-Regular.ttf') format('truetype'),
        url('../Web Fonts/VisiaPro-Regular.svg#VisiaPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Visia Pro Bold';
    src: url('../Web Fonts/VisiaPro-Bold.eot');
    src: url('../Web Fonts/VisiaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Web Fonts/VisiaPro-Bold.woff2') format('woff2'),
        url('../Web Fonts/VisiaPro-Bold.woff') format('woff'),
        url('../Web Fonts/VisiaPro-Bold.ttf') format('truetype'),
        url('../Web Fonts/VisiaPro-Bold.svg#VisiaPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Visia Pro Bold';
    src: url('../Web Fonts/VisiaPro-Bold.eot');
    src: url('../Web Fonts/VisiaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Web Fonts/VisiaPro-Bold.woff2') format('woff2'),
        url('../Web Fonts/VisiaPro-Bold.woff') format('woff'),
        url('../Web Fonts/VisiaPro-Bold.ttf') format('truetype'),
        url('../Web Fonts/VisiaPro-Bold.svg#VisiaPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Altero';
    src: url('../Web Fonts/Altero-Regular.woff2') format('woff2'),
        url('../Web Fonts/Altero-Regular.woff') format('woff'),
        url('../Web Fonts/Altero-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: .5rem;
}

::-webkit-scrollbar-thumb {
    background-color: #759D9F;
    outline: .0625rem solid #527476
}

::selection {
    background: #555;
    color: #fff;
}

::-moz-selection {
    background: #555;
    color: #fff;
}

body {
    background: #151515;
    padding: 0;
    margin: 0 auto;
    min-height: 100vh;
    font-family: 'Quicksand', Arial, sans-serif;
    color: #151515;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a {
    color: #F4F93E;
    text-decoration: none;
}

blockquote {
    padding: 10px 20px;
    color: #151515;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto 30px;
}

ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0 !important;
    -webkit-padding-start: initial !important;
    -moz-padding-start: initial;
}

menu,
ol,
ul {
    padding: 0 !important;
}

button {
    background: transparent;
    border: none;
}

button:focus {
    outline: none;
}

input,
textarea {
    font-family: 'Quicksand', Arial;
}

textarea {
    padding: 14px;
}

input:focus,
textarea:focus {
    outline: none !important;
    border: 1px solid #F4F93E;
    box-shadow: none;
}

input[type="submit"] {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

input[type="submit"]:focus {
    outline: none;
}

img {
    width: 100%;
}

/* 1.1 Typography */

h1,
h2,
h4,
h5,
h6 {
    color: #151515;
    margin-top: 0;
    text-transform: uppercase;
}

h1 {
    font-size: calc(80px + 1vw);
}

h2 {
    font-size: calc(36px + 16 * (100vw - 992px) / 1508);
}

h3 {
    font-size: calc(28px + 16 * (100vw - 992px) / 1508);
    margin-bottom: 20px;
}

h4 {
    font-size: calc(24px + 16 * (100vw - 992px) / 1508);
    font-weight: 300;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: calc(10px + 10 * (100vw - 992px) / 1508);
}

/*p {
        font-size: calc(18px + 2 * (100vw - 992px) / 1508);
        line-height: 1.8;
        font-weight: 300;
    }
*/
/* 1.2 Specials Classes */

.c-white {
    color: #fff !important;
}

.navbar-white {
    color: #fff;
    background-color: transparent !important;
}

.center-block {
    display: flex;
    justify-content: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
    display: block;
}

.socials li {
    display: inline-block;
}

.share-links a {
    font-size: 19px;
    padding: .5em;
}

[class*="socicon-"] {
    display: inline-block;
    color: inherit;
    margin: 0;
    transition: opacity .3s ease;
}

#contact [class*="socicon-"] {
    padding-right: .7em;
}

[class*="socicon-"]:hover {
    opacity: .4;
}

/* 1.3 Button */

.ms-button {
    color: #151515;
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-decoration: none;
    border: solid 1px;
    transition: color .4s ease;
}

.ms-button:after {
    position: absolute;
    display: block;
    content: attr(data-title);
    padding: 7px 0;
    font-size: 14px;
    left: 0;
    top: 0;
    width: 0%;
    background: #F4F93E;
    color: #fff;
    text-indent: 1rem;
    transition: all .3s ease;
    overflow: hidden;
    border: none;
    bottom: 0;
}

.ms-button:hover {
    color: #F4F93E;
}

.ms-button:active::after,
.ms-button:focus::after,
.ms-button:hover::after {
    width: 100%;
    padding-right: 25px;
}

.ms-btn--slider:hover {
    text-decoration: none;
    color: #F4F93E;
}

.ms-btn--slider {
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    display: flex;
    align-items: center;
    width: 18em;
    font-weight: 600;
    letter-spacing: .15em;
    left: 6%;
    font-family: Quicksand;
}

.ms-btn--slider::before {
    content: '';
    height: .1rem;
    width: 2rem;
    margin-right: .7rem;
    background: #F4F93E;
    transition: width .3s ease;
}

.ms-btn--slider:hover::before {
    width: 3rem;
}

/**
 * 2. Header
 */


.ms-header {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 3;
}

/* 2.1 Menu */

.ms-logo {
    position: relative;
    z-index: 7;
    height: 50px;
}

.logo-dark,
.logo-light {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease .4s;
}

.ms-logo img {
    width: auto;
    height: 185%;
}

.logo-dark.current,
.logo-light.current {
    opacity: 1;
}

.logo-dark.active,
.logo-light.active {
    opacity: 1;
    transition: opacity .1s;
}

.ms-nav {
    padding: 2em 3em;
    color: inherit;
}

/* 2.2 Burger button */

.hamburger {
    margin-right: 0;
    margin-left: auto;
    overflow: visible;
    cursor: pointer;
    z-index: 7;
    border: 0;
    transition-timing-function: linear;
    transition-duration: .3s ease;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
}

.navbar-white .hamburger-label {
    color: #fff;
}

.hamburger-label {
    display: block;
    font-family: 'Quicksand', Arial;
    font-size: 16px;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: -4em;
    padding-right: 4em;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: color .3s ease .4s;
    color: #151515;
}

.hamburger.is-active .hamburger-label {
    color: #fff !important;
    transition: color .1s ease;
}

.hamburger-box {
    position: fixed;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    right: 100px;
}

.hamburger-inner {
    display: block;
    top: 0;
}

.navbar-white .hamburger-inner,
.navbar-white .hamburger-inner:after,
.navbar-white .hamburger-inner:before {
    background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: '';
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #151515;
    transition: all .3s ease .5s;
    border-radius: 4px;
}

.hamburger-inner:before {
    top: 8px;
    left: 0px;
}

.hamburger-inner:after {
    top: 16px;
    /*width: 26px;*/
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
    background-color: #fff;
    transition-delay: .1s;
}

.hamburger.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner:before {
    opacity: 0;
    transition: opacity .3s ease 0s
}

.hamburger.is-active .hamburger-inner:after {
    width: 30px;
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/* 2.3 Collapse navigation */

.ms-nav {
    display: flex;
    align-items: center;
}

.height-full-viewport {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: #151515;
    z-index: 5;
    overflow: hidden;
    transition: height .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
    background: #151515 url(../assets/images/menubg.png);

    background-position: inherit;
    background-size: cover;

}

.ms-navbar {
    z-index: 6;
    margin: 0 auto;
    display: block;
    /*    width: auto;*/
    width: 425px;
    height: auto;
    /* top: 0;
    left: 0;*/
    position: absolute;
    right: 90px;
    margin-top: 50px;
}

.ms-nav.is-visible .height-full-viewport {
    height: 100vh;
    transition: height 1s ease;
}

.nav-item {
    cursor: pointer;
    padding: 5px;
    opacity: 0;
    /*width: 240px;
    margin-left: 3em;
*/
    transition: opacity .3s ease;
}

.ms-navbar a {
    display: block;
}

.ms-navbar .ms-btn {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 0.25em;
    position: relative;
}

.ms-navbar .ms-btn {
    /*font-size: 60px;*/
    font-size: 70px;
    letter-spacing: .02em;
    color: #fff;
    font-weight: 700 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: Altero;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.ms-btn::before {
    content: '';
    position: absolute;
    top: 0;
    /*left: 0;*/
    left: 24px;
    width: 100%;
    height: 100%;
    background: #F4F93E;
    height: .1rem;
    top: 65%;
    width: 0;
    transition: width .3s ease;
}

.nav-item__label {
    position: relative;
    display: block;
    /* margin: 0.5em 0 0 0;
    margin-top: 0.25em;
    padding: 0.5em;*/
    color: #555;
    transition: color .3s ease;
    text-decoration: none;
    margin-left: 22px;
}

.nav-item:hover .nav-item__label {
    color: #9a9a9a;
}

.is-visible .nav-item {
    opacity: 1;
    transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) .3s;
}

.nav-item .ms-btn {
    transition: all .3s ease;
}

.nav-item:active .ms-btn,
.nav-item:focus .ms-btn,
.nav-item:hover .ms-btn {
    color: #fff;
    opacity: 1;
    padding-left: 4.4rem;
}

.nav-item:active .ms-btn::before,
.nav-item:focus .ms-btn::before,
.nav-item:hover .ms-btn::before {
    width: 2rem;
}

/**
 * 3. Pages Style
 */

.ms-preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    background-color: #151515;
}

.ms-main-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    background-color: #151515;
    overflow-x: hidden;
}

.ms-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 12em;
}

.ms-section__block {
    width: 85%;
    max-width: 88em;
    margin: 0 auto 6em;
}

.ms-page-title span {
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #F4F93E;
}

.page-header {
    text-transform: uppercase;
    position: relative;
    margin: 15px 0;
}

.page-desc {
    width: 50vh;
    font-size: 1.5em;
    line-height: 1.5;
    color: #151515;
    letter-spacing: .05em;
}

.nav-item a:hover {
    text-decoration: none !important;
}

/**
 * 4. Home Slider
 */

.home-slider {
    padding-top: 0 !important;
}

.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    overflow: hidden;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    transition: all .65s ease;
}

.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
    opacity: .4;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-inner--image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .2;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}

.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
    opacity: 1;
    transform: scale(1);
}

/* 4.1 Slider navigation buttons */

.swiper-button-prev,
.swiper-button-next {
    text-transform: uppercase;
    color: #000;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 13px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #F4F93E;
    background: #fff;
    padding-left: 7px;

}

.swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}

.swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}

.swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}

.swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}

.swiper-button-prev:hover {
    padding-left: 90px;
}

.swiper-button-prev:hover::after {
    width: 75px;
}

.swiper-button-next:hover {
    padding-right: 90px;
}

.swiper-button-next:hover::after {
    width: 75px;
}

/* 4.2 Slider inner info */

/*Internal Overlay*/

.ashade-album-item__overlay {
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
    pointer-events: none;
    width: 33.33%;
    height: 100%;
    left: -1px;
    top: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.75;
}

.slide-inner--info {
    position: absolute;
    top: 100%;
    width: 100vh;
    display: flex;
    justify-content: center;
    transform-origin: 0% 0%;
    transform: rotate(-90deg);
    transition: left 1s, opacity 0.5s;
    z-index: 3;
    cursor: default;
    /*pointer-events: none;*/
    opacity: 1;
}


.slide-inner--info::before {

    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 22px;

}

.swiper-slide-active .slide-inner--info {
    opacity: 1;
    transition: opacity 1s ease 1s;
    left: 136px;
}

/*.slide-inner--info h1 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    color: #fff;


}*/
.slide-inner--info h1 {

    margin: 39px 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 5%;
    font-family: 'Altero';
}

.slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}

.swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* 4.3 Pagination */

.expanded-timeline {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    /*justify-content: right;*/
    z-index: 3;
    bottom: 2.8em;
    right: 3em;
    width: 40vh;
}

.swiper-pagination {
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}

.swiper-pagination-progressbar-fill {
    background: #fff !important;
}

.expanded-timeline__counter span {
    text-align: center;
    margin-left: 1.8em;
    margin-right: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
}

.scroll-message {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .15em;
}

.scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}

/**
 * 5. Albums
 */

.filtr-container {
    transition: height .5s ease-out;
    overflow: hidden;
}

.filtr-btn {
    display: inline-block;
    margin-bottom: 2.4em;
}

.filtr-btn li {
    cursor: pointer;
    display: inline-block;
    opacity: .5;
    margin-bottom: 15px;
    transition: opacity .3s ease;
}

.filtr-btn h6 {
    margin-bottom: 0;
    padding-right: 1.2em;
}

.filtr-btn li.active {
    opacity: 1;
}

.filtr-btn li:hover {
    opacity: 1 !important;
}

.album-item {
    padding-bottom: 1.8em;
}

.album-item a {
    padding-top: 60%;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.album-item__img {
    position: absolute;
    width: 100.5%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.album-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.album-item__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}

.album-item__overlay h5 {
    position: relative;
    color: #fff;
    margin: 0;
    max-width: 100%;
    padding: 1em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    transform: scale(1.5);
    opacity: 0;
    transition: all .3s ease;
}

.album-item:hover .album-item__img {
    transform: scale(1.1);
}

.album-item:hover .album-item__cover,
.album-item:hover .album-item__overlay h5 {
    opacity: 1;
    transform: translateZ(0);
}

/**
 * 6. Gallery
 */

.ug-thumb-overlay:hover::before {
    top: 15px;
    right: 15px;
}

.ug-thumb-overlay:hover::after {
    bottom: 15px;
    left: 15px;
}

.ug-thumb-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition: transform .3s ease, opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s !important;
}

.ug-thumb-image {
    transform: scale(1) !important;
}

.ug-thumb-wrapper,
.post-item {
    pointer-events: none;
}

.ug-thumb-wrapper.ug-tile.ug-tile-clickable.ug-thumb-ratio-set:hover .ug-thumb-image {
    transform: scale(1.1) !important;
}

/**
 * 7. Blog
 */

.ms-right-sidebar {
    display: inline-block;
}

.ms-right-sidebar h5 {
    margin-bottom: 15px;
}

.ms-right-sidebar a {
    display: block;
    border-top: solid 1px rgba(103, 103, 103, .3);
    padding: 15px 0;
}

.ms-right-sidebar a:hover .post-item__title,
.ms-right-sidebar a:hover .post-item__title {
    color: #F4F93E;
}

.ms-right-sidebar .post-item__title {
    margin-bottom: 0;
    transition: color .3s ease;
}

.ms-right-sidebar .post-item__date {
    margin-top: .3em;
}

#ms-blog-post img {
    margin-bottom: 30px;
}

.post-item {
    margin-bottom: 3em;
    padding-right: 3em;
}

.post-item:nth-child(2n) {
    padding-right: 15px;
    padding-left: 3em;
}

.post-item__img {
    position: relative;
    overflow: hidden;
}

.album-item__overlay::before,
.post-item__img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background-color: rgb(240, 240, 240);
    transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 1.2s;
}

.loaded .album-item__overlay::before,
.loaded .post-item__img::before {
    opacity: 0;
}

.post-item__img img {
    width: 100%;
    height: auto;
    max-height: 35em;
    padding: 0;
    display: block;
}

.post-item__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(231, 55, 39, 0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(231, 55, 39, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e73727', endColorstr='#000000', GradientType=1);
    transition: opacity .3s ease;
}

.post-item__info {
    position: relative;
    margin: 2.5em 0 0 2.5em;
}

.post-item__title {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

.post-item__date {
    margin-left: 0;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.post-item__link {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    padding-right: 3em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}

.post-item__link::after {
    content: '';
    width: 2em;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    background: red;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}

.post-item:hover .post-item__img::after {
    opacity: .7;
}

.post-item:hover .post-item__link::after {
    width: 3em;
}

.post-item:hover .post-item__link {
    padding-right: 4em;
}

.ms-pagination {
    padding: 0;
    display: flex;
    justify-content: center;
}

.page-item {
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 .5em;
    border-right: none !important;
}

.page-item:last-child {
    border-right: solid 1px rgba(0, 0, 0, .1);
}

.page-link {
    padding: 1em;
    display: block;
    line-height: 1em;
}

/**
 * 8. About
 */

.about__info {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.about__info h4 {
    margin: 1em 0;
}

#about .row {
    margin-bottom: 9em;
}

/**
 * 9. Contact
 */

.form-group {
    position: relative;
    margin: 0;
    transition: border-color .3s ease;
}

.form-control {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 1em;
    height: 34px;
    font-size: calc(16px + 2 * (100vw - 992px) / 1508);
    color: #151515;
    font-weight: 300;
    margin-bottom: 2em;
    background-image: none;
    border: 1px solid #555;
}

#message {
    min-height: 150px;
    max-height: 150px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 14px;
}

label.error {
    position: absolute;
    bottom: 1.2em;
    font-size: 12px;
    color: #F4F93E;
}

/**
 * 10. Footer
 */

footer {
    position: relative;
    right: 0;
    /*bottom: -50px;*/
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.ms-footer {
    width: 85%;
    max-width: 88em;
    margin: 0 auto;
    display: flex;
    font-size: 16px;
    align-items: center;
}

.ms-footer .copyright {
    padding: 1.2em 0;
    margin-left: 0;
    margin-right: auto;
}

.ms-footer .socials {
    padding: 0;
    margin-left: auto;
    margin-right: 0;
}

.ms-footer .socials a {
    padding-left: 15px;
}

/**
 * 11. Responsive Rules
 */

@media only screen and (max-width: 805px) {
    h1 {
        font-size: calc(48px + 1vw);
    }

    h6 {
        font-size: 16px;
    }

    blockquote {
        margin: 0 auto 15px;
        font-size: 1em;
    }

    .hamburger-box {
        right: 30px;
    }

    .expanded-timeline {
        width: 50vh;
    }

    .ms-nav {
        padding-top: 1.4em;
    }

    .ms-navbar .ms-btn {
        font-size: 2.4em;
    }

    .height-full-viewport {
        background-position: bottom;
        background-size: 330px;
        background-repeat: no-repeat;
    }

    .ms-navbar {
        position: relative;
        width: 100%;
        min-height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        overflow-y: auto;
        right: 0px;
    }

    .nav-item {
        display: inline-block;
        width: auto;
        margin-left: 0;
    }

    .nav-item__label {
        display: none;
    }

    .ms-nav {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1.4em;
    }

    .overlay {
        background: -moz-linear-gradient(top, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-linear-gradient(top, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 50vh;
    }

    .swiper-button-prev {
        padding-left: 3em;
    }

    .swiper-button-next {
        padding-right: 3em;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: 2em;
    }

    .swiper-button-prev:hover {
        padding-left: 3em;
    }

    .swiper-button-prev:hover::after {
        width: 2em;
    }

    .swiper-button-next:hover {
        padding-right: 3em;
    }

    .swiper-button-next:hover::after {
        width: 2em;
    }

    .expanded-timeline {
        display: none;
    }

    .slide-inner--info {
        /*width: 100%;*/
        /*text-align: center;*/
        /*min-height: 50px;*/
        /*bottom: 10vh;*/
        /*padding-left: 0;*/
        /*color: #fff;*/
        /*z-index: 1;*/
        /*opacity: 0;*/
        /*transition: opacity 1s ease;*/
        /*-webkit-user-select: none;*/
        /*-moz-user-select: none;*/
        /*-ms-user-select: none;*/
        /*user-select: none;*/

        position: absolute;
        top: 100%;
        width: 100vh;
        display: flex;
        justify-content: center;
        transform-origin: 0% 0%;
        transform: rotate(-90deg);
        transition: left 1s, opacity 0.5s;
        z-index: 3;
        cursor: default;
        pointer-events: none;
        opacity: 1;
    }

    /*.ms-btn--slider {
        margin: 15px auto;
        display: inline-block;
        letter-spacing: .15em;
        background: #F4F93E;
        color: #fff;
        padding: .5em 0;
    }*/
    .ms-btn--slider {
        /*         margin: 15px auto; */
        display: inline-block;
        /*! letter-spacing: .15em; */
        background: #F4F93E;
        color: #fff;
        /*         padding: .5em 0; */
        padding-left: 8px;
        width: 14sem !important;
    }

    .slide-inner--info h1 {
        font-size: 36px;
        line-height: 34px;
    }

    .swiper-slide-active .slide-inner--info {
        left: 35px;
    }

    .ms-btn--slider {

        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        display: flex;
        align-items: center;
        width: 15em;
        font-weight: 600;
        letter-spacing: .15em;
        position: absolute;
        left: 6%;
        top: -5px;
        color: #151515;
    }

    .abt-head h2 {
        font-size: 45px !important;
        padding-top: 0px !important;
    }

    .abt-head {
        padding-top: 0px !important
    }

    .abt-head .container {
        padding-top: 0px !important
    }

    .abt-head p {
        font-size: 19px !important;
        font-weight: 400 !important;
        position: relative !important;
        top: 0px !important;
        line-height: 25px !important;
        left: 5px !important;
        width: 100% !important;
    }

    .ms-btn--slider::before {
        content: '';
        display: none;
        width: 0;
    }

    .ms-container {
        padding-top: 6em;
        padding-bottom: 3em;
    }

    .ms-container.home-slider {
        padding-bottom: 0 !important;
    }

    .ms-section__block {
        width: auto;
        margin: 0 15px 3em;
    }

    .page-desc {
        width: 100%;
        font-size: 1.2em;
        line-height: 1.5;
        color: #151515;
        letter-spacing: .05em;
    }

    .post-item,
    .post-item:nth-child(2n) {
        padding-right: 15px;
        padding-left: 15px;
    }

    #contact>div {
        margin-bottom: 30px;
    }

    .ms-footer .copyright {
        margin-left: auto;
    }

    .ms-footer .socials {
        display: none;
    }

    /*Custom Responsive css*/


    .services h2 {
        font-size: 45px !important;
        padding-top: 0px !important;
    }

    #insta-follow h3 {
        margin-top: -20px !important;
        position: absolute;
        right: 40px !important;
        margin-bottom: 5px;

    }

    #insta-follow img {
        width: 70%;
        position: absolute;
        right: 0px;
    }
}





/*Custom CSS*/



.abt-head h2 {

    font-size: 58px;
    font-weight: normal;
    color: #fff;
    /*opacity: 0.4;*/
    margin-top: 60px;
    font-family: Altero;
    /*text-transform: lowercase;*/
}

.abt-head h2 span {
    -webkit-text-stroke: 1px #fff;
    color: transparent;

}

.abt-head p {
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -10px;
    line-height: 32px;
    left: 0px;
    color: #fff;
    /*text-align: justify;*/
}




/*.abt-block:before
{
    content: "";
    width: 0px;
    height: 0px;
    bottom: 20px;
    left: 20px;
    position: absolute;*/
/*     border-bottom: 2px solid #F4F93E; */
/*     border-left: 2px solid #F4F93E; */
/*z-index: 4;*/
/*     transition:1s !important; */
/*}

.abt-block:hover:before {
    content: "";
    width: 20px;
    height: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    border-bottom: 1px solid #F4F93E;
    border-left: 1px solid #F4F93E;
    z-index: 4;
    transition:0.5s ease-in !important;
    
}
.abt-block:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 20px;
    top: 65px;
*/
/*     border-top: 2px solid #F4F93E;
    border-right: 2px solid #F4F93E; */
/*z-index: 4;*/


/*}
.abt-block:hover:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 65px;
    border-top: 1px solid #F4F93E;
    border-right: 1px solid #F4F93E;
    z-index: 4;
         transition:0.5s ease-in !important;

}
.abt-bk::before {
    content: "";
    width: px;
    height: px;
    bottom: 20px;
    right:  20px;
    position: absolute;
*/
/*     border-bottom: 2px solid #F4F93E;
    border-right: 2px solid #F4F93E; */
/*z-index: 4;*/


/*}
.abt-bk:hover:before {
    content: "";
    width: 20px;
    height: 20px;
    bottom: 20px;
    right:  20px;
    position: absolute;
    border-bottom: 1px solid #F4F93E;
    border-right: 1px solid #F4F93E;
    z-index: 4;
     transition:0.5s ease-in !important;

}
.abt-bk:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 20px;
    top: 65px;
*/
/*     border-top: 2px solid #F4F93E;
    border-left: 2px solid #F4F93E; */
/*z-index: 4;*/


/*}
.abt-bk:hover:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 65px;
    border-top: 1px solid #F4F93E;
    border-left: 1px solid #F4F93E;
    z-index: 4;
        transition:0.5s ease-in !important;

}*/



.services h2 {
    font-size: 58px;
    font-weight: normal;
    color: #fff;
    /*text-align: right !important;*/
    margin-top: 60px;
    font-family: Altero;
}

.services h2 span {
    -webkit-text-stroke: 1px #fff;
    color: transparent;

}

.services .title h2 span {
    -webkit-text-stroke: 0.8px #151515;
    color: transparent;

}


.text-cover.hover-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 1;
    transition: opacity .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item:before {
    content: "";
    width: 20px;
    height: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    border-bottom: 2px solid #F4F93E;
    border-left: 2px solid #F4F93E;
    z-index: 4;
}

.item:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    border-top: 2px solid #F4F93E;
    border-right: 2px solid #F4F93E;
    z-index: 4;
}

.item:first-child .text-cover.hover-block {
    background-color: #fff;
}

.item .text-cover {
    padding: 15px 15px 55px;
}

.item .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px 0 10px;
}

.item .title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.4px;
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: Altero;
    color: #151515 !important;
    opacity: 1;
}


.item .divider {
    height: 2px;
    width: 40px;
    background-color: #ff7a56;
    margin: 20px auto 34px;
    position: relative;
    z-index: 2;
}

.item:first-child .desc {
    color: #5c5c66;
}


.item .desc {
    font-size: 16px;
    letter-spacing: -.4px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}

.item {
    flex: 1;
    position: relative;
    /*padding: 20px;*/
    overflow: hidden;
}

.item .bg {
    position: absolute;
    left: -50px;
    top: 50px;
}



.section-partnership .top .text-cover {
    text-align: center;
    color: #fff;
    margin-top: 50px
}

@media (max-width:575.98px) {
    .section-partnership .top .text-cover {
        padding: 0 20px;
        margin-top: 30px
    }

    .grid-item {
        margin-bottom: 20px;
    }

    .services h2,
    #gallery h2 {
        font-size: 35px !important;
    }

}

.section-partnership .top .text-cover .title {
    font-weight: 600;
    letter-spacing: -.4px;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 10px
}

@media (max-width:575.98px) {
    .section-partnership .top .text-cover .title {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -.4px;
        line-height: 50px;
        text-align: left;
        margin-bottom: 20px
    }
}

.section-partnership .top .text-cover .desc {
    font-size: 18px;
    letter-spacing: -.4px;
    line-height: 30px;
    color: hsla(0, 0%, 100%, .8);
    margin: 0
}

@media (max-width:575.98px) {
    .section-partnership .top .text-cover .desc {
        font-size: 16px;
        letter-spacing: -.4px;
        line-height: 28px;
        text-align: left
    }


}

.section-partnership .top .text-cover .buttons {
    margin-top: 40px
}

@media (max-width:575.98px) {
    .section-partnership .top .text-cover .buttons {
        margin-top: 30px
    }

    .section-partnership .top .text-cover .buttons .btn {
        max-width: 100%;
        width: 100%
    }
}

.section-partnership .bottom {
    /*margin-top: -185px;*/
    z-index: 1;
    position: relative;
    display: flex
}

@media (max-width:991.98px) {
    .section-partnership .bottom {
        flex-direction: column
    }
}

.section-partnership .bottom .item {
    flex: 1;
    position: relative;
    /*padding: 20px;*/
    overflow: hidden;
    padding-bottom: 18px;
}

@media (max-width:575.98px) {
    .section-partnership .bottom .item {
        padding: 10px;
        min-height: 335px
    }
}

.section-partnership .bottom .item:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    border-top: 2px solid #F4F93E;
    border-right: 2px solid #F4F93E;
    z-index: 4
}

@media (max-width:575.98px) {
    .section-partnership .bottom .item:after {
        top: 10px;
        right: 10px
    }
}

.section-partnership .bottom .item:before {
    content: "";
    width: 20px;
    height: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    border-bottom: 2px solid #F4F93E;
    border-left: 2px solid #F4F93E;
    z-index: 4
}

@media (max-width:575.98px) {
    .section-partnership .bottom .item:before {
        bottom: 10px;
        left: 10px
    }
}

.section-partnership .bottom .item:hover .text-cover.hover-block {
    opacity: 0;
    pointer-events: none
}

.section-partnership .bottom .item:first-child {
    background-color: #fff
}

.section-partnership .bottom .item:first-child .desc {
    color: #5c5c66;
}

.section-partnership .bottom .item:first-child .text-cover.hover-block {
    background-color: #fff
}

.section-partnership .bottom .item:nth-child(2) {
    background: linear-gradient(180deg, #ffc369, #ff7a56)
}

.section-partnership .bottom .item:nth-child(2):after,
.section-partnership .bottom .item:nth-child(2):before {
    border-color: #fff
}

.section-partnership .bottom .item:nth-child(2) .text-cover.hover-block {
    background: linear-gradient(180deg, #ffc369, #ff7a56)
}

.section-partnership .bottom .item:nth-child(2) .text-cover.hover-block .icon svg path {
    fill: #fff
}

.section-partnership .bottom .item:nth-child(2) .divider {
    background-color: #fff
}

.section-partnership .bottom .item:nth-child(2) .desc,
.section-partnership .bottom .item:nth-child(2) .title h2 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #fff
}

/*.section-partnership .bottom .item:last-child,*/
/*.section-partnership .bottom .item:last-child .text-cover.hover-block {*/
/*    background-color: #17171b*/
/*}*/

.section-partnership .bottom .item:last-child .desc,
.section-partnership .bottom .item:last-child .title h2 {
    color: #fff
}

.section-partnership .bottom .item .text-cover {
    padding: 15px 15px 25px
}

.section-partnership .bottom .item .text-cover.hover-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 1;
    transition: opacity .3s;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section-partnership .bottom .item .text-cover.hover-block .icon {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    z-index: 4
}

.section-partnership .bottom .item .text-cover.hover-block .icon svg path {
    opacity: 1
}

.section-partnership .bottom .item .text-cover.hover-block .divider {
    margin-top: 47px
}

.section-partnership .bottom .item .text-cover.hover-block .title {
    padding: 0
}

@media (max-width:575.98px) {
    .section-partnership .bottom .item .text-cover {
        padding: 10px 15px 15px
    }
}

.section-partnership .bottom .item .divider {
    height: 2px;
    width: 40px;
    background-color: #d11124;
    margin: 20px auto 34px;
    position: relative;
    z-index: 2;
    border-radius: 3px;
}

.section-partnership .bottom .item .bg {
    position: absolute;
    /*left: -42px;*/
    left: 0px;
    top: 50px
}

.section-partnership .bottom .item .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px 0 10px
}

.section-partnership .bottom .item .title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.4px;
    position: relative;
    z-index: 2;
    margin: 0
}

.section-partnership .bottom .item .desc {
    font-size: 16px;
    letter-spacing: -.4px;
    line-height: 26px;
    margin: 0;
    text-align: center
}

.section-expertise {
    padding: 105px 0;
    background-color: #f4f6f8
}

@media (max-width:767.98px) {
    .section-expertise {
        padding: 70px 0 80px
    }
}

.section-expertise .text-cover {
    text-align: center
}

.section-expertise .text-cover .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.4px;
    line-height: 40px;
    color: #17171b
}

.section-expertise .text-cover .desc {
    font-size: 16px;
    letter-spacing: -.4px;
    line-height: 27px;
    color: #5c5c66
}

.desc p {
    color: #000 !important;
}



#insta-follow h3 {

    color: #fff;
    font-weight: normal;
    font-family: Altero;
    margin-top: 30px;
    position: absolute;
    right: -120px;
}

#insta-follow h3 span {
    -webkit-text-stroke: 1px #fff;
    color: transparent !important;

}

#insta-follow img {
    width: 70%;
    position: absolute;
    right: 0px;
}



/*gallery */

#gallery h2 {
    font-family: Altero;
    color: #fff;
    font-size: 58px;
}

#gallery h2 span {
    /*font-family: Quicksand;*/

    -webkit-text-stroke: 0.6px #fff;
    color: transparent;
}

/*#gallery h2 span span {
    -webkit-text-stroke: 0.6px #D11124;
    color: #D11124;
}*/

#gallery button {

    font-family: Altero;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    -webkit-text-stroke: 0.6px #fff;
    color: transparent;
    padding: 0px;
    padding-right: 35px;

}

#gallery button:focus {
    box-shadow: none;
}


#gallery

/*.portfolio-menu .btn*/
button:hover {
    color: #fff;
}

#gallery button:active {
    color: #fff !important;
}

.btn:not([disabled]):not(.disabled).active {
    color: #fff !important;
}


.grid-item img,
.grid-item iframe {
    /*filter: grayscale(100%) contrast(120%);*/
    box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
}

.more a {
    font-size: 24px;
    /*margin-top: 30px;*/
    /* position: absolute; */
    /* bottom: -80px; */
    /* align-items: center;
    align-content: center;*/
    text-transform: uppercase;
    text-decoration: none;
    color: transparent;
    font-family: Altero;
    -webkit-text-stroke: 1px #fff;
    /* margin-left: -52px; */
    /* position: relative; */
    margin-top: 25px;
    display: inline-block;
}

.more a:hover {
    color: #fff;

}

/*@media only screen and (max-width: 767px) and (min-width: 320px)
{
#gallery button {
        padding: 0 5px;
}
}*/

#stats .ico-no {
    font-family: Altero;
    font-size: 50px;
    margin-bottom: 15px;
    -webkit-text-stroke: 1px #fff;
    color: transparent;


}

/*#stats .ico-no b
{
    color: #fff !important;
    -webkit-text-stroke:none !important;
    font-weight: normal !important;
}*/

#stats .ico-txt {
    font-size: 20px;
    /*font-family: Altero;
    text-transform: uppercase;*/

}

footer {
    background: #F4F93E;

}

footer a {
    color: #000;
    font-size: 18px;
    /*padding-left: 10px;*/
}

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

footer .contact-item {
    width: 40px;
    position: relative;
    left: 15px;
}

footer .social-item {
    width: 40px;
}

footer .footerlogo {
    width: 230px !important;
}

footer ul {
    margin-left: 20px;
}

footer ul li {
    display: inline-block;
    padding-right: 10px;
    margin-top: 30px;
    margin-left: 15px;
}

.footerlove {
    width: 25px;
}

.devlogo {
    width: 55px;
}

body:after {
    position: fixed;
    top: -150px;
    right: -50px;
    bottom: 0;
    content: '';
    width: 400px;
    height: 600px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    z-index: 0;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}


/*Contact page */


#contact-header {
    background: url(../assets/images/contactbg.png) no-repeat;
    background-size: cover;
    height: 56vh;
    /*padding-top: 38px;*/
    background-position: inherit;
    /*margin-top: 41px;*/
    position: relative;
    top: 60px;
}

#contact-header h1,
#about-header h1,
#gallery-header h1,
#services-header h1,
#prewed-header h1,
#wed-header h1 , #engage-header h1{
    font-family: Altero;
    font-size: 50px;
    /*margin-bottom: 15px;*/
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

#contact_info h2,
#about-info h2,
#team h2,
.gallery-info h2,
.services-info h2,
#shootblocks h2,
#prewed_info h2 , #engage_info h2{
    font-family: Altero;
    font-size: 45px;
    /*margin-bottom: 15px;*/
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

#contact_info,
#about-info,
.gallery-info,
.services-info,
#prewed_info, #engage_info {
    margin-top: 10rem;
}

#contact_info h2 span,
#about-info h2 span,
#team h2 span,
.gallery-info h2 span,
.gallery-info p,
.services-info h2 span,
#shootblocks h2 span,
#prewed_info h2 span ,#engage_info h2 span {
    /*font-family: Quicksand;*/

    /*-webkit-text-stroke: 0.6px #fff;*/
    color: #fff;
}

.input1 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    border: 1px solid #fff;
    font-family: Altero;
    color: #fff;
    text-transform: uppercase;
}

input.input1 {
    height: 50px;
    padding: 0 30px;
}

input {
    outline: none;
    border: none;
}

.wrap-input1 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

textarea.input1 {
    min-height: 150px;
    padding: 12px 30px;
}

.shadow-input1 {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: #F4F93E;
}

.input1:focus+.shadow-input1 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}


.contact1-form-btn {
    min-width: 193px;
    height: 50px;
    /*border-radius: 25px;*/
    border: 1px solid #fff;
    font-family: Altero;
    background: transparent;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
}


.contact1-form-btn:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}


#contact_info h3 {
    color: #fff;
    font-size: 19px;
}

#contact_info h6 {
    color: #fff;
    text-transform: none;
}

#contact_info a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;

}

#quote h2 {
    font-family: Altero;
    font-size: 50px;
    /*margin-bottom: 15px;*/
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

#quote h2 span {
    /*font-family: Quicksand;*/

    /*-webkit-text-stroke: 0.6px #fff;*/
    color: #fff;
}

/*#contact_info  .contactno
{
    vertical-align: middle;
}*/

#contact_info .contactno a {
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 10px;
    font-size: 20px;
}

/* .item2::before {
    content: "";
    width: 20px;
    height: 20px;
    bottom: 0px;
    left:0px;
    position: absolute;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    z-index: 2;
}

.item2::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    
    top: 0px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 2;
}*/

.contact-headerbg span::before,
.about-headerbg span::before,
.gallery-headerbg span::before,
.services-headerbg span::before,
.prewed-headerbg span::before,
.wed-headerbg span::before {
    content: "";
    width: 20px;
    height: 20px;
    left: 0px;
    position: absolute;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    z-index: 2;
}

.contact-headerbg span::after,
.about-headerbg span::after,
.gallery-headerbg span::after,
.services-headerbg span::after,
.prewed-headerbg span::after,
.wed-headerbg span::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;

    bottom: 0px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 2;
}

#about-header {
    background: url(../assets/images/aboutbg.png) no-repeat;
    background-size: cover;
    height: 56vh;
    /*padding-top: 38px;*/
    background-position: inherit;
    /*margin-top: 41px;*/
    position: relative;
    top: 60px;
}

#about-info p,
.services-info p,
#prewed_info p , #engage_info p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

#about-info .abt-para {
    font-weight: normal !important;
}


/*Team Section*/

.team {
    margin: 40px;
}

.team-member {
    margin: 15px 0;
    padding: 0;
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.team-member figure img {
    min-width: 100%;
}


.team-member h4 {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.team-member ul {
    display: inline-block;
    position: absolute;
    right: 14px;
    margin-top: 10px;
}

.team-member ul li {
    display: inline-block;
}

.team-member ul li a img {
    width: 20px !important;
}

.team-member p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}

.team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(0deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(0deg) translateY(12px);
    -o-transform: scale(1.1) rotate(0deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(0deg) translateY(12px);
    transform: scale(1.1) rotate(0deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}*/
#gallery-header {
    background: url(../assets/images/gallerybg.png) no-repeat;
    background-size: cover;
    height: 56vh;
    /*padding-top: 38px;*/
    background-position: inherit;
    /*margin-top: 41px;*/
    position: relative;
    top: 60px;
}

.container--gallery {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container--gallery .row {
    margin-left: -4px;
    margin-right: -4px;
}

.container--gallery [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
}

.photo-zoom {
    outline: 0;
    overflow: hidden;
    position: relative;
    display: block;
    height: 230px;
}

.photo-zoom img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .photo-zoom img,
[class*="-2"] .photo-zoom img,
[class*="-3"] .photo-zoom img {
    width: auto;
    height: 100%;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    /* -webkit-backface-visibility: hidden; */
    -webkit-transition: all 0.23s ease-out;
    transition: all 0.23s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*service page*/
#services-header {
    background: url(../assets/images/servicesbg.png) no-repeat;
    background-size: cover;
    height: 56vh;
    /*padding-top: 38px;*/
    background-position: inherit;
    /*margin-top: 41px;*/
    position: relative;
    top: 70px;
}

#services-blocks img {
    width: 90px;
}

/*#services-blocks .serv-block2 img
{
    width: 95px;
}*/
#services-blocks h4 {
    font-family: Altero;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 30px;
}

#services-blocks h4 span {
    color: #fff;
}

#services-blocks h5,
#shootblocks h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Altero;

}

#services-blocks p,
#shootblocks p {
    color: #fff;
    font-size: 17px;
}


#shootblocks img {
    width: 260px;
    box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, .2);
}


#shootblocks img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: 2s;
}



#prewed-header {
    background: url(../assets/images/prewed-header-09.png) no-repeat;
    background-size: cover;
    height: 67vh;
    /*padding-top: 38px;*/
    background-position: inherit;
    /*margin-top: 41px;*/
    position: relative;
    top: 60px;
}

.gal-row>div {
    padding: 0 4px !important;
}



.gal-row img {
    margin-top: 8px;
    vertical-align: middle;

}
#engage_info p {
    text-indent: 84px;
}
#prewed_info p {
    text-indent: 84px;
}

#wed-header {
    background: url(../assets/images/wed-header2.png) no-repeat;
    background-size: cover;
    height: 67vh;
    /*padding-top: 38px;*/
    background-position: inherit;
    /*margin-top: 41px;*/
    position: relative;
    top: 60px;
}

@media (max-width:575.98px) {

    #contact-header h1 {
        font-size: 32px;
        margin-left: 20px;
    }

    .contact-headerbg span::before {
        left: 20px;
        position: absolute;
    }

    #contact_info h2 {
        font-size: 25px;
    }

    footer a {
        font-size: 16px;
    }
}



@media only screen and (min-width: 1380px) and (max-width:1600px) {

    .ms-navbar .ms-btn {
        font-size: 80px;
    }

    .ms-navbar {

        position: absolute;
        right: 140px;
    }
}



/*service new box*/


.services .serv-sub-line {
    color: #fff;
    font-size: 18px;

}

.serviceBox {
    background: #fff;
    padding: 35px 40px;
    position: relative;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
}

.serviceBox:after {
    position: absolute;
    left: -30px;
    z-index: 1;
    bottom: 30px;
    content: '';
    border-right: 30px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    width: 0;
    height: 0;
}

.serviceBox.right:after {
    left: auto;
    right: -30px;
    border-left: 30px solid #fff;
    border-right: 0px;
}

.serviceBox h3 {
    font-family: Altero;
    text-transform: uppercase;
    font-size: 28px;
}


.serviceBox h3:after {
    position: absolute;
    right: 0px;
    z-index:1;
    top: 85px;
    content: '';
    border-bottom: 2px solid #000;
    height: 3px;
    width: 30%;
}



.serviceBox .ser-left-h3:after {
    left: 0px !important;
}

.serviceBox .ser-box-para {
    font-size: 17px;
    margin-top: 30px;
}

.serviceBox .serv-box-btn {
    background: #000;
    color: #fff;
    transition: .5s ease-in-out;
    padding: 4px 8px 4px 8px;
    font-size: 15px;
}

.serviceBox .serv-box-btn #Capa_1 {
    position: relative;
    top: 2px;
    left: 2px;
    transition: .5s ease-in-out;
}

.serviceBox .serv-box-btn:hover {
    background: #F4F93E;
    color: #000;
    transition: .5s ease-in-out;
}

.serviceBox .serv-box-btn:hover #Capa_1 {
    left: 7px;
    fill: #000;
    transition: .5s ease-in-out;
}

#gallery,
#stats {
    background: #151515;
    z-index: 2;
    position: relative;
}



#fixed-img {
    background: url(../images/fixedBg2.jpg) no-repeat right bottom;
    background-size: cover;
}

.position-sticky {
    position: sticky !important;
}

.position-sticky {
    top: 4px;
    z-index: 1;
}


#fixed-img h3 {
    font-size: 34px;
    font-weight: 800;
    color: #151515;
    padding: 300px 0;
    /*height: 100vh;*/
    /*text-shadow: 1px 1px 3px #000;*/
    text-transform: uppercase;
    width: 60%;
    font-family: Altero;
}

#fixed-img h3 span {
    -webkit-text-stroke: 0.9px #000;
    color: transparent;
}



#gallery button.active:before {
    content: '';
    position: absolute;
    height: 28px;
    width: 72px;
    background: #e82340    ; /* #f4f93e;*/
    /*! top: 30px; */
    /*! left: 45%; */
    /*! -webkit-transform: translateX(-50%) translateY(-50%); */
    /*! transform: translateX(-50%) translateY(-50%); */
    opacity: 0.9;
    /*! display: inline-block; */
    /*! bottom: 20px; */
    margin-top: 8px;
    /*margin-left: 62px;*/
    z-index: -10;
}




.numeric-block h3 {
    font-size: 24px !important;
    margin-top: 20px;
    font-weight: 700;
    font-family: Altero;
    color: #fff;
    /* position: relative;
    z-index: 22; */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.numeric-block p {
    color: #fff;

}

.filter-invert {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}



.work-proc2-a {
    font-family: Altero;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #323336;
    text-transform: uppercase;

}

.work-proc2-a-text {
    position: absolute;
    top: 50px;
    left: 20px;
    transition: left .27s cubic-bezier(.3, .1, .58, 1);
}

.bg-red2 {
    background-color: #e82340;
}

.work-proc2-bg-block {
    margin-left: 60px;
    height: 200px;
    width: 200px;
    background: #e82340;
    transition: background .27s cubic-bezier(.3, .1, .58, 1);
}

.work-proc2-a:hover {
    color: #323336;
}

.work-proc2-a:hover .work-proc2-bg-block {
    background: #5bd3be;
    transition: background .27s cubic-bezier(.3, .1, .58, 1);
}

.work-proc2-a:hover .work-proc2-a-text {
    left: 40px;
    transition: left .27s cubic-bezier(.3, .1, .58, 1);
}



.numeric-block-count {
    position: absolute;
    color: #f4f93e;
    top: 0;
    left: 10px;
    font-size: 6rem;
    font-weight: 700;
    opacity: 0.4;
    z-index: 0;
    line-height: 1;
    /*    font-family: Poppins, Arial, Helvetica, sans-serif;
*/
}

#whatwedo .whatwedo-box1 {
    background: url(../images/whatwedo-box1.jpg) no-repeat;
    background-size: cover;
}


#whatwedo .whatwedo-box2 {
    background: url(../images/whatwedo-box2.jpg) no-repeat;
    background-size: cover;
}

#whatwedo .whatwedo-box3 {
    background: url(../images/whatwedo-box3.jpg) no-repeat;
    background-size: cover;
}







@media (max-width:575.98px) {
    #whatwedo .whatwedo-box1 {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 20px;

    }

    #whatwedo .whatwedo-box2 {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 20px;

    }

    #whatwedo .whatwedo-box3 {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 20px;

    }

    .serv-row {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 20px;

    }

    .serviceBox::after {
        display: none;
    }

    .serviceBox h3::after {
        margin-top: 8% !important;
    }

    #fixed-img h3 {
       font-size: 14px !important;
       padding: 60px 0 !important;
    }

    #fixed-img {
        background-size: cover;
        z-index: -5;

    }
    .position-sticky
    {
        position: relative !important;
        top:0px;
    }

    #contact_info h2, #about-info h2, #team h2, .gallery-info h2, .services-info h2, #shootblocks h2, #prewed_info h2, #engage_info h2
    {
        font-size: 28px;
    }
    #main-gallery {
        position: relative;
        z-index: 99;
    }

    #contact-header h1, #about-header h1, #gallery-header h1, #services-header h1, #prewed-header h1, #wed-header h1, #engage-header h1
    {
        font-size:38px;

    }
    .prewed-headerbg
    {
        margin-left: 30px;
        /* text-align: center; */
    }
}










#engage-header {
    background: url(../assets/images/wed-header.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: cover;
height: 67vh;
padding-top: 38px;
background-position: inherit;
/* margin-top: 41px; */
position: relative;
top: 90px;
}