@font-face {
    font-family: iransans;
    src: url(../fonts/iransans.eot);
    src: url(../fonts/iransans.eot?#iefix) format("embedded-opentype"), url(../fonts/iransans.woff) format("woff"), url(../fonts/iransans.ttf) format("truetype"), url(../fonts/iransans.svg#web_Yekan) format("svg");
    font-style: normal;
    font-weight: 400;
}
/*-----------------------------------General-------------------------------------*/
body {
    font-size: 0.875em;
    line-height: 1.571;
    font-family: Arial,"Hind", sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering 181834 */
    -webkit-text-size-adjust: 100%;
    direction: ltr;
    background-color: #181834;
}
.text-justify
{
    text-align:justify !important;
}
.rtl-dir{
    direction:rtl;
}
.right {
    float: right;
}
.right-100
{
    margin-left:-100% !important;
}
a.spritezoom-instance
{
    z-index:1 !important;
}
.box-image-product
{
    margin-right:91% !important;
}
.left {
    float: left;
}
.video-frame {  
            
            box-shadow: 1px 2px 3px #f68e56;  
            border-radius: 3px;  
            width:100%;
        }  
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #120078;
    padding: 10px 0;
}

.top_265 {
    margin-top: 265px;
}

.md-3-22 {
    width: 22.5%;
}

.bottom_150 {
    margin-bottom: 150px;
}
.en-left
{
    float:left;
}
.clear {
    clear: both;
}

.top_25 {
    margin-top: 25px;
}

.left_align {
    text-align: left;
    padding-left: 16px;
}

.mar_right_3 {
    margin-right: 3.33%;
}

.width_72 {
    width: 72.667% !important;
}

.mar_bottom_50 {
    margin-bottom: 50px;
}

#Main {
    overflow: hidden;
    position:relative;
    margin:auto;
}

/*---------------------------------------------nav------------------------------------*/
#nav_id {
    width: 100%;
    background-color: #181834;
    background: linear-gradient(180deg, rgba(7,8,13,1) 0%, rgba(0,212,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 95;
    padding: 25px 0;
    z-index:9000000000;
}

#nav_id ul.nav-ul {
        list-style: none;
        width: 100%;
        margin: 10px auto;
        display: block;
        position: relative;
    }

    #nav_id ul.nav-ul li {
            display: inline-block;
        }

            nav ul.nav-ul li a {
                text-decoration: none;
                color: #a8b5c9;
                padding: 30px;
                position: relative;
            }

            #nav_id ul.nav-ul > li > a.active::after {
            position: absolute;
            content: "";
            width: 1px;
            height: 20px;
            left: 50%;
            margin-left: 1px;
            top: 0;
            background: #f68e56;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        #nav_id ul.nav-ul > li > a::after {
            position: absolute;
            content: "";
            width: 1px;
            height: 0px;
            left: 50%;
            margin-left: 1px;
            top: 0;
            background: #f68e56;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        #nav_id ul.nav-ul > li > a:hover::after {
            position: absolute;
            content: "";
            width: 1px;
            height: 20px;
            left: 50%;
            margin-left: 1px;
            top: 0;
            background: #f68e56;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        #nav_id ul.nav-ul li a:hover {
            color: #fff;
        }

img.logo {
    max-width: 150px;
    float: left;
}

#nav_id ul.nav-ul li a.active {
    color: #fff;
}

ul.sub-ul {
    height: auto;
    position: absolute;
    /* background: rgba(36,53,81,0.5);*/
    box-sizing: border-box;
    top: 200%;
    background-color: #181834;
    padding-top: 15px;
    border-top: 3px solid transparent;
}

#nav_id ul.nav-ul li.has-sub > ul {
    display: none;
}

#nav_id ul.nav-ul li.has-sub:hover > ul {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    display: block;
    border-top-color: #f68e56;
}

ul.sub-ul li {
    width: 50%;
    float: right;
}

    ul.sub-ul li a {
        line-height: 3.2rem;
        color: #243551 !important;
    }

    #nav_id ul.nav-ul li.has-sub > a:before {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#nav_id ul.nav-ul li.has-sub:hover > a:before {
    position: absolute;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f68e56;
    left: 44%;
    top: 88%;
    z-index: 1;
}

