/* فونت */
*{
    font-family: sahelfd;
}
/* هدر  */
  
  .header {
    color: #f1f1f1;
    width:100%
  }
  .header-photo{
    width: 100%;
  }
  .header-koli{
    height: 137px;
    width: 100%
  }
  .content {
    padding: 16px;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
/* هدر بالا */
.header{
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 144px;
}
.header_top{
    background-color: rgb(43, 48, 79);
    width: 100%;
    height: 93.3px;
    z-index: 1;
}
.header_top .cotainer{
  max-width: 100%;
  width: 1360px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  height: inherit;
}
   

.div-logo{
    padding-top: 10px;
    margin-left: -25px;
}
.logo-header{
    max-width: 80px;
  height: auto;
}

.header-megamenue{
    display: flex;
    width: 618px;
    padding-top: 36px;
    margin-left: 35px;
    margin-top: -3px;
    justify-content: space-between;
    flex-grow: 1;
    font-family: sahelfd;
    font-size: 15px;
}
.menueone-top{
    display: flex;
    list-style: none;

}
.menueone-top li{
    margin-left: 20px;
    position: relative;

}
.menueone-top li a {
    text-decoration: none;
     color:rgb(255, 255, 255);
     font-weight: bold;
     font-size: 1em;
}
.menueone-top li a:hover { opacity: 0.5;}

.header-megamenuetow{
    display: flex;
    width: 359px;
    padding-right: 23px;
    padding-top: 27px;
}
.ul-menue-tow{
    list-style:none;
    display: flex;
}
.menue-tow {
    text-decoration: none;
     color:rgb(255, 255, 255);
     font-size: 15px;
     margin-left: 15px;
}

/* هدر پایین */
.header-bottom{
    background-color:rgb(255, 255, 255);
    width: 110%;
    height: 46px;
    padding: 10px 20px 10px 20px;
    z-index: 1;
    margin-right: -36px;
   
.megamenue-bottom-header {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

}

.megamenue-bottom-header li {
    margin-left: 18px;
    position: relative;
}
.megamenue-bottom-header li a {
    text-decoration: none;
     color:rgb(0, 0, 0);
    font-family: sahelbold;
     font-size: 1.1em;
}
.icon-en{
    /* margin-right: 5px; */
    width: 24px;
    height: 24px;
    font-weight: 600;
  border-radius: 50%;
  color: #ffc600;
  border: 1px solid #ffc600;  
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  
}

/* قسمت اول */
.sction-one{
    background-color: rgb(250, 247, 240);
    width: 100%;
    height: 994px;
    padding-bottom: 106px;
    padding-top: 50px;
  }
  .text-sec-one-one{
    padding-bottom: 40px;
    padding-top: 30px;
  }

.text-sec-one{
    padding-top: 38px;
}


.p_h_s_one {
    font-weight:900;
    font-size: 3.125em;
    color: #2e2425;
    font-family: sahelblack;
}
.p_h_s_one_tow{
    color: rgb(46, 36, 37);
    font-size: 1.375em;
    font-family: sahelfd;
}
.div-koli-sec-one{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
    gap: 30px;
}
.button-section-one{
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 350px;
    border: none;
    color: white;
    align-items: center;
    text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 50px 2px; 
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelbold;
    max-width: 100%;
    padding-top: 9px;
}
.div-koli-sec-tow{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.card-content{
    width: 551px;
    position: relative;
}
.card-content::after{
    content: "";
    background-color: #b50000;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 50%;
    width: 0;
    transition: all 0.3s;
    transform: translateX(-50%);
    z-index: 3;
}
.card-content:hover::after {
    width: 98%;
}
.card-content-tow{
    width: 566px;
    position: relative;
    height: 285px;
}
.card-content-tow::after{
    content: "";
    background-color: #b50000;
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 50%;
    width: 0;
    transition: all 0.3s;
    transform: translateX(-50%);
    z-index: 1;
}
.card-content-tow:hover::after {
    width: 98%;
}
.card-content img {
    width: 100%;
    height: 285px;
    border-radius: 5px;
    position: absolute;
}
.card-content-tow img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
}
.pic_s_one{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    top: 0px;
    height: 100%;
    width: 100%;
    background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%,
     rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 50%);
     padding: 26px 21px;
     border-radius: 5px;
}
.pic_s_tow{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    top: 0px;
    height: 100%;
    width: 100%;
    background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%,
     rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 50%);
     padding: 26px 21px;
     border-radius: 5px;
}
.pone-picone-secone{
    color: aliceblue;
    font-size: 0.938em;
}
.ptow-picone-secone{
    color: aliceblue;
    font-family: sahelblack;
    margin-top: 8px;
    font-family: sahelbold;
}
.divtow-secone{
    position: relative;
    box-sizing: border-box;
    background-color: white;
    max-width: 100%;
    height: 285px;
    border-radius: 5px;
    width: 260px;
}
.divtow-sectow{
    position: relative;
    box-sizing: border-box;
    background-color: white;
    max-width: 100%;
    height: 285px;
    border-radius: 5px;
    width: 271px;
}
.pictow-secone{
    width: 100%;
    height: 185px;
    position: relative;
}
.pictow-secone-tow{
    width: 100%;
    height: 170px;
    position: relative;
	
}

