﻿/* Css written by Avesta Group*/
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Karla:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




@font-face {
    font-family: conv_sans_reg;
    src: url(fonts/Sans_Reg.eot);
    src: local('☺'), url(fonts/Sans_Reg.woff) format('woff'), url(fonts/Sans_Reg.ttf) format('truetype'), url(fonts/Sans_Reg.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: conv_sans_bold;
    src: url(fonts/Sans_Bold.eot);
    src: local('☺'), url(fonts/Sans_Bold.woff) format('woff'), url(fonts/Sans_Bold.ttf) format('truetype'), url(fonts/Sans_Bold.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: conv_reg;
    src: url(fonts/Reg.eot);
    src: local('☺'), url(fonts/Reg.ttf) format('truetype'), url(fonts/Reg.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: conv_bold;
    src: url(fonts/Bold.eot);
    src: local('☺'), url(fonts/Bold.ttf) format('truetype'), url(fonts/Bold.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'uniqaidar_payam hd 004';
    src: url(fonts/UniQAIDAR_PayamHD004.woff2) format('woff2'), url(fonts/UniQAIDAR_PayamHD004.woff) format('woff'), url(fonts/UniQAIDAR_PayamHD004.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: conv_xendan-light;
    src: url(fonts/avestagroup-Light.eot);
    src: local('☺'), url(fonts/avestagroup-Light.woff) format('woff'), url(fonts/avestagroup-Light.ttf) format('truetype'), url(fonts/avestagroup-Light.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: conv_xendan-regular;
    src: url(fonts/avestagroup-Regular.eot);
    src: local('☺'), url(fonts/avestagroup-Regular.woff) format('woff'), url(fonts/avestagroup-Regular.ttf) format('truetype'), url(fonts/avestagroup-Regular.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: conv_xendan-bold;
    src: url(fonts/avestagroup-Bold.eot);
    src: local('☺'), url(fonts/avestagroup-Bold.woff) format('woff'), url(fonts/avestagroup-Bold.ttf) format('truetype'), url(fonts/avestagroup-Bold.svg) format('svg');
    font-weight: 400;
    font-style: normal
}





body {
    margin: 0;
    padding: 0;
    font-weight: 300;
    background: #fff;
    background-repeat: no-repeat;
    direction: ltr;
    counter-reset: my-awesome-counter;
    overflow-x: hidden;
    zoom: unset;
    font-family: 'conv_xendan-regular';
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

a {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    text-decoration: none;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}



.maincontainer {
    width: 100%;
}





.header {
    width: 100%;
    position: relative;
    background: white;
    float: left;
    background-color: #0A2204;
    z-index: 99;
}




.logobar {
    width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}



    .logobar.logo {
        width: auto;
        height: 100px;
        margin: 20px 0;
        float: right;
    }



    .logobar.h1 {
        width: auto;
        float: left;
        background: white;
        text-align: center;
        padding: 10px 32px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        margin-top: 48px;
    }


        .logobar.h1 a {
            font-size: 17px;
            font-family: 'conv_xendan-regular';
            font-weight: 500;
            color: black;
        }



        .logobar.h1:hover {
            transform: scale(1.1);
        }







    .logobar.h2 {
        width: auto;
        float: left;
        background: #e2b550;
        text-align: center;
        padding: 10px 32px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        margin-top: 48px;
        margin-left: 10px;
    }


        .logobar.h2 a {
            font-size: 17px;
            font-family: 'conv_xendan-regular';
            font-weight: 500;
            color: black;
        }



        .logobar.h2:hover {
            transform: scale(1.1);
        }







    .logobar.h3 {
        width: auto;
        float: left;
        text-align: center;
        padding: 10px 8px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        margin-top: 48px;
        margin-left: 10px;
        font-size: 17px;
        font-family: 'conv_xendan-regular';
        font-weight: 500;
        color: white;
        direction: rtl;
    }

        .logobar.h3 span {
            text-decoration: underline;
        }







.logoaccounts {
    width: auto;
    height: 100px;
    margin: 20px auto;
}








.mainmenu-content {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    transition: all .4s ease;
    background: #ffffff;
    float: left;
    transition: 0.5s;
}


    .mainmenu-content.sticky {
        width: 100%;
        padding: 0;
        position: fixed; /*position: sticky;*/
        top: 0;
        z-index: 1000;
        animation: slide-down 0.7s;
    }










.menubar {
    width: 100%;
    position: relative;
    border-top: 1px solid #686868;
    float: left;
}


    .menubar.menu {
        width: 1366px;
        margin: 0 auto;
        float: none;
        border: 0;
        padding: 5px 0;
    }





.languagepicker {
    background-color: #FFF;
    display: inline-block !important;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 0 0 0 0;
    vertical-align: top;
    float: right;
    background: #0A2204;
    position: absolute;
    text-align: center;
    left: 0;
    top: 9px;
    z-index: 1000;
    font-family: 'conv_xendan-regular';
}

    .languagepicker:hover {
        /* don't forget the 1px border */
        height: 81px;
    }

    .languagepicker a {
        color: #ffffff;
        text-decoration: none;
    }

    .languagepicker li {
        display: block;
        background: transparent;
        padding: 0px 20px;
        line-height: 40px;
        border-top: 1px solid #202020;
    }

        .languagepicker li:hover {
        }

    .languagepicker a:first-child li {
        border: none;
        background-color: #023B1A;
    }

    .languagepicker li img {
        margin-right: 5px;
    }

.roundborders {
    border-radius: 0;
}

.large:hover {
    /* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
    height: 169px;
}






.banner {
    width: 100%;
    float: left;
    background-image: url('../wenekan/banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .banner.content {
        max-width: 1366px;
        width: 100%;
        float: none;
        padding: 200px 0;
        background-image: none;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        height: 650px;
    }

@media screen and (max-width: 1366px) {
    .banner.content {
        height: 400px;
    }
}

.banner.content h1 {
    max-width: 550px;
    font-size: 32px;
    font-family: 'conv_xendan-Bold';
    font-weight: 300;
    color: white;
    float: right;
    padding-bottom: 20px;
    text-align: right;
    z-index: 2;
}

.banner.content p {
    max-width: 550px;
    font-size: 1.1rem;
    color: #fff;
    z-index: 2;
}

.banner.content h1 span h4 {
    font-size: 17px !important;
    font-family: 'conv_xendan-regular';
    font-weight: 300;
    color: white;
    margin-top: 8px;
    direction: rtl;
    text-align: right;
    z-index: 2;
}

.banner.content h3 {
    margin-top: 1rem;
    width: fit-content;
    float: right;
    background: #e2b550;
    text-align: center;
    padding: 10px 32px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    z-index: 2;
}


    .banner.content h3 a {
        font-size: 17px;
        font-family: 'conv_xendan-regular';
        font-weight: 500;
        color: black;
        z-index: 2;
    }



    .banner.content h3:hover {
        transform: scale(1.1);
    }

.threesection {
    width: 1366px;
    margin: 0 auto;
    padding: 60px 0;
}



    .threesection div {
        min-height: 500px;
        float: right;
        margin-left: 1%;
        box-sizing: border-box;
        position: relative;
    }









        .threesection div:nth-child(1) {
            width: 32.6%;
            background: #F9F9F9;
            /*background-image:url('forexbg.png');
	background-repeat:no-repeat;
	background-position:left bottom;*/
        }





            .threesection div:nth-child(1) h1 {
                float: right;
                text-align: right;
                color: black;
                font-size: 25px;
                font-family: 'Fjalla One';
                width: 100%;
                border-bottom: 1px solid #D9D8D8;
                padding: 20px 30px;
            }




                .threesection div:nth-child(1) h1 span {
                    float: left;
                    color: #053C50;
                    font-size: 18px;
                    font-family: 'conv_xendan-regular';
                    font-weight: 300;
                    text-decoration: underline;
                    padding-top: 5px;
                }

                    .threesection div:nth-child(1) h1 span a {
                        color: #053C50;
                    }





            .threesection div:nth-child(1) p {
                float: right;
                text-align: right;
                color: black;
                font-size: 17px;
                font-family: 'conv_xendan-regular';
                width: 100%;
                padding: 30px;
                font-weight: 300;
                line-height: 28px;
            }





            .threesection div:nth-child(1) h2 {
                text-align: center;
                color: white;
                font-size: 25px;
                font-family: 'conv_xendan-regular';
                font-weight: 100;
                width: 100%;
                padding: 8px;
                background: #053C50;
                position: absolute;
                right: 0;
                bottom: 0;
                width: 50px;
                height: 50px;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -ms-transition: .5s;
                transition: .5s;
            }

                .threesection div:nth-child(1) h2:hover {
                    background: #19b35b;
                }


                .threesection div:nth-child(1) h2 a {
                    color: #ffffff;
                }











        .threesection div:nth-child(2) {
            width: 32.6%;
            background: #e2b550;
        }






            .threesection div:nth-child(2) h1 {
                float: right;
                text-align: right;
                color: black;
                font-size: 23px;
                font-family: 'conv_xendan-Bold';
                font-weight: 300;
                width: 100%;
                border-bottom: 1px solid #E8C881;
                padding: 20px 30px;
            }




                .threesection div:nth-child(2) h1 span {
                    float: left;
                    color: black;
                    font-size: 18px;
                    font-family: 'conv_xendan-regular';
                    font-weight: 300;
                    text-decoration: underline;
                    padding-top: 5px;
                }

                    .threesection div:nth-child(2) h1 span a {
                        color: black;
                    }





        .threesection div p {
            float: right;
            text-align: right;
            color: black;
            font-size: 17px;
            font-family: 'conv_xendan-regular';
            width: 100%;
            padding: 30px;
            font-weight: 300;
            line-height: 28px;
            direction: rtl;
        }







        .threesection div:nth-child(2) h2 {
            text-align: center;
            color: white;
            font-size: 25px;
            font-family: 'conv_xendan-regular';
            font-weight: 100;
            width: 100%;
            padding: 8px;
            background: #D0A440;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50px;
            height: 50px;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            transition: .5s;
        }

            .threesection div:nth-child(2) h2:hover {
                background: #826439;
            }


            .threesection div:nth-child(2) h2 a {
                color: #ffffff;
            }









        .threesection div:nth-child(3) {
            width: 32.6%;
            background: #F1F2F4;
            margin-left: 0;
        }



            .threesection div:nth-child(3) iframe {
                height: 500px !important;
            }










#return-to-top {
    position: fixed;
    bottom: 125px;
    left: 25px;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(25,179,91,.7);
    color: #fff;
    border-radius: 3px;
    direction: rtl;
    z-index: 1;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    z-index: 5000;
}

    #return-to-top i {
        color: #fff;
        margin: 3px;
        position: relative;
        right: 1px;
        top: 10px;
        font-size: 19px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    #return-to-top:hover {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: rgba(0,0,0,.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 1px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }






.calendar {
    width: 100%;
    float: left;
    background: #F9F9F9;
    margin: 60px 0;
}


    .calendar.content {
        width: 1366px;
        float: none;
        padding: 0;
        margin: 0 auto;
    }




    .calendar h1 {
        float: left;
        text-align: center;
        color: #333333;
        font-size: 25px;
        font-weight: 300;
        font-family: 'conv_xendan-Bold';
        font-weight: 300;
        width: 100%;
        padding-bottom: 30px;
    }

.account__boxes {
    max-width: 1366px;
    width: 100%;
    margin: 2rem auto;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

@media screen and (max-width: 655px) {
    .account__boxes {
        justify-content: center;
    }
}

.account__boxes__box {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
    background: #f9f9f9;
    min-height: 27rem;
    max-width: 20rem;
    width: 100%;
}

@media screen and (max-width: 325px) {
    .account__boxes {
        max-width: 100%;
        width: 100%;
    }
}

    .account__boxes__box > h1 {
        text-align: center;
        color: black;
        font-size: 25px;
        font-weight: 300;
        font-family: 'conv_xendan-Bold';
        border-bottom: 1px solid #D9D8D8;
        padding: 20px 30px;
    }

    .account__boxes__box > p {
        color: black;
        font-size: 17px;
        font-family: 'conv_xendan-regular';
        padding: 0 30px;
        font-weight: 300;
        line-height: 28px;
    }

    .account__boxes__box > a {
        color: black;
        background: #e2b550;
        padding: 0.7rem 1rem;
        margin: auto 30px 30px 30px;
        font-weight: 500;
        text-transform: capitalize;
        border-radius: 3px;
        text-align: center;
        transition: all 400ms ease-in-out;
    }

        .account__boxes__box > a:hover {
            transform: translateY(-10px) rotate(1deg);
            background: #dba836
        }

        .account__boxes__box > a:active {
            transform: scale(0.99)
        }

.partnership {
    width: 100%;
    padding: 30px 0 40px 0;
    margin: 70px 0 0 0;
    background: #f9f9f9;
    background-image: url('partnershipbg.png');
    background-repeat: no-repeat;
    background-position: right center;
}


    .partnership.content {
        max-width: 1366px;
        width: 100%;
        margin: 0 auto;
        background-image: none;
        background: transparent;
    }



        .partnership.content h1 {
            float: right;
            text-align: center;
            color: black;
            font-size: 32px;
            font-weight: 300;
            font-family: 'conv_xendan-Bold';
            padding-right: 0;
            padding-top: 0;
        }



        .partnership.content img {
            width: auto;
            height: 70px;
            float: left;
            margin-right: 25px;
        }









.footer {
    width: 100%;
    background: #0A2204;
    float: left;
    padding: 60px 0 150px 0;
}


.footericons {
    width: 100%;
    background: #051900;
    float: left;
    padding: 20px 0 40px 0;
    text-align: center;
    margin-top: 30px;
}

.footericonscontent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appsicons {
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    margin: 0 10px;
    float: left;
}

.appsicon {
    width: 35px !important;
    height: 35px !important;
    text-align: center;
}


    .appsicon svg,
    .appsicons svg {
        width: 35px;
        fill: #ffffff !important;
        padding-top: 0;
        transition: all .2s ease;
        margin-top: 7px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        transition: .3s;
    }

        .appsicon svg:hover,
        .appsicons svg:hover {
            transform: scale(1.3);
        }

.footermenu {
    width: 990px;
    margin: 0 auto;
}

    .footermenu li {
        width: auto;
        float: right;
        color: #535353;
        box-sizing: border-box;
        padding: 0 1% 1% 1%;
        text-align: right;
        font-family: 'conv_xendan-Bold';
        font-weight: 300;
    }


        .footermenu li h1 {
            font-weight: 300;
            font-size: 14px;
            color: #ffffff;
            padding-right: 0;
            display: block;
            line-height: 35px;
            width: 100%;
            text-align: right;
            font-weight: 300;
            font-size: 20px;
            color: #ffffff;
            border-bottom: 2px solid #393839;
            margin-bottom: 5px;
        }







        .footermenu li p {
            font-weight: 300;
            font-size: 14px;
            color: #ACACAC;
            padding-right: 0;
            display: block;
            line-height: 28px;
            width: 100%;
            text-align: right;
        }


            .footermenu li p a {
                font-size: 15px;
                color: #ACACAC;
                font-family: 'conv_xendan-Bold';
                font-weight: 300;
            }

                .footermenu li p a:hover {
                    color: #19b35b;
                }










.footer h5 {
    float: left;
    width: 100%;
    font-weight: 300;
    color: #7A7A7A;
    font-size: 16px;
    font-family: 'conv_xendan-regular';
    text-align: center;
    float: left;
    padding-top: 20px;
}


.footer h6 {
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #7A7A7A;
    font-size: 16px;
    font-family: 'conv_xendan-regular';
    float: left;
}



    .footer h6 a {
        color: #fed523;
        padding-left: 5px;
    }

        .footer h6 a:hover {
            color: #7A7A7A;
        }









.pages {
    width: 1366px;
    margin: 0 auto;
    padding: 60px 0;
}


    .pages h1 {
        float: right;
        text-align: right;
        color: black;
        font-size: 23px;
        font-weight: 300;
        font-family: 'conv_xendan-Bold';
        width: 100%;
        border-bottom: 1px solid #D6D6D6;
        padding: 0 0 10px 0;
        direction: rtl;
    }




    .pages.all {
        width: 100% !important;
        padding: 10px 0 !important;
    }







    .pages.left {
        width: 75%;
        float: right;
        box-sizing: border-box;
        padding: 10px 0 10px 30px;
        direction: rtl;
    }





    .pages.lists ol {
        list-style: none;
        counter-reset: my-awesome-counter;
        width: 100%;
    }

        .pages.lists ol li {
            counter-increment: my-awesome-counter;
            font-family: 'conv_xendan-regular';
            font-size: 17px;
            color: black;
            font-weight: 200;
            line-height: 27px;
        }

            .pages.lists ol li::before {
                content: counter(my-awesome-counter) ". ";
            }




    .pages.lists ul {
        width: 100%;
    }

        .pages.lists ul li {
            float: left;
            width: 100%;
            list-style-type: square;
            list-style-position: inside;
            font-family: 'conv_xendan-regular';
            font-size: 17px;
            color: black;
            font-weight: 200;
            line-height: 27px;
        }










    .pages.left p {
        width: 100%;
        float: right;
        box-sizing: border-box;
        padding: 15px 0;
        font-family: 'conv_xendan-regular';
        font-size: 17px;
        color: black;
        font-weight: 200;
        line-height: 29px;
    }




    .pages.left img {
        width: 1000px;
        height: 600px;
        float: right;
    }





    .pages.left h3 {
        float: right;
        text-align: right;
        width: 100%;
        padding: 25px 0 15px 0;
        color: black;
        font-size: 20px;
        font-weight: 300;
        font-family: 'conv_xendan-Bold';
        min-height: 100px;
    }




















    .pages.right {
        width: 25%;
        float: right;
        box-sizing: border-box;
        padding: 10px 0;
    }





        .pages.right h3 {
            float: right;
            text-align: right;
            width: 100%;
            padding: 25px 0 15px 0;
        }



            .pages.right h3 span {
                color: black;
                font-size: 25px;
                font-weight: 300;
                font-family: 'conv_xendan-Bold';
                border-bottom: 1px solid #000000;
            }






.contactinput {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 8px;
    font-size: 14px;
    padding-right: 12px;
    box-sizing: border-box;
    margin-bottom: 8px;
    border: 1px solid #ABABAB;
    display: block;
    background: rgba(255,255,255,1);
    color: #666666;
    font-family: 'conv_xendan-regular';
}




.contactinput2 {
    width: 100%;
    min-height: 150px;
    text-align: right;
    padding: 5px;
    font-size: 14px;
    padding-right: 12px;
    box-sizing: border-box;
    margin-bottom: 8px;
    border: 1px solid #ABABAB;
    display: block;
    background: rgba(255,255,255,1);
    color: #666666;
    font-family: 'conv_xendan-regular';
}

.contactinputbtn {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 40px;
    border: 0;
    display: block;
    background: #15A854;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: 'conv_xendan-regular';
}






.pages.right h2 {
    width: 100%;
    float: left;
    background: #e2b550;
    text-align: center;
    padding: 10px 32px;
    margin-bottom: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}


    .pages.right h2 a {
        font-size: 17px;
        font-family: 'conv_xendan-regular';
        font-weight: 500;
        color: black;
    }



    .pages.right h2:hover {
        transform: scale(1.1);
    }







.embededmap {
    width: 100%;
    float: left;
    margin: 20px 0;
}


    .embededmap iframe {
        width: 100%;
        height: 350px;
        float: left;
        margin-left: 6px;
    }










.accounts {
    width: 100%;
    background: #394e40;
    background-image: url('../wenekan/formbg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 5% 0;
}










.accountsdetail {
    width: 490px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    position: relative;
    padding: 30px;
}



.backtohome {
    position: absolute;
    top: 14px;
    left: 20px;
    color: white;
    width: 32px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}


    .backtohome:hover {
        left: 10px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
    }











.tabs {
    width: 96%;
    height: auto;
    margin: 0 auto;
}

    /* tab list item */
    .tabs .tabs-list {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .tabs .tabs-list li {
            width: 150px;
            float: right;
            margin: 0px;
            margin-left: 2px;
            padding: 10px 5px;
            text-align: center;
            font-family: 'conv_xendan-regular';
        }

            .tabs .tabs-list li:hover {
                cursor: pointer;
            }

            .tabs .tabs-list li a {
                text-decoration: none;
                color: silver;
                font-family: 'conv_xendan-regular' !important;
            }

    /* Tab content section */


    .tabs .tab {
        display: none;
        width: 100%;
        min-height: 250px;
        height: auto;
        padding: 20px 0px 20px 15px;
        clear: both;
        border-top: 1px solid #1f1f1f;
        text-align: right;
        font-family: 'conv_xendan-regular';
    }




        .tabs .tab h3 {
            border-bottom: 3px solid cornflowerblue;
            letter-spacing: 1px;
            font-weight: normal;
            padding: 5px;
        }

        .tabs .tab p {
            line-height: 20px;
            font-size: 15px;
            color: #8E8E8E;
            padding-bottom: 15px;
            text-align: right;
            font-family: 'conv_xendan-regular';
        }









/* When active state */
.active {
    display: block !important;
}

.tabs .tabs-list li.active {
    border-bottom: 2px solid #e2b550 !important;
    color: white !important;
    font-weight: 500;
}

.active a {
    color: white !important;
}

/* media query */
@media screen and (max-width:360px) {
    .tabs {
        margin: 0;
        width: 96%;
    }

        .tabs .tabs-list li {
            width: 80px;
        }
}

.username {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 8px;
    font-size: 14px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 0px;
    border: 1px solid #1f1f1f;
    display: block;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    font-family: 'conv_xendan-regular';
}

.loginbtn {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 40px;
    border: 0;
    display: block;
    background: #e2b550;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: 'conv_xendan-regular';
    transition: all 0.3s;
}

    .loginbtn:hover {
        transform: scale(1.06);
    }

    .loginbtn:active {
        transform: scale(0.9);
    }

.checkbox {
    margin: 7px 0 10px 0;
    float: left;
}


.labelstyle {
    font-size: 15px;
    color: #8E8E8E;
    padding-bottom: 10px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    width: 95%;
}






.newstabs {
    width: 100%;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    float: left;
}

    .newstabs li {
        margin: 0 0 0 1%;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 24%;
    }

        .newstabs li:last-child {
            margin: 0 0 0 0;
        }

    .newstabs h3 {
        float: right;
        padding: 15px 0 15px 0 !important;
    }

        .newstabs h3 b {
            font-size: 14px;
            color: #B20000;
            text-decoration: none;
            font-weight: normal;
            float: right;
            margin-top: 5px;
        }

        .newstabs h3 span {
            font-size: 16px;
            color: #8B8D8B;
            text-decoration: none;
            font-weight: normal;
            float: right;
            margin-top: 5px;
            padding-right: 10px;
            font-family: 'conv_xendan-regular';
        }

    .newstabs h3 {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        line-height: 20px;
    }

        .newstabs h3 a {
            font-weight: 500;
            font-size: 17px;
            color: #000000;
            float: right;
        }

            .newstabs h3 a:hover {
                color: #B20000;
            }

.newstabslist {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: right;
    height: 190px;
}

    .newstabslist img {
        float: right;
        width: 100%; /*height: 200px;*/
        ;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        height: 100%;
    }

.newstabs22 {
    width: 100%;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    float: right;
}

    .newstabs22 li {
        margin: 0 1% 0 0;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: left;
        width: 100%;
    }

    .newstabs22 h3 {
        font-family: 'conv_xendan-Bold';
        float: right;
        padding: 15px 0 15px 0 !important;
    }

        .newstabs22 h3 b {
            font-size: 14px;
            color: #B20000;
            text-decoration: none;
            font-family: 'conv_xendan-Bold';
            font-weight: normal;
            float: right;
            margin-top: 5px;
        }

        .newstabs22 h3 span {
            font-size: 16px !important;
            color: #8B8D8B !important;
            text-decoration: none;
            font-family: 'Karla' !important;
            font-weight: normal;
            float: right;
            margin-top: 5px;
            padding-left: 10px;
            border: 0 !important;
        }

    .newstabs22 h3 {
        width: 100%;
        float: right;
        padding: 0;
        margin: 0;
        line-height: 20px;
    }

        .newstabs22 h3 a {
            font-family: 'conv_xendan-Bold';
            font-weight: 500;
            font-size: 18px;
            color: #000000;
            float: rirightght;
        }

            .newstabs22 h3 a:hover {
                color: #B20000;
            }

.newstabslist22 {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: right;
}

    .newstabslist22 img {
        float: right;
        width: 100%; /*height: 200px;*/
        ;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        height: 100%;
    }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }








.searchbar {
    width: 100%;
    float: left;
    margin-top: 25px;
}


.garran {
    width: 270px;
    margin: 0 auto;
    float: none;
    border: 0;
}

.gsearch {
    width: 100% !important;
    direction: rtl !important;
    height: 30px;
    float: left !important;
    padding: 3px 0 0 6px;
    box-sizing: border-box;
}

.gsc-control-cse {
    font-family: 'Open Sans' !important;
    border-color: none !important;
    background: 0 0 !important;
    direction: rtl !important;
    height: 20px !important;
    padding: 0 !important;
    border: 0 !important;
}

gsc-input {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important;
    height: 20px !important;
    font-family: 'Open Sans' !important;
}

#gsc-i-id1 {
    text-align: left !important;
    direction: ltr !important;
    float: left !important;
    background: 0 0 !important;
    font-family: 'Bahij TheSansArabic' !important;
    color: #acacac !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}


input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #ffc000 !important;
    background-image: none;
    filter: none;
    set animation -webkit-transition: all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 0px !important;
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #e0a900 !important;
        background-image: none;
        filter: none;
        set animation -webkit-transition: all .4s ease !important;
        transition: all .4s ease !important;
        border-radius: 0px !important;
    }


.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #e2b550 !important;
    background-color: #e2b550 !important;
    background-image: none !important;
    filter: none !important;
    border-radius: 0px !important;
    padding: 7px 16px !important;
    transition: 0.3s !important;
}



    .gsc-search-button-v2:hover {
        background-color: #c99c38 !important;
        border-color: #c99c38 !important;
        transition: 0.3s !important;
        cursor: pointer !important;
    }




/** search box style **/
.gsc-input-box {
    background-position: 0% 0%;
    border: 1px solid #676767 !important;
    height: 29px !important;
    margin-top: 2px !important;
    border-radius: 0px !important;
    background-image: none !important;
    font-family: 'Bahij TheSansArabic' !important;
    background-repeat: repeat;
    background-attachment: scroll;
    background: none !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 5.5px 15px !important;
    min-width: 13px;
}


.gsc-search-button-v2 {
    margin-top: 2px !important;
}





table.gsc-search-box td.gsc-input {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px;
    font-family: 'Open Sans' !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000 !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important;
    font-family: 'Open Sans' !important;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-family: 'Open Sans' !important;
    font-size: 12px !important;
}

.gs-web-image-box img.gs-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    margin: 1px !important;
    padding: 1px !important;
}

.gsst_a .gscb_a {
    font-size: 14px !important;
}

input.gsc-input {
    font-size: 11px !important;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
}

.gsc-search-button {
    margin-left: 0 !important;
}
















@media (max-width:1400px) {


    .logobar {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }



    .menubar.menu {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }



    .languagepicker {
        left: 8px;
    }



    .banner.content {
        width: 100%;
        padding: 200px 5% 240px 5%;
        box-sizing: border-box;
    }


    .threesection {
        width: 100%;
        padding: 60px 2%;
        box-sizing: border-box;
    }



    .calendar.content {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }



    .foursection {
        width: 100%;
        padding: 10px 2%;
        box-sizing: border-box;
    }



    .partnership.content {
        width: 100%;
        padding: 30px 2% 40px 2%;
        box-sizing: border-box;
    }



        .partnership.content h1 {
            padding-left: 30px;
            padding-top: 0;
        }




    .pages {
        width: 100%;
        padding: 60px 2%;
        box-sizing: border-box;
    }
}













































@media (max-width:1024px) {

    .menubar.menu {
        width: 100%;
        padding: 12px 2%;
    }



    .logobar.h1 {
        padding: 10px 15px;
    }


    .logobar.h2 {
        padding: 10px 15px;
    }



    .logobar.h3 {
        padding: 10px 2px;
        font-size: 16px;
        font-weight: 300;
    }



    .languagepicker {
        top: 0px;
    }


    .newstabs li {
        width: 32%;
    }
}










@media (max-width:960px) {

    .threesection div:nth-child(1) {
        width: 49%;
    }


    .threesection div:nth-child(2) {
        width: 49%;
    }


    .threesection div:nth-child(3) {
        width: 99%;
        margin: 0;
        margin-top: 1%;
    }




    .footermenu {
        width: 95%;
        margin: 0 3%;
    }




    .pages.left {
        width: 70%;
    }


    .pages.right {
        width: 30%;
    }
}













@media (max-width:840px) {

    .logobar.h3 {
        /*width: 50%;*/
        margin-top: 3px;
        margin-left: 0;
        line-height: 0;
        text-align: left;
    }


    .logobar.h1 {
        margin-top: 30px;
    }

    .logobar.h2 {
        margin-top: 30px;
    }



    .pages.left img {
        width: 100%;
        height: inherit;
        float: left;
    }
}









@media (max-width:768px) {


    .foursection div {
        width: 49%;
        margin-bottom: 1%;
    }



        .foursection div:nth-child(3) {
            width: 49%;
        }





    .partnership {
        background-image: url('partnershipbg.png');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        text-align: center;
    }


        .partnership.content h1 {
            padding-left: 0;
            width: 100%;
            margin-bottom: 40px;
        }



        .partnership.content img {
            float: none;
            margin: 0 15px;
        }





    .footermenu li {
        width: 33%;
    }


    .newstabs li {
        width: 49%;
    }
}





@media (max-width:767px) {

    .logobar.h3 {
        /*width: 290px;*/
    }



    .banner.content {
        padding: 100px 5% 150px 5%;
    }


        .banner.content h1 {
            width: 100%;
            font-size: 25px;
        }



    .threesection div:nth-child(1) {
        width: 100%;
        min-height: inherit;
        padding-bottom: 100px;
    }


    .threesection div:nth-child(2) {
        width: 100%;
        margin-top: 1%;
        min-height: inherit;
        padding-bottom: 100px;
    }


    .threesection div:nth-child(3) {
        width: 100%;
    }



    .pages.left {
        width: 100%;
    }


    .pages.right {
        width: 100%;
    }



    .accountsdetail {
        width: 90%;
    }



    .newstabs li {
        width: 100%;
    }


    .newstabslist {
        height: inherit;
    }



    .banner.content h1 {
        font-size: 19px;
    }
}
















@media (max-width:650px) {


    .foursection div {
        width: 100%;
        margin-bottom: 1%;
        margin-right: 0;
        min-height: inherit;
        padding-bottom: 20px;
    }



        .foursection div:nth-child(3) {
            width: 100%;
        }
}










@media (max-width:490px) {

    .logobar.logo {
        height: 80px;
    }


    .logobar.h1 {
        margin-top: 20px;
    }


    .logobar.h2 {
        /*margin-top: 20px;*/
    }


    .banner.content {
        padding: 50px 5% 100px 5%;
    }

    .navPhoneAndEmail {
        float: right !important;
        margin: 35px 0 20px 100% !important;
        width: auto;
    }

    .navIcons {
        /*float: right !important;*/
    }

    .logobar.h3 {
        text-align: right;
    }

    .logobar.h1 {
        padding: 8px 25px;
        font-size: 15px;
        min-width: 195px;
    }

    .logobar.h2 {
        padding: 8px 25px;
        /*margin-top: 3px;*/
        margin-left: 0;
        font-size: 15px;
        min-width: 195px;
    }


    .logobar.h1 a {
        font-size: 15px;
    }

    .logobar.h2 a {
        font-size: 15px;
    }



    .partnership.content img {
        height: 60px;
    }



    .footermenu li {
        width: 50%;
        min-height: inherit;
    }




        .footermenu li:nth-child(1) {
            min-height: 175px !important;
        }



        .footermenu li:nth-child(2) {
            min-height: 175px !important;
        }





        .footermenu li:nth-child(3) {
            min-height: 290px !important;
        }


        .footermenu li:nth-child(4) {
            min-height: 290px !important;
        }


    .banner.content h2 {
        background: rgba(255,255,255,0.7);
        margin-bottom: 2px;
        padding: 10px 22px;
    }

    .banner.content h3 {
        background: rgba(147,118,77,0.7);
        padding: 10px 22px;
    }
}





@media (max-width:400px) {




    .logobar.h1 {
        min-width: inherit;
    }

    .logobar.h2 {
        min-width: inherit;
    }


    .footer h5 {
        font-size: 14px;
    }


    .footer h6 {
        font-size: 14px;
    }





    .partnership.content img {
        width: 70%;
        height: inherit;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}



/* HERE */
.btn {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    color: #fff;
}

    .btn:last-child {
        margin-right: 0;
    }

    .btn:hover, .btn.js-active {
        color: #fff;
        background-color: #2c2c2c;
    }

.content {
    max-width: 700px;
    margin: auto;
}

.content__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.content__inner {
    width: 375px;
    height: 50%;
    margin: auto;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.tabs {
    position: relative;
    padding: 15px;
    height: 100%;
    overflow: hidden;
}

.tabs__nav {
    position: relative;
}

.tabs__nav-decoration {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    transition: width 0.2s linear 0s, transform 0.2s ease-out 0s;
    background-color: #93764D;
    border-radius: 3px;
    z-index: 1;
}

.tabs__nav-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    z-index: 5;
    gap: 1rem;
}

.tabs__nav-item {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #93764D;
    border-radius: 3px;
    width: 100%;
}

@media screen and (max-width: 450px) {
    .tabs__nav-list {
        justify-content: flex-start;
    }

    .tabs__nav-item {
        width: 100px;
    }

    .tabs__nav-decoration {
        width: 50%;
    }
}

.tabs__nav-item.js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.05s;
    color: #fff !important;
}

.tabs__panels {
    position: relative;
    margin-top: 30px;
}

.tabs__panel {
    position: absolute;
    top: 0;
    left: 0;
    transition: none;
    transform: scale(0.8);
    width: 100%;
    opacity: 0;
}

    .tabs__panel.js-active {
        transition: all 0.25s linear 0s;
        transform: scale(1);
        opacity: 1;
    }

.tabs__panel-card {
    display: flex;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    .tabs__panel-card:last-child {
        margin-bottom: 0;
    }

.tabs__panel-card--spaced-between {
    justify-content: space-between;
}

.tabs__panel-avatar {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .15);
}

.tabs__panel-img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .15);
}

.tabs__panel-content {
    width: 100%;
    margin-left: 30px;
}

    .tabs__panel-content:first-child {
        margin-left: 0;
    }

    .tabs__panel-content:not(:last-child) {
        margin-right: 30px;
    }

    .tabs__panel-content:before, .tabs__panel-content:after {
        display: block;
        width: 100%;
        height: 20px;
        content: '';
        background-color: rgba(0, 0, 0, .15);
    }

    .tabs__panel-content:before {
        margin-bottom: 15px;
    }


.clientAgreement {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    padding: 10px;
    max-height: 15rem;
    overflow-y: scroll;
}

#accountTypes, #accountTypes > option {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}

option:not(:checked) {
    color: #A3A3A3 !important;
}

/* Header Icons */
.navIcons {
    display: flex;
    align-items: center;
    gap: 15px;
    width: auto;
    float: left;
    margin-top: 35px;
}

.navIcon {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .navIcon svg {
        width: 100%;
        height: 100%;
    }

.navPhoneAndEmail {
    display: flex;
    flex-direction: column;
    float: left;
    margin-top: 30px;
    margin: 30px 20px 0 20px;
    font-family: conv_xendan-bold;
}

    .navPhoneAndEmail > h2 > a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }


.tickerStock {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #000;
}

.deposit {
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}

    .deposit .withdrawSwiper .swiper-wrapper .swiper-slide img {
        height: 60px;
    }

.withdrawSwiper {
    max-width: 700px;
}

.withdraw > h2 {
    font-size: 2rem;
}

@media screen and (max-width: 500px) {
    .withdraw > h2 {
        font-size: 1.7rem;
    }


    .withdrawSwiper .swiper-slide {
        width: 200px !important;
        height: 200px !important;
    }
}

@media screen and (max-width: 835px) {
    .navIcons {
        margin: -50px 100% 20px 10px;
    }
}

@media screen and (max-width: 712px) {
    .navIcons {
        margin: 0px 100% 20px 10px;
    }

    .navPhoneAndEmail {
        margin-left: 0 !important;
    }
}



@media screen and (max-width: 490px) {
    .navIcons {
        margin: 0px 100% 20px 10px;
    }
}


.pages__calendar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.calendar {
    display: flex;
    flex-direction: column;
}

.calendar__top {
    padding: 0.5rem;
    background-color: #f7f7f7;
    overflow-x: auto;
}

    .calendar__top > .calendar__top__list {
        display: flex;
        align-items: center;
        border: 1px solid #d3d3d3;
        width: fit-content;
    }

    .calendar__top > .calendar__top__list {
        list-style: none;
        border: 1px solid #d3d3d3;
        cursor: pointer;
        background-color: #f7f7f7;
    }

        .calendar__top > .calendar__top__list > p {
            font-size: 0.9rem;
            padding: 0.3rem 1.2rem;
            min-width: 110px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border-top: 3px solid transparent;
            transition: border 0.3s ease;
            user-select: none;
            position: relative;
        }

            .calendar__top > .calendar__top__list > p::after {
                position: absolute;
                content: '';
                right: 0;
                top: -10%;
                width: 1px;
                height: 112%;
                background-color: #d3d3d3;
            }

            .calendar__top > .calendar__top__list > p:first-child::after {
                display: none;
            }

        .calendar__top > .calendar__top__list > .active {
            color: #000;
            font-weight: 500;
            border-top: 3px solid #d92626;
            background-color: #fff;
        }

.calendar__top__list__block {
    width: 1px;
    height: 19px;
    background-color: #d3d3d3;
}

.table-wrapper {
    overflow-x: auto;
    margin-top: 1rem;
    width: 100%;
    align-self: center;
}

    .table-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .table-wrapper::-webkit-scrollbar-thumb {
        background: var(--darkblue);
        border-radius: 40px;
    }

    .table-wrapper::::-webkit-scrollbar-track {
        background: var(--white);
        border-radius: 40px;
    }

.calendar__table {
}

    .calendar__table > thead > tr {
        /* background-color: #fff;
        background: red;*/
        border-bottom: 1px solid black;
    }

        .calendar__table > thead > tr > th {
            /* border: 1px solid #d3d3d3;
        background-color: #fff;*/
            font-size: 1rem;
            cursor: pointer;
        }

    .calendar__table > tbody > tr > td {
        text-align: center;
        padding: 12px 12px 12px 12px;
        font-size: 0.9rem;
    }

.table-wrapper table th,
.table-wrapper table td {
    padding: 10px;
    min-width: 75px;
}

.testSwiper2, .testSwiper {
    width: 1366px;
    margin: 0 auto;
    padding: 60px 0;
    margin: 30px 0;
}

    .testSwiper2 > .swiper-wrapper > .swiper-slide > img {
        height: 600px;
        width: 100%;
        object-fit: cover;
    }

    .testSwiper > .swiper-wrapper > .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
    }

    .testSwiper > .swiper-wrapper > .swiper-slide-thumb-active {
        border-bottom: 2px solid #14617d;
    }

    .testSwiper > .swiper-wrapper > .swiper-slide > img {
        cursor: pointer;
    }

@media screen and (max-width: 1380px) {
    .testSwiper > .swiper-wrapper > .swiper-slide {
        width: 200px !important;
    }
}

@media screen and (max-width: 1080px) {
    .testSwiper > .swiper-wrapper > .swiper-slide {
        width: 150px !important;
    }
}

#resp-table {
    width: 100%;
    display: table;
}

#resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
}

.table-body-cell {
    display: table-cell;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 0.9rem;
    background: #fff;
}

.resp-table-row-head > .table-body-cell {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 3px solid #d92626;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.resp-table-row-body > .table-body-cell {
    border: 1px solid #dddddd;
    border-top: none;
}

.headerSwiper .swiper-wrapper .swiper-slide {
    position: relative;
}

@media screen and (max-width: 1366px) {
    .headerSwiper .swiper-wrapper .swiper-slide {
        height: 30rem
    }
}

@media screen and (max-width: 700px) {
    .headerSwiper .swiper-wrapper .swiper-slide {
        height: auto
    }
}

.header-swiper-slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #41320f30;
    z-index: 2;
}

