@font-face {
    font-family: 'caviar_dreams';
    src: url(../fonts/CaviarDreams-webfont.eot);
    src: url(../fonts/CaviarDreams-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/CaviarDreams-webfont.woff) format("woff"),url(../fonts/CaviarDreams-webfont.ttf) format("truetype"),url(../fonts/CaviarDreams-webfont.svg#caviar_dreamsregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family:'ostrich';src:url(../fonts/ostrich-bold-webfont.eot);src:url(../fonts/ostrich-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ostrich-bold-webfont.woff) format("woff"),url(../fonts/ostrich-bold-webfont.ttf) format("truetype"),url(../fonts/ostrich-bold-webfont.svg#ostrich_sansbold) format("svg");font-weight:400;font-style:normal;
}

body {
    font-family: 'Lato',Calibri,Arial,sans-serif;
    color: #222;
}

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

p,a,li {
    font-family: 'Oxygen',sans-serif;
}

* {
    outline: none!important;
}

a {
    text-decoration: none;
    transition: all .3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}

a:hover,a:focus {
    color: #E2C670;
    text-decoration: none;
}

.img_res {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.block-title {
    font-weight: 300;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 3.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block {
    /*padding: 80px 0 50px;*/
    padding: 50px 0px;
    overflow: hidden;
}

.title-box {
    text-align: center;
    /*margin-bottom: 50px;*/
    margin-bottom: 25px;
}

.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

span.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

span.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

span.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.polo-btn {
    display: block;
    color: #fff;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0;
    margin: 0 0 20px;
    transition: .4s ease all;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #472400;
    z-index: 99999999;
    -webkit-transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255,255,255,0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #E2C670;
}

.sidebar-nav li a:active,.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0;
}

.toggle {
    margin: 5px 5px 0 0;
}

.close-btn {
    display: block;
    color: #FFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}

.close-btn:hover {
    color: #472400;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../img/preloader.gif) no-repeat center center;
}

.sticky {
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0;
    transition: all .5s;
    z-index: 8000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 0;
}

.logo {
    font-family: 'caviar_dreams';
    color: #fff;
    font-size: 2.5em;
    line-height: 1.6;
}

#logo_menu {
    padding: 5px 0;
}

#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    margin: 5px 0;
    padding: 2px 10px;
    line-height: 0;
}

.store-btn-container {
    padding-top: 15px;
}

.store-btn:hover,#menu-toggle:hover {
    background: #472400;
    border-color: #472400;
    color: #fff;
}

#banner {
    background: url(../img/bg_5.jpg);
    background-size: cover;
    padding-top: 80px;
    background-attachment: fixed;
}

.headings {
    padding: 25% 0 30%;
    color: #fff;
}

.headings h1 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
}

.headings p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}

.hand-container {
    max-height: 630px;
    overflow: hidden;
}

.iphone-hand {
    padding: 20px 30px 0;
}

/*.store:hover {
    background: #472400;
    border-color: #472400;
    color: #fff;
}*/

.polo-btn i {
    padding-right: 6px;
}

.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}

.feature-box {
    /*padding: 30px 0;*/
    padding: 25px 0px 0px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}

.feature-box i {
    font-size: 7em;
    line-height: 0!important;
    margin: 0;
    padding: 0;
}

.feature-box p {
    padding: 0 20px;
}

.feature-box h2 {
    margin: 0;
    padding: 20px 0;
    font-weight: 300;
}

#gallery {
    background: url(../img/gallery-bg_6.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#screenshots .item {
    padding: 0;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.gallery-nav {
    color: #472400;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #472400;
    border-radius: 50%;
}

.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #000000;
    background: #472400;
}




.team-social {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    text-align: center;
}

.team-social li {
    display: inline-block;
    font-size: 24px;
    padding: 0 3px;
    color: #fff;
}

.team-social li a {
    display: inline-block;
}

.experts {
    padding: 0;
    cursor: pointer;
}

/*.fancybox-opened {
    width: 100%!important;
    max-width: 280px;
}
*/
/*.fancybox-inner {
    width: 100%!important;
    max-width: 250px;
}*/

.team-member {
    text-align: center;
    max-width: 360px;
    min-height: 487px;
    margin: 0 auto;
    margin-bottom: 0;
}

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

.team-member h2 {
    font-size: 25px;
}

.team-social li a i {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    border-radius: 50%;
    transition: .5s ease all;
}

.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}

.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}

.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}

.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}

.googleplus a i {
    color: #dd4b39;
    border-color: #dd4b39;
}

