/*!
Theme Name: GMT
Theme URI: http://protrio.com.au/
Author: Protrio
Author URI: http://protrio.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: GMT
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    image-rendering: -webkit-optimize-contrast;
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
    font-size: 15px;
    line-height: 25px;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    font-family: 'Noto Sans SC', sans-serif;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}
select {
    line-height: 43px;
    border: 1px solid black;
    height: 43px;
    width: 100%;
}
textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:visited, a {
    color: #002e5b;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: none!important;
}
a:hover, a:active {
    outline: 0;
}
a:visited, a {
    color: #002e5b;
}

.post-title{
    font-weight: 600;
    transition: all 200ms;
}
.post-title:hover, .post-title:active, .post-title:focus{
color: #d21823;
}

.post-excerpt{
    color: #404040;
    font-size: 12px;
}
.page-numbers{
    padding: 0 5px;
}



@media (min-width: 768px) {
        .right-next{
        text-align: right !important;
    }
}
.right-next{
    text-align: left;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    width: auto;
    display: table;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-navigation ul ul li, .main-navigation ul ul a {
    max-width: 100%;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 115px;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 0!important;
}
.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
a:hover {
    text-decoration: none;
}
section {
    padding: 80px 0;
}
h3, h3 p {
    font-size: 25px;
}
h3 {
    margin-bottom: 40px;
}
nav#site-navigation {
    display: inline-block;
    width: auto;
    float: none;
    margin-left: 70px;
    top: 13px;
    position: relative;
}
span.byline {
    display: none;
}
div#comments {
    display: none;
}
.single footer.entry-footer {
    display: none;
}
.main-navigation li {
    padding: 0 13px;
}
.main-navigation a {
    color: #636363;
    border-bottom: 2px solid transparent;
    font-size: 16px;
}
.main-navigation li.current-menu-item>a, .main-navigation li:hover>a {
    color: #002e5b;
    border-bottom: 2px solid #778599;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.container {
    max-width: 1365px;
    margin: auto;
}
p.site-title, .site-description {
    display: none;
}
.site-branding {
    max-width: 172px;
    display: inline-block;
}
.page-template-user_login input.wpcf7-form-control.wpcf7-submit[disabled], .page-template-user_login_virtual input.wpcf7-form-control.wpcf7-submit[disabled] {
    background-color: rgba(69, 159, 70, 0.5);
}
header#masthead.scrolled .site-branding img {
    top: 0px;
}
header#masthead.scrolled nav#site-navigation {
    top: 8px;
}
header#masthead.scrolled span#top_phone, header#masthead.scrolled span#top_language {
    top: 0px;
}
div#header_top {
    background-color: #002e5b;
    color: white;
}
section#section2 {
    background-image: url(../../../wp-content/uploads/2018/02/section2_back.jpg);
    background-size: cover;
}
section#section3 {
    background-image: url(../../../wp-content/uploads/2018/03/section3_back.jpg);
    background-size: cover;
}
section#section5 {
    background-image: url(../../../wp-content/uploads/2018/02/section5_back.jpg);
    background-size: cover;
}
section#section3 * {
    color: white;
}
section#section3 .col-md-8 img {
    max-width: 500px;
    margin: auto;
    display: table;
}
section#section5 .col-md-5 {
    color: white;
}
#section2 .slick-dots {
    bottom: -65px;
}
section#about_section3 a {
    color: white;
    text-decoration: underline;
}
#section2 p {
    color: white;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#section6 {
    background-color: transparent;
}
#section6 img {
    max-width: 100px;
    margin: auto;
}
#section6 .slick-dots {
    bottom: -50px;
}
div#wpcf7-f64-o1 {
    background-color: #ffffff;
    display: inline-block;
    padding: 30px;
    padding-bottom: 5px;
}
ul#home_post_list li {
    padding: 15px;
}
#home_post_list h6 {
    color: #002e5b;
    font-size: 18px;
    margin-bottom: 15px;
}
:focus {
    outline: none;
}
ul#home_post_list {
    padding-left: 0;
    margin: 0;
}
ul#home_post_list img {
    max-height: 240px;
    width: auto;
    margin: auto;
    margin-bottom: 20px;
}
div#Div1 {
    width: 100%!Important;
}
.page-id-229 .entry-content {
    margin-top: 0;
}
.page-id-229 .entry-content p, .page-id-336 .entry-content p {
    margin-bottom: 0;
}
.page-id-229 div#main_content, .page-id-336 div#main_content {
    padding: 20px;
    padding-top: 0;
    background-color: white;
    border: 1px solid #ccc;
}
.slick-dots li button:before {
    opacity: 1;
    background-color: white;
    width: 10px;
    font-size: 15px;
    height: 10px;
    content: "";
    display: block;
}
.slick-dots li.slick-active button:before {
    background-color: #ee3139;
    opacity: 1;
}
.slick-prev:before {
    content: "";
    width: 15px;
    display: block;
    height: 22.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../wp-content/uploads/2018/03/arrow2_pre@2x.png);
}
#section2 .slick-prev:before {
    background-image: url(../../../wp-content/uploads/2018/03/arrow2_pre@2x_white.png);
}
.slick-next:before {
    content: "";
    width: 15px;
    display: block;
    height: 22.5px;
    background-image: url(../../../wp-content/uploads/2018/03/arrow_next2@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#section4 .slick-prev {
    left: -75px;
}
#section4 .slick-next {
    right: -75px;
}
#section2 .slick-next:before {
    background-image: url(../../../wp-content/uploads/2018/03/arrow_next2@2x_white.png);
}
.site-footer {
    background-color: #252525;
}
.site-footer>div {
    padding: 37px 80px;
}
div#scroll_top {
    position: fixed;
    right: 20px;
    bottom: 100px;
    color: #459f46;
    font-size: 35px;
    cursor: pointer;
    display: none;
    border: 2px solid #459f46;
    padding: 0 10px;
}
div#scroll_top:hover {
    opacity: 0.5;
}
section#section5 .col-md-5 {
    color: white;
}
.wpcf7 input {
    line-height: 35px;
}
ul#home_post_list {
    max-width: 1200px;
    margin: auto;
}
section#section2 h3 {
    font-size: 46px;
    font-weight: bolder;
    color: white;
    letter-spacing: 10px;
}
section#section2 h3 span {
    font-weight: bolder;
}
section#section3 .col-6:first-child {
    margin-top: 150px;
}
ul#home_post_list p {
    color: #a1a1a1;
    font-size: 14px;
    margin-bottom: 0;
}
#home_post_list a:hover {
    text-decoration: none;
}
#home_post_list a:hover h6 {
    color: #ee3139;
}
.wpcf7 .col-3 *, .wpcf7 .col-6 * {
    max-width: 100%;
}
footer h5.widget-title {
    color: white;
    font-size: 16px;
}
.site-info {
    color: #969696;
    text-align: center;
    margin-top: 50px;
    font-size: 13px;
}
.site-info p {
    margin-bottom: 10px;
    font-size: 13px;
}
section#section5 .col-md-5 * {
    color: white;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: #d1452e;
    color: white;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 11px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.8;
}
.the_button:hover:before, .the_button:focus:before, .the_button:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.the_button:hover, .the_button:focus, .the_button:active {
    opacity: 0.8;
    -webkit-transition: 0.5s all!important;
    transition: 0.5s all!important;
}
.wpcf7 .col-12 label {
    width: 100%;
}
input, select, textarea {
    border-radius: 0!important;
}
footer a:visited, footer a, footer .col-md-2 p {
    color: #a9a9a9;
    font-size: 13px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .col-2:not(:last-child) {
    border-right: 1px solid #a9a9a9;
}
footer .widget_nav_menu {
    text-align: center;
}
footer h5.widget-title {
    margin-bottom: 15px;
}
footer a:hover {
    color: white;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.copyright {
    padding: 15px 0;
    text-align: center;
}
.site-footer>div.copyright {
    padding: 15px 0;
    text-align: center;
    color: white;
    background-color: black;
    font-size: 12px;
}
form p {
    margin-bottom: 0;
}
.site-footer>div.copyright p {
    margin-bottom: 0;
    font-size: 12px;
}
.site-footer>div.copyright .widget_text {
    margin-bottom: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid black;
    padding-left: 10px;
}
form .col-12 {
    margin-top: 20px;
}
#contact_section .col-12.col-md-7 h3 {
    margin-top: 30px;
    padding-left: 30px;
    margin-bottom: 0;
}
.title {
    background-image: url(../../../wp-content/uploads/2018/03/about_back.jpg);
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    width: 100%;
    text-align: center;
}
.title h1 {
    vertical-align: middle;
    display: table-cell;
    color: white;
    font-size: 40px;
}
.page-template-aboutus .title {
    background-image: url(../../../wp-content/uploads/2018/03/about_back.jpg);
}
.page-template-contact .title {
    background-image: url(../../../wp-content/uploads/2018/03/contact_back.jpg);
}
section#about_section1 {
    padding: 25px 0;
    font-size: 20px;
    color: white;
    background-color: #002e5b;
}
section#about_section1 p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 22px;
    /* line-height: 22px; */
}
.red_button {
    display: inline-block;
    background-color: #ee3139;
    padding: 3px 20px 6px 20px;
    margin-left: 40px;
    cursor: pointer;
    vertical-align: middle;
}
.the_button.red_button a {
    color: white;
}
.container-inner {
    display: table;
    margin: auto;
}
section#about_section2 .col-md-5 {
    color: #002e5b;
    font-size: 18px;
    font-weight: bold;
    margin-top: 17px;
}
section#about_section2 .col-7 {
    color: #7c7c7c;
    font-size: 14px;
}
section#about_section2 .col-12 img {
    width: 33.33%;
    float: left;
}
section#about_section3 {
    background-image: url(../../../wp-content/uploads/2018/03/about_section3.jpg);
    color: white;
    background-size: cover;
}
.page-id-107 #main_content .col-12.col-md-6:nth-child(5), .page-id-107 #main_content .col-12.col-md-6:nth-child(6) {
    margin-bottom: 0;
}
#contact_section .col-12.col-md-7, #contact_section .col-12.col-md-5 {
    box-shadow: 10px 5px 20px 10px #e3e1e1;
}
#contact_section .col-12.col-md-5 {
    box-shadow: 0px 5px 20px 10px #e3e1e1;
}
div#wpcf7-f300-o1 {
    padding: 30px;
}
.home textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
a.social_icons {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    width: 25px;
}
a.social_icons.first {
    display: inline-block;
    margin-top: 25px;
}
.single_about_section4_right {
    width: 50%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    height: 91.8px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.single_about_section4_right .image {
    position: relative;
    top: 0;
    flex: 1;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
}
.single_about_section4_right .content {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 13px;
    align-items: center;
    height: 100%;
    position: relative;
    flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    display: inline-flex;
    display: -webkit-inline-flex;
}
.about_section5_right a {
    display: block;
    width: 50%;
    font-size: 14px;
    color: #4b4b4b;
    /* border-bottom: 1px solid #ccc; */
    padding-left: 15px;
    padding-right: 15px;
}
div#wpcf7-f103-o1 p:nth-child(4) {
    margin-bottom: 15px;
    margin-top: 15px;
}
input.wpcf7-form-control.wpcf7-submit[disabled] {
    background-color: #bfbfbf;
}
section#contact_section .col-5 {
    background-image: url(../../../wp-content/uploads/2018/03/contact_back-1.jpg);
    background-size: cover;
    color: white;
    padding: 30px;
}
section#contact_section .col-5 p:nth-child(even) {
    margin-bottom: 0;
}
.about_section5_right a .content:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    background-image: url(../../../wp-content/uploads/2018/03/Vector-Smart-Object1@2x.png);
    background-size: 100% auto;
    left: 0;
}
.about_section5_right a .content {
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 10px;
    color: #4b4b4b;
    padding-top: 10px;
    position: relative;
}
.wpcf7-form-control {
    padding-left: 10px;
    font-family: 'Noto Sans SC', 'Montserrat', sans-serif;
}
span.wpcf7-form-control.wpcf7-acceptance {
    padding-left: 0;
}
.page-template-user_login form.wpcf7-form .row {
    margin-bottom: 15px;
}
.page-template-user_login input.wpcf7-form-control.wpcf7-submit.the_button {
    margin-top: 30px;
}
.home hr.fxs_divider_third {
    display: none;
}
.home .fxs_widget_news .fxs_entryFeatured {
    width: 33%;
    float: left;
    margin-bottom: 40px;
}
select.wpcf7-form-control.wpcf7-select {
    padding-left: 10px;
}
#about_section2 .col-12:last-child {
    margin-top: 30px;
}
.single_about_section4_right:last-child {
    border-bottom: 0;
}
.about_section4_right {
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 0px 25px;
}
section#about_section4 .row>div {
    padding: 0;
}
section#about_section5 .col-8 {
    background-color: #ededed;
}
.image, .content {
    display: inline-block;
}
.content {
    color: #7c7c7c;
    padding-left: 25px;
}
span.wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
}
.fxs_widget_news .fxs_widget_news_items_container, .fxs_widget_news .fxs_widget_news_sidenav_items_container {
    max-height: 860px!important;
}
section#about_section5>div {
    max-width: 1000px;
    background-color: #e1e1e1;
}
section#about_section5 .row>div {
    padding: 30px;
}
section#about_section5 .col-12.col-md-8 {
    background-color: #f5f5f5;
}
section#about_section5 {
    background-image: url(../../../wp-content/uploads/2018/03/about_section3.jpg);
    background-size: cover;
}
.page-template-trading_platform .title {
    background-image: url(../../../wp-content/uploads/2018/03/trading_platform.jpg);
}
section#plateform_section {
    text-align: center;
}
section#plateform_section .row {
    padding: 50px 0;
}
#contact_section .col-md-5 {
    background-image: url(../../../wp-content/uploads/2018/03/contact_back-1.jpg);
    color: white;
    padding: 40px 50px;
}
section#contact_section .col-md-5 p:nth-child(even) {
    margin-bottom: 0;
}
section#contact_section .col-7 h3 {
    position: relative;
    margin-left: 28px;
    top: 35px;
}
a.know_more {
    color: #46a047!important;
    font-size: 13px!important;
    font-style: italic;
}
#contact_section input.wpcf7-form-control.wpcf7-submit {
    background-color: #459f46;
}
.wpcf7 label {
    display: block;
}
a.full_width_button {
    width: 100%;
    background-color: #bfbfbf;
    color: white;
    font-size: 18px;
    line-height: 28px;
    display: block;
    border-radius: 0;
    text-align: center;
    padding: 12px 0;
}
a.full_width_button:hover {
    color: white;
}
.page-template-user_login .wpcf7, .page-template-user_login_virtual .wpcf7 {
    max-width: 750px;
    margin: auto;
}
.page-template-user_login input.wpcf7-form-control.wpcf7-submit, .page-template-user_login_virtual input.wpcf7-form-control.wpcf7-submit {
    background-color: #459f46;
}
span.wpcf7-form-control-wrap.acceptance-478 {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
span.wpcf7-list-item {
    margin-left: 0;
}
div#main_content {
    background-color: #f2f2f2;
    padding: 30px 60px;
}
.page-template-default #primary .container, .single #primary .container {
    padding: 30px 35px;
}

