/*  Theme Name: Globing | Responsive Bootstrap 4 Landing Template
    Author: Themesbrand
    Version: 1.0.0
    File Description: Main CSS file of the template
*/

/****************************
*   1  :  HELPER            *
*   2  :  NAVBAR-CUSTOM     *
*   3  :  HOME              *
*   4  :  SERVICES          *
*   5  :  FEATURES          *
*   6  :  CLIENTS           *
*   7  :  TEAM              *
*   8  :  FAQ               *
*   9  :  PRICING BOX       *
*   10 :  CONTACT           *
*   11 :  FOOTER            *
*   12 :  RESPONSIVE        *
*****************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Muli:400,600,700');

body {
    font-family: 'Muli', sans-serif;
}

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

p {
    font-size: 15px;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
    outline: none;
}

.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #3c3c3c;
    transition: all 0.5s;
}

.back-to-top i {
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 30px;
}


/*****************
    1.HELPER
*****************/

.section {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    background-color: #fff;
}

.title {
    text-transform: uppercase;
    font-size: 24px;
}

.title-subtitle {
    max-width: 600px;
}

.title-icon {
    font-size: 32px;
    margin-bottom: 30px;
    display: block;
}

.btn {
    padding: 12px 34px;
    font-size: 12px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
    font-weight: 700;
}

.btn-custom{
    border:1px solid;
}

.btn-round {
    border-radius: 30px;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.btn-custom {
    transition: all 0.5s;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    color: #f3f3f3;
}

.btn-outline-custom {
    border: 2px solid #f5f5f5;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}


/*********************
    2.NAVBAR-CUSTOM
**********************/

.navbar-custom {
    background-color: transparent;
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px;
    background-color: transparent !important;
    margin: 0 7px;
    letter-spacing: 0.05em;
    line-height: 24px;
    transition: all 0.5s;
}

.navbar-custom .navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
}

.navbar-custom .nav-social li a {
    color: #fff !important;
}

.navbar-custom .navbar-toggler {
    color: #fff;
    font-size: 35px;
    padding: 0px;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a {
    color: #fff !important;
}

.navbar-custom.nav-sticky {
    background-color: #1a1a1a !important;
    padding: 15px 0px;
}

.nav-social .facebook {
    border: 2px solid #5f5f5f;
    border-radius: 50%;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 38px;
}

.nav-social .nav-number span {
    font-size: 13px;
}

.nav-social .nav-number i {
    position: relative;
    top: 3px;
    font-size: 18px;
}


/*********************
    3.HOME
**********************/

.bg-home {
    background-image: url('../images/cartographer.png');
    position: relative;
    padding: 190px 0;
}

.home-title {
    font-size: 38px;
    line-height: 1.4;
}

.home-subtitle {
    font-size: 16px;
    line-height: 2.0;
}

.home-registration-form {
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-registration-form .registration-form label {
    font-size: 13px;
}

.registration-form .registration-input-box {
    border: none;
    border-radius: 5px;
    color: #999;
    height: 45px;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
}


/*---DEMO - 2---*/

.bg-home-full {
    height: 100vh;
}

.home-subtitle-center {
    max-width: 500px;
}


/*---DEMO - 3---*/

.half-home {
    padding: 280px 0 200px;
}


/*---DEMO - 6---*/

.back-slide {
    height: 100vh;
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 5px;
    right: 6px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}


/*---DEMO - 8---*/

.bg-gradient {
    background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
}

.navbar-light,
.navbar-light.sticky {
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}

.navbar-light .navbar-brand {
    color: #000 !important;
}

.navbar-light .navbar-nav li a {
    color: #828080 !important;
}


/*--- DEMO - 10---*/

.bg-video {
    height: 100vh;
    background-color: #000;
}


/*---DEMO - 11---*/

.navbar-light.small {
    min-height: 80px;
}


/*---DEMO - 12 ---*/

.slidero {
    position: relative;
    z-index: 1;
}


/*---DEMO - 13 ---*/

.main-slider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
}

.main-slider .flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 0.9);
}

.main-slider .flex-control-nav {
    bottom: -50px;
    left: 0;
    right: 0;
    width: auto;
}


/*---EXTRA PAGES---*/

