.home-slide-section {
    text-align: center;
}
a:hover{
    text-decoration: none;
    color: white;
}
header ul{
    margin-bottom: 0px;
}
header ul > li{
    list-style: none;
    /*display: inline-block;*/
}
div.anchor{
    position: relative;
    top: -91px;
}
/*--------top panel-------*/
.top-panel a{
    color: #ccc;
    transition: 0.1s;
}
.top-panel .inner{
    display: flex;
    justify-content: space-between;
}
.top-panel ul{
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap;*/
}
.top-panel .left > li{
    margin-right: 28px;
}
.top-panel {
    background: #3d3e3e;
}
.top-panel .left  li  i{
    margin-right: 8px;
    color: #cc8809;
}
.top-panel .left li a{
    color: #ccc;
    font-size: 14px;
}
.top-panel .left li a:hover{
    color: #cc8809;
}
.top-panel .right {
    padding: 13px 0;
    border-left: 1px solid rgba(0,0,0,0.80);
    border-right: 1px solid rgba(0,0,0,0.80);
}
.top-panel .right > li{
    padding: 0px 15px;

    display: inline-block;
    border-right: 1px solid rgba(0,0,0,0.80);
}
.top-panel .right > li i{
    font-size: 20px;
}
.top-panel .right > li a:hover{
    color: white;
}
.top-panel .right > li:last-child{
    border-right: none;
}
.top-panel .active-lang{
    font-weight: bold;
}
/*-----------------------------------*/
/*-----------navbar--------------*/
.navbar {
    background-color: rgba(0,0,0,0.60);
}
.navbar-original img{
    width: 200px;
}
.navbar {
    padding: 0;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}
body header .fixed .navbar-nav a.active {
    color: #cc8809!important;
    background: none;
}
.navbar-original .navbar-nav li{
    margin-left: 20px;
}
.fixed .navbar-nav li{
    margin-left: 30px;
}

.navbar-original .navbar-nav a{
    padding: 43px 18px;
    color: white !important;
    text-transform: capitalize;
    font-family: 'Volkhov', serif;
}
.fixed .navbar-original .active {
    background-color: #3d3e3e00;
}
.navbar .nvbr-tgl{
    justify-content: flex-end;
}
.navbar-original .active {
    background-color: #3d3e3e;
}
.navbar .nvbr-btn {
    background: #cc8809;
}
/*-----------------navbar clone-------*/

/*.navbar-clone {*/
    /*padding: 0;*/
    /*position: absolute;*/
    /*z-index: 999;*/
    /*left: 0;*/
    /*right: 0;*/
/*}*/
/*.navbar-original .nvbr-tgl{*/
    /*justify-content: flex-end;*/
/*}*/

.fixed.navbar a.nav-link:hover {
    color:#cc8809!important;
}

.navbar-clone{
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}
.navbar-clone .navbar-nav li{
    margin-left: 30px;
}
.navbar-clone .navbar-nav a.nav-link {
    color: black;
    padding: 20px 0px;
    text-transform: capitalize;
    font-family: 'Volkhov', serif;
}
.navbar-clone .navbar-nav a.nav-link:hover{
    color: #cc8809
}
.navbar-clone .active{
     color: #cc8809 !important;
 }
.navbar-clone img{
    width: 160px;
    margin-left: 15px;
}
.fixed {
    position: fixed!important;
    top: 0;
    visibility: visible;
    opacity: 1;
    background: white!important;
}

.fixed.navbar a.nav-link {
    color: black!important;
    padding: 20px 0px;
    text-transform: capitalize;
    font-family: serif;
}
.fixed img {
    width: 160px;
    margin-left: 15px;
}
/*-------------home slide-----------*/

.home_slide .swiper-text{
    position: absolute;
    left:  0;
    right: 0;
    bottom: calc(40% + 166px);
    margin: auto;
    text-align: center;
    color: white;
    max-width: 810px;
    padding: 0 10px;
}

