@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
------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/calibri.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../webfonts/calibri-bold.woff2") format("woff2");
}


body {
    color: #000000;
    font: 400 15px/24px 'Calibri', 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 {

}

h2 {
    
}

h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 6px; 
}

h4 {
    
}

h5 {
    
}

h6 {
    
}

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


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

a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

/* 5. Forms
------------------------------------------------------------------------------*/
input,
button,
select,
textarea {
    font-family: 'Calibri', 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: 'Calibri', 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%; */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
}

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

/* button */
.btn {    
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    min-width: 110px;
    text-align: center;
    font-family: 'Calibri', 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; */
    padding: 38px 0;
}

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

.two-parts-box {
    display: grid;
    grid-template-columns: calc(50% - 50px) calc(50% - 50px);
    column-gap: 100px;
}

.two-parts-box .text-content {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.two-parts-box .text-content .headerLogo {
    margin-bottom: 114px;
}

.two-parts-box .image-content .multiImages {
    display: flex;
    gap: 15px;
    height: 100%;
}

.two-parts-box .image-content .multiImages .single-image {
    width: 100%;
    max-width: calc(58% - 3.4px);
}

.two-parts-box .image-content .multiImages .col-image {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.two-parts-box .image-content .multiImages .single-image img,
.two-parts-box .image-content .multiImages .col-image img:first-child {
    height: 100%;
    object-fit: cover;
}

.middle-content {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
}

.middle-content h3 {
    color: #009B80;
}

.mobileImages {
    display: none;
}

.two-parts-box .text-content .footer-content {
    margin-top: 105px;
}

.footer-content .contant-info ul {
    list-style-type: none;
    margin: 0;
}

.footer-content .contant-info ul li:not(:only-child, :first-child) {
    margin-top: 5px;
}

.footer-content .contant-info ul li a {
    font-size: 21px;
    font-weight: 700;
    color: #009B80;
}

.footer-content .contant-info ul li a:hover {
    color: #006655;
}

.footer-content  .locations {
    display: flex;
    flex-direction: column;
    row-gap: 23px;
    margin-top: 23px;
}

.footer-content .locations .location {
    display: grid;
    grid-template-columns: 270px 1fr;
}

.footer-content .locations .location p {
    font-size: 21px;
    line-height: 28px;
    color: #AAAAAA;
}

footer .footer-credits a,
.footer-content .locations .location p a {
    color: inherit;
}

footer .footer-credits a:hover,
.footer-content .locations .location p a:hover {
    color: #009B80;
}