@font-face{
    font-family: pnr;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IRANSansWeb.eot);
    src: url(../fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"),
    url(../fonts/IRANSansWeb.woff2) format("woff2"),
    url(../fonts/IRANSansWeb.woff) format("woff"),
    url(../fonts/IRANSansWeb.ttf) format("truetype");
}@font-face{
    font-family: icon;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/icon.eot);
    src: url(../fonts/icon.eot?#iefix) format("embedded-opentype"),
    url(../fonts/icon.woff) format("woff"),
    url(../fonts/icon.ttf) format("truetype");
}
html,body{
    font:13px pnr !important;
    width: 100%;
    height: 100%;
}
body{
    padding:0;
    margin:0;
    direction: rtl;
    text-align: right;
    font:12px pnr;
}
#container{
    min-height:100%;

    position: relative;
}
#body{
    padding-bottom: 250px;
    height: 100%;
    background: white;
}
ul li{
    list-style: none;
}
ul{
    padding:0;
    margin:0;
}
a, a:link, a:visited{
    text-decoration: none;
    color: #0095b0;
}
header{
    min-width: 100%;
    width:100%;
    height:100px;
    position: fixed;
    z-index: 9999;
    right:0;
}
#logo{
    width: 150px;
    height:123px;
    right:80px;
    position: absolute;
    background: url('/images/logo-box.png') no-repeat;
    text-align: center;
    color:white;
    top:0;
    padding-top:10px;
    -webkit-transition: all 0.2s;
}
#company-name{
    position: absolute;
    z-index: 10;
    color:white;
    right:100px;
    top:10px;
    font-size:15px;
}
#logo .logo{
    width:60px;
    height:60px;
    background: url('/images/logo-white.png') no-repeat;
    position: absolute;
    bottom:20px;
    right:0;
    left:0;
    margin:auto;

}
#header-top, header nav{
    height:55px;
    width:100%;
    padding-right:250px;
    box-sizing: border-box;
}
#header-top{
    width: 100%;
    text-align: center;
    color: white;
    padding-top:11px;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all 0.2s;
    font-size:12px;
}
#header-top ul li{
    display: inline-block;
    margin-left:70px;
}
#header-top .icon{
    color: #ffffff;
    position: relative;
    top:4px;
    margin-left:4px;
}
.icon, .li-icon:before{
    font:bolder 18px icon;
    display: inline-block;
}
.li-icon:before{
    top: 7px;
    right: -27px;
    position: absolute;
    color:#7a0002;
}
.relative{
    position: relative;
}
.icon-loc:before{
    content:'\e900';
}
.icon-phone:before{
    content: '\e905';
}
.icon-email:before{
    content: '\e902';
}
.icon-mobile:before{
    content:'\e908';
}
.icon-telegram:before{
    content:'\e909';
}
header nav{
    background-color: rgba(39,39,39,0.9);
    padding-top:10px;
    height:45px;
    width: 100%;
}
header nav ul{
    margin-right:30px;
}
header nav ul li.nav-li{
    display: inline-block;
    margin-left: 50px;
    position: relative;
    text-align: center;
    width: 68px;
    vertical-align: top;
}
header nav ul li.nav-li:before{
    width: 0;
    height: 3px;
    content: '';
    background: #0099d1;
    position: absolute;
    top: 32px;
    right: -5px;
    margin: auto;
    -webkit-transition: all 0.2s;
    -webkit-transition-delay: 0.1s;
}
header nav ul li.nav-li:hover:before {
    width: 75px;
    -webkit-transition: all 0.2s;
}
header nav ul li.nav-li a {
    color: white !important;
    -webkit-transition:all 0.2s ;
}
header nav ul li.nav-li:hover > a{
    color:white !important;
    -webkit-transition:all 0.2s ;
}
header nav ul li.nav-dropdown:hover > ul{
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
header nav ul li ul li:hover{
    background: rgba(39,39,39,0.6);
}
header nav ul li ul{
    display: none;
    -webkit-transition: all 0.2s;
    width: 155px;
    margin-right: -46px;
    margin-top: 13px;
    background: rgba(39,39,39,0.8);
}
header nav ul li ul li{
    color: white;
    width: 155px;
    padding: 8px 0px;
}
#nav-icon{
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top:10px;
    left:36px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-res{
    display: none;
    position: relative;
    z-index: 100;
    margin:20px;
    background: rgba(0,0,0,0.9);
    box-sizing: content-box;
    border-radius: 10px;
}
#nav-res:before{
    content: '';
    display: inline-block;
    border-width: 12px;
    border-color: transparent transparent rgba(0,0,0,0.9) transparent;
    border-style: solid;
    position: absolute;
    top: -24px;
    left: 18px;
}
#nav-res a{
    color:white;
}
#nav-res ul{
    padding-right:30px;
}
#nav-res ul li{
    padding:10px;
}
header nav.white{
    background: rgba(255,255,255,0.9);
}
header nav.white ul li.nav-li a{
    color: rgb(0, 101, 140) !important;
}
header nav.white ul li ul{
    background: rgba(230,230,230,0.9);
}
header nav.white ul li ul li{
    color: black;
}
header nav.white ul li ul li:hover{
    background: rgba(0,153,209,0.8);
}
header nav.white ul li ul li:hover a{
    color:white !important;
}
#slider{
    /*background: url("/images/background.jpg") no-repeat;*/
    /*background-size: 100%;*/
    /*height:700px;*/
}
#banner{
    height:45vh;
    background: url('/images/banner1.jpg') no-repeat;
    background-size: 100%;
    position: relative;
}
#banner:before{
    content: '';
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 100%;
    position: absolute;
    top:0;
    z-index: 1;
}
#banner:after{
    content:'';
    display: block;
    width: 100%;
    background: url('/images/dot.png');
    height: 100%;
    position: absolute;
    top:0;
    z-index: 10;
}
#banner .text{
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 20;
    background: url(/images/text.png) no-repeat;
    background-size: 463px;
    background-position: center;
}
footer{
    width: 100%;
    padding:20px 0;
    height:250px;
    background: #f6f6f6;
    text-align: center;
    padding-bottom: 10px !important;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
}
footer .footer-box{
    display: inline-block;
    width: 255px;
    height: 150px;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    line-height: 34px;
    padding-top: 8px;
    box-sizing: border-box;
}
#footer-links ul li{
    line-height: 26px;
    padding: 2px 0;
    right: 0;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#footer-links ul li:before{
    display: none;
    content: '\6e';
    font: 14px icon;
    color: #7a0002;
    top: 8px;
    right: -4px;
    position: absolute;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
