:root {
  --tran-1: all ease 0.3s;
  --color-1: #cb0011;
  --color-2: #ab000e;
  --color-3: #00788A;
  --color-5: #0c0a0a;
  --color-6: #f6f6f6;
  --color-7: #4a4a4a;
  --radius: 10px;
  --duration: .3s;
}
button{border-radius:0}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px;outline:unset}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}
html, body{
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
  background: #fff;
  z-index: 1;
}
a {
  text-decoration: none;
  color: var(--color-5);
  transition: all ease .3s;
}
a:hover{
  color: var(--color-1);
}
.trans {
  transition: all ease .5s;
}
.text-center {
  text-align: center;
}
.rlt {
  position: relative;
}
.img-fluid, .img-responsive{
  max-width: 100%;
  height: auto;
}
.align-items-center{
  align-items: center;
}
img {
    vertical-align: middle;
    border-style: none;
}
.list-unstyled{
  list-style: none;
}
.paddingY {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 575.8px){
  .container-home{
    padding-left: 10px;
    padding-right: 10px;
  }
  .paddingY {
    padding-top: 45px;
    padding-bottom: 45px;
  } 
}
/*Start Title Primary*/
.title-primary {
    position: relative;
    display: flex;
    margin: 0 auto 20px;
    font-size: 32px;
    line-height: 1.7;
    max-width: max-content;
    font-weight: bold;
    text-transform: uppercase;
}
.title-primary:before, .title-primary:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 60px;
    background-color: var(--color-3);
}
.title-primary:before {
    left: -10px;
    transform: translateX(-100%);
}
.title-primary:after {
    right: -10px;
    transform: translateX(100%);
}
.preview-primary p {
    margin: 20px auto 30px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: var(--color-7);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 500px) {
    .title-primary {
        font-size: 28px;
    }
    .title-primary:before, .title-primary:after {
      width: 30px;
    }
}
@media (min-width: 992px) {
    .preview-primary p {
        max-width: 75%;
        -webkit-line-clamp: 2;
    }
}
/*End Title Primary*/

/*Start Css Banner*/
.banner-home .flickity-prev-next-button.previous {
    left: 20px;
}
.banner-home .flickity-prev-next-button.next {
    right: 20px;
}
.banner-home .flickity-page-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}
.banner-home .flickity-page-dots li:before {
    width: 23px;
    height: 10px;
    border: 1px solid #cdcdcd69;
    background-color: #fff;
}
@media (max-width: 575.8px){
  .banner-home .flickity-page-dots{
    bottom: 0px;
  }
  .banner-home .flickity-page-dots li:before {
    width: 15px;
    height: 7px;
  }
  .banner-home .flickity-page-dots li.dot.is-selected:before, .banner-home .flickity-page-dots li.dot:hover:before {
      width: 25px;
      background-color: var(--color-1);
      cursor: pointer;
  }
}
/*End Css Banner*/

