

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #ffffff;
    font-size: 16px;
    color:#6B6B6B;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
    font-weight: 300;
}
:root{
    --ink:#111111;
    --bg:#ffffff;
    --muted:#6b6b6b;
    --accent:#ff2b4a; /* bauhaus piros */
    --accent-blue:#003049;
    --accent-yellow:#f1c40f;
    --line:4px;
}
/*==========================================
PRE LOADER 
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 30px;
}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
img {
    max-width: 100%;
}
figure {
    margin: 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control:focus {
    border-color: #fff;
}

h1,
h2,
h3 {
    /*font-family: 'Lane', sans-serif;*/
    font-weight: 300;
    margin: 0;
    color:var(--ink);
    font-family: 'Montserrat', 'Raleway Webfont', sans-serif;
}
h4,
h5 {
    /*font-family: 'roboto', sans-serif;*/
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    color:var(--ink);
    font-family: 'Montserrat', 'Raleway Webfont', sans-serif;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.8rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1rem;
}
p:last-child {
    margin-bottom:0px;
}
.hero-eyebrow,
.section-eyebrow {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .8rem;
    font-weight: 500;
    color: rgba(255,255,255,.85);
    display: inline-block;
    margin-bottom: .7rem;
}
.home-content .section-eyebrow {
    color: rgba(255,255,255,.85);
}
.hero-eyebrow {
    color: rgba(255,255,255,.7);
}
.hero-break {
    display: inline-block;
}
.hero-lead {
    font-size: 1.15rem;
    line-height: 1.9rem;
    color: rgba(255,255,255,.95);
    margin-bottom: 1.6rem;
}
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.btn-hero {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.btn-hero:hover {
    background: transparent;
    color: #fff;
}
.btn-ghost {
    border: 1px solid rgba(255,255,255,.7);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    padding: 12px 28px;
}
.btn-ghost:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
}
.sections .section-eyebrow {
    color: var(--muted);
}
.section-subtitle {
    margin-top: -.5rem;
    color: var(--muted);
}
.about-lede {
    font-size: 1.1rem;
    line-height: 1.9rem;
    font-weight: 400;
}
.about-story p {
    margin-bottom: 1rem;
}
.about-highlights {
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: 1.6rem;
    padding-top: 1.2rem;
}
.about-highlights li {
    display: flex;
    justify-content: space-between;
    font-size: .95rem;
    margin-bottom: .6rem;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    padding-bottom: .5rem;
}
.about-highlights li:last-child {
    border-bottom: none;
}
.about-highlights .label {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .75rem;
    color: var(--muted);
}
.media-section {
    padding-bottom: 80px;
}
.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 1.5rem;
}
.media-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 1.5rem;
    min-height: 220px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}
.media-badge {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--accent-blue);
}
.media-card h5 {
    margin: .6rem 0;
}
.media-card p {
    margin-bottom: 1rem;
}
.media-link {
    display: inline-block;
    border: 1px solid var(--accent);
    padding: .5rem 1.2rem;
    border-radius: 999px;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8rem;
}
.media-link:hover {
    color: #fff;
    background: var(--accent);
}
.portfolio-legend {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    margin-bottom: 2rem;
}
.legend-item {
    border: 1px solid rgba(0,0,0,0.1);
    padding: .4rem .9rem;
    border-radius: 999px;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.portfolio-grid .col-md-3 {
    margin-bottom: 2rem;
}
.portfolio-item {
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}
.portfolio-item img {
    width: 100%;
    display: block;
}
.portfolio-meta {
    padding: 1rem 1.2rem 1.4rem;
    display: none; /* ideiglenesen rejtve, amíg a címek és technikák elérhetők */
}
.piece-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .2rem;
}
.piece-meta {
    font-size: .85rem;
    letter-spacing: .05em;
    color: var(--muted);
    text-transform: uppercase;
}
.contact-note {
    font-size: .9rem;
    color: rgba(255,255,255,.85);
    margin-bottom: 1rem;
}
.contact-details .contact-note {
    color: var(--muted);
    margin-top: .5rem;
}
.site-nav {
    position: fixed;
    top: 24px;
    right: 32px;
    background: rgba(8, 8, 12, 0.75);
    border-radius: 999px;
    padding: .35rem .6rem;
    display: flex;
    align-items: center;
    gap: .3rem;
    z-index: 1000;
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: auto;
    width: auto;
}
.nav-list {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 0;
}
.site-nav li {
    margin: 0;
}
.site-nav a {
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .45rem .95rem;
    border-radius: 999px;
    border: 1px solid transparent;
}
.site-nav a:hover,
.site-nav a:focus {
    color: var(--accent-yellow);
    border-color: rgba(255,255,255,0.3);
}
.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 999px;
    padding: .4rem .7rem;
    cursor: pointer;
}
.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all .2s ease;
}
.nav-toggle-icon::before,
.nav-toggle-icon::after {
    content: '';
    position: absolute;
    left: 0;
}
.nav-toggle-icon::before {
    top: -6px;
}
.nav-toggle-icon::after {
    bottom: -6px;
}
.site-nav.is-open .nav-toggle-icon {
    background: transparent;
}
.site-nav.is-open .nav-toggle-icon::before {
    transform: translateY(6px) rotate(45deg);
}
.site-nav.is-open .nav-toggle-icon::after {
    transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 991px) {
    .site-nav {
        left: 20px;
        right: 20px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .site-nav {
        width: calc(100% - 40px);
        flex-direction: column;
        align-items: flex-start;
        padding: .6rem .9rem;
        border-radius: 18px;
        gap: .6rem;
    }
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
    }
    .nav-list {
        flex-direction: column;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.15);
        padding-top: .6rem;
    }
    .site-nav:not(.is-open) .nav-list {
        display: none;
    }
    .site-nav a {
        width: 100%;
    }
}
.social a {
    display: inline-block;
    margin: .3rem .3rem .3rem 0;
    padding: .6rem 1.2rem;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .08em;
}
.contact .social a {
    border-color: rgba(255,255,255,.6);
}
.contact .social a:hover,
.footer .social a:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
}
.footer .social a {
    border-color: rgba(255,255,255,.4);
}
.poster-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 9999;
}
.poster-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}
.poster-content {
    position: relative;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    max-width: 540px;
    width: 100%;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}