.googleplus a i:hover {
    color: #fff;
    background-color: #dd4b39;
}

.github a i {
    color: #444;
    border-color: #444;
}

.github a i:hover {
    color: #fff;
    background-color: #444;
}

#testimonial {
    background: url(../img/gallery-bg_5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.review-star {
    text-align: center;
    color: #ffd600;
    font-size: 30px;
    padding-top: 20px;
}

.client-pic {
    padding: 0 2em;
    max-width: 360px;
    margin: 0 auto;
}

.client-pic img {
    border-radius: 50%;
}

.review-desc {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 100;
    font-style: italic;
    padding-top: 20px;
    color: #fff;
}

#testimonial .block-title {
    color: #fff;
}

#testimonial .block-title span {
    border-color: #fff;
}

p.client-name {
    float: right;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding-bottom: 5px;
}

#subscribe {
    background: url(../img/subs-bg.jpg);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.susbcribe-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
}

.container.subscribe-wrap {
    max-width: 600px;
}

#exampleInputEmail1 {
    font-size: 20px;
    padding: 15px 30px;
    height: auto;
    border: 2px solid #01bc85;
    border-radius: 0;
    box-shadow: none;
}

.btn-custom {
    width: 100%;
    padding: 5px 15px;
    font-size: 34px;
    margin-top: 0;
    background: #01bc85;
    box-shadow: none;
    border: 2px solid #01bc85;
    margin-left: -16px;
    color: #fff;
}

.subscribe-wrap .form-group {
    margin-right: -16px;
}

.address {
    width: 30%;
    float: left;
    background: url(../img/gmap-bg_3.jpg);
   /* height: 640px;*/
}

.mailbox {
    width: 70%;
    float: left;
    background-image: url(../img/map-image.png);
    background-color: #222;
    padding-bottom: 111px;
    height: 640px;
}

.address .container {
    max-width: 100%;
}

.mailbox .container {
    max-width: 90%;
}

.address-list {
    list-style: none;
    /*padding: 160px 0 70px;*/
    padding: 56px 0px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: table;
}

.address-list li {
    font-size: 22px;
    /*padding: .5em 0;*/
    padding: 0px;
    color: #fff;
    font-weight: 100;
}

.address-list li i {
    display: table-cell;
    background-color: blue;
    line-height: 1.8;
    /*width: 81px;*/
    width: 70px;
    height: 70px;
    text-align: center;
    /*font-size: 45px;*/
    font-size: 39px;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
}

.address-list li span {
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle;
}

.mailbox .container {
    margin-top: 225px;
    margin-bottom: 0;
}

#contactForm input,#contactForm textarea {
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #C2C2C2;
    font-size: 18px;
}

#contactForm input:active,#contactForm textarea:active,#contactForm input:hover,#contactForm textarea:hover {
    border: 2px solid #472400;
}

#contactForm #name,#contactForm #email,#contactForm #subject {
    padding: 20px;
    height: auto;
}

#contactForm .form-group {
    margin-bottom: 25px;
}

#contactForm #message {
    height: 258px;
    padding-bottom: 40px;
}

.contact-submit {
    margin: 0 auto;
    margin-top: -38px;
    width: 160px;
    background: #fff;
    color: #472400;
    border: 2px solid #472400;
    font-size: 46px;
    padding: 0;
    margin: 0 auto;
    margin-top: -46px;
}

.contact-submit:hover {
    background: #472400;
    color: #fff;
}

#contact {
    position: relative;
}

.contact-wrap {
    position: absolute;
    z-index: 9999;
    color: #000000;
    width: 100%;
    top: 50px;
}

#contact .block-title span {
    border-color: #fff;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #472400;
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #472400;
}

#footer {
    background: #000;
    padding: 20px 0 22px;
}

.footer-logo {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}

.footer-logo a {
    color: inherit;
}

.footer-logo a:hover {
    text-decoration: none;
}

.copyright {
    color: #fff;
    /*text-align: right;*/
    font-size: 18px;
    margin-top: 15px;
}

#footer span {
    color: #e9e9e9;
    display: block;
    margin-bottom: -24px;
}





@media all and (max-width: 1340px) and (min-width: 1170px) {
    .address-list li {
        font-size: 18px;
    }

    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;
    };
}