#nav_id ul.nav-ul li.has-sub li {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-right: 3px solid #bbb;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#nav_id ul.nav-ul li.has-sub li:hover {
        border-right: 3px solid #f68e56 !important;
    }

    #nav_id ul.nav-ul li.has-sub li a {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    #nav_id ul.nav-ul li.has-sub li:hover a {
        padding-right: 33px;
    }

*/
/*---------------------------------------------------slider----------------------------------------------*/
#slider img {
    width: 100%;
    max-height: 782px !important;
}

.skdslider {
    max-height: 783px !important;
}

    .skdslider ul.slide-navs {
        bottom: 1% !important;
    }

.Slide_Content {
    position: relative;
}

/*------------------------------------------------------square------------------------------------------*/
#square {
    width: 100%;
    position: absolute;
    margin-top: -20px;
}

div.right-square, div.left-square {
    background: #31415a;
    height: 170px;
    overflow: hidden;
    width: 215px;
}

.right-square img, .left-square img {
    display: block;
    margin: 20px auto;
    max-height: 40%;
}

.right-square p, .left-square p {
    text-align: center;
    color: #eee;
    font-size: 1em;
    line-height: 21px;
}

.right-square a, .left-square a, .center-square a {
    text-align: center;
    display: block;
    margin-top: 7%;
}

.right-square i, .left-square i, .center-square i {
    color: #fff;
    padding: 3px 9px;
    font-size: 1.2em;
    border: 2px solid;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.right-square a:hover i, .left-square a:hover i, .center-square a:hover i {
    color: #f68e56;
}

.center-square {
    background: #120078;
    height: 200px;
    box-shadow: 0px 0px 18px #000;
    position: relative;
    margin-top: -15px;
    z-index: 10;
}

    .center-square img.logo {
        clear: both;
        float: none;
        margin: auto;
        display: block;
        max-width: 200px !important;
        padding: 18% 0;
        width: 90%;
    }

}

.center-square h3 {
    text-transform: uppercase;
    color: #ddd;
    text-align: center;
    padding: 15px 39px;
    font-size: 1.8em;
    line-height: 39px;
}

.top-shadow::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 15px solid black;
    position: absolute;
    top: 0;
    right: -17px;
}

.top-shadow::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid black;
    position: absolute;
    top: 0;
    left: -17px;
}

.bottom-shadow::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 17px solid transparent;
    border-top: 15px solid #000;
    position: absolute;
    bottom: 0px;
    right: -16.5px;
    z-index: -1;
}

.bottom-shadow::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 0px solid transparent;
    border-top: 15px solid black;
    position: absolute;
    bottom: 0px;
    left: -16.5px;
    z-index: -1;
}
/*-------------------------------------------------------projects-----------------------------------------*/
#projects {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 180px;
    padding: 3em 0;
}

.item_prod img {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.item_prod {
    margin: 0;
    box-sizing: border-box;
    box-sizing: border-box;
    transition: all ease 0.5s;
}

    .item_prod p {
        color: #555;
        font-size: 0.8em;
        text-align: center;
        display: block;
        padding: 10px;
    }

    .item_prod:hover {
        -webkit-box-shadow: 8px 0px 0px 0px #033561, 0px 8px 0px 0px #033561d3, -8px 0px 0px 0px #0335618a, 0px 0px 0px 8px #033561, 5px 5px 15px 5px #033561;
        box-shadow: 8px 0px 0px 0px #033561, 0px 8px 0px 0px #033561d3, -8px 0px 0px 0px #0335618a, 0px 0px 0px 8px #033561, 5px 5px 15px 5px #033561;
        cursor: pointer;
    }

a.link_all {
    clear: both;
    color: #ddd;
    position: relative;
    padding: 10px;
    font-size: 1.14em;
    width: 200px;
    margin: 25px auto;
    display: block;
    background: #033561;
    text-decoration: none;
    text-align: center;
}

    a.link_all::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        background-color: #033561;
        top: 110%;
        transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        right: 0;
    }

    a.link_all:hover::before {
        width: 100%;
    }

.white {
    background: #fff !important;
    padding: 10px;
}

