/*! THEME NAME: mag
AUTHOR URI: http://wp-expert.pl 
VERSION: 1.0.0
AUTHOR: WP-Expert wbielak
*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap');
/* call-to-action */

    {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
    margin: auto !important;
    color: #313131;
    font-family: "Open Sans", Helvetica Neue, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-size: 30px;
    line-height: 34px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    padding: 10px 30px 10px 30px;
    border: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #f16c20;
    background-image: url(images/tr-btn.png);
    background-repeat: repeat-x;
    background-size: contain;
    text-shadow: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

*,
::after,
::before {
    box-sizing: inherit;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

body {
    padding: 0;
    margin: 0;
    font-family: MontserratRegular, Tahoma, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body {
    margin: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.call-to-action {
    border-bottom: 1px solid #eaebec;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
}

.ribbon-wrap {
    text-align: center;
}

.call-to-action .section-overlay-layer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(13, 60, 85, 0.8);
}

.clearfix::before,
.clearfix::after,
.dl-horizontal dd::before,
.dl-horizontal dd::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical>.btn-group::before,
.btn-group-vertical>.btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
    content: " ";
    display: table;
}

.clearfix::after,
.dl-horizontal dd::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical>.btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
    clear: both;
}

strong,
.strong {
    font-weight: 600;
}

.white-text {
    color: #fff;
}

.call-to-action h2 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 2.4rem;
    line-height: 3.12rem;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.standard-button {
    font-weight: 600;
}

.standard-button {
    padding: 18px 40px 18px 40px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

.standard-button,
.navbar-register-button {
    padding: 10px 25px;
    border: 3px solid #f16c20;
    border-color: #f16c20;
    border-radius: 30px;
    color: #fff;
    background: rgba(241, 108, 32, 0.4);
    font-size: 20px;
    white-space: initial;
    text-decoration: none;
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    width: 1px;
    height: 1px;
    color: #000;
    background: #fff;
}

/* call-to-action */

.blog {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.post {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.linkswhitelabel h3>a {
    border: 1px solid #00adcf;
    padding: 2.5px 2em;
    text-decoration: none;
}

.linkswhitelabel h3>a:hover {
    background: #00adcf;
    color: white;
}

.entrycontentfxbrokerlicense {
    width: 50%;
    float: left;
}

.entrycontentfxbrokerlicense p {
    margin: 0;
    position: absolute;
    bottom: 0;
}

.entryfx {
    position: relative;
}

.entryfx:after {
    content: " ";
    display: table;
    clear: both;
    height: 40px;
}

.labuan {
    text-align: center;
}

.questionslabuan {
    background: rgba(204, 204, 204, 0.1);
    padding: 1em;
    box-shadow: 0px 0px 3px 1px black;
}

.questionslabuan em>strong {
    color: #00adcf;
}

.socialmediafooter.twitter {
    background-image: url('https://atomiqconsulting.com/wp-content/uploads/2020/08/twitter.png') !important;
    background-size: cover;
}

.socialmediafooter.youtube {
    background-image: url('https://atomiqconsulting.com/wp-content/uploads/2020/08/youtube.png') !important;
    background-size: cover;
}

.socialmediafooter.whatsapp {
    background: #009688;
}

.socialmediafooter.facebook {
    background-image: url('https://atomiqconsulting.com/wp-content/uploads/2020/08/facebook.png') !important;
    background-size: cover;
}

.socialmediafooter.linkedin {
    background-image: url('https://atomiqconsulting.com/wp-content/uploads/2020/08/linkedin.png') !important;
    background-size: cover;
}

.socialmediafooter:hover {
    opacity: .9;
    transition: 150ms;
}

.socialmediafooter {
    display: inline-block;
    padding: 0.8em;
    background: white;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 2em 0.5em 0 0.5em;
    transition: 150ms;
    position: relative;
}

.socialmediafooter a {
    color: white;
}

.socialmediafooter i {
    font-size: 16px;
    color: white;
}

#wpcf7-f90-p60-o1 {
    width: 50%;
    float: right;
}

.contactforminfo {
    width: 50%;
    float: left;
    line-height: 1.5em;
    text-align: center
}

.contactformitems {
    margin-top: 1em;
    padding-left: 2em;
}

.contactformitems div:nth-child(n) {
    margin: 1.5em 0;
    position: relative;
    font-size: 24px;
    color: #090909;
}

.contactformitems .itemskype:before {
    font-family: FontAwesome;
    content: "\f17e";
    position: absolute;
    top: 0;
    left: calc(25% - 1.2em);
    font-size: 24px;
    color: #00adcf;
}

.contactformitems .itemtel:before {
    font-family: FontAwesome;
    content: "\f095";
    position: absolute;
    top: 0;
    left: calc(25% - 1.2em);
    font-size: 24px;
    color: #00adcf;
}

/* Menu items */

.menuMt4:before {
    background-image: url(img/icons_top_menu.png);
}

.menuMt4:hover:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -240px;
}

.menuBroker:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -48px;
}

.menuBroker:hover:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -288px;
}

.menuRisk:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -96px;
}

.menuRisk:hover:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -336px;
}

.menuBo:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -144px;
}

.menuBo:hover:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -384px;
}