.home_slide .swiper-img{
    overflow: hidden;
    position: absolute;
    width: 500px;
    height: 700px;
    bottom: 0;
}
.home_slide .swiper-img img{
    position: absolute;
    width: 500px;
    height: 700px;
    left: 100%;
    transition: 1s;
    transition-delay: 1s;
    transition-timing-function: linear
}
.home_slide .swiper-slide-active .swiper-img img{
    left: 0px;
    animation: aj 1s linear 1;
    animation-delay: 3.8s;
}
@keyframes aj {
    100%{left: 100%;}
}
.home_slide .swiper-text div{
    overflow: hidden;
    position: absolute;
    width: 100%;
    /*height: 50px;*/
    z-index: 2;
    display: flex;
    justify-content: center;
}
.home_slide .swiper-text .p-first{
    height: 30px;
}

.home_slide .swiper-text p {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: 1s;
    transition-delay: 1s;
    transition-timing-function: linear
}
.home_slide .swiper-slide-active .swiper-text p:first-child{
    top: 0px;
    animation: ijnel 1s linear 1;
    animation-delay: 3.8s;
}
.home_slide .swiper-text h2 {
    font-size: 40px;
    font-family: 'Volkhov', serif;
    position: absolute;
    top: 100%;
    transition: 1s;
    transition-delay: 1s;
    transition-timing-function: linear
}
.home_slide .swiper-text .h2-div {
     height: 72px;
     top: 40px;
 }
.home_slide .swiper-slide-active .swiper-text h2 {
    top: 0px;
    animation: ijnel 1s linear 1;
    animation-delay: 3.8s;
}
.home_slide .swiper-text h3 {
    font-size: 36px;
    color: #cc8809;
    font-family: 'Volkhov', serif;
    position: absolute;
    top: 100%;
    transition: 1s;
    transition-delay: 1s;
    transition-timing-function: linear
}
.home_slide .swiper-text .h3-div {
    height: 43px;
    top: 130px;
}
.home_slide .swiper-slide-active .swiper-text h3{
    top: 0px;
    animation: ijnel 1s linear 1;
    animation-delay: 3.8s;
}

.home_slide .swiper-text p.sec-p{
    top: 100%;
}
.home_slide .swiper-text .p-last{
    top: 195px;
    height: 48px;
}
.home_slide .swiper-slide-active .swiper-text p.sec-p {
    top: 0;
    animation:ijnel 1s linear 1;
    animation-delay: 3.8s;
    white-space: nowrap;
}
.home_slide .swiper-text a{
    /*margin: 20px 25px 0px 0px;*/
    display: inline-block;
    padding: 17px 49px;
    font-weight: 700;
    font-size: 18px;
    color: #cc8809;
    border: 1px solid  #cc8809;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    transition: 1s;
    transition-delay: 1s;
    transition-timing-function: linear
}
.home_slide .swiper-text .a-div{
    height: 63px;
    top: 300px;
}
.home_slide .swiper-slide-active .swiper-text a{
    top: 0px;
    animation: ijnel 1s linear 1;
    animation-delay: 3.8s;
}

@keyframes ijnel {
    100%{top: 100%;}
}
@keyframes dzax {
    100%{right: 150%;}
}
.home_slide .swiper-text a:hover{
    background:#cc8809;
    color: white;
}
.home_slide .swiper-button-next, .swiper-button-prev{
    background-image: none;
}
.home_slide_button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255, 255, 0.2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    transition: 0.3s;
}
.home_slide_button:hover{
    background: #333 !important;
}
/*---------------about section---------------*/
.about-section{
    background-image: url("../img/abot-sect-bg.png");
    background-size: cover;
    background-position:-250px;
    background-repeat: no-repeat;
    padding: 30px 10px 20px;
}

