@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{height: 100%; border:none; -webkit-appearance:none;-ms-appearance:none; -webkit-text-size-adjust:none;-ms-text-size-adjust:none;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
    color: #000000;
    font: 400 21px/26px 'noto-sans', sans-serif;    
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee;
}



ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    margin-left: 15px;
}

ul li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2c2c2c;
    font-weight: 400;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    
}

h3 {
    
}

h4 {
    
}

h5 {
    
}

h6 {
    
}

p {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
}

/* 3. Images
------------------------------------------------------------------------------*/
img {
    display: block;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    border-style: none;
}


/* 4. Link
------------------------------------------------------------------------------*/

a{
    text-decoration: none;
}

a:hover, a:focus{
    outline: none;
    text-decoration: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/
input,
button,
select,
textarea {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;    
    -webkit-text-size-adjust: none;
    outline: none
}

input[type='email'],
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='password'],
textarea {
    padding: 0 10px 0 22px;
    display: block;
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    color: #aeaeae;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea {
    padding: 15px 22px;
    height: 122px;
    line-height: 24px;
    overflow: auto;
    resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
    color: #ea7617;
    line-height: 42px;
    border: 1px solid #ea7617;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

/* 6. Tables
------------------------------------------------------------------------------*/


/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* commomn css */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.left { float: left;}
.right { float: right;}


#wrapper {
    width: 100%;
    min-height: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1680px;
    width: 100%;
    padding: 0 15px;
}

/* button */
.btn {    
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    min-width: 110px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
    color: #ea7617;
    cursor: pointer;    
    border:  2px solid #ea7617;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #ea7617;
}

/* header */
header {
    position: relative;
    width: 100%;
    height: auto;
}

nav ul {
    margin: 0;
}

.main-body {
	padding: 50px 0;
}

/* footer */
footer {   
    width: 100%;
    background-color: #ccc;
}

/*--------- home page ------------*/
section.home_landing {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

section.home_landing .landing_view {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

section.home_landing .landing_view .left_side {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    /* padding-right: 70px; */
}

section.home_landing .landing_view .right_side {
    min-height: 80vh;
    width: 100%;
    max-width: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.home_landing .landing_view .left_side .bottom_landing .social_landing {
    /* margin-bottom: 30px; */
}

section.home_landing .landing_view .left_side .bottom_landing a {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 700;
    color: #AAAAAA;
    transition: opacity 0.3s ease-in-out;
}

h1 a {
    color: #000;
    transition: opacity 0.3s ease-in-out;
}

section.home_landing .landing_view .left_side .bottom_landing a:hover,
h1 a:hover {
    opacity: 0.7;
}

p span {
    font-weight: 400;
}

section.home_landing .container {
    max-width: unset;
    padding: 0 85px;
}

section.home_landing .landing_view .logo {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    vertical-align: middle;
}

section.home_landing .landing_view .logo ~ h1 {
    font-size: 21px;
    font-weight: 900;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: 295px;
    margin-left: 50px;
    color: #00494A;
}

section.home_landing .landing_view .bottom_landing > p {
    font-size: 21px;
    line-height: 28px;
    font-weight: 900;
    color: #005952;
    margin-bottom: 45px;
}

section.home_landing .landing_view .left_side .bottom_landing a.email_btn {
    font-size: 21px;
    line-height: 28px;
    font-weight: 900;
    color: #00494A;
}

