/*
* Squares - Multi-purpose HTML5 Template
* Build Date: September 2017
* Author: a7med_abdallah
* Copyright (C) 2017 Ahmed Abdallah
*/

/*---------------------------
    TABLE OF CONTENTS
--------------------------*/

/* 
-------------------------------------
    01. IMPORT GOOGLE FONTS
    02. GENERAL
    03. PRELOADER
    04. HEADER
    05. HERO SECTION
    06. ABOUT SECTION
    07. SERVICES SECTION
    08. OUR WORKS SECTION
	09. BLOG SECTION
	10. TESTIMONIALS SECTION
	11. STATISTICS SECTION
	12. Contact SECTION
	13. FOOTER
    14. RESPONSIVE [Media Query]
------------------------------------- 
*/

/*-------------------------------
    1. IMPORT GOOGLE FONTS
--------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/*-------------------------------
    2. GENERAL
--------------------------------*/

* {
    border: 0;
    outline: 0;
}

*:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    position: relative;
}

p {
    line-height: 24px;
    font-size: 14px;
    color: #777;
    margin: 0;
}

h2 {
    color: #0088ff;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
}

.inline-block {
    display: inline-block
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%
}


/* buttons */

.btn-blue,
.btn-dark,
.btn-default {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 15px;
    min-width: 150px;
    height: 45px;
    line-height: 30px;
    text-align: center;
    border-radius: 1px;
    font-weight: 400
}

.btn-blue {
    background: #0088ff;
    color: #fff;
}

.btn-blue:hover {
    background: #222;
    color: #fff;
}

.btn-default {
    background: none;
    border: 2px solid #0088ff;
}

.btn-default:hover {
    background: #222;
    color: #fff;
    border: 2px solid #222;
}

.btn-dark {
    background: #222;
    color: #fff;
}

.btn-dark:hover {
    background: #fff;
    color: #222;
}

#scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0088ff;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    z-index: 9999;
    border-radius: 2px;
    cursor: pointer;
    display: none;
}

#scroll-top:hover {
    background: #222;
    color: #fff;
}


/* padding */

.no-padding {
    padding: 0
}

.padding-2px {
    padding-left: 2px;
    padding-right: 2px
}


/* margin */

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}


/* section general */

.section-padding {
    padding: 90px 0;
}

.section-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section-title span {
    position: absolute;
    font-weight: 700;
    font-size: 90px;
    z-index: -1;
    color: #eee;
    top: -55px;
    right: 0;
    left: 0;
}

.section-title h2 {
    padding-bottom: 15px;
}

.section-title p {
    margin: auto;
    width: 60%;
    font-size: 15px;
}


/*-------------------------------
    03. PRELOADER
--------------------------------*/

#loading {
    background: #eee;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}

