/*------------------------------------------------------------------
	Template Name: Andy and Ana
    Template URI: http://enroutedigitallab.com/html/andy_ana/
    Description: Andy and Ana Personal Portfolio HTML Template
    Author: Enroutedigitallab
    Author URI: http://enroutedigitallab.com/
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
    */


/*
    ========================================================================
    Index
    ------------------------------------------------------------------------

    # -  1.0 -  All Global css
    # -  2.0 -  Home One About Section
    # -  3.0 - Home content
    # -  4.0 - Home One Pagination
    # -  5.0 - Menu
    # -  6.0 - Home Two modal
    # -  7.0 - Home Two  section
    # -  8.0 - preloader
    # -  9.0 - Home Two About section
    # - 10.0 - work-section
    # - 11.0 - Home Two Work section
    # - 12.0 - Contact
    # - 13.0 - Home Two Contact section

    ****/

body {
    font-family: 'Inconsolata', monospace;
    font-weight: normal;
}

ul {
    margin: 0px;
}

li {
    list-style: none;
}


/*  transitions
------------------*/

.t3s {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.t2s {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.t5s {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}


/*  Font Size
---------------*/

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs20 {
    font-size: 20px;
}

.fs30 {
    font-size: 30px;
}


/*    Font-weight
-----------------------*/

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}


/*    Display
----------------*/

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dif {
    display: inline-flex;
}

.dn {
    display: none !important;
}


/*    Position
------------------*/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}


/*  	margin padding
--------------------------*/

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mtb00 {
    margin-bottom: 100px;
}

.pdb35 {
    padding-bottom: 35px;
}

.pdb40 {
    padding-bottom: 40px;
}

.mt25 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 20px;
}

.pdr0 {
    padding-right: 0;
}

.pdl0 {
    padding-left: 0;
}

.mtb50 {
    margin: 50px 0;
}

.mt0 {
    margin-top: 0 !important;
}

.clear {
    clear: both;
}


/*  Background overly
-------------------------------*/

.overlay-bg {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    width: 100%;
}

.hover-bg {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    width: 100%;
}


/*  Color
-------------*/


/*      All Global css
----------------------------*/

a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: #999;
}

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

ul {
    margin: 0;
    padding: 0;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-family: 'Inconsolata', monospace;
    font-weight: 400;
}

.row {
    margin-bottom: 0px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0 !important;
}


/*  Heading Tag
-------------------*/

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

.red {
    color: #ff6549 !important;
}

.yellow {
    color: #d9e577 !important;
}

.pink {
    color: #dc78dc !important;
}

.green {
    color: #11d0b7 !important;
}

.white {
    color: #fff !important;
}

.ash {
    color: #8c9184 !important;
}

.full-green {
    color: #2ecc71 !important;
}

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

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

.event-button {
    height: 45px;
    width: 170px;
    border: 1px solid #ff6549;
    background: #ff6549;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    margin-top: 16px;
}

.event-button:hover {
    background: transparent;
    color: #ff6549;
}

.event-button:focus {
    color: #fff;
}


/*Scroll bar*/

.enable-scrollbar .section .home-image img {
    height: auto;
}