.about-section .sec-title .title {
    color: #3d3e3e;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Volkhov', serif;
}
.about-section .sec-title h2 {
    color: #3d3e3e;
    font-size: 36px;
    margin-bottom: 28px;
    text-transform: capitalize;
}
.about-section .sec-title h2 i {
    color: #cc8809;
    font-style: normal;
}
.about-section p ,.about-section ul{
    color: #777777;
    margin-bottom: 20px;
    font-size: 15px;
}
.about-section ul {
    font-size: 15px;
    padding-left: 0px;
    list-style: none;
}
.about-section .txt-header{
    font-weight: 600;
    margin-bottom: 15px;
}
.about-section a{
    padding: 12px 30px;
    font-size: 17px;
    color: #ffffff;
    line-height: 28px;
    border: 2px solid #3d3e3e;
    background-color: #3d3e3e;
    /*text-transform: capitalize;*/
    font-family: 'Volkhov', serif;
    transition: 0.2s;
}
.about-section a:hover{
    background: transparent;
    color:#3d3e3e ;
}
/*---------------about page----------------*/

.top-img{

}
.about .text {
    margin-bottom:45px;
    font-size: 15px;
}
.about .text-content{
     font-size: 15px;
 }
.bg-b {
    background-color: rgba(0,0,0,0.9);
    position: relative;
}
.text-content{
    background: rgba(249, 249, 249,0.6);
    padding-bottom: 24px;
    padding-top: 30px;
}
/*---------------contact page-------------*/