.menuWebsite:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -192px;
}

.menuWebsite:hover:before {
    background-image: url(img/icons_top_menu.png);
    background-position: center -432px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background: gray;
}

a {
    text-decoration: none;
    color: #00ADCF;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

h2 {
    color: #00ADCF;
}

hr {
    border-top: 1px solid gray;
}

div.clear {
    clear: both;
}

div#page {
    max-width: 1920px;
    margin: auto;
    background: white;
    overflow: hidden;
}

div.maxWidth {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

header#header {
    padding: 1em 0 0 0;
    border-bottom: 5px solid #00adcf;
}

.headerborder {
    border: none !important;
}

#logo {
    float: left;
}

div#topLinks {
    float: right;
    padding-right: 20px;
}

div#topLinks ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#topLinks ul li {
    display: inline-block;
}

div#topLinks ul li a {
    font-size: 12px;
    color: #1C1C1C;
    padding: 10px;
}

div#topLinks a:hover {
    color: #00ADCF !important;
}

.menuFB {
    background-image: url("img/social/facebook.png");
    width: 10px;
    height: 17px;
    display: inline-block;
    margin-left: 30px;
}

.menuFB:hover {
    background-image: url("img/social/facebook-hover.png");
}

.menuTelegram {
    background-image: url("wp-content/uploads/2019/01/Telegram-icon.png");
    width: 10px;
    height: 17px;
    display: inline-block;
    margin-left: 30px;
}

.menuFB:hover {
    background-image: url("wp-content/uploads/2019/01/Telegram-icon.png");
}

.menuTwitter {
    background-image: url("img/social/tweeter.png");
    width: 19px;
    height: 14px;
    margin-left: 10px;
}

.menuTwitter:hover {
    background-image: url("img/social/tweeter-hover.png");
}

.menuInstagram {
    background-image: url("img/social/instagram.png");
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.menuInstagram:hover {
    background-image: url("img/social/instagram-hover.png");
}

.menuSkype {
    background-image: url("img/social/skype.png");
    width: 18px;
    height: 17px;
    margin-left: 10px;
}

.menuSkype:hover {
    background-image: url("img/social/skype-hover.png");
}

.menuWA {
    background-image: url("img/social/whatsapp.png");
    width: 16px;
    height: 17px;
    margin-left: 10px;
}

.menuWA:hover {
    background-image: url("img/social/whatsapp-hover.png");
}

div#topMenu {
    background: #1C1C1C;
    padding: 20px;
    margin-top: 20px;
}

#topMenu ul {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#topMenu ul li {
    display: inline-block;
    width: 19%;
    vertical-align: top;
}

#topMenu ul li:hover a {
    color: #068EA9;
    text-decoration: none;
}

#topMenu ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 70px;
}

#topMenu ul li:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin: auto;
    margin-bottom: 15px;
}

/* Slider */

div#slider {
    position: relative;
    border-bottom: 1px dashed #00adcf;
}

div#bx-pager {
    position: absolute;
    top: 3%;
    right: 5%;
    z-index: 100;
}

div#bx-pager a {
    display: block;
    padding: 10px;
    width: 350px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    transition: 150ms;
}

div#bx-pager a.active,
div#bx-pager a:hover {
    background: #00ADCF;
    transition: 150ms;
}

#slider {
    height: 440px;
    overflow: hidden;
}

#slider ul {
    margin: 0;
    padding: 0;
}

.slideOverlay {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: white;
    text-align: center;
    max-width: 60%;
    margin-left: 20%;
}

.slide {
    background-size: cover;
}

.slideTitle {
    text-transform: uppercase;
    font-size: 35px;
}

.sliderDesc {
    margin-bottom: 20px;
}

.sliderMore {
    font-size: 24px;
    color: white;
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 1px solid white;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
    transition: 150ms;
    text-decoration: none;
}

.sliderMore:before,
.sliderMore:after {
    content: "";
    display: inline-block;
    background: white;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 18px;
}

.sliderMore:before {
    right: 171px;
}

.sliderMore:after {
    left: 171px;
}

.sliderMore:hover {
    background: #00ADCF;
    transition: 150ms;
    text-decoration: none;
}

/* Lokalizacje */

div#globe {
    background-image: url("img/grafika-glob.png");
    position: relative;
    display: inline-block;
    width: 551px;
    height: 464px;
    float: left;
}

canvas#sphere,
div#locations {
    top: 35px;
    left: 81px;
}

div#glow-shadows {
    top: 36px;
    left: 82px;
}

div#companyLocations {
    padding-top: 102px;
}

div#locationsTabs {
    margin-left: 600px;
    margin-top: 120px;
    text-align: left;
}

#locationsTabs a {
    padding: 5px;
    width: 145px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#locationsTabs .wpxButton {
    width: 155px;
}

div#whiteSection {
    position: relative;
    min-height: 500px;
}

div#topleft {
    position: absolute;
    background-image: url("img/grafika-top-left.png");
    width: 477px;
    height: 355px;
    top: 0px;
    left: 0px;
}

div#topright {
    position: absolute;
    background-image: url("img/grafika-top-right.png");
    width: 776px;
    height: 269px;
    top: 0px;
    right: 0px;
}

div.tabContent {
    display: none;
}