.pictow-secone-tow img {
    height: 185px;
    width: 100%;
    border-radius:5px
}
.pictow-secone::after
{
    content: "";
    background-color: #b50000;
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 50%;
    width: 0;
    transition: all 0.3s;
    transform: translateX(-50%);
    z-index: 1;
}
.divtree-secone:hover .pictow-secone::after{
    width: 100%;
}
.divtow-secone:hover .pictow-secone::after{
    width: 100%;
}
.pictow-sectow{
    width: 259.5px;
    height: 265px;
    position: relative;

}
.pictow-sectow::after{
    content: "";
    background-color: #b50000;
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 50%;
    width: 0;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.divtow-sectow:hover .pictow-sectow::after{
    width: 100%;
}
.divtree-sectow:hover .pictow-sectow::after{
    width: 100%;
}
.tree-sectow:hover .pictow-sectow::after{
    width: 100%;
}
.pictow-sectow img{
    width: 100%;
    height: 100%;
}

.pictow-secone img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px 5px 0px 0px;
}

.div-pictow-titleone{
  margin: 12px 10px;
  color: rgb(181, 26, 24);
  font-size: .938em
}
.div-pictow-titletow{
    margin: -10px 10px;
    font-size: 1em;
    font-family: sahelbold;
}
.div-pictow-titletree{
    margin: 20px 10px;
    font-size: 16px;
    font-family: sahelbold;
}
.divtree-secone{
    width: 265px;
    background-color: white;
    height: 284px;
    border-radius: 5px;
}
.divtree-sectow{
    width: 265px;
    margin-left: 30px;
    background-color: white;
    height: 285px;
    border-radius: 5px;
}


.button-secone {
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 350px;
    border: none;
    color: white;
    align-items: center;
    text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 50px 2px; 
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelbold;
    max-width: 100%;
    padding-top: 9px;
  }
  
  .button-secone:hover {opacity: 0.6}

/* قسمت دوم  */
.section_tow{
    background-color: rgb(43, 48, 79);
    width: 100%;
    height: 803px;
    padding-top: 80px;
    
}
.p_h_s_tow{
    color: aliceblue;
   font-family: sahelblack;
    font-size: 3.125em;
}
.p_h_s_tow_tow{
    color: rgb(255, 255, 255);
    font-size: 1.375em;
    margin-bottom: 42px;

}

.title-month{
    font-size: 0.75em;
    margin-top: 8px;
}
.title-data{
    font-size: 1.125em;
    font-weight: bold;
    margin-top: -21px;
}
.news-item-data{
    position: absolute;
    background-color: #2f2323;
    height: 60px;
    width: 60px;
    box-shadow: 0 2px 2px rgba(47, 35, 35, 0.1);
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: white;
    display: block;
    margin-top: 232px;
    margin-right: 10px;
    text-align: center;
    z-index: 1;
}
.tree-sectow{
    position: relative;
    box-sizing: border-box;
    background-color: aliceblue;
    max-width: 100%;
    height: 404px;
    border-radius: 5px;
    width: 259.5px;
    margin-left: 30px;
}
.tree-sectowe{
    position: relative;
    box-sizing: border-box;
    background-color: aliceblue;
    max-width: 100%;
    height: 404px;
    border-radius: 5px;
    width: 259.5px;
    margin-left: 30px;
}
.text-sectow{
    text-align: start;
    padding-top: 23px;
}
/* قسمت سوم  */