#footer-links ul li:hover:before{
    display: inline-block;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
#footer-links ul li:hover > a{
    right:10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    color:black;
}
#footer-links ul li a{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    right:0;
    position: relative;
    color:#161616;
}
#copyright{
    position: absolute;
    width: 100%;
    bottom:0;
    box-sizing: border-box;
    background: #00789a;
    padding:10px;
    text-align: center;
    color:white;
    font-weight: normal;
}
/**********/
#image-header{
    display: none;
    width:100%;
    height:250px;
    /*background: rgba(0,0,0,0) url(../_images/bg/bg.png) repeat;*/
    background: url('/images/cooperation.jpg');
    background-position: bottom;
}
.alert{
    width: 100%;
    padding: 16px;
    background: rgba(0, 146, 199, 1);
    color: white;
    box-sizing: border-box;
    text-align: right;
    padding-right:25px;
}
.container{
    padding-top: 133px;
    text-align: center;
    width: 875px;
    margin: 0 auto;
}
#about{
    text-align: right;
}
form, #about{
    padding: 15px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
}
form div{
    margin:13px;
}
form label{
    width: 155px;
    text-align: left;
    display: inline-block;
    padding-left: 13px;
    font: bold 13px pnr;
    color: #474747;
    vertical-align: top;
    position: relative;
    top:10px;
}
form input, form select, form textarea{
    width: 400px;
    display: inline-block;
    box-sizing: border-box;
    padding: 11px;
    font: 11px pnr;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    outline:none;
}
form textarea{
    resize: vertical;
    height:100px;
}
form input:focus, form select:focus, form textarea:focus{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-color: #008fb0
}
form input[type=submit]{
    background:#008fb0;
    color:white;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    position: relative;
    right:80px;
    margin-top:10px;
    font-size:13px;
}
form input[type=submit]:not(.disabled):hover{
    background: #00a4c5;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
    cursor: pointer;
}
form .form-input-error{
    display: none;
    background: #ff0606;
    color: white;
    font-size: 10px;
    position: absolute;
    top: -2px;
    left: 130px;
    padding: 2px 5px;
    border-radius: 5px;
    text-align: left;
}
#contact .box{
    overflow: hidden;
    height: 90px;
    vertical-align: top;
    margin: 21px 0;
    box-sizing: border-box;
    color: white;
    position: relative;
    z-index: 10;
    background: white;
    -webkit-box-shadow: 0 0 23px rgba(0,0,0,0.07);
    border: 1px solid #f7f7f7;
    border-radius: 17px;
}
#contact .box .image{
    background: url(/images/tehran.jpg) no-repeat;
    width: 200px;
    height: 90px;
    background-size: 200px;
    background-position: 0 -26px;
    position: relative;
}
#contact .box .image:after{
    content: '';
    display: inline-block;
    position: absolute;
    border-width: 50px 20px 50px 20px;
    border-color: white transparent transparent white;
    border-style: solid;
    left: 0;
}
#contact .box .image:before{
    position: absolute;
    font: 51px icon;
    color:white;
    text-shadow: 0 0 11px #838383;
    display: inline-block;
    content: '\e947';
    left: 34px;
    top: 20px;
}
#contact .box.location .image:before{
    content:'\e947';
}
#contact .box.tel .image {
    background: url(/images/contact.jpg) no-repeat;
    background-size: 251px;
}
#contact .box.tel .image:before{
    content:'\77';
}
#contact .box.email .image {
    background: url(/images/email.jpg) no-repeat;
    background-size: 251px;
}
#contact .box.email .image:before{
    content:'\e902';
    top:15px;
}
#contact .box.mobile .image {
    background: url(/images/mobile.jpg) no-repeat;
    background-size: 251px;
}
#contact .box.mobile .image:before{
    content:'\e908';
}
#contact .box .title{
    color: #ababab;
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    right: 196px;
    top: 9px;
    text-align: right;
    padding-right: 0;
    padding-left: 36px;
    padding-bottom: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#contact .box .text{
    color: #424242;
    position: absolute;
    right: 212px;
    top: 46px;
}
#contact .box .title:before{
    width:0;
    height:1px;
    position: absolute;
    bottom:-1px;
    background: #0092c7;
    content:'';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#contact .box:hover > .title:before{
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#contact .box:hover > .title{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color:#0092c7;
}
.index-box{
    height:400px;
    background: #fdfdfd;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.index-box .wrapper{
    width:1100px;
    margin:0 auto;
    height:100%;
    position: relative;
}
.index-box .wrapper .img{
    position: absolute;
    left:0;
    width:550px;
    height:100%;
}
.index-box img{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width:320px;
    position: absolute;
    opacity: 0;
    right:700px;
    top:70px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.index-box img.open{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right:90px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.index-box .pack{
    display: none;
    position: absolute;
    right:0;
    width: 550px;
    height:100%;
    padding-right:20px;
    box-sizing: border-box;
}
.index-box .title{
    margin-top: 100px;
    font-weight: bold;
    font-size: 19px;
    color: #c7003f;
}
.index-box ul{
    margin-top: 10px;
    color: #737373;
    width:500px;
    margin-right:25px;
}
.index-box ul li{
    line-height: 30px;
    font-size:16px;
    position: relative;
    list-style: circle;
}
.index-box input[type=button]{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 5px;
    border: 2px solid #e04328;
    color: #e04328;
    background: transparent;
    font: bold 12px pnr;
    padding: 10px 35px;
    margin-top: 15px;
    margin-right:25px;
}
.index-box input[type=button]:hover{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #e04328;
    color: white;
    cursor: pointer;
}
.index-box.align-left{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: white;
}
.index-box.align-left .img{
    right:0;
}
.index-box.align-left img{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left:700px;
    right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.index-box.align-left img.open{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left:90px;
    right: auto;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.index-box.align-left .pack{
    left:0;
    right: auto;
    padding-right:50px;
}
.index-box.index-electronic img{
    width:355px;
}
.index-box.index-security img{

}
/**************************/
.timeline-start{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width:0;
    height:0;
    background: #c9c9c9;
    border-radius: 50%;
    position: absolute;
    top:20px;
    left:0;
    right:0;
    margin:auto;
}
.timeline-1, .timeline-3{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width:2px;
    height:0;
    background: #c9c9c9;
    position: absolute;
    top:20px;
    left:0;
    right:0;
    margin:auto;
}
.timeline-3{
    top:0;
}
.timeline-1.open, .timeline-2.open, .timeline-3.open, .timeline-4.open{
    height: 400px;
}
.timeline-1-dot, .timeline-3-dot{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width:0;
    height:0;
    background: white;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:106px;
    border-radius: 50%;
    z-index: 10;
}
.timeline-1-line, .timeline-3-line{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 0;
    height: 2px;
    position: absolute;
    top: 112px;
    background: #0079b0;
    left: 0;
    right: 0;
    margin: auto;
}
.timeline-1-line.open, .timeline-3-line.open{
    width: 300px;
    left:300px;
}
.timeline-2-line.open, .timeline-4-line.open{
    width: 30px;
    right:30px;
}
.timeline-1-line:after, .timeline-3-line:after{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #0079b0;
    top: -4px;
    right: 0;
    border-radius: 50%;
}

.timeline-2,.timeline-4{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width:2px;
    height: 0;
    background: #c9c9c9;
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
}
.timeline-4{
    height:0;
}
.timeline-2-dot, .timeline-4-dot{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width:0;
    height:0;
    background: #d8eff8;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:106px;
    border-radius: 50%;
    z-index: 10;
}
.timeline-2-line, .timeline-4-line{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 0;
    height: 2px;
    position: absolute;
    top: 112px;
    background: #0079b0;
    right: 0;
    left: 0;
    margin: auto;
}
.timeline-2-line:after, .timeline-4-line:after{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: '';
    display: inline-block;
    position: absolute;
    height: 10px;
    width: 10px;
    background: #0079b0;
    top: -4px;
    left: 0;
    border-radius: 50%;
}
.timeline-1-line.hidden:after, .timeline-3-line.hidden:after,
.timeline-2-line.hidden:after, .timeline-4-line.hidden:after{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 0;
    height:0;
}
.timeline-end{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width:0;
    height:0;
    background: #c9c9c9;
    border-radius: 50%;
    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    margin:auto;
}
@media screen and (max-width : 820px){
    #nav-icon{
        display: block;
    }
    #nav-icon.white span{
        background-color: #002646;
    }
    header nav ul{
        display: none;
    }
    header #company-name{
        right:145px;
    }
    header #company-name.white{
        color: #002646;
    }
    header #logo{
        width: 100px;
        height: 82px;
        background-size: 100px;
        right: 22px;
    }
    header #logo .logo{
        bottom: 16px !important;
        background-size: 56px !important;
        width: 56px !important;
    }
}
@media screen and (max-width : 1070px){
    #header-top ul li:last-child{
        display: none;
    }
}
@media screen and (max-width : 920px){
    #header-top{
        display: none;
    }
    nav ul li.nav-li{
        margin-left:30px
    }
}
@media screen and (max-width : 1100px){
    .index-box {
        height:500px;
    }
    .index-box .wrapper{
        width: 900px;
    }
    .index-box .wrapper .img,
    .index-box .wrapper .pack,
    .index-box .wrapper .pack ul {
        width:450px
    }
    .index-box .wrapper .pack{
        margin-top:50px;
    }
    .index-box.index-electronic .wrapper .pack,
    .index-box.index-teaching .wrapper .pack,
    .index-box.index-security .wrapper .pack{
        margin-top:0;
    }
    .index-box.index-electronic .wrapper .pack ul li,
    .index-box.index-teaching .wrapper .pack ul li,
    .index-box.index-security .wrapper .pack ul li{
        width:370px;
    }

    .timeline-1-dot{
        top:156px;
    }
    .timeline-1-line{
        top:162px;
    }
    .index-box img{
        top:110px;
    }
    .index-box img.open{
        right:40px;
    }
    .index-box.align-left img.open{
        left:40px;
    }
    .timeline-1.open, .timeline-2.open, .timeline-3.open, .timeline-4.open{
        height: 100%;
    }
    .timeline-1-line.open, .timeline-3-line.open{
        width: 150px;
        left:150px;
    }
    #footer-links, #footer-contact{
        width: 200px;
    }
}
@media screen and (max-width : 900px){

    .index-box .wrapper{
        width: 600px;
    }
    .index-box .wrapper .img,
    .index-box .wrapper .pack,
    .index-box .wrapper .pack ul {
        width:300px
    }
    .index-box .wrapper .pack{
        margin-top:50px;
    }
    .index-box .wrapper .pack ul li{
        width:232px !important;
        text-align: justify;
    }

    .timeline-1-dot{
        top:156px;
    }
    .timeline-1-line{
        top:162px;
    }
    .index-box img, .index-box.align-left img{
        width: 250px !important;
        top:150px !important;
    }
    .index-box img.open{
        right:40px;
    }
    .index-box.align-left img.open{
        left:40px;
    }
    .timeline-1.open, .timeline-2.open, .timeline-3.open, .timeline-4.open{
        height: 100%;
    }
    .timeline-1-line.open, .timeline-3-line.open{
        width: 50px;
        left:50px;
    }
}
@media screen and (max-width: 670px){
    .timeline-1,.timeline-2,.timeline-3, .timeline-4,
    .timeline-1-line,.timeline-2-line,.timeline-3-line, .timeline-4-line,
    .timeline-1-dot,.timeline-2-dot,.timeline-3-dot, .timeline-4-dot,
    .timeline-start, .timeline-end{
        display: none;
    }
    .index-box, .index-box .wrapper, .index-box .pack, .index-box img{
        height:auto !important;
    }
    .index-box .wrapper{
        width: 100%;
    }
    .index-box .wrapper .img{
        width: 100%;
        display: block;
        position: relative;
    }
    .index-box .wrapper .img img{
        width: 55% !important;
        display: block;
        margin:60px auto;
        position: relative;
        top:auto !important;
        right:auto;
        left:auto;
        opacity: 1;
        -webkit-transform:rotate(0deg) ;
        transform:rotate(0deg) ;
    }
    .index-box .wrapper .pack{
        width: 100% !important;
        display: block;
        margin:10px auto;
        position: relative;
        top:auto !important;
        right:auto;
        left:auto;
        opacity: 1;
    }
    .index-box .wrapper .pack ul li,
    .index-box .wrapper .pack ul{
        width: 91% !important;
    }
    .index-box .wrapper .pack .title{
        margin-top:0 !important;
    }
    .index-box.align-left{
        background: #f8f8f8;
    }
    .index-box{
        padding-bottom:40px;
    }

}
@media screen and (max-width: 950px){
    footer .footer-box{
        width: 48% !important;
        padding:50px;
    }
    footer{
        height:450px;
    }
    #body{
        padding-bottom: 450px;

    }
}
@media screen and (max-width: 520px){
    footer .footer-box{
        width: 97% !important;
        padding:10px 40px;
        height: auto;
    }
    footer{
        height:auto;
        padding-bottom: 100px !important;
    }
    #body{
        padding-bottom: 750px;
    }
    #call_button a{
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #00c811;
        background-image: url(/images/telephone.svg);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 500;
    }
}
@media screen and (min-width: 523px) {
    #call_button a {
        display: none;
    }
    }