.page-template-page-post #primary .container, .single #primary .container {
    padding: 30px 35px;
}
.rpwwt-post-date {
    font-size: 12px;
    color: #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
}
div#sidebar {
    padding: 30px 0;
    max-width: 22%;
    margin-right: 3%;
}
#sidebar .menu {
    margin-left: 0;
    padding-left: 0;
}
#sidebar ul.sub-menu {
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
}
#sidebar ul.sub-menu a {
    color: #4b4b4b;
}
div#sidebar .menu li {
    list-style: none;
}
div#sidebar .menu li a {
    padding-left: 40px;
    display: inline-block;
}
span#top_language a {
    color: #636363;
}
#sidebar ul.sub-menu li.current_page_item>a {
    color: #002e5b;
}
div#sidebar .menu>li>a {
    font-size: 20px;
}
div#sidebar .menu>li>a:before {
    background-image: url(../../../wp-content/uploads/2018/03/gmt_grey@2x.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
    font-size: 20px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 27px;
    height: 27px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
div#sidebar .menu>li.current_page_item>a:before, div#sidebar .menu>li:hover>a:before {
    background-image: url(../../../wp-content/uploads/2018/06/gmt_red@2x.png);
}
div#sidebar .menu>li {
    margin-bottom: 30px;
}
.icons_repeater {
    height: 130px;
}
.icons_repeater img {
    position: absolute;
    width: 60px;
    top: 50%;
    margin-top: -30px;
}
.page-template-user_login input.wpcf7-form-control {
    width: 100%;
    border-radius: 0;
    background-color: white;
}
select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
}
#main_content .col-12.col-md-6 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.icons_repeater_content {
    max-width: 350px;
    padding-left: 80px;
    height: 100%;
    display: flex;
    align-items: center;
}
.icons_repeater_content>* {
    margin-bottom: 0;
}
.page-template-default .div#main_content h3 {
    margin-bottom: 25px;
}
.rpwwt-post-excerpt {
    font-size: 12px;
    color: #ccc;
}
#sidebar ul.sub-menu li:hover, #sidebar ul.sub-menu li.current_page_item {
    font-weight: bold;
}
div#sidebar .menu>li.current_page_item>a, div#sidebar .menu>li>a:hover {
    font-weight: bold;
    color: #002e5b;
    border-bottom: 1px solid #ee3139;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