.box-items {
    background: #fff;
    width: 100%;
}

.list_items {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*-------------------------------------------------------about------------------------------------------*/
#About {
    background-image: url("../images/bg/about.jpg");
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 180px;
    color: rgba(255,255,255,.8);
    z-index: 0;
    position: relative;
    padding: 3em 0;
    background-position: top center !important;
    background-attachment: fixed;
    overflow: hidden;
}

.overlay_dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    background: rgba(24,24,52,0.6);
    background: linear-gradient(180deg, rgba(24,24,52,1) 0%, rgba(24,24,52,0.55) 49%, rgba(24,24,52,1) 100%);
    z-index: -1;
}

#About h1 {
    font-size: 30px;
}

#About p {
    line-height: 34px;
    text-align: justify;
    margin: 30px auto;
}

.Box_About {
    background-color: #120078;
    padding: 15px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -o-transform: rotate(45deg); /* Opera */
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-flex-pack: center;
    -webkit-flex-pack: center;
    z-index: 1;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

    .Box_About:hover {
        background-color: rgba(18,0,120,0.4);
        cursor: pointer;
        box-shadow: 0px 0px 8px #ccc;
        border;
    }

.second {
    z-index: 2;
}

.Box_Content {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    -o-transform: rotate(-45deg); /* Opera */
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    width: 80%;
}

.Icon_About {
    width: 65%;
    height: auto;
    display: block;
    margin: auto;
}

.Box_Content h6 {
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 30px;
    font-family: Arial,"Hind", sans-serif;
}

.Box_Content span {
    padding-top: 30px;
    display: block;
}

.Box_About::before {
    position: absolute;
    left: -1px;
    bottom: -2px;
    height: 636px;
    width: 636px;
    content: "";
    z-index: -1;
}

.first::before {
    border-right: 1px solid #a8b5c9;
    border-bottom: 1px solid #a8b5c9;
    top: -120px;
    right: -2px;
}

.second::before {
    left: -373px;
    bottom: -53px;
    border-right: 1px solid #a8b5c9;
    border-bottom: 1px solid #a8b5c9;
    border-left: none;
    border-top: none;
    height: 672px;
}

.first {
    top: -180px;
    right: 83px;
    direction:rtl;
}

.second {
    right: 200px;
    top: -181px;
}

.third {
    left: -86px;
    top: -38px;
}

    .third::before {
        border-left: 1px solid #a8b5c9;
        border-top: 1px solid #a8b5c9;
        height: 512px;
    }

.four {
    margin-top: -233px;
    left: -303px;
}

    .four::before {
        left: -64px;
        bottom: -272px;
        border-left: none;
        border-top: none;
        height: 717px;
        border-left: 1px solid #a8b5c9;
        border-top: 1px solid #a8b5c9;
        height: 530px;
    }
/*-----------------------------------------------------support-------------------------------------------*/
#Support {
    margin-top: 30px;
    background-image: url("../images/support/back_support7.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
    height: auto;
    position: relative;
}

.overlay_support {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(39,42,57,0.7);
    background: linear-gradient(180deg, rgba(39,42,57,1) 0%,rgba(47,62,91,0.7) 10%, rgba(39,42,57,0.5) 100%);
    z-index: 0;
    top: -36px;
}

#Support img {
    max-height: 300px;
}

#Support h3 {
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
    margin-top: 50px;
}

#Support p {
    color: #ddd;
    line-height: 30px;
    text-align: center;
    margin-top: 21px;
}

.borders {
    border: 1px solid #f68e56;
    width: 35%;
    height: 76%;
    position: absolute;
    margin-left: 26%;
    margin-top: 14%;
}

img.icon_support {
    margin-top: 45px;
    margin-right: 47px;
    padding: 15px;
    border: 1px solid #f68e56;
    border-radius: 100%;
    float:left;
}

.support_bottom {
    padding-bottom: 90px;
    clear: both;
}
/*-------------------------------------------------------blog----------------------------------------------*/
/*------------------------------------------------certificate-------------------------------------------*/

#Certificate {
    background-image: url("../images/cerificate/8.jpg");
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgba(255,255,255,.8);
    z-index: 0;
    position: relative;
    padding: 3em 0;
    background-position: top center !important;
    background-attachment: fixed;
    overflow: hidden;
    padding-bottom: 85px;
}