.section_tree{
    background-color: rgb(250, 247, 240);
    width: 100%;
    height: 1166px;
    padding-bottom: 50px;
    padding-top: 80px;
}
.div-text-sectree{
    margin-bottom: 30px;
}
.pone-picone-sectree{
   color: white;
   font-family: sahelblack;

}
.pic_sec_tree{
    width: 100%;
    text-align: center;
    height: 100%;
    width: 100%;
    background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%,
     rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 50%);
     padding: 26px 21px;
     position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    border-radius: 5px;
}

.ul-sec-tree{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.ul-sec-tree li
{
    margin-left: 15px;
}
.border-sectree{
    border-left: solid 1px rgb(0, 0, 0);
    padding-left: 10px;
}
.ul-sec-tree li a 
{
    color: blue;
    text-decoration: none;
}

.button-sectree{
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 357px;
    border: none;
    color: white;
    align-items: center;
     text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 54px 2px; 
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelblack;
    max-width: 100%;
    padding-top: 9px;
}
.button-section-tree{
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 357px;
    border: none;
    color: white;
    align-items: center;
     text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 54px 2px; 
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelblack;
    max-width: 100%;
}
.ptow-picone-sectree{
    color: aliceblue;
    font-family: sahelblack;
    margin-top: 27px;
    margin-right: 83px;
}
.ptow-pictree-sectree{
    color: aliceblue;
    font-family: sahelblack;
    margin-top: 27px;
    margin-right: 135px;
}
.titre-sec-tree{
    font-family: sahelbold;
    font-size: 1.25em;
    margin-bottom: 7px;
}
.button-sec-tree{
    margin-top: 70px;
}
/* قسمت پنجم  */
.section-five{
    width: 100%;
    height: 964px;
  padding-top: 42px;
}
.header-text-sec-five{
    margin-bottom: 40px;
}
.grid-sec-five{
    width: 100%;
    display: flex;
    margin-bottom: 66px;
    gap: 24px;
}
.photo-sec-five{
    position: relative;
    height: 230px;
    border-radius: 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    width: 354px;

}
.div-grid-sec-five{
    width: 100%;
}
.div-grid-sec-five img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  
}
.div-grid-sec-fives{
    width: 33.333%;
}
.div-grid-sec-fives img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  
}
.title-grid-sec-five{
    color: black;
    font-size: 0.938em;
    font-family: sahelbold;
    margin-bottom: 9px;
}
.p-grid-sec-five{
    
    font-size: 0.85em;
    font-family: sahelfd;
    line-height: 24px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.link-sec-five{
    margin-top: 12px;
}
.link-sec-five a {
    color: blue;
}
.button-sec-five{
    margin-top: -24px;
}
.button-sectionfive{
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 357px;
    border: none;
    color: white;
    align-items: center;
     text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 54px 2px; 
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelblack;
    max-width: 100%;
    padding-top: 9px;
}
/* قسمت ششم */
.section_six{
    background-color: rgb(43, 48, 79);
    width: 100%;
    height: 603px;
    padding-top: 80px;
}
.button-secsix{
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 357px;
    border: none;
    color: white;
    align-items: center;
     text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 49px 2px; 
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelblack;
    max-width: 100%;
    padding-top: 9px;
}
/* قسمت هفتم  */
.header-text-sec-seven{
    margin-top: 80px;
}
.section-seven{
    height: 734px;
    width: 100%;
}
.text-sec-seven{
    margin-bottom: 40px;
}
/* قسمت هفتم بخش دوم  */
.grid-sec-seven{
    width: 100%;
    display: flex;
    gap: 26px;
}
.div-pic-seven{
    height: 375px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: relative;
    width: 33.333%;
}
.div-pic-seven img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.div-col-pic-sec-seven{
    height: 421px;
    width: 100%;
}
.div-col-pic-sec-sevens{
    height: 421px;
    width: 100%;
}
.div-link-sec-seven{
    margin-top: 18px;
   
}
.div-link-sec-seven a {
    color: rgb(24, 24, 24);
}
.div-link-sec-seven a :hover {
    color: #1b1bca;;
}
/* قسمت هفتم بخش سوم */
.button-secseven{
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 357px;
    border: none;
    color: white;
    align-items: center;
     text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 46px 2px; 
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelblack;
    max-width: 100%;
    padding-top: 9px;
}
/* قسمت هشتم  */
.section-eight{
    width: 100%;
    height: 711px;
}
.div-pic-sec-eight{
    width: 100%;
    position: relative;
    height: 100%;
}
.div-pic-sec-eight img{
    position: absolute;
    width: 100%;
    height: 100%;
}
/* قسمت نهم */
.section-nine{
    width: 100%;
    height: 880px;
}
.button-nine{
    position: absolute;
    width: 100%;
    margin-top: -566px;
}
.div-pic-sec-nine{
    width: 100%;
    position: relative;
    height: 100%;
}
.div-pic-sec-nine img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.text-sec-nine{
    position: absolute;
    width: 100%;
    margin-top: -770px;
}
/* قسمت نهم */
.div-number-sec-nine{
    position: absolute;
    width: 100%;
    height: 100px;
    margin-top: -592px;
    display: flex;
    text-align: center;
    
}

.number-sec-nine{
    object-position: center;
    width: 100%;
    font-family: sahelbold;
    font-size: 1.40em;
}
.p-sec-nine{
    font-size: 0.7em;
}
.button-secnine{
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 357px;
    border: none;
    color: white;
    align-items: center;
     text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 67px 2px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelblack;
    max-width: 100%;
}
/* قسمت دهم */
.sec-ten{
    width: 100%;
    height: 63px;
    background-color: #edebec;
    padding-top: 14.7px;
}
.div-ten img{
    height: 33.6px;
  width: 35.6px;
}


/* فوتر  */
.footer-top {
    width: 100%;
    display: flex;
    height: 387px;
}
.cotainer-top-fotter{
    display: flex;
    width: 100%;
    padding-top: 10px;
}
/* قسمت چهارم */

.div-back-sec-four{
    background-color: white;
    height: 245;
    border-radius: 0px 0px 5px 5px;
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
}
.div-back-sec-fours{
    background-color: white;
    height: 245;
    border-radius: 0px 0px 5px 5px;
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
}
.pic-sec-four{
    height: 205px;
    position: relative;
}
.png-sec-four{
position: absolute;
margin: -95px 105px 0px 30px;
object-position: center;
display: flex;
}
.pic-sec-four img {
    width: 100%;
    /* opacity: 0.7; */
}
.tex-sec-four{
    width: 100%;
    text-align: center;
}
.text-sec-four-p {
    color: black;
    font-size: 1.125em;
    font-family: sahelbold;
     margin-top: 16px;
}
.section_four{
        background-color: rgb(43, 48, 79);
        width: 100%;
        height: 633px;
        padding-top: 54px;
        
}
.button-secfour{
    background-color: rgb(179, 26, 23);
    box-shadow:  3px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 357px;
    border: none;
    color: white;
    align-items: center;
     text-align: center; 
    justify-content: center;
    font-size: 1.125em;
    margin: 80px 2px; 
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-family: sahelblack;
    max-width: 100%;
    padding-top: 9px;
  }
  .img-sec-four{
    height: 150px;
    width: 100%;
    filter: blur(2.5px) brightness(0.9);
}
/* فوتر تاپ */
.list-one-fotter{
    display: flex;
}

.list-li-one{
    list-style: none;

}
.list-li-one li{
    margin-top: 10px;
}
.list-li-one li a
{
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: small;
}
.list-tow-fotter{
    display: flex;
    
}
.list-four-footer{
    padding-top: 20px;
    margin-right: -68px;
    margin-left: 60px;
}
.title-footer-listfour{
    color: rgb(211, 5, 5);
    font-weight: bold;
}
.text-footer-listfour{
    font-size: small;
    padding-bottom: 10px;
}
.list-five-footer a{
        background-color: white;
        color: rgb(0, 0, 0);
        border: 1px solid #898989;
        padding: 7px;
        width: 170px;
        height: 40px;
        margin-top: 10px;
        border-radius: 5px;
        font-size: small;
        box-shadow: 0 1px 4px rgba(43, 48, 80, 0.2);
        display: flex;
        justify-content: center;
}


/* فوتر پایین */
.footer-bottom{
    width: 100%;
    height: 115px;
    background-color: rgb(43, 48, 79);
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.div-col-footer-bottom{
    display: flex;
    margin: 100%;
}
.cotainer-bottom-fotter{
    width: 100%;
}
.logo-fotter{
   margin-inline-end: 20px;

}
.logo-fotter img{
    max-height: 85px;
}
.list-li-footer-buttom
{
    list-style: none;
}
.list-li-footer-buttom li
{
    margin-right: 15px;
   
    
}
.list-li-footer-buttom li a
{
    color: aliceblue;
    text-decoration: none;
    font-size: small;
    padding-bottom: 5px;
    margin-bottom: 3px;
}
.list-litow-footer-buttom{
    list-style: none;
    margin-top: 2px;
}
.list-litow-footer-buttom li{
    margin-right: 15px;
    
}
.list-litow-footer-buttom li a{
    color: aliceblue;
    text-decoration: none;
    font-size: 0.813em;
    opacity: 1;
    padding-bottom: 5px;
    margin-bottom: 3px;
}
.text-bottom-footer{
    margin-right: 52px;
    color: aliceblue;
    font-size: 0.813em;
    margin-top: 2px;
    margin-right: 15px;}

/* phone */
@media only screen and (max-width: 768px) {
    .header{
        height: 80px;
        position: absolute;
    }
}

@media only screen and (max-width: 768px) {
    .header-koli{
        height: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .header_top{
        background-color: transparent;
    }
}
@media only screen and (max-width: 768px) {
    .section_one{
        width: 100%;
        height: 2109px;
    }
}
@media only screen and (max-width: 768px) {
    .card-content{
        width: 100%;
       height: 286px;
       display: none;

    }
}
@media only screen and (max-width: 768px){
    .pone-picone-secone{
        margin-top: -20px;
        font-size: 12px;
        width: 100%;
        margin-top: -10px;
    }
}
@media only screen and (max-width: 768px){
    .ptow-picone-secone{
        font-size: small;
        margin-top: 9px;
    }
}
@media only screen and (max-width: 768px){
    .divtow-secone{
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .divtree-secone{
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .bottun-div-one {
        margin-top: -11px;
    }
}
@media only screen and (max-width: 768px){
    .section_tow {
        height: 780px;
        width: 100%;
        padding: 0px 12px 0px 12px;
        padding-top: 41px;
    }
}

@media only screen and (max-width: 768px){
    .p_h_s_one_tow {
       font-size: 1.250em;
    }
}
@media only screen and (max-width: 768px){
    .section_tree {
        height: 830px;
        width: 100%;
        padding: 0px 12px 0px 12px;
    }
}
@media only screen and (max-width: 768px){
    .button-sectree {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px){
    .ul-sec-tree li a  {
        font-size: 0.724em;
    }
}
@media only screen and (max-width: 768px){
    .ul-sec-tree  {
        margin-top: 18px;
    }
}
@media only screen and (max-width: 768px){
    .list-li-one li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px){
    .footer-top {
        height: 730px;
        width: 100%;
        padding: 0px 12px 0px 12px;
    }
}
@media only screen and (max-width: 768px){
    .list-four-footer {
        margin-right: 20px;
        
    }
}
@media only screen and (max-width: 768px){
    .footer-bottom {
        width: 100%;
        
    }
}
 
@media only screen and (max-width: 768px){
    .logo-fotter {
       text-align: center;
       margin-top: -12px;
        
    }
}
@media only screen and (max-width: 768px){
    .list-four-footer button {
      
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .logo-fotter img {
      height: 50px;
      width: 50px;
      margin-top: 32px;
    }
}

 
@media only screen and (max-width: 768px){
    .list-li-footer-buttom {
      margin-right: -24px;
      margin-top: 10px;
      margin-bottom: -4px;
    }
}
   
@media only screen and (max-width: 768px){
        .list-litow-footer-buttom {
          margin-right: -23px;
        }
}
@media only screen and (max-width: 768px){
    .list-li-footer-buttom li a {
      font-size: 5px;
    }
}

@media only screen and (max-width: 768px){
   .list-litow-footer-buttom li a {
      font-size: 7px;
    }
}
@media only screen and (max-width: 768px){
    .text-bottom-footer {
       font-size: 6.1px;
       margin-right: -7px;
     }
 }

 @media only screen and (max-width: 768px){
    .list-four-footer {
      display: none;
     }
 }
 .niafam{
    display: none;
 }
 @media only screen and (max-width: 768px){
    .header-bottom {
      display: none;
     }
}
@media only screen and (max-width: 768px){
        .header-top {
            height: 84px;
            width: 113%;
         }
}
@media only screen and (max-width: 768px){
    .logo-header {
        height: 77px;
        width: 99px;
        margin-right: 27px;
     }
}

  @media only screen and (max-width: 768px){
    .div-logo {
        width: 110px;
      }
}

@media only screen and (max-width: 768px){
    .header-photo {
        margin-top: 0px;
      }
}
@media only screen and (max-width: 768px){
    .header-megamenue {
        margin-top: 0px;
        justify-content: end;
      }
}

@media only screen and (max-width: 768px){
    .menue-tow {
        display: none;
      }
}

@media only screen and (max-width: 768px){
    .divtow-sectow {
        margin-bottom: 19px;
      }
}

@media only screen and (max-width: 768px){
    .ptow-picone-sectree {
        width: 100%;
        margin-right: 37px;
      }
}
@media only screen and (max-width: 768px){
    .ptow-pictree-sectree {
        width: 100%;
        margin-right: 72px;
      }
}

@media only screen and (max-width: 768px){
    .section_four {
        height: 576px;
        padding: 0px 12px 0px 12px;
      }
}

@media only screen and (max-width: 768px){
    .div-back-sec-four {
        display: none;
      }
}
@media only screen and (max-width: 768px){
    .div-back-sec-fours {
        margin-bottom: 50px;
      }
}


@media only screen and (max-width: 768px){
        .pic-sec-four {
            height: 227px;
      }
}

@media only screen and (max-width: 768px){
    .button-secfour {
        margin-top: -20px;
  }
}

@media only screen and (max-width: 768px){
    .png-sec-four {
        margin: -114px 120px 0px 30px
  }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1140px;
    }
}


@media only screen and (max-width: 768px){
    .section-seven {
        height: 948px;
        padding: 0px 12px 0px 12px;
  }
}
@media only screen and (max-width: 768px){
    .grid-sec-seven {
        display: inline;
  }
}

@media only screen and (max-width: 768px){
    .div-link-sec-seven {
        text-align: center;
  }
}

@media only screen and (max-width: 768px){
    .text-sec-one {
        padding-top: 0px;
  }
}

@media only screen and (max-width: 768px){
    .section-eight {
        height: 428px;
  }
}

@media only screen and (max-width: 768px){
    .section-nine {
        height: 784px;
  }
}

@media only screen and (max-width: 768px){
    .number-sec-nine {
        font-size: 16px;
  }
}

@media only screen and (max-width: 768px){
    .div-number-sec-nine {
        width: 93%;
  }
}

@media only screen and (max-width: 768px){
    .div-pic-sec-nine img {
        height: 95%;
        object-fit: cover;
  }
}

@media only screen and (max-width: 768px){
    .section-five {
        height: 810px;
        padding: 0px 12px 0px 12px;
  }
}

@media only screen and (max-width: 768px){
    .grid-sec-five {
       display: inline;
  }
}

@media only screen and (max-width: 768px){
    .div-grid-sec-five {
       width: 100%;
       margin-right: 0px;
       display: none;
  }
}
@media only screen and (max-width: 768px){
    .div-grid-sec-fives {
       width: 100%;
       margin-right: 0px;
  }
}

@media only screen and (max-width: 768px){
    .tree-sectow {
       width: 100%;
       margin-bottom: 15px;
       display: none;
  }
}
@media only screen and (max-width: 768px){
    .tree-sectowe {
       width: 100%;
       margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px){
    .div-koli-sec-one {
       display: inline;
  }
}

@media only screen and (max-width: 768px){
    .div-koli-sec-tow {
       display: inline;
  }
}

@media only screen and (max-width: 768px){
    .divtree-sectow {
      margin-left: 0px;
      width: 100%;
      margin-bottom: 10px;
      display: none;
  }
}

@media only screen and (max-width: 768px){
    .divtow-sectow {
      margin-left: 0px;
      width: 100%;
  }
}
@media only screen and (max-width: 768px){
    .card-content-tow {
      height: 250px;
      width: 100%;
      display: none;
  }
}

@media only screen and (max-width: 768px){
    .sction-one {
      height: 660px;
      padding: 0px 12px 0px 12px;
  }
}

@media only screen and (max-width: 768px){
    .p_h_s_one {
      font-size: 2.125em;
      margin-top: 44px;
  }
}

@media only screen and (max-width: 768px){
    .list-five-footer button {
        width: 147px;
        height: 34px;
  }
}
@media only screen and (max-width: 768px){
    .pictow-sectow {
        width: 100%;
        
  }
}
@media only screen and (max-width: 768px){
    .section_six{
        height: 609px;
        padding: 35px 12px 0px 12px;
  }
}

@media only screen and (max-width: 768px){
    .div-col-pic-sec-seven{
        height: 589px ;
        display: none;
  }
}
@media only screen and (max-width: 768px){
    .div-col-pic-sec-sevens{
        height: 589px ;
  }
}

@media only screen and (max-width: 768px){
    .div-pic-seven{
        height: 549px;
        
  }
}

@media only screen and (max-width: 768px){
    .div-pic-sec-nine{
        height: 106%;
        
  }
}

@media only screen and (max-width: 768px){
    .photo-sec-five{
       width: 100%;
        
  }
}
@media only screen and (max-width: 768px){
    .button-secfour{
        width: 302.4px;
        
  }
}

@media only screen and (max-width: 768px){
    .button-sectree{
        width: 302.4px;
        
  }
}

@media only screen and (max-width: 768px){
    .button-secone{
        width: 302.4px;
        
  }
}

@media only screen and (max-width: 768px){
    .p_h_s_towe{
        font-size: 3em;
        
  }
}

@media only screen and (max-width: 768px){
    .button-secsix{
        width: 302.4px;
        
  }
}

@media only screen and (max-width: 768px){
    .button-secnine{
        width: 302.4px;
        
  }
}

@media only screen and (max-width: 768px){
    .button-section-one{
        width: 302.4px;
        
  }
}

@media only screen and (max-width: 768px){
    .div-text-sectree{
        margin-top: 32px;
        
  }
}
/* tablet */

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .header-bottom {
       display: none;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .menue-tow {
       display: none;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .grid-sec-five {
       display: inline;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .header-megamenue {
        justify-content: end;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .card-content {
        width: 95%;
        margin-left: 0px;
        margin-bottom: 17px;
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .div-koli-sec-one {
        flex-wrap: wrap;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .divtow-secone {
       width: 45%;
       display: none;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .divtree-secone {
       width: 45%;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .card-content img {
       position: initial;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .div-koli-sec-tow {
        flex-wrap: wrap;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .divtree-sectow {
        width: 45%;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .divtow-sectow {
        width: 45%;
        margin-left: 0px;
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .card-content-tow{
        width: 95%;
        margin-left: 0px;
        margin-top: 17px;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .sction-one{
        height: 1594px;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .pictow-sectow{
        width: 100%;
        
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .tree-sectow {
        width: 100%;
        margin-bottom: 20px;
        display: none;
  }
}

@media only screen and (max-width: 1008px) and (min-width: 768px){
    .section_tow {
        height: 1279px;
        
  }
}

