.w9-partners{width:100%;padding:2em 1em;background-color:white;}.w9-partners__group{max-width:120em;margin:0 auto;}.w9-partners__heading{text-transform:capitalize;font-weight:700;font-size:3em;padding:1em;}.w9-partners__first{display:flex;flex-wrap:wrap;width:100%;}@media only screen and (max-width:37.5em){.w9-partners__first{flex-wrap:wrap;justify-content:flex-start;}}.w9-partners__first__imgbox{padding:3em;width:20%;display:flex;align-items:center;background-size:contain;background-position:center;border:.1em solid #eee;cursor:pointer;transition:all .2s;}@media only screen and (max-width:37.5em){.w9-partners__first__imgbox{width:50%;}}.w9-partners__first__imgbox__img{width:100%;margin:0 auto;}.w9-partners__first__imgbox__img:hover{opacity:.3;}.w1-services{position:relative;margin:0 auto;width:100%;background-color:#f7f7f7;padding:3em 1em;color:var(--text-color-w);}.w1-services__heading{display:block;}.w1-services__heading__title{text-align:center;font-size:2.5em;font-weight:bold;width:fit-content;display:block;margin:0 auto;text-align:center;margin-bottom:0.5em;max-width:100%;}.w1-services__heading__des{margin:0 auto;text-align:center;width:fit-content;display:block;max-width:100%;font-size:1.6em;line-height:1.6em;margin-bottom:0.5em;}.w1-services__heading__imgbox{width:fit-content;margin:0 auto;max-width:100%;display:block;background-size:contain;background-position:center;margin-bottom:2em;}.w1-services__heading__imgbox__img{margin:0 auto;}.w1-services__card{display:flex;max-width:96em;flex-wrap:wrap;margin:0 auto;height:auto;}.w1-services__card__item--1{background-color:white;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2.5em;width:32.444444%;margin-left:1.33333%;margin-bottom:2em;border-radius:0.4em;border:0.1em solid rgba(211, 211, 211, 0.5);}.w1-services__card__item--1:first-child{margin-left:0;}@media only screen and (min-width:50em){.w1-services__card__item--1:nth-child(3n + 1){margin-left:0;}}@media only screen and (min-width:37.5em) and (max-width:50em){.w1-services__card__item--1{width:49.3%;}.w1-services__card__item--1:nth-child(2n + 1){margin-left:0;}}@media only screen and (max-width:37.5em){.w1-services__card__item--1{width:100%;}}.w1-services__card__item--1:hover .w1-services__card__svg--1{color:white;}.w1-services__card__item--1:hover{background:rgba(255, 91, 97, 0.89);color:white;}.w1-services__card__svg--1{font-size:10em;color:rgba(255, 91, 97, 0.89);}.w1-services__card__info--1{margin-top:1em;font-size:1.6em;font-weight:600;transition:all 0.3s;display:block;}.w1-services__card__info--2{font-weight:300;transition:all 0.7s;display:block;margin-top:0.5em;font-size:1.3em;line-height:1.4em;}.w5-project{width:100%;padding:2em 1em;background-color:white;color:var(--text-color-w);}.w5-project__group{max-width:120em;margin:0 auto;}.w5-project__heading{text-align:center;display:block;}.w5-project__heading__main{font-weight:700;font-size:3em;line-height:1.6em;}.w5-project__heading__line{margin-top:2em;border-bottom:0.2em solid rgba(var(--main-color-w), 1);width:15em;display:inline-block;}.w5-project__heading__sub{margin-top:2em;font-weight:300;font-size:1.5em;line-height:1.8em;}.w5-project__item{margin-top:2em;display:grid;grid-template-columns:repeat(3, minmax(20em, 1fr));grid-template-rows:repeat(3, minmax(30em, 1fr));grid-gap:2em;}@media only screen and (max-width:37.5em){.w5-project__item{grid-template-columns:repeat(3, minmax(10em, 1fr));grid-template-rows:repeat(3, minmax(15em, 1fr));grid-gap:1em;}}.w5-project__item__card{position:relative;border-radius:2em;overflow:hidden;transition:all 0.5s;}.w5-project__item__card--1{grid-row:1 / span 2;grid-column:1/2;background-position:center;background-repeat:no-repeat;background-size:cover;}.w5-project__item__card--2{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:1 / 2;grid-column:2 / 3;}.w5-project__item__card--3{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:1 / 2;grid-column:3 / 4;}.w5-project__item__card--4{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:2 / 3;grid-column:2 / 3;}.w5-project__item__card--5{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:2 / span 2;grid-column:3 / 4;}.w5-project__item__card--6{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:3 / 4;grid-column:2 / 3;}.w5-project__item__card--7{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:3 / 4;grid-column:1 / 2;}@media only screen and (max-width:37.5em){.w5-project__item__card{border-radius:1em;}}.w5-project__item__card__imgbox{max-width:39em;background-size:contain;background-position:center;}.w5-project__item__card__imgbox__img{max-width:100%;}.w5-project__item__card__info{position:absolute;top:50%;text-align:center;width:100%;color:white;display:none;}.w5-project__item__card__info__name{font-size:1.7em;}.w5-project__item__card__info__des{margin-top:2em;font-size:1.4em;font-weight:300;}.w5-project__item__card__overlay{position:absolute;height:100%;width:100%;top:0;left:0;transition:all 0.2s;}.w5-project__item__card:hover .w5-project__item__card__overlay{background-color:rgba(var(--second-color-w), 1);}.w5-project__item__card:hover .w5-project__item__card__info{display:block;}.w5-project__item__card:hover .w5-project__item__card__imgbox__img{transition:all 0.2s;opacity:0;}.w7-banner{width:100%;padding:2em 1em;background-repeat:no-repeat;background-size:contain;background-position:center;background-position:top center;background-repeat:no-repeat;background-color:white;}.w7-banner__group{max-width:120em;margin:0 auto;display:flex;align-items:center;justify-content:center;}@media only screen and (max-width:37.5em){.w7-banner__group{flex-direction:column;padding:1em;text-align:center;}}.w7-banner__imgbox{margin-right:5em;width:30em;max-height:50em;background-size:contain;background-position:center;}@media only screen and (max-width:37.5em){.w7-banner__imgbox{min-width:0;max-width:100%;margin-right:0;}}.w7-banner__imgbox__img{margin:0 auto;max-width:100%;}.w7-banner__info{width:40%;}@media only screen and (max-width:37.5em){.w7-banner__info{width:100%;margin-top:4em;}}.w7-banner__info__heading{font-size:1.6em;font-weight:300;}.w7-banner__info__des{margin-top:2.5em;font-weight:500;font-size:5em;}.w7-banner__info__button{margin-top:3em;background-color:rgba(var(--main-color-w), 1);border:none;cursor:pointer;padding:2em;color:white;font-size:1.6em;display:inline-block;font-weight:600;}.w7-banner__info__button:hover{filter:brightness(0.8);}.w10-ctaregister{width:100%;background-color:#FF7451;padding:1em;}.w10-ctaregister__group{margin:0 auto;max-width:120em;text-align:center;}.w10-ctaregister__text--1{font-weight:800;font-size:2.5em;color:white;display:inline-block;height:max-content;line-height:1.8em;}.w10-ctaregister__text--2{display:inline-block;font-weight:400;font-size:1.5em;color:white;height:max-content;line-height:1.8em;margin-left:1em;margin-right:1em;}.w10-ctaregister__text--a{font-weight:800;font-size:2.5em;color:white;display:inline-block;height:max-content;line-height:1.8em;}.w13-ctaregister-13{font-weight:500;width:100%;padding:3em 1em;background-size:cover;background-position:center;font-weight:600;}.w13-ctaregister-13__group{max-width:120em;margin:0 auto;color:white;}.w13-ctaregister-13__heading{font-weight:700;text-align:center;font-size:3.5em;text-transform:uppercase;border-radius:2em;padding:0.5em;background-size:cover;background-position:center;background-repeat:no-repeat;color:white;line-height:1.7em;}.w13-ctaregister-13__items{margin-top:6em;display:flex;justify-content:space-between;flex-wrap:wrap;}.w13-ctaregister-13__items__contact{width:48%;text-align:center;}@media only screen and (max-width:50em){.w13-ctaregister-13__items__contact{width:100%;margin-top:1em;}}.w13-ctaregister-13__items__contact__button{padding:1em 2em;display:inline-block;font-weight:700;color:white;font-size:1.6em;margin:0 auto;background-size:200% auto;border-radius:2em;border:none;margin-top:1em;animation:buttonMoveBg 0.5s infinite alternate-reverse;}.w13-ctaregister-13__items__contact__area{text-align:left;}.w13-ctaregister-13__items__contact__area__title{text-align:center;font-weight:700;font-size:3.5em;text-transform:uppercase;background-size:cover;background-position:center;color:white;}.w13-ctaregister-13__items__contact__area__item{text-align:justify;line-height:2em;margin-top:1em;font-size:2em;display:flex;align-items:center;}.w13-ctaregister-13__items__contact__area__item__icon{margin-right:0.5em;}.w13-ctaregister-13__items__contact__area__price{font-size:2em;}.w13-ctaregister-13__items__contact__area__price__main{font-size:2.5em;}.w13-ctaregister-13__items__contact__area__price__sub{font-size:2.5em;font-weight:600;color:#ef2f3c;}.w13-ctaregister-13__items__time{width:50%;}@media only screen and (max-width:50em){.w13-ctaregister-13__items__time{width:100%;}}.w13-ctaregister-13__items__time__text{font-size:3em;font-weight:700;text-align:center;color:#ef2f3c;padding:1em;margin-bottom:2em;display:block;text-transform:uppercase;background-color:white;border-radius:3em;}.w13-ctaregister-13__items__time__count{display:flex;align-items:center;}.w13-ctaregister-13__items__time__count__dot{font-size:4em;margin-top:0.5em;}.w13-ctaregister-13__items__time__count__item{width:25%;text-align:center;}.w13-ctaregister-13__items__time__count__item__date{text-transform:uppercase;font-weight:600;font-size:2em;}.w13-ctaregister-13__items__time__count__item__number{margin-top:0.3em;background-color:red;display:inline-block;font-size:4em;color:white;padding:0.3em;border-radius:0.1em;}.w13-ctaregister-5{font-weight:500;width:100%;padding:3em 1em;background-color:white;}.w13-ctaregister-5__group{max-width:60em;margin:0 auto;text-align:center;border:0.1em solid #eee;padding:2em;box-shadow:0.3em 0.3em 0.3em rgba(3, 3, 3, 0.2);border-radius:2em;}.w13-ctaregister-5__heading{font-weight:700;text-align:center;font-size:2em;text-transform:capitalize;line-height:1.7em;}.w13-ctaregister-5__items{justify-content:space-between;}.w13-ctaregister-5__items__form{display:block;margin-top:2em;}.w13-ctaregister-5__items__form__input{margin-top:1em;display:block;padding:1.2em;border:0.15em solid #eee;border-radius:0.8em;background-color:white;}.w13-ctaregister-5__items__form__input__text{outline:none;border:none;width:97%;display:inline-block;font-size:1.5em;}.w13-ctaregister-5__items__form__input__icon{color:red;}.w13-ctaregister-5__items__form__text{height:3em;outline:none;width:100%;margin-top:1em;display:block;padding:1.2em;border-radius:0.5em;border:0.15em solid #eee;font-size:1.5em;}.w13-ctaregister-5__items__form__des{color:red;font-weight:300;font-size:1em;margin-top:1em;display:block;}.w13-ctaregister-5__items__button{padding:1em 2em;display:inline-block;font-weight:700;color:white;font-size:1.6em;margin:0 auto;background-size:200% auto;border-radius:2em;border:none;margin-top:1em;animation:buttonMoveBg 0.5s infinite alternate-reverse;}.w13-ctaregister-7{font-weight:500;width:100%;padding:3em 1em;background-color:white;}.w13-ctaregister-7__group{max-width:60em;margin:0 auto;text-align:center;border:0.1em solid #eee;padding:2em;box-shadow:0.3em 0.3em 0.3em #eee;border-radius:2em;}.w13-ctaregister-7__heading{font-weight:700;text-align:center;font-size:2em;line-height:1.7em;text-transform:capitalize;}.w13-ctaregister-7__items{justify-content:space-between;}.w13-ctaregister-7__items__form{display:block;margin-top:2em;}.w13-ctaregister-7__items__form__input{margin-top:1em;display:block;padding:1.2em;border:0.15em solid #eee;border-radius:0.8em;background-color:white;}.w13-ctaregister-7__items__form__input__text{outline:none;border:none;width:97%;display:inline-block;font-size:1.5em;}.w13-ctaregister-7__items__form__input__icon{color:red;}.w13-ctaregister-7__items__form__select{padding:1em;width:100%;border-radius:0.5em;margin-top:1em;border:0.15em solid #eee;font-size:1.5em;}.w13-ctaregister-7__items__form__text{height:3em;outline:none;width:100%;margin-top:1em;display:block;padding:1.2em;border-radius:0.5em;border:0.15em solid #eee;font-size:1.5em;}.w13-ctaregister-7__items__form__des{color:red;font-weight:300;font-size:1em;margin-top:1em;display:block;font-size:1.5em;}.w13-ctaregister-7__items__button{padding:1em 2em;display:inline-block;font-weight:700;color:white;font-size:1.6em;margin:0 auto;background-size:200% auto;border-radius:2em;border:none;margin-top:1em;border:none;animation:buttonMoveBg 0.5s infinite alternate-reverse;}.w13-ctaregister{width:100%;padding:2em 1em;background-color:white;}.w13-ctaregister__group{max-width:120em;margin:0 auto;display:flex;align-items:center;justify-content:center;background-color:#fafafa;border-radius:10em;padding:2em;}@media only screen and (max-width:50em){.w13-ctaregister__group{flex-direction:column;}}.w13-ctaregister__icon{font-size:15em;color:red;background:-webkit-linear-gradient(#00fff2, #0091aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:rotate(-15deg);}.w13-ctaregister__items{margin-left:2em;}@media only screen and (max-width:50em){.w13-ctaregister__items{margin-left:0;margin-top:2em;}}.w13-ctaregister__items__title{font-weight:700;font-size:2em;line-height:1.6em;text-align:center;margin-bottom:1em;}.w13-ctaregister__items__form{margin-top:1em;display:flex;}.w13-ctaregister__items__form__input{margin-left:1em;width:30%;padding:1em;border-radius:2em;border:0.1em solid #0091aa;outline:none;font-size:1.5em;}.w13-ctaregister__items__info{display:flex;justify-content:center;margin-top:1em;}.w13-ctaregister__items__info__text{margin-left:1em;font-weight:300;text-decoration:underline;}.w13-ctaregister__items__info__text:not(:first-child){margin-left:0;}.w13-ctaregister__items__button{padding:1em;font-size:1.2em;margin-right:1em;background-size:200% auto;transition:all 0.5s;text-align:center;text-transform:uppercase;color:white;font-weight:800;border-radius:2.5em;animation:buttonMoveBg ease 0.7s infinite 0.7s alternate;line-height:1.6em;border:none;}@media only screen and (max-width:50em){.w13-ctaregister__items__button{margin-right:0;margin-top:2em;}}.w13-cusface-1{position:fixed;z-index:30;right:3em;font-size:1em;background-color:white;top:3em;padding:1em;display:flex;box-shadow:0 1em 2em rgba(0, 0, 0, 0.2);}.w13-cusface-1__imgbox{width:5em;height:5em;margin-right:1em;background-size:contain;background-position:center;border-radius:50%;}.w13-cusface-1__imgbox__img{height:100%;width:100%;}.w13-cusface-1__items__name{font-weight:600;}.w13-cusface-1__items__des{font-weight:300;margin:0.5em 0;}.w13-cusface-1__items__time__icon{margin-right:0.5em;}.w13-cusface{display:flex;align-items:center;justify-content:center;background-color:white;}.w33-banner{width:100%;background-color:#f5f5f5;padding:0 0.5em;}.w33-banner__group{max-width:120em;margin:0 auto;}.w33-banner__items{display:flex;}@media only screen and (max-width:50em){.w33-banner__items{flex-wrap:wrap;}}.w33-banner__items__main{min-width:50%;overflow:hidden;position:relative;cursor:pointer;}@media only screen and (max-width:50em){.w33-banner__items__main{width:100%;}}.w33-banner__items__main .swiper-pagination-bullet{background:white;}.w33-banner__items__main .swiper-pagination-bullet-active{background:rgba(var(--main-color-w), 1);}.w33-banner__items__main__imgbox{margin-top:0.3em;background-size:contain;background-position:center;}.w33-banner__items__main__imgbox__img{width:100%;}.w33-banner__items__sub{min-width:50%;display:flex;flex-wrap:wrap;}@media only screen and (max-width:50em){.w33-banner__items__sub{margin-left:-0.5%;}}.w33-banner__items__sub__imgbox{width:49.5%;margin-left:0.5%;cursor:pointer;background-size:contain;background-position:center;margin-top:0.3em;}.w37-pricing{width:100%;padding:2em .5em;background-color:white;}.w37-pricing__group{max-width:120em;margin:0 auto;}.w37-pricing__block{display:flex;flex-wrap:wrap;margin-left:-1%;}@media only screen and (max-width:31.25em){.w37-pricing__block{margin-left:0;}}.w37-pricing__items{width:24%;height:max-content;margin-left:1%;border-radius:2em;overflow:hidden;margin-bottom:3em;padding:.1em;box-shadow:0 0 0.5em 0.5em rgba(179, 179, 179, 0.158);}@media only screen and (max-width:62.5em){.w37-pricing__items{min-width:48%;width:48%;}}@media only screen and (max-width:31.25em){.w37-pricing__items{width:100%;margin-left:0;}}.w37-pricing__items:nth-child(2) .w37-pricing__items__container__head{background-image:linear-gradient(#f3824c, #e04b39);}.w37-pricing__items:nth-child(2) .w37-pricing__items__container__head__line{background-image:linear-gradient(to right, #d1351e, #ff865b, #d1351e);}.w37-pricing__items:nth-child(2) .w37-pricing__items__btn{background-color:#e04b39;}.w37-pricing__items:nth-child(2) .w37-pricing__items__btn:hover{background-color:rgba(var(--main-color-w), 1);}.w37-pricing__items:nth-child(2) .w37-pricing__items__body__content__icon{color:#E2291C;}.w37-pricing__items:nth-child(3) .w37-pricing__items__container__head{background-image:linear-gradient(#008fff, #0a59a9);}.w37-pricing__items:nth-child(3) .w37-pricing__items__container__head__line{background-image:linear-gradient(to right, #08478f, #008dfc, #08478f);}.w37-pricing__items:nth-child(3) .w37-pricing__items__btn{background-color:#17A2B8;}.w37-pricing__items:nth-child(3) .w37-pricing__items__btn:hover{background-color:var(--main-color-w);}.w37-pricing__items:nth-child(3) .w37-pricing__items__body__content__icon{color:#17A2B8;}.w37-pricing__items:nth-child(4) .w37-pricing__items__container__head{background-image:linear-gradient(#d161ff, #7056f0);}.w37-pricing__items:nth-child(4) .w37-pricing__items__container__head__line{background-image:linear-gradient(to right, #6b4dfb, #bd79ff, #6b4dfb);}.w37-pricing__items:nth-child(4) .w37-pricing__items__btn{background-color:#7056f0;}.w37-pricing__items:nth-child(4) .w37-pricing__items__btn:hover{background-color:var(--main-color-w);}.w37-pricing__items:nth-child(4) .w37-pricing__items__body__content__icon{color:#17A2B8;}.w37-pricing__items__imgbox{background-position:center;background-size:contain;margin:2em auto;}.w37-pricing__items__container{border-radius:2em;border:0.1em white solid;overflow:hidden;}.w37-pricing__items__container__head{text-align:center;background-image:linear-gradient(#8cb753, #178e4a);color:white;padding:0.5em;position:relative;}.w37-pricing__items__container__head__name{font-weight:bolder;font-size:3em;line-height:1.4em;}.w37-pricing__items__container__head__mon{font-weight:bold;font-size:1.4em;line-height:1.4em;}.w37-pricing__items__container__head__des{font-weight:bolder;font-size:1.4em;line-height:1.4em;border-top:1px solid rgba(255, 255, 255, 0.658);padding:1.5em 0 1em 0;margin-top:1em;}.w37-pricing__items__container__head__line{background-image:linear-gradient(to right, #0d833e, #90bb59, #0d833e);height:0.5em;width:calc((95% - 0.5em));display:block;bottom:-0.2em;margin:0 auto;border-radius:0.5em;left:0;right:0;position:absolute;}@keyframes zoomIn{0%{transform:scale(0.9);}100%{transform:scale(1.05);}0%{transform:scale(0.9);}}.w37-pricing__items__container__body{padding:1em;background-color:#e3e3e3;}.w37-pricing__items__container__body__content{display:flex;align-items:center;width:100%;padding:1em;transition:all 0.3s ease-in-out;}.w37-pricing__items__container__body__content:not(:last-child){border-bottom:1px solid rgba(255, 255, 255, 0.781);}.w37-pricing__items__container__body__content__icon{margin-right:1em;font-size:3em;color:#28a745;width:1em;max-width:1em;display:flex !important;justify-content:center;}.w37-pricing__items__container__body__content__text{font-weight:bold;font-size:1.3em;line-height:1.5em;}.w37-pricing__items__container__body__content:hover{background-color:rgba(var(--main-color-w), 1) !important;border-radius:.5em;}.w37-pricing__items__container__body__content:hover .w37-pricing__items__container__body__content__text{color:white;}.w37-pricing__items__container__body__content:hover .w37-pricing__items__container__body__content__icon{color:white;}.w37-pricing__items__text{font-size:1em;line-height:1.6em;text-align:center;margin-top:1em;}.w37-pricing__items__btn{background-color:#28a745;padding:1em 2em;display:block;margin:0 auto;color:white;text-align:center;font-size:1.3em;border-radius:2em;margin:1em;font-weight:800;transition:all 0.3s ease-in-out;cursor:pointer;animation:zoomIn 0.7s alternate-reverse infinite;}.w37-pricing__items__btn:hover{background-color:rgba(var(--main-color-w), 1);}