.overlay_Light {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    background: rgba(24,24,52,0.6);
    background: linear-gradient(180deg, rgba(13,47,77,1) 0%, rgba(13,47,77,0.05) 49%, rgba(13,47,77,1) 100%);
    z-index: -1;
}

#Carousel_certi {
    width: 100%;
}

#news-slider11 {
    direction: ltr;
}

.Title_Cer {
    text-align: center !important;
    margin: 85px auto 24px;
    ;
    color: #fff;
    font-size: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 21px;
}

.left-side {
    float: left;
    width: 50%;
    position: relative;
    padding: 30px 40px 30px 30px;
    background-color: #0d2f4d;
    -webkit-transform: skew(18deg);
    -moz-transform: skew(18deg);
    -o-transform: skew(18deg);
    transform: skew(18deg);
    height: 420px;
}

    .left-side::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: -101%;
        left: -100%;
        background-color: #0d2f4d;
    }

.rightside {
    float: right;
    width: 35%;
    position: relative;
    padding: 0 30px;
}
h3.Title_News
{
    font-size:2em !important;
}
p.news {
    color: #eee;
    text-align: justify;
    direction: ltr;
    font-weight: normal;
    line-height: 25px;
    font-family:  Arial,"Hind", sans-serif;
    font-size: 0.88em;

}

a.Date {

    color: #f8b18bcb;
    font-family:  Arial,"Hind", sans-serif;
    float:right;
}

a.title-news {
    color: #f68e56cb;
font-family: Arial,"Hind", sans-serif;
font-size: 0.8em;
font-weight: 100;
padding-right: 15px;
margin-left: 30px;
text-decoration: none;
max-width: 70%;
direction: ltr;
text-align: left;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    margin-bottom: 25px;
    float:left;
}

    a.title-news:hover {
        color: #69aaf0;
    }

.hr-news {
    background-color: #888;
    opacity: 0.6;
}

.isteColor {
    color: rgb(212, 114, 57);
}

    .isteColor:hover {
        color: #353A40;
    }

/*haber akışı list*/
ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: transparent;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
        border-bottom: 2px solid rgba(136, 136, 136, 0.67);
    }

        ul.timeline > li:before {
            content: ' ';
            background: transparent;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 2px solid rgba(0, 153, 255, 0.767);
            left: 2px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }
/*vertical carousel*/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0,-100%, 0);
    transform: translate3d(0,-100%, 0);
}

.card {
    transform: skew(-18deg) !important;
    background: transparent !important;
    border: none !important;
    margin-top: 48px;
    margin-right: 10%;
}
/*----------------------------------------------------------------------------circle-------------------------------------------
  */
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0px auto;
    left: 0%;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

    .dotCircle .itemDot {
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        background: #ffffff;
        color: #013170;
        border-radius: 20px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #e6e6e6;
    }

        .dotCircle .itemDot .forActive {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

            .dotCircle .itemDot .forActive::after {
                content: '';
                width: 5px;
                height: 5px;
                border: 3px solid #013170;
                bottom: -31px;
                left: -14px;
                filter: blur(1px);
                position: absolute;
                border-radius: 100%;
            }

            .dotCircle .itemDot .forActive::before {
                content: '';
                width: 6px;
                height: 6px;
                filter: blur(5px);
                top: -15px;
                position: absolute;
                transform: rotate(-45deg);
                border: 6px solid #013170;
                right: -39px;
            }

        .dotCircle .itemDot.active .forActive {
            display: block;
        }

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #f68e56cb;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #013170; /* Old browsers */
    background: -moz-linear-gradient(left, #013170 0%, #1a7bd6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #013170 0%, #1a7bd6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #013170 0%, #1a7bd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1); /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 0%;
    transform: translate(-50%, -50%);
}

    .contentCircle .CirItem {
        border-radius: 100%;
        color: #666;
        position: absolute;
        text-align: center;
        margin-top: 10px;
        bottom: 0;
        left: 100%;
        opacity: 0;
        transform: scale(0);
        transition: 0.5s;
        font-size: 15px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        margin: auto;
        line-height: 250px;
    }

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #666;
    opacity: 0.1;
}


