/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    font-family: "Poppins", Arial, sans-serif;
}

@font-face {
  font-family: MTL;
  src: url(/templates/fashion03/assets/fonts/Montserrat-Light.ttf);
}

.logo-section span {
    /* text-transform: uppercase; */
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-main);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: var(--color-main);
}

.entire-info {
    font-size: 18px;
    color: var(--color-main);
}

.entire-cart-text>p {
    margin: 0;
}

.btn-mini-cart i {
    font-size: 1.5rem;
    background: var(--color-highlight);
    width: 3.3rem;
    height: 3.3rem;
    text-align: center;
    line-height: 3.3rem;
    border-radius: 100%;
    margin-right: 1rem;
    color: white;
}


/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.title-custom-1 {
    color: #226fb3;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.title-custom-1:after {
    content: '';
    background: #226fb3;
    width: 30px;
    height: 3px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 0;
    clip-path: polygon(9% 0%, 91% 0%, 100% 100%, 0% 100%);
}

.procedure--number {
    background: #226fb3;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.procedure--number:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0px 0px 69px 27px;
    border-color: transparent transparent #f6f6f6 transparent;
}

.procedure--content {
    padding: 10px 10px;
    background: #f6f6f6;
}

.title-custom-2 {
    position: absolute;
    left: 3px;
    bottom: 0;
}

.col-lg-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.product-title a {
    color: #1d2129;
    font-size: 13px;
}

.box-custom-1 {
    margin: 0;
    border: #226fb3 solid 1px;
    height: 20rem;
}

.box-custom-2 {
    width: 60px;
    margin-top: 32px;
    margin-left: 37px;
    height: 60px;
    background: #226fb3;
    -webkit-transform: rotate(-45deg);
    transform-origin: 0 100%;
}

.img-fluid-2 {
    max-width: 40%;
    height: auto;
}

.ps-custom-1 {
    position: absolute;
    left: 3.5rem;
    filter: invert(100%);
}

.ps-custom-1:nth-child(1) {
    top: 20%;
}

.ps-custom-1:nth-child(2) {
    top: 23%;
}

.ps-custom-1:nth-child(3) {
    top: 20%;
}

.ps-custom-1:nth-child(4) {
    top: 20%;
}

.title-custom-3 {
    background-color: #226FB3;
    color: white;
    font-size: 20px !important;
    font-weight: 600;
}

.btn-custom-2 {
    padding: 8px 16px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #979797;
}

.btn-custom-2:before {
    content: "\f101";
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    padding-right: 0.5rem;
    vertical-align: text-bottom;
}

.ps-custom-2 {
    padding: 5rem 2rem;
    margin-top: -9rem;
}

.article-item {
    /* margin-bottom: 30rem; */
}

.title-custom-4:before {
    content: "\f073";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}

.btn-custom-3 {
    border: black solid 2px;
    border-radius: 3px;
    padding: 8px 20px 8px 20px;
}

.btn-custom-3:after {
    content: "\f101";
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    padding-left: 0.5rem;
    vertical-align: text-bottom;
}

.title-custom-5 {
    word-spacing: 2px;
    letter-spacing: 1px;
    line-height: 1;
    font-family: MTL;
    font-weight: 600;
    color: black;
}

.title-custom-5:after {
    content: "";
    display: block;
    background-color: #ffc400;
    height: 3px;
    width: 100px;
    margin: 0 auto;
    margin-top: 18px;
}

.img-custom-1 {
    border: #226fb3 solid 7px;
    border-radius: 50%;
}

.title-custom-6, .title-custom-7 {
    color: #226fb3;
    padding-bottom: 10px;
    position: relative;
}

.title-custom-6:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #226fb3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-custom-3 .article-item {
    margin-bottom: 5rem;
}

.title-custom-7:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #226fb3;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bg-custom {
    background-color: #2a2a2a;
}

.bg-custom-2 {
    background-color: #000000;
}

.commit-slide--tile {
    font-weight: 700;
    font-size: 15px;
}

.commit-slide--description {
    color: #666666;
    font-size: 14px;
}


/* Zoom */
.am-custom-1 {
    transition: transform 1s
}

.am-custom-1:hover {
    transform: scale(1.1);
}

/**/
.rotate-vert-center {
    transition: transform 0.5s ease-in-out;
}

.rotate-vert-center:hover {
  transform: rotate(360deg);
}

.effect-nav li:nth-child(1) a:after {
    width: 50%;
    left: 42px;
}

.effect-nav li:nth-child(2) a:after {
    width: 50%;
    left: 47px;
}

.effect-nav li:nth-child(3) a:after {
    width: 50%;
    left: 37px;
}


/*Button*/
#button {
    position: fixed;
    bottom: 30px;
    right: 1.8rem;
    opacity: 0;
    z-index: 1000;
    width: 5.5rem;
    height: 5.5rem;
}

#button.show {
  opacity: 1;
  visibility: visible;
}
/*Button*/

.logo-section img {
    height: 9rem;
}