.bg-login {
    background-image: url(../images/cartographer.png);
    height: 100vh;
}

.login-table {
    display: table;
    width: 100%;
    height: 100%;
}

.login-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.login-form .form-control {
    height: 44px;
    border: none;
    margin-bottom: 14px;
    border: 2px solid #eaeaea;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
}

.forgot-pass-txt {
    line-height: 22px;
    font-size: 14px;
}

.page-heading h1{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

/*********************
    4.SERVICES-BOX
**********************/

.services-box {
    padding: 30px;
}

.services-box .services-icon i {
    font-size: 36px;
}

.services-box .services-title {
    font-size: 18px;
}


/*********************
    5.FEATURES
**********************/

.features-desc h2 {
    font-size: 28px;
    line-height: 1.6;
}

.features-desc p {
    line-height: 1.8;
}


/*********************
    6.CLIENTS
**********************/

.bg-client {
    background-image: url('../images/cartographer.png');
    position: relative;
}

.testi-user {
    width: 85px !important;
    margin-right: 15px;
    color: #A2A2A2;
    margin-top: 20px;
}

.user-review {
    font-size: 20px;
    line-height: 36px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.65);
}

.testi-user-name {
    font-size: 16px;
}

.test_nav_left {
    left: 0px;
}

.test_nav_right {
    right: 0px;
}

.test_nav_left,
.test_nav_right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a7a7a7;
    font-size: 24px;
    z-index: 5;
    cursor: pointer;
    padding: 15px;
}

.testi-icon {
    font-size: 30px;
}


/*********************
    7.TEAM
**********************/

.team-social li a {
    color: #808083;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    transition: all 0.5s;
}

.team-social li a:hover {
    color: #fff;
}

.team-box.active {
    box-shadow: 0px 0px 20px -4px #e8e8e8;
}


/*********************
    8.FAQ
**********************/

.faq-que {
    font-size: 18px;
    font-weight: 600;
    color: #000 !important;
}

.faq-que {
    padding: 15px 0px;
}


/*********************
    9.PRICING BOX
**********************/

.price-box {
    padding: 50px 20px;
}

.plan-features p {
    font-size: 14px;
}

.price-box.active {
    box-shadow: 0px 0px 20px -4px #e8e8e8;
}


/*********************
    10.CONTACT
**********************/

.form-control {
    margin-bottom: 25px;
    box-shadow: none !important;
    height: 50px;
    border: 1px solid #e0e0e0;
}

.contact-border {
    width: 60px;
    height: 3px;
    margin: 20px 0px;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: rgba(244, 35, 103, 0.2);
    margin-bottom: 20px;
    text-align: center;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}


/*********************
    11.FOOTER
**********************/

.social .social-icon {
    border: 2px solid #868e96;
    border-radius: 50%;
    transition: all 0.5s;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.footer-terms li a:hover {
    color: #fff !important;
    transition: all 0.5s;
}

.footer-terms li::after {
    content: "|";
    margin: 0 20px;
    color: #757575
}

.footer-terms li:last-child:after {
    content: "";
}

.footer {
    background-image: url('../images/cartographer.png');
    position: relative;
}


/*********************
    12.RESPONSIVE
**********************/

@media (min-width: 200px) and (max-width: 768px) {
    .navbar-custom {
        background-color: #000;
        padding: 10px 0px !important;
    }
    .navbar-custom .container {
        width: 85%;
    }
    .about-border-left {
        border: none;
    }
    .bg-home {
        padding: 120px 0px;
    }
    .home-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .user-review {
        font-size: 16px;
        line-height: 24px;
    }
    .team-box.active {
        transform: scale(1.0);
    }
    .bg-home-full,
    .back-slide,
    .bg-login {
        height: auto;
        padding: 100px 0px;
    }
    .navbar-custom .navbar-toggler {
        color: #fff;
        font-size: 26px;
        border: none;
    }
    .navbar-light .navbar-toggler {
        color: #000;
        font-size: 26px;
        border: none;
    }
    .half-home {
        padding: 120px 0 70px;
    }
    .navbar-light.small {
        min-height: auto;
    }
}

@media (max-width: 1023px) {
    .navbar-custom .nav-social {
        display: none;
    }
}