@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle { /* width: 300px; height: 300px;*/
        margin: 110px auto;
    }

        .holderCircle::after {
            width: 100%;
            height: 100%;
        }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

@media only screen and (min-width:992px) and (max-width:1199px) {
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
}

.title-box .title {
    font-size: 1.2em;
    font-family: Arial,"Hind", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
    margin-top: 15px;
}

.title-box span {
    font-family:  Arial,"Hind", sans-serif;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: rgba(125, 196, 243, 0.767);
}

.title-box p {
    font-size: 0.85em;
    line-height: 2em;
    margin-top: 25px;
}
/*--------------------------------------------------footer-------------------------------------------------*/

#footer {
    position: relative;
}
/*#footer::before
{
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 64px solid #181834;
    position: absolute;
    content: "";
    top: -63px;
    right: 0;
}*/
.logo_footer {
    text-align: center;
    margin-bottom: 37px;
}

    .logo_footer img {
        max-width: 215px;
        margin: 40px auto;
    }

footer h5 {
    color: #ddd;
    padding: 24px;
    text-align: center;
    letter-spacing:1px;
    font-size:1.2em;
}

footer ul li {
    list-style: none;
    color: #ccc;
    padding: 10px 5px 5px;
}

    footer ul li i {
        color: #0584ce;
    }

    footer ul li span {
        padding-right: 10px;
        font-family:  Arial,"Hind", sans-serif;
        line-height: 25px;
font-size: 16px;
letter-spacing: 0.5px;
    }

.social-box {
    position: relative;
    border-top: 3px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
}

    .social-box ul {
        text-align: center;
    }

        .social-box ul li {
            margin: auto;
            display: inline-block;
            padding: 10px;
        }

            .social-box ul li i {
                color: #ddd;
                font-size: 2em;
                transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                -webkit-transition: all ease 0.5s;
            }

            .social-box ul li a:hover i {
                color: #36aef3;
            }

.footer_center {
    position: relative;
    background: url(../images/footer/footer.png) no-repeat;
    background-color: #eee;
    background-position: top center;
    background-size: cover;
    height: 21rem;
    box-shadow: 0px 0px 6px #333;
    margin-top: -12px;
    border: corner shape 30px;
}

    .footer_center::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 9px solid black;
        position: absolute;
        top: 0;
        left: -17px;
    }

    .footer_center::after {
        content: "";
        width: 0;
        height: 0;
        border-right: 17px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 9px solid black;
        position: absolute;
        top: 0;
        right: -17px;
    }

    .footer_center p {
        color: #aaa;
        font-size: 0.65rem;
        clear: both;
        position: absolute;
        bottom: 4px;
        text-align: center;
        display: block;
        width: 100%;
        left: 1%;
    }
    /*-----------------------------select language-----------------------------*/
details {
	position: absolute;
	left:0;
}

details[open] {
	z-index: 1;
}