/*Start Css About*/
.line-title-about{
  color: var(--color-1);
  position: relative;
  font-size: 18px;
  font-weight: 500;
  max-width: max-content;
  text-transform: capitalize;
}
.line-title-about:before{
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 60px;
  margin-left: 10px;
  background-color: var(--color-1);
}
.title-about-home {
    text-transform: uppercase;
    font-size: 39px;
    margin: 12px 0 25px;
    font-weight: bold;
    line-height: 1.6;
}
.block-content-about-home .ck-content p{
  margin: 25px 0 25px;
  line-height: 1.8;
}
.block-content-about-home .ck-content p, .block-content-about-home .ck-content ul {
    color: var(--color-7);
    font-size: 16px;
}
.block-content-about-home .ck-content ul {
    padding-left: 25px;
    list-style: none;
    line-height: 1.7;
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 25px;
}
.block-content-about-home .ck-content ul li {
    position: relative;
    padding-left: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;      
}
.block-content-about-home .ck-content ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--color-1);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.block-more-about-home {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 0.5px solid #ececec;
}
.view-more-about-home {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    background-color: var(--color-1);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    min-width: 144px;
    border-radius: var(--radius);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.view-more-about-home:hover{
  color: #fff;
}
.view-more-about-home:before {
    content: "";
    background: #fff;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: -1;
    height: 0%;
    left: 0;
    top: 0;
    transform: skew(0deg);
    transform-origin: top left;
    width: 100%;
    border-radius: var(--radius);
}
.view-more-about-home:hover:before {
    height: 100%;
    background: var(--color-1);
}
.view-more-about-home i {
    margin-left: 4px;
    transition: all ease .3s;
}
.view-more-about-home:hover i {
    transform: translateX(5px);
}
.hotline-about-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.icon-hotline-about {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;  
    border: 1px solid var(--color-3);
    background-color: var(--color-3);
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;   
    transition: 0.4s ease-in-out;
}
.icon-hotline-about:hover { 
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
    color: #fff;
}
.number-hotline-about{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.number-hotline-about span {
    font-size: 14px;
    color: var(--color-7);
}
.number-hotline-about a {
    font-size: 22px;
    font-weight: bold;
}
.number-hotline-about a:hover {
    color: var(--color-3);
}


.img1-about-home, .avatar-img-about-home {
    position: relative;
    padding-top: 75%;
    width: 100%;
}
.img1-about-home img, .avatar-img-about-home img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img1-about-home img, .avatar-img-about-home img{
    border: 10px solid var(--color-6);
    border-radius: 20px;
    transition: .3s;
} 

@media (max-width: 500px){
  .title-about-home {
      font-size: 33px;
      margin: 12px 0 5px;
  }
  .block-content-about-home .ck-content ul {
      grid-template-columns: repeat(1, 1fr);
  }
  .block-more-about-home{
    border-top: unset;
  }
.img1-about-home img, .avatar-img-about-home img {
    border: unset;
}
  .dynamic-height-wrap {
      overflow: hidden;
      position: relative;
      transition: max-height .3s ease-in-out;
      width: 100%;
      padding-bottom: 30px;
  }
  .dynamic-height-active .dynamic-height-wrap:before {
      background: -webkit-linear-gradient(top,rgba(240,249,255,0) 0,#fff 100%);
      background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
      position: absolute;
      content: "";
      height: 75px;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
  }
  .js-dynamic-show-hide {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      border: 1px solid #e5e5e5;
      background-color: #fff;
      color: #2196F3;
      border-radius: 5px;
      transition: .3s;
      font-size: 13px;
      height: 30px;
      width: 110px;
      z-index: 11;
      cursor: pointer;
      user-select: none;
  }
}
@media (min-width: 992px){
  .block-content-about-home .ck-content p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .img2-about-home{
      position: absolute;
      right: -5%;
      top: 75%;
      width: 100%;
  }
}
@media (min-width: 1200px){
  .img1-about-home, .avatar-img-about-home {
      padding-top: 63%;
  }
}
@media (min-width: 1330px){
  .img2-about-home{
      right: -9%;
  }
}
@media (min-width: 991.8px) and (max-width: 1200px){
  .img1-about-home, .avatar-img-about-home {
      padding-top: 80%;
  }
}
/*End Css About*/

/*Start Css Products new*/
.grid-products-new {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 40px 15px;
    margin: 30px 0 0;
}
.items-products-new {
  border-radius: var(--radius);
}
.box-image-products-new {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 80%;
    width: 100%;
}
.box-image-products-new img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
    transition: all ease .3s;
}
.hoverimage {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.hoverimage:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: all ease .7s;
    transform: rotate(30deg);
    background: linear-gradient(to right,rgba(255,255,255,.13) 0,rgba(255,255,255,.13) 77%,rgba(255,255,255,.5) 92%,rgba(255,255,255,0) 100%);
}
.box-image-products-new:hover .hoverimage:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-newsperty: left,top,opacity;
    transition-duration: .7s,.7s,.15s;
    transition-timing-function: ease;
}
.title-products-new-secondary a{
  display: block;
  margin-top: 15px;
  font-size: 17px;
  text-transform: uppercase;
}

.viewmore-products-new {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto 0;
    padding: 4px 18px;     
    background-color: var(--color-1);
    color: #fff;
    max-width: max-content;
    border-radius: var(--radius);
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden;
}
.viewmore-products-new:hover{
  color: #fff;
}
.viewmore-products-new:before {
    content: "";
    background: #fff;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: -1;
    height: 0%;
    left: 0;
    top: 0;
    transform: skew(0deg);
    transform-origin: top left;
    width: 100%;
    border-radius: var(--radius);
}
.viewmore-products-new:hover:before {
    height: 100%;
    background: var(--color-1);
}
.viewmore-products-new i {
    margin-left: 3px;
    transition: all ease .3s;
}
.viewmore-products-new:hover i {
    transform: translateX(3px);
}
@media (min-width: 414px){
  .grid-products-new {
      grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 768px){
  .grid-products-new {
      grid-template-columns: repeat(3,1fr);
  }
}
@media (min-width: 992px){
  .grid-products-new {
      gap: 45px 20px;
  }
}
@media (min-width: 1350px){
  .grid-products-new {
      grid-template-columns: repeat(4,1fr);
  }
}
/*End Css Products new*/

/*Start Css ADV*/
#carousel-adv{
  margin-top: 30px;
}
#carousel-adv .flickity-viewport{
  border-radius: var(--radius);
}
#carousel-adv .carousel-cell{
  width: 65%;
  margin-left: 20px;
}
.box-img-adv-home {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
}
.box-img-adv-home img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
}
@media (min-width: 414px) {
  #carousel-adv .carousel-cell{
    width: 50%;
  }
}
@media (min-width: 576px) {
  #carousel-adv .carousel-cell{
    width: 40%;
  }
}
@media (min-width: 768px) {
  #carousel-adv .carousel-cell{
    width: 25%;
  }
}
@media (min-width: 992px) {
  #carousel-adv .carousel-cell{
    width: 22%;
  }
}
@media (min-width: 1350px) {
  #carousel-adv .carousel-cell{
    width: 15%;
  }
}
/*End Css ADV*/