div.tabActive {
    display: block !important;
    margin-top: 1em;
}

div#locationDesc {
    margin-left: 0px;
    text-align: left;
    color: black;
}

.tabTitleActive {
    border: 1px solid #00ADCF;
    ;
    padding: 4px;
    padding-left: 9px;
    padding-right: 9px;
}

div#bottom {
    position: relative;
    bottom: -5px;
}

div#bottom img {
    width: 100%;
    max-width: 100%;
}

div#graySection {
    background: #F0F0F0;
    padding-top: 40px;
    position: relative;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
    bottom: -1px;
}

#footer {
    color: white;
    background: #0A0A0A;
    background-image: url("img/bg-footer.png");
    background-repeat: no-repeat;
    padding-top: 13%;
    padding-bottom: 50px;
    background-size: contain;
    min-height: 346px;
}

#footerMain {
    color: white;
    background: #020202;
    background-image: url("img/bg-footer-index.png");
    background-repeat: no-repeat;
    padding-top: 13%;
    padding-bottom: 50px;
    background-size: contain;
    min-height: 346px;
}

.footerBox {
    float: left;
    width: 23%;
    margin-right: 1%;
}

.footerContactBox {
    position: relative;
    top: -50px;
    width: 43%;
    padding-left: 5%;
}

.wpcf7 input,
.wpcf7 textarea {
    width: calc(100% - 10px);
    background: #f1f1f1;
    color: #020202;
    border: 1px solid gray;
    padding: 5px;
}

input.wpcf7-submit {
    background: #00ADCF;
    color: white;
    border: 1px solid white;
    width: 200px;
    float: right;
}

.boxTitle {
    color: #00ADCF;
    margin-top: 0px;
}

ul#menu-footer {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#menu-footer li {
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

ul#menu-footer li:hover {
    padding: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #00ADCF;
}

ul#menu-footer .wpml-ls-item {
    display: inline-block;
    padding: 5px;
}

ul#menu-footer .wpml-ls-item:hover {
    padding: 4px;
}

ul#menu-footer .wpml-ls-first-item {
    margin-left: 11px;
}

#blogPosts {
    margin-top: 100px;
}

.homePost {
    width: 46%;
    padding: 2%;
    float: left;
    position: relative;
}

.homePost img {
    max-width: 35%;
    display: inline-block
}

img:is([sizes="auto" i],
[sizes^="auto," i]) {
    contain-intrinsic-size: 320px 150px !important;
}

.homePost .titleLink h2 {
    font-size: 16px;
    margin-top: 0px;
}

.postExcerpt {
    width: 60%;
    float: right;
}

.postExcerpt a.button {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    padding: 5px;
    border: 1px solid black;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    transition: 150ms;
    text-decoration: none;
    text-align: center;
}

.postExcerpt a.button:hover {
    background: black;
    color: #f0f0f0;
    transition: 150ms;
}

a.blogAllPosts {
    color: #00ADCF;
    padding: 4px;
    width: 300px;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    border: 1px solid #00ADCF;
    margin: auto;
    margin-top: 50px;
    transform: 150ms;
    text-decoration: none;
}

a.blogAllPosts:hover {
    transition: 150ms;
    background: #00ADCF;
    color: #f0f0f0;
}

body.page-id-2245 .subPageTitle {
    background: #fff;
    color: #000;
}

h1.subPageTitle {
    text-align: center;
    background: #00ADCF;
    color: white;
    margin-top: 5px;
    padding: 50px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#breadcrumbs {
    margin-bottom: 30px;
    margin-top: 0px;
    padding-top: 1em;
}

#blogHeader {
    margin-top: 20px;
}

#blogHeader img {
    max-width: 100%
}

#backHome {
    position: absolute;
    top: 0px;
    right: 0px;
    text-transform: uppercase;
}

#blogPostsArchive {
    margin-top: 30px;
}

#blogPostsArchive .blogPost {
    margin-bottom: 50px;
    position: relative;
    min-height: 240px;
}

#blogPostsArchive .postExcerpt {
    width: 70%;
}

#blogPostsArchive .button {
    bottom: 1%;
    left: 30%;
    width: 60%;
}

.blogThumb {
    float: left;
    margin-right: 50px;
}

#blogLeft {
    margin-right: 350px;
    min-height: 800px;
}

#blogRight {
    float: right;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 300px;
}

#whiteSection .boxTitle {
    color: black;
    border-bottom: 1px solid gray;
    padding-bottom: 15px;
}

#nextLink {
    float: right;
}

#prevLink a,
#nextLink a {
    display: inline-block;
    color: black;
    border: 1px solid black;
    padding: 5px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

.postTitle {
    color: #00ADCF;
    margin-top: 5px;
}

.postMeta {
    color: gray;
}

#subpages {
    list-style: none;
    background: #1C1C1C;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-top: 1px solid #00ADCF;
}

#subpages li {
    display: inline-block;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

#subpages li:hover,
#subpages .current_page_item {
    background: #363636;
}

#subpages li a {
    color: white;
    text-transform: uppercase;
}

.wpxButtons {
    text-align: center;
    padding-top: 50px;
}

.wpxButton:hover {
    background: #00ADCF;
    color: white !important;
    transition: 150ms;
    text-decoration: none;
}

