

/*  03  - Banner
----------------------------------------------*/
.banner{
    background-image: url(../../images/backgrounds/bg-banner.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner .banner-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background-color: red;*/
}
.banner .banner-content{
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
}
.banner .content-left{
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 45px;
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 99;
}
.banner .content-left span{
    font-size: 300px;
    font-weight: 700;
    line-height: 214px;
    color: #fff;
    position: relative;
}
.banner .content-left p{
    font-size: 41px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-right: 35px;
}
.banner .content-left:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    background-color: #65ac4c;
}
.banner .content-right{
    width: 60%;
    float: left;
    color: #fff;
    padding-left: 30px;
    position: absolute;
    right: 0;
    bottom: 21px;
    z-index: 99;
}
.banner .content-right:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 49px;
    height: 120px;
    width: 100%;
    background-color: #fff;
    z-index: 0;
}
.banner .content-right > .content{
    max-width: 750px;
}
.banner .content-right h2{
    color: #fff;
}
.banner .content-right ul{
    margin-bottom: 35px;
    z-index: 9;
    position: relative;
}
.banner .content-right ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
}
.banner .content-right ul li span{
    margin-right: 10px;
    font-size: 22px;
}
.banner .content-right .clock-item{
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    z-index: 9;
    position: relative;
}
.banner .content-right .clock-item span{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 100%;
    line-height: 3em;
    margin-bottom: 35px;
    background-color: #65ac4c;
}
.banner .content-right .clock-item:nth-child(2) span{
    background-color: #92278f;
}
.banner .content-right .clock-item:nth-child(3) span{
    background-color: #f5b429;
}
.banner .content-right .clock-item:last-child span{
    background-color: #ff9822;
}
.banner .content-right .clock-item p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.banner .content-right .default-button{
    float: right;
    background-color: #ff9822;
    display: inline-block;
    padding: 14px 41px;
    margin-top: 22px;
    margin-right: 15px;
    position: relative;
    z-index: 9;
}
.banner .content-right .default-button:hover, .banner .content-right .default-button:focus{
    text-decoration: none;
    background-color: #65ac4c;
    color: #fff;
}
.banner-two{
    background-image: none;
}
.banner-two .banner-content{
    text-align: center;
    bottom: 50%;
    transform: translateY(50%);
}
.banner-two .banner-content .clock-item{
    display: inline-block;
    color: #fff;
    margin-right: 40px;
    color: #65ac4c;
    margin-bottom: 20px;
}
.banner-two .banner-content .clock-item span{
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}
.banner-two .banner-content .clock-item:nth-child(2){
    color: #92278f;
}
.banner-two .banner-content .clock-item:nth-child(3){
    color: #f5b429;
}
.banner-two .banner-content .clock-item:last-child{
    color: #ff9822;
    margin: 0px;
}
.banner-two .banner-content .clock-item p{
    color: #fff;
    text-transform: uppercase;
}
.banner-two .banner-content > p{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-two .banner-content h2{
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
}
.banner-two .banner-content ul li{
    list-style: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
}
.banner-two .banner-content ul li span{
    margin-right: 10px;
    font-size: 18px;
}
.banner-three{
    background-image: url(../../images/backgrounds/bg-banner-02.jpg);
}
.banner-three .banner-content{
    position: relative;
    bottom: 0;
    height: 100vh;
}
.banner-three .content{
    position: absolute;
    width: 60%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-three .content p{
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-three .content h2{
    color: #fff;
    font-size: 62px;
    margin-bottom: 10px;
}
.banner-three .content ul li{
    list-style: none;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.banner-three .content ul li span{
    font-size: 18px;
    margin-right: 5px;
}
.banner-three .content ul li span:before{
    font-size: 18px;
}
.banner-three form{
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    border: 10px solid rgba(243,243,243,.2);
    padding: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-three form h3{
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.banner-three form .banner-input{
    width: 100%;
    background: transparent;
    border: 1px solid rgba(243,243,243,.2);
    padding: 12px 20px;
    margin-bottom: 15px;
    color: #fff;
    outline: none;
}
.banner-three form .banner-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aeaeae;
}
.banner-three form .banner-input::-moz-placeholder { /* Firefox 19+ */
  color: #aeaeae;
}
.banner-three form .banner-input:-ms-input-placeholder { /* IE 10+ */
  color: #aeaeae;
}
.banner-three form .banner-input:-moz-placeholder { /* Firefox 18- */
  color: #aeaeae;
}
.banner-three form option{
    background-color: transparent;
    color: #000;
}
.banner-three form .banner-submit{
    background-color: #ff9822;
    color: #fff;
    padding: 18px 44px;
    outline: none;
    text-transform: uppercase;
}
.banner-three form .banner-submit:hover{
    background-color: #65ac4c;
}
.banner-four{
    background-image: none;
}
.banner-four .banner-overlay{
    background-color: rgba(27,36,49,.8);
}
.banner-four .content-left{
    bottom: 155px;
}
.banner-four .content-left:before{
    background-color: #ff9822;
}
.banner-four .content-right{
    bottom: -15px;
}
.banner-five{
    height: 500px;
}
.banner-five .content p{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.banner-five .content h2{
    color: #ff9822;
    margin-bottom: 39px;
}
.banner-five .content-left{
    bottom: 50%;
    -webkit-transform: translateY(33.7%);
    transform: translateY(33.7%);
}
.banner-five .content-right{
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.banner-six{
    background-image: url(../../images/backgrounds/bg-banner-06.jpg);
}
.banner-six .banner-six-left-bg{
    height: 100vh;
    position: relative;
}
.banner-six .banner-six-left{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    height: 500px;
    width: 500px;
}
.banner-six .banner-six-left .content{
    background-color: #fff;
    text-align: center;
    padding-top: 100px;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.banner-six .banner-six-left .content > .counter{
    font-weight: 700;
    font-size: 250px;
    line-height: 180px;
    color: #ff9822;
}
.banner-six .banner-six-left p{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #92278f;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-six .banner-six-left .clockdiv{
    overflow: hidden;
}
.banner-six .banner-six-left .clock-item{
    display: inline-block;
    margin-right: 20px;
}
.banner-six .banner-six-left .clock-item span{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #65ac4c;
}
.banner-six .banner-six-left .clock-item:nth-child(2) span{
    color: #92278f;
}
.banner-six .banner-six-left .clock-item:nth-child(3) span{
    color: #f5b429;
}
.banner-six .banner-six-left .clock-item:nth-child(4) span{
    color: #ff9822;
}
.banner-six .banner-six-left .clock-item p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #65ac4c;
}
.banner-six .banner-six-right-bg{
    height: 100vh;
    position: relative;
}
.banner-six .banner-six-right{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-six .banner-six-right h2{
    font-size: 84px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
.banner-six .banner-six-right ul{
    margin: 0px;
}
.banner-six .banner-six-right ul li{
    list-style: none;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.banner-six .banner-six-right ul li span{
    color: #fff;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.banner-seven{
    background-image: url(../../images/backgrounds/bg-banner-07.jpg);
}
.banner-seven .banner-overlay{
    /* fallback */
    background-color: rgba(240,36,25,.7);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,36,25,.7)), to(rgba(248,214,21,.7)));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

    /* IE 10 */
    background: -ms-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

}
.banner-seven .seven-content-left{
    height: 100vh;
    position: relative;
    overflow: hidden;
    max-width: 640px;
}
.banner-seven .seven-content-left .content{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-seven .seven-content-left span{
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size: 190px;
    line-height: 170px;
    color: #fff;
    text-transform: uppercase;
}
.banner-seven .seven-content-left h2{
    font-family: 'Lora', sans-serif;
    color: #fff;
    max-width: 270px;
    display: inline-block;
    font-size: 36px;
    line-height: 48px;
    margin-left: 10px;
}
.banner-seven .seven-content-right-bg{
    height: 100vh;
    position: relative;
}
.banner-seven .seven-content-right{
    position: absolute;
    top: 50%;
    right: 0;
    height: 500px;
    width: 500px;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-seven .seven-content-right .content{
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    text-align: center;
    padding-top: 100px;
}
.banner-seven .seven-content-right .counter{
    font-weight: 700;
    font-size: 250px;
    line-height: 180px;
    color: #e84b3a;
}
.banner-seven .seven-content-right .content > p{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #d50dad;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-seven .seven-content-right .clock-item{
    display: inline-block;
    margin-right: 20px;
}
.banner-seven .seven-content-right .clock-item:last-child{
    margin: 0px;
}
.banner-seven .seven-content-right .clock-item span{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #e84b3a;
}
.banner-seven .seven-content-right .clock-item p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #e84b3a;
}
.banner-seven .seven-content-right .clock-item:nth-child(2) span, .banner-seven .seven-content-right .clock-item:nth-child(2) p{
    color: #fc7f0c;
}
.banner-seven .seven-content-right .clock-item:nth-child(3) span, .banner-seven .seven-content-right .clock-item:nth-child(3) p{
    color: #f5b429;
}
.banner-seven .seven-content-right .clock-item:nth-child(4) span, .banner-seven .seven-content-right .clock-item:nth-child(4) p{
    color: #d50dad;
}
.banner-eight{
    margin-top: 117px;
    background: none;
}
.banner-eight video{
    width: 100%;
}
.banner-eight .banner-eight-content{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-eight .banner-eight-content span{
    display: block;
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.banner-eight .banner-eight-content span:last-child{
    font-size: 150px;
}
.banner-nine{}

.banner-nine{
    background-image: url(../../images/backgrounds/bg-banner-09.jpg);
}
.banner-nine .banner-overlay{
    /* fallback */
    background-color: rgba(240,36,25,.8);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,36,25,.8)), to(rgba(248,214,21,.7)));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));

    /* IE 10 */
    background: -ms-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));

}
.banner-nine .banner-nine-content{
    padding: 0px 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-nine p{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
    margin: 0px;
}
.banner-nine h2{
    color: #fff;
    font-size: 60px;
    line-height: 1.5;

}
.banner-nine ul{
    margin-bottom: 30px;
}
.banner-nine ul li{
    list-style: none;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.banner-nine ul li:first-child{
    margin-right: 25px;
}
.banner-nine ul li span{
    color: #fff;
    margin-right: 10px;
}
.banner-nine a{
    background-color: #fff;
    color: #e84b3a;
    padding: 13px 38px;
}
.banner-nine a:hover, .banner-nine a:focus{
    color: #e84b3a;
    background-color: #fff;
}

.page-header{
    margin: 0px;
    padding: 0px;
    border: none;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: -68px;
}
.page-header .content{
    background-color: #e4e5e5;
    padding: 20px;
    overflow: hidden;
}
.page-header h4{
    font-size: 21px;
    color: #000000;
    float: left;
    margin-top: 7px;
}
.page-header ul{
    float: right;
    margin: 0px;
}
.page-header ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #ff9822;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2;
}
.page-header ul li a, .page-header ul li span{
    color: #000000;
    text-decoration: none;
}



[dir="rtl"] .services-block  h3 a,[dir="rtl"] .services-block  h3 {
    text-align: center !important;
}

[dir="rtl"] .sec-title.centered {
    display: flex;
    justify-content: center;
    text-align: center !important;
    flex-direction: column;
    align-items: center;
}

[dir="rtl"] .news-block .inner-box .text {
    line-height: inherit !important;
    margin-bottom: 0 !important;
}


[dir="rtl"] .copyright {
     display: flex;
    justify-content: center;
    text-align: center !important;
    flex-direction: column;
    align-items: center;
}

.border-right{
    border-right: 1px solid #000;
}

[dir="rtl"]  #landing-page ol li:before, [dir="rtl"] #landing-page ul li:before {

    position: absolute;
    right: -35px;
}

.pt100 {
    padding-top: 100px;
}
[dir="rtl"] .box-c,[dir="rtl"] .box-c h2{
    text-align: center !important;
}
.box-c h2 {
    font-size: 25px;
    color: #2975c2;
    max-width: 130px;
    margin: 20px auto;
    display: table;
}


.box-c img {
    max-height: 160px;
}