.info-block {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.info-block .icon-box{
    margin-right: 15px;
}
.info-block .icon-box span{
    border: 2px dotted #cc8809;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #cc8809;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
}
.contact-info-section h2 {
    color: #3d3e3e;
    font-size: 22px;
    font-weight: 600;

}
.contact-info-section h2.msg{
    margin-bottom: 30px;
    text-align: center;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}

.contact-info-section h2 i {
    font-weight: 700;
    color: #cc8809;
}
.info-block p{
    color: #777777;
    margin: 0;
}
.contact-form{
    margin-bottom: 50px;
}
.contact-form button{
    margin: auto;
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 11px 32px;
    color: #ffffff;
    background-color: #3d3e3e;
    text-transform: capitalize;
    font-family: 'Volkhov', serif;
    transition: all 500ms ease;
    border: none;
    outline: none;
}
.contact-form button:hover, button:focus{
    background: #cc8809;
    outline: none;
}
.contact-form input{
    font-size: 12px;
}
textarea{
    font-size: 12px !important;
}
.form-control:focus {
    border-color: #cc8809;
    box-shadow:none;
}


.arbiters-list .top-img{
    background-image: url("../img/22.jpg");
    /*background-position: center;*/
    /*height: 710px;*/
}
.arbiters-list .img{
    background-image: url("../img/feature-img-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.arbiters-list .img img{
    visibility: hidden;
}
.contact-info-section .top-img{
    background-image: url("../img/bg-law.jpg");
}
.arbiters-school .top-img{
    background-image: url("../img/LOGOWITHNAME.jpg");
    background-position: top;
    background-size: cover;
}
.arbiters-school .top-img img {
    height: 676px;
}
.reservation .top-img{
    background-image: url("../img/image-1-2.jpg");
}
.references .top-img{
    background-image: url("../img/law-bg.jpg");
}
.statute .top-img{
    background-image: url("../img/9.jpg");
    /*background-position: center;*/
    /*height: 710px;*/
}
.regulation .top-img{
    background-image: url("../img/giammarco-boscaro-380898.jpg");
    /*height: 500px;*/
}
.legislation .top-img{
    background-image: url("../img/law-bg.jpg");
    /*height: 500px;*/
}
.top-img{
    background-image: url("../img/feature-img-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.top-img img {
    visibility: hidden;
}
/*---------------arbiters school------------*/

.arbiters-school h2 {
    color: #3d3e3e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.arbiters-school .text {
    font-size: 15px;
}
.arbiters-school .text p{
    /*margin: 0;*/
    display: inline-block;
}
.arbiters-school .text-content {
    font-size: 15px;
}
/*--------------arbiters list----------*/

.arbiters-list .img{
    background-image: url("../img/feature-img-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.arbiters-list .text h2{
    text-align: center;
    margin-bottom: 30px;
    color: #3d3e3e;
    font-size: 24px;
    font-weight: 600;
}
.arbiters-list .text {
    margin-top: 50px;
}
i {
    font-style: normal;
}
.arbiters-list .text h2 i {
    font-weight: 700;
    color: #cc8809;
}
.arbiters-list ul{
    list-style: none;
    display: flex;
    flex-direction: column;
     max-width: 260px;
    margin: auto;
}
/*--------------reservation----------*/

.reservation .text ol{
    margin-bottom: 25px;
}
.reservation .text h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #3d3e3e;
    font-size: 24px;
}
.reservation .text a{
    margin-bottom: 25px;
    color: black;
    display: block;
}
.reservation .text a:hover{
    color: #cc8809;
}
/*---------------references------------*/

.references ul{
    list-style: none;
}
.references ul.last{
    margin-bottom: 16px;
}
.references ul li{
    display: flex;
}
.references ul li i{
    margin-right: 10px;
    margin-top: 5px;
}
.references ul li span{
    display: inline-block;
}
.references a{
    color: black;
}
.references h2 {
    color: #3d3e3e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.references li:hover, .references li:hover a{
    color: #cc8809;
}
.references .text {
    margin-bottom:45px;
    font-size: 15px;
}
.references .text p{
    text-indent: 50px;
}
.references .text-content{
    font-size: 15px;
}
/*--------------statute----------*/


.statute h2 {
    color: #3d3e3e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.statute h5{
    margin-bottom: 20px;
}
.statute h5:nth-child(-n+1){
    margin-top: 40px;
}
.statute p{
    /*font-size: 14px;*/
    line-height: 25px;
}
/*---------------regulation------------*/

.regulation ul{
    list-style: none;
    cursor: pointer;
}
.regulation ul li{
    list-style: none;
    cursor: pointer;
}
.regulation ul li:hover span {
    color: #cc8809!important;
}
.regulation h2 {
    color: #3d3e3e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.regulation .content .cont:nth-child(n+2){
    display: none;
}
.regulation .cont h5{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
/*---------------legislation------------*/

.legislation ul{
    list-style: none;
    cursor: pointer;
}
.legislation ul li{
    cursor: pointer;
}
.legislation ul li:hover span{
    color: #cc8809 ;
}
.legislation h2 {
    color: #3d3e3e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.legislation .content .cont:nth-child(n+2){
    display: none;
}
.legislation h5, .legislation h4{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.legislation h6{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.commercial-arbitrage, .convention, .dahk{
    display: none;
}
    /*--------------footer---------------------*/
footer{
    background-image: url("../img/image-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 105px 0 0;

}
footer p{
    color: #bbbbbb;
    margin-top: 17px;
    font-size: 15px;
}
footer a{
    color: #bbbbbb;
}
footer li{
    color: #bbbbbb;
    font-size: 15px;
    display: flex;
    line-height: 2;
    /*margin-bottom: 10px;*/
}
footer i{
    padding-right: 15px;
    margin-top: 5px ;
}
footer h3{
    text-transform: capitalize;
}
footer ul{
    list-style: none;
    line-height: 26px;
    font-size: 15px;
    padding-left: 0px;

}
footer ul ,footer h3{
    /*display: flex;*/
    /*flex-direction: column;   */
    margin-left: 100px;
}
footer .soc-div h3{

}
footer ul.soc-hover{
    position: absolute;
    background: rgb(27, 27, 29);
    padding: 10px;
    margin-left: 20px;
    border-radius: 5px;
    left: 0;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: 0.5s;
}
footer ul li span > p{
    margin: 0;
}
footer ul.soc-hover li span p{
    line-height: 1.3;
    margin: 0;
}
.soc-hover a {
        line-height: 24px;
        margin-bottom:5px;
}

footer .social li.leg{
    position: relative;
}
footer .social li.leg:hover .soc-hover{
    top: 30px;
    visibility: visible;
    opacity: 1;
}
footer .title{
    color: white;
    font-size: 22px;
    font-family: 'Merriweather', serif;
    padding-bottom: 8px;
    margin-bottom: 26px;
}
footer .categories li:hover a,footer .categories li:hover i,footer .social > li:hover > a , footer .social li:hover i,footer ul.soc-hover li:hover a, footer ul.soc-hover li:hover a p{
    color: #cc8809;
}
.copyright{
    position: relative;
    margin-top: 70px;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.20);
}
.copyright .content{
    display: flex;
    justify-content: center;
    text-align: center;
}
.copyright .content .left{
    display: inline-block;
}
.copyright .content .right{
    display: inline-block;
    float: right;
}
.copyright .content p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0 5px;
    display: flex;
}
.copyright .content p  a {
    color: #cc8809;
    white-space: nowrap;
}
.copyright .content span.fa{
    position: absolute;
    top: -39px;
    background: #cc8809;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
    .copyright .content p span > span.orange {
        color: #cc8809;
        padding-left: 5px;
        padding-right: 10px;
        white-space: nowrap;
    }
/*-----------------------------------------*/
/*-------------------media-------------*/
@media (max-width: 1200px){
    .container {
        max-width: 1200px;
    }
    .navbar-original .navbar-nav li {
        margin-left: 7px;
    }
    .home_slide .swiper-text h2 {
        font-size: 38px;
    }
    .home_slide .swiper-text .h3-div {
        top: 106px;
    }
    .home_slide .swiper-text .p-last {
        top: 173px;
    }
    .home_slide .swiper-text h2 {
        font-size: 38px;
    }
    .home_slide .swiper-text h3 {
        font-size: 30px;
    }

    .info-block p {
        font-size: 13px;
    }
    .info-block .icon-box {
        margin-right: 9px;
    }
    .info-block .icon-box span {
        width: 50px;
        height: 50px;
        line-height: 44px;
        font-size: 24px;
    }
    .contact-info-section h2 {
        font-size: 19px;
    }
    .arbiters-school .top-img img{
        height: auto;
    }
    .copyright {
        margin-top: 40px;
    }
}
@media (max-width: 991px){
    footer img, footer p{
        margin-left: 100px;
    }
    footer .contact-ul,footer .ttl-contact{
        margin-left: 39%;

    }
    footer .ttl-contact{
        margin-top: 29px;
    }
    .navbar-original {
        background-color: rgb(61, 62, 62);
        /*position: relative;*/
    }
    .navbar-original .active {
        background-color: #cc8809;
    }
    .navbar .navbar-nav a, .navbar-clone .navbar-nav a.nav-link {
        padding: 15px 18px;
    }
    .navbar button.navbar-toggler{
        background: #cc8809 !important;
        position: absolute;
        right: 15px;
        top: 25px;
    }
    .navbar-original .navbar-nav li {
        margin-left: 0;
    }
    .navbar-original img {
       margin-left: 15px;
    }
    .home-slide-section{
        margin-top: 96px;
    }
    .about-section {
        background-position: -361px;
    }
    .arbiters-list,.arbiters-school,.contact-info-section,.statute,.regulation, .reservation,.references,.legislation{
        padding-top: 97px;
    }
    .arbiters-school h2 ,.statute h2,.regulation h2,.legislation h2,.legislation h5, .legislation h4,.reservation .text h2,.references h2{
        font-size: 22px;
    }
    .contact-info-section h2{
        font-size: 20px;
    }
    .statute .text h5{
        font-size: 18px;
    }
    .references ul{
        margin: auto;
    }
    .info-block .icon-box span {
        width: 45px;
        height: 45px;
        line-height: 42px;
        font-size: 21px;
    }
}
@media (max-width: 767px){

    .top-panel ul.left {
         display: none;
    }
    .top-panel .inner {
        justify-content: center;
    }
    .navbar-original img {
        width: 170px;
    }
    .navbar button.navbar-toggler {
        padding: 0px 7px;
    }
    .navbar .navbar-nav a,.navbar-clone .navbar-nav a.nav-link {
        font-size: 15px;
    }
    .home-slide-section {
        margin-top: 84px;
    }
    .home_slide .swiper-text .p-first {
        height: 30px;
        top: 43px;
    }
    .home_slide .swiper-text p {
        font-size: 17px;
    }
    .home_slide .swiper-text .h2-div {
        height: 40px;
        top: 77px;
    }
    .home_slide .swiper-text h2 {
        font-size: 25px;
    }
    .home_slide .swiper-text .h3-div {
        height: 35px;
        top: 118px;
    }
    .home_slide .swiper-text h3 {
        font-size: 21px;
    }
    .home_slide .swiper-text .p-last {
        top: 159px;
        height: 30px;
    }
    .about-section {
        background-image: none;
        /*background-position: right;*/
    }
    .about-section .sec-title h2 {
        font-size: 28px;
    }
    /*.about-section ul {*/
        /*color: black;*/
    /*}*/
    /*.about-section p{*/
        /*color: #3d3e3e;*/
    /*}*/
    p,a, p span,li{
        font-size: 15px !important;
    }
    footer {
        padding: 50px 0 0;
    }
    footer img, footer p,footer h3 , footer ul,footer .contact-ul,footer .ttl-contact{
        margin-left: 0px;
    }
    .copyright .content p{
        flex-direction: column;
    }
    .copyright .content p span, .copyright .content p span a{
        font-size: 13px !important;
    }
    footer .title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    footer h3.title{
        font-size: 20px;
    }
    .arbiters-list,.arbiters-school,.contact-info-section,.statute,.regulation, .reservation,.references,.legislation{
        padding-top: 84px;
    }
    .arbiters-school h2,.contact-info-section h2,.statute h2,.regulation h2,.legislation h2,.legislation h5, .legislation h4,.reservation .text h2,.references h2{
        font-size: 20px;
    }
    .statute .text h5{
        font-size: 17px;
    }

}
@media (max-width: 576px){
    .top-panel .inner {
        font-size: 14px;
    }
    .top-panel .right > li i {
        font-size: 16px;
    }
    .navbar-original .navbar-nav a ,.navbar-clone .navbar-nav a.nav-link{
        font-size: 14px;
    }
    .home_slide_button {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }
    .home_slide .swiper-text .p-first {
        height: 20px;
        top: 77px;
    }
    .home_slide .swiper-text p {
        font-size: 12px;
    }
    .home_slide .swiper-text .h2-div {
        height: 25px;
        top: 106px;
    }
    .home_slide .swiper-text h2 {
        font-size: 17px;
    }
    .home_slide .swiper-text .h3-div {
        height: 20px;
        top: 142px;
    }
    .home_slide .swiper-text h3 {
        font-size: 14px;
    }
    .home_slide .swiper-text .p-last {
        top: 168px;
        height: 20px;
    }
    p ,a , p span,li{
        font-size: 14px !important;
    }
    .copyright .content p span, .copyright .content p span a{
        font-size: 12px !important;
    }
    .about-section .sec-title h2 {
        font-size: 25px;
    }
    .about-section .sec-title .title {
        font-size: 14px;
    }
    footer {
        padding: 40px 0 0;
    }
    footer h3.title{
        font-size: 18px;
    }
    .arbiters-school h2,.contact-info-section h2,.statute h2, .regulation h2,.legislation h2,.legislation h5, .legislation h4,.reservation .text h2,.references h2 {
        font-size: 18px;
    }
    .statute .text h5{
        font-size: 16px;
    }
    .legislation ul{
        padding-left: 10px;
    }
    .info-block p {
        font-size: 13px !important;
    }
}