.wpxButton {
    color: #00ADCF;
    padding: 4px;
    width: 300px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    border: 1px solid #00ADCF;
    max-width: 85%;
    margin-left: 5%;
    margin-right: 5%;
    transition: 150ms;
}

@media (max-width: 361px) {
    .wpxButton {
        margin-bottom: 15px;
    }
}

.wpxButton2 {
    color: #00ADCF;
    padding: 4px;
    width: 230px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    border: 1px solid #00ADCF;
    max-width: 40%;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    box-shadow: inset 0px 0px 0px 2px #a2e5f1;
}

.wpxButton2:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00adcf;
    top: 0;
    left: 0;
    clear: both;
    box-shadow: 2px 2px 0px #a2e5f1;
}

.wpyButton:hover {
    background: #00ADCF;
    color: white;
    transition: 150ms;
    text-decoration: none;
}

.wpyButton {
    color: #00ADCF;
    padding: 4px;
    width: 150px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    border: 1px solid #00ADCF;
    transition: 150ms;
}

.mt4whitelabelshadow {
    background: rgba(28, 28, 28, 0.7);
    padding: 3em;
    width: 50%;
    margin: auto;
    line-height: 2em;
}

.mt4whitelabeltop {
    background: url(http://atomiqconsulting.com/wp-content/uploads/2017/08/slider3-1903x450.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4em 1em;
    text-align: center;
    color: white;
}

#fxSection {
    height: 450px;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
}

#fxSection .fxMore {
    text-align: center;
    font-size: 18px;
    color: #00adcf;
    padding: 4px;
    width: 50%;
    margin: auto;
    border: 1px solid #00adcf;
    transition: 150ms;
    margin-bottom: 1em;
}

#fxSection .fxMore:hover {
    transition: 150ms;
    background: #00ADCF;
    color: #ffffff;
    cursor: pointer;
}

#fxSection p {
    font-size: 18px;
    text-align: justify;
    margin: 2em;
}

#fxSection h1 span {
    color: #00adcf;
}

#fxSection h1 {
    text-align: center;
}

#fxSection .fxb {
    width: 33%;
    float: left;
    margin-top: 3em;
}

#fxSection .fxicon {
    text-align: center;
}

#fxSection .fxicon i {
    font-size: 4em;
    padding: 0.3em;
    background: #00adcf;
    color: white;
    max-width: 100px;
    width: 100%;
}

#videoSection {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-top: 1px dashed #00adcf;
}

#videoSection h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: white;
    background: rgba(255, 162, 99, 0.9);
    padding: 0.6em 1em;
    margin: 0;
    box-sizing: border-box;
}

.contactuslandingpage {
    text-align: center;
}

.landingpagetitleoff {
    display: none;
}

.landingpage {
    border-top: 5px solid #00adcf;
}

.landingpagecenter {
    border-bottom: 5px solid #00adcf;
    padding-bottom: 2em;
    position: relative;
    margin-bottom: 2.5em;
}

.landingpagecenter:after {
    content: " ";
    display: table;
    clear: both;
    border-top: 30px solid #00adcf;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
}

.readmorebuttonlandingpage {
    position: absolute;
    background: #00adcf;
    padding: 0.6em;
    width: 50%;
    z-index: 4;
    color: #fdfafa;
    left: 142px;
    text-align: center;
    bottom: -35px;
    transition: 150ms;
    border: 2px solid #f0f0f0;
    border-bottom-width: 4px;
}

.readmorebuttonlandingpage:hover {
    color: #00adcf;
    text-decoration: none;
    transition: 150ms;
    background: #fdfafa;
    border: 2px solid #00adcf;
    border-bottom-width: 4px;
}

.landingpagecenterboxentrytitle h2 {
    margin: 0;
    color: #23282d;
}

.landingpagecenterboxentrybox:hover {
    transition: 150ms;
    transform: scale(1.05);
}

.landingpagecenterboxentrybox {
    box-sizing: border-box;
    margin: 0px 0.5em;
    padding: 0.3em;
    position: relative;
    transition: 150ms;
    height: 100%;
    box-shadow: 0px 0px 2px grey;
}

.landingpagecenterboxentrybox1 {
    box-sizing: border-box;
    height: 100%;
    background: #ffffff;
    padding: 1em;
}

.landingpagecenterboxentrytitle {
    height: 30%;
    background: #ffffff;
    text-align: center;
    margin-bottom: 0.5em;
    border-bottom: 3px solid #00adcf;
}

.landingpagecenterboxentrycontent {
    background: rgb(253, 250, 250);
    */ height: 70%;
    box-sizing: border-box;
    margin: 1.2em 0;
    line-height: 28px;
    text-align: justify;
}

.landingpagecenterboxentrycontent p {
    padding: 0.5em;
    margin: 0;
    box-shadow: 0px 0px 2px 0px #d5d5d5;
    background: rgb(253, 250, 250);
    text-align: center;
    height: 70%;
    font-size: 16px;
}

.landingpagecenter:after {
    content: " ";
    display: table;
    clear: both;
}

.landingpagecenterbox:after {
    content: " ";
    display: table;
    clear: both;
}

.landingpagecenterbox {
    margin: 0 0 3em 0;
    height: 100%;
    display: table;
}