summary {
	padding: 1rem;
	cursor: pointer;
	border-radius: 5px;
    color:#bebebe;
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

details[open] summary:before {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
}

summary:after {
	content: '';
	display: inline-block;
	float: right;
	width: .5rem;
	height: .5rem;
	border-bottom: 1px solid currentColor;
	border-left: 1px solid currentColor;
	border-bottom-left-radius: 2px;
	transform: rotate(45deg) translate(50%, 0%);
	transform-origin: center center;
	transition: transform ease-in-out 100ms;
    position: absolute;
    right: -11px;
    top: 8px;
}

summary:focus {
	outline: none;
}

details[open] summary:after {
	transform: rotate(-45deg) translate(0%, 0%);
}

ul.Language {
	width: 110px;
	background: #ddd;
	position: absolute;
	top: calc(100% + .5rem);
	left: 0;
	padding: 1rem;
	margin: 0;
	box-sizing: border-box;
	border-radius: 5px;
	max-height: 200px;
	overflow-y: auto;
}

ul.Language li {
margin: 0;
padding: 3px 0;
    padding-top: 3px;
border-bottom: 1px solid #ccc;
list-style: none;
font-size: 14px;
}
ul.Language li a
{
    color:#a8b5c9;
    padding-left: 5px;
    font-family:iransans;

}
ul.Language li a:hover
{
    text-decoration:none;
}
ul.Language li:first-child {
	padding-top: 0;
}

ul.Language li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

/* FAKE SELECT */

summary.radios {
	counter-reset: radios;
}

ul.Language input[type=radio] {
	counter-increment: radios;
	appearance: none;
	display: none;
}

ul.Language input[type=radio]:checked {
	display: inline;
}

ul.Language input[type=radio]:after {
	content: attr(title);
	display: inline;
	font-size: 1rem;
}

ul.Language .list {
	counter-reset: labels;
}

ul.Language label {
	width: 100%;
	display: block;
	cursor: pointer;
}

.sl-flag {
 display: inline-block;
width: 25px;
height: 25px;
background: #aaa;
border-radius: 0;
position: relative;
top: 7px;
overflow: hidden;
}
.flag-ir {
background: url('../images/flag/iran.png');
  background-size: cover !important;
  background-position: center center !important;
}
.flag-usa {
  background-size: cover !important;
  background-position: center center !important;
  background: url('../images/flag/english.png')
}
/*---------------------------------------bootstrap------------------------------*/
.carousel {
    position: relative;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-header,
                .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-footer,
                .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-header,
                .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-footer,
                .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-header,
                .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-footer,
                .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block;
    }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid transparent;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #495057;
            /*background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;*/
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    text-decoration: none;
}

    .nav-fill .nav-item i:hover {
        color: #f8b18bcb;
    }

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

    .fade.show {
        opacity: 1;
    }

.post-img img {
    margin: auto;
}
/*-------------------------------------------------------------------------------------------------
                                           responsive
-------------------------------------------------------------------------------------------------*/



@media screen and (max-width:1024px) {
        .tz-gallery {
    padding: 0px;
}
    .rightside {
        width: 100%;
    }

    .holderCircle {
        left: 5%;
    }

    .left-side {
        width: 80%;
    }

    .borders {
        width: 60%;
    }

    .Box_About:before {
        display: none;
    }
    .first {
    top: -180px;
    right: 145px;
}
      #Support {
        background-repeat: repeat-y;
    }
      /*-------------------------------square-----------------------------------*/
      div.right-square, div.left-square {
        width: 157px;
    }
    .center-square {
        width: 190px;
    }
    .right-square p, .left-square p {
        font-size: 0.85em;
    }
    .right-square img, .left-square img {
        height: 40%;
        width: auto;
    }

       .center-support2 {
    flex-direction: initial;
    display: inline-flex;
}
      
    
}

@media screen and (max-width:992px) {
    .header .menu-mobile-trigger
{
    margin-left: 0 !important;
}
    .header .menu-mobile-trigger
    {
        margin-left:0;
    }
    details {
    position: absolute;
    right: 0;
    top: -15px;
    left:auto;
}
    img.logo {
   display:none;
}
    ul.Language
    {
        right:0;
        left:auto;
    }
    .center-support {
        display: flex;
        flex-direction: column-reverse;
    }


    .borders {
        border: 1px solid #f68e56;
        width: 96%;
        height: 100%;
        position: fixed;
        margin: auto;
        right: 2%;
    }

    .image_support {
        height: auto;
        width: 80%;
        margin: auto;
        max-height: none !important;
    }

    #Support h3 {
        font-size: 22px;
    }

    img.icon_support {
        width: 30px;
    }

  
        .second {
    right: 197px;
    top: -17px;
}
    .first {
    top: -83px;
    right: 198px;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li
    {
      margin-right: 3rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
        margin-right: 2rem;
    }
    .header .menu > ul > li .menu-subs > ul > li
    {
        margin-right: 3rem;
    }
    .header .menu > ul > li .menu-subs.active
    {
        padding-top: 30%;
    }
     .footer_center
    {
        background-color:transparent;
        box-shadow:none;
    }
    .footer_center:after,  .footer_center:before
    {
        display:none;
    }
    .logo_footer img
    {
        width:auto;
        max-width:100%;
    }
    #square {
    width: 51%;
    left: 27%;
}
}
@media screen and (max-width:896px) {
    
    #square {
        width: 66%;
        left: 19%;
    }
}
@media screen and (max-width:846px) {
    #square {
        width: 66%;
        left: 19%;
    }
}

