.content-home .outer-hero-new{
    background:url("https://static.easymarkets.com/assets/assets/view/HeroBackground2020.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center bottom;
    padding:4vw 0 0 !important;
}
.content-home .outer-hero__mainTitle_custom{
    font-size:46px;
    line-height:1.2;
    color:#075c8f;
    font-weight:700;
    margin:0 0 10px;
}
.content-home .outer-hero__mainTitle_custom:lang(zh-hans){
    font-size:50px;
}
.content-home .outer-hero__mainTitle_custom:lang(es){
    font-size:45px;
}
.content-home .outer-hero__mainTitle_custom:lang(de){
    font-size:49px;
}
.content-home .outer-hero__mainTitle_custom:lang(pl){
    font-size:42px;
}
.content-home .px-13{
    font-size:13px;
}
.content-home .outer-hero__subTitle{
    font-size:24px;
    line-height:1.3;
    color:#707070;
    font-weight:500;
    margin:0 0 30px;
}
.content-home .outer-hero__subTitle:lang(es){
    font-size:21px;
    line-height:1.3;
    color:#707070;
    font-weight:500;
    margin:0 0 30px;
}
.content-home .m-btn-green{
    font-size:20px;
    line-height:28px;
    color:#fff !important;
    font-weight:400;
    background:#84c561;
    border:2px solid #84c561;
    border-radius:4px;
    padding:13px 0;
    transition:.3s all ease;
}
.content-home .m-btn-green:hover{
    font-size:20px;
    line-height:28px;
    color:#84c561 !important;
    background:transparent;
    border:2px solid #84c561;
    transition:.3s all ease;
}
.content-home .hero-banner .header-button{
    margin-top:47px;
}
.content-home .hero-banner .header-button .btn{
    margin:0;
}
.content-home .hero-banner .header-button .btn:lang(pl){
    padding:13px 40px;
}
.content-home .demo-link{
    width:300px;
    font-size:16px;
}
@media (min-width: 992px){
    .content-home .devices-hero-margin{
        margin:3rem 0 !important;
    }
    .content-home .hero-banner .m-btn-green{
        max-width:340px;
    }
    .content-home .hero-banner .banner-title-section{
        padding-top:0 !important;
    }
    .content-home .outer-hero .m-btn-green{
        font-size:24px;
        line-height:28px;
        color:#fff !important;
        font-weight:400;
        background:#84c561;
        border:2px solid #84c561;
        border-radius:4px;
        padding:13px 0;
        transition:.3s all ease;
    }
    .content-home .outer-hero .m-btn-green:hover{
        font-size:24px;
        line-height:28px;
        color:#84c561 !important;
        background:transparent;
        border:2px solid #84c561;
        transition:.3s all ease;
    }
}
@media (max-width: 991px){
    .content-home .hero-banner .banner-title-section{
        padding-top:55px;
    }
    .content-home .hero-banner .m-title-4{
        padding-top:20px;
    }
    .content-home .hero-banner .banner-title-section{
        padding-top:15px !important;
        text-align:center !important;
    }
    .content-home .hero-banner .header-button{
        margin-top:25px !important;
    }
    .content-home .grey-text-title{
        font-size:22px !important;
        line-height:42px !important;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
    }
    .content-home .green-text-title{
        font-size:40px !important;
        line-height:42px !important;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }
    .content-home .blue-text-title{
        font-size:40px !important;
        padding-top:15px !important;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
    }
    .content-home .blue-text-title:lang(pl){
        font-size:42px;
        line-height:1.1;
    }
    .content-home .em-btn-header-green{
        font-size:24px;
        line-height:28px;
        color:#fff !important;
        font-weight:400;
        background:#84c561;
        border:1px solid #84c561;
        border-radius:4px;
        padding:13px 0;
        transition:.3s all ease;
    }
    .content-home .em-btn-header-green:hover{
        font-size:24px;
        line-height:28px;
        color:#84c561 !important;
        background:#fff;
        border:1px solid #84c561;
        transition:.3s all ease;
    }
    .content-home .demo-link{
        width:100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    .content-home .hero-banner .header-button{
        width:75%;
        margin:auto;
    }
}
@media (max-width:576px){
    .content-home .outer-hero__mainTitle{
        font-size:9vw !important;
        line-height:1.1 !important;
    }
    .content-home .outer-hero__subTitle{
        font-size:5vw !important;
        line-height:1.3 !important;
    }
}
.content-home .em-flip-box{
    background-color:transparent;
    width:270px;
    height:210px;
    border:1px solid transparent;
    border-radius:10px;
    perspective:1000px;
    box-shadow:0 0 16px 1px rgba(0,0,0,.05);
    margin:.5rem auto;
}
.content-home .em-flip-box:lang(es){
    height:230px;
}
.content-home .em-flip-box:lang(de){
    height:230px;
}
.content-home .em-flip-box-inner{
    position:relative;
    width:100%;
    height:100%;
    text-align:center;
    transition:transform .8s;
    -ms-transition:transform 0s;
    transform-style:preserve-3d;
}
.content-home .em-flip-box:hover .em-flip-box-inner{
    transform:rotateY(180deg);
    -ms-transform:rotateY(0deg);
}
.content-home .em-flip-box-front,.content-home .em-flip-box-back{
    position:absolute;
    width:100%;
    height:100%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.content-home .em-flip-box-front{
    background-color:transparent;
    color:#075c8f;
    padding:3rem 1rem;
}
.content-home .em-flip-box-back{
    background-color:transparent;
    color:#075c8f;
    transform:rotateY(180deg);
    padding:1rem 2rem;
}
@-moz-document url-prefix(){
    .content-home .em-flip-box-back{
        background-color:#fff;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .content-home .em-flip-box{
        width:220px !important;
        height:230px !important;
    }
}
@media screen and (-ms-high-contrast: none){
    .content-home .no-event{
        pointer-events:none;
    }
}
.content-home .carousel{
    margin:auto;
}
.content-home .carousel-inner{
    height:250px !important;
    width:100%;
    margin:auto;
    border-radius:4px;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.content-home .carousel-indicators{
    bottom:-3rem;
}
.content-home .carousel-indicators .active{
    background-color:#57575b;
}
.content-home .carousel-indicators li{
    background-color:#a7a9ac;
}
.content-home .custom-height-h4{
    line-height:1.3;
}
@media (max-width: 768px){
    .content-home .carousel-inner{
        height:200px;
    }
}
.content-home .app-title{
    font-size:40px;
    line-height:1.2;
    color:#075c8f;
    font-weight:700;
    margin:0 0 10px;
}
.content-home .apps-download{
    font-size:0px;
    letter-spacing:0px;
    word-spacing:0px;
}
.content-home .apps-download a{
    display:inline-block;
    width:200px;
    height:60px;
}
.content-home .app-phones-img{
    position:absolute;
    max-width:540px;
}
@media (min-width:992px){
    .content-home .app-phones-img{
        position:absolute;
        top:-30px;
    }
    .content-home .apps-section-margin{
        margin-top:7rem !important;
    }
}
@media (max-width:576px){
    .content-home .app-title{
        font-size:8vw !important;
        line-height:1.1 !important;
    }
}
@media (min-width:536px){
    .content-home .apps-download a:not(:last-child){
        margin:0 5px 0 0;
    }
    .content-home .apps-download a:lang(ar):not(:last-child){
        margin:0 0 0 5px;
    }
}
@media (max-width: 535px){
    .content-home .apps-download a{
        display:block;
        width:100%;
        margin:0 0 5px;
    }
    .content-home .apps-download{
        text-align:center;
    }
}
@media (min-width:768px){
    .content-home .apps-download a:lang(zh-hans):not(:last-child){
        margin:0 5px 0 0;
    }
}
@media (max-width: 767px){
    .content-home .apps-download a:lang(zh-hans){
        display:block;
        width:100%;
        margin:0 0 5px;
    }
    .content-home .apps-download:lang(zh-hans){
        text-align:center;
    }
}
@media (max-width: 991px){
    .content-home .apps-section-height{
        height:650px;
    }
    .content-home .apps-section-margin{
        margin-top:5rem !important;
    }
}
@media (max-width: 767px){
    .content-home .apps-section-height{
        height:550px;
    }
}
@media (max-width: 425px){
    .content-home .apps-section-height{
        height:470px;
    }
}
@media (max-width: 375px){
    .content-home .apps-section-height{
        height:450px;
    }
}
.content-home .tools-bg{
    background:url("https://static.easymarkets.com/assets/assets/view/HeroBackground2020.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center bottom;
    padding:4vw 0 0 !important;
    margin-top:4rem !important;
}
@media (min-width: 992px) and (max-width: 1199px){
    .content-home .hm-tools-icon{
        height:250px !important;
        max-height:250px !important;
    }
}
.content-home a:hover{
    text-decoration:none;
}
.content-home .nav-tabs>li>a:lang(ar){
    width:140px;
    margin-right:0;
    margin-left:10px;
}
@media (max-width:992px){
    .content-home .nav-tabs>li{
        display:block;
        width:50%;
    }
    .content-home .nav-tabs>li>a{
        margin:0;
    }
}
.content-home .nav-tabs>li>a{
    color:#363636;
    padding:15px 20px 15px 20px;
    text-align:center;
    transition:.2s all linear;
}
.content-home .nav>li>a:focus{
    outline:none;
}
@media (min-width:992px){
    .content-home .nav-tabs>li>a:not(:last-child){
        width:150px;
        margin-right:3px;
    }
    .content-home .nav-tabs>li>a:lang(ar){
        width:140px;
        margin-right:0;
        margin-left:10px;
    }
}
.content-home .nav-tabs{
    border:0;
}
.content-home .nav-tabs .nav-item.show .nav-link,.content-home .nav-tabs .nav-link.active{
    background:#075c8f;
    color:#fff;
    border-radius:4px;
    border:1px solid transparent;
}
.content-home .nav-tabs .nav-link.active:hover{
    background:#075c8f;
    color:#fff;
    border-radius:4px;
}
.content-home .nav-tabs>li>a:hover{
    background:#fff;
    border:1px solid #075c8f;
    border-radius:4px;
}
@media (max-width:991px){
    .content-home .nav-tabs>li{
        display:flex;
        justify-content:center;
        width:50%;
    }
    .content-home .nav-tabs>li>a{
        margin:0;
    }
    .content-home .nav{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
    }
}
.content-home .nav-tabs>li>a{
    color:#363636;
    padding:15px 20px 15px 20px;
    text-align:center;
    transition:.2s all linear;
}
.content-home .nav>li>a:focus{
    outline:none;
}
@media (min-width:992px){
    .content-home .nav{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:nowrap;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
    }
    .content-home .nav-tabs>li>a{
        width:130px;
    }
    .content-home .nav-tabs>li:not(:last-child):lang(ar){
        margin-right:1px;
    }
    .content-home .nav-tabs>li:not(:first-child){
        margin-right:10px;
    }
    .content-home .nav-tabs>li>a:lang(ar){
        width:122px;
        margin-right:0;
        margin-left:10px;
    }
    .content-home .nav-tabs>li>a{
        color:#363636;
        padding:15px 5px 15px;
        text-align:center;
        transition:.2s all linear;
    }
    .content-home .nav-tabs{
        border:0;
        justify-content:flex-start !important;
    }
}
@media (min-width:1200px){
    .content-home .nav{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:nowrap;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
    }
    .content-home .nav-tabs>li>a{
        width:145px;
    }
    .content-home .nav-tabs>li:not(:last-child){
        margin-right:10px;
    }
    .content-home .nav-tabs>li>a:lang(ar){
        width:145px;
        margin-right:0;
        margin-left:10px;
    }
}
.content-home .nav-tabs{
    border:0;
    justify-content:center;
}
.content-home .nav-tabs .nav-item.show .nav-link,.content-home .nav-tabs .nav-link.active{
    background:#075c8f;
    color:#fff;
    border-radius:4px;
    border:1px solid transparent;
}
.content-home .nav-tabs .nav-link.active:hover{
    background:#075c8f;
    color:#fff;
    border-radius:4px;
}
.content-home .nav-tabs>li>a:hover{
    background:#fff;
    border:1px solid #075c8f;
    border-radius:4px;
}
.content-home .table-bordered thead th{
    border-bottom-width:0px;
}
.content-home .webinars-bg{
    background:url("https://static.easymarkets.com/assets/assets/view/HeroBackground2020.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center bottom;
    margin-top:1rem !important;
}
.content-home .m-text-tools{
    font-size:16px;
    line-height:1.3;
    color:#323132;
    font-weight:400;
}
@media (max-width: 991px){
    .content-home .tools-margin{
        margin-top:1rem !important;
    }
}
@media (min-width: 992px){
    .content-home .tools-margin{
        margin-top:3rem !important;
    }
    .content-home .tools-bg{
        margin-bottom:3rem !important;
    }
    .content-home .webinars-bg{
        margin-bottom:3rem !important;
    }
}
@media (max-width: 425px){
    .content-home .tools-bg{
        background-size:auto;
        background-position:50% -20%;
    }
    .content-home .webinars-bg{
        background-size:auto;
        background-position:50% -20%;
    }
}
.content-home .h4-black{
    color:#000;
}
.content-home .btn-mt4{
    margin:0 !important;
    width:80% !important;
}
.content-home .m-text-sm-custom{
    font-size:16px;
    line-height:20px;
    color:#58585b;
    font-weight:400;
}
.content-home .m-text-sm-custom{
    font-size:16px;
    line-height:20px;
    color:#58585b;
    font-weight:400;
}
.content-home .m-text-sm-custom:lang(es){
    font-size:15px;
}
@media (max-width: 991px){
    .content-home .text-mob-center{
        text-align:center !important;
    }
    .content-home .btn-mt4{
        margin:auto !important;
    }
    .content-home .table-section-padding{
        padding-bottom:1.5rem !important;
    }
}
@media (max-width: 1200px){
    .content-home .mt4-devices-img{
        max-width:100%;
        height:auto;
        width:auto;
    }
}
.content-home .mt4-logo{
    background:url("https://static.easymarkets.com/assets/assets/view/mobile_MT4_logo.png");
    background-repeat:no-repeat;
    background-position:17% 56%;
}
@media (min-width: 992px){
    .content-home .mt4-logo{
        background:url("https://static.easymarkets.com/assets/assets/view/MT4-logo.png");
        background-repeat:no-repeat;
        background-position:center top;
    }
    .content-home .table-section-padding{
        padding-bottom:3rem !important;
    }
    .content-home .table-section-pt{
        padding-top:3rem !important;
    }
}
.content-home .mainContentList-s{
    padding:0;
}
.content-home .mainContentList-s__ListItem{
    list-style-type:none;
    position:relative;
    padding-left:23px;
    color:#075c8f;
    font-weight:400;
    font-size:16px;
    line-height:1.1;
    margin-bottom:20px;
}
.content-home .mainContentList-s__ListItem:last-child{
    margin-bottom:0;
}
.content-home .mainContentList-s__ListItem::before{
    content:" ";
    display:block;
    border:none;
    border-radius:50%;
    height:0;
    width:0;
    position:absolute;
    left:0;
    top:0px;
}
.content-home .mainContentList-s__ListItem::after{
    content:" ";
    display:block;
    width:5px;
    height:10px;
    border:solid #d3d3d3;
    border-width:0 2px 2px 0;
    position:absolute;
    left:6px;
    top:2px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.content-home .border-blue{
    border-color:#075c8f !important;
}
.content-home .w-320{
    width:320px;
}
@media (max-width: 320px){
    .content-home .w-320{
        width:280px;
    }
}
@media (min-width: 992px){
    .content-home .webinars-padding{
        padding:3rem 0 !important;
    }
}
@media (max-width: 991px){
    .content-home .webinars-padding{
        padding:1.5rem 0 !important;
    }
}
.content-home .mainContentList3{
    margin-top:0;
    margin-bottom:10px;
    padding:0;
}
.content-home .mainContentList__ListItem3{
    list-style-type:none;
    padding-left:25px;
    background-repeat:no-repeat;
    padding-bottom:14px;
    position:relative;
}
.content-home .mainContentList__ListItem3::before{
    content:" ";
    display:block;
    width:8px;
    height:16px;
    border:solid #d3d3d3;
    border-width:0 2px 2px 0;
    position:absolute;
    left:6px;
    top:0px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.content-home .border-bottom{
    border-bottom:1px solid #58585b;
}
@media (max-width: 991px){
    .content-home .border-margin-mob{
        margin:1.5rem !important;
    }
    .content-home .academy-btn-margin{
        margin-top:1.5rem !important;
    }
}
@media (min-width: 992px){
    .content-home .academy-btn-margin{
        margin-top:3rem !important;
    }
}
@media (max-width: 768px){
    .content-home .trophy-none{
        display:none;
    }
}
.content-home .m-title-webinars{
    font-size:18px;
    line-height:20px;
    color:#323132;
    font-weight:600;
}
.content-home .m-title-presenter{
    font-size:18px;
    line-height:20px;
    color:#58585b;
    font-weight:600;
}
.content-home .cta-100{
    margin-top:100px;
    padding-left:8%;
    padding-top:7%;
}
.content-home .col-md-4{
    padding-bottom:20px;
}
.content-home .white{
    color:#fff !important;
}
.content-home .mt{
    float:left;
    margin-top:-20px;
    padding-top:20px;
}
.content-home .bg-blue-ui{
    background-color:#708198 !important;
}
.content-home figure img{
    width:300px;
}
.content-home #blogCarousel{
    padding-bottom:0px;
}
.content-home #blogCarousel .carousel-inner{
    height:240px !important;
}
.content-home .blog .carousel-indicators{
    left:0;
    top:-50px;
    height:50%;
}
.content-home .blog .carousel-indicators li{
    background:#000 !important;
    border-radius:50%;
    width:8px;
    height:8px;
}
.content-home .indicators-color{
    background-color:#a7a9ac !important;
}
.content-home .item-carousel-blog-block{
    outline:medium none;
    padding:15px;
}
.content-home .item-box-blog{
    border:none;
    text-align:center;
    z-index:4;
    padding:20px;
    height:240px;
}
.content-home .item-box-blog::before{
    content:"";
    width:61px !important;
    height:157px !important;
    background-image:url("https://static.easymarkets.com/assets/assets/view/awards-home-left.png") !important;
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.content-home .item-box-blog::after{
    content:"";
    width:61px !important;
    height:157px !important;
    background-image:url("https://static.easymarkets.com/assets/assets/view/awards-home-right.png") !important;
    position:absolute;
    left:auto;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.content-home .item-box-blog-body{
    padding:10px;
}
.content-home .item-heading-blog h5{
    margin:0;
    line-height:1;
    line-height:20px;
    text-decoration:none;
    transition:color .3s;
    font-size:18px;
    color:#075c8f;
    font-weight:600;
}
.content-home .item-box-blog-data p{
    font-size:13px;
}
.content-home .item-box-blog-text{
    max-height:100px;
    overflow:hidden;
}
.content-home .mt-10{
    float:left;
    margin-top:-10px;
    padding-top:10px;
}
.content-home #blogCarouselMob{
    min-width:270px;
}
.content-home #blogCarouselMob .carousel-inner{
    height:230px !important;
}
.content-home .item-box-blog-data p{
    font-size:16px;
    line-height:1.1;
    color:#323132;
    font-weight:400;
    margin-bottom:0px;
}
.content-home .item-box-blog-heading h5{
    font-size:23px;
    line-height:1.1;
    color:#075c8f;
    font-weight:600;
    margin-top:18px;
    margin-bottom:18px;
}
.content-home .item-box-blog-text p{
    font-size:16px;
    line-height:1.1;
    color:#58585b;
    font-weight:400;
}
.content-home .col_promo{
    border:none !important;
    display:block !important;
    padding:30px 26px 30px !important;
}
.content-home .brand-blue{
    color:#075c8f !important;
}
.content-home .btn_promo{
    padding:15px;
    margin:0 !important;
}
@media (max-width: 991px){
    .content-home .icon-promo{
        display:none !important;
    }
    .content-home .col_promo{
        margin-bottom:0 !important;
    }
}
@media (max-width: 425px){
    .content-home .btn_promo{
        width:100% !important;
    }
    .content-home .col_promo h1{
        text-align:center !important;
    }
}
.content-home .border-top{
    border-top:1px solid #a7a9ab;
}
@media (max-width: 767px){
    .content-home .xs-pt-2{
        padding-top:2rem;
    }
}
@media (max-width: 425px){
    .content-home .xs-pt-5{
        padding-top:5rem;
    }
}
@media (max-width: 991px){
    .content-home .border-blue{
        display:none !important;
    }
}
@media (max-width:575px){
    .content-home .br-none{
        display:none;
    }
}
.content-home .bg-img-au{
    background:url("https://static.easymarkets.com/assets/assets/view/AU-strip-bg-v3.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
}
.content-home .custom-hero-h4{
    font-size:16px;
    font-weight:500;
    color:#707070;
    line-height:24px;
}
.content-home .btc-icon:before{
    content:"";
    display:inline-block;
    background:url("https://static.easymarkets.com/assets/assets/view/Bitcoin_Icon-07.svg") no-repeat;
    width:20px;
    height:20px;
    margin:0 6px 0 0;
}
.content-home .hero-img-w{
    width:80% !important;
}
@media (min-width: 769px){
    .content-home .mob-br{
        display:none;
    }
}
.snippet-spread-table-home-en a:hover{
    text-decoration:none;
}
.snippet-spread-table-home-en .nav-tabs>li>a:lang(ar){
    width:140px;
    margin-right:0;
    margin-left:10px;
}
@media (max-width:992px){
    .snippet-spread-table-home-en .nav-tabs>li{
        display:block;
        width:50%;
    }
    .snippet-spread-table-home-en .nav-tabs>li>a{
        margin:0;
    }
}
.snippet-spread-table-home-en .nav-tabs>li>a{
    color:#363636;
    padding:15px 20px 15px 20px;
    text-align:center;
    transition:.2s all linear;
}
.snippet-spread-table-home-en .nav>li>a:focus{
    outline:none;
}
@media (min-width:992px){
    .snippet-spread-table-home-en .nav-tabs>li>a:not(:last-child){
        width:150px;
        margin-right:3px;
    }
    .snippet-spread-table-home-en .nav-tabs>li>a:lang(ar){
        width:140px;
        margin-right:0;
        margin-left:10px;
    }
}
.snippet-spread-table-home-en .nav-tabs{
    border:0;
}
.snippet-spread-table-home-en .nav-tabs .nav-item.show .nav-link,.snippet-spread-table-home-en .nav-tabs .nav-link.active{
    background:#075c8f;
    color:#fff !important;
    border-radius:4px;
    border:1px solid transparent;
}
.snippet-spread-table-home-en .nav-tabs .nav-link.active:hover,.snippet-spread-table-home-en .nav-tabs .nav-link.active:active{
    background:#075c8f;
    color:#fff;
    border-radius:4px;
}
.snippet-spread-table-home-en .nav-tabs>li>a:hover{
    background:#fff;
    border:1px solid #075c8f;
    border-radius:4px;
}
@media (max-width:991px){
    .snippet-spread-table-home-en .nav-tabs>li{
        display:flex;
        justify-content:center;
        width:50%;
    }
    .snippet-spread-table-home-en .nav-tabs>li>a{
        margin:0;
    }
    .snippet-spread-table-home-en .nav{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
    }
}
.snippet-spread-table-home-en .nav-tabs>li>a{
    color:#363636;
    padding:15px 20px 15px 20px;
    text-align:center;
    transition:.2s all linear;
}
.snippet-spread-table-home-en .nav>li>a:focus{
    outline:none;
}
@media (min-width:992px){
    .snippet-spread-table-home-en .nav{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:nowrap;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
    }
    .snippet-spread-table-home-en .nav-tabs>li>a{
        width:130px;
    }
    .snippet-spread-table-home-en .nav-tabs>li:not(:last-child):lang(ar){
        margin-right:1px;
    }
    .snippet-spread-table-home-en .nav-tabs>li:not(:first-child){
        margin-right:10px;
    }
    .snippet-spread-table-home-en .nav-tabs>li>a:lang(ar){
        width:122px;
        margin-right:0;
        margin-left:10px;
    }
    .snippet-spread-table-home-en .nav-tabs>li>a{
        color:#363636;
        padding:15px 5px 15px;
        text-align:center;
        transition:.2s all linear;
    }
    .snippet-spread-table-home-en .nav-tabs{
        border:0;
        justify-content:flex-start !important;
    }
}
@media (min-width:1200px){
    .snippet-spread-table-home-en .nav{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:nowrap;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
    }
    .snippet-spread-table-home-en .nav-tabs>li>a{
        width:145px;
    }
    .snippet-spread-table-home-en .nav-tabs>li:not(:last-child){
        margin-right:10px;
    }
    .snippet-spread-table-home-en .nav-tabs>li>a:lang(ar){
        width:145px;
        margin-right:0;
        margin-left:10px;
    }
}
.snippet-spread-table-home-en .nav-tabs{
    border:0;
    justify-content:center;
}
.snippet-spread-table-home-en .nav-tabs .nav-item.show .nav-link,.snippet-spread-table-home-en .nav-tabs .nav-link.active{
    background:#075c8f;
    color:#fff !important;
    border-radius:4px;
    border:1px solid transparent;
}
.snippet-spread-table-home-en .nav-tabs .nav-link.active:hover,.snippet-spread-table-home-en .nav-tabs .nav-link.active:active{
    background:#075c8f;
    color:#fff;
    border-radius:4px;
}
.snippet-spread-table-home-en .nav-tabs>li>a:hover{
    background:#fff;
    border:1px solid #075c8f;
    border-radius:4px;
}
.snippet-spread-table-home-en .table-bordered thead th{
    border-bottom-width:0px;
}
.snippet-awards-2022-en .app-title{
    font-size:40px;
    line-height:1.2;
    color:#075c8f;
    font-weight:700;
    margin:0 0 10px;
}
@media (max-width:576px){
    .snippet-awards-2022-en .app-title{
        font-size:8vw !important;
        line-height:1.1 !important;
    }
}
.snippet-awards-2022-en #blogCarousel{
    padding-bottom:0px;
}
.snippet-awards-2022-en .carousel{
    margin:auto;
}
.snippet-awards-2022-en #blogCarousel .carousel-inner{
    height:240px !important;
}
.snippet-awards-2022-en .carousel-indicators{
    bottom:-2.5rem;
}
.snippet-awards-2022-en .carousel-indicators .active{
    background-color:#57575b;
}
.snippet-awards-2022-en .carousel-indicators li{
    background-color:#a7a9ac;
}
.snippet-awards-2022-en .blog .carousel-indicators{
    left:0;
    top:-50px;
    height:50%;
}
.snippet-awards-2022-en .blog .carousel-indicators li{
    background:#000 !important;
    border-radius:50%;
    width:8px;
    height:8px;
}
.snippet-awards-2022-en .indicators-color{
    background-color:#a7a9ac !important;
}
.snippet-awards-2022-en .item-carousel-blog-block{
    outline:medium none;
    padding:15px;
}
.snippet-awards-2022-en .item-box-blog{
    border:none;
    text-align:center;
    z-index:4;
    padding:20px;
    height:240px;
}
.snippet-awards-2022-en .item-box-blog::before{
    content:"";
    width:61px !important;
    height:157px !important;
    background-image:url("https://static.easymarkets.com/assets/assets/view/awards-home-left.png") !important;
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.snippet-awards-2022-en .item-box-blog::after{
    content:"";
    width:61px !important;
    height:157px !important;
    background-image:url("https://static.easymarkets.com/assets/assets/view/awards-home-right.png") !important;
    position:absolute;
    left:auto;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.snippet-awards-2022-en .item-box-blog-body{
    padding:10px;
}
.snippet-awards-2022-en .item-heading-blog h5{
    margin:0;
    line-height:1;
    line-height:20px;
    text-decoration:none;
    transition:color .3s;
    font-size:18px;
    color:#075c8f;
    font-weight:600;
}
.snippet-awards-2022-en .item-box-blog-data p{
    font-size:13px;
}
.snippet-awards-2022-en .item-box-blog-text{
    max-height:100px;
    overflow:hidden;
}
.snippet-awards-2022-en .mt-10{
    float:left;
    margin-top:-10px;
    padding-top:10px;
}
.snippet-awards-2022-en #blogCarouselMob{
    min-width:270px;
}
.snippet-awards-2022-en #blogCarouselMob .carousel-inner{
    height:230px !important;
}
.snippet-awards-2022-en .item-box-blog-data p{
    font-size:16px;
    line-height:1.1;
    color:#323132;
    font-weight:400;
    margin-bottom:0px;
}
.snippet-awards-2022-en .item-box-blog-heading h5{
    font-size:23px;
    line-height:1.1;
    color:#075c8f;
    font-weight:600;
    margin-top:18px;
    margin-bottom:18px;
}
.snippet-awards-2022-en .item-box-blog-text p{
    font-size:16px;
    line-height:1.1;
    color:#58585b;
    font-weight:400;
}
.snippet-footer-ribbon-en .ribbon-bottom-content__img{
    width:251px;
}
@media (max-width:768px){
    .snippet-footer-ribbon-en .ribbon-bottom:not([data-hidden-element]){
        background-image:url("https://static.easymarkets.com/assets/assets/view/new-ribbon-desktop.png");
        padding:6vw 0;
    }
    .snippet-footer-ribbon-en .ribbon-bottom-content__img{
        width:200px;
    }
}
@media (max-width:575px){
    .snippet-footer-ribbon-en .ribbon-bottom-content__img{
        width:150px;
    }
    .snippet-footer-ribbon-en .ribbon-bottom{
        background-color:#075c8f;
        width:100%;
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
    }
    .snippet-footer-ribbon-en .ribbon-bottom-content__title-1{
        font-size:1.5rem;
        line-height:28px;
        color:#075c8f;
        font-weight:500;
    }
    .snippet-footer-ribbon-en .ribbon-bottom-content__title-2{
        font-size:2.125rem;
        line-height:38px;
        color:#323132;
        font-weight:700;
    }
}
@media (max-width:425px){
    .snippet-footer-ribbon-en .ribbon-bottom-content__title-1{
        font-size:1.5rem;
        line-height:25px;
        color:#075c8f;
        font-weight:500;
    }
    .snippet-footer-ribbon-en .ribbon-bottom-content__title-2{
        font-size:1.7rem;
        line-height:35px;
        color:#323132;
        font-weight:700;
    }
}
@media (max-width:375px){
    .snippet-footer-ribbon-en .ribbon-bottom-content__title-1{
        font-size:16px;
        line-height:20px;
        color:#075c8f;
        font-weight:500;
    }
    .snippet-footer-ribbon-en .ribbon-bottom-content__title-2{
        font-size:20px;
        line-height:23px;
        color:#323132;
        font-weight:700;
    }
}
@media (min-width:576px){
    .snippet-footer-ribbon-en .ribbon-bottom{
        background-color:#075c8f;
        width:100%;
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
    }
    .snippet-footer-ribbon-en .ribbon-bottom:not([data-hidden-element]){
        background-image:url("https://static.easymarkets.com/assets/assets/view/new-ribbon-desktop.png");
        padding:5vw 0;
    }
}
@media (min-width:992px){
    .snippet-footer-ribbon-en .ribbon-bottom-content{
        padding:2px 17px 2px 0px;
        position:relative;
    }
}
.snippet-footer-ribbon-en .ribbon-bottom-content__title-1{
    color:#fff !important;
}
.snippet-footer-ribbon-en .ribbon-bottom-content__title-2{
    color:#fff !important;
    margin-top:0;
}
.snippet-footer-ribbon-en .ribbon-bottom-content__media{
    align-items:center !important;
    align-items:flex-start;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
}
@media (max-width: 428px){
    .snippet-footer-ribbon-en .ribbon-bottom:not([data-hidden-element]){
        background-image:url("https://static.easymarkets.com/assets/assets/view/new-ribbon-mob.png");
        padding:8vw 0;
    }
    .snippet-footer-ribbon-en .ribbon-bottom-content__img{
        width:150px;
    }
}
@media (max-width: 375px){
    .snippet-footer-ribbon-en .ribbon-bottom-content__img{
        width:125px;
    }
}
@media (max-width: 320px){
    .snippet-footer-ribbon-en .ribbon-bottom-content__img{
        width:150px;
    }
}
.snippet-footer-menu-en-en a:hover{
    text-decoration:none;
}
.snippet-footer-menu-en-en .page-footer{
    padding:43px 0 43px;
    background:#f1f1f1;
}
.snippet-footer-menu-en-en .page-footer__header{
    font-size:14px;
    line-height:1.1;
    color:#075c8f;
    font-weight:700;
    font-family:roboto,sans-serif;
    text-transform:uppercase;
    margin:0 0 20px;
}
.snippet-footer-menu-en-en .page-footer__list{
    margin:0;
    padding-left:0;
    list-style:none;
}
.snippet-footer-menu-en-en .page-footer__list>li{
    margin-bottom:5px;
    font-family:roboto,sans-serif;
    font-size:13px;
    line-height:1.1;
    color:#404041;
    font-weight:400;
}
.snippet-footer-menu-en-en .page-footer__list a{
    font-family:roboto,sans-serif;
    font-size:13px;
    line-height:1.1;
    color:#404041;
    border-bottom:1px solid transparent;
    -webkit-transition:.3s ease-in-out all;
    transition:.3s ease-in-out all;
    font-weight:400;
}
.snippet-footer-menu-en-en .page-footer__list a:hover{
    color:#075c8f;
    text-decoration:none;
    border-bottom:1px solid #075c8f;
}
.snippet-footer-menu-en-en .page-footer__list>li:last-child{
    margin-bottom:28px !important;
}
.snippet-footer-menu-en-en .page-footer__logo{
    display:inline-block;
    width:208px;
    max-width:100%;
    height:auto;
    margin-bottom:46px;
}
.snippet-footer-menu-en-en .page-footer__licence{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.snippet-footer-menu-en-en .page-footer__licence>p{
    margin:0 5px 0 0;
    line-height:1.1;
    font-family:roboto,sans-serif;
    font-size:12px;
    color:#404041;
    font-weight:500;
}
.snippet-footer-menu-en-en .page-footer__links{
    margin-top:6px;
}
.snippet-footer-menu-en-en .page-footer__link-list{
    line-height:1.3;
}
.snippet-footer-menu-en-en .page-footer__link-list>li{
    line-height:1 !important;
}
.snippet-footer-menu-en-en .page-footer__link-list>li>a{
    font-family:roboto,sans-serif;
    font-size:12px;
    line-height:1;
    color:#075c8f;
    border-bottom:1px solid transparent;
    -webkit-transition:.3s ease-in-out all;
    transition:.3s ease-in-out all;
    font-weight:400;
}
.snippet-footer-menu-en-en .page-footer__link-list>li>a:hover{
    border-bottom:1px solid #075c8f;
    text-decoration:none;
}
.snippet-footer-menu-en-en .page-footer__link-list>li:not(:last-child)::after{
    content:"";
    margin:0 2px;
    border-left:1px solid #075c8f;
    height:10px;
    display:inline-block;
    vertical-align:middle;
}
@media (max-width:991px){
    .snippet-footer-menu-en-en .page-footer__wrap-left{
        text-align:center;
    }
    .snippet-footer-menu-en-en .page-footer__licence{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin-bottom:30px;
    }
    .snippet-footer-menu-en-en .page-footer__logo{
        margin-bottom:30px !important;
    }
    .snippet-footer-menu-en-en .page-footer__link-list{
        margin-bottom:30px;
    }
}
.snippet-footer-menu-en-en .page-footer__txt{
    font-size:13px;
    line-height:1.4;
    margin-bottom:11px;
}
.snippet-footer-menu-en-en .page-footer__txt > strong{
    color:#404041;
}
.snippet-footer-menu-en-en .page-footer__menu{
    margin-bottom:25px;
}
.snippet-footer-menu-en-en .page-footer .col-lg-2:last-child .page-footer__list>li:not(:last-child){
    margin-bottom:12px;
}
.snippet-footer-menu-en-en .page-footer__txtWrap{
    border:1px solid #404041;
    padding:10px 14px;
    margin-bottom:11px;
}
.snippet-footer-menu-en-en .page-footer__txtWrap>p{
    margin:0 !important;
}
.snippet-footer-menu-en-en .social-menu{
    margin:0;
    list-style:none;
    padding:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    max-width:221px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.snippet-footer-menu-en-en .social-icons[data-social-icon=social-icons-blog]{
    background:url("https://static.easymarkets.com/assets/assets/view/info-small.svg") no-repeat center;
    width:23px;
    height:24px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-menu-en-en .social-icons[data-social-icon=social-icons-facebook]{
    background:url("https://static.easymarkets.com/assets/assets/view/fb-small.svg") no-repeat center;
    width:12px;
    height:22px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-menu-en-en .social-icons[data-social-icon=social-icons-twitter]{
    background:url("https://static.easymarkets.com/assets/assets/view/twitter-small.svg") no-repeat center;
    width:22px;
    height:20px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-menu-en-en .social-icons[data-social-icon=social-icons-cn]{
    background:url("https://static.easymarkets.com/assets/assets/view/weibo-small.svg") no-repeat center;
    width:29px;
    height:23px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-menu-en-en .social-icons[data-social-icon=social-icons-in]{
    background:url("https://static.easymarkets.com/assets/assets/view/in-small.svg") no-repeat center;
    width:22px;
    height:22px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-menu-en-en .social-icons[data-social-icon=social-icons-youtube]{
    background:url("https://static.easymarkets.com/assets/assets/view/yt-small.svg") no-repeat center;
    width:26px;
    height:19px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
@media (max-width:991px){
    .snippet-footer-menu-en-en .social-menu{
        margin:0 auto 40px !important;
    }
    .snippet-footer-menu-en-en .page-footer__link-list,.snippet-footer-menu-en-en .page-footer__licence,.snippet-footer-menu-en-en .page-footer__logo{
        margin-bottom:15px !important;
    }
}
.snippet-footer-en-en a:hover{
    text-decoration:none;
}
.snippet-footer-en-en .page-footer{
    padding:43px 0 43px;
    background:#f1f1f1;
}
.snippet-footer-en-en .page-footer__header{
    font-size:14px;
    line-height:1.1;
    color:#075c8f;
    font-weight:700;
    font-family:roboto,sans-serif;
    text-transform:uppercase;
    margin:0 0 20px;
}
.snippet-footer-en-en .page-footer__list{
    margin:0;
    padding-left:0;
    list-style:none;
}
.snippet-footer-en-en .page-footer__list>li{
    margin-bottom:5px;
    font-family:roboto,sans-serif;
    font-size:12px;
    line-height:1.1;
    color:#404041;
    font-weight:400;
}
.snippet-footer-en-en .page-footer__list a{
    font-family:roboto,sans-serif;
    font-size:12px;
    line-height:1.1;
    color:#404041;
    border-bottom:1px solid transparent;
    -webkit-transition:.3s ease-in-out all;
    transition:.3s ease-in-out all;
    font-weight:400;
}
.snippet-footer-en-en .page-footer__list a:hover{
    color:#075c8f;
    text-decoration:none;
    border-bottom:1px solid #075c8f;
}
.snippet-footer-en-en .page-footer__list>li:last-child{
    margin-bottom:28px !important;
}
.snippet-footer-en-en .page-footer__logo{
    display:inline-block;
    width:208px;
    max-width:100%;
    height:auto;
    margin-bottom:46px;
}
.snippet-footer-en-en .page-footer__licence{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.snippet-footer-en-en .page-footer__licence>p{
    margin:0 5px 0 0;
    line-height:1.1;
    font-family:roboto,sans-serif;
    font-size:12px;
    color:#404041;
    font-weight:500;
}
.snippet-footer-en-en .page-footer__links{
    margin-top:6px;
}
.snippet-footer-en-en .page-footer__link-list{
    line-height:1.3;
}
.snippet-footer-en-en .page-footer__link-list>li{
    line-height:1 !important;
}
.snippet-footer-en-en .page-footer__link-list>li>a{
    font-family:roboto,sans-serif;
    font-size:12px;
    line-height:1;
    color:#075c8f;
    border-bottom:1px solid transparent;
    -webkit-transition:.3s ease-in-out all;
    transition:.3s ease-in-out all;
    font-weight:400;
}
.snippet-footer-en-en .page-footer__link-list>li>a:hover{
    border-bottom:1px solid #075c8f;
    text-decoration:none;
}
.snippet-footer-en-en .page-footer__link-list>li:not(:last-child)::after{
    content:"";
    margin:0 2px;
    border-left:1px solid #075c8f;
    height:10px;
    display:inline-block;
    vertical-align:middle;
}
@media (max-width:991px){
    .snippet-footer-en-en .page-footer__wrap-left{
        text-align:center;
    }
    .snippet-footer-en-en .page-footer__licence{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin-bottom:30px;
    }
    .snippet-footer-en-en .page-footer__logo{
        margin-bottom:30px !important;
    }
    .snippet-footer-en-en .page-footer__link-list{
        margin-bottom:30px;
    }
}
.snippet-footer-en-en .page-footer__txt{
    font-size:13px;
    line-height:1.4;
    margin-bottom:11px;
}
.snippet-footer-en-en .page-footer__txt > strong{
    color:#404041;
}
.snippet-footer-en-en .page-footer__menu{
    margin-bottom:25px;
}
.snippet-footer-en-en .page-footer .col-lg-2:last-child .page-footer__list>li:not(:last-child){
    margin-bottom:12px;
}
.snippet-footer-en-en .page-footer__tel::before{
    content:"";
    position:relative;
    left:0;
    display:inline-block;
    vertical-align:middle;
    background:url("https://static.easymarkets.com/assets/assets/view/call-small.svg") no-repeat center;
    width:12px;
    height:11px;
}
.snippet-footer-en-en .page-footer__email,.snippet-footer-en-en .page-footer__address,.snippet-footer-en-en .page-footer__tel,.snippet-footer-en-en .page-footer__chat{
    position:relative;
}
.snippet-footer-en-en .page-footer__chat::before{
    content:"";
    position:relative;
    left:0;
    display:inline-block;
    vertical-align:middle;
    background:url("https://static.easymarkets.com/assets/assets/view/live-chat-icon.svg") no-repeat center;
    width:13px;
    height:11px;
}
.snippet-footer-en-en .page-footer__email::before{
    content:"";
    position:relative;
    left:0;
    display:inline-block;
    vertical-align:middle;
    background:url("https://static.easymarkets.com/assets/assets/view/mail-small.svg") no-repeat center;
    width:12px;
    height:9px;
}
.snippet-footer-en-en .page-footer__emailInner,.snippet-footer-en-en .page-footer__innerAddress,.snippet-footer-en-en .page-footer__innerTel,.snippet-footer-en-en .page-footer__innerChat{
    position:absolute;
    top:0;
    left:20px;
}
.snippet-footer-en-en .page-footer__address::before{
    content:"";
    position:relative;
    left:0;
    display:inline-block;
    vertical-align:middle;
    background:url("https://static.easymarkets.com/assets/assets/view/address-small.svg") no-repeat center;
    width:12px;
    height:13px;
}
.snippet-footer-en-en .page-footer__txtWrap{
    border:1px solid #404041;
    padding:10px 14px;
    margin-bottom:11px;
}
.snippet-footer-en-en .page-footer__txtWrap>p{
    margin:0 !important;
}
.snippet-footer-en-en .social-menu{
    margin:0;
    list-style:none;
    padding:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    max-width:221px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.snippet-footer-en-en .social-icons[data-social-icon=social-icons-instagram]{
    background-position:100% 0;
    width:23px;
    height:24px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-en-en .social-icons[data-social-icon=social-icons-facebook]{
    background-position:0 100%;
    width:12px;
    height:22px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-en-en .social-icons[data-social-icon=social-icons-twitter]{
    background-position:60.714285714286% 94.285714285714%;
    width:22px;
    height:20px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-en-en .social-icons[data-social-icon=social-icons-cn]{
    background-position:0 0;
    width:29px;
    height:33px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-en-en .social-icons[data-social-icon=social-icons-in]{
    background-position:21.428571428571% 100%;
    width:22px;
    height:22px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
.snippet-footer-en-en .social-icons[data-social-icon=social-icons-youtube]{
    background-position:55.769230769231% 0;
    width:26px;
    height:19px;
    display:block;
    -webkit-transition:.3s all;
    transition:.3s all;
}
@media (max-width:991px){
    .snippet-footer-en-en .social-menu{
        margin:0 auto 40px !important;
    }
    .snippet-footer-en-en .page-footer__link-list,.snippet-footer-en-en .page-footer__licence,.snippet-footer-en-en .page-footer__logo{
        margin-bottom:15px !important;
    }
}

.carousel-indicators .active{
    width: 30px !important;
    height: 3px !important;
    margin: 1px;
    margin-right: 3px;
    margin-left: 3px;
}

.carousel-indicators{
    margin-right: auto!important;
    margin-left: auto!important;
}