/************/
.iziModal-rtl .iziModal-header-subtitle, .iziModal-rtl .iziModal-header-title{
    font-family:pnr;
}
.iziModal .iziModal-header-title{
    font-size:16px;
}
/**************/


.cd-primary-nav {
    /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
    float: right;
    margin-right: 5%;
    width: 44px;
    height: 100%;
    background: url("/images/cd-icon-menu.svg") no-repeat center center;
}
.cd-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.cd-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #21272c;
    border-top: 1px solid #333c44;
    color: #ffffff;
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        /* reset navigation values */
        width: auto;
        height: auto;
        background: none;
    }
    .cd-primary-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px;
    }
    .cd-primary-nav ul.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .cd-primary-nav li {
        display: inline-block;
        margin-left: 1em;
    }
    .cd-primary-nav a {
        display: inline-block;
        height: auto;
        font-weight: 600;
        line-height: normal;
        background: transparent;
        padding: .6em 1em;
        border-top: none;
    }
}

/* --------------------------------

Slider

-------------------------------- */
.cd-hero {
    text-align: right;
    direction: rtl;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

.cd-hero-slider {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-hero-slider li.selected {
    /* this is the visible slide */
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-hero-slider li.move-left {
    /* slide hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
    /* the is-moving class is assigned to the slide which is moving outside the viewport */
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
    .cd-hero-slider {
        height: 100%;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-hero-slider {
        height: 100%;
    }
}

/* --------------------------------

Single slide style

-------------------------------- */
.cd-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cd-hero-slider li:first-of-type {
    background-image: url("/images/10102134.jpg");
    background-position: top;
}
.cd-hero-slider li:nth-of-type(2) {
    background-image: url("/images/22.jpg");
}
.cd-hero-slider li:nth-of-type(3) {
    background-image: url("/images/010101.jpg");
}
.cd-hero-slider li:nth-of-type(4) {
    background-image: url("/images/101012.jpg");
}
.cd-hero-slider li:nth-of-type(4) div p{
    text-align: right !important;
    display: inline-block;
    width: 269px;
    padding: 11px;
    font-size: 23px;
    font-weight: bold;
    margin-top: -8px;
}
.cd-hero-slider li:nth-of-type(4) div p.p-1 {
    color:#cd0101;
    margin-bottom:7px;
}
.cd-hero-slider li:nth-of-type(4) div p.p-2 {
    background-color:#cd0101;
}
.cd-hero-slider li:nth-of-type(4) div p.p-3 {
    color:#cd0101;
    background-color:white;
}
.cd-hero-slider li:nth-of-type(5) {
    background-color: #2c343b;
    background-image: url("/images/slide5-bg.jpg");

}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 20%;
    /* this padding is used to align the text */
    padding-top: 100px;
    text-align: center;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
img {
    max-width: 100%;
}
.cd-hero-slider li:nth-of-type(3) p{
    position: relative;
    background: rgba(255,255,255,0.9);
    display: inline-block;
    color: #006899;
    width: auto;
    padding: 7px 30px;
}
.cd-hero-slider li:nth-of-type(3) p:before{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:10px;
    background:#006899;
    content: '';
}
.cd-hero-slider .cd-img-container {
    /* hide image on mobile device */
    display: none;
}
.cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 42%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
    /* hide video on mobile device */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
    /* you won't see this element in the html, but it will be injected using js */
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #ffffff;
    width: 90%;
    max-width: 400px;
}
.cd-hero-slider h2 {
    font-size: 2.4rem;
}
.cd-hero-slider p {
    font-size: 1.4rem;
    line-height: 1.4;
}
.cd-hero-slider .cd-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(212, 68, 87, 0.9);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, 0.8);
}
.cd-hero-slider .cd-btn:nth-of-type(2) {
    margin-left: 1em;
}
.no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #d44457;
}
.no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e;
}
@media only screen and (min-width: 768px) {
    .cd-hero-slider li:nth-of-type(2) {
        background-image: url("/images/22.jpg");
    }
    .cd-hero-slider li:nth-of-type(3) {
        background-image: url("/images/010101.jpg");
    }
    .cd-hero-slider li:nth-of-type(4) {
        background-image: url("/images/101012.jpg");
    }
    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        /*padding-top: 150px;*/
    }
    .cd-hero-slider .cd-bg-video-wrapper {
        display: block;
    }
    .cd-hero-slider .cd-half-width {
        width: 45%;
    }
    .cd-hero-slider .cd-half-width:first-of-type {
        left: 5%;
    }
    .cd-hero-slider .cd-half-width:nth-of-type(2) {
        right: 5%;
        left: auto;
    }
    .cd-hero-slider .cd-img-container {
        display: block;
    }
    .cd-hero-slider h2, .cd-hero-slider p {
        max-width: 520px;
    }
    .cd-hero-slider h2 {
        font-size: 2.4em;
        font-weight: 300;
    }
    .cd-hero-slider .cd-btn {
        font-size: 1.4rem;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        position: absolute;
        top: 20%;
        bottom: 0;
        margin: auto;
        height: 500px;
    }
    .cd-hero-slider h2, .cd-hero-slider p {
        margin-bottom: 20px;
    }
    .cd-hero-slider h2 {
        font-size: 3.2em;
    }
    .cd-hero-slider p {
        font-size: 1.6rem;
    }
}