/*Rotate*/
.avg-1:before {
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    background: url('data:image/svg+xml;utf8,\a \a <svg width="20" height="20" version="1.1" fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 463 463" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 463 463">\a <path d="m439.5,208c-10.336,0-19.128,6.71-22.266,16h-148.033l107.206-44.406c2.352,2.7 5.297,4.855 8.702,6.266 2.899,1.2 5.946,1.801 8.993,1.801s6.094-0.601 8.993-1.802c5.8-2.402 10.316-6.919 12.719-12.718 2.401-5.8 2.401-12.188-0.001-17.986-4.959-11.97-18.729-17.678-30.704-12.718-5.8,2.402-10.316,6.919-12.719,12.718-1.409,3.404-1.968,7.01-1.723,10.582l-107.2,44.404 104.663-104.664c3.207,1.595 6.761,2.445 10.448,2.445 6.277,0 12.179-2.444 16.616-6.883 4.439-4.438 6.884-10.34 6.884-16.617s-2.444-12.179-6.883-16.616c-4.438-4.439-10.34-6.884-16.617-6.884s-12.179,2.444-16.616,6.883c-4.439,4.438-6.884,10.34-6.884,16.617 0,3.687 0.849,7.241 2.445,10.448l-104.667,104.666 44.403-107.198c0.521,0.035 1.043,0.059 1.562,0.059 9.226,0 17.998-5.468 21.743-14.508 4.957-11.971-0.748-25.744-12.719-30.703-5.799-2.402-12.188-2.401-17.986-0.001-5.799,2.402-10.315,6.919-12.718,12.719-2.402,5.799-2.402,12.187-0.001,17.986 1.41,3.404 3.565,6.348 6.264,8.7l-44.404,107.203v-148.027c9.29-3.138 16-11.93 16-22.266 0-12.958-10.542-23.5-23.5-23.5s-23.5,10.542-23.5,23.5c0,10.336 6.71,19.128 16,22.266v148.033l-44.406-107.206c2.7-2.352 4.855-5.297 6.266-8.702 2.401-5.8 2.401-12.188-0.001-17.986-2.402-5.8-6.919-10.316-12.718-12.719-5.799-2.4-12.188-2.401-17.986,0.001-11.971,4.959-17.676,18.732-12.718,30.704 3.744,9.04 12.516,14.507 21.742,14.507 0.519,0 1.039-0.024 1.56-0.059l44.401,107.194-104.663-104.663c1.595-3.207 2.445-6.761 2.445-10.448 0-6.277-2.444-12.179-6.883-16.616-4.438-4.439-10.34-6.884-16.617-6.884s-12.179,2.444-16.616,6.883c-4.439,4.438-6.884,10.34-6.884,16.617s2.444,12.179 6.883,16.616c4.438,4.439 10.34,6.884 16.617,6.884 3.687,0 7.241-0.849 10.448-2.445l104.667,104.667-107.199-44.403c0.656-9.784-4.899-19.349-14.448-23.305-11.966-4.957-25.744,0.748-30.703,12.719-2.402,5.799-2.402,12.187-0.001,17.986 2.402,5.799 6.919,10.315 12.719,12.718 2.899,1.201 5.946,1.802 8.993,1.802s6.094-0.601 8.993-1.801c3.404-1.41 6.348-3.565 8.7-6.264l107.202,44.404h-148.027c-3.138-9.29-11.93-16-22.266-16-12.958,0-23.5,10.542-23.5,23.5s10.542,23.5 23.5,23.5c10.336,0 19.128-6.71 22.266-16h148.033l-107.206,44.406c-2.352-2.7-5.297-4.855-8.702-6.266-5.801-2.402-12.188-2.4-17.985,0-5.8,2.402-10.317,6.919-12.72,12.719-2.401,5.799-2.401,12.187 0.001,17.985 2.402,5.8 6.919,10.316 12.718,12.719 2.9,1.201 5.946,1.801 8.993,1.801s6.094-0.601 8.992-1.801c5.8-2.402 10.316-6.919 12.719-12.718 1.41-3.404 1.969-7.01 1.724-10.582l107.2-44.404-104.663,104.664c-3.207-1.595-6.761-2.445-10.448-2.445-6.277,0-12.179,2.444-16.616,6.883-4.439,4.438-6.884,10.34-6.884,16.617s2.444,12.179 6.883,16.616c4.438,4.439 10.34,6.884 16.617,6.884s12.179-2.444 16.616-6.883c4.439-4.438 6.884-10.34 6.884-16.617 0-3.687-0.849-7.241-2.445-10.448l104.667-104.667-44.406,107.205c-3.572-0.246-7.179,0.313-10.584,1.722-5.799,2.402-10.315,6.919-12.719,12.72-4.957,11.971 0.748,25.744 12.719,30.703 2.899,1.201 5.946,1.802 8.993,1.802s6.094-0.601 8.993-1.801c5.799-2.402 10.315-6.919 12.718-12.719 2.402-5.799 2.402-12.187 0.001-17.986-1.41-3.404-3.565-6.348-6.264-8.7l44.405-107.202v148.028c-9.29,3.138-16,11.93-16,22.266 0,12.958 10.542,23.5 23.5,23.5s23.5-10.542 23.5-23.5c0-10.336-6.71-19.128-16-22.266v-148.034l44.406,107.206c-2.7,2.352-4.855,5.297-6.266,8.702-2.401,5.8-2.401,12.188 0.001,17.986 2.402,5.8 6.919,10.316 12.718,12.718 2.899,1.201 5.946,1.802 8.993,1.802 3.046,0 6.093-0.601 8.992-1.802 5.8-2.402 10.316-6.919 12.719-12.718 2.401-5.8 2.401-12.188 0-17.985-2.402-5.8-6.919-10.317-12.718-12.719-3.404-1.41-7.01-1.969-10.582-1.723l-44.403-107.2 104.663,104.662c-1.595,3.207-2.445,6.761-2.445,10.448 0,6.277 2.444,12.179 6.883,16.616 4.438,4.439 10.34,6.884 16.617,6.884s12.179-2.444 16.616-6.883c4.439-4.438 6.884-10.34 6.884-16.617s-2.444-12.179-6.883-16.616c-4.438-4.439-10.34-6.884-16.617-6.884-3.687,0-7.241,0.849-10.448,2.445l-104.666-104.667 107.205,44.406c-0.246,3.572 0.313,7.179 1.723,10.584 2.401,5.799 6.919,10.315 12.718,12.717 2.932,1.215 5.971,1.789 8.963,1.789 9.225,0 17.997-5.467 21.741-14.506 2.402-5.799 2.402-12.187 0.001-17.986-2.402-5.799-6.919-10.315-12.719-12.718-5.799-2.402-12.188-2.401-17.986-0.001-3.404,1.41-6.348,3.565-8.7,6.264l-107.203-44.405h148.028c3.138,9.29 11.93,16 22.266,16 12.958,0 23.5-10.542 23.5-23.5s-10.543-23.5-23.501-23.5zm-224.5,23.5c0-9.098 7.402-16.5 16.5-16.5s16.5,7.402 16.5,16.5-7.402,16.5-16.5,16.5-16.5-7.402-16.5-16.5zm171.249-70.605c0.869-2.098 2.503-3.731 4.6-4.6 1.061-0.439 2.16-0.647 3.242-0.647 3.337,0 6.511,1.978 7.865,5.247 0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.731-4.601,4.601s-4.408,0.869-6.506,0c-2.097-0.869-3.73-2.501-4.599-4.598-0.001-0.001-0.001-0.003-0.001-0.004 0-0.001-0.001-0.002-0.001-0.003-0.867-2.097-0.867-4.406 0.001-6.502zm-13.681-82.484c1.605-1.605 3.739-2.489 6.01-2.489s4.404,0.884 6.011,2.49c1.605,1.605 2.489,3.739 2.489,6.01s-0.884,4.404-2.49,6.011c-1.605,1.605-3.739,2.489-6.01,2.489-2.268,0-4.4-0.882-6.005-2.485-0.002-0.002-0.003-0.004-0.005-0.005s-0.004-0.003-0.005-0.005c-1.603-1.605-2.485-3.737-2.485-6.005 0-2.271 0.884-4.404 2.49-6.011zm-81.569-12.766c0.869-2.098 2.503-3.731 4.601-4.601 2.097-0.869 4.407-0.869 6.506,0 4.329,1.794 6.394,6.776 4.601,11.106-1.794,4.329-6.775,6.396-11.107,4.6-2.097-0.869-3.73-2.502-4.6-4.6-0.869-2.097-0.869-4.408-0.001-6.505zm-59.499-50.645c4.687,0 8.5,3.813 8.5,8.5s-3.813,8.5-8.5,8.5-8.5-3.813-8.5-8.5 3.813-8.5 8.5-8.5zm-75.205,57.151c-1.794-4.331 0.271-9.313 4.6-11.107 1.049-0.435 2.151-0.651 3.253-0.651s2.204,0.217 3.253,0.651c2.098,0.869 3.731,2.503 4.601,4.601 0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.73-4.6,4.6-4.333,1.795-9.314-0.272-11.107-4.6zm-77.884,18.281c-1.605-1.605-2.489-3.739-2.489-6.01s0.884-4.404 2.49-6.011c1.605-1.605 3.739-2.489 6.01-2.489s4.404,0.884 6.011,2.49c1.605,1.605 2.489,3.739 2.489,6.01 0,2.268-0.882,4.4-2.485,6.005-0.002,0.002-0.004,0.003-0.005,0.005s-0.003,0.004-0.005,0.005c-1.605,1.603-3.737,2.485-6.005,2.485-2.271,1.42109e-14-4.404-0.884-6.011-2.49zm-6.261,81.569c-2.097,0.868-4.407,0.87-6.506,0-2.098-0.869-3.731-2.503-4.601-4.601-0.868-2.098-0.868-4.408 0-6.506 1.354-3.27 4.527-5.247 7.865-5.247 1.082,0 2.181,0.208 3.241,0.646 4.33,1.794 6.394,6.776 4.6,11.107-0.868,2.098-2.501,3.732-4.599,4.601zm-48.65,67.999c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5zm48.65,66.705c-2.098,0.869-4.408,0.869-6.506,0s-3.731-2.503-4.601-4.601c-0.868-2.098-0.868-4.407 0-6.505 0.869-2.098 2.503-3.731 4.601-4.601 1.049-0.435 2.151-0.651 3.253-0.651s2.204,0.217 3.253,0.651c2.098,0.869 3.73,2.503 4.6,4.6 1.794,4.332-0.27,9.313-4.6,11.107zm18.282,77.884c-1.605,1.605-3.739,2.489-6.01,2.489s-4.404-0.884-6.011-2.49c-1.605-1.605-2.489-3.739-2.489-6.01s0.884-4.404 2.49-6.011c1.605-1.605 3.739-2.489 6.01-2.489 2.268,0 4.4,0.882 6.005,2.485 0.002,0.002 0.003,0.004 0.005,0.005s0.004,0.003 0.005,0.005c1.603,1.605 2.485,3.737 2.485,6.005 1.42109e-14,2.271-0.884,4.404-2.49,6.011zm81.569,12.766c-0.869,2.098-2.503,3.731-4.601,4.601-2.097,0.869-4.407,0.869-6.506,0-4.329-1.794-6.394-6.776-4.601-11.106 0.869-2.098 2.503-3.731 4.601-4.601 1.049-0.435 2.15-0.651 3.253-0.651 1.1,0 2.201,0.216 3.249,0.65 0.002,0.001 0.004,0.002 0.005,0.002 0.001,0 0.003,0.001 0.005,0.001 2.095,0.87 3.727,2.502 4.595,4.598 0.868,2.098 0.868,4.409 2.84217e-14,6.506zm59.499,50.645c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5zm75.205-57.15c0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.731-4.601,4.601-2.097,0.869-4.406,0.869-6.505,0-2.098-0.869-3.731-2.503-4.601-4.601-0.868-2.098-0.868-4.408 0-6.506 0.869-2.097 2.501-3.73 4.598-4.599 0.001,0 0.003-0.001 0.004-0.001 0.001,0 0.002-0.001 0.003-0.001 1.048-0.433 2.149-0.65 3.249-0.65 1.102,0 2.204,0.217 3.253,0.651 2.097,0.868 3.731,2.502 4.6,4.6zm77.884-18.282c1.605,1.605 2.489,3.739 2.489,6.01s-0.884,4.404-2.49,6.011c-1.605,1.605-3.739,2.489-6.01,2.489s-4.404-0.884-6.011-2.49c-1.605-1.605-2.489-3.739-2.489-6.01 0-2.268 0.882-4.4 2.485-6.005 0.002-0.002 0.004-0.003 0.005-0.005s0.003-0.004 0.005-0.005c1.605-1.603 3.737-2.485 6.005-2.485 2.271,0 4.404,0.884 6.011,2.49zm6.261-81.569c1.049-0.435 2.15-0.651 3.253-0.651 1.102,0 2.204,0.217 3.253,0.651 2.098,0.869 3.731,2.503 4.601,4.601 0.868,2.098 0.868,4.408 0,6.506-1.793,4.33-6.776,6.394-11.107,4.599-2.097-0.868-3.73-2.502-4.6-4.599-0.868-2.097-0.868-4.406-0.001-6.503 0.001-0.001 0.002-0.003 0.002-0.004s0.001-0.003 0.002-0.004c0.868-2.096 2.501-3.728 4.597-4.596zm48.65-50.999c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5z"/>\a </svg>\a \a');
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 7px;
    animation: cog 6s infinite;
    animation-timing-function: linear;
}


