@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
body{
    font-family: IRANSans;
    position:relative;
    padding:0;
    margin: 0;
    color: #999999;
}
.popover{font-family: IRANSans;font-size: 12px}
.badge{
    font-family: IRANSans;
}
.tooltip > .tooltip-inner{
    font-family: IRANSans;
}
a{
    cursor: pointer;
    transition: .3s;
    color: #999999;
    text-decoration: none !important;
}
a:hover{
    text-decoration:none;
    color: #323885;
}
input{
    font-size: 12px !important;
}
ul,ol{
    list-style:none;
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
::selection {
    background-color: #005E88;
    color: #fff
}
::-moz-selection {
    background-color: #005E88;
    color: #fff
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #aaa !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #aaa !important;
}
:-moz-placeholder {/* Firefox 18- */
    color: #aaa !important;
}
:-moz-placeholder {/* Firefox 18- */
    color: #aaa !important;
}
.select_data .line .dropdown button:focus,
select:focus,
.form-control:focus {
    border: 1px solid #007bff !important;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) !important;
}
select,textarea{font-size: 14px !important;}
.item{direction: rtl;}
/*....*/
.btn--ripple {
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    z-index: 0;
}
.btn--ripple-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.btn--ripple-animate {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(2.5);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}
/*......*/
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #005E88;
    background-color: #005E88;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before {

    box-shadow: 0 0 0 .2rem rgba(0,94,136,.25);
    border-color: #005E88;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before{
    background: #005E88;
}
/*......*/

