/*
Template Name: Zmoroda - Personal vCard & Resume Template
Version: 1.0
Author: Karim Ezzat
Author URI: http://themeforest.net/user/karimezzat
Description: Zmoroda on-page Website Responsive CV & Resume HTML Template
Tags: One-Page,  Website, Business, Portfolio, Responsive, Html5, Css3, jQuery, Bootstrap, CV, Resume
*/

/*
Style Index
==================================================
    1. @Import & Reset
    2. Basic Style 
    3. Main Menu "dl menu"
    4. LAYOUT
    5. Home Section
    6. About Section
    7. Brand Section
    8. Services Section
    8. Skills Section
    10. Project Section
    11. Resume Section
    12. Testimonial Section
    13. Facts Section
    14. Contact Section
    15. Footer
    16. Preloader
    17. Media Queries
*/

/* ------------------------------------- */
/* @Import & Reset  ................... */
/* ------------------------------------- */
@import url(dlmenu.css);
@import url(owl.carousel.css);
@import url(animate.min.css);
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@import url(magnific-popup.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main { display: block; }


ol, ul { list-style: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

/* =================================== */
/*	Basic Style 
/* =================================== */
body {
    font-family: "Raleway", sans-serif;
    background-color: #f8f8f8;
    font-size: 1.1em;
    line-height: 1.7;
}

h1 {
    font-size: 2.369em;
    font-weight: 300;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.777em;
    margin-bottom: 20px; 
}

h3 {
    font-size: 1.333em;
    font-weight: 400;
    margin-bottom: 10px; }

h4 {
    font-size: 1.15em;
    font-weight: 400;
    margin-bottom: 10px; 
}

h5 {
    font-size: 0.85em;
    font-weight: 400;
    margin-bottom: 10px;
}

h6 {
    font-size: 0.8em;
    font-weight: 400;
    margin-bottom: 10px; }

.row { padding: 0; margin: 0 }

input:focus,
button:focus,
textarea:focus { outline: none !important }



li { list-style: none }

ul { padding: 0 }

p {
    font-size: .85em;
    font-weight: 500;
    margin-bottom: 20px;
}

a ,
a:hover { color: #fff; text-decoration: none; }

a:visited { outline: none !important; text-decoration: none; }
a:focus { 
    color: #fff;
    outline: none !important;
    text-decoration: none; 
}

i { cursor: pointer }

section { padding: 10% 8%; position: relative}

.nav>li>a:focus, 
.nav>li>a:hover { background-color:#fff; color: #555 }

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body { -ms-flex: 1; flex: 1 }

::-moz-selection {
    color: #fff;
    background: #6ca9ac !important; }

::selection {
    color: #fff;
    background: #6ca9ac !important; }

img { max-width: 100%; vertical-align: middle }

/* Margins */
.mt25 { margin-top: 25px !important}

.mb4 { margin-bottom: 4px !important }

.mb10 { margin-bottom: 10px; }

.mb20 { margin-bottom: 20px; }

.mb30 { margin-bottom: 30px; }

.mb40 { margin-bottom: 40px; }

.mb50 { margin-bottom: 50px; }

.mb60 { margin-bottom: 60px; }


.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .92;
}
.bg-color-base { background: #6ca9ac!important }

.color-white { color: #fff!important }

.d-flex{ display: flex }

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.heading-section { position: relative; margin-bottom: 70px }

.heading-section .big {
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    font-size: 4em;
    color: rgba(108, 169, 172, 0.08);
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0 !important
}

.heading-section h2 { position: relative; letter-spacing: 6px }

.project.show ,
:after, :before,
.primary-btn span,
.transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* btn animation */
.primary-btn {
    color: #fff;
    padding: 0 52px;
    background: #6ca9ac;
    overflow: hidden;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #6ca9ac;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

}
.primary-btn:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    color: #fff;
}
.primary-btn span {
    display: inline-block;
    padding: 12px 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
}

.primary-btn:before,
.primary-btn span {
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.primary-btn:hover {
    background-color: transparent;
    border: 1px solid #6ca9ac;
}

.primary-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.primary-btn:hover span {
    opacity: 1;
    color: #333;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.primary-btn:hover span:nth-child(1) {
    -webkit-transition-delay: 0.01s;
    -moz-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
    transition-delay: 0.01s;
}
.primary-btn:hover span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.primary-btn:hover span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.primary-btn:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.primary-btn:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.primary-btn:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.primary-btn:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.primary-btn:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s; 
}
.primary-btn:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.primary-btn:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.primary-btn:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.primary-btn:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
.primary-btn:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
.primary-btn:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s; 
}
.primary-btn:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
.primary-btn:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.primary-btn:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; 
}
.primary-btn:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}
.primary-btn:hover span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
.primary-btn:hover span:nth-child(20) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; 
}

.primary-btn.white {
    border: 1px solid #6ca9ac;
    color: #6ca9ac;
    background-color: transparent; 
}
.primary-btn.white span { color: #6ca9ac; }

.primary-btn.white:before { color: #333 }

.primary-btn.white:hover { background: #6ca9ac; color: #fff }

.primary-btn.white:hover span {  color: #fff }

/*=========================================
        Main Menu "dl menu"
==========================================*/

.menu-area { left: 50% }

/*=========================================
        LAYOUT
==========================================*/

#leftSide {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden; 
    background-image: url(../img/home/home-bg.jpg);
}

#rightSide {
    position: relative;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
}

/*=========================================
        Home Section
==========================================*/
#home {
    width: 100%;
    height: 100%;
    padding: 0;
}
.main-logo {
    position: absolute;
    top: 8%;
    left: 7%; 
}

.h-content {
    position: relative;
    z-index: 0;
    top: 40vh;
    width: 100%;
    padding: 10px 8%;
}

.word {
    position: absolute;
    opacity: 0;
}
.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

h2.signature {
    font-family: "Herr Von Muellerhoff", cursive;
    margin-bottom: 20px
}

.social_icons {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 1em;
    padding-left: 10%;
    z-index: 2;
}
.social_icons li{ display: inline; }

.social_icons li i{
    font-size: 1.4em;
    display: inline-block;
    padding: 15px;
}

/*=========================================
        About Section
==========================================*/

.about-content .me {
    padding: 12px;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    position: relative; 
}
.about-content .me:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 0px solid transparent;
    border-top: 24px solid #6ca9ac; }


.about-content h1 {
    margin-top: 15px;
    font-weight: bold;
    color: #6ca9ac
}
.about-content h1 span {font-weight: 400; }

/* Start Video Play css */
.video-play-button:before, 
.video-play-button:after {
    background: -webkit-linear-gradient(90deg, #6ca9ac 0%, #73dbcc 100%);
    background: -moz-linear-gradient(90deg, #6ca9ac 0%, #73dbcc 100%);
    background: -o-linear-gradient(90deg, #6ca9ac 0%, #73dbcc 100%);
    background: -ms-linear-gradient(90deg, #6ca9ac 0%, #73dbcc 100%);
    background: linear-gradient(90deg, #6ca9ac 0%, #73dbcc 100%);
}
.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 46px 8px 18px 28px; 
}
.video-play-button:before, 
.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 20px 30px rgba(108, 169, 172, .3);
}
.video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    -moz-animation: pulse-border 2000ms ease-out infinite;
    -o-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite; 
}
.video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
}
.watch_video {  margin-left: 20px; }

.watch_video h5 { font-size: 18px; }

.watch_video p { margin-bottom: 0; }


@keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7; 
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1; 
    } 
}
/* End Video Play css */

.basic_info li { margin-bottom: 15px }

.basic_info li p {
    position: relative;
    padding-left: 40px;
    color: #777777;
    margin: 0;
}

.basic_info li p i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #6ca9ac;
}
#about .primary-btn.white { margin-right: 10px }

/*=========================================
        Brand Section
==========================================*/
.brand { padding: 0}

.single-brand-item {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer; 
}

.single-brand-item img {
    width: auto !important;
    margin: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    cursor: pointer;
}
.single-brand-item:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

/*=========================================
        Services Section
==========================================*/
.row-space-2 {
    margin-right: -2px;
    margin-left: -2px;
}

.row-space-2 > [class*="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}

.service-box {
    background: rgba(108, 169, 172, 0.08);
    padding: 30px;
}

.service-box .service-element,
.service-box .service-info {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.service-box .icon {
    display: block;
    font-size: 30px;
    color: #999caa;
    margin-bottom: 10px;
}

.service-box:hover .service-element {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service-box:hover .service-info {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*=========================================
        Skills Section
==========================================*/

.skills { background: rgba(108, 169, 172, 0.08) }

.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center; 
}
.single-skils-area .circle {
    position: relative;
    z-index: 1; 
}
.single-skils-area .circle span {
    font-size: 25px;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.single-skils-area .skills-text {  margin-top: 20px; }

.single-skils-area .skills-text h4 { margin-bottom: 0 }

/*=========================================
        Project Section
==========================================*/
.project { padding: 15px 7.5px }

.project .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
    height: auto; 
}
.project .item .caption {
    position: absolute;
    width: calc(100% - 15px);
    overflow: hidden;
    background: rgba(108, 169, 172, 0.9);
    bottom: -70px;
    height: 70px; 
}
.project .item .caption .photo-details {
    position: absolute;
    padding: 0 15px;
    bottom: 10px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.project .item .caption .photo-details h4 {
    padding: 0;
    margin: 0; 
}
.project .item .caption .photo-details span {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.project .item .caption .view {
    margin: 20px 15px;
    text-align: center;
    height: 30px;
    width: 60px;
    line-height: 30px;
    background: #fff;
    color: #333;
    font-size: 12px;
    border-radius: 20px;
    float: right;
    font-weight: 600;
}
.project .item:hover .photo-details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); 
}
.project .item:hover .caption {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px); 
}
.project .item img { width: 100%; }
.project .project_info {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #f8f8f8;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.project .project_info li {
    display: none;
    height: 100%;
    width: 100%; 
}
.project .project_info li.is-visible { display: block }

.project .project_info li.is-visible .close {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.project .project_info li img { width: 100%; }

.project .project_info li .project_content { padding: 10%; }

.project.show .project_info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
}
.project .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background: #6ca9ac;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    text-align: center;
    opacity: 0;
}
.project .close i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    text-align: center;
    color: #fff !important; 
}
/*=========================================
        Resume Section
==========================================*/
.resume { background-image: url(../img/resume/resume-bg.jpg) }

.resume .heading-section .big { color: rgba(255, 255, 255, 0.08) }

.resume-box .nav.nav-tabs li.active a { background: #fff }

.resume-box .media .d-flex { padding-right: 100px }

.resume-box .nav.nav-tabs {
    display: block;
    text-align: center;
    border: none;
    margin-bottom: 100px; 
}
.resume-box .nav.nav-tabs li {
    display: inline-block;
    margin-right: 8px;
    float: none
}
.resume-box .nav.nav-tabs li a {
    border-radius: 40px;
    border: 2px solid #fff;
}
.resume-box .list {
    max-width: 460px;
    margin: auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
}
.resume-box  .list:before {
    content: "";
    height: 100%;
    width: 5px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    top: -5px;
}
.resume-box .list li {
    margin-bottom: 60px;
    position: relative;
}
.resume-box .list li span {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 46%;
    top: 30px;
    transform: translateX(-50%);
}
.resume-box .list li span:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 52%;
    top: 4px;
    transform: translateX(-50%); 
}
.resume-box .list li:last-child { margin-bottom: 0px }

.resume-box .media .d-flex { padding-right: 100px }

.resume-box .media .d-flex p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0px;
    padding-top: 20px; 
}
.resume-box .media .media-body h4 { font-weight: 500}