.spinner {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: transparent;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #777;
    border-left: 4px solid #777;
    -webkit-animation: spinner 1.2s infinite linear;
    -moz-animation: spinner 1.2s infinite linear;
    -ms-animation: spinner 1.2s infinite linear;
    -o-animation: spinner 1.2s infinite linear;
    animation: spinner 1.2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*-------------------------------
    04. HEADER (NAVBAR)
--------------------------------*/

.navbar-inverse {
    background-color: transparent;
    height: 80px;
    width: 100%;
    z-index: 9999;
    border-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #444;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 3px;
    margin-left: 20px;
    line-height: 78px;
    letter-spacing: 1px
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #0088ff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #0088ff;
    background: transparent
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #0088ff;
}

.sticky-nav {
    height: 70px;
    width: 100%;
    border-color: transparent;
    border-radius: 0;
    margin: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sticky-nav .navbar-brand .logo {
    width: 150px;
    height: 84px
}

.sticky-nav .navbar-nav > li > a {
    background: none;
    color: #777;
    line-height: 75px;
    font-weight: 700;
}

.navbar.navbar-2 {
    min-height: 0
}

.navbar-2.navbar-inverse {
    background-color: transparent;
    height: 0;
    width: 100%;
    z-index: 9999;
    border-color: transparent;
    border-radius: 0;
    margin: 0;
}

.navbar-2.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 3px;
    margin-left: 20px;
    line-height: 78px;
    letter-spacing: 1px
}

.navbar-2.navbar-inverse .navbar-nav > li > a:focus {
    color: #0088ff;
}

.navbar-2.navbar-inverse .navbar-nav > .active > a,
.navbar-2.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-2.navbar-inverse .navbar-nav > .active > a:hover {
    color: #0088ff;
    background: transparent
}

.navbar-2.navbar-inverse .navbar-nav > li > a:hover {
    color: #0088ff;
}

.navbar-2.sticky-nav {
    height: 70px;
    width: 100%;
    border-color: transparent;
    border-radius: 0;
    margin: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-2.sticky-nav .navbar-brand .logo {
    width: 120px;
    height: 40px
}

.navbar-2.sticky-nav .navbar-nav > li > a {
    background: none;
    color: #777;
    line-height: 75px;
    font-weight: 700;
}


/*-------------------------------
    05. HERO SECTION
--------------------------------*/

/* RESET OWL CAROUSEL */

.owl-carousel,
.owl-carousel .owl-item,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
    height: 100%;
}

.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero li {
    text-align: center;
    width: 100%;
    height: 100%;
}

.hero li.slide-1 {
    background: url('https://jomegoldasok.hu/images/uzleti.jpg') center no-repeat;
}

.hero li.slide-2 {
    background: url('https://jomegoldasok.hu/images/coaching.jpg') center no-repeat;
}

.hero li.slide-3 {
    background: url('https://jomegoldasok.hu/images/ingatlanok.jpg') center no-repeat;
}

.hero li.slide-1,
.hero li.slide-2,
.hero li.slide-3 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero .slide-content {
    margin-top: 45vh
}

.hero .slide-content h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
}

.hero .arrows {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer
}

.hero .arrows:hover {
    background: #fff;
}

.hero .owl-prev {
    position: absolute;
    left: 10px;
    top: 48%;
}

.hero .owl-next {
    position: absolute;
    right: 10px;
    top: 48%;
}


/* HERO #2 */

.hero-2 {
    background: url('http://via.placeholder.com/1400x700') center no-repeat;
    height: 100vh
}

.hero-2 .hero-content {
    margin-top: 45vh
}

.hero-2 .hero-content h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px
}

.hero-2 .hero-content p {
    color: #eee;
    width: 55%;
    margin: auto;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 30px
}

.hero-2 .hero-content a.btn-blue {
    width: 200px;
    border-radius: 100px;
    line-height: 42px;
}


/*-------------------------------
   06.  ABOUT SECTION
--------------------------------*/

.about .features-area .feature-panel {
    padding: 25px;
    margin: 30px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about .features-area .feature-panel:hover,
.about .features-area .feature-panel.active {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.about .features-area .feature-panel i {
    color: #34bef5;
    font-size: 60px;
}

.about .features-area .feature-panel h4 {
    margin: 20px 0;
}


/* accordion Area */

.according-area .panel-default .panel-heading {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    background-color: rgba(245, 245, 245, 0.34);
    border-color: #eee;
    font-size: 16px;
    padding: 16px;
}

.according-area .panel-group .panel {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
}

.according-area .panel-title {
    cursor: pointer
}

.according-area .panel-body {
    padding: 20px;
    border-radius: 0px;
    color: #777
}

.according-area .panel-heading {
    border-radius: 0px
}

.according-area .panel-title a {
    color: #333;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
}

.according-area .panel-title a:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font: 16px fontAwesome;
    margin-right: 15px;
    content: "\f068";
    color: #34bef5;
    height: 49px;
    width: 49px;
    float: left;
    margin-left: -16px;
    margin-top: -16px;
    line-height: 50px;
    text-align: center;
}

.according-area .panel-title a.collapsed:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font: 16px fontAwesome;
    margin-right: 15px;
    content: "\f067";
    color: #34bef5;
    height: 49px;
    width: 49px;
    float: left;
    margin-left: -16px;
    margin-top: -16px;
    line-height: 50px;
    text-align: center;
}


