html{
    scroll-behavior: smooth;
}

main{
    width: 100%;
    height: 100%;
}
main::-webkit-scrollbar {
display: none;
}

aside a{
text-decoration: none;
font-size: 18px;
color: #04367B;
margin-bottom: 16px;
font-family: IRANSansWeb_Medium;
transition: .1s;
}
aside ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 16px;
}
.clicked{
    font-family: IRANSansWeb_Bold;
    font-size: 25px;
    padding: 16px 0;
    border-bottom: 3px solid red;
    display: inline-block;
    width: 100%;
}

article{
width: calc(68% + 64px);
min-height: 100%;
height: fit-content;
margin-top: 130px;
padding: 0px var(--menuPaddingHoriz);
box-shadow: 0px 0px 24px #dbdbdb;
background-color: #fff;
border-radius: 10px 0px 0px 10px;
}
article section{
padding-top: 128px !important;
}
.History, .About_agency{
display: flex;
flex-direction: row;
justify-content: space-between;
border-bottom: 1px solid #B8B8B8;
padding: 32px 0px;
}
.History div img, .About_agency div img{
width: 300px;
/* height: 272px; */
margin-right: 64px  ;
}
.History_info, .About_agency_info{
width: 596px;
}
.History_info_title, .About_agency_info_title, .Customers_title{
font-size: 25px !important;
font-weight: bold;
color: #04367B;
}
.History_info p, .About_agency_info{
font-size: 16px;
text-align: justify;
line-height: 2.5;
color: #04367B;
}
.Customers{
border-bottom: 1px solid #B8B8B8;
}
.Customers .grid_container{
display: grid;
grid-template-columns: repeat(6 , 1fr);
gap: 16px;
}
.grid_container .grid_item img{
width: 100%;
}
.Contact_us> div{
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 16px;
}
.Contacts{
flex: 1;
height: fit-content;
padding: 0px;
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.Contact_us {
padding-bottom: 32px;
}
.Contact_us .Contacts li{
list-style-type: none;
}
.Contact_us .Contacts li a {
display: flex;
align-items: center;
text-decoration: none;
color: #04367B;
}
.Contact_us .Contacts li img{
width: 32px;
height: 32px;
margin-left: 10px;
opacity: 0.6;
}
.Comment_registration_form{
width: 383px;
height: fit-content;
padding: 32px 32px;
background-color: #E5EFFF;
border-radius: 8px;
}
.Comment_registration_form div{
width: 100%;
height: 48px;
background-color: #fff;
border-radius: 6px;
display: flex;
align-items: center;
padding: 16px 16px;
margin-bottom: 16px;
}
.Comment_registration_form div img{
margin-left: 8px;
}
.Comment_registration_form input, .Comment_registration_form textarea{
width: 100%;
height: 48px;
border: none;
outline: none;
border-radius: 6px;
font-family: IRANSansWeb;
font-size: 14px;
}
.Comment_registration_form textarea{
height: 180px;
padding: 16px;
margin-bottom: 10px;
}
.Comment_registration_form input[type="submit"]{
background-color: #005FFE;
color: #fff;
}
@media(max-width:980px){
aside{
width: 100%;
height: 300px;
transform: none;
padding: 32px 32px 32px 0px;
display: flex;
flex-direction: column;

box-shadow: 0px 0px 24px #dbdbdb;
background-color: #fff;
margin-top: 80px;
border-bottom: 1px solid #B8B8B8;
border-radius: 0;
}
article{
width: 100%;
margin-top: 0px;
border-radius: 0;
box-shadow: none;
}
.Contact_us> div{
flex-direction: column !important;
}
.Contacts{
width: 100% !important;
}
.Comment_registration_form{
width: 100% !important;
}
}
.Contact_us iframe{
width: 100%;
height: 500px;
margin: 32px 0px;
border: none;
border-radius: 10px;
}


@media(min-width:980px){
    #Header {
    background-color: #ffffff !important;
    width: 100%;
    height: 112px !important;
    position: fixed;
    top: 0px !important;
    left: 0;
    padding: 32px var(--menuPaddingHoriz) !important;
    display: flex;
}}
@media(max-width:1150px){
.History{
flex-direction: column-reverse !important;
}
.History div{
width: 100%;
}
.History_img{
text-align: center;
}
.History div img{
margin-right: 0px !important;
}
}

@media(min-width:980px){
    aside{
    position: fixed;
    top: 256px;
    left: 0;
    width: calc(32% - 32px);
    height: 300px;
    /* transform: translateY(-50%); */
    padding: 32px 32px 32px 0px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 0px 24px #dbdbdb;
    background-color: #fff;
    }
    
    }
    @media (max-width:750px) {
        #About_agency{
            flex-flow: column-reverse;
        }
        main > article > section > *{
            max-width: 100%;
        }
        #About_agency div img{
            margin: 0 !important;
            width: 100%;
        }
        .Customers .grid_container{
            grid-template-columns: repeat(4 , 1fr);
            }
    }