:root{
    --bd-white: #FFFFFF;
    --bd-gray-200: #e9ecef;
    --bd-gray-400: #ced4da;
    --bd-gray-600: #6c757d;
    --bd-blue-600: rgb(10, 88, 202);
    --bd-green-400: #479f76;
    --bd-green-600: #146c43;
    --bd-green-800: rgb(10, 54, 34);
    --bd-black: #000000;
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 700;
    src: url('./../fonts/eot/iranyekanwebbold(fanum).eot');
    src: url('./../fonts/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),url('./../fonts/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),url('./../fonts/woff/iranyekanwebbold(fanum).woff') format('woff'),url('./../fonts/ttf/iranyekanwebbold(fanum).ttf') format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('./../fonts/eot/iranyekanweblight(fanum).eot');
    src: url('./../fonts/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),url('./../fonts/woff2/iranyekanweblight(fanum).woff2') format('woff2'),url('./../fonts/woff/iranyekanweblight(fanum).woff') format('woff'),url('./../fonts/ttf/iranyekanweblight(fanum).ttf') format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 400;
    src: url('./../fonts/eot/iranyekanwebregular(fanum).eot');
    src: url('./../fonts/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),url('./../fonts/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),url('./../fonts/woff/iranyekanwebregular(fanum).woff') format('woff'),url('./../fonts/ttf/iranyekanwebregular(fanum).ttf') format('truetype')
}
.bg-gray-200{
    background-color: var(--bd-gray-200);
}
/* Header */
body{
    font-family: "iranyekan";
    font-size: 15px;
    position: relative;
}
.top-header{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted var(--bd-green-400);
    margin-bottom: 20px;
}
.top-header .box{
    color: var(--bd-green-800);
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    font-weight: bold;
}
.top-header .box a{
    text-decoration: none;
    font-size: 14px;
    color: var(--bd-green-600);
}
header{
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 2;
    padding-left: 30px;
    padding-right: 30px;
}
header .logo{
    display: block;
    height: 80px;
}
header .logo img{
    height: 100%;
    max-width: 100%;
}
header .nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 0 15px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
header .nav ul li{
    list-style-type: none;
    padding: 0 20px;
}
header .nav ul li a{
    display: block;
    text-decoration: none;
    color: var(--bd-white);
    font-weight: bold;
    padding: 20px 0;
}
header .nav ul li.active a{
    color: var(--bd-green-800);
}
header ul.socials{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
header ul.socials li{
    list-style-type: none;
    padding: 0 5px;
}
header ul.socials li a{
    color: var(--bd-white);
    font-size: 16px;
}
.main-carousel .slick{
    border-radius: 50px;
    overflow: hidden;
}
.main-carousel .slick .item{
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.main-carousel .slick .item img{
    max-width: 100%;
    height: 100%;
}
.main-carousel .slick .item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(10, 88, 202, 0.2),rgba(20, 108, 67, 0.5));
    z-index: 1;
}
.main-carousel .slick .content{
    position: absolute;
    bottom: 43%;
    right: 4%;
    left: 4%;
    z-index: 2;
}
.main-carousel .slick .content .title{
    font-size: 40px;
    font-weight: bold;
    color: var(--bd-white);
    display: none;
}
.main-carousel .slick .content .subtitle{
    margin-top: 30px;
    font-size: 24px;
    color: var(--bd-white);
    display: none;
}
.main-carousel .slick .slick-dots{
    padding-top: 13px;
    bottom: 50%;
    right: calc(94% + 4px);
    transform: rotate(90deg);
    background-color: var(--bd-white);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 122px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.main-carousel .slick .slick-dots::before{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--bd-white);
    right: 120px;
    left: initial;
    top: 10px;
    border-bottom-right-radius: 20px;
}
.main-carousel .slick .slick-dots::after{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--bd-white);
    right: -20px;
    left: initial;
    top: 10px;
    border-bottom-left-radius: 20px;
}
.main-carousel .slick .slick-dots li button:before{
    color: var(--bd-black);
    font-size: 14px;
    opacity: 1;
}
.main-carousel .slick .slick-dots li.slick-active button:before{
    color: var(--bd-green-400);
}
.services{
    padding: 40px 0 30px 0;
    overflow: hidden;
}
.services .title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: var(--bd-green-800);
}
.services .slick{
    margin-top: 10px;
}
.services .slick .slick-list{
    padding-top: 20px;
}
.services .slick .item{
    background-color: var(--bd-white);
    padding: 40px 28px 80px;
    position: relative;
    border-radius: 30px;
    margin: 10px;
    transform:  translate(0, 0);
    transition: all 0.3s ease-in-out;
}
.services .slick .item:hover{
    transform:  translate(0, -10px);
    transition: all 0.3s ease-in-out;
}
.services .slick .item .header .icon{
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.services .slick .item .header .icon svg{
    height: 100%;
    max-width: 100%;
    fill: var(--bd-green-600);
    transform: rotateY(180deg);
}
.services .slick .item .header .subtitle{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    height: 50px;
}
.services .slick .item .content{
    font-size: 14px;
    margin-top: 20px;
    height: 100px;
}
.services .slick .item .action{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 70px;
    height: 60px;
    padding: 10px;
    border-top-right-radius: 30px;
    background-color: var(--bd-gray-200);
}
.services .slick .item .action .text{
    font-size: 24px;
    font-weight: bold;
    color: var(--bd-green-600);
    z-index: 2;
    position: relative;
    background-color: var(--bd-white);
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services .slick .item:hover .action .text{
    color: var(--bd-white);
    background-color: var(--bd-green-600);
    transition: all 0.3s ease-in-out;
}
.services .slick .item .action::before{
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--bd-gray-200);
    z-index: 1;
    bottom: 0;
    left: 100%;
    border-bottom-left-radius: 20px;
}
.services .slick .item .action::after{
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--bd-gray-200);
    z-index: 1;
    bottom: 60px;
    right: 72%;
    border-bottom-left-radius: 20px;
}
.news{
    overflow: hidden;
}
.news .title{
    font-size: 36px;
    font-weight: bold;
    color: var(--bd-green-800);
}
.news .news-more{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: var(--bd-green-600);
    border: 1px solid var(--bd-green-600);
    padding: 15px 20px 15px 10px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.news .news-more span{
    margin-left: 20px;
}
.news .news-more i{
    height: 40px;
    width: 40px;
    background-color: var(--bd-white);
    border-radius: 50px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}
.news .news-more:hover{
    background-color: var(--bd-green-600);
    color: var(--bd-white);
}
.news .news-more:hover i{
    background-color: var(--bd-green-800);
}
.news .slick{
    margin-top: 30px;
}
.news .slick .item{
    background-color: var(--bd-white);
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;   
    padding: 20px;
    margin: 15px;
}
.news .slick .item .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.news .slick .item .header .category{
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    border-radius: 50px;
}
.news .slick .item .header .category a{
    text-decoration: none;
    font-size: 14px;
    color: var(--bd-black);
}
.news .slick .item .header .author-datetime a.author{
    font-size: 14px;
    text-decoration: none;
    color: var(--bd-black);
    margin-left: 5px;
}
.news .slick .item .header .author-datetime a.datetime{
    font-size: 14px;
    text-decoration: none;
    color: var(--bd-black);
    margin-right: 5px;
}
.news .slick .item .image{
    border-radius: 20px;
    overflow: hidden;
    margin-top: 15px;
    height: 250px;
}
.news .slick .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.news .slick .item:hover .image img{
    transform: scale(110%);
}
.news .slick .item .title{
    margin-top: 20px;
    height: 45px;
}
.news .slick .item .title a{
    text-decoration: none;
    color: var(--bd-green-800);
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.news .slick .item .title a:hover{
    color: var(--bd-green-600);
}
.news .slick .item .read-more{
    margin-top: 70px;
}
.news .slick .item .read-more a{
    display: block;
    margin-top: 13px;
    text-decoration: none;
    color: var(--bd-green-600);
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}
.news .slick .item .read-more a:hover{
    color: var(--bd-green-800);
}
.contact-us{
    padding: 40px 0 30px 0;
    overflow: hidden;
}
.contact-us .title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: var(--bd-green-800);
}
.contact-us .bg{
    height: 560px;
    width: 100%;
    object-fit: cover;
}
.contact-us .form{
    background-color: var(--bd-white);
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 25px;
}
.contact-us .form .title{
    font-size: 20px;
    font-weight: bold;
    color: var(--bd-black);
    text-align: right;
}
.contact-us .form .subtitle{
    font-size: 16px;
    color: var(--bd-black);
    text-align: right;
    opacity: 0.7;
}
.contact-us .form form{
    margin-top: 30px;
}
.contact-us .form form .form-group{
    margin-bottom: 10px;
}
.contact-us .form form .form-group .form-control{
    border: 1px solid var(--bd-gray-400);
    outline: none;
    box-shadow: none;
    padding: 15px;
    border-radius: 30px;
    font-size: 14px;
}
.contact-us .form form .btn{
    margin-top: 30px;
    background-color: var(--bd-green-400);
    color: var(--bd-white);
    font-size: 20px;
    border-radius: 50px;
    padding: 15px 35px 15px 10px;
}
.contact-us .form form .btn span{
    margin-left: 20px;
}
.contact-us .form form .btn i{
    background-color: var(--bd-white);
    color: var(--bd-green-600);
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 5px 15px;
}
.contact-us .form form .btn:hover{
    background-color: var(--bd-green-800);
    color: var(--bd-white);
}
.contact-us .info{
    background-color: var(--bd-white);
    padding: 40px 28px 80px;
    position: relative;
    border-radius: 30px;
    margin: 10px;
    transform:  translate(0, 0);
    transition: all 0.3s ease-in-out;
}
.contact-us .info .title{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}
.contact-us .info .content{
    font-size: 14px;
    margin-top: 20px;
}
.contact-us .info .icon{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 70px;
    height: 60px;
    padding: 10px;
    border-top-right-radius: 30px;
    background-color: var(--bd-gray-200);
}
.contact-us .info .icon svg{
    font-weight: bold;
    fill: var(--bd-green-600);
    z-index: 2;
    position: relative;
    background-color: var(--bd-white);
    border-radius: 50px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.contact-us .info .icon::before{
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--bd-gray-200);
    z-index: 1;
    bottom: 0;
    left: 100%;
    border-bottom-left-radius: 20px;
}
.contact-us .info .icon::after{
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--bd-gray-200);
    z-index: 1;
    bottom: 60px;
    right: 72%;
    border-bottom-left-radius: 20px;
}
.persons{
    padding-bottom: 40px;
    overflow: hidden;
}
.persons .title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: var(--bd-green-800);
    margin-bottom: 30px;
}
.persons .box{
    background-color: var(--bd-white);
    border-radius: 30px;
    margin-bottom: 20px;
    /* box-shadow: 0 2px 5px rgba(20, 108, 67, 0.3); */
    position: relative;
}
.persons .box a.image{
    display: block;
    border-radius: 30px;
    overflow: hidden;
    height: 400px;
}
.persons .box a.image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.persons .box a.image:hover img{
    transform: scale(110%);
}
.persons .box .content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 25px;
    padding: 0 30px 40px 30px;
}
.persons .box .content .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--bd-green-800);
}
.persons .box .content .job{
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--bd-green-600);
}
.persons .box .share{
    position: absolute;
    bottom: 0;
    left: 45px;
    z-index: 6;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 50px 50px 0 0;
    color: var(--bd-green-600);
    background-color: var(--bd-gray-200);
    width: 50px;
    height: 40px;
    line-height: 50px;
    font-weight: bold;
    overflow: hidden;
}
.persons .box .share a{
    color: inherit;
}
.persons .box .share::before{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 12px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--bd-white);
    left: -18px;
    border-bottom-right-radius: 20px;
}
.persons .box .share::after{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 12px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--bd-white);
    right: -18px;
    border-bottom-left-radius: 20px;
}
.persons .box .links{
    position: relative;
}
.persons .box .links ul{
    position: absolute;
    bottom: 50px;
    left: 45px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.persons .box .links ul li{
    list-style-type: none;
    height: 50px;
    width: 50px;
    background-color: var(--bd-green-600);
    color: var(--bd-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(20, 108, 67, 0.2);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.persons .box .links ul li:nth-child(1){
    transform: translate(0, 120px);
}
.persons .box .links ul li:nth-child(2){
    transform: translate(0, 80px);
}
.persons .box .links ul li:nth-child(3){
    transform: translate(0, 50px);
}
.persons .box .links ul li:nth-child(4){
    transform: translate(0, 20px);
}
.persons .box .links:hover ul li{
    transform: translate(0, 0);
    opacity: 1;
}
.persons .box .links ul li a{
    text-decoration: none;
    color: var(--bd-white);
    font-size: 20px;
}
footer{
    margin-bottom: 30px;
}
footer .footer{
    background-color: var(--bd-green-800);
    background-image: url('./../images/footer-bg-pattern.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    background-attachment: scroll;
    border-radius: 30px;
    padding: 50px 25px 35px 25px;
}
footer .footer .about{
    margin-bottom: 20px;
}
footer .footer .about .logo{
    display: block;
    height: 120px;
    max-width: 100%;
}
footer .footer .about .logo img{
    height: 100%;
    max-width: 100%;
}
footer .footer .about .text{
    color: var(--bd-white);
    font-size: 14px;
    margin-top: 20px;
}
footer .footer .links{
    margin-bottom: 20px;
}
footer .footer .links .title{
    font-size: 24px;
    font-weight: bold;
    color: var(--bd-white);
    margin-bottom: 15px;
}
footer .footer .links ul{
    padding: 0;
    margin: 0;
}
footer .footer .links ul li{
    list-style-type: none;
    color: var(--bd-white);
    margin-bottom: 10px;
}
footer .footer .links ul li a{
    text-decoration: none;
    color: var(--bd-white);
    font-size: 16px;
    opacity: 0.8;
}
footer .footer .links ul li:hover a{
    opacity: 1;
}
@media(max-width: 767.98px){
    header ul.socials{
        display: none;
    }
    .main-carousel .slick .content{
        bottom: 30%;
    }
    .main-carousel .slick .content .title{
        font-size: 20px;
        text-align: center;
    }
    .main-carousel .slick .content .subtitle{
        font-size: 16px;
        text-align: center;
    }
}