/*-------------------------------------------------------------------------reset--------------------------------------------------------------------------*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
@font-face {
    font-family: iransans;
    src: url('../font/IranSans.eot');
    src: url('../font/IranSans.ttf');
    src: url('../font/IranSans.woff');
  }
  body{
      overflow-x: hidden;
  }
  main{
      font-family: iransans;
      direction: rtl;
      height: 100%;
      overflow: hidden!important;
  }
  ul {
    list-style: none;
  }
  input:focus{
      outline: none;
  }
  button:focus{
    outline: none;
}
select:focus{
    outline: none;
}
/*-------------------------------------------------------------------------header--------------------------------------------------------------------------*/
.header{
    width: 100%;
    height: 120px;
    margin: auto;
    position: fixed;
    background-color: white;
    box-shadow: 0 0 10px black;
    top: 0;
    z-index: 99999999;
}
.inside-header {
    width: 100%;
    height: 120px;
    max-width: 1350px;
    margin: auto;
    display: flex;
}
.right-header{
    width: auto;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    font-size: 11px;
    font-weight: bold;
    color: #78cdd1;
    padding:10px;
}
.logo-head {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0px 0 15px;
}
.logo-head>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.right-header>p{
    margin-bottom: 10px;
}
.left-header{
    width: 1000px;
    height: 100%;
}
.top-header{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.top-header>select{
    border: none;
    color: #78cdd1;
}
.bot-header{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bot-header>ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bot-header>ul>li{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.bot-header>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: black;
    font-weight: bold;
}
.bot-header>ul>li>a:hover{
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    font-weight: 100;
}
.parent-input{
    width: 250px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    border: 1px solid #031a35;
    overflow: hidden;
    margin-left: 20px;
}
.parent-input>input{
    width: 90%;
    height: 100%;
    font-family: iransans;
    border: none;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
}
.parent-input>button{
    width: 10%;
    height: 100%;
    border: none;
    border-right: 1px solid #031a35;
    color: #031a35;
    background-color: transparent;
}
.parent-input>button:focus{
    background-color: #0d12357e;
    color: white;
}
.parent-span{
    width: 215px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 20px;
}
.parent-span>img:hover{
    box-shadow: 0 0 10px rgb(255, 0, 0);
}
.parent-span>a{
    width: 25px;
    height: 25px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.parent-span>a:hover{
    box-shadow: 0 0 10px #0d1235;
}
.parent-span>a>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.parent-language>button{
   width: 100px;
   height: 30px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   border: none;
   background-color: transparent;
}
.parent-language>button>div{
    display: flex;
}
.parent-language>button>div>span{
    padding-left: 5px;
}
.language{
    width: 63px;
    box-shadow: 0 0 2px black;
    display: none;
}
.language>ul{
    width: 100%;
    height: 100%;
}
.language>ul>li{
    width: 100%;
    height: 40px;
    background-color: white;
}
.language>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: black;
    font-weight: bold;
    font-size: 13px;
}
.language>ul>li>a:hover{
  background-color: rgba(0, 0, 0, 0.144);
}
.parent-language {
    width: 100px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: 15px;
    right: 25px;
}
/*-------------------------------------------------------------------------sec1--------------------------------------------------------------------------*/
.sec1{
    width: 100%;
    height: 400px;
    margin: auto;
    display: flex;
    margin-top: 120px;
}
.inside-sec1{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inside-sec1>img{
    width: 100%;
    height: 100%;
}
.inside-sec1>p{
    position: absolute;
    font-size: 30px;
    color: white;
    font-weight: bold;
}
/*-------------------------------------------------------------------------bradcrump--------------------------------------------------------------------------*/
.bradcrump{
    width: 100%;
    height: 50px;
    max-width: 1366px;
    margin: auto;
    display: flex;
}
.inside-bradcrump{
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
}
.inside-bradcrump>ul{
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
}
.inside-bradcrump>ul>li>a{
    font-size: 13px;
    color: #78cdd1;
    padding-right: 5px;
}
.inside-bradcrump>ul>li>a:first-child{
    color: rgb(0, 0, 22);
}
/*-------------------------------------------------------------------------sec2--------------------------------------------------------------------------*/
.sec2{
    width: 100%;
    /*height: 280px;*/
    max-width: 1366px;
    margin: auto;
    display: flex;
}
.inside-sec2{
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.inside-sec2>p{
    font-weight: bold;
    font-size: 19px;
}
.inside-sec2>span{
    font-size: 15px;
    line-height: 3;
    text-align: justify;
    padding: 20px;
}
/*-------------------------------------------------------------------------sec3--------------------------------------------------------------------------*/
.sec3{
    width: 100%;
    margin: auto;
    display: flex;
    padding-bottom: 50px;
    border-bottom: 10px solid #78cdd1;
}
.inside-sec3{
    width: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}
.bot-left{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img{
    width: 180px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img>img{
    width: 100%;
    height: 100%;
}
.a-left{
    width: 100%;
    height: 100%;
}
.top-a{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}
.top-a>p{
    font-weight: bold;
    font-size: 18px;
    padding-right: 50px;
}
.bot-a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bot-a>ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 27px 20px;
    padding-right: 50px;
}
.bot-a>ul>li>a{
    font-size: 11px;
    display: flex;
    padding: 2px 15px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #062854;
    margin-left: 20px;
    color: white;
}
.bot-a>ul>li>a:hover{
    background-color: #78cdd1;
    text-shadow: 0 0 10px rgb(0, 0, 29);
}
.box{
    width: 260px;
    height: 420px;
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, 0.267);
    background: #3FA0EC;
}
.box:hover{
    box-shadow: 0 0 15px rgb(0, 0, 0);
    background-image: linear-gradient(to bottom ,#3FA0EC,#164264);
}
.box-top{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-top>p{
    font-weight: bold;
    font-size: 14px;
    color: rgb(58, 65, 126);
}
.box-center{
    width: 100%;
    height: 236px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-center>img{
    width: 74%;
    height: 80%;
}
.box-bot{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-bot>a{
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    border-radius: 7px;
    color: white;
    font-size: 12px;
    background-color: #062854;
    font-family: iransans;
}
.box-bot>a:hover{
    background-color: #b8eff1;
    box-shadow: 0 0 5px rgb(0, 0, 29);
    transition: all 1s;
    color: rgb(29, 29, 255);
    font-weight: bold;
    border: none;
}
/*-------------------------------------------------------------------------sec4--------------------------------------------------------------------------*/
.sec4{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    padding-bottom: 30px;
}
.inside-sec4{
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
}
.top-sec4{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
}
.bot-sec4{
    width: 100%;
    height: 450px;
}
.top-bot-sec4 {
    width: 92%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bot-sec4>input{
    width: 250px;
    height: 40px;
    border: none;
    padding-right: 10px;
    font-family: iransans;
    background-color: #efefef;
}
.bottom-bot-sec4{
    width: 100%;
    height: 250px;
    display: flex;
}
.right-bot-sec4{
    width: 250px;
    height: 100%;
}
.right-bot-sec4>input{
    width: 250px;
    height: 40px;
    border: none;
    padding-right: 10px;
    font-family: iransans;
    background-color: #efefef;
    margin-top: 10px;
}
.right-bot-sec4>input:nth-child(1){
    margin-top: 0;
}
.left-bot-sec4 {
    width: 865px;
    height: 100%;
    padding-right: 8px;
    display: flex;
    flex-direction: column;
}
.left-bot-sec4>input{
    width: 470px;
    height: 40px;
    background-color: #efefef;
    border: none;
    padding-right: 10px;
    font-family: iransans;
}
.left-bot-sec4>textarea{
    width: 768px;
    height: 142px;
    background-color: #efefef;
    border: none;
    padding-right: 10px;
    font-family: iransans;
}
.btn-parent{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 13px;
}
.btn-parent>button{
    width: 120px;
    height: 40px;
    border-radius: 10px;
    border: none;
    color: white;
    font-family: iransans;
    background-color: #0b0d30;
}

/*-------------------------------------------------------------------------sec6--------------------------------------------------------------------------*/
.sec6{
    width: 100%;
    height: 180px;
    max-width: 1366px;
    margin: auto;
    display: flex;
}
.inside-sec6{
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #78cdd1;
    flex-direction: column;
}
.inside-sec6>div{
    width: 500px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-direction: column;
}
.inside-sec6>div>p{
    font-weight: bold;
    margin-left: 269px;
    font-size: 13px;
}
.inside-sec6>div>input{
    font-family: iransans;
    width: 380px;
    height: 30px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
}
.inside-sec6>div>input:focus{
    outline: none;
    box-shadow: 0 0 5px #1f5c74;
    border: none;
}
.inside-sec6>div>button{
    width: 100px;
    height: 30px;
    background-color: #0b0d30;
    font-family: iransans;
    color: white;
    border: none;
    border-radius: 8px;
}
.inside-sec6>div>button:focus{
    outline: none;
    box-shadow: 0 0 5px #1f5c74;
    border: none;
}

/*-------------------------------------------------------------------------sec18--------------------------------------------------------------------------*/
.sec18{
    width: 100%;
    height: 180px;
    margin: auto;
    display: flex;
    background-color: #78cdd1;
}
.inside-sec18{
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #78cdd1;
    flex-direction: column;
}
.inside-sec18>div{
    width: 400px;
    height: 130px;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-direction: column;
}
.inside-sec18>div>p{
    font-weight: bold;
    margin-left: 269px;
    font-size: 13px;
}
.inside-sec18>div>input{
    font-family: iransans;
    width: 380px;
    height: 35px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    padding-right: 10px;
}
.inside-sec18>div>input:focus{
    outline: none;
    box-shadow: 0 0 5px #1f5c74;
    border: none;
}
.inside-sec18>div>button{
    width: 100px;
    height: 30px;
    background-color: #0b0d30;
    font-family: iransans;
    color: white;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
}
.inside-sec18>div>button:focus{
    outline: none;
    box-shadow: 0 0 5px #1f5c74;
    border: none;
}

/*-------------------------------------------------------------------------footer--------------------------------------------------------------------------*/
.footer {
    width: 100%;
    height: 600px;
    margin: auto;
    display: flex;
    background-color: #0b0d30;
}

.inside-footer {
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.top-footer {
    width: 90%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .top-footer > p {
        color: #78cdd1;
        font-weight: bold;
        font-size: 17px;
    }

.center-footer {
    width: 100%;
    height: 260px;
    display: flex;
    margin-top: 50px;
    border-bottom: 1px solid #0d1235;
}

.center-footer-right1 {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .center-footer-right1 > ul > li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 15px 0;
    }

        .center-footer-right1 > ul > li > a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: 100%;
            color: white;
            font-size: 14px;
        }

            .center-footer-right1 > ul > li > a:hover {
                margin-right: 2px;
                font-weight: bold;
                text-shadow: 0 0 10px #3291b6;
            }

.center-footer-right2 {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .center-footer-right2 > ul > li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 15px 0;
    }

        .center-footer-right2 > ul > li > a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: 100%;
            color: white;
            font-size: 14px;
        }

            .center-footer-right2 > ul > li > a:hover {
                margin-right: 2px;
                font-weight: bold;
                text-shadow: 0 0 10px #3291b6;
            }

.center-footer-right3 {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .center-footer-right3 > ul > li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 15px 0;
    }

        .center-footer-right3 > ul > li > a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: 100%;
            color: white;
            font-size: 14px;
        }

            .center-footer-right3 > ul > li > a:hover {
                margin-right: 2px;
                font-weight: bold;
                text-shadow: 0 0 10px #3291b6;
            }

.center-footer-right4 {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

    .center-footer-right4 > div {
        color: white;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px;
    }

        .center-footer-right4 > div > span {
            font-size: 14px;
            color: #78cdd1;
        }

        .center-footer-right4 > div > p {
            padding-right: 10px;
            font-size: 12px;
        }

        .center-footer-right4 > div > a {
            font-size: 13px;
            color: white;
            padding-right: 40px;
        }

.left-footer {
    width: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

    .left-footer > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

        .left-footer > div > img {
            width: 43px;
            padding: 6px;
        }

        .left-footer > div > a > img:hover {
            box-shadow: 0 0 10px rgb(85, 110, 255);
            border-radius: 20px;
        }

.bot-footer {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.right-bot-footer {
    width: 60px;
    height: 60px;
}

    .right-bot-footer > a {
        background-color: #78cdd1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 50px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
    }

        .right-bot-footer > a:hover {
            box-shadow: 0 0 13px white;
        }

.left-bot-footer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

    .left-bot-footer > p > a {
        color: #78cdd1;
        font-size: 12px;
    }

    .left-bot-footer > p {
        font-size: 12px;
        padding: 5px;
    }

.center-footer-right1 > ul {
    width: 100%;
}

.center-footer-right2 > ul {
    width: 100%;
}

.center-footer-right3 > ul {
    width: 100%;
}