.resume-box .media .media-body p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0px; 
}
/*=========================================
        Testimonial Section
==========================================*/

.testimonial .heading-section { margin-bottom: 30px }

.testimonial-content span {
    font-size: 60px;
    color: #6ca9ac;
    line-height: 1;
    font-weight: 900;
}

.testimonial-content p { margin-bottom: 0 }

.testimonials-meta .testimonial-thumb {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 3px solid #6ca9ac;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.testimonials-meta > h4 {
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonials-meta > p {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.testimonials-slides { 
    position: relative; 
    z-index: 1 
}

.testimonials-slides:before {
    position: absolute;
    width: 33.33333%;
    text-align: center;
    content: "Previous";
    top: 0;
    left: 0;
    z-index: -5;
    height: 100%;
    color: #6ca9ac;
}

.testimonials-slides:after {
    position: absolute;
    width: 33.33333%;
    text-align: center;
    content: "Next";
    top: 0;
    right: 0;
    z-index: -5;
    height: 100%;
    color: #6ca9ac;
}

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 21%;
    margin-top: -30px;
    left: -25px;
    border-radius: 50%;
    color: #6ca9ac;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonials-slides .owl-next { left: auto; right: -25px }

.testimonials-slides .testimonial-content { display: none }

.testimonials-slides .center .testimonial-content { display: block }

.single-testimonial-area:hover .testimonials-meta .testimonial-thumb {
    border: 3px solid #6ca9ac;
}

/* Sonar CSS */

.testimonial-thumb:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    top: 3px;
    left: 3px;
    -webkit-animation: sonar-effect 1s ease-in-out 0s infinite;
    animation: sonar-effect 1s ease-in-out 0s infinite;
    z-index: -1
}

.testimonials-slides .center .testimonial-thumb:before { display: none }

@keyframes sonar-effect {

    0% { opacity: 0 }

    50% {
        opacity: 0.5;
        box-shadow: 0 0 0 3px #6ca9ac, 0 0 5px 5px #6ca9ac, 0 0 0 5px #6ca9ac;
    }

    100% {
        box-shadow: 0 0 0 3px #6ca9ac, 0 0 5px 5px #6ca9ac, 0 0 0 5px #6ca9ac;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
/*=========================================
        Facts Section
==========================================*/
.facts { background-image: url(../img/facts/facts-bg.jpg) }

.facts .main_title { padding-bottom: 60px }

.facts-box .media .media-left { padding-right: 25px }

.facts-box .media .media-left .f_icon {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
}

.facts-box .media .media-left .f_icon:before {
    content: "";
    height: 55px;
    width: 55px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.facts-box .media .media-left .f_icon i {
    font-size: 36px;
    color: #6ca9ac;
    line-height: 65px;
    position: relative;
    z-index: 2;
}

.facts-box .media .media-body { vertical-align: middle }

.facts-box .media .media-body h4 {
    font-size: 30px;
    padding-bottom: 6px;
    margin: 0;
}
/*=========================================
        Contact Section
==========================================*/
#contact p { color: #666666; }

#contact_form {
    margin-top: 30px !important;
    width: 100%;
    font-size: 14px; 
}
#contact_form div { display: table; padding: 0 5px }

#contact_form .input-name, 
#contact_form .input-email, 
#contact_form .input-message {
    border: none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: 45px;
    border-radius: 40px;
    color: #333 ;
    font-weight: 600;
    background: rgba(108, 169, 172, .2);
}
#contact_form .input-message { padding: 15px; height: 100px }

#contact_form .primary-btn { height: 40px; width: 100% }

#contact_form .primary-btn:before,
#contact_form .primary-btn span {  padding: 7px 0 }

address span {
    color: #666666;
    font-weight: 600;
    display: inline-block;
    font-size: 16px; 
}
address i {
    font-size: 1.5em;
    padding-right: 5px;
    color: #6ca9ac; 
}

/*=========================================
       Footer
==========================================*/
footer {
    position: relative;
    bottom: 0;
    display: table;
    width: 100%;
    padding: 5%;
    text-transform: uppercase
}
footer p {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75em;
    font-weight: 500 !important;
}
footer .drag {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; 
}
footer .drag:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*=========================================
        Preloader
==========================================*/

#preloader {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fff url("../img/loader.gif") no-repeat center center;
}

/*=========================================
        Media Queries
==========================================*/

@media only screen and (min-width: 2000px) {

    body {
        font-size: 1.6em;
        line-height: 1.6; 
    }

    .main-logo { max-width: 300px; }

    .project .item .caption {
        bottom: -4.375em;
        height: 4.375em;
    }
    .project .item .caption .photo-details {
        padding: 0 0.9375em;
        bottom: 0.625em; 
    }
    .project .item .caption .photo-details span { font-size: 0.75em; }

    .project .item .caption .view {
        margin: 1.875em 0.9375em;
        height: 1.875em;
        width: 3.75em;
        line-height: 1.875em;
        font-size: 0.75em; 
    }

    .project .item .close {
        height: 0.625em !important;
        width: 6.25em !important; 
    }
 
    .project .item:hover .caption {
        -webkit-transform: translateY(-4.375em);
        -ms-transform: translateY(-4.375em);
        -moz-transform: translateY(-4.375em);
        -o-transform: translateY(-4.375em);
        transform: translateY(-4.375em);
    }

    #contact_form { font-size: 0.875em; }

    #contact_form div { padding: 0 0.3125em; }

    #contact_form .input-name, 
    #contact_form .input-email,
    #contact_form .input-message,
    #contact_form .submit {
        margin-bottom: 0.625em;
        padding: 0.625em;
        height: 2.8125em;
    }
    #contact_form .input-message { height: 6.25em; }

    address span { font-size: 1em; }

    address i { padding-right: 0.3125em; }
}

