@font-face {
     font-family: IRANSans;
     src: url('../fonts/IRANSansWeb/IRANSansWeb.eot');
     src: url('../fonts/IRANSansWeb/IRANSansWeb.eot') format('embedded-opentype'), url('../fonts/IRANSansWeb/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb/IRANSansWeb.ttf') format('truetype');
     font-weight: 400;
     font-style: normal 
}
 body{
     font-family: 'IRANSans', sans-serif;
     background: #f5f6f7;
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
     background-size: cover;
}
 .all{
     position: absolute;
     width: 100%;
     height: 100%;
     top:0;
     left:0;
}
 .aresp{
}
 .menu-top{
     position: absolute;
    /* max-width: 1200px;
    */
     width: 100%;
     top: 0;
     left: 0;
     right: 0;
     padding: 16px;
     margin: auto;
}
 .menu-top .btn-grp {
     float: left;
}
 .menu-top .btn-grp div{
     float: left;
     margin-left: 8px;
}
 .menu-top .btn-grp div a{
     color: #1d1d1d;
     text-transform: uppercase;
     font-weight: bold;
     font-size: 14px;
     display: inline-block;
     padding: 8px 16px;
     border-radius: 30px;
     transition: 0.2s;
}
 .menu-top .btn-grp div a:hover{
     text-decoration: underline;
}
 .menu-top .btn-grp div a.cta{
     background: #0083DD;
     color: #fff;
}
 .menu-top .btn-grp div a.cta:hover{
     text-decoration: none;
     background: #1d1d1d;
}
 .d-window{
     position: relative;
     width: 100%;
     margin-top: 64px;
    /* top:50%;
     margin-top: -13.6rem;
     */
}
 .d-window .cont{
     width: 100%;
     max-width: 1200px;
     margin: auto;
     position: relative;
     padding-top: 2rem;
}
 header{
     width: 100%;
     max-width: 640px;
     margin: auto;
     position: relative;
     text-align: center;
     margin-bottom: 72px;
}
 header h2{
     margin: auto;
     font-size: 48px;
     font-weight: bold;
     text-transform: uppercase;
     padding-left: 32px;
     padding-right: 32px;
     color: #1d1d1d;
}
 header h4{
     font-size: 16px;
     font-weight: 300;
     color: #999;
}
 .select{
     margin-bottom: 16px;
     padding-top: 16px;
     color: #1d1d1d;
     font-weight: 300;
     font-size: 16px;
     text-align: center;
     border-top: 1px solid #d1d1d1;
}
 .row.list{
     max-width: 100%;
     width: 100%;
     margin-bottom: 96px;
}
 img{
     width: 100%;
}
 ul, li{
     list-style: none;
}
 ul li{
     margin-bottom: 0;
     margin: 0;
     padding: 0;
}
 ul li.columns{
     padding: 0;
}
 ul li a{
     box-sizing: border-box;
     display: block;
     padding: 0;
     margin: 0;
     background: #fff;
     transition: 0.2s;
     border: 1px solid #d1d1d1;
    /* border-right: none;
    */
     margin-right: -1px 
}
 ul li:first-child a{
    /* border-left-color: transparent;
    */
}
 ul li:last-child a{
    /* border-left-color: transparent;
    */
     border-right: 1px solid #d1d1d1;
}
 ul li a h4{
     color: #1d1d1d;
     font-size: 16px;
     padding-top: 16px;
     padding-bottom: 16px;
    /* text-transform: uppercase;
     */
     margin: 0;
     border-top: 1px solid #d1d1d1;
     transition: 0.2s;
}
 li a div {
     position: relative;
}
 li a div:after {
     position: absolute;
     content: "";
     background: #0083DD;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
     opacity: 0;
     transition: 0.2s;
}
 ul li a:hover{
     background: #0083DD;
}
 ul li a:hover h4{
     border-top-color: #0083DD;
     color: #fff;
}
 ul li a:hover div:after{
     opacity: 0.3;
}
 footer{
     text-align: center;
     color:#999;
     border-top: 1px solid #d1d1d1;
     margin-bottom: 56px;
     padding-top: 32px;
     font-size: 12px;
}
 footer a:visited, footer a:hover, footer a{
     color:#1d1d1d;
     font-weight: bold;
}
 @media screen and (max-width: 640px) {
     header h2{
         font-size: 32px;
         margin-bottom: 16px;
    }
     .d-window{
         position: absolute;
         width: 100%;
         top:0;
         margin-top: 64px;
    }
     .select{
         font-size: 1.2rem;
    }
     .column, .columns {
         position: relative;
         padding-left: 0.7rem;
         padding-right: 0.7rem;
    }
     ul li a h4 {
         font-size: 14px;
         padding-top: 8px;
         padding-bottom: 8px;
    }
     ul li{
         margin-bottom: -1px;
    }
}