/*......*/
header{background: #fff;}
header .top_head{background: #F3F3F3;}
.phone_main{}
.phone_main .Img{}
.phone_main .Img img{}
.phone_main .media-body{flex: inherit;font-size: 19px;font-weight: 700;}
.text_menu{}
.text_menu li{padding: 3px 7px;}
.text_menu li a{color: #747474;font-size: 18px;display: block;border-bottom: 3px solid transparent;position: relative;}
.text_menu li a:after{content: "";position: absolute;border-bottom: 10px solid transparent;border-right: 10px solid transparent;transform: rotate(-45deg);bottom: -8px;left: 50%;margin-left: -10px;transition: 0.3s;}
.text_menu li a:hover{color: #313a87;border-color: #313a87;}
.text_menu li a:hover:after{border-bottom-color: #313a87;}
/******/
/*..*/
.fixedTop .sticky-top{position: fixed;width: 100%;z-index: 1000;top: 0;}
header .sticky-top{
    transition: 0.8s;
    position: static;
    top: -33px;
    border-bottom: 1px solid #ddd;
}
/******/
.nav_home{background: #323885;}
.nav_home .navbar-brand img{height: 24px;}
.nav_home .navbar-toggler{border-color: #222;}
.nav_home .navbar-toggler span{}
.nav_home .collapse_nav{}
.nav_home .nav_list{}
.nav_home .nav_list > .nav-item{margin-left: 10px;}
.nav_home .nav_list .nav-item a{color: #999;position: relative;font-size: 14px;}
.nav_home .nav_list .nav-item .nav-link{padding: 8px 5px;position: relative;}
.nav_home .nav_list .nav-item .nav-link:after,
.nav_home .nav_list .nav-item .nav-link:before{content:"";position: absolute;border: 0;bottom: 0;background: top;right: 0;}
.nav_home .nav_list .nav-item .nav-link:after{width: 6px;height: 6px;border-radius: 50%;top: auto;right: 50%;margin-right: -3px;bottom: -2px;}
.nav_home .nav_list .nav-item .nav-link:before{width: 100%;height: 1px;}
.nav_home .nav_list .nav-item .nav-link:hover:after{background: #323885;}
.nav_home .nav_list .nav-item .nav-link.active:before,
.nav_home .nav_list .nav-item .nav-link.active:after,
.nav_home .nav_list .nav-item .nav-link:hover:before{background: #323885;}
.nav_home .nav_list .nav-item a:after{position: relative;top: 4px;}
/*.nav_home .nav_list .nav-item > a.dropdown-toggle:after{content: "";width: 5px;height: 5px;background: #005E88;border-radius: 50%;border: 1px;bottom: 0;position: absolute;top: auto;right: 50%;margin-right: -3px;}*/
.nav_home .nav_list .nav-item a:hover,
.nav_home .nav_list .nav-item > a:focus,
.nav_home .nav_list .nav-item.active > a:hover,
.nav_home .nav_list .nav-item.active > a:focus,
.nav_home .nav_list .nav-item.active > a{color: #323885;}
.nav_home .nav_list .nav-item .nav-link:hover,
.nav_home .nav_list .nav-item > .nav-link:focus,
.nav_home .nav_list .nav-item.active > .nav-link:hover,
.nav_home .nav_list .nav-item.active > .nav-link:focus,
.nav_home .nav_list .nav-item.active > .nav-link{}
.nav_home .nav_list .nav-item .input-group{}
.nav_home .nav_list .nav-item .input-group input{width: 150px;}
.nav_home .nav_list .nav-item .input-group input.form-control:focus{border-color: #323885 !important;box-shadow: none !important;}
.nav_home .nav_list .nav-item .input-group .input-group-append{}
.nav_home .nav_list .nav-item .input-group .input-group-append button{height: 32px;font-size: 12px;}
.nav_home .nav_list .nav-item .ico{color: #fff !important;display: flex;align-items: center;}
.nav_home .nav_list .nav-item .ico::after,
.nav_home .nav_list .nav-item .ico:before{content: none;}
.nav_home .nav_list .nav-item .dropdown_search{right: auto;left: 0;}
.box_IcoMenu_list .box_IcoMenu img{height: 32px;}
/******/
.bg_banner{background-image: url('/assets/img/banner_head.png?n=1');background-position: center top;height: 660px;background-repeat: no-repeat;background-size: 100% 100%;}
.Inquiry{height: 550px;display: flex;align-items: center;}
.Inquiry_text{}
.Inquiry_text .title{font-size: 60px;}
.Inquiry_text .desc{font-size: 30px;}
.Inquiry_field{}
.Inquiry_field input,
.Inquiry_field .custom-select{border: 0;border-bottom: 2px solid #adb0cf;border-radius: 0;font-size: 18px !important;color: #9f9f9f;}
.Inquiry_field .btn{width: 200px;}
/******/
.title_page{}
.title_page h3 , .title_page h2{color: #1e1e1e;position: relative;display: inline-block;padding-bottom: 15px;font-size: 30px;}
.title_page h3:before,
.title_page h3:after, .title_page h2:before,
.title_page h2:after{content: "";position: absolute;height: 3px;background: #515151;bottom: 0;z-index: -1;}
.title_page h3:before, .title_page h2:before{width: 70%;right: 10px;}
.title_page h3:after, .title_page h2:after{width: 50%;left: 10px;bottom: 7px;height: 1px;}
/******/
.category_index{}
.nav_category{justify-content: center;}
.nav_category li{margin-left: 15px;margin-bottom: 5px;}
.nav_category li a{border: 1px solid #999999;}
.nav_category li a img{height: 26px;margin-right: 7px;}
.nav_category li a:hover,
.nav_category li a.active{background: #323885 !important;color: #fff !important;}
.content_category{}
.content_category .tab-pane{}
/*...*/
.product_tabel{text-align: center;overflow: hidden;border-radius: 35px 0 35px 0;box-shadow: 0 0 5px rgba(0,0,0,0.2);margin: 5px;}
.product_tabel .title{font-size: 22px;background: #323885;color: #fff;height: 70px;display: flex;align-items: center;justify-content: center;overflow: hidden;line-height: 32px;}
.product_tabel .list{}
.product_tabel .list li{font-size: 18px;padding: 10px 3px;}
.product_tabel .list li:nth-child(odd){background: #F0EFF0;}
.product_tabel .list li:hover{}
.product_tabel .list li span{}
/*...*/
.link_button a{background-image: url('../img/bg_button.png?n=1');width: 230px;font-size: 19px;background-size: 100% 100%;padding: 10px .75rem;}
.link_button_login a{font-size: 28px;}
/*...*/
.slider_owl{}
.slider_owl .owl-dots{margin-top: 20px;}
.slider_owl .owl-nav{}
.slider_owl .owl-nav button{position: absolute;top: 50%;background: #FED025 !important;width: 30px;height: 30px;color: #fff !important;margin-top: -15px !important;}
.slider_owl .owl-nav button:hover{background: #323885 !important;}
.slider_owl .owl-nav button span{}
.slider_owl .owl-nav button span i{margin-top: 5px;}
.slider_owl .owl-nav .owl-prev{left: -20px;}
.slider_owl .owl-nav .owl-prev span{}
.slider_owl .owl-nav .owl-next{right: -20px;}
.slider_owl .owl-nav .owl-next span{}
.owl-theme .owl-dots .owl-dot span{background: #aaa}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #FED025;}
/******/
.bg_app{background-image: url('../img/bg_footer.jpg?n=1');/*! height: 580px;*/background-repeat: no-repeat;display: flex;align-items: center;background-color: #F2F2F2;background-position: center top;background-size: 100% 100%;}
.Download_app{/*! padding: 70px 0; */color: #1e1e1e;}
.Download_app .title{font-size: 50px;}
.Download_app .title2{font-size: 21px;}
.Download_app .desc{}
.Download_app .Apps{}
.Download_app .Apps .app{display: inline-block;}
.Download_app .Apps img{height: 53px;}
/******/
.name_firm_box{}
.name_firm_box .Img{position: relative;/*!width: 144px;*/overflow: hidden;z-index: 0;height: 144px;/*!margin: auto;*/}
.name_firm_box .Img:after{content: "";position: absolute;right: 0;bottom: 0;left: 0;top: 0;background: rgba(0,0,0,0.5);z-index: 0;opacity: 0;transition: 0.6s;}
.name_firm_box:hover .Img:after{opacity: 1;}
.name_firm_box .Img img{width: 100%;height: 100%;object-fit: cover;}
.name_firm_box .Company_profile{bottom: 15px;width: 100%;text-align: center;transform: translateY(100px);transition: 0.6s;z-index: 1;}
.name_firm_box:hover .Company_profile{transform: translateY(0);}
.name_firm_box .Company_profile ul{display: inline-flex;align-items: center;padding: 5px 5px 4px;border-radius: 3px;}
.name_firm_box .Company_profile ul li{}
.name_firm_box .Company_profile ul li a{padding: 0 10px;display: block;position: relative;line-height: 16px;}
.name_firm_box .Company_profile ul li + li a:before{content: "|";position: absolute;right: 0;top: 50%;margin-top: -7px;}
.name_firm_box .Company_profile ul li a i{font-size: 18px;}
.name_firm_box .desc{}
.name_firm_box .desc .title a{color: #1e1e1e;font-size: 18px;}
/**************
footer
**************/
footer{background-image: url('../img/bg_footer.jpg?n=1');color: #494948;background-repeat: no-repeat;background-position: center top;border-bottom: 15px solid #FED025;background-color: #F2F2F2;background-size: 100% 100%;}
footer .titel_footer{font-size: 22px;color: #1e1e1e;}
.link_footer{}
.link_footer .Apps{display: flex;}
.link_footer .Apps .app{display: inline-block;}
.link_footer .Apps .app img{height: 35px;}
.list_link{}
.list_link li{margin-bottom: 15px;}
.list_link li a{color: #494948;}
.list_link li a:hover{}
.contact{}
.contact li{margin-bottom: 20px;display: flex;align-items: center;}
.contact li i{font-size: 22px;width: 22px;margin-left: 5px;}
.contact li span{}
.follow{}
.follow li{margin-left: 10px;}
.follow li a{display: block;width: 35px;height: 35px;background: #494949;display: flex;align-items: center;justify-content: center;color: #fff;border-radius: 50%;}
.follow li a:hover{background: #313a87;}
.follow li a i{}
.logo_footer{}
.logo_footer img{height: 24px;}
.namad_footer{}
.namad_footer a{}
.namad_footer img{height: 170px;}
.Organizations_communication{}
.Organizations_communication .title{font-size: 20px;}
.Organizations_communication .Organization{width: 50px;height: 33px;margin-left: 5px;}
.Organizations_communication .Organization img{width: 100%;height: 100%;object-fit: cover;}
/******/





















/*...........*/
#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 20px;
    z-index: 1;
    display: none;
    left: 0
}
#back-top a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top i {
    width: 50px;
    height: 50px;
    display: flex;
    background:rgba(255,255,255,0.6);
    /* rounded corners */
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 0.6s;
    color: #FFD126;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    border: 3px solid #FFD126;
    font-size: 33px;
    line-height: 8px;
    align-items: center;
    justify-content: center;
}
#back-top a:hover span {
    background-color: #777;
}
@media(min-width:992px){
    .dropdown-menu.HingeUpToDown2, .dropdown-menu.HingeUpToDown {
        visibility: hidden;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        opacity: 0;
        width: 100%;
        box-shadow: none;
        display: block;
        margin-top: 0;
    }
    .nav_home .navbar-nav li.dropdown:hover .HingeUpToDown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .nav_home .nav_list .nav-item {
        position: static;
    }
    .nav_home .nav_list .nav-item + li a:before{content: "|";position: absolute;right: -1px;color: #fff;}
    /*.......تغییرات منو...*/
    .nav_home .dropdown-header{color: #323885;font-size: 15px !important;}
    .dropdown-menu.HingeUpToDown2,
    .dropdown-menu.HingeUpToDown{visibility: hidden;-webkit-transform: translateY(30px);transform: translateY(30px);transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);opacity: 0;width: 100%;box-shadow: none;display: block;}
    .nav_home .navbar-nav li.dropdown2:hover .HingeUpToDown2,
    .nav_home .navbar-nav li.dropdown:hover .HingeUpToDown{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar .dropdown-menu li > a:hover{background: transparent;color: #002e5a;}
    .navbar .navbar-nav .dropdown-menu > li{display: inline-block;}
    .navbar .dropdown-menu li li a{padding-right: 0;font-size: 12px;padding: 5px 0;color: #222;}
    .nav_home .navbar-brand {
        margin-right: 0px !important;
    }
    .nav_home .navbar-brand{}
    .nav_home.affix .navbar-brand{display: block;}
    .list_menu{width: 230px !important;right: auto;}
    .list_menu li{float: none !important;border-bottom: 1px dotted;display: block !important;}
    .list_menu li:last-of-type{border-bottom: 0;}
    .navbar .navbar-nav .list_menu .dropdown2{position: relative !important;}
    .list_menu .dropdown2 .dropdown-toggle{}
    .navbar .navbar-nav .list_menu .dropdown2 .dropdown-toggle:before{content: "\f104" !important;content: none !important;}
    .navbar .navbar-nav .list_menu .dropdown2 .dropdown-toggle::after{content: none}
    .navbar .navbar-nav .list_menu .dropdown2 .dropdown-menu{left: auto;right: 100% !important;top: 0 !important;}
    .navbar .navbar-nav .list_menu .dropdown2 .dropdown-menu li{}
    .navbar .navbar-nav .list_menu .dropdown2 .dropdown-menu li a{padding: 10px 15px;font-size: 14px}
    /*---*/
    .box_IcoMenu_list{}
    .box_IcoMenu_list li{border: 0;margin: 10px;}
    .box_IcoMenu_list .box_IcoMenu{}
    .box_IcoMenu_list .box_IcoMenu img{}

}
@media(min-width:576px){

}
@media(max-width:1200px){

}

@media(max-width:992px){
    .nav_home .nav_list .nav-item .dropdown-menu{width: 100%;background: #fff;position: static;}
    .nav_home .nav_list .nav-item .dropdown-menu{background: transparent;}
    .box_underMenu{background: #fff;position: static;}
    .navbar-nav .dropdown-menu .dropdown-menu {margin-right: 0 !important;}
    .nav_home .nav_list .nav-item a {}
    .container {
        max-width: 100%;
    }
    .nav_home .nav_list .nav-item {width: 100%;}
    .navbar .navbar-nav .dropdown-menu li > a.dropdown-toggle::before {content: none !important;}
    .nav_home .nav_list .nav-item a:hover, .nav_home .nav_list .nav-item > a:focus, .nav_home .nav_list .nav-item.active > a:hover, .nav_home .nav_list .nav-item.active > a:focus, .nav_home .nav_list .nav-item.active > a {
        color: #000 !important;
    }
    .nav_home .nav_list .nav-item a {}
    .nav_home .nav_list .nav-item .dropdown-menu {border: 0;}
    .navbar .dropdown-short .dropdown-menu li.dropdown-header{padding-right: 15px}
    .box_IcoMenu_list li{display:inline-block;}
    /*--*/
    .Inquiry_text .title {
        font-size: 40px;
    }
    .Inquiry_text .desc {
        font-size: 20px;
    }
    .Inquiry_field .custom-select {
        font-size: 14px !important;
    }
    .Download_app{text-align: center;}
    .nav_home .navbar-brand{
        position: absolute;
        top: 0;
        left: 0;
    }
    .nav_home .nav_list .nav-item .nav-link::after {
        right: 0;
        margin-right: 0;
    }
}
@media(max-width:768px){
    .Organizations_communication .d-flex,
    .text_menu,
    .phone_main {
        justify-content: center !important;
    }
    .title_page h3,
    .Inquiry_text .title {
        font-size: 25px;
    }
    .Inquiry_text .desc {
        font-size: 18px;
    }
    .Inquiry {
        height: auto;
        padding-top: 40px;
    }
    footer {background-image: none;}
    .Download_app .title {
        font-size: 40px;
    }
    .bg_app {
        height: auto;
        padding: 30px 0;
    }
    .Img_app img{width: 50%;margin: auto;}
}
@media(max-width:576px){
    .Inquiry_text .desc,
    .text_menu li a {
        font-size: 14px;
    }
    .title_page h3,
    .Inquiry_text .title {
        font-size: 18px;
    }
    .Inquiry_field,
    .Inquiry_field .text-left{text-align: center !important;}
    .namad_footer img,
    .logo_footer img {
        margin-right: 0 !important;
    }
    .Organizations_communication .title {
        text-align: right !important;
    }
    .Organizations_communication .d-flex{justify-content: right !important;}
    .Inquiry_field .form-group {
        width: 80%;
        margin: 10px auto;
    }
}
@media(max-width:410px){
}
/*...*/
@media(max-width:576px){
    .Img_app img {
        width: 60%;
    }
}
