@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url(../fonts//IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/IRANSansWeb_Light.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url(../fonts//IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSansWeb.ttf) format("truetype");
}
:root{
    --color_orginal:#d33b1a;
    --color_secondry:#538fa8
}
* {
    position: relative;
    box-sizing: border-box;
    outline: none;
}

.top-header {
    background: var(--color_orginal);
    color: #fff;
    padding: 7px 0;
}
.social-header {
    margin-bottom: 0;
}
.social-header li {
    display: inline-block;
    margin-left: 0;
}

*:focus {
    outline: none!important;
}

.fas {
    font-family: 'FontAwesome';
}

body {
    color: #252525;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'IRANSans';
    direction: rtl;
    text-align: right;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    padding-right: 0;
}

img {
    max-width: 100%;
}

.social-header i {
    color: #fff;
    padding-left: 10px;
    font-size: 18px;
}

.no-scroll {
    overflow: hidden;
}


/*end css reset*/


/*start style header */

.header-page {
    position: relative;
}

.header-page::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 93%;
    background: #00000052
}

.header-page img {
    height: 630px;
    width: 100%;
    object-fit: cover;
}

.col-header {
    right: 0;
    top: 0;
    width: 100%;
    background: #191919;
    color: white;
    padding: 10px 15px;
}

.time-header {
    margin-left: 30px;
    margin-right: 70px;
}

header i {
    color: #ef2853;
    padding: 10px;
    font-size: 16px;
}

.icon-navmenu {
    margin-top: -7px!important;
}

.icon-navmenu i {
    font-size: 20px;
    color: black;
}

.comment-shop {
    padding: 20px 0;
}

.icon-navmenu .navbar-nav {
    flex-direction: row!important;
    padding: 0!important;
}

.navbar-brand img {
    /* height: 100px; */
}

.icon-navmenu .dropdown-toggle::after {
    border-bottom: none;
    border-top: none;
}

.icon-navmenu li a i:hover {
    color: #ef2853;
}

.icon-navmenu .navbar-nav .dropdown-menu {
    position: absolute;
}

.list-icon-header {
    margin-bottom: 0px;
}

.submenu-user {
    display: none;
}

.user-header .icon-user:hover>.submenu-user {
    display: block!important;
}

.dropdown-item {
    text-align: right;
}

.dropdown-menu {
    right: 0;
    border-bottom: 2px solid #ef2853;
}

.dropdown-menu li a:hover {
    color: #ef2853;
}