.landingpagecenterboxentry {
    float: left;
    width: 33%;
    box-sizing: border-box;
    height: 100%;
}

.landingpageheaderbox1 {
    height: 100%;
    padding: 0.4em;
    box-sizing: border-box;
    border: 5px solid white;
}

.landingpageheaderbox2 {
    height: 100%;
    box-sizing: border-box;
    background: #00adcf;
    padding: 0.4em;
    box-shadow: 1px 2px 2px #000000;
    border: 2px solid #f0f0f0;
    border-radius: 0;
}

ul.buttonsdescription li {
    padding: 1em;
    position: relative;
}

ul.buttonsdescription li:before {
    content: "\f046";
    left: -1em;
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 9px);
    color: #30bced;
}

.buttonsdescription {
    padding: 0;
    list-style-type: none;
}

.landingpageheaderbox2 h2 {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    color: white;
    padding: 1.5em;
    text-align: center;
    margin: 0;
}

.landingpageheadertext {
    height: 160px;
    background: #00adcf;
}

.landingpagetop:after {
    content: " ";
    display: table;
    clear: both;
    border-left: 30px solid rgba(101, 49, 49, 0);
    border-right: 30px solid transparent;
    border-top: 30px solid #00adcf;
    left: calc(50% - 30px);
    position: relative;
    top: 35px;
}

.landingpagetopentrycontentbox {
    background: rgb(255, 255, 255);
    padding: 1em;
    transition: 150ms;
    color: black;
}

.landingpagetopentrycontentbox:hover {
    opacity: 0.8;
    cursor: pointer;
    transition: 150ms;
}

.landingpagetopentrycontenttext {
    text-align: center;
}

.landingpagetopentrycontent a:hover {
    text-decoration: none;
}

.landingpagetopentrycontent {
    padding: 1em;
    background: rgb(255, 255, 255);
    margin: 0.5em;
    box-shadow: 0px 0px 2px grey;
    position: relative;
    overflow: hidden;
}

.landingpagetopentrycontent:before {
    position: absolute;
    border: #d5d5d5;
    content: " ";
    clear: both;
    width: 10px;
    height: 45px;
    background: rgba(213, 213, 213, 0.7);
    right: 0px;
    top: -20px;
    transform: rotate(-45deg);
}

.landingpagetopentrycontent:after {
    content: " ";
    display: table;
    clear: both;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    background: #00adcf;
    z-index: 5;
}

.landingpagetopentry {
    width: 20%;
    float: left;
    margin: 1em 0;
}

.landingpagetop {
    border-bottom: 5px solid #00adcf;
    margin-bottom: 2.5em;
}

.landingpagetopentry:after {
    content: " ";
    display: table;
    clear: both;
}

.landingpagetopentrycontenticon {
    text-align: center;
    margin: 1em 0;
}

.landingpagetopentrycontenticon i {
    font-size: 32px;
    color: #00adcf;
}

#mt4page {
    text-align: center;
}

#mt4page .oexp {
    width: 25%;
    float: left;
}

#mt4page .iconoexp i {
    font-size: 74px;
    color: #00adcf;
}

.entryexp {
    font-size: 24px;
}

.entryexptwo {
    font-size: 16px;
}

@keyframes test {
    from {
        left: -300px;
    }
    to {
        left: 0px;
    }
}

@keyframes test2 {
    from {
        right: -300px;
    }
    to {
        right: 0px;
    }
}

@keyframes spinner {
    0% {
        transform: rotate3d(1, 1, 1, 0deg);
    }
    50% {
        transform: rotate3d(1, 1, 1, 180deg);
    }
    100% {
        transform: rotate3d(1, 1, 1, 360deg);
    }
}

.timelinemt4page:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: " ";
    background: #30bced;
    border: 4px solid #c0ebfa;
    margin-left: -14px;
    border-radius: 0% 50% 50% 50%;
    transform: rotate(45deg);
}

.timelinemt4page:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: " ";
    background: #30bced;
    margin-left: -14px;
    border: 4px solid #c0ebfa;
    border-radius: 50% 50% 50% 0%;
    bottom: 0;
    transform: rotate(-45deg);
}

#mt4page .timelinemt4page {
    border: 2px;
    background: rgba(48, 188, 237, 0.3);
    position: absolute;
    height: 100%;
    left: 50%;
    width: 4px;
}

.spantexttimeblock {
    padding: 0 1em;
}

.thirdentrycontent {
    float: left;
    width: 45%;
    border: 2px solid #eee;
    color: #000000;
    margin-top: 3em;
    border-bottom-width: 5px;
    padding: 1em 0;
}

.thirdentrycontentright {
    float: right;
    width: 45%;
    border: 2px solid #eee;
    color: #000000;
    margin-top: 3em;
    border-bottom-width: 5px;
    padding: 1em 0;
}

.timeblock:before {
    content: " ";
    display: table;
    clear: both;
}

.timeblock:after {
    content: " ";
    display: table;
    clear: both;
}

.iconborder {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    background: #30bced;
    border: 4px solid #f0f0f0;
    border-radius: 0% 50% 0% 50%;
    color: white;
    margin-left: -32px;
    margin-top: 3em;
}

