/*
Template: Title
Author: TrendyTheme
Version: 1
Designed and Developed by: TrendyTheme
*/

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    color: #0B1827;
    background: #fff;
    background-image:url("assets/img/body-bg.png");
    background-repeat:no-repeat;
    background-position:left bottom;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}


/* =-=-=-=-=-=-= Typography =-=-=-=-=-=-= */
h1, h2, h3, h4, h5, h6{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    margin: 0 0 15px;
}
h1 {
    font-size: 55px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 20px;
}

@media (max-width: 500px) {
	h1 {
	    font-size: 40px;
	}
	h2 {
	    font-size: 35px;
	}
}

/* Link style
/* ------------------------------ */
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

/* Transition elements
/* ------------------------------ */
a,
.btn,
.form-control {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Reset box-shadow
/* ------------------------------ */
.btn,
button,
.btn:focus,
.form-control,
.form-control:hover,
.form-control:focus,
.btn-primary.focus, 
.btn-primary:focus,
.custom-select:focus,
.navbar-custom .dropdown-menu {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control,
.custom-select {
    height: 40px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid rgba(0, 49, 47, 0.2);
}
.form-control:focus,
.custom-select:focus {
    border-color: #32D1C9;
}


/* Button Style
/* ------------------------------ */
.btn {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
}

.btn-info {
    background-color: #31D2CA;
}
.btn-info:hover {
    background-color: #1EB3AC;
}
.btn-light {
    color: #32D1C9 !important;
    background-color: #fff;
}
.btn-light:hover {
    color: #fff !important;
    background-color: #32D1C9;
}

.btn-warning {
    color: #fff;
    background-color: #D19128;
}
.btn-warning:hover {
    color: #fff;
    background-color: #E5A234;
}
.btn-info:not(:disabled):not(.disabled).active:focus, 
.btn-info:not(:disabled):not(.disabled):active:focus, 
.show > .btn-info.dropdown-toggle:focus
.btn-warning:not(:disabled):not(.disabled).active:focus, 
.btn-warning:not(:disabled):not(.disabled):active:focus, 
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}



.btn.menu-btn {
	font-size: 14px;
	line-height: 23px;
    padding: 8px 20px;
}
.btn.menu-btn.btn-info{
    background-color: #32D1C9;
}
.btn.menu-btn.btn-info:hover{
    background-color: #1EB3AC;
}


.btn-lg {
    padding: 1.1rem 2rem;
    border-radius: .2rem;
}

/* Utility Classes
/* ------------------------------ */

.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}

@media (min-width: 576px) {
    .padding-left-0 {
        padding-left: 0;
    }
}

.hero-section {
    background-color: #112D4C;
    height: 640px;
}
.hero-wrapper {
    padding-top: 12%;
}
.hero-intro h2 {
	color: #fff;
    margin-top: 50px;
	margin-bottom: 40px;
}
.hero-intro .btn-lg {
    padding: 22px 42px;
    display: inline-block;
}


.section-intro {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
    .section-intro.text-center .section-sub {
        width: 90%;
        margin: 0 auto;
    }
}


.feature-section {
	padding-top: 100px;
	padding-bottom: 60px;
}
.feature-wrapper {
	text-align: center;
}
@media (max-width: 768px) {
    .feature-wrapper {
        margin-bottom: 30px;
    }
}
.feature-wrapper img {
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}
.feature-wrapper:hover img {
    -webkit-box-shadow: 0px 20px 20px rgba(0, 86, 81, 0.12);
    -moz-box-shadow: 0px 20px 20px rgba(0, 86, 81, 0.12);
    box-shadow: 0px 20px 20px rgba(0, 86, 81, 0.12);
}
.feature-wrapper h3 {
	font-size: 25px;
	font-weight: 400;
}


.method-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.method-wrapper {
	text-align: center;
}
@media (max-width: 768px) {
    .method-wrapper {
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .method-wrapper {
        padding: 0 40px;
    }
}
.method-wrapper img {
	margin-bottom: 20px;
}
.method-wrapper span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(0, 0, 0, .3);
}
.method-wrapper h3 {
	font-size: 25px;
	font-weight: 400;
}

.promo-wrapper {
	padding: 60px 70px;
	background: url(assets/img/promo-bg.jpg) center center no-repeat #3C4AC4;
	background-size: cover;
	margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0 15px 25px 0 rgba(0,112,107,0.17);
}
.promo-wrapper h2 {
	color: #fff;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
    .promo-wrapper {
        padding: 30px;
    }
}

.widget-wrapper {
	margin-bottom: 20px;
}
.footer-logo img{
    width: 55%;
    margin-top: 10px;
}
.footer-list {
    text-align: center;
}
.footer-list li {
	padding: 0 5px;
}
.footer-list li a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.footer-list,
.mailling-address {
	padding-top: 13px;
}
.mailling-address a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.copyright-text,
.copyright-link a {
    font-size: 15px;
    font-weight: 400;
    color: #323232;
}

.footer-list li a:hover,
.mailling-address a:hover,
.copyright-link a:hover {
	text-decoration: underline;
}


.mailling-address a,
.copyright-link {
	text-align: right;
}	

@media (max-width: 767px) {
	.widget-wrapper,
	.mailling-address a,
	.copyright-text,
	.copyright-link {
		text-align: center;
	}
	.footer-list {
	    margin-top: 10px;
	    margin-bottom: 0;
	}
}



/* About Us Page
/* ------------------------------ */
.about-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-section h6{
	font-weight: 600;
	margin-top: 20px;
}
.about-section img {
    border-radius: 10px;
    box-shadow: 0 22px 23px -17px rgba(50,209,201,0.15);
}

