/*---------------------------------------------------
   Main style stylesheet
   project:       Retal- parallax one page Template
   Version:       1.0
   Author:        MTthemes22
   primary use:   marketing
-----------------------------------------------------*/

/*----------------------------------------------------
body
  +loading page
  +navbar
  +header section
  +sider section
  +about section
  +services section
  +team section
  +took section
  +my-portfolio section
  +clients section
  +help section
  +numbers section
  +price section
  +blog section
  +contact section
  +scroll to top button

------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Lato', sans-serif;
}

body,
html {
    overflow-x: hidden !important;
}

p {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

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

.fa {
    font-family: 'FontAwesome';
    font-style: normal;
}

.heading {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #000;
    text-align: center;
    margin-top: 0;
}

.heading span {
    color: #2096ba;
    font-size: 18px;
    font-weight: 300;
}

.para {
    font-size: 17px;
    text-align: center;
    font-weight: 100;
    color: #555;
    margin-bottom: 60px;
}

.a-btn {
    text-decoration: none !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    color: #fff !important;
    background-color: #2096ba !important;
    border: 1px solid transparent !important;
    font-weight: 400 !important;
    font-family: 'Lato', sans-serif !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
}

.a-btn:hover {}

/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-overlay {
    background: #222;
    color: #222;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 300px auto;
}

#loading-text {
    display: block;
    position: absolute;
    top: 180%;
    left: 50%;
    color: #fff;
    font-weight: 400;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #2096ba;
}

#loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #2096ba;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #2096ba;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#loading-content {
    border: 3px solid transparent;
    border-top-color: #2096ba;
    border-bottom-color: #2096ba;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #2096ba;
    border-bottom-color: #2096ba;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
}

#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #2096ba;
    border-bottom-color: #2096ba;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/

/*----------------------------------------------------
start Section baner
----------------------------------------------------*/
.baner {
    padding: 150px 0;
}

.baner a {
    text-align: center;
    color: #333;
    display: block;
    margin-top: 20px;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 30px;
}

.baner img {
    transition: all 0.5s ease-in-out;
}

.baner img:hover {
    transform: scale(1.05)
}

.baner a:hover {
    color: #2096ba;
}

/*----------------------------------------------------
End Section baner
----------------------------------------------------*/

/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 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;
    background-color: transparent;
}

.navbar-brand {
    display: block;
    font-size: 35px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #2096ba;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav {
    margin: 0;
    float: right;
}

.header .navbar-nav li a {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    padding: 30px 15px;
    font-family: 'Montserrat', sans-serif;
    ;
}

.header .navbar-nav li a:hover {
    color: #2096ba;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus {
    background: none;
}

.header .navbar-toggle {
    margin-top: 20px;
    padding: 10px;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
}

.header ul.socail {
    list-style: none;
    position: absolute;
    top: 30px;
    right: 15px;
}

.header ul.socail li {
    display: inline-block;
}

.header.shrink {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px -15px #999;
}

.header.shrink .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
}

.header.shrink .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
}

.header.shrink .navbar-nav li a:hover {
    color: #2096ba;
}

.header.shrink .navbar-nav li.active a {
    color: #2096ba;
}