/*Start Css Services*/
.block-services-home {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    gap: 30px;
    grid-template-areas: 'one' 'two';
    margin-top: 30px;
}
.block-one-services{
    grid-area: one;
}
.block-two-services{
    grid-area: two;
}
.img-block-one-services {
    position: relative;
    padding-top: 75%;
    width: 100%;
    display: block;
}
.img-block-one-services img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid var(--color-6);
    border-radius: 20px;
    transition: .3s;
}
.img-block-one-services img:hover, .img-block-two-services img:hover{
  opacity: 0.85;
}
.box-detail-services-one {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    margin: -60px 35px 0;
    border-radius: var(--radius);
    padding: 15px 15px 15px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.title-block-one-services a {
    line-height: 1.7;
    font-size: 23px;
    color: var(--color-1);
    margin: 10px 0 15px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.title-block-one-services a:hover{
  color: var(--color-3)
}
.preview-block-one-services p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-7);
    margin: 0 0 15px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: 0.5px solid #f2f2f2;
}
.items-two-services{
  display: flex;
}
.items-two-services:not(:last-child){
  margin-bottom: 25px;
}
.img-block-two-services {
    position: relative;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 12px;
}
.img-block-two-services a {
    position: relative;
    padding-top: 75%;
    width: 100%;
    display: block;
}
.img-block-two-services img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
    border: 5px solid var(--color-6);
    border-radius: var(--radius);
}
.title-block-two-services a {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}
.preview-block-two-services p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-7);
    margin: 15px 0 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 374.8px){
  .title-block-two-services a {
    font-size: 18px;
  }
}
@media (max-width: 575.8px){
  .box-detail-services-one {
      margin: -60px 30px 0;
      padding: 15px 12px 15px;
  }
  .title-block-one-services a {
      font-size: 21px;
      -webkit-line-clamp: 3;
  }
  .title-block-two-services a {
    -webkit-line-clamp: 3;
  } 
  .preview-block-two-services p{
    display: none;
  }  
}
@media (min-width: 992px){
  .block-services-home {
      grid-template-areas: 'one two';
  }
}
@media (min-width: 992px) and (max-width: 1349.8px){
  .title-block-two-services a {
    -webkit-line-clamp: 3;
  }
  .preview-block-two-services p{
    display: none;
  }
}
/*End Css Services*/

