/*  ======================================
    Baze Edge 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;
}

/* ======================================
|   |   |   Home page
========================================= */
#home_video {
    height: 100%;
    width: 100%;
    margin-bottom: 50px;
}

#about_home_video iframe{
    margin: 0 auto;
    min-width: 100%;
    width: 100%;
    height: 460px;
}

#about_home_video  {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

/* ======================================
|   |   |   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;
}

/*=====================================
|   |    Our values  |   |
=======================================*/
#value {
    background-color: #f4f4f4;
    margin-bottom: 100px;
    padding: 120px 0;
}

.about-item {
    background-color: #fff;
    padding: 80px 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.about-item i {
    font-size: 30px;
    margin: 0;
    
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #96F50F;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
}

/*Hover State*/
.about-item:hover {
    background-color: #000038;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: #96F50F;
}

.about-item:hover hr {
    background-color: #fff;
}

.about-item:hover i {
    transform: translateY(-20px);
}

/*Smooth Transition*/
.about-item,
.about-item i,
.about-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.about-item h3,
.about-item p {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/*===================================
|  |  About text section and CEO
====================================*/
#about_team {
    height: 2900px;
}

#about_team_text {
    position: relative;
    top: -150px;
    width: 1150px;
}

#about_team_text h2 {
    color: #000038;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 67px;
}


#about_team_text h2 span {
    color: #96F50F;
}

#about_team_text p {
    padding-bottom: 10px;
    text-align: justify;
}

#about_team_text p span {
    font-weight: 600;
}

/*===============================
|  |  Team photo, text and icons 
================================*/
.team {
    padding-top: 20px;
}

.team h2 {
    position: relative;
    left: 12px;
    padding-bottom: 40px;
}

.team h2 span {
    color: #96F50F;
}

.team_photo {
    position: relative;
    top: -20px;
    height: 440px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.team_photo img {
    position: relative;
    top: 5px;
    height: 360px;
    width: 385px;
}

.team_text h2 {
    position: relative;
    top: -40px;
    left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.team_photo_text p {
    position: relative;
    top: 25px;
    left: 10px;
    color: #7065f0;
    font-weight: 500;
}

.team_icons {
    position: relative;
    top: -70px;
    left: -10px;
    font-size: 19px;
    text-align: right;
}

.team_icons .socials_icons {
    padding-left: 6px;
    padding-right: 6px;
}


/*=====================================
|   |   | Stats
=======================================*/
#stats {
    background: url("/img/stats/stats_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 446px;
}

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

#stats .vertical-heading {
    margin-bottom: 50px;
    text-align: center;
}

#stats .vertical-heading h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

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

#stats .vertical-heading p {
    color: #fff;
}

.stats-item {
    background: rgba(61, 68, 68, 0.5);
    border-radius: 14px;
    min-height: 170px;
    padding: 25px 50px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item i {
    font-size: 42px;
    color: #000038;
    margin: 0 0 6px 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item h3 {
    font-size: 32px;
    color: #fff;
    margin: 5px 0 5px 0;
}

.stats-item p {
    color: #fff;
    margin: 0 0 0 0;
}

.stats-item:hover {
    background: #96F50F;
}

.stats-item:hover i {
    color: #000;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* ======================================
|   |   |  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;
    width: 190px;
}

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

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

.qrcode img {
    position: relative;
    top: 70px;
    left: 330px;
    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: #000038;
}

.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;
}

/*Below is the "Main Home page button" at the navigation bar css*/
.main_home_btn a {
    position: relative;
    top: 35px;
    left: -1px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 16px 16px 16px 16px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    
.main_home_btn a {
    color: #fff;
    border: 1px solid #fff;
    background-color: #000038;
    text-decoration: none;
}
    
.main_home_btn a:hover,
.main_home_btn a:focus {
    color: #fff;
    background-color: #96F50F;
    border: 1px solid #96F50F;
    }

/*Below is the "Get in touch section" at the navigation bar css*/
.get_touch_btn {
    position: relative;
    top: -36px;
    left: 365px;
    text-decoration: none;
    z-index: 1;
}

.get_touch_btn a {
    text-decoration: none;
}



/* ======================================
|   |   |   Home Slider Buttons
========================================= */
.owl-carousel button.owl-dot {
    position: relative;
    top: -200px;
    left: 500px;
    color: #f2f2f2;
    font-size: 25px;
    background-color: none;
    z-index: 1;
}

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

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

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

.footer_icons {
    position: relative;
    top: -10px;
    left: -70px;
    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;
}

.site-nav-wrapper {
    padding: 0px;
    color: #fff;
}

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

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


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;
}