.track {
    width: 7px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track:hover,
.track.dragging {
    background: #d9d9d9;
    /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: width 250ms;
    -ms-transition: width 250ms;
    -moz-transition: width 250ms;
    -o-transition: width 250ms;
    transition: width 250ms;
}


/* 	About
-----------------*/

html {
    height: 100%;
}

body {
    background: #2a2a2a;
}

.wrapper {
    height: 100% !important;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main .section .page-container-two {
    position: relative;
    margin: 0 auto;
    z-index: 3;
}

.main .section {
    overflow: hidden;
}

.main .section > img {
    position: absolute;
    max-width: 100%;
    z-index: 1;
}

.main .section.page1 {
    background: #2a2a2a;
}

.main .section.page2 {
    background: #2a2a2a;
}

.main .section.page3 {
    background: #2a2a2a;
}

.main .section.page4 {
    background: #2a2a2a;
}

.main .section.work-section {
    background: #2a2a2a;
}

body.disabled-onepage-scroll .onepage-wrapper .section {
    min-height: 100%;
    height: auto;
}


/*  Home content
-------------------*/

.home-content {
    padding-left: 40%;
    margin-top: 35%;
}

.home-content h2.name {
    color: #ff6549;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.home-content h2.name .bold {
    font-weight: 700;
}

.home-content h2.title::before {
    content: "<title>";
    color: #11d0b7;
}

.home-content h2.title::after {
    content: "</title>";
    color: #11d0b7;
}

.home-content h2.name::before {
    content: "<h1>";
    color: #11d0b7;
}

.home-content h2.name::after {
    content: "</h1>";
    color: #11d0b7;
}

.home-content h2.coder::before {
    content: "<h2>";
    color: #dc78dc;
}

.home-content h2.coder::after {
    content: "</h2>";
    color: #dc78dc;
}

.home-content h2 {
    color: #d9e577;
    text-transform: uppercase;
}

.home-content h2 .bold {
    font-weight: 700;
}

.home-content .design-code {
    padding-top: 67px;
}

.home-content .design-code h2 {
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 10px;
}

.home-content .design-code span.last {
    font-size: 40px;
}

.home-content .design-code span.last span {
    font-size: 60px;
}

.section-heading h2 {
    line-height: 62px;
    color: #ff6549;
    text-transform: uppercase;
}

.section-heading h2::before {
    content: "{";
    color: #11d0b7;
    padding-right: 4px;
}

.section-heading h2::after {
    content: "}";
    color: #11d0b7;
    padding-left: 4px;
}

.section-heading h2.first {
    font-size: 54px;
}

.section-heading h3 {
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    color: #11d0b7;
    margin-top: 2px;
    line-height: 30px;
    margin-bottom: 50px;
}

.section-heading p {
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading p::before {
    content: "<p>";
    color: #11d0b7;
}

.section-heading p::after {
    content: "</p>";
    color: #11d0b7;
}

#about .section-heading h3 {
    margin-bottom: 40px;
}

.main .section {
    padding-top: -1px;
}


/*  Home One Pagination
---------------------------*/

.home-one .onepage-pagination {
    right: 100px;
}

.home-one .onepage-pagination li a {
    width: 58px;
}

.home-one .onepage-pagination li a::before {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    content: "";
    height: 6px;
    position: absolute;
    width: 58px;
    border: 1px solid #fff;
}

.home-one .onepage-pagination li a.active::before {
    background: transparent;
    border-color: #fff;
    height: 6px;
    width: 58px;
}

#myModal .modal-dialog {
    width: 100%;
}

.header-nav {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.section-padding {
    padding-top: 165px;
}


/*  Menu
---------------*/

#myModal.modal {
    padding-left: 0 !important;
}

.modal-open .modal {
    overflow: hidden;
}

.modal-header {
    border: 0;
}

.modal-header .title-heading {
    text-align: center;
    padding-top: 140px;
}

.modal-header .title-heading h1 {
    font-size: 65px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-header .close {
    color: #fff;
    font-size: 65px;
    opacity: 1;
}

.modal-body {
    border-bottom: 0;
}

.modal-body nav {
    text-align: center;
}

.navigation-menu {
    text-align: center;
    padding-top: 60px;
}

.navigation-menu li {
    display: inline-block;
    padding: 25px;
}

.navigation-menu li a {
    font-family: 'Inconsolata', monospace;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    padding: 2px 5px;
}

.navigation-menu li a:hover {
    color: #11d0b7;
}

.navigation-menu li a.active {
    color: #11d0b7;
}

.modal-content {
    background-clip: padding-box;
    background-color: rgba(37, 37, 37, 0.96);
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0;
    outline: 0 none;
    position: relative;
}

.modal.in .modal-dialog {
    height: 100%;
    position: absolute;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    width: 100%;
    margin: 0;
}

.modal-footer {
    border-top: 0;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 1000px;
}

.modal-footer p {
    color: #fff;
    font-family: 'Inconsolata', monospace;
}

.menu-social-icon {
    text-align: center;
    padding-top: 104px;
    padding-bottom: 86px;
}

.menu-social-icon ul {
    text-align: center;
}

.menu-social-icon ul li {
    display: inline-block;
    padding: 18px 33px;
}

.menu-social-icon ul li a {
    display: block;
}

.menu-social-icon ul li a i {
    color: #fff;
    font-size: 30px;
    padding: 2px 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.menu-social-icon ul li a i:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.menu-social-icon ul li a:hover i.facebook {
    color: #3b5998;
}

.menu-social-icon ul li a:hover i.twitter {
    color: #55acee;
}

.menu-social-icon ul li a:hover i.pinterest {
    color: #cb2027;
}

.menu-social-icon ul li a:hover i.dribbble {
    color: #007bb5;
}

.menu-social-icon ul li a:hover i.google-plus {
    color: #1769ff;
}


/*  Start Home Two */


/* Home Two modal*/

.navigation-menu-home-two li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.navigation-menu-home-two li a:hover {
    color: #e74c3c;
}

.navigation-menu-home-two li a.active {
    color: #e74c3c;
}

.navigation-menu-home-two .modal-footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.home-two .onepage-pagination {
    right: 50px;
}

.home-two .onepage-pagination li a {
    width: 10px;
}

.home-two .onepage-pagination li a::before {
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    border: 1px solid #fff;
}

.home-two .onepage-pagination li a.active::before {
    background: transparent;
    border-color: #fff;
    height: 10px;
    width: 10px;
}


/*  Home Two Home section*/

.main .section.home-two-section {
    background: url('../images/home-two-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-two-section .home-content {
    margin-top: 30%;
}

.home-two-section .home-content h2.name {
    font-size: 75px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 92px;
    margin-bottom: 37px;
}

.home-two-section .home-content h2.name span.little {
    font-size: 40px;
}

.home-two-section .home-content h2.name::before {
    display: none;
}

.home-two-section .home-content h2.name::after {
    display: none;
}

.home-two-section .home-content h3.designation {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 11px;
}

.home-two-section .home-content h2 {
    font-size: 54px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 3px;
}

.home-two-section .home-content h2.white {
    letter-spacing: 3px;
}

.home-two-section .home-content h2.ash {
    letter-spacing: .85em;
}


/*  End Home Tow Home section   */


/*  preloader   */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    z-index: 1001;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}


/*  Home One About Section
-----------------*/

.all-progress {
    margin-top: 43px;
}

.single-progress h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 3px;
}

.single-progress h4 span {
    text-align: right;
    float: right;
}

.single-progress .progress {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.single-progress .progress .progress-bar {
    width: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.single-progress .progress-bar-danger {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 22px 22px;
}

.single-progress .progress-bar-striped,
.single-progress .progress-striped .progress-bar {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 22px 22px;
}


/*  End  Home One About section  */


/*  Start  Home Two About section  */

.section-margin {
    margin-top: 200px;
}

.home-two-section .section-heading {
    position: relative;
}

.home-two-section .section-heading .bg-yellow {
    background: #feee7d;
    height: 65px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

.home-two-section .section-heading h2 {
    line-height: 62px;
    color: #e74c3c;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-top: 2px;
    letter-spacing: 5px;
    top: 0;
    font-family: 'Raleway', sans-serif;
}

.home-two-section .section-heading h2::before {
    display: none;
}

.home-two-section .section-heading h2::after {
    display: none;
}

.home-two-section .section-heading h2.first {
    font-size: 75px;
}

.home-two-section .section-heading h3 {
    color: #feee7d;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 28px;
}

.home-two-section .section-heading p {
    max-width: 575px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.home-two-section .section-heading p::before {
    display: none;
}

.home-two-section .section-heading p::after {
    display: none;
}

.home-two-section .event-button {
    font-family: 'Open Sans', sans-serif;
    font-family: 400;
    padding-top: 11px;
}

.home-two-section .single-progress h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}


/* End  Home Two About section  */


/* 	work-section
-----------------*/

.work-section {
    padding-bottom: 50px;
}

.work-section .filter-options {
    background: #fff;
    margin-bottom: 50px;
}

.work-section .filter-options ul li a {
    font-family: 'Inconsolata', monospace;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #2a2a2a;
    font-family: "Inconsolata", monospace;
    padding: 15px 25px;
    display: block;
    text-align: left;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-left: 0;
}

.work-section .filter-options ul li a:focus {
    outline: none;
}

.work-section .filter-options ul li a.active {
    background: #11d0b7;
    color: #fff;
}

.work-section .section-heading {
    padding-bottom: 68px;
}

#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}


/*  single Picture */

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

.picture-item .aspect {
    position: relative;
    overflow: hidden;
}

.picture-item .aspect::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 1;
}

.picture-item .aspect::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    content: "";
    border: 10px solid #a3c1dd;
    opacity: 0;
    z-index: 2;
}

.picture-item .aspect img {
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.picture-item .zo-grid-pic {
    color: #fff;
    left: calc(50% - 15px);
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
    font-size: 30px;
}

.picture-item:hover .aspect::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.picture-item:hover .aspect::before {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    content: "";
    border: 10px solid #a3c1dd;
    opacity: 1;
}

.picture-item:hover .aspect img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.picture-item:hover .zo-grid-pic {
    opacity: 1;
    top: calc(50% - 15px);
}

.page-container-two .event-button {
    margin-left: -29px;
}

#grid .mix {
    display: none;
}


/*  End Home One Work Section   */


/*  Start  Home Two Work section  */

.home-two-section.work-section .section-heading {
    padding-bottom: 15px;
}

.home-two-section.work-section .filter-options {
    background: transparent;
    margin-bottom: 15px;
}

.home-two-section.work-section .filter-options ul {
    text-align: center;
}

.home-two-section.work-section .filter-options ul li {
    display: inline-block;
    padding: 15px 28px;
}

.home-two-section.work-section .filter-options ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    width: 100%;
    display: block;
}

.home-two-section.work-section .filter-options ul li a:focus {
    outline: none;
}

.home-two-section.work-section .filter-options ul li a.active {
    color: #ff6549;
    background: transparent;
}

.home-two-section.work-section .mix {
    padding: 0;
}

.home-two-section.work-section .picture-item {
    padding: 0;
}

.home-two-section.work-section .picture-item .aspect::before {
    border: 10px solid #16dafb;
}

.work-section .mtb50 {
    margin-top: 25px !important;
}


/* End  Home Two Work section  */

.in-blcok {
    display: inline-block !important;
}


/* 	Contact
-----------------*/

.contant-form {
    margin: 25px 0;
}

.contant-form .single-input {
    margin-bottom: 35px;
}

.contant-form .single-input .single {
    background: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.contant-form .single-input .single:focus {
    box-shadow: 0 5px 8px #000;
}

.contant-form .single-input input {
    height: 45px;
}

.contant-form .single-input::-webkit-input-placeholder {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.contant-form .single-input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.contant-form .single-input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.contant-form .single-input:-ms-input-placeholder {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.contant-form .event-button {
    border-color: #11d0b7;
    background: #11d0b7;
    padding-top: 0;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.contant-form .event-button:hover {
    background: transparent;
    color: #fff;
    border-color: #11d0b7;
}

.contant-form .event-button:focus {
    box-shadow: none !important;
    outline: 0;
}

.contant-form .event-button:visited {
    background: transparent;
    color: #fff;
    border-color: #11d0b7;
    box-shadow: none !important;
}

.contact-information h3 {
    margin-bottom: 19px;
}

.contact-information .contact-address {
    padding-bottom: 17px;
}

.contact-information .contact-address span {
    color: #747474;
    font-family: 'Inconsolata', monospace;
    font-size: 18px;
    line-height: 25px;
}

.contact-information .contact-me p {
    color: #747474;
    font-family: 'Inconsolata', monospace;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
}

.contact-information .contact-me span.icon {
    padding-right: 2px;
}

.social-network ul li {
    display: inline-block;
    margin-right: 8px;
}

.social-network ul li a i {
    font-size: 45px;
    opacity: .7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.social-network ul li a i.facebook {
    color: #3b5998;
}

.social-network ul li a i.twitter {
    color: #55acee;
}

.social-network ul li a i.pinterest {
    color: #cb2027;
}

.social-network ul li a i.linkedin {
    color: #007bb5;
}

.social-network ul li a i.behance {
    color: #1769ff;
}

.social-network ul li a:hover i {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.social-network ul li:last-child {
    margin-right: 0;
}


/*  Start  Home Two Contact section  */

.home-two-section .contact-information h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #e74c3c;
}

.home-two-section .contact-information .contact-address span {
    font-family: 'Raleway', sans-serif;
}

.home-two-section .contact-information .contact-me p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.home-two-section .contant-form .single-input .single {
    background: #feee7d;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #ff6549;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.home-two-section .contant-form .single-input input {
    height: 55px;
    color: #ff6549;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.home-two-section .contant-form :-webkit-input-placeholder {
    color: #ff6549;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.home-two-section .contant-form :-moz-placeholder {
    /* Firefox 18- */
    color: #ff6549;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.home-two-section .contant-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ff6549;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.home-two-section .contant-form :-ms-input-placeholder {
    color: #ff6549;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.home-two-section .contant-form .single-input textarea {
    padding-top: 15px;
}

.home-two-section .contant-form .event-button {
    border-color: #e74c3c;
    background: #e74c3c;
    border-radius: 8px;
    color: #feee7d;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.home-two-section .contant-form .event-button:hover {
    background: transparent;
    color: #feee7d;
    border-color: #e74c3c;
}

.home-two-section .contant-form .event-button:focus {
    background: transparent;
    color: #feee7d;
    border-color: #e74c3c;
}

.contact-section.home-two-section .section-heading {
    padding-bottom: 38px;
}


/* End  Home Two Contact section  */

.image-one-bg,
.image-two-bg {
    background-size: cover;
    background-position: center center;
}

.image-one-bg img,
.image-two-bg img {
    display: none;
}
