* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "IRANSansWeb";
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/IRANSans/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum).eot') format('embedded-opentype'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansWeb";
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.woff') format('woff'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.eot') format('embedded-opentype'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansWeb";
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype'),
    url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

body {
    font-family: "IRANSansWeb", Arial, sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

#first-view {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 15px 30px;
    text-align: center;
    background: url("../images/health-still-life-with-copy-space.webp") no-repeat center center;
    background-size: cover;
    height: 88vh;
}

#first-view h1 {
    letter-spacing: -5px;
    font-size: 60px;
    font-weight: bold;
    color: #34383c;
    text-shadow: 10px 10px 5px #E0EBF6;
}

#header {
    padding: 20px 50px;
    background-color: #E0EBF6;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
}

#header .logo a {
    color: #34383c;
}

#header .logo h2 {
    font-size: 26px;
    letter-spacing: -3px;
    font-weight: bold;
    text-shadow: 5px 5px 5px #73A5D3;
    margin-bottom: 0;
}

#header .mobile-menu {
    display: none;
}

#header .main-menu ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.main-menu ul li {
    margin-right: 50px;
}

.main-menu a {
    color: #34383c;
    transition: ease-in .2s;
}

.main-menu a::after {
    content: "";
    position: relative;
    width: 0;
    height: 2px;
    display: block;
    bottom: 0;
    right: 0;
    background: currentColor;
    -webkit-transition: width 0.4s cubic-bezier(.215,.61,.355,1),opacity 0.4s cubic-bezier(.215,.61,.355,1);
    transition: width 0.4s cubic-bezier(.215,.61,.355,1),opacity 0.4s cubic-bezier(.215,.61,.355,1);
    margin-top: 5px;
    color: #73A5D3;
}

.main-menu a:hover {
    color: #73A5D3;
}

.main-menu a:hover::after {
    width: 100%;
    left: 0;
}

#introduce {
    padding: 20px 100px;
}

#introduce .d-flex {
    background: url("../images/al-advance-dotted-shape.png") no-repeat bottom left;
}

#introduce .introduce h3 {
    font-weight: bold;
    font-size: 36px;
    color: #73A5D3;
    margin-bottom: 30px;
}

#introduce .introduce p {
    color: #888888;
    line-height: 30px;
}

#introduce .d-flex img {
    max-width: 350px;
}

#introduce .d-flex figure {
    text-align: center;
}

/*awards start*/

#awards {
    padding: 30px 50px;
    background-color: #EFF5FA;
    margin-bottom: 20px;
}

#awards h3 {
    font-size: 36px;
    font-weight: bold;
    color: #34383c;
    margin-bottom: 10px;
    margin-top: 50px;

}

#awards span {
    font-size: 14px;
    color: #73A5D3;
    margin-bottom: 20px;
}

#awards .award-box {
    padding: 20px 20px 0;
}

#awards .award-box .award-item {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.award-item a {
    color: #34383c;
}

.award-item figure {
    text-align: center;
}

.award-item img {
    max-width: 150px;
    margin-bottom: 20px;
    transition:all ease-in-out .2s;
}

.award-item img:hover {
    transform: scale(1.1);
}

.award-item h4 {
    text-align: center;
    font-size: 18px;
    color: #34383c;
}

/*awards end*/

/*community start*/

#communities {
    padding: 30px 50px;
}

#communities h3 {
    font-size: 32px;
    font-weight: bold;
    color: #34383c;
    margin-top: 50px;
    margin-bottom: 50px;
}

#communities span {
    font-size: 14px;
    color: #73A5D3;
    margin-bottom: 20px;
}


#communities .community-item {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.community-item a {
    color: #34383c;
    height: 120px;
    position: relative;
}

.community-item p {
    font-weight: lighter;
}


.community-item div {
    float: right;
    text-align: right;
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.community-item img {
    width: 80px;
    height: 80px;
    transition:all ease-in-out .2s;
    float: right;
    margin: auto;
}


.community-item img:hover {
    transform: scale(1.05);
}

.community-item h4 {
    text-align: center;
    font-size: 18px;
    color: #34383c;
}

/*community end*/

/*product start*/

#products {
    padding: 30px 50px;
    background-color: #F3F6F7;
    margin-bottom: 20px;
}

#products h3 {
    font-size: 36px;
    font-weight: bold;
    color: #34383c;
    margin-bottom: 30px;
    margin-top: 50px;
}

#products span {
    font-size: 14px;
    color: #73A5D3;
    margin-bottom: 20px;
}

#products .product-box {
    padding: 20px 50px 0;
    max-width: 1000px;
}

#products .product-box .product-item {
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-item a {
    color: #34383c;
    text-align: center;
}

.product-item figure {
    text-align: center;
}

.product-item img {
    max-width: 220px;
    margin-bottom: 20px;
    transition:all ease-in-out .2s;
}

.product-item img:hover {
    transform: scale(1.1);
}

.product-item h4 {
    font-size: 18px;
    color: #34383c;
}
.product-item p {
    font-size: 14px;
}
.product-item span {
    font-weight: lighter;
    color: #5491C9;: 14px;
    font-size: 14px;

}

/*product end*/


/*team start*/

#teams {
    padding: 30px 50px;
}

#teams h3 {
    font-size: 32px;
    font-weight: bold;
    color: #34383c;
    margin-top: 50px;
    margin-bottom: 50px;
}

#teams span {
    font-size: 14px;
    color: #73A5D3;
    margin-bottom: 20px;
}


#teams .team-item {
    margin-bottom: 20px;
    padding: 10px;

}


.team-item h4 {
    text-align: center;
    font-size: 18px;
    color: #34383c;
}


.team-item h5 {
    font-size: 20px;
    color: #5491C9;
    font-weight: bold;
    margin-bottom: 25px;

}

.team-item h6 {
    font-size: 16px;
    font-weight: bold;
}
.team-item p {
    font-size: 12px;
    font-weight: lighter;
}

.team-item div {
    float: right;
    text-align: center;

    padding: 15px;
    border-radius: 15px;
    background-color: #e0ebf6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;

}




/*team end*/


/*contact start*/

#contact {
    padding: 100px 50px 0;
    background-color: #D0E1F1
}

#contact .content {
    margin-bottom: 100px;
}

#contact h4 {
    font-size: 36px;
    font-weight: bold;
    overflow-x: #34383c;
    text-align: center;
}

#contact a {
    color: #34383c;
    margin-bottom: 15px;
}

#contact i {
    color: #73A5D3;
    font-size: 20px;
    margin-left: 10px;
}

#contact .fa-phone {
    transform: rotateY(180deg);
}

/*contact end*/

.copyright {
    padding: 10px 50px;
}

.copyright span {
    font-size: 12px;
    color: #888;
}