.iconborder i {
    font-size: 32px;
    margin-top: 14px;
}

.services-site {
    box-shadow: 0px 0px 1px black;
    padding: 1em;
}

.content-services {
    margin-top: 60px;
}

.learn-more-services {
    position: absolute;
    bottom: 1em;
    left: calc(50% - 59.48px);
}

.learn-more-services a:hover {
    padding: 0.5em;
    background: #66cee2;
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: 150ms;
    border: 1px solid #66cee2;
}

.learn-more-services a {
    padding: 0.5em;
    background: white;
    color: #66cee2;
    text-decoration: none;
    font-size: 16px;
    transition: 150ms;
    border: 1px solid #66cee2;
}

.header-services {
    position: relative;
    text-align: center;
}

.header-services h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 2em 0;
    text-align: center;
    margin-bottom: 4em;
    position: relative;
}

.header-services h1:before {
    content: " ";
    width: 15%;
    border-top: 1px solid rgba(35, 40, 45, 0.4);
    display: table;
    clear: both;
    position: absolute;
    left: calc(50% - 7.5%);
    top: -20px;
}

.header-services h1:after {
    position: absolute;
    clear: both;
    content: "\f0a7";
    font-family: FontAwesome;
    bottom: -1.5em;
    font-size: 50px;
    right: calc(50% - 24.73px);
    color: #00adcf;
}

.entry-service-box {
    margin-bottom: 0.5em;
    display: table;
    height: 100%;
    text-align: center;
}

.entry-service-box:after {
    display: table;
    content: " ";
    clear: both;
}

.entry-service-box i {
    font-size: 42px;
    margin-top: 0.5em;
    color: #00adcf;
}

.entry-content h3 {
    margin: 0.67em 0;
}

.entry-service-box .entry-box-solo {
    width: 50%;
    text-align: center;
    box-shadow: 0px 0px 1px grey;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.entry-box-solo:after {
    position: absolute;
    border: #66cee2;
    content: " ";
    clear: both;
    width: 10px;
    height: 45px;
    background: rgba(0, 173, 207, 0.6);
    right: 0px;
    top: -20px;
    transform: rotate(-45deg);
}

.entry-box-solo:before {
    position: absolute;
    content: " ";
    clear: both;
    width: 10px;
    height: 10px;
    background: rgb(220, 220, 220);
    left: 0px;
}

.entry-service-box .entry-box1 {
    width: 49.5%;
    float: left;
    text-align: center;
    box-shadow: 0px 0px 1px grey;
    height: 100%;
    display: table-cell;
    position: relative;
    overflow: hidden;
}

.entry-box1:after {
    position: absolute;
    border: #66cee2;
    content: " ";
    clear: both;
    width: 10px;
    height: 45px;
    background: rgba(0, 173, 207, 0.6);
    right: 0px;
    top: -20px;
    transform: rotate(-45deg);
}

.entry-box1:before {
    position: absolute;
    content: " ";
    clear: both;
    width: 10px;
    height: 10px;
    background: rgb(220, 220, 220);
    left: 0px;
}

.entry-service-box .entry-box2 {
    width: 49.5%;
    float: right;
    text-align: center;
    box-shadow: 0px 0px 1px grey;
    height: 100%;
    display: table-cell;
    position: relative;
    overflow: hidden;
}

.entry-box2:after {
    position: absolute;
    border: #66cee2;
    content: " ";
    clear: both;
    width: 10px;
    height: 45px;
    background: rgba(0, 173, 207, 0.6);
    right: 0px;
    top: -20px;
    transform: rotate(-45deg);
}

.entry-box2:before {
    position: absolute;
    content: " ";
    clear: both;
    width: 10px;
    height: 10px;
    background: rgb(220, 220, 220);
    left: 0px;
}

.entry-service-box .entry-content span {
    line-height: 1.7em;
    font-size: 14px;
}

.entry-service-box .entry-content {
    margin: 0px 2em 3.5em;
}

.bahamas-entry-title {
    padding: 0 1em;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 1em !important;
    box-shadow: 0px 0px 1px #23282d;
    padding-top: 1em !important;
    color: #1c1c1c;
    font-weight: 500;
    z-index: 5;
    font-size: 20px;
    margin-top: 1em;
}

.bahamas-entry-title:after {
    background-image: url("https://atomiqconsulting.com/wp-content/uploads/2019/08/baner-2020.jpg");
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

.bahamas-paddings {
    padding: 0 1em;
    position: relative;
}

.bahamas-paddings p.space {
    padding-left: 1em;
    position: relative
}

.bahamas-paddings p.space:before {
    position: absolute;
    top: calc(50% - 21px);
    left: -0.7em;
    content: "\f02b";
    font-family: FontAwesome;
    font-size: 32px;
    color: #00adcf;
    transform: rotate(225deg);
}

.bahamas-ul-list {
    list-style: circle;
    padding: 0 1em;
}

.bahamas-ul-list li span {
    color: #0c0c0c;
}

.bahamas-ul-list li {
    padding: 0.5em 0;
    color: #00add1;
}

.bahamas-answer {
    padding: 0 1em;
    font-size: 16px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 1em;
    position: relative;
    padding-left: 2em;
}

p.bahamas-answer:before {
    position: absolute;
    left: 0px;
    top: 0;
    font-family: FontAwesome;
    content: "\f112";
    transform: rotate(180deg);
    color: #00adcf;
}

.bahamas-space {
    text-align: center !important;
    border: 1px solid white;
    padding: 1em;
    box-shadow: 0px 0px 2px black;
    color: #00adcf;
    position: relative;
    overflow: hidden;
}

.bahamas-space:after {
    position: absolute;
    border: #66cee2;
    content: " ";
    clear: both;
    width: 10px;
    height: 45px;
    background: rgba(0, 173, 207, 0.6);
    right: 0px;
    top: -20px;
    transform: rotate(-45deg);
}

.bahamas-space:before {
    position: absolute;
    content: " ";
    clear: both;
    width: 10px;
    height: 10px;
    background: rgb(220, 220, 220);
    left: 0px;
    top: 0;
}

.our-projects .entry-wrap:after {
    clear: both;
    content: " ";
    display: table;
}

.our-projects {
    border-top: 2px solid #30bced;
    border-bottom: 2px solid #30bced;
    padding-bottom: 2em;
}

.our-projects .box-shadow {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: calc(50% - 11px);
    color: #ffffff;
    text-shadow: none;
    font-weight: 700;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, transparent 50%, rgba(0, 173, 207, 0.9) 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}

.box-shadow:hover {
    background-position: -100% 0;
}

.box-shadow:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f108";
    color: white;
    font-size: 60px;
    left: calc(50% - 30px);
    bottom: calc(50% - 30px);
    transition: 450ms;
}

.box-shadow:hover:after {
    color: transparent;
    transition: 450ms;
}

.box-shadow span {
    position: relative;
    top: calc(50% - 11px);
    color: #1c1c1c;
    padding: 1em;
    box-shadow: 0px 0px 2px black;
    background: white;
    font-size: 14px;
}

.our-projects img {
    vertical-align: middle;
    transition: 450ms;
}

.our-projects .entry-content {
    position: relative;
    overflow: hidden;
}

.entry-box-entry .entry-content:hover>img {
    transform: scale(1.1);
    transition: 450ms;
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
}

.our-projects h1 {
    text-align: center;
}

.our-projects .entry-box {
    width: 33%;
    float: left;
    display: inline-block;
}

.entry-box-entry.left:hover>.bottom-box {
    background: rgba(28, 28, 28, 0.8);
    transition: 450ms;
}

.our-projects .left {
    margin-right: 1em;
    transition: 450ms;
}

.entry-box-entry.center:hover>.bottom-box {
    background: rgba(28, 28, 28, 0.8);
    transition: 450ms;
}

.our-projects .center {
    margin: 0 0.5em;
    transition: 450ms;
}

.entry-box-entry.right:hover>.bottom-box {
    background: rgba(28, 28, 28, 0.8);
    transition: 450ms;
}

.our-projects .right {
    margin-left: 1em;
    transition: 450ms;
}

.our-projects .bottom-box {
    height: 90px;
    text-align: center;
    position: relative;
    background: #1c1c1c;
    transition: 450ms;
}

.our-projects p {
    font-size: 14px;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 23px;
    line-height: 24px;
    color: #0aa2c1;
}

.our-projects span {
    font-size: 22px;
    color: white;
}

contain-intrinsic-size: none !important;
width: 100%;
height: 150px;
#mt4page .thirdcontent {
    position: relative;
}