/* --------------------------------

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
    .cd-hero-slider .cd-half-width {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }
    .cd-hero-slider .move-left .cd-half-width {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    .cd-hero-slider .selected .cd-half-width {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-hero-slider .is-moving .cd-half-width {
        /* this is the slide moving outside the viewport
        wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }
    .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
    .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }
    .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
    .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }
    .cd-hero-slider .cd-full-width h2,
    .cd-hero-slider .cd-full-width p,
    .cd-hero-slider .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    .cd-hero-slider .move-left .cd-full-width h2,
    .cd-hero-slider .move-left .cd-full-width p,
    .cd-hero-slider .move-left .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .cd-hero-slider .selected .cd-full-width h2,
    .cd-hero-slider .selected .cd-full-width p,
    .cd-hero-slider .selected .cd-full-width .cd-btn {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-hero-slider li.is-moving .cd-full-width h2,
    .cd-hero-slider li.is-moving .cd-full-width p,
    .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
        /* this is the slide moving outside the viewport
        wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }
    .cd-hero-slider li.selected h2 {
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }
    .cd-hero-slider li.selected p {
        -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
        -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
        transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }
    .cd-hero-slider li.selected .cd-btn {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
}
/* --------------------------------

Slider navigation

-------------------------------- */
.cd-slider-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    height: 55px;
    background-color: rgba(190,190,190, 0.5);
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
    height: 100%;
}
.cd-slider-nav nav {
    display: inline-block;
    position: relative;
}
.cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    color: #d44457;
    background-color: #ffffff;
    box-shadow: inset 0 2px 0 currentColor;
    -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
    -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cd-slider-nav .cd-marker.item-2 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-slider-nav .cd-marker.item-3 {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}
