.home {
    width: 100%;
    height: 447px;
}

.home_background_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_background {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_content {
    position: absolute;
    left: 50%;
    bottom: 109px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffb606;
    padding-top: 24px;
    padding-bottom: 18px;
    padding-left: 39px;
    padding-right: 42px;
}

.home_content h1 {
    font-size: 72px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5;
    white-space: nowrap;
}



/* Testimonials */
.testimonials {
    width: 100%;
    background: #1a1a1a;
}

.testimonials_background_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonials_background {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.27;
}

.testimonials .section_title h1 {
    color: #FFFFFF;
}

.testimonials_slider_container {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 56px;
}

.testimonials_item {
    width: 100%;
    padding-bottom: 75px;
}

.quote {
    font-size: 36px;
    color: #ffb606;
}

.testimonials_text {
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: large;
}

.testimonial_user {
    margin-top: 43px;
}

.testimonial_image {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_image img {
    width: 100%;
    height: auto;
}

.testimonial_name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f6af03;
    margin-top: 21px;
}

.testimonial_title {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 6px;
}

.testimonials_slider .owl-dots {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
}

.testimonials_slider .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    border: solid 2px #FFFFFF;
    background: transparent !important;
}

.testimonials_slider .owl-dot.active span {
    width: 16px !important;
    height: 16px !important;
    border: none;
    background: #ffb606 !important;
}

/* About Us */

.about-section {
    position: relative;
    padding: 120px 0px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-right: 100px;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 40px;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #d7a449;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #d7a449;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}


.news {
    width: 100%;
    padding-top: 103px;
    padding-bottom: 118px;
}

.news_post {}

.news_post:last-child {
    /*margin-bottom: 0px;*/
}

.news_post_image {
    width: 100%;
}

.news_post_image img {
    width: 100%;
    height: auto;
}

.news_post_top {
    margin-top: 38px;
}

.news_post_date {
    width: 68px;
    height: 68px;
    background: #ffb606;
}

.news_post_date div:first-child {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.news_post_date div:last-child {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 3px;
}

.news_post_title_container {
    margin-top: -7px;
}

.news_post_title a {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
}

.news_post_title a:hover,
.news_post_author a:hover,
.news_post_comments a:hover {
    color: #a5a5a5;
}

.news_post_meta {
    color: #1a1a1a;
    margin-top: 5px;
    padding-left: 2px;
}

.news_post_author a {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
}

.news_post_comments a {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
}

.news_post_meta span:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    margin-left: 5px;
    margin-right: 5px;
}

.news_post_text {
    margin-top: 27px;
}

.news_post_text p {
    margin-top: 27px;
    font-size: 16px;
    text-align: justify;
}


.news_post_quote {
    background: #f8f4f4;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 47px;
    padding-bottom: 40px;
    margin-top: 60px;
}

.news_post_quote::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #ffb606;
    content: '';
}

.news_post_quote_text {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 32.08px;
    margin-bottom: 0px;
}

.news_post_quote_text span {
    font-size: 36px;
    color: #ffb606;
    margin-right: 2px;
}



.icon_boxes {
    margin-top: 112px;
}

.icon_boxes_container {
    margin-top: 109px;
}

.icon_box {}

.icon_box h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 13px;
}

.icon_box p {
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
    max-width: 100%;
    margin-bottom: 0px;
}

.icon_container {
    height: 41px;
    width: auto;
    margin-bottom: 30px;
}

.icon_container img {
    height: 100%;
}

.elements_title {
    font-size: 24px;
    font-weight: 500;
    color: #1a1a1a;
}


.elements_accordions {}

.accordion_container {
    margin-bottom: 15px;
}

.accordion {
    height: 60px;
    width: 100%;
    background: #f8f4f4;
    padding-left: 30px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.accordion.active {
    background: #ffb606;
    color: #FFFFFF;
}

.accordion:active {
    background: #ffb606 !important;
    color: #FFFFFF;
}

.accordion::after {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 100%;
    content: '+';
    background: #ffb606;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.accordion.active::after {
    content: '-';
}

.accordion:hover {
    background: #e4e4e4;
}

.accordion_panel {
    padding-left: 30px;
    padding-right: 30px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion_panel p {
    padding-top: 15px;
}