#mt4page .thirdcontent:after {
    content: " ";
    display: table;
    clear: both;
}

#mt4page .iconoexp {
    transition: all 3s ease;
}

#mt4page .iconoexp:hover {
    transform: rotate3d(0, 1, 0, 360deg);
    transition: all 3s ease;
}

#mt4page .iconanimation {
    visibility: hidden;
    opacity: 0;
    transition: 150ms;
}

#mt4page .iconanimationvisible {
    visibility: visible;
    opacity: 1;
    transition: 150ms;
    font-size: 32px;
}

#mt4page .animationhide {
    font-size: 0;
    visibility: hidden;
    transition: 150ms;
}

#mt4page .animationtext {
    position: relative;
    -webkit-animation: test 2.5s ease;
    animation: test 2.5s ease;
    font-size: 24px !important;
    visibility: visible !important;
    transition: 150ms;
}

#mt4page .animationtext2 {
    position: relative;
    -webkit-animation: test2 2.5s ease;
    animation: test2 2.5s ease;
    font-size: 24px !important;
    visibility: visible !important;
    transition: 150ms;
}

#mt4page .animationtimeline h2 {
    font-size: 1.5em !important;
    transition: 150ms;
    margin: 0;
    padding-bottom: 18px;
}

#mt4page .animationtimeline p {
    font-size: 18px;
    transition: 150ms;
}

#mt4page .animationtimeline2 h2 {
    font-size: 1.5em !important;
    transition: 150ms;
    margin: 0;
    padding-bottom: 18px;
}

#mt4page .animationtimeline2 p {
    font-size: 18px;
    transition: 150ms;
}

#mt4page .animationtimeline {
    position: relative;
    -webkit-animation: test 2.5s ease;
    animation: test 2.5s ease;
    visibility: visible !important;
    transition: 150ms;
}