.cd-slider-nav .cd-marker.item-4 {
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    transform: translateX(300%);
}
.cd-slider-nav .cd-marker.item-5 {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%);
}
.cd-slider-nav ul::after {
    clear: both;
    content: "";
    display: table;
}
.cd-slider-nav li {
    display: inline-block;
    width: 60px;
    float: left;
}
.cd-slider-nav li.selected a {
    color: #008fb0;
}
.no-touch .cd-slider-nav li.selected a:hover {
    background-color: transparent;
}
.cd-slider-nav a {
    display: block;
    position: relative;
    padding-top: 52px;
    font-size: 10px;
    color: white;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-slider-nav a::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 8px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/images/slider-nav.png) no-repeat 0 0;
    background-size: 140px 56px;
}
.no-touch .cd-slider-nav a:hover {
    background-color: rgba(0, 1, 1, 0.5);
}
.cd-slider-nav li:first-of-type a::before {
    background-position: 0 0;
}
.cd-slider-nav li.selected:first-of-type a::before {
    background-position: 0 -28px;
}
.cd-slider-nav li:nth-of-type(2) a::before {
    background-position: -28px 0;
}
.cd-slider-nav li.selected:nth-of-type(2) a::before {
    background-position: -28px -28px;
}
.cd-slider-nav li:nth-of-type(3) a::before {
    background-position: -56px 0;
}
.cd-slider-nav li.selected:nth-of-type(3) a::before {
    background-position: -56px -28px;
}
.cd-slider-nav li:nth-of-type(4) a::before {
    background-position: -84px 0;
}
.cd-slider-nav li.selected:nth-of-type(4) a::before {
    background-position: -84px -28px;
}
.cd-slider-nav li:nth-of-type(5) a::before {
    background-position: -112px 0;
}
.cd-slider-nav li.selected:nth-of-type(5) a::before {
    background-position: -112px -28px;
}
@media only screen and (min-width: 768px) {
    .cd-slider-nav {
        height: 70px;
    }
    .cd-slider-nav .cd-marker,
    .cd-slider-nav li {
        width: 95px;
    }
    .cd-slider-nav a {
        padding-top: 52px;
        font-size: 12px;
        text-transform: uppercase;
    }
    .cd-slider-nav a::before {
        top: 18px;
    }
}