/*Start Css News*/
.news-item {
  position: relative;
}
.news-item:hover .news-item-image::before {
  right: 0;
  opacity: 1;
  transition: var(--tran-slow);
  left: 130%;
}
.news-item:hover 
.news-item-image img {
  transform: scale(1.1);
}
.news-item-image {
  padding-top: 70%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}
.news-item-image::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
}
.news-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .3s;
}
.news-item-content {
    position: relative;
    padding: 65px 20px 30px;
    margin-bottom: 15px;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.05);
}
.news-item-date {
    padding: 20px 24px 15px 10px;
    position: absolute;
    left: 20px;
    top: 0;
    transform: translateY(-50%);
    display: block;
    z-index: 9;
    width: 120px;
    height: 120px;
    background-color: #fff;
    clip-path: path("M44.5 2.33013C49.141 -0.349364 54.859 -0.349365 59.5 2.33013L96.4615 23.6699C101.103 26.3494 103.962 31.3013 103.962 36.6603V79.3397C103.962 84.6987 101.103 89.6506 96.4615 92.3301L59.5 113.67C54.859 116.349 49.141 116.349 44.5 113.67L7.53848 92.3301C2.89746 89.6506 0.038475 84.6987 0.038475 79.3397V36.6603C0.038475 31.3013 2.89746 26.3494 7.53848 23.6699L44.5 2.33013Z");
}
.news-item-date::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: var(--color-1);
  clip-path: path("M36.5 2.33013C41.141 -0.349363 46.859 -0.349365 51.5 2.33013L79.8013 18.6699C84.4423 21.3494 87.3013 26.3013 87.3013 31.6603V64.3397C87.3013 69.6987 84.4423 74.6506 79.8013 77.3301L51.5 93.6699C46.859 96.3494 41.141 96.3494 36.5 93.6699L8.19873 77.3301C3.55772 74.6506 0.69873 69.6987 0.69873 64.3397V31.6603C0.69873 26.3013 3.55771 21.3494 8.19873 18.6699L36.5 2.33013Z");
  z-index: -1;
}
.news-item-date span {
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.news-item-date .news-item-day {
  font-size: 33px;
}
.news-item-date .news-item-month {
  font-size: 15px;
}
.news-item-content-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.7;
}
.news-item-content-paragraph p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin: 15px 0 20px;
    color: var(--color-7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.view-more-news-home {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    background-color: var(--color-1);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 40%;
    height: 40px;
    border-radius: var(--radius);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.view-more-news-home:hover{
  color: #fff;
}
.view-more-news-home:hover:before {
    height: 100%;
    background: var(--color-1);
}
.view-more-news-home:before {
    content: "";
    background: #fff;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: -1;
    height: 0%;
    left: 0;
    top: 0;
    transform: skew(0deg);
    transform-origin: top left;
    width: 100%;
    border-radius: var(--radius);
}
.view-more-news-home i {
    margin-left: 4px;
    transition: all ease .3s;
}
.view-more-news-home:hover i {
    transform: translateX(5px);
}
.news-home .flickity-viewport{
  border-radius: var(--radius);
}
#carousel-news .carousel-cell{
  width: 100%;
  margin-left: 25px;
}
@media (min-width: 414px) {
  #carousel-news .carousel-cell{
    width: 80%;
  }
}
@media (min-width: 576px) {
  #carousel-news .carousel-cell{
    width: 75%;
  }
}
@media (min-width: 768px) {
  #carousel-news .carousel-cell{
    width: 65%;
  }
}
@media (min-width: 992px) {
  #carousel-news .carousel-cell{
    width: 45%;
  }
}
@media (min-width: 1350px) {
  #carousel-news .carousel-cell{
    width: 40%;
  }
}
/*End Css News*/