ul.list-icon-header li {
    display: inline-block;
    padding: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: white!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px 0px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    transform: rotate(180deg);
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

header {
    min-height: 100px;
}

.header-nav {
    transition: 0.2s linear;
    /* background: white; */
    /* padding: 20px; */
}

header .fixed-top {
    background: white;
}

.header-nav .navbar {
    max-width: 1400px;
    margin: auto;
    padding: 0;
}

.dropdown:hover>.dropdown-menu,
.btn-group:hover>.dropdown-menu {
    display: table;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs>.dropdown-toggle {
    margin-bottom: 0;
}

.navbar-nav li {
    cursor: pointer;
    margin-left: 15px;
    margin-right: 0;
    font-size: 16px;
    font-weight: bold;
}

.dropdown-item {
    text-align: right;
}

.dropdown-menu {
    background-color: white;
    width: fit-content;
    right: 0;
    border-radius: 0px!important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media only screen and (max-width: 992px) {
    .dropdown-menu {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -8px;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: table;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 5px;
    top: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media(max-width: 765px) {
    .col-header {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
    }
    .header-nav {
        padding-top: 0;
    }
}

.header-nav .navbar-brand img {
    /* max-height: 70px; */
}

.header-nav .nav-link {
    color: black;
    margin: auto 0;
    transition: 0.3s;
}

.header-nav .nav-link:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 5px;
    border-radius: 2em;
    background-color: var(--main-primary);
    transition: 0.2s linear;
    color: #ef2853;
}

.header-nav .nav-link:hover:after,
.header-nav .nav-link.active:after {
    width: calc(100% - 10px);
}

.fixed-menu {
    background-color: rgb(175, 0, 2) !important;
    color: #333333;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.fixed-menu .nav-link {
    color: white;
}

.header-nav .navbar-toggler {
    outline: none !important;
    padding-top: 20px!important;
}

.header-nav .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
}

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: black;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.header-nav .bar1 {
    top: 0;
}

.header-nav.bar2,
.header-nav .bar3 {
    top: 13.5px;
}

.header-nav .bar3 {
    right: 0;
}

.header-nav .bar4 {
    bottom: 0;
}


/* HAMBURGER 3 */

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}

.box-search {
    position: fixed;
    background: rgba(33, 33, 33, 0.95);
    box-sizing: border-box;
    z-index: 3;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    min-height: 100%;
}

.icon-search {
    position: absolute;
    top: 65px;
    right: 150px;
    font-size: 30px;
    color: white!important;
    cursor: pointer;
    z-index: 90;
}

.form-search {
    height: 80px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 30% 30px;
    margin-top: 0px;
    z-index: 3;
    max-width: 80%;
}

.input-search {
    color: white;
    font-size: 45px;
    border: unset;
    background: transparent;
    height: inherit;
    width: 100%;
    text-align: center;
}


/*end header section*/


/* start style slider */

.carousel-caption {
    color: #000;
    text-align: right;
    right: 54%;
    bottom: 28%;
    left: 7%;
}
.carousel-caption h1,.carousel-caption h2{
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 15px;
}
.carousel-caption h5{
    font-size: 40px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 30px;
}
.carousel-caption p{
        font-size: 17px;
    margin: 20px 0 20px;
    color: #fff;

 
}
.image-cool {
    margin: -142px 0 40px;
    z-index: 33;
    padding-bottom: 100px;
}

.image-cool img {
    margin: auto;
}
@media(max-width:820px){
    .owl-carousel .owl-item img{
        height:300px
    }
}
@media(max-width:766px){
    .image-cool{
        margin-top:-80px
    }
}
.link-contact, .link-about {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    position:relative;
    z-index:1;
    display: inline-block;
    padding: 17px 50px 10px;
    line-height: 2;
 }
 
 .link-contact {
      background: #fff;
      margin-right: 40px;
 }
 .link-contact::after{
     position:absolute;
     content:'';
     width:100%;
     height:100%;
     top: 5px;
     left: 4px;
     background: var(--color_orginal);
     z-index:-1;
     transition: .4s;
 }
 .link-about{
     background: var(--color_orginal);
     color: var(--color_orginal);
 }
 .link-about::after{
     position:absolute;
     content:'';
     width:100%;
     height:100%;
     top: 5px;
     left: 4px;
     background: #fff;
     z-index:-1;
     transition: .4s;
 }
.link-contact:hover::after, .link-about:hover::after{
    top:0;
    left:0
}
.slider-btn {
    display: inline-block;
    margin-right: 4px;
    float: right;
    margin-top: 20px;
    }

.sliders .owl-carousel .item {
    position: relative;
}
.sliders .owl-carousel .item::after{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(to right, var(--color_secondry), #538fa814);
}

/* end style slider */


/* start style about */
.about {
    padding: 80px 0;
}
/* features */
.box-feature {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 40px 20px 45px;
    margin-bottom: 30px;
    transition: .4s;
}

.box-feature::before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url('../images/Repair6.png');
    transform: scale(0.5, 1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .5s;
}
.col-features {
    margin-top: -100px;
}

.icon-feature {
    font-size: 50px;
    color: var(--color_orginal);
    transition: .5s;
}

.title-feature h2 {
    font-size: 22px;
    margin: 5px 0 10px;
    transition: .5s;
}

.title-feature p {
    transition: .5s;
    font-weight: 400;
    line-height: 1.7;
    font-size: 16px;
}
.box-feature:hover::before{
    transform: scale(1, 1);
    opacity: 1;
}
.box-feature:hover .fas, .box-feature:hover .far,.box-feature:hover .title-feature p, .box-feature:hover h2{
    color:#fff
}
.sub-title {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0;
}

.title-section {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.title-section span{
    color:var(--color_orginal)
}
.text-about {
    padding: 0px 20px 5px;
    border-right: 3px solid var(--color_orginal);
    font-size: 17px;
    text-align: justify;
    line-height: 2;
}
.list-feature i {
    color: var(--color_orginal);
    font-size:18px;
    font-style:normal;
    padding-left:5px
}
.list-feature li{
    font-size: 17px;
    line-height: 2;
}
.about .link-contact, .counter .link-contact, .teams .link-contact  {
    background: var(--color_secondry);
    padding: 7px 40px 14px;
    margin-right: 0;
    margin-bottom: 20px;
}
.about .link-contact::after, .counter .link-contact::after, .teams .link-contact::after{
       right: 4px;
    bottom: 4px;
    top:unset
}
.about .link-contact:hover::after, .counter .link-contact:hover::after, .teams .link-contact:hover::after{

    right:0;
    bottom:0
}
.diliver-header {
    position: relative;
    background: #aec6ef;
    width: 100px;
    height: 5px;
    margin: 22px 0 30px;
    border-radius: 30px;
    display: inline-block;
}
.diliver-header::before{
    position:absolute;
    content:'';
    background: var(--color_orginal);
    width:10px;
    height:10px;
    border-radius:100%;
    top: -3px;
    right:0;
    animation:animate-header 3s linear infinite
  
}
@keyframes animate-header{
    from{
        transform:translateX(0)
    }
       to{
        transform:translateX(-88px)
    }
}
.service{
    background-image: url('../images/team-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    color: #fff;
    padding: 70px 0 100px;
}
.service::before, .teams::before{
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #538fa8e8 0%, #d33b1aad 100%);
    top: 0;
    left: 0;
    opacity: 0.9;
}
.box-services {
    display: flex;
    flex-direction: row;
    position: relative;
    background: #fff;
    padding: 20px 22px 17px;
    margin-bottom: 30px;
    transition: .4s;
}

.title-box-services {
    font-size: 17px;
    margin-bottom: 10px;
    transition: .5s;
    color:#000
}

.text-box-services {
    color: #000;
}

.box-services::after {
    position: absolute;
    content: '';
    background: var(--color_orginal);
    width: 100%;
    height: 100%;
    z-index: -1;
   left: 8px;
    top: 7px;
    transition:.4s
}

.icon-services {
    margin: 10px 0 0 10px;
}
.services-even {
    background: var(--color_orginal);
}
.services-even::after{
    background:#fff
}
.services-even .title-box-services, .services-even .text-box-services{
    color:#fff
}
.box-services:hover::after {
    left: 0;
    top: 0;
}
/* options */
.images-features {
    position: relative;
    z-index: 2;
    margin-left: -60px;
    background: #fff;
    padding: 35px 0px 0px 40px;
    display: inline-block;
}

.text-options {
    position: relative;
    margin-top: -55px;
    z-index: 1;
}
.meter {
    background: rgba(12,90,219,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    display: block;
    height: 8px;
    margin-bottom: 26px;
    /* padding: 8px; */
    position: relative;
    margin-top: 16px;
  }
  
  .meter span {
    display: block;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: var(--color_orginal);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3) inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: width 2s ease-out;
  }
  
  .orange span {
    background-color: var(--color_orginal);
  }
  
  .red > span {
    background-color:var(--color_orginal);
  }
  
  .cadetblue > span {
    background-color: var(--color_orginal);
  }
  
  .meter-name {
    float: left;
  }
  
  .content-skills {
    color: #000;
  }
  
  .box-image-feature img {
    border-radius: 20px;
  }
  /* parallax */
  .parallax{
    background-image: url(../images/parallax.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 150px 0;
    margin:80px 0
  }
  .parallax::before{
      position:absolute;
      content:'';
      width:100%;
      height:100%;
      top:0;
      right:0;
      left:0;
      bottom:0;
      background: #d33b1aad;
  }
.title-parallax {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-shadow: #080808 1px 0 10px;
    padding-bottom: 20px;
}

.text-parallax {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
.list-counters {
    column-count: 2;
}
.list-counters li {
    padding: 28px 20px 40px;
    background: #E0EAFC;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.number-counter {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
.list-counters li p{
font-size: 18px;
  margin: 0;
  font-weight: 400;
  margin-top: 2px;
  transition: .5s;
}
.list-counters li:nth-child(2), .list-counters li:nth-child(3){
    background-image:url('../images/Repair6.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    color:#fff
}
.list-counters li img{
    transition:.4s
}
.list-counters li:hover img{
    transform:rotateY(180deg)
}
/* section team */
.box-team {
    margin-bottom: 20px;
}
.teams{
  background-image: url('../images/service.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 1;
  color: #fff;
  padding: 80px 0 100px;
}
.team-area {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.content-team {
    background: #fff;
    padding: 18px 20px 33px;
    box-shadow: 10px 17px 38px 0 rgb(0 0 0 / 10%);
    text-align: center;
}

.name-team {
    font-size: 22px;
    color: #030749;
    display: block;
}

.job-team {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    display: block;
    margin-bottom: 12px;
}

.social-team li {
    display: inline-block;
}
.social-team li a{
        font-size: 16px;
        background: var(--color_orginal);
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 3px;
        margin: 0 3px;
        transition: .3s;
        display: inline-block;
}
.social-team li:hover a{
    background:var(--color_secondry)
}
.image-team {
    position: relative;
}

.image-team::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top;
    background: rgba(252,150,21,.85);
    transform: perspective(15em) rotateX(-90deg);
    transition: .6s;
}

.box-team:hover .image-team::before {
    transform: perspective(0) rotateX(0);
}
.image-team {
    position: relative;
}

.image-team::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top;
    background: #d33b1aad;
    transform: perspective(15em) rotateX(-90deg);
    transition: .6s;
}

.box-team:hover .image-team::before {
    transform: perspective(0) rotateX(0);
}
/* product */
.carousel_se_03_carousel {
    direction: ltr;
}
.products {
    padding: 80px 0;
}
.box-product {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 30px 25px 35px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    margin: 20px 0;
}
.title-product {
    padding-top: 15px;
    font-size: 18px;
}
.products .owl-dots .owl-dot.active  span{
    width: 40px;
    height:6px;
    background:var(--color_orginal)
}
.products  .owl-dots .owl-dot span{
    width: 25px;
    height:6px
}
.products .owl-dot{
    background:unset
}
/* brands */
.brands {
    background: #E0EAFC;
    padding: 100px 0;
}
.brands img{
    transition:.4s
}
.brands img:hover{
    transform:rotateY(180deg)
}
/* footer */
footer {
    background: #111a3a;
    color: #fff;
    padding: 50px 0 30px;
    font-size: 15px;
}
.socail-footer li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: var(--color_orginal);
    text-align: center;
    color: #fff!important;
    transition: .5s;
    display: inline-block;
    margin-right: 8px;
    border-radius: 3px;
}
.socail-footer li {
    display: inline-block;
}

.text-footer {
    text-align: justify;
    line-height: 2;
    padding-bottom: 10px;
}
.socail-footer li:hover a{
    background:var(--color_secondry);
}
.title-footer {
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0;
}

.list-footer li {
    line-height: 2.2;
}
.box-footer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.image-box-footer i {
    font-size: 30px;
}

.image-box-footer {
    padding: 10px 0 10px 10px;
}

.title-box-footer {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 17px;
}

.text-box-footer {
    line-height: 1.7;
}
footer a{
    transition:.4s
}
footer a:hover{
    color:var(--color_orginal)
}
.copyright {
    border-top: 1px solid #a78b8b;
    padding-top: 20px;
    font-size: 13px;
}
/* page about */
.counter.about-counter {
    background-image: url(../images/subscribe.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    background-attachment: scroll;
}
.counter.about-counter .col-counter {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.col-counter {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
}
.content-counter {
    text-align: right;
    padding-right: 20px;
}
.col-counter p{
    font-weight:600
}
.contact-page .fas {
    color: var(--color_orginal);
}
.text-product {
    font-size: 17px;
    text-align: justify;
    line-height: 2;
}