/*-------------------------------
   07.  SERVICES SECTION
--------------------------------*/

.services {
    background: #fdfdfd;
}

.services .service-panel {
    background: #fff;
    position: relative;
    padding: 30px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
}

.services .service-panel:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.07);
}

.services .service-panel i {
    font-size: 45px;
    color: #34bef5;
}

.services .service-panel h3 {
    font-size: 18px;
    margin: 20px 0 15px;
}

.services .service-panel:hover h3 {
    color: #34bef5
}


/*-------------------------------
   08.  OUR WORKS SECTION
--------------------------------*/

.our-works .portfolio-categories li {
    cursor: pointer;
    padding: 15px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500;
}

.our-works .portfolio-categories li.active,
.our-works .portfolio-categories li:hover {
    color: #000
}

.our-works #Container .mix {
    display: none;
}

.our-works .item {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
    margin-bottom: 4px
}

.our-works .item img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 275px;
    width: 100%
}

.our-works .item:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.our-works .item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.our-works .item:hover .overlay {
    opacity: 1;
}

.our-works .item .overlaycolor {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.our-works .item .overlayinfo {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-works .item .overlayinfo h4 {
    color: #fff;
}

.our-works .item .overlayinfo p {
    color: #eee;
}

.our-works .item:hover .overlayinfo {
    top: 50%
}


/*-------------------------------
   09. BLOG SECTION
--------------------------------*/

.blog {
    background: #fdfdfd;
}

.blog .post-panel {
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.blog .post-panel:hover {
    -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog .post-panel:hover .post-img img {
    transform: scale(1.1)
}

.blog .post-panel .post-img {
    overflow: hidden;
}

.blog .post-panel .post-img img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%
}

.blog .post-panel .post-details {
    padding: 20px
}

.blog .post-panel .post-details h4 {
    font-size: 16px;
    color: #000;
}

.blog .post-panel .post-details ul {
    display: block;
    overflow: hidden;
    margin-bottom: 5px
}

.blog .post-panel .post-details li {
    color: #999999;
    float: left;
    font-size: 12px;
    font-style: italic;
    margin-right: 15px;
    padding-right: 10px;
    position: relative;
}


/*-------------------------------
	10. TESTIMONIALS SECTION
--------------------------------*/

.testimonials {
    background: url('http://via.placeholder.com/1200x400') fixed center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 350px;
    position: relative;
}

.testimonials-content {
    display: block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.80);
    background: rgba(40, 43, 57, 0.8);
    padding: 80px 0;
}

.testimonials .testim-carousel .item {
    width: 50%;
    margin: auto;
    color: #fff;
    text-align: center;
    cursor: e-resize
}

.testimonials .testim-carousel .item img {
    width: 50px;
    ;
    height: 50px;
    border-radius: 50%;
    margin: 20px auto;
}

.testimonials .testim-carousel .item p {
    font-size: 15px;
    line-height: 32px;
    color: #fff
}

.testimonials .testim-carousel .item h6 {
    color: #ddd;
}


/*-------------------------------
    11. STATSTICS SECTION
--------------------------------*/

.statistics {
    background: #fdfdfd;
}

.statistics .counter-box {
    padding: 25px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.statistics .counter-box:hover {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
}

.statistics .counter-box h2 {
    margin: 10px 0 5px
}


.statistics .counter-box i {
    font-size: 35px;
    color: #34bef5;
}

/*--------------------------------
    12. CONTACT SECTION
---------------------------------*/

.contact {
    background: #F8F8F8;
}

.contact form {
    width: 70%;
    margin: auto
}

.contact form .input-group input {
    box-shadow: none;
    border: none;
    height: 40px
}

.contact form .input-group .input-group-addon:first-child {
    border-right: 0;
    border: none;
    background: #fff;
}

.contact form textarea {
    box-shadow: none;
    border: none;
    height: 170px;
    margin-bottom: 30px;
    resize: vertical;
}

.contact form textarea:focus {
    box-shadow: none;
}


/*contact-info*/

.contact-info {
    padding: 30px 0
}

.contact-info .info-box {
    overflow: hidden;
    margin-bottom: 15px
}

.contact-info .info-box .icon {
    width: 45px;
    height: 45px;
    float: left;
}

.contact-info .info-box .icon .inner-icon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 35px;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 5px;
}

.contact-info .info-box .icon i {
    color: #0088ff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact-info .info-box .text {
    padding-left: 90px;
}

.contact-info .info-box .text h4 {
    color: #0088ff
}

.contact-info .info-box .text p {
    margin: 0;
}


/*--------------------------------
    13. FOOTER 
---------------------------------*/

footer {
    background: #eee;
    color: #f0f0f0;
    padding: 20px 0
}

footer .social-icons {
    float: right
}

footer .social-icons li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 8px;
    background: #ddd;
    color: #2a323e;
    border-radius: 50%;
}

footer .social-icons li a {
    color: #2a323e;
}


/*--------------------------------
    14. RESPONSIVE 
---------------------------------*/

/************************
     SMALL DEVICES
*************************/

@media(min-width:768px) and (max-width:992px) {
    .contact form {
        width: auto
    }
    .contact-info .info-box .icon .inner-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-left: 5px;
    }
    .contact-info .info-box .text {
        padding-left: 60px;
    }
}