@media screen and (max-width:835px) {
     .tz-gallery .lightbox img
    {
        height:auto !important;
    }
     .info-product
       {
           margin-top:10%;
       }
    #square {
        width: 82%;
        right: 5%;
        left:auto;
     }
     div.right-square, div.left-square
     {
        width: 183px;
    }
    div.right-square, div.left-square {
        width: 221px;
    }
 }
@media screen and (max-width: 812px) {
    .left-side {
        width: 100%;
    }
    /*-------------------------------square-----------------------------------*/
    #square {
        width: 82%;
        left: 11%;
     }

}
@media screen and (max-width: 735px) {
    #square {
        width: 92%;
        left: 6%;
    }
}
@media screen and (max-width: 768px) {
    #square {
        width: 82%;
        left: 11%;
    }
}
@media screen and (max-width: 740px) {
    #square {
        width: 91%;
        left: 6%;
    }
}
@media screen and (max-width: 712px) {
    .footer_center:before, .footer_center:after {
        border-bottom: 0;
    }

    .footer_center {
        box-shadow: none;
        background-color: transparent;
        height: 25rem;
    }

    .logo_footer {
        padding-top: 70px;
    }

        .logo_footer img {
            margin: auto;
        }

    .third {
        left: 0;
        top: -179px;
    }

  .four {
    margin-top: -153px;
    left: -239px;
}

    .first {
        right: 0;
        top: -28px;
    }
    .second {
    right: 243px;
    top: -17px;
}
 /*---------------------------------square------------------------------*/
 #square {
    width: 96%;
    left: 4%;
 }
    #About h1 {
    font-size: 1.3em;
    text-align:center;
} 
}
@media screen and (max-width: 700px) {
    .center-square {
    width: 194px;
}
    div.right-square, div.left-square {
    width: 202px;
}
    #square
    {
        left:5%;
        right:0;
    }
}
@media screen and (max-width: 690px) {
.center-square {
    width: 184px;
}
    div.right-square, div.left-square {
    width: 207px;
}
}
@media screen and (max-width: 660px) {
    .center-square {
    width: 184px;
}
    div.right-square, div.left-square {
    width: 193px;
}
}
@media screen and (max-width: 630px) {
    .center-square {
    width: 184px;
}
    div.right-square, div.left-square {
    width: 183px;
}
}
@media screen and (max-width: 610px) {
    .center-square {
    width: 184px;
}
    div.right-square, div.left-square {
    width: 174px;
}
}
@media screen and (max-width: 601px) {
 /*--------------------------square-------------------------------*/
 #square {
    width: 69%;
    margin-top: 0;
    left: 0;
    right: 15%;
}