/* How it Works Page
/* ------------------------------ */
.tab-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.tab-wrapper {
    box-shadow: 0 15px 34px 0 rgba(50,209,201,0.20);
}
.tt-tab-column {
    background-color: #1E3650;
    padding: 0;
    border-radius: 3px 0 0 3px;
}
.tt-tab-content {
	background-color: #122438;
	color: #fff;
	padding: 30px 20px;
    border-radius: 0 3px 3px 0;
}
.tt-tab-content h6 {
	color: #fff;
	font-weight: 600;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgba(49, 208, 200, 0.3);
}
.nav-pills .nav-link {
    border-radius: 0;
}

.nav-link {
    padding: 20px 25px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}
.nav-link:last-of-type,
.nav-link.active {
	border-bottom: 1px solid transparent;
}
.nav-link:hover {
	color: #32D1C9;
}




/* Carrer Page
/* ------------------------------ */

.carrer-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.select-wrapper {
    margin-bottom: 30px;
}
.select-note{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
}
.carrer-info-wrapper {
    padding-top: 30px;
    border-top: 1px solid rgba(216, 216, 216, 0.3);
}
.carrer-info-wrapper ul {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}
.carrer-info-wrapper ul li {
    margin-bottom: 10px;
    background: url(assets/img/arrow.png) 6px 9px no-repeat;
    padding-left: 30px;
}
.carrer-info-wrapper h6 {
    font-weight: 600;
}

.form-wrapper {
    background-color: #fff;
    padding: 30px;
    border: 1px solid rgba(216, 216, 216, 0.3);
}
.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}
.input-note {
    color: red;
}

#contactForm button {
    padding: 17px 40px;
}


.contact-section {
    margin-bottom: 100px;
}
.consultation-from-wrapper {
    background-color: #fff;
    padding: 50px;
    border-radius: 4px;
    margin-top: -100px;
    box-shadow: 0px 12px 40px rgba(50, 209, 201, 0.15);
}
.consultation-from-wrapper h2 {
    margin-bottom: 30px;
}

.address-wrapper img {
    border-radius: 5px;
    margin-bottom: 30px;
}
.address-wrapper address a {
    color: #0B1827;
}
.address-wrapper address a:hover {
    color: #31D2CA;
}
address dl dt {
    font-size: 15px;
    font-weight: 700;
}
address dl dd p {
    font-size: 15px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .address-wrapper {
        padding-left: 50px;
    }
}
@media (max-width: 991px) {
    .consultation-from-wrapper .contact-form {
        margin-bottom: 50px;
    }
}



/* Preloader
/* ------------------------------ */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(assets/img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}



/* Navbar/Menu Style
/* ------------------------------ */
.navbar {
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.07);
}
.navbar-brand{
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    width: 80%;
}
nav.navbar .navbar-nav a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}
nav.navbar .navbar-nav .active a,
nav.navbar .navbar-nav a:hover{
    color: #259C96;
}
nav.navbar .navbar-nav > li{
    position: relative;
}

/*.navbar-light .navbar-toggler {
    color: #fff;
    border: 0;
    background: #32D1C9;
}*/

nav.navbar .navbar-nav > li .dropdown-wrapper{
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

nav.navbar .navbar-nav > li.dropdown::after {
    display: inline-block;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    top: 12px;
}
nav.navbar .navbar-nav > li.dropdown li.dropdown::after{
    display: inline-block;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-left: .3em solid;
    border-bottom: .3em solid transparent;
    position: absolute;
    right: 15px;
    top: 12px;
}
nav.navbar .navbar-nav > li:hover .dropdown-wrapper{
    visibility: visible;
    opacity: 1;
}


@media (min-width: 768px){
    nav.navbar{
        padding: 0;
    }
    nav.navbar .navbar-nav > li{
        margin-right: 20px;
    }

    nav.navbar .navbar-nav > li > a{
        display: block;
        line-height: 80px;
    }

    nav.navbar .navbar-nav > li.dropdown {
        padding-right: 15px;
    }

    nav.navbar .navbar-nav > li.dropdown li.dropdown > .dropdown-wrapper{
        left: 110%;
        top: 0;
        visibility: hidden;
        opacity: 0;
    }

    nav.navbar .navbar-nav > li.dropdown li.dropdown:hover > .dropdown-wrapper{
        visibility: visible;
        opacity: 1;
        left: 100%;
    }

    nav.navbar .navbar-nav > li .dropdown-wrapper {
        position: absolute;
        top: 120%;
        left: 0;
        padding: 10px 0;
        background: #fff;
        z-index: 99;
        min-width: 220px;
    }
    nav.navbar .navbar-nav > li:hover .dropdown-wrapper{
        top: 100%;
    }
    nav.navbar .navbar-nav > li .dropdown-wrapper a {
        text-transform: capitalize;
        color: #212121;
        line-height: 35px;
        padding: 0 15px;
        display: block;
    }
    nav.navbar .navbar-nav > li .dropdown-wrapper a:hover{
        background-color: #efefef;
    }
    nav.navbar .navbar-nav > li.dropdown::after {
        top: 49%;
    }
}

@media (max-width: 767px){
    nav.navbar .navbar-nav > li .dropdown-wrapper {
        visibility: visible;
        opacity: 1;
    }
    .btn.menu-btn {
        display: block;
        margin-top: 15px;
    }
    nav.navbar .navbar-nav > li.dropdown::after,
    nav.navbar .navbar-nav > li.dropdown li.dropdown::after {
        display: none;
    }
    .navbar-nav {
        border-top: 1px solid #ddd;
        margin-top: 15px;
        padding-top: 15px;
    }
}