.header.shrink .navbar-toggle {
    margin-top: 10px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar {
    background: #555;
    height: 3px;
}

/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home {
    height: 600px;
    text-align: center;
    overflow: hidden;
    background-image: url(../images/header.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .overlay {

    height: 0px;
    overflow: visible;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home .overlay .title span {
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    display: block;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.25;
}

.home .overlay .title p {
    line-height: 1.6em;
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.home .overlay .title .a-btn {
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #2096ba;
    border: 1px solid #2096ba;
}

.home .overlay .title .a-btn:hover {
    border: 1px solid #2096ba;
    color: #fff;
    background-color: transparent;
}

/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
start section home for typed page
----------------------------------------------------*/
.home-typed {
    height: 600px;
    text-align: center;
    overflow: hidden;
    background-image: url(../images/pexels-photo-264594.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-typed .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 600px;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-typed .overlay .title span {
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.25;
}

.home-typed .overlay .title .typed {
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.25;
}

.home-typed .overlay .title .typed .element {
    font-weight: 600
}

.home-typed .overlay .title p {
    line-height: 1.6em;
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.home-typed .overlay .title .a-btn {
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #2096ba;
    border: 1px solid #2096ba;
}

.home-typed .overlay .title .a-btn:hover {
    border: 1px solid #2096ba;
    color: #fff;
    background-color: transparent;
}

/*----------------------------------------------------
end section home-typed for typed page
----------------------------------------------------*/

/*----------------------------------------------------
start section slider for slider page
----------------------------------------------------*/
.slider {
    height: 600px;
}

.slider .container-fluid {
    padding: 0;
}

.slider .item {
    height: 600px;
}

.slider .item .overlay {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    /** background-color: rgba(0,0,0,0.6);*/
    height: 100%;
    color: #fff;
    cursor: e-resize;
}

.slider .first {
    background-image: url(../images/pexels-photo-264594.jpeg);
    background-position: center;
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .second {
    background-image: url(../images/pexels-photo-310479.jpeg);
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider .third {
    background-image: url(../images/pexels-photo-323705.jpeg);
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .overlay .title span {
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    display: block;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.25;
    transform: translateY(40px);
    opacity: 0;
    transition-delay: 0.6s;
    transition-duration: 0.6s;
}

.slider .overlay .title span:last-of-type {
    transition-delay: 1s;
}

.slider .owl-carousel .active span {
    transform: translateY(0);
    opacity: 1
}

.slider .overlay .title p {
    line-height: 1.6em;
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    transform: translateY(100px);
    opacity: 0;
    transition-delay: 1.6s;
    transition-duration: 0.6s;
}

.slider .owl-carousel .active p {
    transform: translateY(0);
    opacity: 1
}

.slider .overlay .title .a-btn {
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #2096ba;
    border: 1px solid #2096ba;
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 2.2s;
    transition-duration: 0.8s;
    transition-property: transform, opacity;
}

.slider .owl-carousel .active .a-btn {
    transform: translateY(0);
    opacity: 1
}

.slider .overlay .title .a-btn:hover {
    border: 1px solid #2096ba;
    color: #fff;
    background-color: transparent;
}

.slider .owl-dots {
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;
}

/*----------------------------------------------------
end section slider for slider page
----------------------------------------------------*/

/*----------------------------------------------------
start div video-container for video page
----------------------------------------------------*/
.video-container {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-container .video-background {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100
}

.video-container .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-align: center;
}

.video-container .overlay .title span {
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    display: block;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.25;
}

.video-container .overlay .title p {
    line-height: 1.6em;
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.video-container .overlay .title .a-btn {
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #2096ba;
    border: 1px solid #2096ba;
}

.video-container .overlay .title .a-btn:hover {
    border: 1px solid #2096ba;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
    font-family: 'Lato', sans-serif;

}

/*----------------------------------------------------
end div video-container for video page
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home-form {
    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/homepage24/header.avif) ! important;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

/** Date:- 24-02-2025 */
/* Fallback for browsers that don't support AVIF */
@supports not (background-image: url(https://cdn.nephotobooth.com/homepage24/header.avif)) {
    .home-form {
        background-image: url(https://cdn.nephotobooth.com/homepage24/header.webp);
    }
}

.thank-you {

    text-align: center;
    background-image: url(https://www.nephotobooth.com/images/thank_you_header2.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}


.home-form .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
}

.home-form-roaming {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/services/roaming-photo-booth-photographer-photo.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}


.home-form-roaming .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-roamingbooth {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/services/roaming-photo-booth-photographer-photo.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-roamingbooth .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-gif {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/booth-images/gif-header-3.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}


.home-form-gif .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-mirror {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/services/mirror/header-6.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}


.home-form-mirror .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}


.home-form-props {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/services/props/props-header.jpg);
    background-attachment: scroll;
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-open {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/booth-images/open-header2.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-open .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-360 {


    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/360/360_header2c.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-360 .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-display {


    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/TV/tv-display-header.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-display .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-tripod {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/booth-images/slim-pro-header-3.png);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-tripod .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-props .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-booths {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/booth-images/booth-type-header.jpg);
    background-attachment: scroll;
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: contain;
}


.home-form-booths .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 100%;
}

.home-form-digitals {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/services/digitals/digital-header.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-digitals .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 600px;
}

.home-form-guestbook {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/services/guestbook/guestbook-header.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-guestbook .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 650px;
}

.home-form-green {

    text-align: center;
    background-image: url(https://cdn.nephotobooth.com/services/green/green-header2.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 708px;
}

.home-form-green .overlay {
    /*background-color: rgba(0,0,0,0.6);*/

    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 650px;
}


.services-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}


.home-form .table {
    display: table;
}

.home-form .cell {
    vertical-align: middle;
    display: table-cell
}

.home-form .overlay .title {
    margin-bottom: 30px;
    font-family: 'Petit Formal Script', cursive;
}

.home-form .overlay .title span {
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.25;
}

.home-form .overlay .title span:last-of-type {
    margin-bottom: 10px
}

.home-form .overlay .title p {
    line-height: 1.6em;
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.home-form .overlay .title .a-btn {
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #2096ba;
    border: 1px solid #2096ba;
}

.home-form .overlay .title .a-btn:hover {
    border: 1px solid #2096ba;
    color: #fff;
    background-color: transparent;
}

.home-form .main-form {
    border-radius: 3px;
    background-color: #fff;
    padding: 20px;
}

.home-form .main-form .form-group {
    margin-bottom: 0;
}

.home-form .main-form .form-control {
    display: block;
    margin: auto;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    text-indent: 20px;
    border-radius: 0;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 500;
}

.home-form .main-form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #2096ba;
}

.home-form .main-form input[type='submit'] {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    background: #2096ba;
    border: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 5px;
}

.home-form .main-form input[type='submit']:hover {
    border: 1px solid #2096ba;
    background-color: transparent;
    outline: 0;
    color: #333;
    box-shadow: none;
}

.padd-left-110-desktop {
    padding-left: 110px !important;
}

/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
Start Section about
----------------------------------------------------*/
.about {
    padding: 30px 0;
    text-align: center;
}

.about .item {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about .item .fa {
    color: #fff;
    font-size: 30px;
    background-color: #2096ba;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 25px -5px #aaa;
}

.about .item:hover .fa {
    box-shadow: 0 15px 25px -5px #aaa;
}

.about .item h3 {
    color: #333;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 22px;
    margin: 20px 0 10px 0;
}


.about .item p {
    color: #555;
    font-weight: 400;
    font-size: 16px;
}

.about .words .a-btn {
    display: inline-block;
    margin-top: 10px;
}

.about .words .a-btn:hover {
    border: 1px solid #2096ba;
    background-color: #fff;
    color: #333;
}

/*----------------------------------------------------
end Section about
----------------------------------------------------*/

/*----------------------------------------------------
start Section skills
----------------------------------------------------*/
.skills {
    position: relative;
    background-color: #f7f7f7;
}

.skills .back-div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/photo_tower_isolated_large.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.skills h1 {
    font-weight: 100;
    font-size: 45px;
    color: #333;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
}

.skills p {
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.skills .item {
    margin-bottom: 30px;
}

.skills h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

.skills .skills-progress {
    height: 10px;
    border-radius: 10px;
    width: 90%;
    background: #fff;
    position: relative;
}

.skills .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 10px;
    background: #2096ba;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.skills .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    right: -10px;
    top: -34px;
    width: 35px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    background: #444;
    color: #fff;
    border-radius: 2px;
}

.skills .skills-progress span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #444;
    position: absolute;
    top: -12px;
    right: -2px;
}

/*----------------------------------------------------
end Section skills
----------------------------------------------------*/

/*----------------------------------------------------
start Section services
----------------------------------------------------*/
.services {
    padding: 30px 0;
    text-align: center;
}

.services .item {
    margin-bottom: 30px;

    -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;
}

.services .item:hover {}

.services .item .fa {
    font-size: 35px;
    background-color: #2096ba;
    color: #fff;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.services .item:hover .fa {
    background-color: #fff;
    color: #2096ba;
}

.services .item h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.services .item:hover h3 {
    color: #fff;
}

.services .item p {
    color: #555;
    font-weight: 400;
    font-size: 16px;
}

.services .item:hover p {
    color: #e3e3e3;
}

/*----------------------------------------------------
end Section services
----------------------------------------------------*/

/*----------------------------------------------------
start Section why
----------------------------------------------------*/
.why {
    position: relative;
}

.why .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../images/photo_tower_isolated.jpg);
    background-size: cover;
    background-position: center;

}

.tower-background {
    background-image: url(../images/photo-tower-background-large.jpg);
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.why .box {
    padding: 70px;
}

.why h1 {
    font-weight: 100;
    font-size: 45px;
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
}

.why p {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.why .item {
    margin-left: -15px;
}

.why .item .fa {
    font-size: 30px;
    color: #2096ba;
}

.why h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

/*----------------------------------------------------
end Section why
----------------------------------------------------*/

/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team {
    padding: 70px 0;
    text-align: center;
    background-color: #fff;
}

.team .item {
    margin-bottom: 30px;
}

.team .item img {
    margin: 0 auto;
    width: 100%;
    -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 .item .image {
    overflow: hidden
}

.team .item .image:hover img {
    transform: scale(1.05);
}

.team .item h5 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.team .item span {
    color: #555;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
}

.team .item p {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

.team .item .image {
    position: relative;
}

.team .item .social {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.team .item .image:hover .social {
    opacity: 1;
}

.team .item a .fa {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 2px solid #eee;
    color: #2096ba;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
}

.team .item a .fa-facebook {
    transform: translateX(30px);
    transition: transform 0.5s ease-in-out;
}

.team .item a .fa-twitter {
    transform: translateX(15px);
    transition: transform 0.5s ease-in-out;
}

.team .item a .fa-rss {
    transform: translateX(-30px);
    transition: transform 0.5s ease-in-out;
}

.team .item a .fa-google-plus {
    transform: translateX(-15px);
    transition: transform 0.5s ease-in-out;
}

.team .item:hover a .fa {
    transform: translateX(0);
}

.team .item a .fa:hover {
    color: #fff;
    background-color: #2096ba;
    border: 1px solid #2096ba;
}

.team .item .image:hover a {
    transform: translateY(0);
}

/*----------------------------------------------------
end Section team
----------------------------------------------------*/

/*----------------------------------------------------
start numbers section 
----------------------------------------------------*/
.numbers {
    background-image: url(../images/man-relax-couch-study.jpg);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.numbers .overlay {
    padding: 70px 0;
    background-color: rgba(0, 0, 0, 0.7)
}

.numbers .item {
    margin-bottom: 30px;
}

.numbers .item .fa {
    color: #fff;
    font-size: 40px;
}

.numbers .item p {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
}

.numbers .item h1 {
    color: #2096ba;
    font-weight: 800;
    font-size: 45px;
    margin-top: 0
}

/*----------------------------------------------------
end numbers section 
----------------------------------------------------*/

/*----------------------------------------------------
start features section 
----------------------------------------------------*/
.features {
    padding: 70px 0;
}

.features .words,
.features .image {
    margin-bottom: 30px;
}

.features h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.features p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 28px;
}

.features .a-btn:hover {
    border-color: #2096ba;
    background-color: transparent;
    color: #333;
}

/*----------------------------------------------------
end features section 
----------------------------------------------------*/

/*----------------------------------------------------
start video section 
----------------------------------------------------*/
.video {
    background-image: url(../images/pexels-photo-264594.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.video .overlay {
    padding: 70px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.video h1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px;
}

.video .fa {
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding-left: 7px;
    padding-top: -5px
}

.video .fa:hover {
    background-color: #2096ba;
    border: 1px solid #2096ba;
}

/*----------------------------------------------------
end video section 
----------------------------------------------------*/

/*----------------------------------------------------
start my-portfolio section   
 ----------------------------------------------------*/
.my-portfolio {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.my-portfolio ul {
    list-style: none;
    margin-bottom: 30px;
}

.my-portfolio ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    color: #555;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.my-portfolio .selected {
    background-color: #2096ba;
    color: #fff;
    border: 1px solid #2096ba;
}

.my-portfolio .work-area {
    position: relative;
    margin-bottom: 30px;

}

.my-portfolio .work-area .image {
    overflow: hidden
}

.my-portfolio .work-area .image img {
    width: 100%;
    height: auto;
    -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;

}

.my-portfolio .work-area:hover .image img {
    transform: scale(1.05);
}

.my-portfolio .work-area .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.my-portfolio .work-area .overlay h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transform: translateY(20px);
    transition: all 0.5s ease
}

.my-portfolio .work-area .overlay p {
    color: #eee;
    font-size: 14px;
    transform: translateY(20px);
    transition: all 0.5s ease
}

.my-portfolio .work-area:hover .overlay h5,
.my-portfolio .work-area:hover .overlay p {
    transform: translateY(0);
}

.my-portfolio .work-area:hover .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

/*----------------------------------------------------
end my-portfolio section 
----------------------------------------------------*/

/*----------------------------------------------------
start clients section 
----------------------------------------------------*/
.clients {
    text-align: center;
    background-image: url(../images/pexels-photo-310479.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.clients .overlay {
    background-color: rgba(0, 0, 0, .65);
    padding: 70px 0;
}

.clients .item img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 30px;
}

.clients .item p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 10%;
    text-align: center;
}

.clients .item .fa {
    color: #2096ba;
    font-size: 20px;
}

.clients .item h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #2096ba;
    margin-bottom: 0px;
}

.clients .item span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #aaa;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #2096ba;
    background-color: #2096ba;
}

/*----------------------------------------------------
end clients section 
----------------------------------------------------*/

/*----------------------------------------------------
start price section 
----------------------------------------------------*/
.price {
    padding: 70px 0;
    text-align: center;
}

.price .item {
    margin-bottom: 30px;
    padding: 50px 0;
    background-color: #2096ba;
    box-shadow: 0px 15px 35px 0px #aaa;
}

.price .item:hover {

    background-color: #fff !important;

}

.price .item:hover p {
    color: #000 !important;
}

.price .item:hover .price-box p {
    color: #2096ba !important;
}

.price .item .price-box {
    margin: 0 10%;
    margin-bottom: 20px;
}

.price .item .price-box p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}

.price .item .price-number p {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    margin-top: -15px;
}



.price .item .price-box span {
    display: block;
    margin: auto;
    height: 110px;
    width: 110px;
    line-height: 110px;
    background-color: #2096ba;
    color: #f2f2f2;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 400;
}

.price .item:hover .price-box span {
    background-color: #333;
}

.price .item .price-box strong {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.price .item p {
    color: #DCDCDC;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.price .item p.last {
    margin-bottom: 30px;
}

.price .item .a-btn {
    margin: 20px 10% 0 10%;
    background-color: #000 !important;
    color: #fff !important;
}

/*.price .item:hover .a-btn{
	<!-- background-color: #2096ba !important;
    color: #fff !important; 
} */

.price .item:hover .price-number {
    color: #000 !important;
}

.price .item .a-btn:hover {
    background-color: #2096ba;
    color: #fff;
}

/*----------------------------------------------------
end price section 
----------------------------------------------------*/

/*----------------------------------------------------
start blog Section
----------------------------------------------------*/
.blog {
    padding: 70px 0;
}

.blog .blog-area {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 5px 30px -5px #ccc;
}

.blog .blog-area img {
    transition: all 0.5s ease-in-out;
}

.blog .blog-area:hover img {
    transform: scale(1.05);
}

.blog .blog-area h1 {
    font-size: 22px;
    margin: 15px 0 10px 0;
    color: #333;
    font-weight: 600;
}

.blog .blog-area h1:hover {
    color: #2096ba
}

.blog .blog-area span {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #555;
    font-weight: 400;
}

.blog .blog-area span .fa {
    color: #2096ba;
    margin-right: 5px;
}

.blog .blog-area p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #555;
}

.blog .blog-area .a-btn {
    font-size: 13px;
    padding: 10px 15px;
}

.blog .blog-area .a-btn:hover {
    background-color: transparent;
    border: 1px solid #2096ba;
}

/*----------------------------------------------------
end blog Section
----------------------------------------------------*/

/*----------------------------------------------------
start partners Section
----------------------------------------------------*/
.partners {
    padding: 30px 0;
}

.partners img {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    cursor: pointer;
}

.partners img:hover {
    opacity: 1
}

/*----------------------------------------------------
end partners Section
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
    padding: 30px 0 0 0;
    text-align: center;
    background-color: #f7f7f7;
}

.contact .box .item {
    margin-bottom: 30px;
}

.contact .box .item .fa {
    color: #2096ba;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 22px;
    box-shadow: 0 5px 25px -5px #aaa;
}

.contact .box .item:hover .fa {
    background-color: #333;
}

.contact .box .item p {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.contact-form {
    border-radius: 3px;
}

.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 18px;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #ffffff;
    text-indent: 20px;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 500;
}

.contact-form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #2096ba;
}

.contact-form input[type='submit'] {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    background: #2096ba;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 20px;
}

.contact-form input[type='submit']:hover {
    border: 1px solid #2096ba;
    background-color: transparent;
    outline: 0;
    color: #333;
    box-shadow: none;
}

.contact-form2 {
    border-radius: 3px;
}


.contact-form2 .form-group2 {
    margin-bottom: 0;
}

.contact-form2 .form-control2 {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 18px;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #ffffff;
    text-indent: 20px;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border-radius: 5px;
    border: 1px solid #ffffff;
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 500;
}

.contact-form2 .form-control2:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #ffffff;
}


.contact-form2 input[type='submit'] {
    padding: 10px 20px;
    color: #000000 !important;
    font-size: 17px;
    background-color: #ffffff !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 20px;
}

.contact-form2 .form-group2 input[type='select'] {
    padding: 10px 0px !important;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

}

.contact-form2 input[type='submit']:hover {
    border: 1px solid #2096ba;
    background-color: transparent;
    outline: 0;
    color: #333;
    box-shadow: none;
}

/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
.social-icon-div {
    background-color: #111;
    padding: 20px 0;
    text-align: center;
}

.social-icon-div i {
    margin-top: 20px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #2096ba;
    margin-bottom: 30px;
}

.social-icon-div i:hover {
    background-color: #2096ba;
}

.social-icon-div p {
    color: #fff;
    font-weight: 400;
}

/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #333;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    display: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 5px 25px 1px #aaa;
}

#scroll-top:hover {
    background-color: #2096ba;
}

#scroll-top i {
    line-height: 26px;
    font-size: 20px;
}

/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/

.white {
    color: white;
}

::placeholder {
    color: #ffffff;
}

.max380 {
    max-height: 380px !important;
}

.petit {
    font-family: 'Petit Formal Script', cursive;
}

.Lato {
    font-family: 'Lato', sans-serif;
}

.Lato-500 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}


.fifty {
    height: 50px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-700 {
    max-width: 700px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-30 {
    padding-top: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding10 {
    padding: 10px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}


.margin3 {
    margin-top: 3px !important;
}

.negative-margin-50 {
    margin-top: -50px;
}

.negative-margin-100 {
    margin-top: -100px;
}

.negative-margin-75 {
    margin-top: -75px;
}

.grey-background {
    background-color: #f7f7f7 !important;
    z-index: 110;
}

.dark-grey-background {
    background-color: #E0E0E0;
    z-index: 110;
}

.white-background {
    background-color: #ffffff;
}

.left {
    text-align: left;
}

.min249 {
    min-height: 249px;
}

.min349 {
    min-height: 349px;
}

@media (max-width: 1200px) {
    .min349 {
        min-height: 417px !important;
    }
}

@media (max-width: 992px) {
    .min349 {
        min-height: 491px !important;
    }
}

@media (max-width: 768px) {
    .min349 {
        min-height: 100% !important;
    }
}



.min379 {
    min-height: 379px
}

.display {
    display: block;
}

.display-none {
    display: none;
}

.grey-texture {

    background-image: url(../images/backgrounds/tweed.png);
    background-repeat: repeat;
}

.black {
    color: #000000 !important;
}

.nunito {
    font-family: 'Nunito', sans-serif;
}

.rubik {
    font-family: 'Rubik', sans-serif;
}

.condensed {
    font-family: 'Open Sans Condensed', sans-serif;
}

.blue {
    color: #2096BA
}

.italic {
    font-style: italic;
}



.uppercase {
    text-transform: uppercase;
}

.strikethrough {
    text-decoration: line-through;
    color: #BEBEBE;
    font-weight: 300;
}

.brief.secondary-bg-color {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.section-common-space {
    padding: 30px 0px;
}

.main-header.header-top .container {
    position: static;
    padding: 0;
}


.contact-form .row:last-child,
.contact-form .row:nth-last-child(2) {
    margin-bottom: 7px;
}

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

.mb-10 {
    margin-bottom: 3rem;
}

.lato {
    font-family: 'Lato', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 5rem;
    text-transform: none;
    -webkit-font-smoothing: antialiased;

}

.Lato {
    font-family: 'Lato', sans-serif
}

.shrikand {
    font-family: 'Shrikhand', cursive;
}

.white_text {
    color: white !important;
}

.mdl-button {
    letter-spacing: .6px;
    border-radius: 3px;
}

.mdl-button--fab[disabled][disabled],
.mdl-button--fab.mdl-button--disabled.mdl-button--disabled,
.mdl-button--raised[disabled][disabled],
.mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
    box-shadow: none;
}

.btn-lg {
    padding: 0px 30px 15px !important;
    height: 45px !important;
    line-height: 45px !important;
}

.btn-highlight {
    background-color: #ffffff;
}

.btn-default {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    min-width: 90px;
    padding: 0 18px;
    text-transform: uppercase;
    color: #000000;
}

.green-height {
    max-height: 239px;
    overflow: hidden;
}

.max239 {
    max-height: 239px;
}

.desktop {
    display: block;
}

.mobil {
    display: none;
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobil {
        display: block;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blue-background {
    background-color: rgb(32, 150, 186);
}

.blue-background-trans {
    background-color: rgba(32, 150, 186, .8);
}

.rounded {
    border-radius: 8px;
}

.white-background-trans {
    background-color: rgba(255, 255, 255, .85);
    border-radius: 8px;
    box-shadow: 10, 10, 20, 30, #fff;
}

.black-background-trans {
    background-color: rgba(0, 0, 0, .8);
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-minus30 {
    margin-top: -30px;
}

.margin-top-minus50 {
    margin-top: -50px;
}

.margin-top-minus100 {
    margin-top: -100px;
}

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

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

.margin-bottom-45 {
    margin-bottom: 45px;
}

.kern2 {
    letter-spacing: 2px;
}

.kern3 {
    letter-spacing: 3px;
}

.kern6 {
    letter-spacing: 6px;
}

.font60 {
    font-size: 60px;
}

.font12 {
    font-size: 12px;
}

.shadow {
    box-shadow: 0px 10px 35px 0px #aaa;
}

.centered {
    margin: 0 auto !important;
}

.none {
    display: none !important;
}

submit {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.fa-check {
    display: inline;
    margin-left: 0 !important;
}

.fa-check {
    color: #2096ba;
}

.list {
    line-height: 1.6em !important;
    color: #000000 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
}

.fa-ul-2 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.form-title {
    position: relative;
    top: -60px;
    font-size: 40px;
    font-weight: 100
}

.bullet-position {
    margin-bottom: 0px !important;
    width: 750px;
}

.bullet-box {
    margin: -50px 0px 0 450px;
}

@media (max-width: 1140px) {
    .form-title {
        font-size: 35px;
    }
}

@media (max-width: 1160px) {
    .bullet-box {
        margin: -50px 0px 0 410px !important;
    }

    .bullet-position {
        margin-left: 0px !important;
    }
}

@media (max-width: 1110px) {
    .bullet-box {
        margin: -50px 0px 0 380px !important;
    }
}

@media (max-width: 1070px) {
    .bullet-box {
        margin: -50px 0px 0 360px !important;
    }
}

@media (max-width: 1040px) {
    .bullet-box {
        margin: -50px 0px 0 340px !important;
    }

    .home-form {
        background-image: url(../images/header-ipad.jpg);
    }

    .padd-left-110-desktop {
        padding-left: 0 !important;
    }

    .thank-you {

        background-color: #ffffff !important;
        background-image: none !important;
    }
}

@media (max-width: 1020px) {
    .bullet-box {
        margin: -50px 0px 0 325px !important;
    }
}



@media (max-width:991px) {
    .home-form {
        background-size: auto 500px !important;
        background-image: url(../images/header-ipad-vert.jpg);
        background-attachment: scroll
    }

    .bullet-box {
        margin: 450px 0px 0 80px !important;
    }

    .form-position {
        margin-top: 380px;
    }

    .bullet-position {
        width: 400px;
    }

    .thank-you {

        background-color: #ffffff !important;
        background-image: none !important;
    }

    .padd-left-110-desktop {
        padding-left: 0 !important;
    }

}

@media (min-width:991px) {
    .hide-desktop-title {
        display: none !important;
    }
}

@media (max-width:945px) {

    .bullet-box {
        margin: 450px 0px 0 60px !important;
    }

}

@media (max-width:891px) {

    .bullet-box {
        margin: 450px 0px 0 40px !important;
    }

}

@media (min-width:992px) {
    .hide-image {
        display: none;
    }
}

@media (max-width:768px) {
    .row {
        margin: 0 !important;
    }

    .bullet-box {
        margin: -50px 0 0 0 !important;
    }

    .home-form {
        background-size: 500px auto !important;
        background-image: url(../images/header-mobile2.jpg);
        background-attachment: scroll
    }

    .thank-you {

        background-color: #ffffff !important;
        background-image: none !important;
    }

    .padd-left-110-desktop {
        padding-left: 0 !important;
    }

    .bullet-position {
        margin-top: 250px;
    }

    .form-position {
        margin-top: 70px;
        width: 100%;
        float: left;
    }

    .hide-mobile {
        display: none !important;
    }

    .tower-background {
        background-image: none !important
    }

    .tower-mobile {
        display: block !important;
        width: 100%;
        height: auto;
    }

    .green-height {
        max-height: none;
        overflow: hidden;
    }

}

@media (max-width:1132px) {
    .hide-menu {
        display: none !important;
    }
}



.unset {
    position: unset !important;
}

.section-common-space-small {
    padding: 20px 0px 30px;
}

.accordion {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.accordion-header,
.accordion-body {}

.accordion-header {
    padding: 1em 1.5em;
    color: #333333;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s;
    border-bottom: 1px solid #D3D3D3;
}

.accordion-header:active {
    border-bottom: none !important;
    color: #2096ba !important;
}

.accordion-header:hover {
    position: relative;
    z-index: 5;
    color: #2096ba !important;
}

.accordion-body {
    color: #666666;
    display: none;
}

.accordion-body__contents {
    padding: 1em 1.7em;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.accordion__item.active:last-child .accordion-header {
    border-radius: none;

}

.accordion:first-child>.accordion__item>.accordion-header {
    border-bottom: 1px solid transparent;
    color: #2096ba !important;
}

.accordion__item>.accordion-header:after {
    content: "\f3d0";
    font-family: IonIcons;
    float: right;
    position: relative;
    top: -2px;
    transition: .3s all;
    transform: rotate(0deg);
}

.accordion__item.active>.accordion-header:after {
    transform: rotate(-180deg);
    color: #2096ba !important;
}

.accordion__item.active .accordion-header {
    background: none;
    border-bottom: none;
    color: #2096ba !important;
}

.accordion__item .accordion__item .accordion-header {
    background: none;
    color: #2096ba !important;
}

.image-center {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 35px;
}


@media screen and (max-width: 991px) {
    .desktop-nav {
        visibility: hidden;
    }

    .mobile-nav {
        visibility: visible;
    }

    ul.topnav,
    ul.topnav {
        position: relative
    }

    ul.topnav li.right,
    ul.topnav li {
        float: none;
    }

    ul.topnav .dropdown-content {
        width: 100% !important;
        position: absolute;
        z-index: 1;
    }

}

@media screen and (min-width: 991px) {
    .mobile-nav {
        visibility: hidden;
    }

    .desktop-nav {
        visibility: visible;
    }
}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li:hover a:not(.active) {}

ul.topnav li a.active {
    background-color: #D2691E;
    color: white;
}

ul.topnav li.right {
    float: right;
}

ul.topnav .dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0 10px 25px -15px #999;
}

ul.topnav .dropdown-content a {
    color: black;
    background-color: white;
}

ul.topnav .dropdown:hover>.dropdown-content {
    display: block;
    background-color: white;
}




ul.topnav .dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0 10px 25px -15px #999;
}

ul.topnav .dropdown-content a {
    color: black;
    background-color: white;
}

ul.topnav .dropdown:hover>.dropdown-content {
    display: block;
    background-color: white;
}

.nav-toggle:before {
    content: "+";
}

.nav-toggle.active:before {
    content: "-";
}

.nav-items {
    display: none;
}


.cd-accordion {
    list-style-type: none !important;
}

.cd-accordion__item {
    padding: 10px 0;
    list-style-type: none !important;

}

.cd-accordion__item span {
    list-style-type: none !important;
}

.cd-accordion__input {
    position: absolute;
    opacity: 0;
}

.cd-accordion__label {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--space-sm) var(--space-md);
    background: var(--cd-color-1);
    box-shadow: inset 0 -1px lightness(var(--cd-color-1), 1.2);
    color: var(--color-white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    list-style-type: none !important;
    line-height: 30px;
}



.cd-accordion__label:active {
    color: #2096ba;
}

.cd-accordion__sub {
    display: none;
}

.cd-accordion__input:checked~.cd-accordion__sub {
    display: block;
}

.black {
    color: #000000 !important;
}

.grey {
    color: #555555 !important;
}

.white {
    color: #ffffff !important;
}

.light-grey {
    color: #C2C2C2 !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.logo-label {
    position: absolute;
    bottom: 0px;
    right: 10px;
    color: #FFFF00;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 5px 10px 10px 10px;
    line-height: 30px;
    font-weight: bolder;
    font-size: 25px;
    text-shadow: 1px 1px #000000;
}

.dark-grey-background-footer {
    background-color: #171717 !important;
    min-height: 300px;
}

.black-background {
    background-color: #000000 !important;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.switch:hover {
    color: #2096BA;
    transition: .5s
}

.black-background {
    background-color: #141414;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
    background-color: #2096ba !important;
}

.service-prop img:last-child {
    display: none !important;
}

.service-prop:hover img:last-child {
    display: block;
}

.service-prop:hover img:first-child {
    display: none;
}




/* Code By Webdevtrick ( https://webdevtrick.com ) */

.slidercontainer {
    height: 73.5vw;
    margin: 1vw auto;
    max-height: 750px;
    max-width: 1000px;
    overflow: hidden;
    width: 96vw;
    background-color: #fff;

    box-shadow: 0px 0px 40px 20px #2096ba;
}

.slidercontainer figure {
    background-image: url(https://cdn.nephotobooth.com/glam/glam-before.jpg);
    background-size: cover;
    font-size: 0;
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
}

#compare {
    background-image: url(https://cdn.nephotobooth.com/glam/glam-after.jpg);
    background-size: cover;
    bottom: 0;
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    height: 100%;
    max-width: 98.6%;
    min-width: 0.6%;
    overflow: visible;
    position: absolute;
    width: 50%;
    animation: first 2s 1 normal ease-in-out 0.1s;
    -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}

input#slider {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    cursor: col-resize;
    height: 100vw;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: -100vw;
    width: 100%;
}

input#slider::-moz-range-track {
    background: transparent;
}

input#slider::-ms-track {
    border: none;
    background-color: transparent;
    height: 100vw;
    left: 0;
    outline: none;
    position: relative;
    top: -100vw;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: col-resize;
    color: transparent;
}

input#slider::-ms-fill-lower {
    background-color: transparent;
}

input#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}

input#slider::-moz-range-thumb {
    -moz-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}

input#slider::-ms-thumb {
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}

input#slider::-ms-tooltip {
    display: none;
}

#compare::before {
    background: url(https://webdevtrick.com/wp-content/uploads/comparision.png) no-repeat scroll 0 center transparent;
    background-size: contain;
    content: " ";
    float: right;
    height: 100%;
    margin-right: -34px;
    position: relative;
    top: 0;
    width: 64px;
}

@keyframes first {
    0% {
        width: 0%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 50%;
    }
}

@-webkit-keyframes first {
    0% {
        width: 0%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 50%;
    }
}

.containerflex {
    display: flex;
    justify-content: center;
    /* Optional: horizontally center the image */
    align-items: center;
    /* Vertically center the image */
    height: 100%;
    /* Set the container height to 100% of the viewport height */
}

.imageflex {
    max-width: 100%;
    /* Ensure the image doesn't exceed the container width */
    max-height: 100%;
    /* Ensure the image doesn't exceed the container height */
}

.home-partner {
    height: 684px;
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
    background-image: url(https://www.nephotobooth.com/images/partner-header2.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;

}

.home-needmore {
    height: 684px;
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
    background-image: url(https://www.nephotobooth.com/images/needmore-header.png);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;

}

.roboto {
    font-family: roboto;
}

.home-container {
    height: 684px;
}

.vertical-center {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 25%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centered {
    text-align: center !important;
}

.overlay-black {
    background-color: rgba(0, 0, 0, 0.7);
}