@keyframes cog {
    100%{ 
    	-moz-transform: rotate(360deg);
    	-ms-transform: rotate(360deg);
    	transform: rotate(360deg)
    }
}

.block-tab.nav .nav-item .nav-link {
    padding: 1rem 1.5rem;
}

.avg-2 .nav-item:nth-child(2) .nav-link h5:before {
    width: 15px;
    height: 15px;
    display: block;
    content: "";
    background: url('data:image/svg+xml;utf8,<svg width="15" height="15" version="1.1" fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 463 463" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 463 463"><path d="m439.5,208c-10.336,0-19.128,6.71-22.266,16h-148.033l107.206-44.406c2.352,2.7 5.297,4.855 8.702,6.266 2.899,1.2 5.946,1.801 8.993,1.801s6.094-0.601 8.993-1.802c5.8-2.402 10.316-6.919 12.719-12.718 2.401-5.8 2.401-12.188-0.001-17.986-4.959-11.97-18.729-17.678-30.704-12.718-5.8,2.402-10.316,6.919-12.719,12.718-1.409,3.404-1.968,7.01-1.723,10.582l-107.2,44.404 104.663-104.664c3.207,1.595 6.761,2.445 10.448,2.445 6.277,0 12.179-2.444 16.616-6.883 4.439-4.438 6.884-10.34 6.884-16.617s-2.444-12.179-6.883-16.616c-4.438-4.439-10.34-6.884-16.617-6.884s-12.179,2.444-16.616,6.883c-4.439,4.438-6.884,10.34-6.884,16.617 0,3.687 0.849,7.241 2.445,10.448l-104.667,104.666 44.403-107.198c0.521,0.035 1.043,0.059 1.562,0.059 9.226,0 17.998-5.468 21.743-14.508 4.957-11.971-0.748-25.744-12.719-30.703-5.799-2.402-12.188-2.401-17.986-0.001-5.799,2.402-10.315,6.919-12.718,12.719-2.402,5.799-2.402,12.187-0.001,17.986 1.41,3.404 3.565,6.348 6.264,8.7l-44.404,107.203v-148.027c9.29-3.138 16-11.93 16-22.266 0-12.958-10.542-23.5-23.5-23.5s-23.5,10.542-23.5,23.5c0,10.336 6.71,19.128 16,22.266v148.033l-44.406-107.206c2.7-2.352 4.855-5.297 6.266-8.702 2.401-5.8 2.401-12.188-0.001-17.986-2.402-5.8-6.919-10.316-12.718-12.719-5.799-2.4-12.188-2.401-17.986,0.001-11.971,4.959-17.676,18.732-12.718,30.704 3.744,9.04 12.516,14.507 21.742,14.507 0.519,0 1.039-0.024 1.56-0.059l44.401,107.194-104.663-104.663c1.595-3.207 2.445-6.761 2.445-10.448 0-6.277-2.444-12.179-6.883-16.616-4.438-4.439-10.34-6.884-16.617-6.884s-12.179,2.444-16.616,6.883c-4.439,4.438-6.884,10.34-6.884,16.617s2.444,12.179 6.883,16.616c4.438,4.439 10.34,6.884 16.617,6.884 3.687,0 7.241-0.849 10.448-2.445l104.667,104.667-107.199-44.403c0.656-9.784-4.899-19.349-14.448-23.305-11.966-4.957-25.744,0.748-30.703,12.719-2.402,5.799-2.402,12.187-0.001,17.986 2.402,5.799 6.919,10.315 12.719,12.718 2.899,1.201 5.946,1.802 8.993,1.802s6.094-0.601 8.993-1.801c3.404-1.41 6.348-3.565 8.7-6.264l107.202,44.404h-148.027c-3.138-9.29-11.93-16-22.266-16-12.958,0-23.5,10.542-23.5,23.5s10.542,23.5 23.5,23.5c10.336,0 19.128-6.71 22.266-16h148.033l-107.206,44.406c-2.352-2.7-5.297-4.855-8.702-6.266-5.801-2.402-12.188-2.4-17.985,0-5.8,2.402-10.317,6.919-12.72,12.719-2.401,5.799-2.401,12.187 0.001,17.985 2.402,5.8 6.919,10.316 12.718,12.719 2.9,1.201 5.946,1.801 8.993,1.801s6.094-0.601 8.992-1.801c5.8-2.402 10.316-6.919 12.719-12.718 1.41-3.404 1.969-7.01 1.724-10.582l107.2-44.404-104.663,104.664c-3.207-1.595-6.761-2.445-10.448-2.445-6.277,0-12.179,2.444-16.616,6.883-4.439,4.438-6.884,10.34-6.884,16.617s2.444,12.179 6.883,16.616c4.438,4.439 10.34,6.884 16.617,6.884s12.179-2.444 16.616-6.883c4.439-4.438 6.884-10.34 6.884-16.617 0-3.687-0.849-7.241-2.445-10.448l104.667-104.667-44.406,107.205c-3.572-0.246-7.179,0.313-10.584,1.722-5.799,2.402-10.315,6.919-12.719,12.72-4.957,11.971 0.748,25.744 12.719,30.703 2.899,1.201 5.946,1.802 8.993,1.802s6.094-0.601 8.993-1.801c5.799-2.402 10.315-6.919 12.718-12.719 2.402-5.799 2.402-12.187 0.001-17.986-1.41-3.404-3.565-6.348-6.264-8.7l44.405-107.202v148.028c-9.29,3.138-16,11.93-16,22.266 0,12.958 10.542,23.5 23.5,23.5s23.5-10.542 23.5-23.5c0-10.336-6.71-19.128-16-22.266v-148.034l44.406,107.206c-2.7,2.352-4.855,5.297-6.266,8.702-2.401,5.8-2.401,12.188 0.001,17.986 2.402,5.8 6.919,10.316 12.718,12.718 2.899,1.201 5.946,1.802 8.993,1.802 3.046,0 6.093-0.601 8.992-1.802 5.8-2.402 10.316-6.919 12.719-12.718 2.401-5.8 2.401-12.188 0-17.985-2.402-5.8-6.919-10.317-12.718-12.719-3.404-1.41-7.01-1.969-10.582-1.723l-44.403-107.2 104.663,104.662c-1.595,3.207-2.445,6.761-2.445,10.448 0,6.277 2.444,12.179 6.883,16.616 4.438,4.439 10.34,6.884 16.617,6.884s12.179-2.444 16.616-6.883c4.439-4.438 6.884-10.34 6.884-16.617s-2.444-12.179-6.883-16.616c-4.438-4.439-10.34-6.884-16.617-6.884-3.687,0-7.241,0.849-10.448,2.445l-104.666-104.667 107.205,44.406c-0.246,3.572 0.313,7.179 1.723,10.584 2.401,5.799 6.919,10.315 12.718,12.717 2.932,1.215 5.971,1.789 8.963,1.789 9.225,0 17.997-5.467 21.741-14.506 2.402-5.799 2.402-12.187 0.001-17.986-2.402-5.799-6.919-10.315-12.719-12.718-5.799-2.402-12.188-2.401-17.986-0.001-3.404,1.41-6.348,3.565-8.7,6.264l-107.203-44.405h148.028c3.138,9.29 11.93,16 22.266,16 12.958,0 23.5-10.542 23.5-23.5s-10.543-23.5-23.501-23.5zm-224.5,23.5c0-9.098 7.402-16.5 16.5-16.5s16.5,7.402 16.5,16.5-7.402,16.5-16.5,16.5-16.5-7.402-16.5-16.5zm171.249-70.605c0.869-2.098 2.503-3.731 4.6-4.6 1.061-0.439 2.16-0.647 3.242-0.647 3.337,0 6.511,1.978 7.865,5.247 0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.731-4.601,4.601s-4.408,0.869-6.506,0c-2.097-0.869-3.73-2.501-4.599-4.598-0.001-0.001-0.001-0.003-0.001-0.004 0-0.001-0.001-0.002-0.001-0.003-0.867-2.097-0.867-4.406 0.001-6.502zm-13.681-82.484c1.605-1.605 3.739-2.489 6.01-2.489s4.404,0.884 6.011,2.49c1.605,1.605 2.489,3.739 2.489,6.01s-0.884,4.404-2.49,6.011c-1.605,1.605-3.739,2.489-6.01,2.489-2.268,0-4.4-0.882-6.005-2.485-0.002-0.002-0.003-0.004-0.005-0.005s-0.004-0.003-0.005-0.005c-1.603-1.605-2.485-3.737-2.485-6.005 0-2.271 0.884-4.404 2.49-6.011zm-81.569-12.766c0.869-2.098 2.503-3.731 4.601-4.601 2.097-0.869 4.407-0.869 6.506,0 4.329,1.794 6.394,6.776 4.601,11.106-1.794,4.329-6.775,6.396-11.107,4.6-2.097-0.869-3.73-2.502-4.6-4.6-0.869-2.097-0.869-4.408-0.001-6.505zm-59.499-50.645c4.687,0 8.5,3.813 8.5,8.5s-3.813,8.5-8.5,8.5-8.5-3.813-8.5-8.5 3.813-8.5 8.5-8.5zm-75.205,57.151c-1.794-4.331 0.271-9.313 4.6-11.107 1.049-0.435 2.151-0.651 3.253-0.651s2.204,0.217 3.253,0.651c2.098,0.869 3.731,2.503 4.601,4.601 0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.73-4.6,4.6-4.333,1.795-9.314-0.272-11.107-4.6zm-77.884,18.281c-1.605-1.605-2.489-3.739-2.489-6.01s0.884-4.404 2.49-6.011c1.605-1.605 3.739-2.489 6.01-2.489s4.404,0.884 6.011,2.49c1.605,1.605 2.489,3.739 2.489,6.01 0,2.268-0.882,4.4-2.485,6.005-0.002,0.002-0.004,0.003-0.005,0.005s-0.003,0.004-0.005,0.005c-1.605,1.603-3.737,2.485-6.005,2.485-2.271,1.42109e-14-4.404-0.884-6.011-2.49zm-6.261,81.569c-2.097,0.868-4.407,0.87-6.506,0-2.098-0.869-3.731-2.503-4.601-4.601-0.868-2.098-0.868-4.408 0-6.506 1.354-3.27 4.527-5.247 7.865-5.247 1.082,0 2.181,0.208 3.241,0.646 4.33,1.794 6.394,6.776 4.6,11.107-0.868,2.098-2.501,3.732-4.599,4.601zm-48.65,67.999c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5zm48.65,66.705c-2.098,0.869-4.408,0.869-6.506,0s-3.731-2.503-4.601-4.601c-0.868-2.098-0.868-4.407 0-6.505 0.869-2.098 2.503-3.731 4.601-4.601 1.049-0.435 2.151-0.651 3.253-0.651s2.204,0.217 3.253,0.651c2.098,0.869 3.73,2.503 4.6,4.6 1.794,4.332-0.27,9.313-4.6,11.107zm18.282,77.884c-1.605,1.605-3.739,2.489-6.01,2.489s-4.404-0.884-6.011-2.49c-1.605-1.605-2.489-3.739-2.489-6.01s0.884-4.404 2.49-6.011c1.605-1.605 3.739-2.489 6.01-2.489 2.268,0 4.4,0.882 6.005,2.485 0.002,0.002 0.003,0.004 0.005,0.005s0.004,0.003 0.005,0.005c1.603,1.605 2.485,3.737 2.485,6.005 1.42109e-14,2.271-0.884,4.404-2.49,6.011zm81.569,12.766c-0.869,2.098-2.503,3.731-4.601,4.601-2.097,0.869-4.407,0.869-6.506,0-4.329-1.794-6.394-6.776-4.601-11.106 0.869-2.098 2.503-3.731 4.601-4.601 1.049-0.435 2.15-0.651 3.253-0.651 1.1,0 2.201,0.216 3.249,0.65 0.002,0.001 0.004,0.002 0.005,0.002 0.001,0 0.003,0.001 0.005,0.001 2.095,0.87 3.727,2.502 4.595,4.598 0.868,2.098 0.868,4.409 2.84217e-14,6.506zm59.499,50.645c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5zm75.205-57.15c0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.731-4.601,4.601-2.097,0.869-4.406,0.869-6.505,0-2.098-0.869-3.731-2.503-4.601-4.601-0.868-2.098-0.868-4.408 0-6.506 0.869-2.097 2.501-3.73 4.598-4.599 0.001,0 0.003-0.001 0.004-0.001 0.001,0 0.002-0.001 0.003-0.001 1.048-0.433 2.149-0.65 3.249-0.65 1.102,0 2.204,0.217 3.253,0.651 2.097,0.868 3.731,2.502 4.6,4.6zm77.884-18.282c1.605,1.605 2.489,3.739 2.489,6.01s-0.884,4.404-2.49,6.011c-1.605,1.605-3.739,2.489-6.01,2.489s-4.404-0.884-6.011-2.49c-1.605-1.605-2.489-3.739-2.489-6.01 0-2.268 0.882-4.4 2.485-6.005 0.002-0.002 0.004-0.003 0.005-0.005s0.003-0.004 0.005-0.005c1.605-1.603 3.737-2.485 6.005-2.485 2.271,0 4.404,0.884 6.011,2.49zm6.261-81.569c1.049-0.435 2.15-0.651 3.253-0.651 1.102,0 2.204,0.217 3.253,0.651 2.098,0.869 3.731,2.503 4.601,4.601 0.868,2.098 0.868,4.408 0,6.506-1.793,4.33-6.776,6.394-11.107,4.599-2.097-0.868-3.73-2.502-4.6-4.599-0.868-2.097-0.868-4.406-0.001-6.503 0.001-0.001 0.002-0.003 0.002-0.004s0.001-0.003 0.002-0.004c0.868-2.096 2.501-3.728 4.597-4.596zm48.65-50.999c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5z"/></svg>');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 15px;
    animation: cog 6s infinite;
    animation-timing-function: linear;
}