/* begin footer */
.footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 30px;
    position: relative;
    font-size: 14px;
    color: #fff;
}
.footer:before {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.end-footer p {
    border-top: 1px solid #5f5f5f;
    position: relative;
}

.footer-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-6);
    position: relative;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.footer-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 4px;
    width: 50px;
    background-color: var(--color-3);
}
.footer-list {
  padding-left: 0;
}
.footer-list li {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-6);
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
}
.footer-list li i {

}
.footer-list li a {
  color: var(--color-6);
}
.footer-list li a:hover {
  text-decoration: underline;
}
/* end footer */
/* begin contact form */
.contact-form-title {
  border-left: 4px solid var(--color-6);
  padding-left: 10px;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--color-6);
  margin-bottom: 30px;
}
.contact-form-reminder {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-6);
  line-height: 1.8;
}
.contact-form-input {
  display: flex;
  flex-direction: column;
  color: var(--color-6);
}
.contact-form-input label strong {
  color: #ff0000;
}
label.contact-form-label {
    font-size: 15px;
    margin-bottom: 6px;
}
.contact-form-input input, .contact-form-input textarea {
    border-radius: var(--radius);
    outline: none;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    max-height: 100px;
    font-family: inherit;
}
.contact-form-input input {
    margin-bottom: 20px;
    border: none;
}
.contact-form-btn {
  text-align: center;
  margin: 10px 0;
}
.contact-form-btn input {
	color: #333;
    background-color: var(--color-6);
    outline: none;
    border: none;
    margin-top: 15px;
    padding: 12px 20px;
    border-radius: var(--radius);
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease .3s;
}
.contact-form-btn input:hover{
  color: var(--color-3);
}
.form-group {
    margin-top: 20px;
}
.form-group small a{
  color: var(--color-3)
}
/* end contact form */





/*Start keyframes*/
.fa-shake {
    -webkit-animation-name: fa-shake;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,linear)
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    24%,8% {
        transform: rotate(-18deg)
    }

    12%,28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,to {
        transform: rotate(0)
    }
}
@media (min-width: 992px){
  .movingY {
      animation: movingY 4s linear infinite;
  }
}
@keyframes movingY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

/*End keyframes*/

/*Sidebar*/
.sidebar-wrapper {
    background: #fff;
    box-shadow: 0 0 3px #e5e5e5;
    padding: 20px 15px 20px;
    margin-bottom: 20px;
    transition-duration: var(--duration);
}
.sidebar-wrapper:last-child{
	margin-bottom: 0;
}
.sidebar-wrapper a{
  color: #101010;
}
.sidebar-wrapper a:hover{
  color: #ff0e0e;
}
.title-sidebar-wrapper {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.title-sidebar-wrapper:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  height: 3px;
  width: 50%;
  background-color: var(--color-1);
}
.title-sidebar-wrapper:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ddd;
}
/*End Sidebar*/

/*Responsive Main Layout*/
@media (max-width: 575.8px){
	.main-content{
		border-bottom: 1px solid #ddd;
	}
	.main-sidebar {
		background-color: #f1f3f4;
	}
	.sidebar-wrapper{
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
}
@media (max-width: 991.8px){
	.main-content{
		padding-bottom: 45px;
	}
	.main-sidebar {
		padding: 20px 0;
	}
}
@media (min-width: 576px){
	.sidebar-wrapper{
		border-radius: var(--radius);
		border: 1px solid #ddd;
		margin-bottom: 35px;
	}
}
@media (min-width: 992px){
  .main-content {
      -ms-flex: 0 0 72%;
      flex: 0 0 72%;
      max-width: 72%;
  }
  .main-sidebar {
      -ms-flex: 0 0 28%;
      flex: 0 0 28%;
      max-width: 28%;
  }
}
/*End Responsive Main Layout*/