div.right-square, div.left-square {
    background: #31415a;
    height: 100px;
    overflow: hidden;
    width: 104px;
}
.center-square {
    height: 140px;
    margin-top: -15px;
    width: 139px;
}
div.right-square, div.left-square {
    height: 110px;
    width: 131px;
}
.padding-0
{
    padding: 0 !important;
    margin: 0 !important;
}
.right-square p, .left-square p {
    font-size: 0.7em;
    line-height: 2px;
}
.right-square i, .left-square i, .center-square i {
    font-size: 0.8em;
}
.right-square img, .left-square img {
    margin: 14px auto;
    width:auto;
    max-height: 40%;
}
  #square {
        left:18%;
        right: 0;
    }
}
@media screen and (max-width: 590px) {
    .center-square {
    width: 130px;
}
}
@media screen and (max-width: 580px) {
    .center-square {
    width: 124px;
}
}
@media screen and (max-width: 560px) {
    .center-square {
    width: 117px;
}
}
@media screen and (max-width: 550px) {
    .center-square {
    width: 109px;
}
}
@media screen and (max-width: 540px) {
    .center-square {
    width: 103px;
}
}
@media screen and (max-width: 530px) {
    .center-square {
    width: 96px;
}
}
@media screen and (max-width: 520px) {
    .center-square {
    width: 89px;
}
}
@media screen and (max-width: 500px) {
    .holderCircle {
        display: none;
    }

    img.icon_support {
        margin-top: -6px;
    }

    #Support h3 {
        font-size: 18px;
    }

    img.icon_support {
        display: none;
    }

    #Support h3 {
        text-align: center;
    }
      #Support p {
       margin-right:auto;
    }

    .first {
        top: 0;
        right: 0;
        margin: auto;
    }

    .second {
        right: 0;
        top: 55px;
    }

    .third {
        left: 0;
        top: 108px;
        margin: auto;
    }

    .four {
        margin-top: 150px;
        left: 0;
    }
  
    /*--------------------------square-------------------------------*/
 .right-square img, .left-square img
 {
     margin: 11px auto;
 }
    #square {
        width: 69%;
        position: absolute;
        margin-top: 0;
        left:18%;
        right: 0;
    }
    
    div.right-square, div.left-square {
        background: #31415a;
        height: 100px;
        overflow: hidden;
        width: 104px;
    }
    .center-square {
        background: #120078;
        height: 130px;
        box-shadow: 0px 0px 0px #000;
        position: relative;
        margin-top: -15px;
        z-index: 10;
        width: 116px;
    }
    div.right-square, div.left-square {
        background: #31415a;
        height: 100px;
        overflow: hidden;
        width: 104px;
    }
    .padding-0
    {
        padding: 0 !important;
        margin: 0 !important;
    }
    .card {
        transform: skew(0deg) !important;
        width:100%;
    }
    .left-side {
    width: 100%;
    background-color: #0d2f4d;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
   
}
    

}
@media screen and (max-width: 415px) {
    #square {
        width: 93%;
        position: absolute;
        margin-top: 0;
        left: 0;
        right: 0;
    }
    .center-square {
        width: 121px;
        height: 120px;
    }
    div.right-square, div.left-square {
        height: 90px;
        width: 125px;
    }
    .right-square img, .left-square img {
        margin: 6px auto auto;
        max-height: 41%;
    }
    .right-square p, .left-square p {
        font-size: 0.6em;
        line-height: 6px;
padding-top: 6px;
    }
    .right-square i, .left-square i, .center-square i {
        font-size: 0.8em;
    }
        #square
    {
        left:8%;
    }
 
}
@media screen and (max-width: 410px) {
    .center-square {
    width: 100px;
    height: 120px;
}
}
@media screen and (max-width: 385px) {
    .center-square {
        width: 139px;
        height: 120px;
    }
    div.right-square, div.left-square {
        height: 90px;
        width: 101px;
    }
}
@media screen and (max-width: 376px) {
    .center-square {
        width: 136px;
        height: 120px;
    }
    div.right-square, div.left-square {
        height: 90px;
        width: 101px;
    }
}
@media screen and (max-width: 360px) {
    .center-square {
        width: 121px;
        height: 120px;
    }
    div.right-square, div.left-square {
        height: 90px;
        width: 101px;
    }
    .right-square img, .left-square img {
        margin: 6px auto auto;
        max-height: 33%;
    }
    .right-square p, .left-square p {
        font-size: 0.6em;
    }
    .right-square i, .left-square i, .center-square i {
        font-size: 0.8em;
    }
 
 
}

@media screen and (max-width: 320px) {
    .center-square
    {
        width: 101px;
        height: 120px;
    }
    div.right-square, div.left-square {
        height: 90px;
        width: 90px;
    }
    .right-square p, .left-square p {
        font-size: 0.45em;
    }
    .right-100
    {
        margin-right:0 !important;
        margin-left:100% !important
    }
    ul.Language
    {
        right:0;
        left:auto !important;
    }
    .header .menu-mobile-trigger
    {
        margin-left:0rem !important;
    }
   

}
@media screen and (max-width: 240px) {
div.right-square, div.left-square {
    height: 62px;
    width: 60px;
}
#square {
    width: 87%;
}
.center-square {
    width: 80px;
    height: 91px;
}
.right-square p, .left-square p {
    font-size: 0.4em;
    line-height: 6px;
    margin-bottom: 1px;
    padding-top: 4px;
}
.right-square i, .left-square i, .center-square i {
    font-size: 0.5em;
}
}