.avg-2 .nav-item:nth-child(2) .nav-link {
    padding: 1rem 2.7rem;
}

.avg-2 .nav-item:nth-child(2) .nav-link h5:after {
    width: 15px;
    height: 15px;
    display: block;
    content: "";
    background: url('data:image/svg+xml;utf8,<svg width="15" height="15" version="1.1" fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 463 463" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 463 463"><path d="m439.5,208c-10.336,0-19.128,6.71-22.266,16h-148.033l107.206-44.406c2.352,2.7 5.297,4.855 8.702,6.266 2.899,1.2 5.946,1.801 8.993,1.801s6.094-0.601 8.993-1.802c5.8-2.402 10.316-6.919 12.719-12.718 2.401-5.8 2.401-12.188-0.001-17.986-4.959-11.97-18.729-17.678-30.704-12.718-5.8,2.402-10.316,6.919-12.719,12.718-1.409,3.404-1.968,7.01-1.723,10.582l-107.2,44.404 104.663-104.664c3.207,1.595 6.761,2.445 10.448,2.445 6.277,0 12.179-2.444 16.616-6.883 4.439-4.438 6.884-10.34 6.884-16.617s-2.444-12.179-6.883-16.616c-4.438-4.439-10.34-6.884-16.617-6.884s-12.179,2.444-16.616,6.883c-4.439,4.438-6.884,10.34-6.884,16.617 0,3.687 0.849,7.241 2.445,10.448l-104.667,104.666 44.403-107.198c0.521,0.035 1.043,0.059 1.562,0.059 9.226,0 17.998-5.468 21.743-14.508 4.957-11.971-0.748-25.744-12.719-30.703-5.799-2.402-12.188-2.401-17.986-0.001-5.799,2.402-10.315,6.919-12.718,12.719-2.402,5.799-2.402,12.187-0.001,17.986 1.41,3.404 3.565,6.348 6.264,8.7l-44.404,107.203v-148.027c9.29-3.138 16-11.93 16-22.266 0-12.958-10.542-23.5-23.5-23.5s-23.5,10.542-23.5,23.5c0,10.336 6.71,19.128 16,22.266v148.033l-44.406-107.206c2.7-2.352 4.855-5.297 6.266-8.702 2.401-5.8 2.401-12.188-0.001-17.986-2.402-5.8-6.919-10.316-12.718-12.719-5.799-2.4-12.188-2.401-17.986,0.001-11.971,4.959-17.676,18.732-12.718,30.704 3.744,9.04 12.516,14.507 21.742,14.507 0.519,0 1.039-0.024 1.56-0.059l44.401,107.194-104.663-104.663c1.595-3.207 2.445-6.761 2.445-10.448 0-6.277-2.444-12.179-6.883-16.616-4.438-4.439-10.34-6.884-16.617-6.884s-12.179,2.444-16.616,6.883c-4.439,4.438-6.884,10.34-6.884,16.617s2.444,12.179 6.883,16.616c4.438,4.439 10.34,6.884 16.617,6.884 3.687,0 7.241-0.849 10.448-2.445l104.667,104.667-107.199-44.403c0.656-9.784-4.899-19.349-14.448-23.305-11.966-4.957-25.744,0.748-30.703,12.719-2.402,5.799-2.402,12.187-0.001,17.986 2.402,5.799 6.919,10.315 12.719,12.718 2.899,1.201 5.946,1.802 8.993,1.802s6.094-0.601 8.993-1.801c3.404-1.41 6.348-3.565 8.7-6.264l107.202,44.404h-148.027c-3.138-9.29-11.93-16-22.266-16-12.958,0-23.5,10.542-23.5,23.5s10.542,23.5 23.5,23.5c10.336,0 19.128-6.71 22.266-16h148.033l-107.206,44.406c-2.352-2.7-5.297-4.855-8.702-6.266-5.801-2.402-12.188-2.4-17.985,0-5.8,2.402-10.317,6.919-12.72,12.719-2.401,5.799-2.401,12.187 0.001,17.985 2.402,5.8 6.919,10.316 12.718,12.719 2.9,1.201 5.946,1.801 8.993,1.801s6.094-0.601 8.992-1.801c5.8-2.402 10.316-6.919 12.719-12.718 1.41-3.404 1.969-7.01 1.724-10.582l107.2-44.404-104.663,104.664c-3.207-1.595-6.761-2.445-10.448-2.445-6.277,0-12.179,2.444-16.616,6.883-4.439,4.438-6.884,10.34-6.884,16.617s2.444,12.179 6.883,16.616c4.438,4.439 10.34,6.884 16.617,6.884s12.179-2.444 16.616-6.883c4.439-4.438 6.884-10.34 6.884-16.617 0-3.687-0.849-7.241-2.445-10.448l104.667-104.667-44.406,107.205c-3.572-0.246-7.179,0.313-10.584,1.722-5.799,2.402-10.315,6.919-12.719,12.72-4.957,11.971 0.748,25.744 12.719,30.703 2.899,1.201 5.946,1.802 8.993,1.802s6.094-0.601 8.993-1.801c5.799-2.402 10.315-6.919 12.718-12.719 2.402-5.799 2.402-12.187 0.001-17.986-1.41-3.404-3.565-6.348-6.264-8.7l44.405-107.202v148.028c-9.29,3.138-16,11.93-16,22.266 0,12.958 10.542,23.5 23.5,23.5s23.5-10.542 23.5-23.5c0-10.336-6.71-19.128-16-22.266v-148.034l44.406,107.206c-2.7,2.352-4.855,5.297-6.266,8.702-2.401,5.8-2.401,12.188 0.001,17.986 2.402,5.8 6.919,10.316 12.718,12.718 2.899,1.201 5.946,1.802 8.993,1.802 3.046,0 6.093-0.601 8.992-1.802 5.8-2.402 10.316-6.919 12.719-12.718 2.401-5.8 2.401-12.188 0-17.985-2.402-5.8-6.919-10.317-12.718-12.719-3.404-1.41-7.01-1.969-10.582-1.723l-44.403-107.2 104.663,104.662c-1.595,3.207-2.445,6.761-2.445,10.448 0,6.277 2.444,12.179 6.883,16.616 4.438,4.439 10.34,6.884 16.617,6.884s12.179-2.444 16.616-6.883c4.439-4.438 6.884-10.34 6.884-16.617s-2.444-12.179-6.883-16.616c-4.438-4.439-10.34-6.884-16.617-6.884-3.687,0-7.241,0.849-10.448,2.445l-104.666-104.667 107.205,44.406c-0.246,3.572 0.313,7.179 1.723,10.584 2.401,5.799 6.919,10.315 12.718,12.717 2.932,1.215 5.971,1.789 8.963,1.789 9.225,0 17.997-5.467 21.741-14.506 2.402-5.799 2.402-12.187 0.001-17.986-2.402-5.799-6.919-10.315-12.719-12.718-5.799-2.402-12.188-2.401-17.986-0.001-3.404,1.41-6.348,3.565-8.7,6.264l-107.203-44.405h148.028c3.138,9.29 11.93,16 22.266,16 12.958,0 23.5-10.542 23.5-23.5s-10.543-23.5-23.501-23.5zm-224.5,23.5c0-9.098 7.402-16.5 16.5-16.5s16.5,7.402 16.5,16.5-7.402,16.5-16.5,16.5-16.5-7.402-16.5-16.5zm171.249-70.605c0.869-2.098 2.503-3.731 4.6-4.6 1.061-0.439 2.16-0.647 3.242-0.647 3.337,0 6.511,1.978 7.865,5.247 0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.731-4.601,4.601s-4.408,0.869-6.506,0c-2.097-0.869-3.73-2.501-4.599-4.598-0.001-0.001-0.001-0.003-0.001-0.004 0-0.001-0.001-0.002-0.001-0.003-0.867-2.097-0.867-4.406 0.001-6.502zm-13.681-82.484c1.605-1.605 3.739-2.489 6.01-2.489s4.404,0.884 6.011,2.49c1.605,1.605 2.489,3.739 2.489,6.01s-0.884,4.404-2.49,6.011c-1.605,1.605-3.739,2.489-6.01,2.489-2.268,0-4.4-0.882-6.005-2.485-0.002-0.002-0.003-0.004-0.005-0.005s-0.004-0.003-0.005-0.005c-1.603-1.605-2.485-3.737-2.485-6.005 0-2.271 0.884-4.404 2.49-6.011zm-81.569-12.766c0.869-2.098 2.503-3.731 4.601-4.601 2.097-0.869 4.407-0.869 6.506,0 4.329,1.794 6.394,6.776 4.601,11.106-1.794,4.329-6.775,6.396-11.107,4.6-2.097-0.869-3.73-2.502-4.6-4.6-0.869-2.097-0.869-4.408-0.001-6.505zm-59.499-50.645c4.687,0 8.5,3.813 8.5,8.5s-3.813,8.5-8.5,8.5-8.5-3.813-8.5-8.5 3.813-8.5 8.5-8.5zm-75.205,57.151c-1.794-4.331 0.271-9.313 4.6-11.107 1.049-0.435 2.151-0.651 3.253-0.651s2.204,0.217 3.253,0.651c2.098,0.869 3.731,2.503 4.601,4.601 0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.73-4.6,4.6-4.333,1.795-9.314-0.272-11.107-4.6zm-77.884,18.281c-1.605-1.605-2.489-3.739-2.489-6.01s0.884-4.404 2.49-6.011c1.605-1.605 3.739-2.489 6.01-2.489s4.404,0.884 6.011,2.49c1.605,1.605 2.489,3.739 2.489,6.01 0,2.268-0.882,4.4-2.485,6.005-0.002,0.002-0.004,0.003-0.005,0.005s-0.003,0.004-0.005,0.005c-1.605,1.603-3.737,2.485-6.005,2.485-2.271,1.42109e-14-4.404-0.884-6.011-2.49zm-6.261,81.569c-2.097,0.868-4.407,0.87-6.506,0-2.098-0.869-3.731-2.503-4.601-4.601-0.868-2.098-0.868-4.408 0-6.506 1.354-3.27 4.527-5.247 7.865-5.247 1.082,0 2.181,0.208 3.241,0.646 4.33,1.794 6.394,6.776 4.6,11.107-0.868,2.098-2.501,3.732-4.599,4.601zm-48.65,67.999c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5zm48.65,66.705c-2.098,0.869-4.408,0.869-6.506,0s-3.731-2.503-4.601-4.601c-0.868-2.098-0.868-4.407 0-6.505 0.869-2.098 2.503-3.731 4.601-4.601 1.049-0.435 2.151-0.651 3.253-0.651s2.204,0.217 3.253,0.651c2.098,0.869 3.73,2.503 4.6,4.6 1.794,4.332-0.27,9.313-4.6,11.107zm18.282,77.884c-1.605,1.605-3.739,2.489-6.01,2.489s-4.404-0.884-6.011-2.49c-1.605-1.605-2.489-3.739-2.489-6.01s0.884-4.404 2.49-6.011c1.605-1.605 3.739-2.489 6.01-2.489 2.268,0 4.4,0.882 6.005,2.485 0.002,0.002 0.003,0.004 0.005,0.005s0.004,0.003 0.005,0.005c1.603,1.605 2.485,3.737 2.485,6.005 1.42109e-14,2.271-0.884,4.404-2.49,6.011zm81.569,12.766c-0.869,2.098-2.503,3.731-4.601,4.601-2.097,0.869-4.407,0.869-6.506,0-4.329-1.794-6.394-6.776-4.601-11.106 0.869-2.098 2.503-3.731 4.601-4.601 1.049-0.435 2.15-0.651 3.253-0.651 1.1,0 2.201,0.216 3.249,0.65 0.002,0.001 0.004,0.002 0.005,0.002 0.001,0 0.003,0.001 0.005,0.001 2.095,0.87 3.727,2.502 4.595,4.598 0.868,2.098 0.868,4.409 2.84217e-14,6.506zm59.499,50.645c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5zm75.205-57.15c0.868,2.098 0.868,4.408 0,6.506-0.869,2.098-2.503,3.731-4.601,4.601-2.097,0.869-4.406,0.869-6.505,0-2.098-0.869-3.731-2.503-4.601-4.601-0.868-2.098-0.868-4.408 0-6.506 0.869-2.097 2.501-3.73 4.598-4.599 0.001,0 0.003-0.001 0.004-0.001 0.001,0 0.002-0.001 0.003-0.001 1.048-0.433 2.149-0.65 3.249-0.65 1.102,0 2.204,0.217 3.253,0.651 2.097,0.868 3.731,2.502 4.6,4.6zm77.884-18.282c1.605,1.605 2.489,3.739 2.489,6.01s-0.884,4.404-2.49,6.011c-1.605,1.605-3.739,2.489-6.01,2.489s-4.404-0.884-6.011-2.49c-1.605-1.605-2.489-3.739-2.489-6.01 0-2.268 0.882-4.4 2.485-6.005 0.002-0.002 0.004-0.003 0.005-0.005s0.003-0.004 0.005-0.005c1.605-1.603 3.737-2.485 6.005-2.485 2.271,0 4.404,0.884 6.011,2.49zm6.261-81.569c1.049-0.435 2.15-0.651 3.253-0.651 1.102,0 2.204,0.217 3.253,0.651 2.098,0.869 3.731,2.503 4.601,4.601 0.868,2.098 0.868,4.408 0,6.506-1.793,4.33-6.776,6.394-11.107,4.599-2.097-0.868-3.73-2.502-4.6-4.599-0.868-2.097-0.868-4.406-0.001-6.503 0.001-0.001 0.002-0.003 0.002-0.004s0.001-0.003 0.002-0.004c0.868-2.096 2.501-3.728 4.597-4.596zm48.65-50.999c-4.687,0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5 8.5,3.813 8.5,8.5-3.813,8.5-8.5,8.5z"/></svg>');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 15px;
    animation: cog 6s infinite;
    animation-timing-function: linear;
}
/**/

