/*  ======================================
    Enogg Limited Style Themes    
    ------------------------------------------------------
    Fonts: Plus Jakarta Sans and Open Sans (and default 'san serif')
    ------------------------------------------------------
    Colors:
        Chartreuse:	    #96F50F
        Stratos:		#000038
        White:          #fff   
        White Smoke:	#f4f4f4
        Black:			#000
        Grey:			#212226
        Yellow Green colours    #41B00A

    ====================================== */

/* ======================================
|    |   |   html, body
========================================= */
html,
body {
    height: 100%;
}

body {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", "Open Sans", "sans-serif";
}

p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

section {
    background: #fff;
    overflow: hidden;
}

/* ======================================
|    |   |   Preloader
========================================= */

#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-repeat: no-repeat;
    height: 300px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background-image: url("/img/preloader/preloader.gif")
}


/* ======================================
|   |   |   Content
========================================= */
.content-box-lg {
    padding: 120px 0;
}

.content-box-md {
    padding: 30px 0px;
}

/* ======================================
|   |   |   In touch home page
========================================= */
#intouch {
    height: 100%;
    margin-bottom: 100px;
}

#intouch_homepage h1 {
    position: relative;
    width: 1768px;
    height: 230px;
    top: -70px;
    left: -330px;
    font-family: Plus Jakarta Sans;
    font-size: 160px;
    font-weight: 700;
    line-height: 229.53px;
    text-align: center;
}

#intouch_homepage span {
    color: #000038;
}

.intouch_down_text {
    position: absolute;
    top: 350px;
    height: 150px;
}

.intouch_down_text h2 {
    width: 300px;
    text-align: left;
    font-weight: 700;
}

.intouch_down_text span {
color: #000038;
}

.get_touch_btn {
    position: relative;
    left: -570px;
    margin-top: 40px;
}

.get_touch_btn a {
    text-decoration: none;
}

/* ======================================
|   |   |   Arrow down
========================================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 3%;
    color: #fff;
    font-size: 150px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #fff;
}


/*=====================================
|   |   | Keep "in touch" section
=======================================*/
#quote {
    background: url("/img/intouch_page_images/quote_pic.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 446px;
    
}

#quote .content-box-md {
    height: 446px;
    background: rgba(0, 0, 0, 0.6);
    
}

#quote .vertical-heading h2 {
    position: relative;
    top: 100px;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    line-height: 50px;
    
}

.vertical-heading h2 span {
    color: #96F50F;
}

.vertical-heading p {
    padding-top: 140px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

/*==========================================
|   |  Contact and form section
===========================================*/
#contact_form {
    height: 600px;
}

#contact_and_form {
    position: relative;
    top: 160px;
    left: 350px;
    width: 600px;
    height: 250px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.contact_section h2 {
    position: relative;
    top: 5px;
    left: 10px;
    width: 650px;
    height: 134px;
    font-family: Plus Jakarta Sans;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    z-index: 1;
    text-align: justify;
}

.contact_section span {
color: #000038;
}

.contact_section p {
    position: relative;
    top: -80px;
    left: 10px;
    width: 550px;
    font-size: 14px;
    text-align: justify;
}

.mail_btn {
    position: relative;
    top: 100px;
    left: 370px;
}

.mail_btn a {
    text-decoration: none;
    padding: 10px 90px;
    font-size: 15px;
}

#contact_form img {
    position: relative;
    height: 500px;
    width: 400px;
    left: -20px;
    top: -100px;
}

/* ======================================
|   |   |  Google Map
========================================= */
#google-map {
    height: 600px;
}
#google-map iframe {
    position: relative;
    top: 80px;
    height: 510px;
    width: 100%;
}

/* ======================================
|   |   |  Contact
========================================= */
#contact {
    height: 450px;
}

.contact_logo {
    position: relative;
    top: -80px;
    left: -40px;
    width: 190px;
}

.office {
    position: relative;
    top: -40px;
    left: -40px;
}
.office-details {
    padding: 10px;
    line-height: 35px;
}

.office-details span {
    font-weight: 600;
}

.qrcode img {
    position: relative;
    top: 70px;
    left: 380px;
    width: 200px;
}


/* ======================================
|   |   |   Buttons
========================================*/
.btn-general {
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 28px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0, 4px;
    padding: 9px 36px 9px 36px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-lotus {
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
}

.btn-lotus:hover,
.btn-lotus:focus {
    color: #fff;
    background-color: #96F50F;
    border: 1px solid #96F50F;
    
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
}


/* ======================================
|   |   |  Footer
========================================= */
footer {
    background: #f4f4f4;
    padding: 10px;
}

footer p {
    position: relative;
    top: 10px;
    left: -60px;
    font-size: 15px;
    text-align: left;
    color: #000;
    line-height: 20px;
    margin: 0;
}

footer p span {
    color: #000038;
    font-weight: 600;
}

.footer_icons {
    position: relative;
    top: -10px;
    left: -20px;
    font-size: 25px;
    text-align: right;
}
.socials_icons {
    padding-left: 20px;
    padding-right: 20px;
}



/* ======================================
|   |   |  Navigation
========================================= */
.navbar {
    padding: 10px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background-color: #f4f4f4;
}

.site-nav-wrapper {
    padding: 5px;
    color: #000038;
}

.navbar-brand {
    padding: 10px 0;
}

.navbar-brand img {
    position: relative;
    left: 20px;
    top: -5px;
    width: 150px;
    height: auto;
}

.navbar-nav {
    position: relative;
    left: 60px;
}

ul.navbar-nav > li > a {
    font-family: "Plus Jakarta Sans", "Open Sans";
    color:#000038;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
    color: #000038;
    background-color: #fff;
}

/*White Navigation*/
.white-nav-top {
    background:#fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
    color: #000038;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
    color:#000038;
}