@media all and (max-width: 1170px) and (min-width: 992px) {
    .team-member {
        min-height: 415px;
    }

    .address {
        width: 100%;
    }

    .mailbox {
        width: 100%;
    }

    .address-list {
        padding: 200px 0 70px;
        width: 100%;
        max-width: 100%;
    }

    .address {
        height: 340px;
    }

    .mailbox .container {
        margin-top: 100px;
        height: auto;
    }

    .address-list {
        padding: 200px 0 70px;
        width: 100%;
        max-width: 100%;
    }

    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }

    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    };
}

@media all and (max-width: 1170px) {
    .address {
        width: 100%;
    }

    .mailbox {
        width: 100%;
        padding-bottom: 111px;
        height: auto;
    }

    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0;
    };
}

@media all and (max-width: 992px) {
    .headings h1,.headings p {
        text-align: center;
    }

    .block-title {
        font-size: 2.8em;
    };
}

@media all and (max-width: 768px) {
    #footer,.copyright {
        text-align: center;
    }

    .block-title {
        font-size: 2em;
    }

    .mailbox .container {
        max-width: 100%;
    };
}


.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

#reviews .carousel-indicators {
    bottom: -25px;
}

#screenshots .carousel-indicators {
    bottom: -30px;
}

@media(max-width: 768px) {
    .carousel-inner>.item {
        transition: none;
    }

    .address-list li span {
        display: block;
        text-align: center;
        padding: 0;
    }

    .address-list li i {
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .address {
        height: auto;
    }
 /* SLider*/
     .carousel-indicators li {
      display: inline-block;
      width: 17px;
      height: 17px;
      margin: 1px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: rgba(0,0,0,0);
      border: 1px solid #fff;
      border-radius: 10px;
    }
    .carousel-indicators .active {
      width: 17px;
      height: 17px;
      margin: 0;
      background-color: #fff;
    }
}

@media (max-width: 767px) and (min-width: 626px) {
    .headings {
        padding: 0px;
        margin-top: -90px;
    }

    .headings h1 {
        font-size: 25px;
        font-weight: 300;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }

    .iphone-hand {
        padding: 20px 200px 0;
    }

    a {
        padding: 0px;
        margin: 0px;
    }

}

@media (max-width: 625px) and (min-width: 481px) {
    .headings {
        padding: 0px;
        margin-top: -130px;
    }

    .headings h1 {
        font-size: 18px;
        font-weight: 300;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }

    .iphone-hand {
        padding: 20px 100px 0;
    }

    a {
        padding: 0px;
        margin: 0px;
    }

}


@media (max-width: 480px) {
    .btn-custom {
        padding: 5px 0;
    }

    .headings {
        padding: 0px;
        margin-top: -80px;
    }

    .headings h1 {
        font-size: 14px;
        font-weight: 300;
        padding-bottom: 5px;
        margin-top: 0px;
    }

    /*.iphone-hand {
        padding: 20px 62px 0;
    }*/

    a {
        padding: 0px;
        margin: 0px;
    }

    .feature-box {
        padding-top: 10px;
    }

    .feature-box h2 {
        font-size: 20px;
        padding: 10px 0px;
    }

    .feature-box p {
        font-size: 12px;
    }

    .block {
        padding: 30px 0px;
    }
        
}
/* =========================================== css  nebir ===================================*/


.social-icon-button ,
.contact-form {
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    background-position: center;
}

.social-icon-button {
    background: url(../img/gmap-bg_3.jpg);
}

.contact-form {
    background: url(../img/map-image.png);
    background-color: #222;
}

.social-icons {
    list-style: none;
    display: block;
}

.social-icons li {
    font-size: 22px;
    /*padding: .5em 0;*/
    padding: 0px;
    color: #fff;
    font-weight: 100;
    padding: 21px 0px;
}

.social-icons li i {
    display: inline-block;
    background-color: blue;
    line-height: 1.8;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 39px;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
}

form#contactForm {
    padding: 48px 30px;
}


.fancybox-opened{
    max-width: 70% !important;
}

.fancybox-inner{
    max-width: 100%;
}

.expert-img {
    width: 45%;
    float: left;
}

.expert-description {
    width: 45%;
    float: right;
    margin-right: 20px;
}

.expert-description h2 {
    margin-top: 0px;
}

.trophy-expert {
    margin-top: 20px;
}


/*====================================  end my  css ===================================*/


/*
    media query for team pop up
*/

@media (max-width: 767px) {
    .expert-img {
        width: 100%;
        margin-left: 20px;
        float: none !important;
    }

    .expert-description {
        width: 100%;
        float: none !important;
        margin-top: 20px;
        margin-left: 20px;
    }

    .trophy-expert {
        margin-top: 0px;
    }
}