.is-mobile .logo-section {
    text-align: left;
}

.btn-custom-1, .btn-custom-4, .btn-custom-5, .btn-custom-6, .btn-custom-7 {
    width: 38px;
    height: 38px;
    display: block;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 14px;
    transition: background 200ms ease-in-out;
    border: 1px solid #344e86;
}

.btn-custom-1 {
    background: #3b5998;
    border: 1px solid #344e86;
}

.btn-custom-1:hover {
    background: #2d4373;
    color: white;
}

.btn-custom-4 {
    background: #dd4b39;
    border: 1px solid #d73925;
}

.btn-custom-4:hover {
    background: #c23321;    
}

.btn-custom-5 {
    background: #00aced;
    border: 1px solid #0099d4;
}

.btn-custom-5:hover {
    background: #0087ba;
}

.btn-custom-6 {
    background: #007bb6;
    border: 1px solid #006a9d;
}

.btn-custom-6:hover {
    background: #005983;
}

.btn-custom-7 {
    background: #cb2027;
    border: 1px solid #b51d23;
}

.btn-custom-7:hover {
    background: #9f191f;
}
/* 
.social-share .list-social .btn-social a:hover {
    color: white;
}

.social-share .list-social .btn-social a {
    color: white;
}

.social-share .list-social .btn-social {
    margin: 0 1rem 0 0;
} */