header#masthead>.container {
    display: table;
    padding: 28px 14px;
}
span#top_phone, span#top_language {
    display: inline-block;
    /* margin-top: 5px; */
    position: relative;
    top: 4px;
}
span#top_phone {
    margin-left: 50px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid;
}
div#header_top .widget, div#header_top p {
    margin: 0;
}
span#top_phone p, span#top_language p {
    margin-bottom: 0;
}
section#about_section1 .the_button p {
    padding-right: 0;
}
.widget_nav_menu h3 {
    text-align: center;
    display: none;
    color: #002e5b;
}
div#fix_right {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    background-color: white;
    width: 75px;
}
div#fix_right_inner img {
    width: 25px;
    position: relative;
    top: 5px;
}
div#fix_right_inner a {
    font-size: 20px;
    display: block;
    color: white;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: white;
    cursor: pointer;
    position: relative;
}
div#fix_right_inner img#qr-code {
    position: absolute;
    width: 75px;
    height: 75px;
    right: 0;
    top: 0;
    display: block;
    -webkit-transition: 0.6s all;
    /* Safari */
    transition: 0.6s all;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* z-index: 0; */
}
div#fix_right_inner a:last-child:hover img#qr-code {
    -webkit-transition: 0.6s all;
    /* Safari */
    transition: 0.6s all;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