/* --------------------------------

Main content

-------------------------------- */
.cd-main-content {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 2em 0;
}
.cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999999;
    margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
    .cd-main-content {
        padding: 3em 0;
    }
    .cd-main-content p {
        font-size: 1.6rem;
    }
}

/* --------------------------------

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
    display: none;
}
.no-js .cd-hero-slider li.selected {
    display: block;
}

.no-js .cd-slider-nav {
    display: none;
}
/*****************/

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*********************/
#logo-svg-box{
    position: relative;
    height:170px;
    text-align: center;

}
#logo-svg-box svg{
    position: absolute;
    top:0;
    left:0;
    right:0;
    width:170px;
    margin: auto;
}
#logo-svg-box img{
    position: absolute;
    top: 7px;
    width: 147px;
    margin: auto;
    left: 0;
    right: 2px;
    display: none;
}
.parallax-mirror{
    z-index: 1 !important;
}
#form-resume .refreshrecaptcha img{
    width:120px !important;
}
#form-resume .refreshrecaptcha{
    display: inline-block;
    margin: 3px !important;
}
#notice_modal .modal-dialog{
    width:800px !important;
    margin:150px auto !important;
}
#notice_modal .modal-body{
    padding:0;
}
#notice_modal .modal-content{
    overflow: hidden;
    padding: 0;
    position: relative;
}
#notice_modal .modal-header{
    position: absolute;
    top:0;
    width:100%;
    z-index: 5;
    border: none;
}
.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0px !important;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #ffffff;
    border: 0;
    outline: 0;
    background: transparent;
}
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 850px;
        padding:0;
        max-height:355px;
    }
}
.remodal{
    padding:0 !important;
    border-radius: 10px;
    overflow: hidden;
    max-height:355px;
}
.remodal-overlay {
    background: rgba(43, 46, 56, 0.53);
}
.remodal-wrapper{
    bottom:auto;
    top:110px;
}