.box-custom-4 {
    border: #226fb3 solid 1px;
    height: 24rem;
    text-align: center;
}

.img-fluid-3 {
    max-width: 30%;
    height: auto;
    filter: invert(100%);
}

.num-ani-0 {
    animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-1;
}

.num-ani-1 {
    animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-2;
}

.num-ani-2 {
    animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-3;
}

@keyframes chang-rotage-anim-1 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  25% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  35% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  45% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes chang-rotage-anim-2 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  55% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  65% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  75% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes chang-rotage-anim-3 {
  0% {
    transform: translate(0px, 0) rotate(0deg);
  }
  70% {
    transform: translate(0px, 0) rotate(0deg);
  }
  85% {
    transform: rotate(-180deg) translate(-30px, 30px) rotate(180deg);
  }
  95% {
    transform: rotate(180deg) translate(-30px, 30px) rotate(-180deg);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.prd-ez .product-item .inner-image a:before {
    width: 100%;
    height: 100%;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 6px solid transparent;
    box-sizing: border-box;
    position: absolute;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    z-index: 2;
}

.prd-ez .product-item .inner-image a:after {
    width: 100%;
    height: 100%;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid transparent;
    box-sizing: border-box;
    position: absolute;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.prd-ez .product-item:hover .inner-image a:before {
    width: 0%;
    border: 1px solid #fff;
    height: 0%;
    background: rgba(0,0,0,0.5); 
}


.prd-ez .product-item:hover .inner-image a:after {
    width: 0%;
    border: 1px solid #fff;
    height: 0%;
    background: rgba(0,0,0,0.5);
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.title-footer {
    font-size: 1.75rem;
    font-weight: bold;
    color: white;
}

.footer-menu-section ul li {
    margin-bottom: 1rem;
}

.footer-menu-section ul li a {
    color: white;
}

.share-buttons {
    bottom: 11rem;
    z-index: 1000;
}

.share-button {
    height: 4.5rem;
}

.ring-wave {
    -webkit-animation: jello-horizontal 1.1s infinite both;
    animation: jello-horizontal 1.1s infinite both;
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .sticky {
    background: rgb(255 255 255 / 60%);
}

@media screen and (max-width: 1024px){
  
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 500px){
    .is-mobile .article-content img, .is-mobile .product-detail-footer img {
        height: auto !important;
    }
}

/*Tablet (480 x 640)*/
@media screen and (max-width: 480px){
    .minicart {
        float: right;
    }
    
    .btn-menu-mobile {
        font-size: 3rem;
    }
    
    .title-custom-2 {
        left: 0.3rem;
        top: 15%;
    }
    
    
    .ps-custom-1 {
        left: 3.5rem;
    }
    
    .img-fluid-2 {
        max-width: 23%;
    }
    
    .ps-custom-1:nth-child(1) {
        top: 35%;
    }
    
    .ps-custom-1:nth-child(2) {
        top: 40%;
    }
    
    .article-item {
        margin-bottom: 3rem;
    }
    
    .img-custom-1 {
        border: #226fb3 solid 5px;
    }
    
    .effect-nav li:nth-child(1) a:after, .effect-nav li:nth-child(2) a:after, .effect-nav li:nth-child(3) a:after {
        width: 100%;
        left: 0;
    }
    
    .btn-mini-cart i {
        margin-right: 0;
    }
    
    .procedure--number:after {
        border-width: 0px 0px 62px 20px;
    }
        
    .avg-1:before {
        top: 8px;
    }
    
    .title-custom-6, .title-custom-7 {
        text-align: center;
    }
    
    .title-custom-7:after {
        right: 45%;
    }
    
    .title-custom-6:after {
        left: 44%;
    }
    
    .block-tab.nav .nav-item .nav-link.active, .block-tab.nav .nav-item .nav-link:hover {
        color: white !important;
        background-color: #226fb3;
    }
    
    .logo-section span {
        font-size: 1.5rem;
    }
}

/*Iphone(480 x 640)*/
@media screen and (max-width: 320px){
    .minicart {
        float: right;
    }
    
    .btn-menu-mobile {
        font-size: 3rem;
    }
    
    .title-custom-2 {
        left: 0.3rem;
        top: 15%;
    }
    
    
    .ps-custom-1 {
        left: 4rem;
    }
    
    .img-fluid-2 {
        max-width: 25%;
    }
    
    .ps-custom-1:nth-child(1) {
        top: 35%;
    }
    
    .ps-custom-1:nth-child(2) {
        top: 40%;
    }
    
    .article-item {
        margin-bottom: 30rem;
    }
    
    .img-custom-1 {
        border: #226fb3 solid 5px;
    }
    
    .effect-nav li:nth-child(1) a:after, .effect-nav li:nth-child(2) a:after, .effect-nav li:nth-child(3) a:after {
        width: 100%;
        left: 0;
    }
    
    .btn-mini-cart i {
        margin-right: 0;
    }
    
    .procedure--number:after {
        border-width: 0px 0px 60px 16px;
    }
    
    .avg-1:before {
        top: 8px;
    }
    
    .title-custom-6, .title-custom-7 {
        text-align: center;
    }
    
    .title-custom-7:after {
        right: 45%;
    }
    
    .title-custom-6:after {
        left: 44%;
    }
    
    .block-tab.nav .nav-item .nav-link.active, .block-tab.nav .nav-item .nav-link:hover {
        color: white !important;
        background-color: #226fb3;
    }
}