#mt4page .animationtimeline2 {
    position: relative;
    -webkit-animation: test2 2.5s ease;
    animation: test2 2.5s ease;
    visibility: visible !important;
    transition: 150ms;
}

#mt4page .borderanimation {
    border: 2px solid #00adcf;
    padding: 0.5em;
    transition: 150ms;
    border-bottom-width: 5px;
}

#mt4page .textheader {
    color: #30bced;
}

#mt4page .iconoexp {
    width: 20%;
    float: left;
}

#mt4page .contentoexp {
    width: 80%;
    float: left;
    text-align: left;
}

#mt4page .bannertop {
    background-image: url(http://atomiqconsulting.com/wp-content/themes/Consultin/img/baner-12.jpg);
    text-align: center;
    padding: 3.6em;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 900px;
    text-align: right;
    margin: 0 auto;
}

#mt4page .underbannertitle {
    margin: 2em 0;
}

#mt4page .bannertop span {
    font-size: 24px;
    color: white;
    margin: 0.5em;
}

#mt4page .firstcontent {
    margin: 1em 0;
}

#mt4page .petext {
    font-size: 24px;
}

#mt4page .firstcontent:after {
    clear: both;
    content: " ";
    display: table;
}

#mt4page .secondcontenttimelapse {
    transition: 150ms;
}

#mt4page .secondcontent .secondcontentbottom {
    margin: 4em 0;
    transition: 150ms;
}

#mt4page .secondcontent .secondcontentbottom span {
    font-size: 1.5em;
    font-weight: bold;
}

#mt4page .secondcontent .secondcontentbottom:after {
    clear: both;
    content: " ";
    display: table;
}

#mt4page .secondcontent {
    margin: 4em 0;
}

#mt4page .secondcontent h3 {
    margin: 2em 0;
}

#mt4page .secondcontententry {
    width: 25%;
    float: left;
    margin: 2.5em 0;
}

#mt4page .secondcontententrytext {
    margin: 0 3em;
}

.scentry {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
    padding: 1em;
}

.sentrytitle {
    display: table-cell;
    font-size: 28px;
    padding: 1em;
}

#mt4page .secondcontententry i {
    font-size: 36px;
}

.fontawesome-text {
    display: none;
}

#blogHeader img {
    width: 1920px;
    max-width: 100%
}

.menu-item-2426:before {
    background-image: url(img/menu/liquidity.png);
}

.menu-item-2426:hover:before {
    background-image: url("img/menu/liquidity-hover.png");
}

.main-block .shadow-main .main_form_text {
    text-shadow: none;
    font-size: 18px !important;
}

.main-block .shadow-main .text-main .wpcf7 p {
    text-align: center !important;
}

.main-block .shadow-main .text-main .wpcf7 .wpcf7-submit {
    float: none;
}

.socialmediafooter .fa-facebook {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.socialmediafooter .fa-twitter {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.telegram .fa-telegram {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.whatsapp .fa-whatsapp {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.social_contacts_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1000px) {
    .landingpagecenterboxentrytitle h2 {
        font-size: 2.2vw;
    }
    .readmorebuttonlandingpage {
        left: 0;
    }
    .landingpagetopentry {
        width: 50%;
        float: left;
        margin: 0;
    }
    .landingpagetopentry:last-child {
        width: 100%;
    }
    div#globe {
        background-image: none;
    }
}

@media (max-width: 800px) {
    #blogLeft {
        margin-right: 0;
    }
    #blogRight {
        float: none;
        position: initial;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .entry-service-box {
        margin-bottom: 0;
        display: inline-block;
    }
    .entry-service-box .entry-box1 {
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }
    .entry-service-box .entry-box2 {
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }
    .entry-service-box .entry-box-solo {
        float: left;
        width: 100%;
    }
    .landingpagecenterboxentry {
        float: left;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 3em;
    }
    .readmorebuttonlandingpage {
        left: 142px;
    }
    .landingpagecenterboxentrytitle h2 {
        font-size: 4.2vw;
    }
    .landingpagecenterbox {
        margin: 0;
    }
    .sliderhref {
        font-size: 2.2vw !important;
        padding: 0 !important;
    }
    .sliderhref h1 {
        font-size: 2.2vw !important;
    }
    .metaslider .caption-wrap {
        bottom: calc(3.2vh) !important;
    }
    .our-projects .left,
    .our-projects .center,
    .our-projects .right {
        margin-right: 1em;
        transition: 450ms;
        margin: 0.5em 0;
    }
    .our-projects .entry-box {
        width: 100%;
        float: none;
        display: inline-block;
    }
}

@media (max-width: 600px) {
    #header {
        padding: 1em !important;
    }
    .postExcerpt {
        width: 100%;
        margin-bottom: 25px;
    }
    .postExcerpt a.button {
        position: initial;
        text-align: center;
    }
    .landingpagetopentry {
        width: 100%;
        float: left;
        margin: 0;
    }
    .readmorebuttonlandingpage {
        left: calc(22.5%);
    }
    .metaslider .caption-wrap {
        bottom: 0 !important;
    }
}

@media (max-width: 361px) {
    .main-block .shadow-main .main_form_text {
        font-size: 15px !important;
    }
}

.swiper-container {
    overflow: hidden;
}