/************************
    EXTRA SMALL DEVICES
*************************/

@media(max-width:767px) {
    /* GENERAL */
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    p {
        font-size: 13px
    }
    .mb-xs-20 {
        margin-bottom: 20px;
    }
    #scroll-top {
        bottom: 5px;
        right: 5px;
        width: 27px;
        height: 25px;
        line-height: 25px;
        font-size: 13px
    }
    .section-title h2 {
        font-size: 26px;
        color: #111;
        font-weight: bold
    }
    .section-title span {
        font-size: 70px;
        top: -40px;
    }
    .section-title p {
        margin: auto;
        width: 90%;
        font-size: 13px;
    }
    /* NAVBAR */
    .navbar-inverse {
        position: fixed;
        background: #fff;
        height: 70px;
        border: none
    }
    .navbar-brand .logo,
    .sticky-nav .navbar-brand .logo {
        width: 105px;
        height: 35px;
        margin-top: 5px
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    }
    .navbar-nav {
        margin-bottom: 0;
    }
    .navbar-nav .open .dropdown-menu,
    .navbar-inverse .navbar-toggle {
        background: transparent;
        border-color: #0088ff;
        cursor: pointer;
        margin-top: 15px;
        height: 37px;
        padding: 8px
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #0088ff;
        cursor: pointer
    }
    .navbar-inverse .navbar-nav > li {
        padding: 17px;
        background: #fff;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #444;
        margin: 0;
        line-height: 18px;
        text-transform: capitalize
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #0088ff;
    }
    /*  MAIN SLIDER  */
    .hero {
        height: 100vh
    }
    .hero .item {
        margin-top: 50vh
    }
    .hero .arrows {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .feature-panel i {
        font-size: 55px
    }
    /*  OUR SERVICES  */
    .services .row {
        margin: 0;
    }
    /*  OUR WORKS  */
    .our-works .item img {
        height: auto
    }
    /* TESTIMONIALS */
    .testimonials {
        min-height: 200px
    }
    .testimonials .testim-carousel .item {
        width: 90%;
        margin: auto;
    }
    .testimonials .testim-carousel .item p {
        font-size: 13px;
    }
    /* CONTACT */
    .contact form {
        width: 100%
    }
    .contact-info .info-box .icon .inner-icon {
        margin-top: 25px
    }
    footer,
    footer .social-icons {
        text-align: center;
        float: none
    }
    footer .social-icons{
        margin-top: 10px;
    }
}