.headerSwiper .swiper-wrapper .swiper-slide .content {
    z-index: 3;
    position: relative;
}

.headerSwiper .swiper-wrapper .swiper-slide .overlaybg {
    position: absolute;
    top: 50%;
    right: 0;
    width: 750px;
    height: 100%;
    background-image: url("/ku/wenekan/bgslider2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -2rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 1366px) {
    .headerSwiper .swiper-wrapper .swiper-slide .overlaybg {
        right: 2%;
        top: 70%;
        height: 600px;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .headerSwiper .swiper-wrapper .swiper-slide .overlaybg {
        display: none;
    }
}

.headerSwiper .swiper-wrapper .swiper-slide .content h1 {
    transition-property: opacity,transform;
    transition-duration: 900ms;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    opacity: 0;
    transform: scale(.6);
}

.headerSwiper .swiper-wrapper .swiper-slide-active .content h1 {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

.headerSwiper .swiper-wrapper .swiper-slide .content p {
    transition-property: opacity,transform;
    transition-duration: 900ms;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-delay: 300ms;
    opacity: 0;
    transform: translate3d(100px,0,0) scale(.6);
}

.headerSwiper .swiper-wrapper .swiper-slide-active .content p {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
}

.headerSwiper .swiper-wrapper .swiper-slide .content h3 {
    transition-property: opacity,transform;
    transition-duration: 900ms;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-delay: 900ms;
    opacity: 0;
    transform: translate3d(0,100px,0);
}

.headerSwiper .swiper-wrapper .swiper-slide-active .content h3 {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.latestNews {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

    .latestNews h3 {
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
    }

    .latestNews .newsSwiper {
        margin-top: 1rem;
        padding-bottom: 2rem !important;
    }

    .latestNews .swiper-slide {
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 24%;
    }

        .latestNews .swiper-slide h3 {
            font-family: 'Karla';
            float: right;
            padding: 15px 0 15px 0 !important;
        }

            .latestNews .swiper-slide h3 b {
                font-size: 14px;
                color: #B20000;
                text-decoration: none;
                font-family: 'Karla';
                font-weight: normal;
                float: right;
                margin-top: 5px;
            }

            .latestNews .swiper-slide h3 span {
                font-size: 16px;
                color: #8B8D8B;
                text-decoration: none;
                font-family: 'Karla';
                font-weight: normal;
                float: right;
                margin-top: 5px;
            }

        .latestNews .swiper-slide h3 {
            width: 100%;
            float: left;
            padding: 0;
            margin: 0;
            line-height: 20px;
        }

            .latestNews .swiper-slide h3 a {
                font-weight: 500;
                font-size: 18px;
                color: #000000;
                float: left;
            }

                .latestNews .swiper-slide h3 a:hover {
                    color: #B20000;
                }

/* Ticker */
@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ticker-wrap {
    position: fixed;
    bottom: 4.3rem;
    width: 100%;
    overflow: hidden;
    height: 3rem;
    /*background-color: rgba(0,0,0,1);*/
    background-color: #e0e0e0;
    padding-left: 100%;
    box-sizing: content-box;
    z-index: 99;
    border-bottom: 2px solid #fff;
}

.ticker-wrap-breaking {
    color: #fff;
    z-index: 99;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #d92626;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    font-weight: bold;
    font-size: 1.2rem
}

.ticker {
    display: inline-block;
    line-height: 3rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ticker:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

.ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 1.1rem;
    color: #000;
}

@media screen and (max-width: 500px) {
    .ticker-wrap-breaking {
        font-size: 0.9rem !important;
    }

    .ticker__item {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 350px) {
    .ticker-wrap-breaking {
        display: none;
    }
}

.slider__prev, .slider__next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 2;
    /*box-shadow: 0 0 15px rgba(75, 75, 75, 0.2);*/
    border: 1px solid #d9d9d9;
    top: calc(50% - 25px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slider__prev::after, .slider__next::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        transform: rotate(-45deg);
        /*top: 20px;
        left: 20px;*/
        box-sizing: border-box;
    }

    .slider__prev.swiper-button-disabled, .slider__next.swiper-button-disabled {
        opacity: 0.6;
        box-shadow: none;
        cursor: not-allowed;
    }

.slider__prev {
    right: 75px;
    top: 280px;
}

    .slider__prev::after {
        border-top: 3px solid #333;
        border-left: 3px solid #333;
    }

.slider__next {
    right: 10px;
    top: 280px;
}

    .slider__next::after {
        border-bottom: 3px solid #333;
        border-right: 3px solid #333;
    }


#cssmenu > ul > li.sub > a {
    padding-right: 15px;
}

#cssmenu > ul > li.sub:first-child > a {
    padding-left: 15px !important;
    padding-right: 0px !important;
}


.menu-btns {
    margin-top: 48px;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-button {
    width: 100%;
    background: #e2b550;
    text-align: center;
    padding: 10px 32px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    margin-right: 10px;
    /*margin: auto 0;*/
    font-size: 17px;
    font-weight: 500;
    color: black;
}

    .menu-button:hover {
        transform: scale(1.1);
    }