.poster-content img {
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-bottom: .8rem;
}
.poster-caption {
    font-size: .95rem;
    color: var(--ink);
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}
.poster-close {
    position: absolute;
    top: .6rem;
    right: .6rem;
    border: none;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}
.poster-close:hover {
    background: rgba(0,0,0,0.8);
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: var(--accent);
}
.coloricon i {
    color: var(--accent);
}
.colorsbg {
    background: var(--accent);
    color: #ffffff;
}

.lightbg { background-color: #ffffff; }
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
.sections {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.sections2{
    padding-top:350px;
    padding-bottom:350px;
    position: relative;
    overflow: hidden;
    color:#fff;
}
.sections3{
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.sections4{
    padding-top:5px;
    position: relative;
    overflow: hidden;
}
.footer {
    padding-top:50px;
    padding-bottom:50px;
    color:#fff;
    background:#222222;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}


.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, .45);
    width: 100%;
    overflow:hidden;
    min-height:800px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    width: 150px;
    margin: auto;
    background: var(--accent);
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: var(--accent);
    border-color: var(--accent);
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #c3bec2;
    font-size: 12px;
}
input::-moz-placeholder {
    color: #c3bec2;
    font-size: 12px;
}
input:-ms-input-placeholder {
    color: #c3bec2;
    font-size: 12px;
}
textarea::-webkit-input-placeholder
{
    color: #c3bec2;
    font-size: 12px;

}
textarea::-moz-input-placeholder
{
    color: #c3bec2;
    font-size: 12px;

}
textarea::-ms-input-placeholder
{
    color: #c3bec2;
    font-size: 12px;

}


/*For Our Global Section*/
.heading-content{
    margin-bottom: 4rem;
}
.heading-content h3{
    font-size:40px;
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
    letter-spacing:3px;
    text-transform: uppercase;
}
.btn-default {
    color: #fff;
    background-color: var(--accent);
    border-color: transparent;
    border-radius: 0;
    padding: 10px 60px;
    font-size: 16px;
    transition:.3s ease-in-out;
}
.btn-default:active, .btn-default:hover  {
    background:var(--accent-blue);
    color:#fff;
}

/*For Menu Section*/


/*For Home Section*/
.home{
    background: url(../images/header-bg.jpg) no-repeat center top fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}
.home-wrapper{
    margin-top:240px;
    color:#fff;
}
.home-content h1{
    font-size:65px;
    text-transform:uppercase;
    color:#fff;
    font-weight:900;
    font-family: "Raleway Webfont";
    letter-spacing:12px;
    border-top:2px solid #ecf0f2;
    border-bottom:2px solid #ecf0f2;
    padding:20px 0;
} 
.home-content p{
    font-size:25px;
    margin-top:20px;
    color:#ecf0f2;
}

/*For About Us Section */

.about-content{
    margin-top:70px;
}
.about-content h4{
    font-size:18px;
    font-family: 'robotobold';
}
.about-content a{
    margin-top:40px;
}

/*For Features Section*/
#features .features-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}
#features .features-wrapper>.col-md-3{flex:1 1 calc(50% - 20px);padding:0;float:none}
#features .features-bg{background:#fff;color:var(--ink);border:1px solid var(--ink);border-top:var(--line) solid var(--accent);padding:28px 28px 24px;width:100%;min-height:auto;margin-bottom:0;transition:transform .15s ease, box-shadow .15s ease;position:relative;overflow:hidden}
#features .features-bg:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.08)}
#features .features-bg::before{content:"";position:absolute;inset:14px 52% 18px 14px;border:var(--line) solid var(--accent-yellow);z-index:1;pointer-events:none}
#features .features-bg::after{content:"";position:absolute;top:10%;bottom:10%;right:18px;width:0;border-left:var(--line) solid var(--accent-blue);z-index:1;pointer-events:none}
#features .features-item{position:relative;z-index:2}
/* Heading note darker on light background */
#features .heading-content p{ color: var(--ink); opacity: .8; }
#features .features-bg.development,#features .features-bg.testing{display:none}
#features .features-item{padding:0}
#features .features-item i{font-size:28px;color:var(--accent)}
#features .features-item h6{padding-top:12px}
#features .features-item h6 a{font-size:18px;text-transform:uppercase;color:var(--ink)}
#features .features-bg.launch{background:#fff}
@media (max-width:767px){#features .features-wrapper>.col-md-3{flex:1 1 100%}}
    color:#fff;
}
.features-item h6 a:hover{
    color:#ff2b4a;
}
.features-bg.design{
    background:#10c6fc;
    transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -ms-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
}
.features-bg.design:hover{
    background:#2d6879;
}
.features-bg.development{
    background:#835aeb;
    transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -ms-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
}
.features-bg.development:hover{
    background:#6b647c;
}
.features-bg.testing{
    background:#002453;
    transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -ms-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
}
.features-bg.testing:hover{
    background:#64cbc0;
}
/* remove old colored boxes effect for media cards */

/*For Experience Section*/

.experience{
    background: url(../images/city.jpg) no-repeat center top fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}
.experience-wrapper{
    margin-top:30px;
}
.experience-content{
    background: rgba(0, 0, 0, .55);
    padding:60px 40px;
    color:#fff;
}
.experience-content h4{
    color:#fff;
    text-transform:uppercase;
    font-size:26px;
    font-family: "Raleway Webfont";
    font-weight:600;
    margin-bottom:50px;
}
.experience-content .content-details h5{
    color:#fff;
    font-size:18px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.experience-content .content-details h6{
    color:#ecf0f2;
    font-size:16px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.experience-content .content-details p{
    color:#ecf0f2;
}
.experience-content .content-details.content-border{
    border-bottom:1px solid #dadada;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/* Upcoming exhibition highlight */
.experience-content .content-details.upcoming {
    border: 2px solid #ff2b4a;
    background: rgba(255, 43, 74, 0.12);
    padding: 20px;
}
.experience-content .content-details .label-upcoming {
    display: inline-block;
    background: #ff2b4a;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    margin-left: 10px;
    border-radius: 2px;
    letter-spacing: .5px;
}


/* For Portfolio Section*/
.portfolio-item {
	margin-bottom:20px;
}

/* Portfolio tiles: uniform image tiles */
.portfolio-item img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}
@media (max-width: 767px){
  .portfolio-item img{height:180px;}
}

.portfolio-item{background:#fff;border:1px solid #e6e6e6;}
.portfolio-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transition:box-shadow .2s ease}

.portfolio-wrapper2{
    margin-top:25px;
}
.portfolio-wrapper2 .portfolio-item.width-img{
    width:100%;
    overflow:hidden;
    height:243px;
}
.portfolio-wrapper2 .portfolio-item.width-img img{
    width:100%;
}

/* For Testimonial Section*/
.testimonial-content{
    margin-top:150px;
}
.testimonial-content .testimonial-quote i{
    font-size:60px;
    margin-bottom:40px;
    color:#6d809e;
}
.testimonial-content .testimonial-quote p{
    font-size:16px;
}
.testimonial-content .singnature{
    width:100%;
    display:block;
    overflow:hidden;
    margin:50px 0 30px 0;
}
.testimonial-content .regards-by h5{
    margin-bottom:5px;
}
.profile-photo{
    height:650px;
}

/*For Contact Section*/

.contact{
    background: url(../images/contact2.jpg) no-repeat center top fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}

.contact-area{
    background: rgba(79, 50, 68, .7);
    padding:60px 40px 147px 40px;
    color:#fff;
}
.contact-wrapper h4{
    color:#fff;
    text-transform:uppercase;
    font-size:26px;
    font-family: "Raleway Webfont";
    font-weight:600;
    margin-bottom:50px;
}
.form-control {
    border: 1px solid #c3bec2;
    font-size: 16px;
    height: 50px;
    background: transparent;
    border-radius: 0;
    margin-bottom:30px;
}
.contact-area form a{
    float:right;
    margin-top:20px;
}
.contact-details{
    background: rgba(55, 38, 57, 0.64);
    padding:60px 40px;
    color:#fff;
    margin-bottom:20px;
}
.contact-details h4{
    margin-bottom:25px;
}
.contact-details p{
    margin: 0 0 10px;
    color:#c3bec2;
}

/* For Footer Area */

.main-footer .social{
    margin-bottom:10px;
}
.main-footer .social a{
    color:#c3bec2;
    font-size:15px;
}
.main-footer .social a:hover{
    color:#ff2b4a;
}
.main-footer .social a i{
    border-right:1px solid #c3bec2;
    padding:0 10px 0 10px;
}
.main-footer .social a i.dribbble{
    border-right:0;
}
.main-footer p{
    color:#c3bec2;
    font-size:12px;	
}




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

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

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

Main components 

-------------------------------- */
.home-main-content {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #3a393f;
    /* slightly visible only when we resize this element */
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.home-main-content.move-out {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.no-js .home-main-content {
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
}