div#fix_right_inner a:first-child {
    background-color: #ee3139;
}
div#fix_right_inner a:nth-child(2) {
    background-color: #002e5b;
}
div#fix_right_inner a:last-child {
    background-color: #459f46;
}
#menu_social div#fix_right_inner {
    width: 230px;
    margin: auto;
    margin-top: 30px;
}
div#main_content h3 {
    color: #002e5b;
/*     text-transform: capitalize; */
}
#menu_social div#fix_right_inner a {
    float: left;
    width: 33.33%;
}
.site-branding img {
    top: 7px;
    position: relative;
    max-width: 172px;
}
header#masthead {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1;
    top: 0;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 100%;
    height: auto;
}
div#content {
    margin-top: 105px;
}
.custom .tp-bullet {
    width: 10px;
    height: 10px;
    background: white;
}
.custom .tp-bullet:hover, .custom .tp-bullet.selected {
    background: #ee3139;
}
section#section5 .col-md-5 p {
    font-size: 13px;
    font-weight: 300;
}
header#masthead.scrolled #header_top {
    display: none;
}
header#masthead.scrolled>.container {
    padding: 5px 14px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
header#masthead>.container {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
#sidebar ul.sub-menu li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
    padding-top: 11px;
}
input.wpcf7-form-control {
    width: 100%;
}
.page-id-223 form.wpcf7-form {
    margin-bottom: 30px;
}
.recent-posts-widget-with-thumbnails li {
    padding: 20px;
    border: 1px solid #ccc;
}
.rev_slider * {
    font-size: 18px!important;
}
.rev_slider h3 {
    font-size: 33px!important;
    line-height: 40px!important;
}
.rev_slider h3 span {
    font-size: 33px!important;
    line-height: 40px!important;
}
section#section5 .col-md-5 h6 {
    margin-bottom: 20px;
}
section#section5 .col-md-5 p:nth-child(5), section#section5 .col-md-5 p:nth-child(6), section#section5 .col-md-5 p:nth-child(7) {
    margin-bottom: 0;
}
.section1_repeater img {
    height: 80px;
    width: auto;
}
.section1_repeater_content.col-4:first-child, .section1_repeater_content.col-4:nth-child(2), .section1_repeater_content.col-4:nth-child(3) {
    margin-bottom: 60px;
}
section#plateform_section h3 {
    margin-top: 70px;
}
select.wpcf7-form-control.wpcf7-select {
    background-color: white;
}
footer a {
    font-size: 14px;
}
h3 img {
    margin-right: 15px;
    margin-top: -3px;
}
section#section3 .col-8 img {
    max-width: 650px;
    margin: auto;
    display: table;
}
section#section1 p {
    color: #7c7c7c;
    max-width: 340px;
}
section#section1 img {
    color: #7c7c7c;
    margin-top: 30px;
}
#plateform_section p {
    color: #7f7f7f;
}
#plateform_section h3 {
    margin-bottom: 20px;
}
section#plateform_section a {
    background-color: #459f46;
    color: white;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
}
.tp-caption p {
    margin-bottom: 10px!important;
    white-space: normal;
}
footer .col-6.col-md-2:last-child {
    flex: 0 0 23.666667%;
    max-width: 23.666667%;
}
footer .col-6.col-md-2:not(:last-child) {
    border-right: 1px solid #ccc;
    /* width: 13%; */
    flex: 0 0 14.666667%;
    max-width: 14.666667%;
}
blockquote:before {
    content: "\“";
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: -45px;
    top: -12px;
}
blockquote {
    max-width: 400px;
    margin: auto;
    position: relative;
}
section#about_section2 p {
    font-size: 14px;
}
section#about_section4 h3, section#about_section5 h3 {
    color: #002e5b;
}
a.slider_button {
    display: block;
    margin: 0!important;
    text-align: center!important;
    color: white;
    padding: 13px 0!important;
}
.green_button {
    background-color: #459f46;
}
a.slider_button.red_button {
    margin-bottom: 10px!important;
}
.slider_right {
    width: 314px;
}
.slider_right h5 {
    white-space: normal;
    font-size: 15px!important;
    text-align: center!important;
    margin-bottom: 20px!important;
    line-height: 21px!important;
}
.slider_right {
    width: 314px;
    background-color: #003f7c;
    padding: 20px!Important;
}
blockquote:after {
    content: "\”";
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    right: -45px;
    bottom: -32px;
}
table.tableizer-table {
    font-size: 12px;
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #CCC;
}
.tableizer-table th {
    background-color: #104E8B;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
}
@media screen and (max-width: 1365px) {
    .main-navigation li {
        padding: 0 8px;
    }
    .main-navigation a {
        font-size: 14px;
    }
    nav#site-navigation {
        margin-left: 50px;
    }
    .slick-next {
        right: 0!important;
    }
    .slick-prev {
        left: 0!important;
    }
    .rev_slider h3, .rev_slider h3 span {
        font-size: 23px!important;
        line-height: 30px!important;
    }
    .tp-caption p {
        max-width: 700px!important;
        white-space: normal;
        font-size: 13px!important;
        line-height: 20px!important;
    }
    span#top_phone {
        margin-left: 15px;
    }
    span#top_phone, span#top_language {
        font-size: 14px;
    }
    span#top_phone img {
        max-width: 20px;
    }
    section#section2 h3 {
        font-size: 25px;
        letter-spacing: 5px;
    }
    h3 {
        margin-bottom: 30px;
    }
    section#section3 .col-8 img {
        max-width: 100%;
    }
    .single_about_section4_right {
        padding: 10px 0;
    }
    .single_about_section4_right .image {
        max-width: 35px;
    }
    .single_about_section4_right .content {
        padding-left: 50px;
        font-size: 12px;
        line-height: 1.3;
    }
    .single_about_section4_right {
        height: 100.8px;
    }
    section#about_section2 .col-md-5 {
        padding-left: 30px;
    }
    section#plateform_section h3 {
        margin-top: 40px;
    }
    section#section5 .col-md-5 {
        padding-left: 7%;
    }
    section#about_section4 .col-12.col-md-4 img {
        height: 444px;
    }
    .icons_repeater {
        height: 180px;
    }
}
@media screen and (max-width: 1000px) {
    nav#site-navigation {
        display: none;
    }
    div#header_top {
        display: none;
    }
    .site-branding img {
        top: 0px;
        position: relative;
    }
    div#content {
        margin-top: 95px;
    }
    span#top_phone, span#top_language {
        display: none;
    }
    header#masthead.scrolled>.container {
        /* padding: 28px; */
        padding: 28px 14px;
    }
    button#responsive-menu-button {
        top: 25px!important;
        right: 25px!important;
        border-radius: 0;
    }
    .responsive-menu-box {
        margin-top: -7px!important;
    }
    h3 {
        font-size: 20px;
    }
    section#about_section1 p {
        font-size: 16px;
    }
    .red_button {
        padding: 0px 20px 6px 20px;
    }
    #about_section2 .col-12 {
        margin-top: 0px;
    }
    .single_about_section4_right .content {
        font-size: 12px;
    }
    .icons_repeater p {
        font-size: 13px;
    }
    #main_content .col-12.col-md-6 {
        margin-bottom: 0px;
    }
    a[href^="tel"] {
        color: inherit;
        /* Inherit text color of parent element. */
        text-decoration: none;
        /* Remove underline. */
    }
    #contact_section .col-md-5 {
        padding: 30px;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        border-left: 1px solid #002e5b!important;
        background-color: #002e5b!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        border-bottom: 1px solid #002e5b!important;
        color: #002e5b!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-current-item>.responsive-menu-item-link:hover {
        background-color: transparent!important;
    }
    #responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow {
        top: 5px!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item ul li a {
        font-size: 14px!important;
    }
    button#responsive-menu-button {
        background: transparent!important;
    }
    .responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
        background-color: #002a57!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        border-bottom: 1px solid #f5f5f5!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        text-align: center;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        border-left: 1px solid transparent!important;
        background-color: transparent!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        right: 20px!important;
    }
    #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        color: #636363!important;
    }
    .responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
        background-color: black!important;
    }
    button#responsive-menu-button {
        right: 0!important;
    }
    ul#responsive-menu {
        padding-top: 100px;
        background-image: url(../../../wp-content/uploads/2018/03/logo_new.png);
        background-size: 172.5px auto;
        background-position: 14px 25px;
        background-repeat: no-repeat;
    }
    #responsive-menu-container #responsive-menu>li.responsive-menu-item:first-child>a {
        border-top: 1px solid #f5f5f5;
    }
    #responsive-menu-wrapper span#top_phone, #responsive-menu-wrapper span#top_language {
        display: inline-block;
        color: #636363;
    }
    div#responsive-menu-additional-content {
        text-align: center;
    }
    span#top_phone, span#top_language {
        top: 0px;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 17px!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item li a.responsive-menu-item-link {
        font-size: 15px!important;
    }
    section#plateform_section img {
        max-width: 320px;
    }
    section#plateform_section h3 {
        margin-top: 30px;
    }
    .fxst-calendarpro {
        width: auto!important;
    }
    .home .fxs_widget_news .fxs_entryFeatured {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .single_about_section4_right {
        width: 100%;
        height: 80px;
    }
    .single_about_section4_right:nth-child(5) {
        border-bottom: 1px solid #ccc;
    }
    #main_content .col-12.col-md-6:last-child {
        border: 0;
    }
    footer .col-6.col-md-2:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .col-6.col-md-2:not(:last-child) {
        /* width: 13%; */
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#about_section4 .row>div img {
        margin: auto;
        display: table;
    }
    section#about_section4 .row>div {
        max-width: 100%;
        flex: 100%;
    }
    .widget_nav_menu h3 {
        display: block;
        margin-top: 22px;
        margin-bottom: 14px;
    }
    #contact_section .col-12.col-md-7 h3 {
        padding-left: 0px;
    }
    .page-template-user_login form .col-6 {
        margin-top: 20px;
    }
    .page-template-user_login section h3 {
        margin-bottom: 0px;
    }
    div#sidebar .menu>li>a {
        font-size: 17px;
    }
    section#section5 .col-md-5 {
        padding-left: 3%;
    }
    section#about_section4 .col-12.col-md-4 img {
        height: auto;
    }
    section#plateform_section h3 {
        margin-top: 30px;
    }
    .custom.tp-bullets {
        transform: matrix(1, 0, 0, 1, -20, -30)!important;
    }
    section#section3 .col-md-8 img {
        max-width: 100%;
    }
    .rev_slider h3, .rev_slider h3 {
        font-size: 20px!important;
        line-height: 30px!important;
    }
    .tp-caption p {
        max-width: 600px!important;
        font-size: 12px!important;
        line-height: 18px!important;
    }
    #footer_top .col-6.col-md-2 {
        text-align: center;
    }
    section#about_section1 {
        text-align: center;
        padding: 25px;
    }
    div#main_content {
        padding: 20px 30px;
    }
    .icons_repeater_content {
        max-width: 100%;
        padding-left: 30px;
    }
    .icons_repeater img {
        position: relative;
        width: 40px;
        top: 0;
        height: 40px;
    }
    .icons_repeater {
        height: 90px;
        display: flex;
        align-items: center;
    }
    .page-id-107 #main_content .col-12.col-md-6 {
        margin-bottom: 0px;
    }
    .page-template-default #primary .container {
        padding-bottom: 20px;
    }
    .icons_repeater p {
        font-size: 14px;
        line-height: 18px;
    }
    .icons_repeater p {
        margin-bottom: 0;
    }
    #main_content .col-12.col-md-6 {
        margin-bottom: 20px;
    }
    div#sidebar {
        /* display: none; */
        max-width: 100%;
        padding: 0px 0;
        background-color: #f5f5f5;
        flex: 100%;
    }
    div#sidebar {
        margin-right: 0;
    }
    .page-id-107 .col-12.col-md-6 {
        max-width: 100%;
        flex: 100%;
    }
    #main_content.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 100%;
        max-width: 100%;
    }
    #about_section4 .col-12.col-md-5 {
        text-align: center;
    }
    section#about_section1 p {
        font-size: 14px;
    }
    section#about_section5 .col-12.col-md-4 {
        padding-bottom: 0;
    }
    section#about_section5 .col-12.col-md-8 {
        padding-top: 0;
    }
    .red_button {
        display: table;
        margin: auto;
        margin-top: 10px;
    }
    p {
        font-size: 13px;
    }
    div#header_top {
        display: none;
    }
    .site-footer>div {
        padding: 40px 20px;
    }
    .site-info {
        margin-top: 30px;
    }
    div#wpcf7-f64-o1 {
        display: block;
    }
    .home div#wpcf7-f64-o1 {
        margin-top: 20px;
    }
    section {
        padding: 40px 0;
    }
    section#plateform_section .row {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    section#about_section1 p {
        font-size: 16px;
    }
    div#recent-posts-widget-with-thumbnails-2 {
        display: none;
    }
    div#main_content {
        background-color: white;
    }
    ul#menu-left-menu, div#nav_menu-6 {
        margin-bottom: 0;
    }
    .title h1 {
        font-size: 30px;
    }
    div#fix_right {
        display: none;
    }
    div#footer_top {
        display: none;
    }
    .site-info {
        margin-top: 0px;
    }
    .site-info div#text-6 {
        margin-bottom: 0;
    }
    .site-info p {
        margin-bottom: 0;
    }
    section#section5 .col-md-5 {
        max-width: 100%;
    }
    blockquote:after {
        right: 0px;
    }
    #about_section2 .col-12:last-child {
        margin-top: 0px;
    }
    .about_section4_right {
        padding: 0px 25px;
    }
    section#about_section4 {
        padding-bottom: 0;
    }
    div#sidebar .menu>li>a:before {
        left: 25px;
    }
    .single_about_section4_right .content {
        padding-left: 20px;
    }
    div#sidebar .menu>li {
        margin-bottom: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    div#sidebar .menu>li:last-child {
        border: 0;
    }
    #sidebar li.menu-item-has-children:after {
        content: "+";
        position: absolute;
        top: 5px;
        right: 25px;
        font-size: 25px;
    }
    #sidebar li.menu-item-has-children.active {
        background-color: #e1e1e1;
    }
    #sidebar li.menu-item-has-children.active:after {
        content: "-";
    }
    #sidebar ul.sub-menu li:last-child {
        border-bottom: 0;
    }
    div#sidebar .menu>li:first-child {
        border: 0;
    }
    #sidebar ul.sub-menu {
        margin-top: 10px;
        display: none;
    }
    .page-template-default #main_content article {
        margin-bottom: 0;
    }
    .icons_repeater img {
        margin-top: -20px;
        margin-top: -20px;
        top: 5px;
    }
}
@media screen and (max-width: 740px) {
    .section1_repeater_content.col-12 {
        width: 50%;
        flex: 0 0 50%;
    }
}
@media screen and (max-width: 480px) {
	.tp-caption p{
		max-width: 308px!important;
	}
	.rev_slider .tp-caption, .rev_slider .caption{
		white-space:unset !important;
		width:320px !important;
	}
	
	
    div#fxst_grid {
        overflow: scroll;
    }
    .section1_repeater_content.col-12 {
        width: 100%;
        flex: 100%;
    }
    section#about_section1 {
        text-align: left;
        padding: 15px 0px;
    }
    section#about_section1 .container-inner {
        display: flex;
        align-items: center;
    }
    form .col-3, form .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    div#wpcf7-f300-o1 {
        padding-bottom: 10px;
    }
    #contact_section .col-12.col-md-7 {
        box-shadow: none;
    }
    #home_post_list h6 {
        font-size: 17px;
    }
    .page-template-default #primary .container, .single #primary .container {
        padding: 0px 10px;
    }
    .page-template-page-post #primary .container, .single #primary .container {
        padding: 0px 10px;
    }
    .sidebar-container{
        padding: 0 !important;
    }

    textarea {
        height: 100px;
    }
    section#about_section1 p {
        font-size: 14px;
        padding-right: 10px;
    }
    section#about_section5>div {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .red_button {
        margin-right: 25px;
    }
    section#about_section5 .row>div {
        padding: 35px 15px;
    }
    section#about_section1 .container-inner>p {
        padding-right: 10px;
    }
    .about_section5_right a {
        padding-left: 5px;
        padding-right: 5px;
    }
    blockquote {
        max-width: 300px;
    }
    .single_about_section4_right .image {
        top: auto;
    }
    .single_about_section4_right {
        width: 100%;
        position: relative;
        height: 80px;
    }
    .single_about_section4_right {
        padding: 20px 0;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        line-height: 30px!important;
    }
    .title {
        height: 100px;
    }
    .page-template-contact form .col-6 {
        margin-top: 0px;
    }
    .page-template-contact section {
        padding: 0px 0;
    }
    small {
        font-size: 100%;
    }
    #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
        padding: 10px 5%!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        line-height: 16px!important;
    }
    .about_section5_right a {
        width: 100%;
    }
    .about_section5_right.row {
        text-align: center;
    }
    .about_section5_right a .content {
        padding-left: 0;
    }
    .about_section5_right a .content:before {
        left: 20px;
    }
    blockquote:after {
        display: none;
    }
    section h3 {
        font-size: 16px;
        text-align: center;
    }
    section {
        padding: 30px 0;
    }
    #section1, #section4, #section5 {
        padding: 15px 0;
    }
    #section1 h3, #section4 h3, #section5 h3 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    #section2 .slick-dots {
        bottom: -45px;
    }
    section#section1 img, section#section1 p {
        display: inline-block;
    }
    .section1_repeater_content {
        display: flex;
        align-items: center;
    }
    .section1_repeater img {
        width: 50px;
        height: auto;
        margin-top: 0;
        padding-right: 10px;
    }
    section#section1 img {
        margin-top: 0;
    }
    section#section1 p {
        font-size: 14px;
        line-height: 18px;
        text-align: left!important;
    }
    #contact_section .col-12.col-md-5 {
        box-shadow: none;
    }
    #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
        padding: 15px 5%!important;
    }
    #menu_social div#fix_right_inner {
        margin-top: 10px;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 14px!important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item li a.responsive-menu-item-link {
        font-size: 12px!important;
    }
    section#plateform_section img {
        max-width: 250px;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        height: 30px!important;
        line-height: 30px!important;
    }
    #menu_social div#fix_right_inner a {
        width: 50%;
    }
}
@media screen and (max-width: 320px) {
    section#plateform_section img {
        max-width: 200px;
    }
}

.sidebar-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.post-img {
    height: 150px;
    background-position: center;
    background-size: cover;
}