@media only screen and (min-width: 2500px) {

    body {
        font-size: 2em;
        line-height: 1.6; } 
}

@media only screen and (max-width: 1024px) {
    
    .menu-area { left: 0 }

    #leftSide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%; 
    }

    #rightSide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; 
    }
    
    .project .project_info {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0; 
    }

}

@media only screen and (max-width: 768px) {

    body {
        font-size: 1em;
        line-height: 1.6; 
    }
    .heading-section .big { display: none; }
    
    .xs-mb4 { margin-bottom: 4px !important }
    
    .xs-mb60 { margin-bottom: 60px }
    
    .xs-mb30 { margin-bottom: 30px }

    .testimonial .heading-section { margin-bottom: 0}

    #contact_form .input-name, 
    #contact_form .input-email, 
    #contact_form .input-message, 
    #contact_form .submit { width: 100%; }


    address span { padding: 5px 0; }
}

@media screen and (max-device-width: 740px) and (orientation: landscape) {

    body {
        font-size: 0.75em;
        line-height: 1.6;
    }

    #leftSide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; 
    }

    #rightSide {
        position: relative;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        overflow: scroll;
        background: transparent;
        overflow-x: hidden; 
    }

    .h-content {
        position: relative;
        z-index: 0;
        top: 0;
        width: 100%;
        padding: 10px 10%;
    }

    .main-logo {
        position: relative;
        top: 8%;
        max-width: 140px;
        margin-top: 20px; 
    }

    .social_icons{
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 1em; 
    }

    address span { font-size: 14px; }

    address i { font-size: 1.2em; }
}

@media (max-width:575px){

    .resume-box .nav.nav-tabs li a {
        line-height: 42px;
        padding: 0px 18px;
    }

}
@media (max-width:529px){

    #about .primary-btn.white { margin-bottom: 10px}

}

@media only screen and (max-width: 480px) {


    .main-logo { max-width: 180px }
    
    h1 { font-size: 2.169em }

    .resume-box .list:before { display: none }

    .resume-box .media .d-flex {
        padding-right: 0px;
        padding-bottom: 18px;
    }
    .resume-box .list li .media { display: block }

    .resume-box .list li span { display: none }

    .resume-box .nav.nav-tabs { margin-bottom: 0px }
    
    address span { font-size: 1em; }

    address i { font-size: 1.2em; }

}

@media only screen and (max-width: 320px) { .main-logo { max-width: 160px; } }