.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.section-subtitle {
font-weight: 500;
font-size: 16px;
line-height: 1.1;
color: var(--it-common-black);
margin-bottom: 15px;
background-color: rgba(255, 220, 96, 0.21);
display: inline-block;
padding: 10px 30px;
border-radius: 30px;
}
.section-subtitle.text-white {
background-color: var(--it-common-white) !important;
color:var(--it-common-black) !important;
}
.feature__section-box.text-white p {
color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.section-subtitle {
font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-subtitle {
font-size: 14px;
}
}
.section-title {
font-weight: 700;
font-size: 40px;
line-height: 1.3;
color: var(--it-common-black);
}
.section-title span {
background-color: var(--it-theme-1);
padding: 0 5px;
}
.section-title i {
font-style: normal;
position: relative;
}
.section-title i::after {
position: absolute;
content: "";
bottom: 6px;
left: 0;
height: 6px;
width: 100%;
background-color: var(--it-theme-1);
border-radius: 20px;
}
.feature__section-box {
position: relative;
z-index: 1000;
}
@media (max-width: 767px) {
.section-title i::after {
bottom: 2px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.section-title {
font-size: 37px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.section-title {
font-size: 38px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-title {
font-size: 35px;
}
.section-title br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title {
font-size: 30px !important;
}
.section-title br {
display: none;
}
}
@media (max-width: 767px) {
.section-title {
font-size: 25px;
}
.section-title br {
display: none;
}
}
.section-blue-subtitle {
font-weight: 500;
font-size: 24px;
line-height: 1.1;
color: var(--it-common-blue-4);
margin-bottom: 10px;
border-bottom: 1px solid var(--it-common-blue-4);
display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.section-blue-subtitle {
font-size: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-blue-subtitle {
font-size: 18px;
}
}
@media (max-width: 767px) {
.section-blue-subtitle {
font-size: 20px;
}
}
.hero-title {
font-weight: 700;
font-size: 60px;
line-height: 1.3;
color: var(--it-common-black);
}
.hero-title span {
background-color: var(--it-theme-1);
padding: 0 5px;
-webkit-text-stroke: 2px var(--it-common-black);
color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.hero-title {
font-size: 54px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.hero-title {
font-size: 54px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.hero-title {
font-size: 48px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-title {
font-size: 38px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-title {
font-size: 38px;
}
}
@media (max-width: 767px) {
.hero-title {
font-size: 35px;
}
}
.hero-2-title {
font-weight: 700;
font-size: 54px;
line-height: 1.3;
color: var(--it-common-black);
padding-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.hero-2-title {
font-size: 48px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-2-title {
font-size: 38px;
}
}
@media (max-width: 767px) {
.hero-2-title {
font-size: 37px;
}
}
.hero-2-title span {
position: relative;
}
.hero-2-title span::after {
position: absolute;
bottom: -3%;
left: 0;
content: "";
height: 6px;
width: 92%;
background-color: var(--it-theme-1);
border-radius: 20px;
animation: section-animation 4s infinite;
}
.hero-3-title {
font-weight: 500;
font-size: 50px;
line-height: 1.3;
color: var(--it-common-black);
padding-bottom: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.hero-3-title {
font-size: 45px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.hero-3-title {
font-size: 41px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.hero-3-title {
font-size: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-3-title {
font-size: 41px;
}
.hero-3-title br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-3-title {
font-size: 41px;
}
.hero-3-title br {
display: none;
}
}
@media (max-width: 767px) {
.hero-3-title {
font-size: 35px;
}
.hero-3-title br {
display: none;
}
}
.hero-4-title {
font-weight: 700;
font-size: 42px;
line-height: 1.5;
color: var(--it-common-black);
padding-bottom: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.hero-4-title {
font-size: 45px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.hero-4-title {
font-size: 41px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.hero-4-title {
font-size: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-4-title {
font-size: 41px;
}
.hero-4-title br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-4-title {
font-size: 37px;
}
.hero-4-title br {
display: none;
}
}
@media (max-width: 767px) {
.hero-4-title {
font-size: 35px;
}
.hero-4-title br {
display: none;
}
}
.hero-4-title span {
background-color: #95b8ff;
color: var(--it-common-black);
padding: 0 10px;
}
.hero-5-title {
font-weight: 700;
font-size: 42px;
line-height: 1.5;
color: var(--it-common-black);
padding-bottom: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.hero-5-title {
font-size: 45px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.hero-5-title {
font-size: 38px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.hero-5-title {
font-size: 36px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-5-title {
font-size: 36px;
}
.hero-5-title br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-5-title {
font-size: 37px;
}
.hero-5-title br {
display: none;
}
}
@media (max-width: 767px) {
.hero-5-title {
font-size: 34px;
}
.hero-5-title br {
display: none;
}
}
.hero-5-title span {
background-color: #95b8ff;
color: var(--it-common-black);
padding: 0 10px;
}  .slider__space {
padding-top: 235px;
padding-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider__space {
padding-top: 175px;
}
}
@media (max-width: 767px) {
.slider__space {
padding-top: 180px;
}
}
.slider__btn {
line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider__btn {
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.slider__btn {
padding-bottom: 50px;
}
}
.slider__thumb {
animation: tptranslateY2 4s infinite alternate;
}
.slider__content {
padding-bottom: 30px;
}
.slider__content p {
line-height: 1.6;
padding-right: 170px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider__content p {
padding-right: 160px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider__content p {
padding-right: 100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.slider__content p {
padding-right: 0;
}
}
@media (max-width: 767px) {
.slider__content p {
padding-right: 0;
font-size: 15px;
}
}
.slider__shape-top-1 {
position: absolute;
left: 0;
top: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider__shape-top-1 {
left: -58px;
}
}
.slider__shape-top-2 {
position: absolute;
left: 0;
top: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider__shape-top-2 {
left: -54px;
}
}
.slider__shape-top-3 {
position: absolute;
right: -25%;
bottom: -15%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider__shape-top-3 {
right: -26%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider__shape-top-3 {
right: -30%;
bottom: -20%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider__shape-top-3 {
right: -45%;
bottom: -21%;
}
}
.slider__shape-top-4 {
position: absolute;
right: -24%;
bottom: -18%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider__shape-top-4 {
right: -24%;
bottom: -18%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider__shape-top-4 {
right: -28%;
bottom: -23%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider__shape-top-4 {
right: -43%;
bottom: -24%;
}
}
.slider__shape-top-5 {
position: absolute;
right: 4%;
top: 5%;
animation: tpupdown 0.8s infinite alternate;
}
.slider__shape-top-6 {
position: absolute;
right: 48%;
top: 17%;
z-index: -1;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider__shape-top-6 {
right: 27%;
top: 9%;
}
}
.slider__shape-top-7 {
position: absolute;
right: 5%;
top: 43%;
z-index: -1;
animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__shape-top-7 {
top: 35%;
}
}
.slider__shape-top-8 {
position: absolute;
left: 0;
bottom: 0;
animation: tpupdown 0.8s infinite alternate;
}
.slider__shape-top-9 {
position: absolute;
left: 37%;
bottom: 40%;
}
.slider__shape-top-10 {
position: absolute;
left: 19%;
bottom: 5%;
animation: tptranslateX2 4s infinite alternate;
}
.slider__shape-top-11 {
position: absolute;
left: 50%;
bottom: 8%;
animation: moving 9s linear infinite;
}
@media (max-width: 767px) {
.slider__shape-top-11 {
left: 76%;
bottom: 8%;
}
}
.slider-2__plr {
padding: 0 250px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-2__plr {
padding: 0 200px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.slider-2__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.slider-2__plr {
padding: 0;
}
}
.slider-2__space {
padding-top: 170px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.slider-2__space {
padding-top: 180px;
}
}
.slider-2__btn {
line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-2__btn {
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.slider-2__btn {
padding-bottom: 50px;
}
}
.slider-2__thumb {
animation: tptranslateY2 4s infinite alternate;
}
.slider-2__content {
padding-bottom: 20px;
}
.slider-2__content p {
line-height: 1.6;
padding-right: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-2__content p {
padding-right: 160px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-2__content p {
padding-right: 93px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-2__content p {
padding-right: 0;
}
}
@media (max-width: 767px) {
.slider-2__content p {
padding-right: 0;
font-size: 15px;
}
}
.slider-2__title-sm {
font-weight: 600;
font-size: 25px;
padding-bottom: 10px;
}
.slider-2__shape-1 {
position: absolute;
right: 12%;
top: 24%;
animation: rotate2 15s linear infinite;
}
.slider__shape-top-6 img {
max-width: 80px !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-2__shape-1 {
right: 7%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-2__shape-1 {
right: 4%;
top: 24%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-2__shape-1 {
right: 5%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-2__shape-1 {
right: 2%;
top: 37%;
}
}
.slider-2__shape-2 {
position: absolute;
right: 45%;
top: 49%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-2__shape-2 {
top: 54%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-2__shape-2 {
right: 43%;
top: 56%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-2__shape-2 {
top: 70%;
right: 43%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-2__shape-2 {
right: 72%;
top: 82%;
}
}
.slider-2__shape-3 {
position: absolute;
left: 2%;
top: 39%;
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-2__shape-3 {
left: -2%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-2__shape-3 {
left: -9%;
}
}
.slider-2__shape-4 {
position: absolute;
left: 0;
top: 3%;
animation: tpupdown 0.8s infinite alternate;
}
.slider-2__shape-5 {
position: absolute;
right: 3%;
top: 6%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-2__shape-5 {
right: 0;
top: 6%;
}
}
.slider-2__shape-6 {
position: absolute;
right: 65%;
top: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-2__shape-6 {
right: 68%;
top: -11px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-2__shape-6 {
right: 72%;
top: -15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-2__shape-6 {
right: 73%;
top: -2%;
}
}
.slider-2__shape-7 {
position: absolute;
bottom: 0;
left: 0;
}
.slider-3__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-3__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-3__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.slider-3__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.slider-3__plr {
padding: 0;
}
}
.slider-3__space {
padding-top: 300px;
padding-bottom: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.slider-3__space {
padding-top: 220px;
padding-bottom: 80px;
}
}
.slider-3__content-list {
padding-bottom: 30px;
margin-top: 30px;
}
.slider-3__content-list ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}
.slider-3__content-list ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: var(--it-common-blue-3);
font-size: 16px;
}
.slider-3__content-list ul li span {
font-weight: 400;
font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-3__content-list ul li span {
font-size: 15px;
}
}
@media (max-width: 767px) {
.slider-3__content-list ul li span {
font-size: 15px;
}
}
.slider-3__main-img img {
max-width: inherit;
transform: translateX(40px);
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-3__main-img img {
transform: translateX(15px);
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-3__main-img img {
transform: translateX(-20px);
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-3__main-img img {
max-width: 100%;
transform: translateX(-20px);
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-3__main-img img {
max-width: 100%;
transform: translateX(0);
}
}
@media (max-width: 767px) {
.slider-3__main-img img {
max-width: 100%;
transform: translateX(0);
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-3__text p {
font-size: 15px;
}
}
@media (max-width: 767px) {
.slider-3__text p {
font-size: 14px;
}
.slider-3__text p br {
display: none;
}
}
.slider-3__shape-1 {
position: absolute;
top: -4%;
left: 10%;
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-3__shape-1 {
top: -5%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-3__shape-1 {
top: -5%;
left: -1%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-3__shape-1 {
top: -6%;
left: -6%;
}
}
.slider-3__shape-2 {
position: absolute;
bottom: 0;
left: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-3__shape-2 {
bottom: 0%;
left: -4%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-3__shape-2 {
left: -4%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-3__shape-2 {
bottom: -24%;
left: -4%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-3__shape-2 {
bottom: -24%;
left: -4%;
}
}
.slider-3__shape-3 {
position: absolute;
top: 11%;
left: 0;
animation: tpupdown 1s infinite alternate;
}
.slider-3__shape-4 {
position: absolute;
top: 27%;
right: 16%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-3__shape-4 {
right: 8%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-3__shape-4 {
right: 10%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-3__shape-4 {
top: 51%;
}
}
.slider-3__shape-5 {
position: absolute;
bottom: 11%;
right: 56%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-3__shape-5 {
right: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-3__item {
margin-bottom: 90px;
}
}
@media (max-width: 767px) {
.slider-3__content {
margin-bottom: 70px;
}
}
.slider-4__button {
margin-top: 30px;
}
.slider-4__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-4__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-4__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.slider-4__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.slider-4__plr {
padding: 0;
}
}
.slider-4__space {
padding-top: 200px;
padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__space {
padding-bottom: 100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__space {
padding-bottom: 50px;
padding-top: 150px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.slider-4__space {
padding-top: 50px;
padding-bottom: 50px;
}
}
.slider-4__shape-1 {
position: absolute;
left: 0;
top: 0;
z-index: -2;
}
.slider-4__shape-2 {
position: absolute;
left: 19%;
top: 18%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__shape-2 {
left: 17%;
top: 26%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__shape-2 {
top: 30%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-4__shape-2 {
left: 9%;
top: 12%;
}
}
.slider-4__shape-3 {
position: absolute;
left: 20%;
top: 9%;
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__shape-3 {
left: 20%;
top: 15%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__shape-3 {
top: 15%;
}
}
.slider-4__shape-4 {
position: absolute;
right: 35%;
top: 13%;
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__shape-4 {
top: 16%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__shape-4 {
top: 19%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-4__shape-4 {
top: 10%;
right: 23%;
}
}
.slider-4__shape-5 {
position: absolute;
right: 2%;
top: 7%;
animation: zoom 7s infinite;
}
.slider-4__shape-6 {
position: absolute;
right: 4%;
top: 23%;
animation: zoom 4s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-4__shape-6 {
top: 17%;
}
}
.slider-4__shape-8 {
position: absolute;
left: 44%;
top: 62%;
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-4__shape-8 {
left: 38%;
}
}
.slider-4__shape-9 {
position: absolute;
left: 31%;
bottom: 11%;
animation: zoom 7s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-4__shape-9 {
left: 39%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-4__shape-9 {
left: 38%;
bottom: 12%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__shape-9 {
left: 45%;
bottom: 8%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__shape-9 {
bottom: 2%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-4__shape-9 {
left: 24%;
bottom: 4%;
animation: jumpTwo 3s infinite linear;
}
}
.slider-4__shape-10 {
position: absolute;
left: 25%;
bottom: 13%;
animation: jumpTwo 3s infinite linear;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-4__shape-10 {
left: 28%;
bottom: 9%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-4__shape-10 {
left: 24%;
bottom: 6%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__shape-10 {
left: 25%;
bottom: 5%;
}
}
.slider-4__shape-11 {
position: absolute;
right: 25%;
bottom: 0%;
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-4__shape-11 {
bottom: 6%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-4__shape-11 {
bottom: 12%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__shape-11 {
right: 25%;
bottom: 11%;
}
}
.slider-4__item {
position: relative;
z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-4__item {
margin-bottom: 90px;
}
}
@media (max-width: 767px) {
.slider-4__item {
padding-top: 40px;
margin-bottom: 70px;
}
}
.slider-4__text p {
padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__text p br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-4__text p {
font-size: 15px;
}
.slider-4__text p br {
display: none;
}
}
@media (max-width: 767px) {
.slider-4__text p br {
display: none;
}
}
.slider-4__main-img {
animation: tptranslateY2 4s infinite alternate;
}
.slider-4__main-img img {
max-width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.slider-4__main-img img {
max-width: 100%;
margin-left: 0;
}
}
.slider-4__black-bg {
background: var(--it-common-black);
}
.slider-4__img-shape-1 {
position: absolute;
bottom: -7%;
right: 0%;
z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-4__img-shape-1 {
right: 9%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__img-shape-1 {
right: -19%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__img-shape-1 {
right: -37%;
}
}
@media (max-width: 767px) {
.slider-4__img-shape-1 {
right: -62%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-4__img-shape-1 {
right: -15%;
}
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
.slider-4__img-shape-1 {
right: -40%;
bottom: -5%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__img-shape-1 img {
width: 50%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__img-shape-1 img {
width: 40%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-4__img-shape-1 img {
width: 70%;
}
}
@media (max-width: 767px) {
.slider-4__img-shape-1 img {
width: 39%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-4__img-shape-1 img {
width: 58%;
}
}
.slider-4__img-shape-2 {
position: absolute;
top: -8%;
left: -9%;
z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-4__img-shape-2 {
top: -13%;
left: 3%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__img-shape-2 {
top: -11%;
left: 2%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__img-shape-2 {
top: -11%;
left: -4%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-4__img-shape-2 img {
width: 65%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-4__img-shape-2 img {
width: 60%;
}
}
.slider-4__social h5 {
font-size: 20px;
font-weight: 500 !important;
display: inline-block;
margin-right: 12px;
}
.slider-4__social i {
font-size: 18px;
padding: 0 8px;
color: var(--it-common-paste-3);
}
.slider-4__social i.apple {
color: #ffadad;
}
.slider-4__big-text {
position: absolute;
left: -11%;
top: 23%;
z-index: -1;
transform: rotate(630deg);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-4__big-text {
left: -6%;
top: 24%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-4__big-text {
left: -7%;
top: 26%;
}
}
.slider-4__big-text span {
font-size: 106px;
-webkit-text-stroke: 2px #ebebf1;
font-weight: 600;
color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-4__big-text span {
font-size: 58px;
}
}
.slider-5__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-5__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-5__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.slider-5__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.slider-5__plr {
padding: 0;
}
}
.slider-5__space {
padding-top: 340px;
padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-5__space {
padding-bottom: 100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-5__space {
padding-bottom: 100px;
padding-top: 220px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.slider-5__space {
padding-top: 200px;
}
}
.slider-5__main-img {
position: relative;
z-index: 1;
animation: tptranslateY2 4s infinite alternate;
}
.slider-5__main-img img {
max-width: inherit;
transform: translateX(-50px);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-5__main-img img {
max-width: 100%;
transform: translateX(33px);
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-5__main-img img {
max-width: 100%;
transform: translateX(65px);
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-5__main-img img {
max-width: 100%;
transform: translateX(20px);
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-5__main-img img {
max-width: 100%;
transform: translateX(0);
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-5__main-img img {
max-width: 100%;
transform: translateX(0);
}
}
@media (max-width: 767px) {
.slider-5__main-img img {
max-width: 100%;
transform: translateX(0);
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-5__main-img img {
max-width: 100%;
transform: translateX(0);
}
}
.slider-5__text p {
color: #d0d0d0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.slider-5__text p br {
display: none;
}
}
@media (max-width: 767px) {
.slider-5__text p {
font-size: 15px;
}
.slider-5__text p br {
display: none;
}
}
.slider-5__content-list {
padding-bottom: 30px;
}
.slider-5__content-list ul{
margin-top:20px;
}
.slider-5__content-list ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
color: #d0d0d0;
transition: 0.3s;
text-decoration: transparent;
}
.slider-5__content-list ul li:hover {
text-decoration: underline;
}
.slider-5__content-list ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: #7da4f1;
font-size: 16px;
}
.slider-5__content-list ul li span {
font-weight: 400;
font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-5__content-list ul li span {
font-size: 15px;
}
}
@media (max-width: 767px) {
.slider-5__content-list ul li span {
font-size: 15px;
}
}
.slider-5__button-box {
margin-bottom: 40px;
}
@media (max-width: 767px) {
.slider-5__button-box {
flex-wrap: wrap;
}
}
@media (max-width: 767px) {
.slider-5__button {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-5__button {
margin-bottom: 0;
}
}
.slider-5__icon span {
height: 50px;
width: 50px;
line-height: 48px;
border-radius: 50%;
text-align: center;
display: inline-block;
border: 2px solid #95b8ff;
color: #95b8ff;
font-size: 15px;
margin-right: 20px;
}
.slider-5__icon span i {
padding-left: 3px;
}
.slider-5__icon h5 {
display: inline-block;
font-size: 16px;
font-weight: 400;
color: #d0d0d0;
text-decoration: underline;
transition: 0.3s;
}
.slider-5__icon h5:hover {
color: #95b8ff;
}
.slider-5__social-box span {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 18px;
color: var(--it-common-white);
padding-bottom: 12px;
display: inline-block;
padding-right: 20px;
}
@media (max-width: 767px) {
.slider-5__social-box span {
font-size: 16px;
}
}
.slider-5__social-box a {
height: 33px;
width: 33px;
border-radius: 50%;
border: 1px solid #a1a1a2;
display: inline-block;
line-height: 33px;
text-align: center;
margin-right: 5px;
transition: 0.3s;
}
.slider-5__social-box a i {
color: #a1a1a2;
transition: 0.3s;
}
.slider-5__social-box a:hover {
background-color: var(--it-theme-1);
border: 1px solid transparent;
}
.slider-5__social-box a:hover i {
color: var(--it-common-black);
}
.slider-5__main-img-content {
background-color: var(--it-theme-1);
border-radius: 50px;
position: absolute;
bottom: 10%;
right: -5%;
padding: 12px 20px;
padding-right: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-5__main-img-content {
bottom: 8%;
right: -15%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-5__main-img-content {
padding: 4px 15px;
padding-right: 26px;
}
}
@media (max-width: 767px) {
.slider-5__main-img-content {
bottom: -1%;
right: 16%;
padding: 4px 15px;
padding-right: 26px;
}
}
.slider-5__img-icon span {
font-weight: 500;
color: var(--it-common-black);
font-size: 42px;
padding-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-5__img-icon span {
padding-right: 10px;
}
}
@media (max-width: 767px) {
.slider-5__img-icon span {
font-size: 34px;
padding-right: 5px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-5__img-icon span {
font-size: 37px;
padding-right: 15px;
}
}
.slider-5__img-text h5 {
font-weight: 700;
font-size: 27px;
margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-5__img-text h5 {
font-size: 18px;
}
}
@media (max-width: 767px) {
.slider-5__img-text h5 {
font-size: 18px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-5__img-text h5 {
font-size: 22px;
}
}
.slider-5__img-text span {
font-weight: 500;
color: #3f3f3f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-5__img-text span {
font-size: 13px;
}
}
@media (max-width: 767px) {
.slider-5__img-text span {
font-size: 12px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-5__img-text span {
font-size: 14px;
}
}
.slider-5__shape-1 {
position: absolute;
top: 17%;
left: 18%;
}
.slider-5__shape-2 {
position: absolute;
top: 10%;
right: 5%;
animation: tpupdown 0.8s infinite alternate;
}
.slider-5__shape-3 {
position: absolute;
bottom: 22%;
left: 0;
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-5__shape-3 {
bottom: 7%;
}
}
.slider-5__shape-4 {
position: absolute;
bottom: 62%;
left: 0;
animation: tpupdown 0.8s infinite alternate;
}
.slider-5__shape-5 {
position: absolute;
bottom: 24%;
left: 35%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.slider-5__shape-5 {
bottom: 21%;
left: 35%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.slider-5__shape-5 {
bottom: 18%;
left: 40%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-5__item {
margin-bottom: 180px;
}
}
@media (max-width: 767px) {
.slider-5__item {
margin-bottom: 70px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-5__item {
margin-bottom: 150px;
}
}
.slider-5__sub-img-1 {
position: absolute;
bottom: 6%;
left: 2%;
z-index: -1;
}
.slider-5__sub-img-2 {
position: absolute;
top: 5%;
right: 2%;
z-index: -1;
}
.slider-5__sub-img-3 {
position: absolute;
top: -10%;
right: 36%;
z-index: -1;
}  .brand__mlr {
margin: 0 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.brand__mlr {
margin: 0 150px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.brand__mlr {
margin: 0 30px;
}
}
@media (max-width: 767px) {
.brand__mlr {
margin: 0;
}
}
.brand__white-bg {
background-color: var(--it-common-white);
padding: 70px 130px;
box-shadow: 3px 5.196px 51px 0px rgba(255, 114, 94, 0.08);
margin-top: -100px;
position: relative;
z-index: 2;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.brand__white-bg {
padding: 70px 90px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.brand__white-bg {
padding: 70px 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.brand__white-bg {
padding: 70px 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.brand__white-bg {
padding: 70px 30px;
}
}
@media (max-width: 767px) {
.brand__white-bg {
padding: 50px 15px;
}
}
.brand__white-bg-2 {
background-color: var(--it-common-white);
padding: 70px 130px;
box-shadow: 3px 5.196px 51px 0px rgba(255, 114, 94, 0.08);
position: relative;
z-index: 2;
margin-bottom: -120px;
border-radius: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.brand__white-bg-2 {
padding: 70px 90px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.brand__white-bg-2 {
padding: 70px 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.brand__white-bg-2 {
padding: 70px 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.brand__white-bg-2 {
padding: 70px 30px;
}
}
@media (max-width: 767px) {
.brand__white-bg-2 {
padding: 50px 15px;
}
}
.brand__white-bg-3 {
background-color: var(--it-common-white);
padding: 70px 130px;
box-shadow: 3px 5.196px 51px 0px rgba(255, 114, 94, 0.08);
position: relative;
z-index: 2;
border-radius: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.brand__white-bg-3 {
padding: 70px 90px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.brand__white-bg-3 {
padding: 70px 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.brand__white-bg-3 {
padding: 70px 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.brand__white-bg-3 {
padding: 70px 30px;
}
}
@media (max-width: 767px) {
.brand__white-bg-3 {
padding: 50px 15px;
}
}
.brand__img {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.brand-logos.style-2 .brand__img {
background-color: #1d1d25;
padding: 30px 45px;
border-radius: 15px;
}
.brand__img {
text-align: center;
}
.brand-2__space {
padding: 80px 0;
border-bottom: 1px solid var(--it-border-1);
}
@media (max-width: 767px) {
.brand-2__space {
padding: 60px 0;
}
}
.brand-3__space {
padding: 80px 0;
}
.brand-3__plr {
padding: 0 200px;
padding-bottom: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.brand-3__plr {
padding: 0 100px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.brand-3__plr {
padding: 0 100px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.brand-3__plr {
padding: 0 30px;
padding-bottom: 120px;
}
}
@media (max-width: 767px) {
.brand-3__plr {
padding: 0;
padding-bottom: 120px;
}
}  .feature__mlr {
margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.feature__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.feature__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.feature__mlr {
margin: 0 30px;
}
}
@media (max-width: 767px) {
.feature__mlr {
margin: 0;
}
}
.feature__item {
padding: 60px 30px;
box-shadow: 0px 0px 92px 0px rgba(255, 114, 94, 0.05);
position: relative;
}
.feature__item.item-space {
padding: 50px 30px;
position: relative;
transition: 0.3s;
border: 2px dashed transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.feature__item.item-space {
padding: 50px 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.feature__item.item-space {
padding: 50px 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.feature__item.item-space {
padding: 50px 60px;
}
}
.feature__item.item-space:hover {
border: 2px dashed var(--it-theme-1);
}
.feature__item.item-space:hover::after {
background-color: var(--it-theme-1);
}
.feature__item.item-space:hover .feature__icon span {
border: 2px dashed var(--it-theme-1);
}
.feature__item.item-space:hover .feature__title.title-border::after {
width: 100%;
opacity: 1;
visibility: visible;
}
.feature__item.item-space::after {
content: "";
height: 100px;
width: 120px;
background-color: var(--it-common-yellow-2);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
clip-path: polygon(52% 100%, 0 0, 100% 0);
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.feature__item {
padding: 60px 28px;
}
}
@media (max-width: 767px) {
.feature__item {
padding: 60px 18px;
}
}
.feature__item::after {
content: "";
height: 160px;
width: 165px;
background-color: var(--it-common-sky);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
clip-path: polygon(53% 100%, 0 0, 100% 0);
}
.feature__color-2::after {
background-color: var(--it-theme-1);
}
.feature__color-3::after {
background-color: var(--it-common-pink);
}
.feature__color-4::after {
background-color: #e8f0fd;
}
.feature__icon {
margin-bottom: 30px;
}
.feature__icon.icon-space {
margin-top: -121px;
margin-bottom: 0;
}
.feature__icon.icon-space span {
border: 2px dashed transparent;
transition: 0.3s;
}
.feature__icon span {
height: 125px;
width: 125px;
background-color: var(--it-common-white);
border-radius: 50%;
line-height: 125px;
display: inline-block;
box-shadow: 3px 5.196px 51px 0px rgba(255, 114, 94, 0.08);
}
.feature__content p {
padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.feature__content p {
font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.feature__content p {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.feature__content p {
font-size: 14px;
}
}
.feature__title {
font-weight: 700;
font-size: 22px;
padding-bottom: 10px;
}
.feature__title a {
font-weight: inherit;
}
@media (max-width: 767px) {
.feature__title {
font-size: 19px;
}
}
.feature__title.title-border {
position: relative;
display: inline-block;
}
.feature__title.title-border::after {
position: absolute;
content: "";
bottom: 8px;
left: 0;
background-color: var(--it-common-black);
height: 1px;
width: 0;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.feature__link a {
font-weight: 500;
font-size: 18px;
color: var(--it-common-black);
transition: 0.3s;
}
@media (max-width: 767px) {
.feature__link a {
font-size: 15px;
}
}
.feature__link a i {
font-size: 15px;
margin-left: 10px;
font-weight: 500;
}
.feature__link a:hover {
color: var(--it-common-paste);
}
.feature__link a:hover i {
animation: tfLeftToRight 0.4s forwards;
}
.feature__text p {
padding-right: 106px;
}
.feature__item-shape {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -2px;
}
.feature__top-text p {
padding-right: 106px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.feature__top-text p {
padding-right: 85px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.feature__top-text p {
padding-right: 7px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.feature__top-text p {
padding-right: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.feature__top-text p {
padding-right: 0;
font-size: 15px;
}
}
@media (max-width: 767px) {
.feature__top-text p {
padding-right: 0;
font-size: 14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.feature__top-text p {
padding-right: 0;
}
}
.feature-2__mlr {
margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.feature-2__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.feature-2__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.feature-2__mlr {
margin: 0 30px;
}
}
@media (max-width: 767px) {
.feature-2__mlr {
margin: 0;
}
}
.feature-2__item {
box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
padding: 40px 15px;
border-radius: 5px;
position: relative;
transition: 0.5s;
background-color: var(--it-common-white);
}
.feature-2__item:hover {
transform: translateY(-25px);
}
.feature-2__item:hover .feature-2__item-overly {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.feature-2__item:hover .feature-2__title-sm {
color: var(--it-common-white);
}
.feature-2__item-overly {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #2b2b32;
border-radius: 5px;
transform: scale(0.6);
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
.feature-2__icon span {
background-color: #88e3f1;
height: 105px;
width: 105px;
line-height: 105px;
border-radius: 50%;
box-shadow: 3px 5.196px 43px 0px rgba(32, 32, 32, 0.07);
margin-bottom: 25px;
display: inline-block;
text-align: center;
}
.feature-2__icon-color-2 span {
background-color: var(--it-common-pink-5);
}
.feature-2__icon-color-3 span {
background-color: var(--it-theme-1);
}
.feature-2__icon-color-4 span {
background-color: #a9c7ff;
}
.feature-2__icon-color-5 span {
background-color: #6bf89c;
}
.feature-2__title-sm {
font-size: 22px;
font-weight: 700;
transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.feature-2__title-sm {
font-size: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.feature-2__title-sm {
font-size: 19px;
}
}
@media (max-width: 767px) {
.feature-2__title-sm {
font-size: 18px;
}
}
@media (max-width: 767px) {
.feature-2__title-sm {
font-size: 20px;
}
}  .about__shape-1 {
animation: rotate2 15s linear infinite;
}
.about__shape-2 {
animation: moving 9s linear infinite;
}
.about__content p {
padding-bottom: 10px;
}
@media (max-width: 767px) {
.about__content p {
font-size: 15px;
}
}
.about__border-right {
border-right: 1px solid var(--it-border-1);
}
@media (max-width: 767px) {
.about__border-right {
border-right: 0;
}
}
.about__list-item ul {
display: inline-block;
display: flex;
flex-direction: row;
gap: 15px;
flex-wrap: wrap;
}
.about__list-item ul li {
min-width: 48%;
width: 48%;
align-items: center;
gap: 15px;
display: flex;
}
@media (max-width: 767px) {
.about__list-item ul {
flex-direction: column;
}
.about__list-item ul li {
min-width: 100%;
width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about__list-item ul li {
width: 50%;
}
}
.about__list-item ul li:hover span {
text-decoration: underline;
}
.about__list-item ul li a {
transition: 0.3s;
}
.about__list-item ul li:last-child {
padding-bottom: 0;
}
.about__list-item ul li i {
height: 15px;
width: 15px;
border: 1.5px solid var(--it-theme-1);
line-height: 12px;
text-align: center;
display: inline-block;
font-size: 12px;
color: var(--it-theme-1);
}
.about__list-item.style-2 ul li i {
color: var(--it-common-blue-3);
border-color: var(--it-common-blue-3);
}
.about__list-item.style-2 ul li i {
color: var(--it-common-blue-3);
border-color: var(--it-common-blue-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about__img {
text-align: center;
}
}
@media (max-width: 767px) {
.about__img {
text-align: center;
}
}
.about__img img {
max-width: inherit;
margin-left: -80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about__img img {
max-width: 100%;
margin-left: -20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about__img img {
max-width: 100%;
margin-left: -10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about__img img {
margin-bottom: 70px;
margin-left: 0;
}
}
@media (max-width: 767px) {
.about__img img {
max-width: 100%;
margin-left: 0;
margin-bottom: 50px;
}
}
.about__contact-icon span {
margin-right: 15px;
width: 55px;
height: 55px;
background-color: var(--it-theme-1);
border-radius: 50%;
line-height: 64px;
text-align: center;
display: inline-block;
}
.about__contact-icon span i {
font-size: 25px;
color: var(--it-common-white);
}
.about__contact-number a {
font-weight: 600;
color: var(--it-common-black);
font-size: 18px;
display: block;
}
.about__contact-number a:hover {
color: var(--it-common-paste);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about__contact-number a {
font-size: 16px;
}
}
.about__video-icon a {
margin-right: 35px;
width: 45px;
height: 45px;
background-color: var(--it-theme-1);
border-radius: 50%;
line-height: 46px;
text-align: center;
display: inline-block;
position: relative;
z-index: 1;
}
.about__video-icon a::after {
content: "";
left: 0;
top: 0;
position: absolute;
background-color: rgba(255, 221, 96, 0.339);
width: 100%;
height: 100%;
border-radius: 50%;
transform: scale(1.3);
z-index: -1;
}
.about__video-icon a i {
font-size: 15px;
color: var(--it-common-white);
margin-left: 4px;
}
.about__video-text a {
font-weight: 600;
font-size: 18px;
color: var(--it-common-black);
}
.about__video-text a:hover {
color: var(--it-common-paste);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about__video-text a {
font-size: 16px;
}
}
.about-2__shape-1 {
position: absolute;
top: 11%;
right: 12%;
animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-2__shape-1 {
right: 3%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-2__shape-1 {
top: 4%;
right: 1%;
}
}
.about-2__shape-2 {
position: absolute;
top: 67%;
left: 12%;
animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-2__shape-2 {
left: 5%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-2__shape-2 {
left: 2%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-2__shape-2 {
top: 66%;
left: 1%;
}
}
.about-2__shape-3 {
position: absolute;
bottom: 19%;
right: 5%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-2__shape-3 {
right: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-2__shape-3 {
right: 1%;
bottom: 2%;
}
}
.about-2__section-title {
padding-bottom: 5px;
}
.about-2__main-img img {
max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-2__main-img img {
max-width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-2__main-img img {
max-width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.about-2__main-img img {
max-width: 100%;
}
}
.about-2__main-img-content {
background-color: var(--it-theme-1);
border-radius: 50px;
position: absolute;
top: 7%;
right: 2%;
padding: 12px 20px;
padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-2__main-img-content {
top: 4%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-2__main-img-content {
top: 4%;
right: 2%;
padding-right: 20px;
padding: 2px 12px;
}
}
@media (max-width: 767px) {
.about-2__main-img-content {
top: 68%;
right: 18%;
padding: 2px 10px;
padding-right: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-2__main-img-content {
top: 7%;
right: -2%;
padding: 10px 15px;
padding-right: 30px;
}
}
.about-2__icon span {
font-weight: 500;
color: var(--it-common-black);
font-size: 42px;
padding-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-2__icon span {
padding-right: 10px;
}
}
@media (max-width: 767px) {
.about-2__icon span {
font-size: 34px;
padding-right: 5px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-2__icon span {
font-size: 37px;
padding-right: 15px;
}
}
.about-2__img-text h5 {
font-weight: 700;
font-size: 27px;
margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-2__img-text h5 {
font-size: 18px;
}
}
@media (max-width: 767px) {
.about-2__img-text h5 {
font-size: 18px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-2__img-text h5 {
font-size: 22px;
}
}
.about-2__img-text span {
font-weight: 500;
color: #3f3f3f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-2__img-text span {
font-size: 13px;
}
}
@media (max-width: 767px) {
.about-2__img-text span {
font-size: 12px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-2__img-text span {
font-size: 14px;
}
}
.about-2__text {
padding-bottom: 10px;
}
.about-2__text p {
padding-right: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.about-2__text p {
padding-right: 0;
}
}
@media (max-width: 767px) {
.about-2__text p {
padding-right: 0;
font-size: 15px;
}
}
.about-2__list-title {
font-weight: 500;
font-size: 20px;
background-color: var(--it-theme-1);
padding: 11px 23px;
display: inline-block;
margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.about-2__list-item {
margin-right: 0;
}
}
.about-2__list-item ul {
padding: 30px;
background-color: #f3f3f3;
}
.about-2__list-item ul li {
gap: 5px;
font-size: 15px;
}
@media (max-width: 767px) {
.about-2__list-item ul li {
width: 100%;
}
}
.about-2__list-item ul li:nth-child(2n+1) {
padding-bottom: 0;
}
@media (max-width: 767px) {
.about-2__list-item ul li:nth-child(2n+1) {
padding-bottom: 15px;
}
}
.about-2__list-item ul li:last-child {
padding-bottom: 0;
}
.about-2__list-item ul li span {
font-weight: 400;
}
.about-2__list-item ul li span::before {
content: "";
display: inline-block;
height: 10px;
width: 10px;
border-radius: 50%;
background-color: var(--it-theme-1);
border: 1px solid var(--it-common-black);
margin-right: 7px;
}
.about-3__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-3__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.about-3__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.about-3__plr {
padding: 0;
}
}
.about-3__space {
padding-bottom: 50px;
}
@media (max-width: 767px) {
.about-3__space {
padding-bottom: 0;
}
}
.about-3__content {
padding-right: 206px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-3__content {
padding-right: 79px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-3__content {
padding-right: 57px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-3__content {
padding-right: 29px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-3__content {
padding-right: 0;
}
}
@media (max-width: 767px) {
.about-3__content {
padding-right: 0;
}
}
.about-3__content-list {
padding-bottom: 5px;
border-bottom: 1px solid var(--it-border-1);
}
.about-3__content-list ul {
display: inline-block;
padding-bottom: 5px;
}
.about-3__content-list ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
width: 50%;
float: left;
}
@media (max-width: 767px) {
.about-3__content-list ul li {
width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-3__content-list ul li {
width: 50%;
}
}
.about-3__content-list ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: var(--it-common-blue-3);
font-size: 16px;
}
.about-3__content-list ul li span {
font-weight: 400;
font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.about-3__content-list ul li span {
font-size: 15px;
}
}
.about-3__video {
padding-right: 30px;
}
.about-3__video a {
height: 52px;
width: 52px;
border-radius: 50%;
background-color: var(--it-theme-1);
line-height: 52px;
display: inline-block;
text-align: center;
}
.about-3__video a i {
font-size: 16px;
color: var(--it-common-white);
padding-left: 4px;
}
.about-3__video-text span {
font-size: 18px;
font-weight: 500;
color: var(--it-common-black);
text-decoration: underline;
transition: 0.3s;
}
.about-3__video-text span:hover {
color: var(--it-common-blue-3);
}
.about-3__button-box {
padding-top: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-3__button-box {
padding-top: 0;
}
}
@media (max-width: 767px) {
.about-3__button-box {
flex-wrap: wrap;
}
}
.about-3__item img {
max-width: inherit;
transform: translateX(20px);
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-3__item img {
max-width: 100%;
transform: translateX(-30px);
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-3__item img {
max-width: 100%;
transform: translateX(-30px);
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-3__item img {
max-width: 100%;
transform: translateX(-40px);
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-3__item img {
max-width: 100%;
transform: translateX(-30px);
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-3__item img {
max-width: 100%;
transform: translateX(-2px);
}
}
@media (max-width: 767px) {
.about-3__item img {
max-width: 100%;
transform: translateX(-2px);
}
}
.about-3__text p {
padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.about-3__text p {
padding-right: 0;
font-size: 14px;
}
}
@media (max-width: 767px) {
.about-3__button {
margin-bottom: 30px;
}
}
.about-3__content-list-2 {
border: none;
}
.about-3__content-list-2 ul li {
width: 100%;
transform: 0.3s;
text-decoration: transparent;
}
.about-3__content-list-2 ul li:hover {
text-decoration: underline;
}
.about-3__plr-2 {
padding-top: 120px;
}
.about-3__item-img img {
max-width: 100%;
}
.about-3__button-wrapper {
position: absolute;
left: 4%;
bottom: 6%;
background-color: var(--it-common-white);
padding: 20px 41px;
border-radius: 20px;
margin-bottom: 0;
}
@media (max-width: 767px) {
.about-3__button-wrapper {
padding: 15px 15px;
left: 4%;
bottom: 7%;
background-color: var(--it-common-white);
padding: 6px 12px;
}
}
@media (max-width: 767px) {
.about-3__button-wrapper .about-3__video {
padding-right: 10px;
}
}
@media (max-width: 767px) {
.about-3__button-wrapper .about-3__video a {
height: 35px;
width: 35px;
border-radius: 50%;
background-color: var(--it-theme-1);
line-height: 35px;
}
}
@media (max-width: 767px) {
.about-3__button-wrapper .about-3__video a i {
font-size: 13px;
}
}
@media (max-width: 767px) {
.about-3__button-wrapper .about-3__video-text span {
font-size: 16px;
}
}
.about-3__wrapper-item {
border-radius: 20px;
border: 1px solid var(--it-common-white-2);
padding: 65px 80px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-3__wrapper-item {
padding: 61px 60px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-3__wrapper-item {
padding: 25px 30px;
}
.about-3__wrapper-item .section-title br {
display: none;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-3__wrapper-item {
padding: 33px 21px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-3__wrapper-item {
padding: 15px 22px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-3__wrapper-item {
padding: 33px 40px;
}
}
@media (max-width: 767px) {
.about-3__wrapper-item {
padding: 30px 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-3__wrapper-item {
padding: 35px 20px;
}
}
.about-3__wrapper-item .about-3__content {
padding-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-3__wrapper-item .about-3__content {
padding: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-3__wrapper-item .about-3__content {
padding: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-3__wrapper-item .about-3__content {
padding: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-3__wrapper-item .about-3__content {
padding: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.about-3__wrapper-item .about-3__content {
padding: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-3__wrapper-item .section-title {
font-size: 34px;
}
.about-3__wrapper-item .section-title br {
display: none;
}
}
.about-3__wrapper-item .about-3__button {
padding-top: 30px;
margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.about-3__wrapper-item .about-3__button {
padding-top: 0;
}
}
@media (max-width: 767px) {
.about-3__wrapper-item .about-3__button {
padding-top: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-3__wrapper-item .main-btn-sm {
height: 35px;
line-height: 35px;
padding: 0 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-3__wrapper-item__text p {
padding-right: 0;
}
}
.about-4__plr {
padding: 0 200px;
padding-top: 120px;
padding-bottom: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-4__plr {
padding: 0 100px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-4__plr {
padding: 0 100px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-4__plr {
padding: 0 30px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-4__plr {
padding: 0 30px;
padding-top: 0;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-4__plr {
padding: 0 30px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media (max-width: 767px) {
.about-4__plr {
padding: 0;
padding-top: 0;
padding-bottom: 120px;
}
}
.about-4__bg {
background-color: #31303f;
border-radius: 10px;
padding: 90px 100px;
position: relative;
z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-4__bg {
padding: 90px 60px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-4__bg {
padding: 60px 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-4__bg {
padding: 90px 20px;
}
}
@media (max-width: 767px) {
.about-4__bg {
padding: 90px 0;
}
}
.about-4__main-img {
animation: tptranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-4__main-img {
margin-bottom: 100px;
}
}
@media (max-width: 767px) {
.about-4__main-img {
margin-bottom: 70px;
}
}
.about-4__main-img img {
margin-top: -211px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-4__main-img img {
margin-top: 0;
}
}
@media (max-width: 767px) {
.about-4__main-img img {
margin-top: 0;
width: 100%;
}
}
.about-4__text {
padding-bottom: 20px;
border-bottom: 1px solid var(--it-border-2);
}
.about-4__text p {
color: var(--it-common-white-2);
}
@media (max-width: 767px) {
.about-4__text p {
font-size: 15px;
}
}
.about-4__content-list {
padding-bottom: 5px;
margin-top: 35px;
margin-bottom: 30px;
}
.about-4__content-list ul {
padding-bottom: 5px;
}
.about-4__content-list ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}
.about-4__content-list ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: #83adff;
font-size: 16px;
}
.about-4__content-list ul li span {
color: var(--it-common-white-2);
font-weight: 400;
font-size: 17px;
text-decoration: transparent;
transition: 0.3s;
}
.about-4__content-list ul li span:hover {
text-decoration: underline;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.about-4__content-list ul li span {
font-size: 15px;
}
}
.about-4__video {
padding-right: 40px;
}
.about-4__video span {
height: 47px;
width: 47px;
border-radius: 50%;
background-color: var(--it-theme-1);
line-height: 49px;
display: inline-block;
text-align: center;
position: relative;
z-index: 2;
}
.about-4__video span::after {
height: 100%;
width: 100%;
border-radius: 50%;
background-color: rgba(243, 215, 111, 0.588);
position: absolute;
content: "";
left: 0;
top: 0;
z-index: -1;
transform: scale(1.3);
}
.about-4__video span i {
font-size: 16px;
color: var(--it-common-black);
padding-left: 4px;
}
.about-4__video-text span {
font-size: 18px;
font-weight: 500;
color: var(--it-common-white);
text-decoration: underline;
transition: 0.3s;
}
.about-4__video-text span:hover {
color: var(--it-theme-1);
}
.about-4__shape-1 {
position: absolute;
top: 18%;
left: 12%;
z-index: 3;
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-4__shape-1 {
top: 17%;
left: 8%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-4__shape-1 {
top: 17%;
left: 9%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-4__shape-1 {
top: 16%;
left: 5%;
}
}
.about-4__shape-2 {
position: absolute;
top: 27%;
left: 40%;
z-index: 3;
animation: zoom 7s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-4__shape-2 {
top: 29%;
left: 37%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-4__shape-2 {
top: 32%;
left: 39%;
}
}
.about-4__shape-3 {
position: absolute;
bottom: 19%;
left: 41%;
z-index: 3;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-4__shape-3 {
bottom: 15%;
}
}
.about-4__shape-4 {
position: absolute;
bottom: 8%;
left: 7%;
z-index: 1;
animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-4__shape-4 {
left: 2%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-4__shape-4 {
left: 2%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-4__shape-4 {
bottom: 4%;
left: 0%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-4__shape-4 {
bottom: 3%;
left: 1%;
}
}
.about-4__shape-5 {
animation: moving 9s linear infinite;
position: absolute;
top: 1%;
right: 2%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-4__shape-5 {
top: -5%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-4__shape-5 {
top: -6%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-4__shape-5 {
top: -5%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-4__shape-5 {
top: -7%;
right: 1%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-4__section-title .section-title br {
display: none;
}
}
.about-5__plr {
padding: 0 200px;
padding-top: 120px;
padding-bottom: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-5__plr {
padding: 0 100px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-5__plr {
padding: 0 100px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-5__plr {
padding: 0 30px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-5__plr {
padding: 0 30px;
padding-top: 0;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-5__plr {
padding: 0 30px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media (max-width: 767px) {
.about-5__plr {
padding: 0;
padding-top: 0;
padding-bottom: 120px;
}
}
.about-5__text {
padding-bottom: 10px;
border-bottom: 1px solid var(--it-border-1);
}
@media (max-width: 767px) {
.about-5__text p {
font-size: 13px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-5__text p {
font-size: 15px;
}
}
.about-5__content-list {
padding-bottom: 40px;
padding-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-5__content-list {
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.about-5__content-list {
padding-bottom: 10px;
}
}
.about-5__content-list ul {
display: inline-block;
padding-bottom: 5px;
}
.about-5__content-list ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
width: 50%;
float: left;
}
@media (max-width: 767px) {
.about-5__content-list ul li {
width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-5__content-list ul li {
width: 50%;
}
}
.about-5__content-list ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: var(--it-common-blue-3);
font-size: 16px;
}
.about-5__content-list ul li span {
font-weight: 400;
font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.about-5__content-list ul li span {
font-size: 15px;
}
}
.about-5__content-title {
font-size: 24px;
padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-5__content-title {
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.about-5__content-title {
font-size: 18px;
padding-bottom: 0;
}
}
.about-5__border {
border: 1px solid var(--it-border-1);
border-radius: 10px;
padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-5__border {
padding: 43px 40px;
margin: 0 42px;
}
}
@media (max-width: 767px) {
.about-5__border {
padding: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-5__border {
padding: 30px 15px;
}
}
.about-5__content-box {
margin-right: 302px;
margin-left: -40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-5__content-box {
margin-right: 203px;
margin-left: 0;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-5__content-box {
margin-right: 56px;
margin-left: 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-5__content-box {
margin-right: 55px;
margin-left: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-5__content-box {
margin-right: 0;
margin-left: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-5__content-box {
margin-right: 0;
margin-left: 0;
}
}
@media (max-width: 767px) {
.about-5__content-box {
margin-right: 0;
margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-5__main-img {
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.about-5__main-img {
margin-bottom: 30px;
}
}
.about-details__plr {
padding: 0 200px;
border-bottom: 1px solid var(--it-border-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-details__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.about-details__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.about-details__plr {
padding: 0;
}
}
.about-details__content-list {
padding: 10px 0;
}
.about-details__content-list ul {
padding-bottom: 5px;
}
.about-details__content-list ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
text-decoration: transparent;
transition: 0.3s;
}
@media (max-width: 767px) {
.about-details__content-list ul li {
width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-details__content-list ul li {
width: 50%;
}
}
.about-details__content-list ul li:hover {
text-decoration: underline;
}
.about-details__content-list ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: var(--it-common-blue-3);
font-size: 16px;
}
.about-details__content-list ul li span {
font-weight: 400;
font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-details__content-list ul li span {
font-size: 15px;
}
}
@media (max-width: 767px) {
.about-details__content-list ul li span {
font-size: 14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-details__content-list ul li span {
font-size: 16px;
}
}
.about-details__title {
font-size: 24px;
padding-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-details__title {
padding-bottom: 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-details__title {
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.about-details__title {
font-size: 18px;
padding-bottom: 0;
}
}
.about-details__content {
padding-left: 25px;
padding-right: 190px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.about-details__content {
padding-right: 90px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.about-details__content {
padding-right: 50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-details__content {
padding-right: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-details__content {
padding-left: 10px;
padding-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-details__content {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 767px) {
.about-details__content {
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.about-details__text p {
font-size: 15px;
}
}
@media (max-width: 767px) {
.about-details__text p {
font-size: 13px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-details__text p {
font-size: 15px;
}
}
.about-details__text-2 {
font-size: 17px;
padding-bottom: 75px;
}
@media (max-width: 767px) {
.about-details__text-2 {
padding-bottom: 40px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.about-details__text-2 p br {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.about-details__text-2 p {
font-size: 15px;
}
.about-details__text-2 p br {
display: none;
}
}
@media (max-width: 767px) {
.about-details__text-2 p {
font-size: 13px;
}
.about-details__text-2 p br {
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-details__text-2 p {
font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-details__main-img {
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.about-details__main-img {
margin-bottom: 30px;
}
}  .counter__shape-1 {
position: absolute;
bottom: 0;
left: 0;
}
.counter__shape-2 {
position: absolute;
bottom: 0;
right: 0;
}
.counter__black-bg {
background-color: var(--it-common-black);
padding: 100px 125px;
border-radius: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.counter__black-bg {
padding: 100px 50px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.counter__black-bg {
padding: 100px 50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.counter__black-bg {
padding: 100px 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.counter__black-bg {
padding: 100px 30px;
}
}
@media (max-width: 767px) {
.counter__black-bg {
padding: 100px 10px;
}
}
.counter__mlr {
margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.counter__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.counter__mlr {
margin: 0 50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.counter__mlr {
margin: 0 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.counter__mlr {
margin: 0 30px;
}
}
@media (max-width: 767px) {
.counter__mlr {
margin: 0 15px;
}
}
.counter__item {
background-color: var(--it-common-blue);
padding: 55px 0;
border-radius: 5px;
position: relative;
z-index: 2;
}
.counter__color-2 {
background-color: var(--it-theme-1);
}
.counter__color-3 {
background-color: var(--it-common-paste);
}
.counter__color-4 {
background-color: var(--it-common-pink-2);
}
.counter__title {
font-weight: 700;
font-size: 22px;
color: var(--it-common-black);
padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.counter__title {
font-size: 20px;
}
}
.counter__icon {
padding-bottom: 10px;
}
.counter__icon span {
font-size: 60px;
color: var(--it-common-black);
display: inline-block;
}
.counter__text span {
font-weight: 700;
font-size: 50px;
color: var(--it-common-black);
line-height: 1;
}
.counter__text span i {
font-style: normal;
}
.counter-2__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.counter-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.counter-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.counter-2__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.counter-2__plr {
padding: 0;
}
}
.counter-2__black-bg {
background-color: var(--it-common-black-7);
border-radius: 15px;
padding: 70px 25px;
position: relative;
}
@media (max-width: 767px) {
.counter-2__black-bg {
padding-bottom: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.counter-2__black-bg {
padding-bottom: 30px;
}
}
.counter-2__shape {
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.counter-2__item {
position: relative;
z-index: 2;
}
.counter-2__item.item-border {
border-right: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.counter-2__item {
border-right: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.counter-2__item {
border-right: none;
margin-bottom: 50px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.counter-2__item {
border-right: none;
}
}
.counter-2__text span {
font-size: 50px;
font-weight: 700;
color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.counter-2__text span {
font-size: 45px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.counter-2__text span {
font-size: 37px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.counter-2__text span {
font-size: 37px;
}
}
@media (max-width: 767px) {
.counter-2__text span {
font-size: 35px;
}
}
.counter-2__text span i {
font-style: normal;
}
.counter-2__title {
font-size: 22px;
color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.counter-2__title {
font-size: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.counter-2__title {
font-size: 17px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.counter-2__title {
font-size: 17px;
}
}
@media (max-width: 767px) {
.counter-2__title {
font-size: 17px;
}
}
.counter-2__icon img {
width: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.counter-2__icon img {
width: 45px;
}
}
@media (max-width: 767px) {
.counter-2__icon img {
width: 60px;
}
}  .service__mlr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service__mlr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service__mlr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.service__mlr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.service__mlr {
padding: 0;
}
}
.service__space {
margin-top: -100px;
padding-top: 200px;
}
.service__space-2 {
padding-top: 120px;
padding-bottom: 70px;
}
.service__shape-1 {
position: absolute;
right: 0;
top: 20%;
}
.service__shape-2 {
position: absolute;
left: 0;
top: 15%;
}
.service__shape-3 {
position: absolute;
right: 0;
top: 10%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service__shape-3 {
top: 1%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service__shape-3 {
top: 2%;
}
}
.service__shape-4 {
position: absolute;
left: 0;
bottom: 10%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service__shape-4 {
bottom: 0;
}
}
.service__shape-5 {
position: absolute;
left: 0;
top: -9%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service__shape-5 {
top: -8%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service__shape-5 {
top: -7%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service__shape-5 {
top: -6%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service__shape-5 {
top: -3.5%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service__shape-5 {
top: -3%;
}
}
@media (max-width: 767px) {
.service__shape-5 {
top: -19px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.service__shape-5 {
top: -37px;
}
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
.service__shape-5 {
top: -27px;
}
}
.service__shape-6 {
position: absolute;
left: 0;
bottom: -6%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service__shape-6 {
bottom: -5%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service__shape-6 {
bottom: -5%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service__shape-6 {
bottom: -4%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service__shape-6 {
bottom: -2.5%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service__shape-6 {
bottom: -2%;
}
}
@media (max-width: 767px) {
.service__shape-6 {
bottom: -16px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.service__shape-6 {
bottom: -24px;
}
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
.service__shape-6 {
bottom: -20px;
}
}
.service__item {
background-color: var(--it-common-white);
border: 2px dashed transparent;
transition: 0.3s;
border-top-right-radius: 20%;
padding: 70px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service__item {
padding: 60px 46px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service__item {
padding: 50px 35px;
}
}
@media (max-width: 767px) {
.service__item {
padding: 40px 35px;
}
}
.service__item.bg-color {
background-color: var(--it-common-black-2);
border: 2px solid var(--it-border-2);
}
.service__item.bg-color .service__title,.service__item.bg-color .service__title a {
color: var(--it-common-white);
}
.service__item.bg-color .service__title.title-color-1:hover {
color: var(--it-common-paste);
}
.service__item.bg-color .service__title.title-color-2:hover {
color: var(--it-theme-1);
}
.service__item.bg-color .service__title.title-color-3:hover {
color: var(--it-common-pink-2);
}
.service__item.bg-color .service__title.title-color-4:hover {
color: var(--it-common-blue);
}
.service__item.bg-color .service__title.title-color-5:hover {
color: var(--it-common-green);
}
.service__item.bg-color .service__title.title-color-6:hover {
color: var(--it-common-pink-3);
}
.service__item.bg-color .service__content p {
color: var(--it-common-white);
}
.service__item:hover {
border: 2px dashed var(--it-common-paste);
}
.service__item:hover .service__icon-wrapper {
transform: translateY(-10px);
}
.service__border-2:hover {
border-color: var(--it-theme-1);
}
.service__border-3:hover {
border-color: var(--it-common-pink-2);
}
.service__border-4:hover {
border-color: var(--it-common-blue);
}
.service__border-5:hover {
border-color: var(--it-common-green);
}
.service__border-6:hover {
border-color: var(--it-common-pink-3);
}
.service__shape {
position: absolute;
bottom: -30%;
right: 8%;
}
.service__icon-wrapper {
display: inline-block;
transition: 0.3s;
}
.service__inner-icon {
position: absolute;
top: 41%;
left: 55%;
transform: translate(-50%, -50%);
}
.service__inner-icon.inner-hight {
top: 41%;
left: 52%;
}
.service__inner-icon span {
font-size: 40px;
color: var(--it-common-white);
font-weight: 700;
}
.service__title {
font-weight: 700;
font-size: 22px;
padding-bottom: 10px;
}
@media (max-width: 767px) {
.service__title {
font-size: 19px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.service__title {
font-size: 21px;
}
}
.service__title.title-color-1:hover {
color: var(--it-common-paste);
}
.service__title.title-color-2:hover {
color: var(--it-theme-1);
}
.service__title.title-color-3:hover {
color: var(--it-common-pink-2);
}
.service__title.title-color-4:hover {
color: var(--it-common-blue);
}
.service__title.title-color-5:hover {
color: var(--it-common-green);
}
.service__title.title-color-6:hover {
color: var(--it-common-pink-3);
}
.service__title.color-1 {
color: var(--it-common-white);
}
.service__title.color-1:hover {
color: var(--it-common-paste);
}
.service__title.color-2 {
color: var(--it-common-white);
}
.service__title.color-2:hover {
color: var(--it-theme-1);
}
.service__title.color-3 {
color: var(--it-common-white);
}
.service__title.color-3:hover {
color: var(--it-common-pink-2);
}
.service__title.color-4 {
color: var(--it-common-white);
}
.service__title.color-4:hover {
color: var(--it-common-blue);
}
.service__title.color-5 {
color: var(--it-common-white);
}
.service__title.color-5:hover {
color: var(--it-common-green);
}
.service__title.color-6 {
color: var(--it-common-white);
}
.service__title.color-6:hover {
color: var(--it-common-pink-3);
}
.service__title.color-7 {
color: var(--it-common-white);
}
.service__title.color-7:hover {
color: #3aa583;
}
.service__title.color-8 {
color: var(--it-common-white);
}
.service__title.color-8:hover {
color: #9e661e;
}
.service__title.color-9 {
color: var(--it-common-white);
}
.service__title.color-9:hover {
color: #7272b1;
}
.service__title.color-10 {
color: var(--it-common-white);
}
.service__title.color-10:hover {
color: #62591b;
}
.service__title.color-11 {
color: var(--it-common-white);
}
.service__title.color-11:hover {
color: #d04184;
}
.service__title.color-12 {
color: var(--it-common-white);
}
.service__title.color-12:hover {
color: #c6a477;
}
.service__content p {
padding-bottom: 5px;
transition: 0.3s;
}
@media (max-width: 767px) {
.service__content p {
font-size: 14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.service__content p {
font-size: 15px;
}
}
.service__link a {
font-weight: 500;
font-size: 17px;
color: var(--it-common-paste);
}
.service__link a i {
margin-left: 10px;
transform: translateY(2px);
}
.service__link a:hover i {
animation: tfLeftToRight 0.4s forwards;
}
.service__link-color-2 a {
color: var(--it-theme-1);
}
.service__link-color-3 a {
color: var(--it-common-pink-2);
}
.service__link-color-4 a {
color: var(--it-common-blue);
}
.service__link-color-5 a {
color: var(--it-common-green);
}
.service__link-color-6 a {
color: var(--it-common-pink-3);
}
.service__link-color-7 a {
color: #3aa583;
}
.service__link-color-8 a {
color: #9e661e;
}
.service__link-color-9 a {
color: #7272b1;
}
.service__link-color-10 a {
color: #62591b;
}
.service__link-color-11 a {
color: #d04184;
}
.service__link-color-12 a {
color: #c6a477;
}
.service__title-color-1 {
color: var(--it-common-white);
}
.service__title-color-1:hover {
color: var(--it-common-paste);
}
.service__title-color-2 {
color: var(--it-common-white);
}
.service__title-color-2:hover {
color: var(--it-theme-1);
}
.service__title-color-3 {
color: var(--it-common-white);
}
.service__title-color-3:hover {
color: var(--it-common-pink-2);
}
.service__title-color-4 {
color: var(--it-common-white);
}
.service__title-color-4:hover {
color: var(--it-common-blue);
}
.service__title-color-5 {
color: var(--it-common-white);
}
.service__title-color-5:hover {
color: var(--it-common-green);
}
.service__title-color-6 {
color: var(--it-common-white);
}
.service__title-color-6:hover {
color: var(--it-common-pink-3);
}
.service__item-bg {
background-color: #31303f;
border-radius: 40px;
padding: 70px 65px;
transition: 0.3s;
}
.service__item-bg.item-hover-black {
border-radius: 30px;
padding: 70px 65px;
border: 1px solid var(--it-border-1);
transition: 0.3s;
background-color: var(--it-common-white);
transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service__item-bg {
border-radius: 40px;
padding: 50px 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service__item-bg {
padding: 70px 32px;
}
}
@media (max-width: 767px) {
.service__item-bg {
padding: 50px 35px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.service__item-bg {
padding: 50px 50px;
}
}
.service__item-bg:hover {
border: 2px dashed transparent;
background-color: #1d1d25;
}
.service__item-bg:hover.item-hover-black {
background-color: var(--it-common-black);
border: 1px solid transparent;
}
.service__item-bg:hover.item-hover-black .service__content p {
color: var(--it-common-white);
}
.service__item-bg:hover.item-hover-black .service__title {
color: var(--it-common-white);
}
.service__plr {
padding: 0 200px;
padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service__plr {
padding: 0 100px;
padding-bottom: 50px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service__plr {
padding: 0 100px;
padding-bottom: 50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.service__plr {
padding: 0 30px;
padding-bottom: 50px;
}
}
@media (max-width: 767px) {
.service__plr {
padding: 0;
padding-bottom: 50px;
}
}
.service__shape-1 {
position: absolute;
top: -24%;
right: 14%;
}
.service-2__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.service-2__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.service-2__plr {
padding: 0;
}
}
.service-2__space {
padding-top: 110px;
padding-bottom: 110px;
}
.service-2__shape-1 {
position: absolute;
left: 1.5%;
top: 26%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service-2__shape-1 {
left: 0%;
}
}
.service-2__shape-2 {
position: absolute;
left: 2%;
bottom: 14%;
animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service-2__shape-2 {
left: 0%;
bottom: 5%;
}
}
.service-2__shape-3 {
position: absolute;
right: 0%;
top: 7%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-2__shape-3 {
top: 1%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service-2__shape-3 {
top: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-2__shape-3 {
right: 0;
top: 0;
}
}
.service-2__shape-4 {
position: absolute;
right: 7%;
top: 31%;
animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-2__shape-4 {
right: 3%;
}
}
.service-2__shape-5 {
position: absolute;
right: 3%;
bottom: 8%;
animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-2__shape-5 {
bottom: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-2__shape-5 {
right: 2%;
bottom: -1%;
}
}
.service-2__text {
padding-right: 106px;
}
.service-2__item-wrapper {
background-color: var(--it-common-white);
padding: 50px;
border-radius: 10px;
position: relative;
transition: 0.3s;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-2__item-wrapper {
padding: 50px 45px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-2__item-wrapper {
padding: 50px 36px;
}
}
@media (max-width: 767px) {
.service-2__item-wrapper {
padding: 25px 30px;
}
}
.service-2__item-wrapper:hover {
background-color: var(--it-theme-1);
}
.service-2__item-wrapper:hover::after {
background-color: var(--it-common-blue-4);
}
.service-2__item-wrapper:hover .service-2__icon span i {
color: var(--it-common-black);
}
.service-2__item-wrapper:hover .service-2__link a i {
color: var(--it-common-blue-4);
}
.service-2__item-wrapper::after {
content: "";
position: absolute;
top: 0;
left: 0;
background-color: var(--it-common-blue-5);
height: 100px;
width: 100px;
border-top-left-radius: 10px;
transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-2__item-wrapper::after {
height: 94px;
width: 86px;
}
}
@media (max-width: 767px) {
.service-2__item-wrapper::after {
height: 80px;
width: 80px;
}
}
.service-2__icon {
margin-right: 30px;
}
@media (max-width: 767px) {
.service-2__icon {
margin-bottom: 20px;
}
}
.service-2__icon span {
height: 80px;
width: 80px;
background-color: var(--it-common-white);
border-radius: 50%;
line-height: 80px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
display: inline-block;
text-align: center;
}
.service-2__icon span.icon-height {
line-height: 95px;
}
.service-2__icon span.icon-height-2 {
line-height: 90px;
padding-left: 6px;
}
.service-2__icon span.icon-height-3 {
line-height: 92px;
}
.service-2__icon span.icon-height-4 {
line-height: 90px;
}
.service-2__icon span i {
font-size: 32px;
color: var(--it-theme-1);
transition: 0.3s;
}
.service-2__title-sm {
font-size: 22px;
font-weight: 700;
color: var(--it-common-black);
padding-bottom: 5px;
transition: 0.3s;
}
.service-2__title-sm:hover {
color: var(--it-common-blue-4);
}
@media (max-width: 767px) {
.service-2__title-sm {
font-size: 18px;
}
}
.service-2__link a {
font-weight: 500;
font-size: 17px;
color: var(--it-common-black);
transition: 0.3s;
}
.service-2__link a:hover {
color: var(--it-common-blue-4);
}
.service-2__link a:hover i {
animation: tfLeftToRight 0.4s forwards;
}
.service-2__link a i {
padding-left: 10px;
color: var(--it-theme-1);
transition: 0.3s;
}
.service-2__top-text p {
padding-right: 106px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service-2__top-text p {
padding-right: 85px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-2__top-text p {
padding-right: 7px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-2__top-text p {
padding-right: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.service-2__top-text p {
padding-right: 0;
font-size: 15px;
}
}
@media (max-width: 767px) {
.service-2__top-text p {
padding-right: 0;
font-size: 14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.service-2__top-text p {
padding-right: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-2__content p {
font-size: 15px;
}
}
@media (max-width: 767px) {
.service-2__content p {
font-size: 14px;
}
}
@media (max-width: 767px) {
.service-2__item {
flex-wrap: wrap;
}
}
.service-details__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.service-details__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-details__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.service-details__plr {
padding: 0;
}
}
.service__item.style-4 .service__content p,
.service__item.style-4 .service__title {
color: #fff;
}
.service-details__service-item {
background-color: #f7f9ff;
padding: 47px 40px;
margin-left: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-details__service-item {
padding: 15px 35px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-details__service-item {
padding: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service-details__service-item {
padding: 20px;
margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__service-item {
margin-left: 0;
}
}
@media (max-width: 767px) {
.service-details__service-item {
padding: 30px 15px;
margin-left: 0;
}
}
.service-details__service-item h4 {
font-weight: 700;
font-size: 22px;
padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service-details__service-item h4 {
padding-bottom: 10px;
}
}
@media (max-width: 767px) {
.service-details__service-item h4 {
font-size: 19px;
padding-bottom: 15px;
}
}
.service-details__service-item ul li {
font-weight: 600;
font-size: 18px;
font-family: "Poppins", sans-serif;
color: var(--it-common-black);
background-color: var(--it-common-white);
list-style-type: none;
margin-bottom: 20px;
padding: 8px 12px;
border-radius: 30px;
transition: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-details__service-item ul li {
font-size: 17px;
margin-bottom: 15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-details__service-item ul li {
font-size: 17px;
padding: 5px 12px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service-details__service-item ul li {
margin-bottom: 10px;
padding: 5px 12px;
font-size: 15px;
}
}
@media (max-width: 767px) {
.service-details__service-item ul li {
margin-bottom: 15px;
padding: 8px 12px;
font-size: 15px;
}
}
.service-details__service-item ul li:last-child {
margin-bottom: 0;
}
.service-details__service-item ul li:hover {
background-color: var(--it-theme-1);
}
.service-details__service-item i {
background-color: var(--it-common-blue-4);
display: inline-block;
height: 30px;
width: 30px;
border-radius: 50%;
color: var(--it-common-white);
line-height: 30px;
font-size: 15px;
text-align: center;
margin-right: 10px;
}
.service-details__list {
padding-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__list {
padding-bottom: 35px;
}
}
@media (max-width: 767px) {
.service-details__list {
padding-bottom: 25px;
}
}
.service-details__list ul {
display: inline-block;
padding-bottom: 5px;
}
.service-details__list ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
width: 25%;
float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__list ul li {
width: 50%;
}
}
@media (max-width: 767px) {
.service-details__list ul li {
width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.service-details__list ul li {
width: 50%;
}
}
.service-details__list ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: var(--it-common-blue-3);
font-size: 16px;
}
.service-details__list ul li span {
font-weight: 600;
font-size: 18px;
font-family: "Poppins", sans-serif;
color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.service-details__list ul li span {
font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__list ul li span {
font-size: 15px;
}
}
.service-details__item p {
padding-right: 190px;
padding-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.service-details__item p {
padding-right: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__item p {
padding-right: 0;
font-size: 14px;
}
.service-details__item p br {
display: none;
}
}
@media (max-width: 767px) {
.service-details__item p {
padding-right: 0;
font-size: 14px;
}
.service-details__item p br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__main-img {
padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.service-details__main-img {
padding-bottom: 35px;
}
}
.service-details__main-img-2 {
padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__main-img-2 {
padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.service-details__main-img-2 {
padding-bottom: 35px;
}
}
.service-details__section-box {
padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-details__section-box {
font-size: 15px;
padding-bottom: 20px;
}
}
@media (max-width: 767px) {
.service-details__section-box {
font-size: 15px;
padding-bottom: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service-details__right-text p {
font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.service-details__right-text p {
padding-bottom: 20px;
font-size: 14px;
}
}  .project__active {
margin: 0 15px;
}
@media (max-width: 767px) {
.project__active {
margin: 0;
}
}
.project__item img {
width: 100%;
}
.project-slider-dots {
text-align: center;
margin-top: 60px;
}
.project-slider-dots .swiper-pagination-bullet {
width: 18px;
height: 18px;
display: inline-block;
border-radius: 50%;
border: 1px solid var(--it-theme-1);
background-color: transparent;
opacity: 1;
margin: 0 5px;
transition: 0.3s;
}
.project-slider-dots .swiper-pagination-bullet-active {
background-color: var(--it-theme-1);
}
.sorex-projects .owl-nav {
position: absolute;
top: -122px;
right: 0;
}
@media only screen and  (max-width: 767px) {
.sorex-projects .owl-nav {
top: -80px;
}
}
.project-2__plr {
padding: 0 200px;
padding-top: 150px;
padding-bottom: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.project-2__plr {
padding: 0 100px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.project-2__plr {
padding: 0 30px;
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.project-2__plr {
padding: 0;
padding-top: 70px;
padding-bottom: 70px;
}
}
.project-2__button-box{
padding:20px !important;
}
.project-2__shape-1 {
position: absolute;
left: 0;
top: 22%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-2__shape-1 {
top: 4%;
}
}
.project-2__shape-2 {
position: absolute;
left: 0;
bottom: 16%;
animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-2__shape-2 {
left: -1%;
bottom: 0%;
}
}
.project-2__shape-3 {
position: absolute;
right: 0;
top: 16%;
animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-2__shape-3 {
right: 0%;
top: 7%;
}
}
.project-2__shape-4 {
position: absolute;
right: 0;
bottom: 3%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-2__shape-4 {
right: -6%;
bottom: -2%;
}
}
.project-2__button-box {
padding-bottom: 60px;
}
.project-2__button-box button {
font-weight: 600;
font-size: 18px;
color: var(--it-common-black);
margin: 0 5px;
background-color: transparent;
padding: 10px 20px;
border-radius: 30px;
padding: 6px 24px;
font-family: "Poppins", sans-serif;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-2__button-box button {
font-size: 17px;
padding: 6px 15px;
}
}
@media (max-width: 767px) {
.project-2__button-box button {
font-size: 13px;
padding: 6px 17px;
margin-bottom: 15px;
}
.project-2__button-box{
padding:0px !important;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-2__button-box button {
font-size: 17px;
}
}
.project-2__button-box button.active {
background-color: var(--it-theme-1);
}
.project-2__button-box button:hover {
background-color: var(--it-theme-1);
}
.project-2__thumb {
position: relative;
}
.project-2__thumb img {
border-radius: 10px !important;
width: 100%;
}
.project-2__thumb::after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(41, 41, 48, 0.488);
opacity: 0;
visibility: hidden;
transition: 0.3s;
transform: scale(0.5);
border-radius: 10px;
}
.project-2__item:hover .project-2__thumb::after {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.project-2__item:hover .project-2__img-icon {
opacity: 1;
visibility: visible;
}
.project-2__item:hover .project-2__img-text {
opacity: 1;
visibility: visible;
}
.project-2__img-text {
position: absolute;
left: 0;
bottom: 0;
margin: 30px;
z-index: 4;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-2__img-text {
margin: 15px;
}
}
.project-2__img-text h4 {
color: var(--it-common-white);
font-weight: 700;
font-size: 22px;
transition: 0.3s;
}
.project-2__img-text h4 a {
color: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-2__img-text h4 {
font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-2__img-text h4 {
font-size: 20px;
}
}
@media (max-width: 767px) {
.project-2__img-text h4 {
font-size: 19px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-2__img-text h4 {
font-size: 21px;
}
}
.project-2__img-text h4:hover {
color: var(--it-theme-1);
}
.project-2__img-text i {
font-weight: 400;
font-style: normal;
color: var(--it-common-white);
font-size: 16px;
}
.project-2__img-text i span {
color: var(--it-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-2__img-text i {
font-size: 14px;
}
}
@media (max-width: 767px) {
.project-2__img-text i {
font-size: 12px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-2__img-text i {
font-size: 15px;
}
}
.project-2__img-icon {
position: absolute;
top: 0;
right: 0;
margin: 20px;
z-index: 4;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.project-2__img-icon a {
height: 55px;
width: 55px;
background-color: var(--it-theme-1);
display: inline-block;
line-height: 58px;
text-align: center;
border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-2__img-icon a {
height: 40px;
width: 40px;
line-height: 46px;
}
}
.project-2__img-icon a i {
font-weight: 500;
font-size: 20px;
color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-2__img-icon a i {
font-size: 18px;
}
}
.project-2__button-box-2 button {
color: var(--it-common-white);
transition: 0.3s;
}
.project-2__button-box-2 button.active {
color: var(--it-common-black);
}
.project-2__button-box-2 button:hover {
color: var(--it-common-black);
}
.project-2__plr-2 {
padding: 0 200px;
padding-top: 150px;
padding-bottom: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.project-2__plr-2 {
padding: 0 100px;
padding-top: 150px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-2__plr-2 {
padding: 0 100px;
padding-top: 150px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.project-2__plr-2 {
padding: 0 30px;
padding-top: 150px;
padding-bottom: 120px;
}
}
@media (max-width: 767px) {
.project-2__plr-2 {
padding: 0;
padding-top: 150px;
padding-bottom: 120px;
}
}
.project-2__plr-3 {
padding: 0 200px;
padding-top: 100px;
padding-bottom: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.project-2__plr-3 {
padding: 0 100px;
padding-top: 100px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-2__plr-3 {
padding: 0 100px;
padding-top: 100px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.project-2__plr-3 {
padding: 0 30px;
padding-top: 100px;
padding-bottom: 100px;
}
}
@media (max-width: 767px) {
.project-2__plr-3 {
padding: 0;
padding-top: 100px;
padding-bottom: 100px;
}
}
.project-3__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.project-3__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-3__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.project-3__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.project-3__plr {
padding: 0;
}
}
.project-3__space {
padding-top: 120px;
padding-bottom: 100px;
}
.project-3__text {
padding-right: 60px;
padding-bottom: 10px;
}
.project-3__project-tab {
margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.project-3__project-tab {
margin-bottom: 30px;
}
}
.project-3__project-tab ul li button {
font-size: 18px;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: var(--it-common-black);
background-color: transparent;
padding: 5px 24px;
border-radius: 30px;
margin-right: 10px;
transition: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-3__project-tab ul li button {
padding: 5px 15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-3__project-tab ul li button {
padding: 5px 14px;
margin-right: 5px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-3__project-tab ul li button {
padding: 3px 10px;
margin-right: 5px;
font-size: 15px;
}
}
@media (max-width: 767px) {
.project-3__project-tab ul li button {
margin-bottom: 15px;
font-size: 15px;
padding: 7px 18px;
margin-right: 6px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-3__project-tab ul li button {
font-size: 16px;
}
}
.project-3__project-tab ul li button:hover {
background-color: var(--it-theme-1);
color: var(--it-common-black);
}
.project-3__project-tab ul li button.active {
background-color: var(--it-theme-1);
color: var(--it-common-black);
}
.project-3__item:hover .project-3__icon a i {
color: var(--it-common-blue-3);
}
.project-3__item:hover .project-3__icon a::before {
background-color: var(--it-common-blue);
}
.project-3__main-img img {
width: 100%;
border-radius: 10px;
}
.project-3__title-sm {
font-weight: 700;
font-size: 22px;
margin-bottom: 0;
padding-bottom: 6px;
transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-3__title-sm {
font-size: 17px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-3__title-sm {
font-size: 15px;
}
}
@media (max-width: 767px) {
.project-3__title-sm {
font-size: 14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-3__title-sm {
font-size: 18px;
}
}
.project-3__title-sm:hover {
color: var(--it-common-blue-4);
}
.project-3__content-text span {
font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-3__content-text span {
font-size: 13px;
}
}
.project-3__content {
padding: 30px 25px;
}
.project-3__icon {
padding-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.project-3__icon {
padding-right: 10px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-3__icon {
padding-right: 15px;
}
}
.project-3__icon a {
position: relative;
}
.project-3__icon a i {
font-size: 24px;
color: var(--it-common-black);
font-weight: 500;
position: relative;
z-index: 2;
transform: translateY(2px);
margin-left: 19px;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.project-3__icon a i {
font-size: 19px;
margin-left: 17px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-3__icon a i {
font-size: 20px;
margin-left: 17px;
transform: translateY(1px);
}
}
.project-3__icon a::before {
content: "";
height: 30px;
width: 30px;
background-color: var(--it-common-black-4);
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.project-3__icon a::before {
height: 25px;
width: 25px;
}
}
.project-3__section-box {
margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-3__section-box {
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.project-3__section-box {
margin-bottom: 50px;
}
}
.project-3__space-2 {
padding: 100px 0;
}
.project-4__space {
padding-bottom: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.project-4__space {
padding-top: 70px;
padding-bottom: 70px;
}
}
.project-4__project-tab {
margin-bottom: 60px;
}
.project-4__project-tab ul li button {
font-size: 18px;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: var(--it-common-black);
background-color: transparent;
padding: 5px 24px;
border-radius: 30px;
margin-right: 10px;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-4__project-tab ul li button {
font-size: 16px;
padding: 5px 20px;
}
}
@media (max-width: 767px) {
.project-4__project-tab ul li button {
font-size: 16px;
padding: 5px 18px;
margin-bottom: 10px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-4__project-tab ul li button {
padding: 5px 20px;
}
}
.project-4__project-tab ul li button:hover {
background-color: var(--it-theme-1);
color: var(--it-common-black);
}
.project-4__project-tab ul li button.active {
background-color: var(--it-theme-1);
color: var(--it-common-black);
}
.project-4__main-img img {
width: 100%;
}
.project-4__content-box {
padding-top: 45px;
padding-left: 60px;
margin-left: 170px;
background-color: var(--it-common-white);
position: absolute;
right: 0;
bottom: -7%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.project-4__content-box {
padding-right: 20px;
padding-left: 50px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-4__content-box {
padding-left: 30px;
margin-left: 156px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-4__content-box {
padding-left: 25px;
padding-right: 20px;
margin-left: 92px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-4__content-box {
padding-top: 45px;
padding-left: 40px;
margin-left: 170px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-4__content-box {
padding-top: 40px;
padding-left: 27px;
margin-left: 90px;
bottom:0;
}
}
@media (max-width: 767px) {
.project-4__content-box {
padding-top: 20px;
padding-left: 15px;
margin-left: 67px;
padding-right: 15px;
bottom:0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-4__content-box {
padding-top: 54px;
padding-left: 57px;
margin-left: 180px;
}
}
.project-4__title-sm {
font-size: 22px;
font-weight: 700;
padding-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-4__title-sm {
font-size: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-4__title-sm {
font-size: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-4__title-sm {
font-size: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-4__title-sm {
font-size: 20px;
}
}
@media (max-width: 767px) {
.project-4__title-sm {
padding-bottom: 0px;
font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-4__title-sm {
font-size: 19px;
}
}
.project-4__title-sm:hover.title-color-1 {
color: #fcace9;
}
.project-4__title-sm:hover.title-color-2 {
color: var(--it-common-blue-4);
}
.project-4__title-sm:hover.title-color-3 {
color: #59c9da;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.project-4__text p {
padding-right: 10px;
font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-4__text p {
font-size: 15px;
padding-right: 15px;
}
}
@media (max-width: 767px) {
.project-4__text p {
font-size: 12px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-4__text p {
font-size: 16px;
padding-right: 30px;
}
}
.project-4__category {
margin-bottom: 20px;
}
.project-4__category span {
font-size: 15px;
color: var(--it-common-black);
background-color: #fcace9;
padding: 6px 28px;
border-radius: 30px;
}
.project-4__category span > span {
background: transparent;
font-weight:500;
}
.project-4__link {
margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-4__category span {
padding: 5px 20px;
}
}
@media (max-width: 767px) {
.project-4__category span {
font-size: 14px;
padding: 4px 17px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-4__category span {
font-size: 15px;
padding: 5px 25px;
}
}
.project-4__category.category-color-2 span {
background-color: var(--it-common-blue-4);
}
.project-4__category.category-color-3 span {
background-color: #59c9da;
}
.project-4__link {
padding-bottom: 40px;
}
@media (max-width: 767px) {
.project-4__link {
padding-bottom: 20px;
}
}
.project-4__link.link-color-2 span {
color: var(--it-common-blue-4);
}
.project-4__link.link-color-3 span {
color: #59c9da;
}
.project-4__link span {
font-size: 16px;
font-weight: 500;
color: #fcace9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-4__link span {
font-size: 15px;
}
}
@media (max-width: 767px) {
.project-4__link span {
font-size: 14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-4__link span {
font-size: 16px;
}
}
.project-4__link span:hover i {
animation: tfLeftToRight 0.4s forwards;
}
.project-4__link span i {
padding-left: 10px;
}
.project__section-arrow button {
height: 50px;
width: 50px;
background-color: var(--it-theme-1);
border-radius: 50%;
line-height: 53px;
text-align: center;
color: var(--it-common-black);
margin: 0px 10px;
transition: 0.4s;
}
.project__section-arrow button:hover {
transform: scale(1.2);
}
.project-details__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.project-details__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-details__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.project-details__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.project-details__plr {
padding: 0;
}
}
.project-details__right {
padding-bottom: 5px;
margin-left: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-details__right {
margin-left: 90px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.project-details__right {
margin-left: 0;
}
}
.project-details__right ul {
padding-bottom: 5px;
}
.project-details__right ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
transition: 0.3s;
text-decoration: transparent;
}
@media (max-width: 767px) {
.project-details__right ul li {
font-size: 14px;
}
}
.project-details__right ul li:last-child {
margin-bottom: 0;
}
.project-details__right ul li:hover {
text-decoration: underline;
}
.project-details__right ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: var(--it-common-blue-3);
font-size: 16px;
}
.project-details__right ul li span {
font-weight: 600;
font-size: 17px;
margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details__right ul li span {
font-size: 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-details__right ul li span {
font-size: 15px;
}
}
@media (max-width: 767px) {
.project-details__right ul li span {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details__left {
padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.project-details__left {
padding-bottom: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-details__left {
padding-bottom: 30px;
}
}
.project-details__left h4 {
font-size: 24px;
}
@media (max-width: 767px) {
.project-details__left h4 {
font-size: 18px;
}
}
.project-details__left p {
margin-bottom: 0;
font-size: 17px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-details__left p br {
display: none;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-details__left p br {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-details__left p {
padding-right: 10px;
font-size: 15px;
}
.project-details__left p br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details__left p {
font-size: 14px;
}
.project-details__left p br {
display: none;
}
}
@media (max-width: 767px) {
.project-details__left p {
padding-right: 0;
font-size: 13px;
}
.project-details__left p br {
display: none;
}
}
.project-details__border {
margin-top: 60px;
padding: 65px 120px;
border: 1px solid var(--it-border-1);
border-radius: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.project-details__border {
padding: 70px 80px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.project-details__border {
padding: 70px 37px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-details__border {
padding: 70px 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-details__border {
padding: 50px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details__border {
padding: 30px 20px;
}
}
@media (max-width: 767px) {
.project-details__border {
padding: 20px;
}
}
.project-details__text {
border-bottom: 1px solid var(--it-border-1);
margin-bottom: 60px;
}
.project-details__text p {
font-size: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-details__text p br {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-details__text p br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details__text p {
font-size: 16px;
}
.project-details__text p br {
display: none;
}
}
@media (max-width: 767px) {
.project-details__text p {
font-size: 14px;
}
.project-details__text p br {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details__solution {
padding-bottom: 20px;
}
}
.project-details__solution h4 {
font-weight: 700;
font-size: 24px;
padding-bottom: 10px;
}
@media (max-width: 767px) {
.project-details__solution h4 {
font-size: 18px;
}
}
.project-details__solution p {
padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-details__solution p {
padding-right: 20px;
}
}
@media (max-width: 767px) {
.project-details__solution p {
font-size: 14px;
}
}
.project-details__solution ul {
padding-bottom: 5px;
}
.project-details__solution ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 15px;
transition: 0.3s;
text-decoration: transparent;
}
.project-details__solution ul li:hover {
text-decoration: underline;
}
.project-details__solution ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: var(--it-common-blue-3);
font-size: 16px;
}
.project-details__solution ul li span {
font-weight: 400;
font-size: 17px;
margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details__solution ul li span {
font-size: 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.project-details__solution ul li span {
font-size: 15px;
}
}
.project-details__img img {
width: 100%;
}
.project-2__wrapper {
display: flex;
flex-wrap: wrap;
}
.project-2__wrapper .project-2__item {
padding: 0 15px;
}
.project-3__inner-wrapper .project-3__item {
margin-bottom: 50px;
}
@media (max-width: 767px) {
.project-3__inner-wrapper .project-3__item {
margin-bottom: 30px;
}
}
.project-3__inner-wrapper .project-3__item:hover .project-3__main-img::after {
opacity: 1;
visibility: visible;
height: 19%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-3__inner-wrapper .project-3__item:hover .project-3__main-img::after {
height: 30%;
}
}
@media (max-width: 767px) {
.project-3__inner-wrapper .project-3__item:hover .project-3__main-img::after {
height: 37%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-3__inner-wrapper .project-3__item:hover .project-3__main-img::after {
height: 24%;
}
}
.project-3__inner-wrapper .project-3__item:hover .project-3__img-icon {
opacity: 1;
visibility: visible;
}
.project-3__inner-wrapper .project-3__item:hover .project-3__img-text {
opacity: 1;
visibility: visible;
}
.project-3__inner-wrapper .project-3__main-img {
position: relative;
}
.project-3__inner-wrapper .project-3__main-img::after {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
background-color: rgba(41, 41, 48, 0.488);
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
.project-3__inner-wrapper .project-3__img-icon {
position: absolute;
bottom: 0;
right: 0;
margin: 28px;
z-index: 4;
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.project-3__inner-wrapper .project-3__img-icon {
margin: 25px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-3__inner-wrapper .project-3__img-icon {
margin: 21px;
}
}
@media (max-width: 767px) {
.project-3__inner-wrapper .project-3__img-icon {
margin: 15px;
}
}
.project-3__inner-wrapper .project-3__img-icon a {
height: 90px;
width: 90px;
background-color: var(--it-theme-1);
display: inline-block;
line-height: 110px;
text-align: center;
border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-3__inner-wrapper .project-3__img-icon a {
height: 70px;
width: 70px;
line-height: 82px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-3__inner-wrapper .project-3__img-icon a {
height: 70px;
width: 70px;
line-height: 82px;
}
}
@media (max-width: 767px) {
.project-3__inner-wrapper .project-3__img-icon a {
height: 40px;
width: 40px;
line-height: 46px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.project-3__inner-wrapper .project-3__img-icon a {
height: 50px;
width: 50px;
line-height: 56px;
}
}
.project-3__inner-wrapper .project-3__img-icon a i {
font-weight: 500;
font-size: 40px;
color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-3__inner-wrapper .project-3__img-icon a i {
font-size: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-3__inner-wrapper .project-3__img-icon a i {
font-size: 30px;
}
}
@media (max-width: 767px) {
.project-3__inner-wrapper .project-3__img-icon a i {
font-size: 20px;
}
}
.project-3__inner-wrapper .project-3__img-text {
position: absolute;
left: 0;
bottom: 0;
margin: 30px;
z-index: 4;
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
@media (max-width: 767px) {
.project-3__inner-wrapper .project-3__img-text {
margin: 15px;
}
}
.project-3__inner-wrapper .project-3__img-text h4 {
color: var(--it-common-white);
font-weight: 700;
font-size: 22px;
transition: 0.3s;
}
@media (max-width: 767px) {
.project-3__inner-wrapper .project-3__img-text h4 {
font-size: 16px;
}
}
.project-3__inner-wrapper .project-3__img-text h4:hover {
color: var(--it-theme-1);
}
.project-3__inner-wrapper .project-3__img-text i {
font-weight: 400;
font-style: normal;
color: var(--it-common-white);
font-size: 16px;
}
.project-3__inner-wrapper .project-3__img-text i span {
color: var(--it-theme-1);
}
@media (max-width: 767px) {
.project-3__inner-wrapper .project-3__img-text i {
font-size: 12px;
}
}  .animate-moving {
animation: moving 9s linear infinite;
}
.social__mlr {
margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.social__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.social__mlr {
margin: 0 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.social__mlr {
margin: 0 30px;
}
}
@media (max-width: 767px) {
.social__mlr {
margin: 0;
}
}
.social__plr {
padding: 0 200px;
padding-top: 100px;
padding-bottom: 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.social__plr {
padding: 0 100px;
padding-top: 100px;
padding-bottom: 70px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.social__plr {
padding: 0 30px;
padding-top: 100px;
padding-bottom: 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.social__plr {
padding: 0 30px;
padding-top: 100px;
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.social__plr {
padding: 0;
padding-top: 100px;
padding-bottom: 70px;
}
}
.social__item {
padding: 30px 25px;
box-shadow: 2.5px 4.33px 70px 0px rgba(0, 0, 0, 0.03);
border: 2px dashed transparent;
transition: 0.3s;
background-color: var(--it-common-white);
}
.social__content-box img {
width: 48px;
height: 48px;
}
@media (max-width: 767px) {
.social__item {
padding: 20px 15px;
}
}
.social__item:hover {
border: 2px dashed var(--it-common-blue-3);
transform: translateY(-10px);
}
.social__item:hover.border-none {
border: 2px dashed transparent;
}
.social__item:hover .social__link span i {
color: var(--it-common-black);
}
.social__border-color-2:hover {
border-color: var(--it-theme-1);
}
.social__border-color-2 .social__text .social__title:hover {
color: var(--it-theme-1);
}
.social__border-color-3:hover {
border-color: var(--it-common-paste);
}
.social__border-color-3 .social__text .social__title:hover {
color: var(--it-common-paste);
}
.social__border-color-4:hover {
border-color: var(--it-common-red);
}
.social__border-color-4 .social__text .social__title:hover {
color: var(--it-common-red);
}
.social__icon {
padding-right: 20px;
}
.social__icon img {
min-width: 62px;
}
.social__title {
font-weight: 700;
font-size: 22px;
transition: 0.3s;
}
.social__title:hover {
color: var(--it-common-blue-3);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.social__title {
font-size: 18px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.social__icon img {
max-width: 40px;
min-width: 40px;
}
}
@media (max-width: 767px) {
.social__title {
font-size: 20px;
}
}
.social__text {
font-weight: 400;
font-size: 12px;
}
.social__link span {
width: 50px;
height: 50px;
background-color: var(--it-common-blue-2);
display: inline-block;
border-radius: 50%;
line-height: 55px;
text-align: center;
}
.social__link span i {
transition: 0.3s;
font-size: 17px;
color: var(--it-common-blue-3);
}
.social__color-2 span {
background-color: var(--it-theme-1);
}
.social__color-3 span {
background-color: var(--it-common-paste-2);
}
.social__color-3 span i {
color: var(--it-common-paste-3);
}
.social__color-4 span {
background-color: var(--it-common-red-2);
}
.social__color-4 span i {
color: var(--it-common-red);
}
.social__plr-2 {
padding: 0 200px;
padding-bottom: 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.social__plr-2 {
padding: 0 100px;
padding-bottom: 70px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.social__plr-2 {
padding: 0 30px;
padding-bottom: 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.social__plr-2 {
padding: 0 30px;
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.social__plr-2 {
padding: 0;
padding-bottom: 70px;
}
}  .company__left-img img {
max-width: inherit;
margin-left: -225px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.company__left-img img {
max-width: 100%;
margin-left: -50px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.company__left-img img {
max-width: 100%;
margin-left: -50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.company__left-img img {
max-width: 100%;
margin-left: -10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.company__left-img img {
max-width: 100%;
margin-left: 0;
margin-bottom: 70px;
}
}
@media (max-width: 767px) {
.company__left-img img {
max-width: 100%;
margin-left: 0;
margin-bottom: 50px;
}
}
.company__service-tab ul {
padding-bottom: 30px;
}
.company__service-tab ul li button::before {
content: "";
margin-right: 10px;
display: inline-block;
height: 12px;
width: 12px;
background-color: var(--it-theme-1);
border-radius: 50%;
}
.company__service-tab ul li button.btn-color-3::before {
background-color: var(--it-common-pink-2);
}
.company__service-tab ul li button.btn-color-2::before {
background-color: var(--it-common-blue);
}
.company__service-tab ul li button.active span {
border-bottom: 1px solid var(--it-common-black);
}
.company__service-tab ul li button span {
font-weight: 500;
font-size: 17px;
color: var(--it-common-black);
transition: 0.3s;
}
@media only screen and (min-width: 450px) and (max-width: 575px) {
.company__service-tab ul li button span {
font-size: 15px;
}
}
.company__tab-icon span {
height: 70px;
width: 70px;
border-radius: 50%;
background-color: var(--it-common-yellow);
line-height: 70px;
margin-right: 30px;
text-align: center;
display: inline-block;
}
.company__tab-text h4 {
font-weight: 600;
font-size: 17px;
line-height: 22px;
}
.company__tab-content-wrapper {
padding-bottom: 20px;
}  @media (max-width: 767px) {
.cta__plr {
margin: 0;
}
}
.cta__bg {
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
border-radius: 100px;
padding: 70px;
}
@media (max-width: 767px) {
.cta__bg {
padding: 30px;
border-radius: 0;
}
}
.cta__title {
font-size: 35px;
font-weight: 700;
color: var(--it-common-black);
padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cta__title {
font-size: 27px;
}
}
@media (max-width: 767px) {
.cta__title {
font-size: 20px;
}
}
.cta__section-box p {
padding-bottom: 15px;
}
@media (max-width: 767px) {
.cta__section-box p {
font-size: 14px;
}
.cta__section-box p br {
display: none;
}
}
.cta__shape-icon {
position: absolute;
top: -76px;
left: 50%;
transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cta__btn .white-btn {
height: 47px;
line-height: 49px;
padding: 0 30px;
font-size: 16px;
}
}
@media (max-width: 767px) {
.cta__btn .white-btn {
height: 47px;
line-height: 49px;
padding: 0 30px;
font-size: 16px;
}
}
.cta__section-wrapper {
padding-top: 30px;
}
.cta__btn {
margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.cta__section-wrapper {
padding-top: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.cta__section-wrapper {
padding-top: 0;
}
}
.cta__bg-2 {
border-radius: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cta__bg-2 {
padding: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cta__section-box {
margin-top: 30px;
}
}  .testimonial__shape-1 {
animation: rotate2 15s linear infinite;
}
.testimonial__shape-2 {
position: absolute;
right: 3%;
bottom: 2%;
animation: moving 9s linear infinite;
}
.testimonial__shape-3 {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
}
.testimonial__item-shape {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.testimonial__plr {
padding: 120px 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.testimonial__plr {
padding: 120px 150px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.testimonial__plr {
padding: 120px 80px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.testimonial__plr {
padding: 120px 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial__plr {
padding: 120px 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial__plr {
padding: 120px 30px;
}
}
@media (max-width: 767px) {
.testimonial__plr {
padding: 120px 0;
}
}
.testimonial__item {
background-color: #3a3a42;
padding: 30px;
}
@media (max-width: 767px) {
.testimonial__item {
flex-wrap: wrap;
}
}
.testimonial__main-img {
flex: 0 0 auto;
}
@media (max-width: 767px) {
.testimonial__main-img {
width: 100%;
}
}
@media (max-width: 767px) {
.testimonial__main-img img {
width: 100%;
}
}
.testimonial__content {
padding-left: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
.testimonial__content {
padding-left: 0;
}
}
.testimonial__author-name {
font-weight: 700;
font-size: 22px;
color: var(--it-common-white);
transition: 0.3s;
}
.testimonial__author-name:hover {
color: var(--it-theme-1);
}
.testimonial__author-info {
padding-bottom: 10px;
}
.testimonial__author-info span {
color: var(--it-common-white);
}
.testimonial-2__main-thumb {
display: flex;
justify-content: center;
}
.testimonial-2__main-thumb img {
width: 115px !important;
height: 115px !important;
border-radius: 100% !important;
border: 4px solid #FFDC60 !important;
}
@media (max-width: 767px) {
.testimonial__content-text {
padding-bottom: 30px;
}
}
.testimonial__content-text p {
color: var(--it-common-white);
padding-bottom: 5px;
font-style: italic;
padding-right: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.testimonial__content-text p {
padding-right: 20px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.testimonial__content-text p {
padding-right: 18px;
}
}
@media (max-width: 767px) {
.testimonial__content-text p {
padding-right: 0;
}
}
.testimonial__content-text i {
color: var(--it-theme-1);
font-size: 25px;
padding-right: 5px;
}
.testimonial__content-text i.star-color {
color: var(--it-common-white);
}
.testimonial-slider-dots {
text-align: center;
margin-top: 60px;
position: relative;
z-index: 2;
}
.testimonial-slider-dots .swiper-pagination-bullet {
width: 18px;
height: 18px;
display: inline-block;
border-radius: 50%;
border: 2px solid var(--it-theme-1);
background-color: transparent;
opacity: 1;
margin: 0 5px;
transition: 0.3s;
}
.testimonial-slider-dots .swiper-pagination-bullet-active {
background-color: var(--it-theme-1);
}
.testimonial-2__shape-1 {
position: absolute;
top: 73%;
left: 24%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-2__shape-1 {
left: 20%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-2__shape-1 {
left: 10%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-2__shape-1 {
left: 0%;
}
}
.testimonial-2__shape-2 {
position: absolute;
top: 85%;
right: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-2__shape-2 {
right: 21%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-2__shape-2 {
right: 11%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-2__shape-2 {
right: 0%;
}
}
.testimonial-2__shape-3 {
position: absolute;
top: 36%;
left: 16%;
animation: tpupdown 0.8s infinite alternate;
}
.testimonial-2__shape-4 {
position: absolute;
top: 43%;
right: 1%;
animation: tptranslateX2 4s infinite alternate;
}
.testimonial-2__shape-5 {
position: absolute;
top: 66%;
right: 11%;
animation: moving 7s linear infinite;
}
.testimonial-2__shape-6 {
animation: jumpTwo 4s infinite linear;
}
.testimonial-2__shape-7 {
position: absolute;
bottom: 8%;
right: 0;
animation: tpupdown 0.8s infinite alternate;
}
.testimonial-2__shape-8 {
position: absolute;
left: 2%;
bottom: 20%;
animation: moving 9s linear infinite;
}
.testimonial-2__space {
padding-top: 120px;
padding-bottom: 120px;
}
.testimonial-2__main-thumb {
padding-bottom: 15px;
}
.testimonial-2__author-info {
padding-bottom: 15px;
}
.testimonial-2__author-name {
font-weight: 700;
font-size: 22px;
transition: 0.3s;
}
.testimonial-2__author-name:hover {
color: var(--it-common-blue);
}
.testimonial-2__star {
padding-bottom: 10px;
}
.testimonial-2__star i {
color: var(--it-theme-1);
font-size: 20px;
padding: 0 2px;
}
.testimonial-2__star i.star-color {
color: #dddddd;
}
.testimonial-2__text p {
font-style: italic;
padding:0 360px;
margin-bottom:20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.testimonial-2__text p {
padding: 0 360px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-2__text p {
padding: 0 270px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-2__text p {
padding: 0 150px;
}
}
@media (max-width: 767px) {
.testimonial-2__text p {
padding: 0;
}
.testimonial-2__text p br {
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-2__text p {
padding: 0 70px;
}
}
.testimonial-3__space {
padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-3__main-img {
margin-bottom: 60px;
}
}
@media (max-width: 767px) {
.testimonial-3__main-img {
margin-bottom: 50px;
}
}
.testimonial-3__icon {
position: absolute;
left: 8%;
bottom: -2%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-3__icon {
left: 14%;
}
}
@media (max-width: 767px) {
.testimonial-3__icon {
left: 0%;
bottom: -5%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-3__icon {
left: 3%;
bottom: -3%;
}
}
.testimonial-3__icon span {
font-size: 40px;
color: var(--it-common-white);
height: 105px;
width: 105px;
border-radius: 50%;
line-height: 101px;
background-color: var(--it-theme-1);
text-align: center;
display: inline-block;
border: 7px solid var(--it-common-white);
}
@media (max-width: 767px) {
.testimonial-3__icon span {
font-size: 20px;
height: 70px;
width: 70px;
line-height: 70px;
border: 4px solid var(--it-common-white);
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-3__icon span {
font-size: 40px;
height: 105px;
width: 105px;
line-height: 101px;
border: 5px solid var(--it-common-white);
}
}
.testimonial-3__content-icon {
padding-bottom: 5px;
}
.testimonial-3__content-icon span {
font-size: 60px;
color: var(--it-theme-1);
}
@media (max-width: 767px) {
.testimonial-3__content-icon span {
font-size: 50px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-3__content-icon span {
font-size: 56px;
}
}
.testimonial-3__text {
padding-bottom: 20px;
}
.testimonial-3__text p {
font-size: 21px;
font-style: italic;
padding-right: 95px;
line-height: 31px;
margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-3__text p {
font-size: 18px;
padding-right: 53px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-3__text p {
padding: 0 55px;
font-size: 19px;
}
}
@media (max-width: 767px) {
.testimonial-3__text p {
padding: 0 6px;
font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-3__text p {
padding: 0 15px;
font-size: 17px;
}
}
.testimonial-3__author-name {
font-weight: 700;
font-size: 22px;
transition: 0.3s;
}
.testimonial-3__author-name:hover {
color: var(--it-common-paste);
}
@media (max-width: 767px) {
.testimonial-3__author-name {
font-size: 19px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-3__author-name {
font-size: 21px;
}
}
.testimonials-layout.style-3 .owl-dots {
justify-content: start;
text-align: left;
margin-top: 30px;
}
.testimonial-3__author-name::before {
content: "";
height: 4px;
width: 32px;
background-color: var(--it-theme-1);
display: inline-block;
transform: translateY(-6px);
margin-right: 10px;
}
.testimonial-3__star i {
color: var(--it-theme-1);
font-size: 20px;
padding-right: 6px;
}
.testimonial-3__star i.star-color {
color: #dddddd;
}
.testimonial-3__shape-1 {
position: absolute;
right: 4%;
bottom: 0;
z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.testimonial-3__shape-1 {
right: 0;
}
}
.testimonial-3__shape-2 {
position: absolute;
left: 12%;
top: 26%;
z-index: -1;
animation: zoom 7s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.testimonial-3__shape-2 {
left: 8%;
top: 21%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.testimonial-3__shape-2 {
left: -2%;
top: 21%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.testimonial-3__shape-2 {
left: -2%;
top: 3%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-3__shape-2 {
left: -4%;
top: 2%;
}
}
.testimonial-3__shape-3 {
position: absolute;
left: 14%;
top: 58%;
z-index: -1;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.testimonial-3__shape-3 {
left: 7%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.testimonial-3__shape-3 {
left: 0%;
top: 62%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.testimonial-3__shape-3 {
left: -1%;
}
}
.testimonial-3__shape-4 {
position: absolute;
left: 3%;
bottom: 8%;
z-index: -1;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.testimonial-3__shape-4 {
left: 6%;
bottom: 5%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-3__shape-4 {
left: 5%;
bottom: 6%;
}
}
.testimonial-4-slider-dots {
margin-top: 100px;
position: relative;
z-index: 2;
}
.testimonial-4-slider-dots .swiper-pagination-bullet {
width: 18px;
height: 18px;
display: inline-block;
border-radius: 50%;
border: 2px solid var(--it-theme-1);
background-color: transparent;
opacity: 1;
margin: 0 5px;
transition: 0.3s;
}
.testimonial-4-slider-dots .swiper-pagination-bullet-active {
background-color: var(--it-theme-1);
}
.testimonial-3-slider-dots {
margin-top: 60px;
position: relative;
z-index: 2;
}
.testimonial-3-slider-dots .swiper-pagination-bullet {
width: 18px;
height: 18px;
display: inline-block;
border-radius: 50%;
border: 1px solid var(--it-theme-1);
background-color: transparent;
opacity: 1;
margin: 0 5px;
transition: 0.3s;
}
.testimonial-3-slider-dots .swiper-pagination-bullet-active {
background-color: var(--it-theme-1);
}
.testimonial-4__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.testimonial-4__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.testimonial-4__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-4__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.testimonial-4__plr {
padding: 0;
}
}
.testimonial-4__space {
padding-top: 100px;
padding-bottom: 100px;
}
.testimonial-4__section-box {
padding-bottom: 40px;
}
.testimonial-4__item {
background-color: var(--it-common-black-7);
padding: 30px 55px;
padding-bottom: 60px;
position: relative;
border-bottom-right-radius: 140px;
border-bottom-left-radius: 140px;
z-index: 2;
border: 1px dashed transparent;
transition: 0.3s;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.testimonial-4__item {
padding: 30px 44px;
padding-bottom: 60px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-4__item {
padding: 30px 22px;
padding-bottom: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-4__item {
border-bottom-right-radius: 200px;
border-bottom-left-radius: 200px;
}
}
@media (max-width: 767px) {
.testimonial-4__item {
padding: 30px 35px;
padding-bottom: 30px;
padding-bottom: 60px;
}
}
.testimonial-4__item:hover {
border: 1px dashed var(--it-theme-1);
}
.testimonial-4__icon {
padding-bottom: 20px;
}
.testimonial-4__icon i {
color: var(--it-theme-1);
padding: 0 4px;
font-size: 23px;
}
.testimonial-4__icon i.star-color {
color: var(--it-common-white);
}
.testimonial-4__text {
padding-bottom: 10px;
}
.testimonial-4__text p {
font-style: italic;
color: var(--it-common-white);
line-height: 1.8;
}
.testimonial-4__author-info {
padding-bottom: 0px;
margin-bottom: 20px;
}
.testimonial-4__author-info span {
color: var(--it-common-white);
}
.testimonial-4__author-name {
font-size: 22px;
color: var(--it-common-white);
padding-bottom: 5px;
transition: 0.3s;
}
.testimonial_single.style-4 {
margin-bottom: 50px;
}
.testimonial-4__author-name:hover {
color: var(--it-theme-1);
}
.testimonial-4__author-img {
position: absolute;
bottom: -13%;
left: 50%;
transform: translateX(-50%);
}
.testimonial-4__author-img img {
width: 95px !important;
height: 95px !important;
}
.testimonial-4__item-shape {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #292728;
font-size: 120px;
z-index: -1;
}
.testimonial-4__shape-1 {
position: absolute;
top: 6%;
left: 3%;
animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-4__shape-1 {
top: 3%;
}
}
.testimonial-4__shape-2 {
position: absolute;
bottom: 13%;
right: 6%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.testimonial-4__shape-2 {
bottom: 8%;
right: 3%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.testimonial-4__shape-2 {
bottom: 7%;
right: 3%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.testimonial-4__shape-2 {
bottom: 7%;
right: 2%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-4__shape-2 {
bottom: 5%;
right: 2%;
}
}
.testimonials-layout.grid-layout .testimonial_single {
margin-top: 30px;
}  .work__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.work__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.work__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.work__plr {
padding: 0;
}
}
.work__space {
padding-top: 100px;
padding-bottom: 90px;
}
.work__item-box {
padding: 10px;
background-color: #fafafa;
border-radius: 3px;
}
.work__section-box {
padding-bottom: 40px;
}
.work__item {
padding: 50px 30px;
border: 2px dashed var(--it-common-paste-3);
border-radius: 3px;
position: relative;
z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work__item {
padding: 50px 25px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work__item {
padding: 50px 10px;
}
}
@media (max-width: 767px) {
.work__item {
padding: 30px 15px;
}
}
.work__item.item-bg-2 {
border: 2px dashed var(--it-common-blue-4);
}
.work__item.item-bg-3 {
border: 2px dashed var(--it-common-pink-2);
}
.work__item.item-bg-4 {
border: 2px dashed var(--it-common-green);
}
.work__item.item-bg-5 {
border: 2px dashed var(--it-common-pink-3);
}
.work__item.item-bg-6 {
border: 2px dashed #3aa583;
}
.work__item.item-bg-7 {
border: 2px dashed #d04184;
}
.work__item.item-bg-8 {
border: 2px dashed #7272b1;
}
.work__item.item-bg-9 {
border: 2px dashed #9e661e;
}
.work__title-sm {
font-size: 22px;
font-weight: 700;
padding-bottom: 5px;
transition: 0.3s;
}
.work__icon {
align-items: center;
min-width: 110px;
height: 110px;
justify-content: center;
display: flex;
}
@media (max-width: 767px) {
.work__title-sm {
font-size: 19px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.work__title-sm {
font-size: 21px;
}
}
.work__title-color-1:hover {
color: var(--it-common-paste-3);
}
.work__title-color-2:hover {
color: var(--it-common-blue-4);
}
.work__title-color-3:hover {
color: var(--it-common-pink-2);
}
.work__title-color-4:hover {
color: var(--it-common-green);
}
.work__title-color-5:hover {
color: var(--it-common-pink-3);
}
.work__title-color-6:hover {
color: #3aa583;
}
.work__title-color-7:hover {
color: #d04184;
}
.work__title-color-8:hover {
color: #7272b1;
}
.work__title-color-9:hover {
color: #9e661e;
}
.work__content p {
padding: 0 35px;
margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work__content p {
padding: 0 5px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.work__content p {
padding: 0;
}
}
@media (max-width: 767px) {
.work__content p {
padding: 0;
font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.work__content p {
padding: 0;
}
}
.work__shape {
position: absolute;
left: 42%;
bottom: 7%;
z-index: -1;
}
.work__link.link-bg-2 span {
background-color: var(--it-common-blue-4);
}
.work__link.link-bg-3 span {
background-color: var(--it-common-pink-2);
}
.work__link.link-bg-4 span {
background-color: var(--it-common-green);
}
.work__link.link-bg-5 span {
background-color: var(--it-common-pink-3);
}
.work__link.link-bg-6 span {
background-color: #3aa583;
}
.work__link.link-bg-7 span {
background-color: #d04184;
}
.work__link.link-bg-8 span {
background-color: #7272b1;
}
.work__link.link-bg-9 span {
background-color: #9e661e;
}
.work__link span {
display: inline-block;
background-color: var(--it-common-paste-3);
height: 65px;
width: 65px;
line-height: 78px;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
.work__link span {
height: 45px;
width: 45px;
line-height: 54px;
}
}
.work__link span i {
color: var(--it-common-white);
font-size: 33px;
}
@media (max-width: 767px) {
.work__link span i {
font-size: 22px;
}
}
.work__space-2 {
padding-bottom: 60px;
padding-top: 110px;
}
.work__inner-wrapper .work__title-sm {
font-size: 22px;
font-weight: 700;
padding-bottom: 5px;
transition: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work__inner-wrapper .work__title-sm {
font-size: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work__inner-wrapper .work__title-sm {
font-size: 19px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.work__inner-wrapper .work__title-sm {
font-size: 19px;
}
}
@media (max-width: 767px) {
.work__inner-wrapper .work__title-sm {
font-size: 19px;
}
.work__inner-wrapper .work__title-sm br {
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.work__inner-wrapper .work__title-sm {
font-size: 21px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.work__inner-wrapper .work__item {
padding: 50px 35px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.work__inner-wrapper .work__item {
padding: 50px 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.work__inner-wrapper .work__content p {
font-size: 14px;
}
}
.work-slider-dots {
text-align: center;
margin-top: 60px;
}
.work-slider-dots .swiper-pagination-bullet {
width: 18px;
height: 18px;
display: inline-block;
border-radius: 50%;
border: 2px solid var(--it-theme-1);
background-color: transparent;
opacity: 1;
margin: 0 5px;
transition: 0.3s;
}
.work-slider-dots .swiper-pagination-bullet-active {
background-color: var(--it-theme-1);
}
.work-2__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.work-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.work-2__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.work-2__plr {
padding: 0;
}
}
.work-2__space {
padding-top: 110px;
padding-bottom: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work-2__space {
padding-top: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-2__space {
padding-top: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.work-2__space {
background-color: var(--it-common-black);
}
}
.work-2__shape-1 {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.work-2__shape-2 {
position: absolute;
top: 3%;
left: 30%;
animation: zoom 7s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-2__shape-2 {
top: 2%;
left: 2%;
}
}
.work-2__shape-3 {
position: absolute;
top: 11%;
right: 22%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-2__shape-3 {
top: 6%;
right: 5%;
}
}
.work-2__shape-4 {
position: absolute;
left: 0;
top: 28%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work-2__shape-4 {
top: 22%;
}
}
.work-2__bg {
position: relative;
}
.work-2__bg::after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background-color: var(--it-grey-2);
z-index: -2;
}
.work-2__item-bg {
background-color: var(--it-common-black-5);
padding: 60px 20px;
padding-bottom: 0;
border-radius: 5px;
border: 1px dashed var(--it-border-1);
}
.work-2__item-box {
padding: 20px;
}
.work-2__item-box:hover .work-2__main-img::before {
opacity: 1;
visibility: visible;
}
.work-2__item-box:hover .work-2__title-sm::after {
opacity: 1;
visibility: visible;
width: 100%;
}
.work-2__main-img {
position: relative;
display: inline-block;
}
.work-2__main-img::before {
position: absolute;
content: "";
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: var(--it-theme-1);
height: 210px;
width: 210px;
border-radius: 50%;
z-index: -1;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.work-2__main-img::after {
position: absolute;
content: "";
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: var(--it-common-white);
height: 200px;
width: 200px;
border-radius: 50%;
z-index: -1;
}
.work-2__number {
position: absolute;
top: 42%;
left: -14%;
height: 45px;
width: 45px;
border-radius: 50%;
background-color: var(--it-theme-1);
line-height: 45px;
text-align: center;
}
.work-2__number span {
font-size: 16px;
color: var(--it-common-black);
}
.work-2__title-sm {
font-size: 22px;
font-weight: 700;
color: var(--it-common-white);
position: relative;
padding-bottom: 5px;
display: inline-block;
transition: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work-2__title-sm {
font-size: 20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work-2__title-sm {
font-size: 19px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-2__title-sm {
font-size: 21px;
}
}
@media (max-width: 767px) {
.work-2__title-sm {
font-size: 20px;
}
}
.work-2__title-sm:hover {
color: var(--it-theme-1);
}
.work-2__title-sm::after {
position: absolute;
content: "";
bottom: 1px;
left: 0;
background-color: var(--it-common-white);
height: 1px;
width: 0;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.work-2__content p {
padding: 0 30px;
color: var(--it-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work-2__content p {
padding: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work-2__content p {
padding: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-2__content p {
padding: 0 15px;
font-size: 15px;
}
}
@media (max-width: 767px) {
.work-2__content p {
padding: 0;
font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.work-2__content p {
padding: 0;
}
}
.skill__plr {
padding: 130px 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.skill__plr {
padding: 130px 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.skill__plr {
padding: 130px 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.skill__plr {
padding: 130px 30px;
}
}
@media (max-width: 767px) {
.skill__plr {
padding: 130px 0;
}
}
.skill-bg {
background-repeat: no-repeat;
background-size: cover;
}
.skill__section-box p {
color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.skill__section-box p br {
display: none;
}
}
.skill__progress-item .progress-bar {
background-color: #ffdc60;
height: 6px;
margin-left: 3px;
margin-top: 2px;
border-radius: 10px;
position: relative;
}
.skill__progress-item .progress-bar span {
position: absolute;
top: 0;
left: 0;
background-color: red;
transform: translateY(-36%);
padding: 20px;
display: inline-block;
color: var(--it-common-white);
}
.skill__progress-item .progress {
height: 12px;
background-color: transparent;
border: 1px solid #ffdc60;
}
.tpdrive-bar-item {
overflow: hidden;
padding: 10px 0;
margin-right: 150px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.tpdrive-bar-item {
margin-right: 80px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.tpdrive-bar-item {
margin-right: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tpdrive-bar-item {
margin-right: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.tpdrive-bar-item {
margin-right: 0;
}
}
.tpdrive-bar-title {
font-size: 16px;
color: var(--it-common-white);
font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tpdrive-bar-title {
padding-bottom: 8px;
}
}
@media (max-width: 767px) {
.tpdrive-bar-title {
padding-bottom: 15px;
}
}
.tpdrive-bar-progress .progress {
overflow: visible;
height: 10px;
background-color: transparent;
border: 1px solid #ffdc60;
}
.tpdrive-bar-item .progress-bar {
background-color: #ffdc60;
border-radius: 30px;
position: relative;
overflow: visible;
height: 4px;
margin-top: 2px;
margin-left: 3px;
}
.tpdrive-bar-item .progress-bar span {
position: absolute;
right: 0;
top: 0;
transform: translateY(-50%);
font-weight: 500;
font-size: 14px;
color: var(--it-common-black);
width: 30px;
height: 30px;
background-color: #ffdc60;
border: 2.5px solid #ffdc60;
box-shadow: 0px 2px 2px rgba(1, 15, 28, 0.12);
border-radius: 0px 20px 20px 20px;
}
.solution__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.solution__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.solution__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.solution__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.solution__plr {
padding: 0;
}
}
.solution__space {
padding-top: 100px;
padding-bottom: 60px;
}
.solution__wrapper {
padding: 100px 110px;
border: 1px solid #dddddd;
border-radius: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.solution__wrapper {
padding: 100px 50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.solution__wrapper {
padding: 100px 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.solution__wrapper {
padding: 100px 40px;
}
}
@media (max-width: 767px) {
.solution__wrapper {
padding: 60px 10px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.solution__wrapper {
padding: 60px 50px;
}
}
.solution-item {
border: 1px solid #dddddd;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
position: relative;
z-index: 2;
}
.solution-top {
background-color: #7ee1f0;
padding: 20px;
}
.solution-top.color-2 {
background-color: var(--it-common-blue-4);
}
.solution-top.color-3 {
background-color: #ffb088;
}
.solution-top span {
font-size: 22px;
font-weight: 700;
color: var(--it-common-black);
}
@media (max-width: 767px) {
.solution-top span {
font-size: 19px;
}
}
.solution-feature-list ul {
padding: 30px 20px;
}
.solution-feature-list ul li {
list-style-type: none;
display: flex;
justify-content: space-between;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #efefef;
padding-left: 15px;
padding-right: 15px;
transition: 0.3s;
}
.solution-feature-list ul li i {
padding-right: 5px;
transition: 0.3s;
}
.solution-feature-list ul li:last-child {
margin-bottom: 0;
}
.solution-feature-list ul li:hover i {
color: var(--it-theme-1);
}
.solution-link {
padding: 0px 30px 30px 30px;
}
.solution-link.color-1:hover a {
color: #7ee1f0;
}
.solution-link.color-2:hover a {
color: var(--it-common-blue-3);
}
.solution-link.color-3:hover a {
color: #ffb088;
}
.solution-link a {
font-size: 17px;
color: var(--it-common-black);
font-weight: 600;
transition: 0.3s;
}
.solution-link a i {
font-size: 14px;
}
.solution__shape-1 {
position: absolute;
top: 18%;
right: 17%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.solution__shape-1 {
top: 11%;
right: 10%;
}
}
.solution__shape-2 {
position: absolute;
bottom: 11%;
left: 14%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.solution__shape-2 {
bottom: 7%;
left: 14%;
}
}
.solution__shape-3 {
position: absolute;
top: 14%;
left: 11%;
animation: zoom 7s infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.solution__shape-3 {
right: 8%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.solution__shape-3 {
top: 7%;
left: 1%;
}
}
.solution__shape-4 {
position: absolute;
bottom: 9%;
right: 12%;
animation: zoom 7s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.solution__shape-4 {
right: 8%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.solution__shape-4 {
bottom: 1%;
right: -2%;
}
}
.work-3__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.work-3__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work-3__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.work-3__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.work-3__plr {
padding: 0;
}
}
.work-3__space {
padding-top: 120px;
padding-bottom: 90px;
}
.work-3__text {
margin-right: 250px;
padding-bottom: 20px;
border-bottom: 1px solid var(--it-border-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.work-3__text {
margin-right: 160px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work-3__text {
margin-right: 120px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work-3__text {
margin-right: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.work-3__text {
margin-right: 0;
}
}
@media (max-width: 767px) {
.work-3__text {
margin-right: 0;
}
}
.work-3__text p {
color: var(--it-common-white-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.work-3__text p {
font-size: 15px;
}
}
.work-3__button {
padding-top: 35px;
}
.work-3__button p {
padding-right: 270px;
color: var(--it-common-white-2);
padding-bottom: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.work-3__button p {
padding-right: 160px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work-3__button p {
padding-right: 120px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work-3__button p {
padding-right: 70px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-3__button p {
padding-right: 0;
font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.work-3__button p {
padding-right: 0;
font-size: 15px;
}
}
@media (max-width: 767px) {
.work-3__button p {
padding-right: 0;
font-size: 15px;
}
}
.work-3__wrapper {
background-color: #343344;
padding: 10px;
border-radius: 10px;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
.work-3__wrapper {
max-width: 100%;
}
}
.work-3__wrapper:hover {
background-color: var(--it-common-black-7);
}
.work-3__item {
border-radius: 10px;
border: 1px dashed var(--it-border-2);
padding: 20px;
}
.work-3__icon {
margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-3__icon {
margin-right: 20px;
}
}
@media (max-width: 767px) {
.work-3__icon {
margin-right: 20px;
}
.work-3__wrapper{
margin-bottom:0px !important;
}
}
.work-3__icon span {
font-size: 35px;
color: #333333;
height: 70px;
width: 70px;
border-radius: 10px;
background-color: var(--it-common-blue);
line-height: 70px;
display: inline-block;
text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-3__icon span {
font-size: 30px;
color: #333333;
height: 60px;
width: 60px;
line-height: 60px;
}
}
@media (max-width: 767px) {
.work-3__icon span {
font-size: 30px;
color: #333333;
height: 60px;
width: 60px;
line-height: 60px;
}
}
.work-3__icon.icon-color-2 span {
background-color: var(--it-theme-1);
}
.work-3__icon.icon-color-3 span {
background-color: var(--it-common-pink-2);
}
.work-3__section-title {
font-size: 22px;
color: var(--it-common-white);
transition: 0.3s;
}
.work-3__section-title.title-color-1:hover {
color: var(--it-common-blue);
}
.work-3__section-title.title-color-2:hover {
color: var(--it-theme-1);
}
.work-3__section-title.title-color-3:hover {
color: var(--it-common-red);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.work-3__section-title {
font-size: 19px;
}
}
.work-3__right-text p {
color: var(--it-common-white-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-3__right-text p {
font-size: 15px;
}
}
@media (max-width: 767px) {
.work-3__right-text p {
font-size: 15px;
}
}
.work-3__wrapper-space {
margin-left: 200px;
margin-right: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.work-3__left-side {
margin-bottom: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-3__wrapper-box {
margin-left: 50px;
}
}
.work-3__inner-wrapper .work-3__wrapper {
background-color: var(--it-common-white);
border: 1px dashed var(--it-theme-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.work-3__inner-wrapper .work-3__wrapper {
max-width: none;
}
}
.work-3__inner-wrapper .work-3__wrapper:nth-child(2n+1) {
margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-3__inner-wrapper .work-3__wrapper .work-3__section-title {
font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.work-3__inner-wrapper .work-3__wrapper .work-3__section-title {
font-size: 20px;
}
}
.work-3__inner-wrapper .work-3__wrapper .work-3__item {
border: none;
background-color: var(--it-theme-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.work-3__inner-wrapper .work-3__wrapper .work-3__icon {
margin-bottom: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.work-3__inner-wrapper .work-3__wrapper .work-3__icon {
margin-bottom: 25px;
}
}
.work-3__inner-wrapper .work-3__wrapper .work-3__icon span {
background-color: var(--it-common-white);
}
.work-3__inner-wrapper .work-3__wrapper .work-3__icon span i {
color: var(--it-theme-1);
}
.work-3__inner-wrapper .work-3__wrapper .work-3__right-text p {
color: var(--it-common-black);
}
.work-3__inner-wrapper .work-3__wrapper .work-3__section-title {
color: var(--it-common-black);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-2 {
border: 1px dashed var(--it-common-blue);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-2 .work-3__item {
background-color: var(--it-common-blue);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-2 .work-3__icon span i {
color: var(--it-common-blue);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-3 {
border: 1px dashed var(--it-common-red);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-3 .work-3__item {
background-color: var(--it-common-red);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-3 .work-3__icon span i {
color: var(--it-common-red);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-4 {
border: 1px dashed var(--it-common-pink-3);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-4 .work-3__item {
background-color: var(--it-common-pink-3);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-4 .work-3__icon span i {
color: var(--it-common-pink-3);
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-5 {
border: 1px dashed #6bf89c;
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-5 .work-3__item {
background-color: #6bf89c;
}
.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-5 .work-3__icon span i {
color: #6bf89c;
}
.work-3__inner-wrapper .work-3__wrapper .work-3__content {
flex-wrap: wrap;
}
.work-3__wrapper.style-2 {
background: transparent;
}
.work-3__wrapper.style-2 .work-3__item {
border: none;
}
.work-3__wrapper.style-2 .work-3__content {
flex-direction: column;
justify-content: start;
align-items: ;
align-items: baseline !important;
text-align: left;
gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.work-3__inner-wrapper .work-3__content {
flex-wrap: wrap;
}
.work-3__inner-wrapper .work-3__content .work-3__icon span {
margin-bottom: 25px;
}
}  .video__plr {
padding: 130px 30px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 767px) {
.video__plr {
padding: 130px 0;
}
}
.video__content p {
color: var(--it-common-white);
padding-right: 80px;
padding-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.video__content p {
padding-right: 0;
}
.video__content p br {
display: none;
}
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
.video__content p br {
display: none;
}
}
@media (max-width: 767px) {
.video__content p {
padding-right: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.video__icon {
margin-right: 0;
}
}
.video__icon a {
font-size: 18px;
height: 60px;
width: 60px;
border-radius: 50%;
background-color: var(--it-common-white);
line-height: 63px;
padding-left: 6px;
display: inline-block;
text-align: center;
color: #404040;
position: relative;
z-index: 1;
}
.video__icon a::after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.551);
animation: borderanimate2 2s linear infinite;
z-index: -1;
}
@media (max-width: 767px) {
.video__button {
margin-bottom: 50px;
}
}
.video-2__bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
}
@media (max-width: 767px) {
.video-2__bg {
margin: 0;
}
}
.video-2__space {
padding: 100px 0;
position: relative;
z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.video-2__space {
padding: 65px 0;
}
}
.video-2__icon span {
height: 60px;
width: 60px;
border-radius: 50%;
border: 3px solid var(--it-common-white);
line-height: 58px;
text-align: center;
display: inline-block;
}
.video-2__icon span i {
font-size: 17px;
color: var(--it-common-white);
padding-left: 4px;
}
.video-2__btn {
margin-right: 45px;
}
@media (max-width: 767px) {
.video-2__btn {
margin-right: 20px;
}
}
.funfact__bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 125px 80px;
position: relative;
border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.funfact__bg {
padding: 70px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.funfact__bg {
padding: 60px 30px;
}
}
@media (max-width: 767px) {
.funfact__bg {
padding: 90px 20px;
}
}
.funfact__shape-1 {
position: absolute;
bottom: 0;
right: 20%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.funfact__shape-1 {
right: 5%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.funfact__shape-1 {
right: 3%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.funfact__shape-1 {
right: -12%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.funfact__shape-1 img {
max-width: 75% !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.funfact__shape-1 img {
max-width: 73% !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.funfact__shape-1 img {
max-width: 60% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.funfact__shape-1 img {
max-width: 60% !important;
}
}
@media (max-width: 767px) {
.funfact__content {
margin-bottom: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.funfact__content {
margin-bottom: 50px;
}
}
.funfact__text {
padding-bottom: 40px;
}
.funfact__icon a {
height: 65px;
width: 65px;
line-height: 68px;
border-radius: 50%;
background-color: var(--it-theme-1);
display: inline-block;
text-align: center;
position: relative;
z-index: 2;
}
.funfact__icon a::after {
height: 100%;
width: 100%;
border-radius: 50%;
background-color: rgba(243, 215, 111, 0.588);
position: absolute;
content: "";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: -1;
transform: scale(1.3);
animation: borderanimate2 2s linear infinite;
}
.funfact__icon a span {
font-size: 20px;
color: var(--it-common-black);
padding-left: 9px;
}
.funfact-2__space {
padding: 0 200px;
margin-top: 110px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.funfact-2__space {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.funfact-2__space {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.funfact-2__space {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.funfact-2__space {
padding: 0;
}
}
.funfact-2__bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 34px 80px;
position: relative;
border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.funfact-2__bg {
padding: 30px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.funfact-2__bg {
padding: 40px 0px;
}
}
@media (max-width: 767px) {
.funfact-2__bg {
padding: 34px 0px;
}
}
@media (max-width: 767px) {
.funfact-2__content {
margin-bottom: 50px;
}
}
.funfact-2__text {
padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.funfact-2__text .section-title {
font-size: 34px;
}
}
.funfact-2__main-img {
padding-left: 20px;
}
@media (max-width: 767px) {
.funfact-2__main-img {
padding-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.funfact-2__button .border-btn-3 {
height: 40px;
line-height: 40px;
padding: 0 15px;
}
}  .contact__plr {
padding: 0 30px;
padding-top: 120px;
padding-bottom: 100px;
}
@media (max-width: 767px) {
.contact__plr {
padding: 0;
padding-top: 120px;
}
}
.contact__mlr {
margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.contact__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.contact__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.contact__mlr {
margin: 0 30px;
}
}
@media (max-width: 767px) {
.contact__mlr {
margin: 0;
}
}
.contact__shape-1 {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__shape-1 {
top: -4%;
}
}
.contact__shape-2 {
position: absolute;
bottom: -4%;
left: 0%;
animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact__shape-2 {
bottom: -4%;
left: -2%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__shape-2 {
bottom: -1%;
left: -4%;
}
}
.contact__shape-3 {
position: absolute;
bottom: 6%;
right: 0%;
animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__shape-3 {
bottom: 2%;
right: -2%;
}
}
.contact__shape-4 {
position: absolute;
bottom: 0;
right: 54%;
animation: moving 9s linear infinite;
}
.contact__text {
padding-bottom: 30px;
}
.contact__text p {
padding-right: 235px;
font-weight: 400;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.contact__text p {
padding-right: 130px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.contact__text p {
padding-right: 130px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact__text p {
padding-right: 25px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__text p {
padding-right: 45px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__text p {
padding-right: 0;
}
}
@media (max-width: 767px) {
.contact__text p {
padding-right: 0;
font-size: 15px;
}
}
.contact__text.text-color p {
color: var(--it-common-white-2);
padding-right: 312px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.contact__text.text-color p {
padding-right: 280px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.contact__text.text-color p {
padding-right: 0;
}
}
@media (max-width: 767px) {
.contact__text.text-color p {
padding-right: 0;
}
}
.contact__text-2 {
padding-bottom: 10px;
}
.contact__text-2 p {
padding-right: 235px;
font-weight: 400;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.contact__text-2 p {
padding-right: 200px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.contact__text-2 p {
padding-right: 120px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact__text-2 p {
padding-right: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__text-2 p {
padding-right: 45px;
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__text-2 p {
padding-right: 0;
}
}
@media (max-width: 767px) {
.contact__text-2 p {
padding-right: 0;
font-size: 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.contact__form {
margin-right: 0;
}
}
.contact__form-input input {
border: none;
background-color: #f7f9fa;
width: 100%;
height: 45px;
padding: 25px;
border-radius: 5px;
font-weight: 400;
font-size: 17px;
margin-bottom: 30px;
border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__form-input input {
font-size: 12px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__form-input input {
font-size: 14px;
}
}
@media (max-width: 767px) {
.contact__form-input input {
font-size: 14px;
}
}
.contact__form-input input:focus {
border-color: var(--it-theme-1);
}
.contact__form-input textarea {
font-weight: 400;
font-size: 17px;
width: 100%;
resize: none;
border: none;
height: 160px;
display: inline-block;
padding: 20px;
background-color: #f7f9fa;
border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__form-input textarea {
padding-right: 45px;
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__form-input textarea {
font-size: 14px;
}
}
@media (max-width: 767px) {
.contact__form-input textarea {
font-size: 14px;
}
}
.contact__form-input textarea:focus {
border-color: var(--it-theme-1);
}
.contact__item {
border: 1px solid var(--it-theme-1);
border-radius: 10px;
padding: 27px 35px;
transition: 0.3s;
background-color: transparent;
}
.contact__item.style-2 {
border: none;
background: transparent;
background: transparent !important;
padding: 0;
}
.contact__item.style-2 .contact__title-sm,
.contact__item.style-2 p {
color: #fff;
}
@media (max-width: 767px) {
.contact__item {
padding: 27px 20px;
}
}
.contact__item:hover {
background-color: var(--it-theme-1);
}
.contact__item:hover .contact__icon span {
background-color: var(--it-common-white);
}
.contact__icon {
margin-right: 30px;
}
@media (max-width: 767px) {
.contact__icon {
margin-right: 22px;
}
}
.contact__icon span {
font-size: 45px;
color: var(--it-common-black);
height: 85px;
width: 85px;
line-height: 85px;
border-radius: 50%;
background-color: var(--it-theme-1);
text-align: center;
display: inline-block;
transition: 0.3s;
}
.contact__title-sm {
font-size: 22px;
font-weight: 700;
padding-bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__title-sm {
font-size: 20px;
}
}
@media (max-width: 767px) {
.contact__title-sm {
font-size: 18px;
}
}
.contact__title-sm.title-color-1 {
color: var(--it-common-white);
transition: 0.3s;
}
.contact__title-sm.title-color-1:hover {
color: var(--it-common-blue);
}
.contact__title-sm.title-color-2 {
color: var(--it-common-white);
transition: 0.3s;
}
.contact__title-sm.title-color-2:hover {
color: var(--it-theme-1);
}
.contact__title-sm.title-color-3 {
color: var(--it-common-white);
transition: 0.3s;
}
.contact__title-sm.title-color-3:hover {
color: var(--it-common-red);
}
.contact__content span {
font-weight: 400;
font-size: 17px;
color: var(--it-common-black);
}
@media (max-width: 767px) {
.contact__content span {
font-size: 14px;
}
}
.contact__form-2 {
margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.contact__form-2 {
margin-right: 0;
}
}
.contact__from-2-input input {
border: none;
background-color: #f7f9fa;
width: 100%;
height: 45px;
padding: 25px;
border-radius: 5px;
font-weight: 400;
font-size: 17px;
margin-bottom: 30px;
border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__from-2-input input {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__from-2-input input {
font-size: 14px;
}
}
@media (max-width: 767px) {
.contact__from-2-input input {
font-size: 13px;
}
}
.contact__from-2-input input:focus {
border-color: var(--it-theme-1);
}
.contact__from-2-input textarea {
font-weight: 400;
font-size: 17px;
width: 100%;
resize: none;
border: none;
height: 160px;
display: inline-block;
padding: 20px;
background-color: #f7f9fa;
border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__from-2-input textarea {
padding-right: 45px;
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__from-2-input textarea {
font-size: 14px;
}
}
@media (max-width: 767px) {
.contact__from-2-input textarea {
font-size: 13px;
}
}
.contact__from-2-input textarea:focus {
border-color: var(--it-theme-1);
}
.contact__bg {
padding: 115px 120px;
border-radius: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.contact__bg {
padding: 115px 60px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.contact__bg {
padding: 115px 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact__bg {
padding: 115px 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__bg {
padding: 115px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__bg {
padding: 115px 20px;
}
}
@media (max-width: 767px) {
.contact__bg {
padding: 115px 0;
}
}
.contact__plr-2 {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.contact__plr-2 {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.contact__plr-2 {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.contact__plr-2 {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.contact__plr-2 {
padding: 0;
}
}
.contact__form-3 .contact__form-input input {
background-color: var(--it-common-black-6);
border: 1px solid var(--it-border-2);
color: var(--it-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__form-3 .contact__form-input input {
font-size: 14px;
}
}
@media (max-width: 767px) {
.contact__form-3 .contact__form-input input {
font-size: 14px;
}
}
.contact__form-3 .contact__form-input input::placeholder {
color: var(--it-common-white-2);
}
.contact__form-3 .contact__form-input input:focus {
border-color: var(--it-theme-1);
}
.contact__form-3 .contact__form-input textarea {
background-color: var(--it-common-black-6);
border: 1px solid var(--it-border-2);
color: var(--it-common-white);
border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__form-3 .contact__form-input textarea {
font-size: 14px;
}
}
@media (max-width: 767px) {
.contact__form-3 .contact__form-input textarea {
font-size: 14px;
}
}
.contact__form-3 .contact__form-input textarea::placeholder {
color: var(--it-common-white-2);
}
.contact__form-3 .contact__form-input textarea:focus {
border-color: var(--it-theme-1);
}
.contact__wrapper {
background-color: var(--it-common-black-5);
border-radius: 20px;
padding: 10px;
}
.contact__item-box {
border-radius: 20px;
border: 1px dashed var(--it-border-2);
}
.contact__icon-color-1 span {
background-color: var(--it-common-blue);
}
.contact__icon-color-2 span {
background-color: var(--it-theme-1);
}
.contact__icon-color-3 span {
background-color: var(--it-common-pink-2);
}
.contact__shape-5 {
position: absolute;
bottom: 81%;
right: 41%;
animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.contact__shape-5 {
bottom: 81%;
right: 41%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__right-side {
margin-bottom: 90px;
}
}
.contact__main-img {
margin-left: 89px;
}
.contact__main-img img {
max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.contact__main-img {
margin-left: 40px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact__main-img {
margin-left: 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__main-img {
margin-left: 0;
}
}
@media (max-width: 767px) {
.contact__main-img {
margin-left: 0;
}
}
.contact__border {
border: 1px solid var(--it-theme-1);
padding: 100px;
border-radius: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.contact__border {
padding: 100px 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact__border {
padding: 60px 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__border {
padding: 60px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__border {
padding: 70px 20px;
}
}
@media (max-width: 767px) {
.contact__border {
padding: 30px 15px;
}
}
.contact__border .contact__item {
padding: 27px 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__border .contact__title-sm {
font-size: 20px;
}
}
@media (max-width: 767px) {
.contact__border .contact__text p {
font-size: 13px;
}
}
@media (max-width: 767px) {
.contact__border .contact__icon span {
font-size: 34px;
height: 65px;
width: 65px;
line-height: 65px;
}
}
.contact__box-2 .contact__item {
border: none;
padding: 27px 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__box-2 .contact__item {
margin-bottom: 15px;
}
}
.contact__box-2 .contact__item:hover {
background-color: unset;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact__box-2 .contact__icon {
margin-right: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__box-2 .contact__icon {
margin-right: 20px;
}
}
.contact__box-2 .contact__icon span {
font-size: 35px;
height: 70px;
width: 70px;
line-height: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact__box-2 .contact__content .contact__title-sm {
font-size: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__box-2 .contact__content .contact__title-sm {
font-size: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact__box-2 .contact__content span {
font-size: 16px;
}
}
.Register__box {
background-color: #f8f9fe;
padding: 50px 45px;
}
@media (max-width: 767px) {
.Register__box {
padding: 40px 20px;
}
}
.Register__title {
font-weight: 600;
font-size: 17px;
padding-bottom: 25px;
}
.Register__form input {
width: 100%;
border: 1px solid var(--it-border-1);
background-color: var(--it-common-white);
border-radius: 5px;
margin-bottom: 30px;
padding: 18px 40px;
transition: 0.3s;
}
@media (max-width: 767px) {
.Register__form input {
margin-bottom: 20px;
padding: 12px 20px;
font-size: 14px;
}
}
.Register__form input:focus {
border-color: var(--it-theme-1);
}
@media (max-width: 767px) {
.Register__checkbox {
margin-bottom: 20px;
}
}
.Register__checkbox input {
width: 4%;
}
.Register__checkbox.login input {
width: 20px;
height: 20px;
margin-bottom: 0;
margin-right: 13px;
}
@media (max-width: 767px) {
.Register__checkbox.login input {
width: 13px;
height: 13px;
}
}
@media (max-width: 767px) {
.Register__checkbox.login label {
font-size: 13px;
}
}
.Register__forgot a {
color: var(--it-common-blue-3);
}
@media (max-width: 767px) {
.Register__forgot a {
font-size: 13px;
}
}
@media (max-width: 767px) {
.Register__box-2 {
flex-wrap: wrap;
}
}
.contact__wrapper .contact__item:hover .contact__icon-color-1 span {
background-color: var(--it-common-blue);
}
.contact__wrapper .contact__item:hover .contact__icon-color-2 span {
background-color: var(--it-theme-1);
}
.contact__wrapper .contact__item:hover .contact__icon-color-3 span {
background-color: var(--it-common-red);
}  .newsletter__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.newsletter__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.newsletter__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.newsletter__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.newsletter__plr {
padding: 0;
}
}
.newsletter__bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 492px;
padding-top: 300px;
margin-top: -210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.newsletter__bg {
padding-top: 240px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.newsletter__bg {
padding-top: 240px;
margin-top: -180px;
}
}
@media (max-width: 767px) {
.newsletter__bg {
padding-top: 216px;
margin-top: -180px;
}
}
.newsletter__icon {
padding-right: 45px;
flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.newsletter__icon {
padding-right: 35px;
}
}
@media (max-width: 767px) {
.newsletter__icon {
padding-right: 15px;
}
}
.newsletter__input-box {
position: relative;
margin-left: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.newsletter__input-box {
margin-left: 60px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.newsletter__input-box {
margin-left: 0;
margin-top: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.newsletter__input-box {
margin-left: 0;
margin-top: 20px;
}
}
@media (max-width: 767px) {
.newsletter__input-box {
margin-left: 0;
margin-top: 20px;
}
}
.newsletter__input-box input {
height: 80px;
line-height: 80px;
width: 100%;
background-color: var(--it-common-white);
border-radius: 60px;
border: none;
box-shadow: 0px 0px 70px 0px rgba(0, 80, 159, 0.06);
padding-left: 40px;
padding-right: 220px;
}
@media (max-width: 767px) {
.newsletter__input-box input {
height: 40px;
line-height: 40px;
padding-right: 140px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.newsletter__input-box input {
height: 65px;
line-height: 65px;
}
}
.newsletter__input-box button {
position: absolute;
top: 0;
right: 0;
}
@media (max-width: 767px) {
.newsletter__input-box button.subscribe-btn-2 {
height: 40px;
line-height: 40px;
padding: 0 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.newsletter__input-box button.subscribe-btn-2 {
height: 65px;
line-height: 65px;
padding: 0 40px;
}
.newsletter__input-box button.subscribe-btn-2 span {
font-size: 16px;
}
}
@media (max-width: 767px) {
.newsletter__item {
flex-wrap: wrap;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.newsletter__item {
flex-wrap: nowrap;
}
}
.newsletter-2__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.newsletter-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.newsletter-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.newsletter-2__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.newsletter-2__plr {
padding: 0;
}
}
.newsletter-2__space {
padding-top: 85px;
padding-bottom: 85px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.newsletter-2__icon {
padding-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.newsletter-2__icon {
padding-right: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.newsletter-2__icon {
padding-right: 15px;
}
}
@media (max-width: 767px) {
.newsletter-2__icon {
padding-right: 15px;
}
}
.newsletter-2__input-box input {
border: none;
width: 100%;
height: 80px;
line-height: 80px;
background-color: var(--it-common-white);
border-radius: 60px;
font-size: 16px;
font-weight: 400;
padding-left: 45px;
padding-right: 220px;
box-shadow: 0px 0px 70px 0px rgba(0, 80, 159, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.newsletter-2__input-box input {
height: 55px;
line-height: 55px;
border-radius: 60px;
font-size: 14px;
padding-left: 25px;
padding-right: 160px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.newsletter-2__input-box input {
height: 50px;
line-height: 50px;
border-radius: 60px;
font-size: 14px;
padding-left: 25px;
padding-right: 160px;
}
}
@media (max-width: 767px) {
.newsletter-2__input-box input {
height: 50px;
line-height: 50px;
border-radius: 60px;
font-size: 13px;
padding-left: 25px;
padding-right: 140px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.newsletter-2__input-box input {
font-size: 15px;
padding-left: 40px;
}
}
.newsletter-2__input-box button {
position: absolute;
top: 0;
right: 0;
height:100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.newsletter-2__input-box button {
bottom: 8%;
right: -5px;
}
}
@media (max-width: 767px) {
.newsletter-2__item {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.newsletter-2__text .section-title {
font-size: 34px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.newsletter-2__text .section-title {
font-size: 28px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.newsletter-2__text .section-title {
font-size: 26px;
}
}
@media (max-width: 767px) {
.newsletter-2__text .section-title {
font-size: 26px;
}
}
@media (max-width: 767px) {
.newsletter-2__text .section-title {
font-size: 25px;
}
}  .team__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.team__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.team__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.team__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.team__plr {
padding: 0;
}
}
.team__space {
padding-top: 345px;
padding-bottom: 95px;
}
.team__bg {
position: relative;
z-index: 2;
}
.team__bg::after {
position: absolute;
content: "";
background-color: var(--it-common-black);
bottom: 0;
left: 0;
width: 100%;
height: 46%;
z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.team__bg::after {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.team__bg::after {
display: none;
}
}
@media (max-width: 767px) {
.team__bg::after {
display: none;
}
}
.team__grey-bg {
position: relative;
}
.team__grey-bg::before {
position: absolute;
content: "";
background-color: var(--it-grey-1);
top: 0;
left: 0;
width: 100%;
height: 54%;
z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.team__grey-bg::before {
height: 100%;
}
}
.team__item {
padding-bottom: 50px;
}
.team__item:hover .team__main-thumb::after {
height: 100%;
opacity: 1;
visibility: visible;
}
.team__item:hover .team__social-box {
opacity: 1;
visibility: visible;
}
.team__main-thumb {
position: relative;
}
.team__main-thumb img {
width: 100%;
}
.team__main-thumb::after {
content: "";
position: absolute;
background-color: rgba(41, 41, 48, 0.6);
bottom: 0;
left: 0;
height: 0;
width: 100%;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.team__social-box {
z-index: 2;
position: absolute;
content: "";
top: 45%;
left: 0;
right: 0;
text-align: center;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.team__social-box a {
height: 40px;
width: 40px;
border: 1px solid var(--it-common-white);
border-radius: 50%;
line-height: 40px;
text-align: center;
display: inline-block;
margin: 0 5px;
transition: 0.3s;
}
.team__social-box a i {
font-size: 17px;
color: var(--it-common-white);
transition: 0.3s;
}
.team__social-box a:hover {
background-color: var(--it-theme-1);
border: 1px solid transparent;
}
.team__social-box a:hover i {
color: var(--it-common-black);
}
.team__author-info {
padding: 30px;
background-color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.team__author-info {
font-size: 14px;
}
}
.team__author-name {
font-weight: 700;
font-size: 22px;
margin-bottom: 0;
padding-bottom: 5px;
transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.team__author-name {
font-size: 18px;
}
}
@media (max-width: 767px) {
.team__author-name {
font-size: 18px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.team__author-name {
font-size: 17px;
}
}
.team__author-name:hover {
color: var(--it-common-blue-4);
}
.team__top-text p {
padding-right: 106px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.team__top-text p {
padding-right: 85px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.team__top-text p {
padding-right: 7px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.team__top-text p {
padding-right: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.team__top-text p {
padding-right: 0;
font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.team__top-text p {
padding-right: 0;
}
}
.team__shape-1 {
position: absolute;
left: 1%;
top: 23%;
}
.team__space-2 {
padding-top: 250px;
margin-top: -220px;
padding-bottom: 50px;
}  .job__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.job__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.job__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.job__plr {
padding: 0;
}
}
.job__list {
padding-bottom: 5px;
}
.job__list ul {
display: inline-block;
padding-bottom: 5px;
}
.job__list ul li {
list-style-type: none;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
width: 50%;
float: left;
transition: 0.3s;
text-decoration: transparent;
}
.job__list ul li:hover {
text-decoration: underline;
}
@media (max-width: 767px) {
.job__list ul li {
width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.job__list ul li {
width: 50%;
}
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
.job__list ul li {
width: 50%;
}
}
.job__list ul li i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-weight: 500;
color: var(--it-common-blue-3);
font-size: 16px;
}
.job__list ul li span {
font-weight: 400;
font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.job__list ul li span {
font-size: 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.job__list ul li span {
font-size: 15px;
}
}
.job__item {
padding: 45px 55px;
border: 1px solid var(--it-border-1);
border-radius: 5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.job__item {
padding: 45px 33px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.job__item {
padding: 45px 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.job__item {
padding: 45px 48px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.job__item {
padding: 35px 18px;
}
}
@media (max-width: 767px) {
.job__item {
padding: 35px 22px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.job__item {
padding: 45px 55px;
}
}
.job__title-sm {
font-weight: 700;
font-size: 17px;
}
.job__meta {
padding-bottom: 20px;
}
.job__meta span {
margin-right: 54px;
font-size: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.job__meta span {
margin-right: 28px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.job__meta span {
margin-right: 15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.job__meta span {
font-size: 14px;
margin-right: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.job__meta span {
font-size: 13px;
margin-right: 24px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.job__meta span {
margin-right: 41px;
}
}
@media (max-width: 767px) {
.job__meta span {
display: block;
margin-bottom: 10px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.job__meta span {
display: inline-block;
margin-right: 81px;
}
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
.job__meta span {
display: inline-block;
}
}
.job__meta span.clock {
margin-right: 0;
margin-bottom: 0;
}
.job__meta span i {
padding-right: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.job__meta span i {
padding-right: 5px;
}
}
.job__salary {
padding-bottom: 30px;
}
.job__salary span {
font-size: 600px;
font-size: 17px;
}
.job__salary span i {
font-size: 12px;
font-style: normal;
}
.job__img img {
width: 54px !important;
height: 54px !important;
}
.job-details__mlr {
margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
.job-details__mlr {
margin: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.job-details__mlr {
margin: 0 30px;
}
}
@media (max-width: 767px) {
.job-details__mlr {
margin: 0;
}
}
.job-details__author-info h4 {
font-size: 22px;
}
.job-details__list span {
display: inline-block;
padding-bottom: 25px;
text-transform: uppercase;
}
.job-details__list p {
padding-right: 74px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.job-details__list p {
padding-right: 0;
}
}
@media (max-width: 767px) {
.job-details__list p {
padding-right: 0;
font-size: 14px;
}
}
.job-details__list ul {
padding-right: 188px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.job-details__list ul {
padding-right: 0;
}
}
.job-details__list ul li {
font-size: 17px;
list-style: none;
padding-bottom: 20px;
position: relative;
margin-left: 30px;
position: relative;
}
@media (max-width: 767px) {
.job-details__list ul li {
font-size: 14px;
}
}
.job-details__list ul li::before {
position: absolute;
content: "";
top: 2px;
left: -28px;
height: 16px;
width: 16px;
border-radius: 50%;
background-color: var(--it-common-black);
border: 4px solid var(--it-theme-1);
}
.job-details__summary {
margin-right: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.job-details__summary {
margin-right: 0;
}
}
.job-details__summary h4 {
font-size: 22px;
font-size: 700;
padding-bottom: 20px;
}
@media (max-width: 767px) {
.job-details__summary h4 {
font-size: 18px;
}
}
.job-details__summary ul {
display: inline-block;
}
.job-details__summary ul li {
width: 50%;
float: left;
list-style-type: none;
padding-bottom: 20px;
}
@media (max-width: 767px) {
.job-details__summary ul li {
width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.job-details__summary ul li {
width: 50%;
}
}
.job-details__text span {
font-weight: 600;
font-size: 20px;
display: block;
}
@media (max-width: 767px) {
.job-details__text span {
font-size: 17px;
}
}
.job-details__text i {
font-size: 15px;
display: block;
font-style: normal;
}
@media (max-width: 767px) {
.job-details__text i {
font-size: 14px;
}
}
.job-details__icon {
padding-right: 20px;
}
.job-details__icon i {
font-size: 25px;
color: var(--it-common-blue-4);
}
.job-details__text-2 {
padding-right: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.job-details__text-2 {
padding-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.job-details__text-2 {
margin-bottom: 70px;
}
}
@media (max-width: 767px) {
.job-details__author-info h5 {
font-size: 17px;
}
}
@media (max-width: 767px) {
.career-details-title-xs {
font-size: 18px;
}
}
.postbox__select {
display: inline-block;
width: 100%;
}
.postbox__select .nice-select {
width: 100%;
border: 1px solid #E5E5E5;
border-radius: 12px;
height: 55px;
line-height: 55px;
padding: 0px 20px;
position: relative;
}
.postbox__select .nice-select::after {
border: none;
background-color: transparent;
transform: translateY(-45%);
margin-top: 0;
right: 20px;
content: "\f107";
font-family: "Font Awesome 5 Pro";
transform-origin: center;
color: var(--it-common-black);
font-weight: 500;
height: auto;
width: auto;
color: #5F6168;
}
.postbox__select .nice-select span {
font-weight: 500;
font-size: 15px;
color: #5F6168;
}
.postbox__select .nice-select.open::after {
transform: translateY(-45%) rotate(-180deg);
}
.postbox__select .nice-select .list {
width: 100%;
}
.postbox__select .nice-select .list li:last-child {
border-bottom: 0;
}
.postbox__select .nice-select .selected {
color: var(--it-common-blue-4);
font-weight: 600;
}
.postbox__authorization {
margin-bottom: 40px;
}
.postbox__authorization .switcher label {
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.postbox__authorization .switcher label * {
font-weight: 400;
font-size: 15px;
line-height: 20px;
color: #5F6168;
position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.postbox__authorization .switcher label * {
font-size: 13px;
}
}
.postbox__authorization .switcher label * svg {
position: absolute;
top: 0;
left: 0;
}
.postbox__authorization .switcher label .switcher-icon {
position: relative;
padding-left: 25px;
cursor: pointer;
}
.postbox__authorization .switcher label .switcher-icon svg {
position: absolute;
top: 6px;
left: 0;
}
.postbox__authorization .switcher label input {
display: none;
}
.postbox__authorization .switcher label input + span {
position: relative;
display: inline-block;
width: 50px;
height: 24px;
background: #E6E8EB;
border-radius: 50px;
transition: all 0.3s ease-in-out;
cursor: pointer;
flex: 0 0 auto;
}
.postbox__authorization .switcher label input + span small {
position: absolute;
display: block;
width: 18px;
height: 18px;
border-radius: 50%;
transition: all 0.3s ease-in-out;
left: 4px;
top: 3px;
background: linear-gradient(180deg, #FFFFFF 0%, #E7E2F0 100%);
box-shadow: 1px 2px 3px rgba(18, 20, 32, 0.3);
}
.postbox__authorization .switcher label input:checked + span {
background: var(--it-common-blue-3);
}
.postbox__authorization .switcher label input:checked + span small {
left: 56%;
}
.career-border-bottom {
border-bottom: 1px solid #EBEBEB;
}
.postbox__resume label {
width: 100%;
height: 130px;
border: 2px dashed #C1C4CE;
border-radius: 12px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.postbox__resume label span {
background-color: #F3F3F3;
border-radius: 8px;
padding: 10px 20px;
font-weight: 500;
font-size: 14px;
color: var(--it-common-black);
}
@media (max-width: 767px) {
.postbox__resume label span {
padding: 10px 10px;
font-size: 12px;
}
}
.postbox__resume label span svg {
margin-right: 10px;
}
.career-details-social-box {
text-align: center;
}
.career-details-social-box a {
padding: 15px 45px;
display: inline-block;
border: 1px solid #EBEBEB;
border-radius: 12px;
margin: 0px 3px;
font-size: 18px;
font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.career-details-social-box a {
padding: 15px 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.career-details-social-box a {
padding: 15px 30px;
}
}
@media (max-width: 767px) {
.career-details-social-box a {
margin-bottom: 10px;
}
}
.career-details-social-box a.facebook {
color: #1B74E4;
transition: 0.3s;
}
.career-details-social-box a.facebook:hover {
background-color: #1B74E4;
color: var(--it-common-white);
border-color: #1B74E4;
}
.career-details-social-box a.twitter {
color: #1D9BF0;
transition: 0.3s;
}
.career-details-social-box a.twitter:hover {
background-color: #1D9BF0;
color: var(--it-common-white);
border-color: #1D9BF0;
}
.career-details-social-box a.instagram {
position: relative;
}
.career-details-social-box a.instagram i {
background: linear-gradient(261.91deg, #B900B4 0%, #F50000 40%, #FFD723 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: 0.3s;
font-weight: 500;
font-size: 19px;
}
.career-details-social-box a.instagram .insta-bg {
position: absolute;
height: 100%;
width: 100%;
z-index: -1;
top: 0;
left: 0;
background: linear-gradient(266.81deg, #D500BF -6.56%, #F80095 34.02%, #FF005D 60.87%, #FFC300 103.55%);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
border-radius: 12px;
opacity: 0;
visibility: hidden;
}
.career-details-social-box a.instagram:hover i {
-webkit-text-fill-color: inherit;
color: var(--it-common-white);
position: relative;
z-index: 99;
}
.career-details-social-box a.instagram:hover .insta-bg {
opacity: 1;
visibility: visible;
}
.career-details-social-box a.linkedin {
color: #0A66C2;
transition: 0.3s;
}
.career-details-social-box a.linkedin:hover {
background-color: #0A66C2;
color: var(--it-common-white);
border-color: #0A66C2;
}
.postbox__apply-btn-border {
position: relative;
}
.postbox__apply-btn-border::after {
content: "";
top: 0px;
left: 0;
right: 0;
height: 2px;
width: 100%;
background-color: var(--it-common-blue-4);
position: absolute;
text-align: center;
margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.career-details-hide-wrapper .postbox__comment-form {
margin-bottom: 0px;
}
}
@media (max-width: 767px) {
.job-section-box p br {
display: none;
}
}
.job-right-box {
position: sticky;
top: 50px;
}   .table-content .table > :not(:first-child) {
border-top: 0;
}
.table-content table {
background: #ffffff;
border-color: #eaedff;
border-radius: 0;
border-style: solid;
border-width: 1px 0 0 1px;
text-align: center;
width: 100%;
margin-bottom: 0;
}
.table-content .table > :not(:last-child) > :last-child > * {
border-bottom-color: #eaedff;
}
.table-content .product-quantity {
float: none;
}
.table-content table td.product-name {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
}
.table-content table td.product-name a:hover {
color: var(--it-theme-1);
}
.table-content table td {
border-top: medium none;
padding: 20px 10px;
vertical-align: middle;
font-size: 16px;
}
.table-content table th, .table-content table td {
border-bottom: 1px solid #eaedff;
border-right: 1px solid #eaedff;
}
.product-quantity input {
color: #000;
font-size: 14px;
font-weight: normal;
border: 1px solid #dcdcdc;
}
.table td, .table th {
border-top: 1px solid #eaedff;
}
.product-quantity > input {
width: 80px;
text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-quantity > input {
width: inherit;
}
}
.table-content table td.product-subtotal {
font-size: 16px;
}
.table-content table td .cart-plus-minus {
float: none;
margin: 0 auto;
}
.coupon-all {
margin-top: 50px;
}
.coupon {
float: left;
}
@media (max-width: 767px) {
.coupon {
float: none;
}
}
#coupon_code {
height: 58px;
border: 2px solid #eaedff !important;
padding: 0 30px !important;
margin-right: 10px;
border-radius: 30px;
max-width: 240px;
}
@media (max-width: 767px) {
#coupon_code {
margin-bottom: 15px;
}
}
.coupon2 {
float: right;
}
@media (max-width: 767px) {
.coupon2 {
float: none;
margin-top: 15px;
}
}
.cart-page-total {
padding-top: 50px;
}
.cart-page-total > h2 {
font-size: 25px;
margin-bottom: 20px;
text-transform: capitalize;
}
.cart-page-total > ul {
border: 1px solid #eaedff;
}
.cart-page-total > ul > li {
list-style: none;
font-size: 15px;
color: #6f7172;
padding: 10px 30px;
border-bottom: 1px solid #eaedff;
font-weight: 400;
}
.cart-page-total ul > li > span {
float: right;
}
.cart-page-total li:last-child {
border-bottom: 0;
}
td.product-thumbnail img {
width: 125px;
}
.cart-plus,
.cart-minus {
width: 20px;
height: 20px;
border: 1px solid #e7e7e7;
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: 14px;
cursor: pointer;
}
.cart-plus:hover,
.cart-minus:hover {
background-color: var(--it-theme-1);
color: var(--it-common-white);
} .coupon-accordion h3 {
background-color: #f7f7f7;
border-top: 3px solid var(--it-theme-1);
font-size: 14px;
font-weight: 400;
margin: 0 0 25px;
padding: 1em 2em 1em 3.5em;
position: relative;
width: auto;
}
.coupon-accordion h3::before {
content: "\f07b";
left: 15px;
top: 13px;
position: absolute;
color: var(--it-theme-1);
font-family: "Font Awesome 5 Pro";
font-weight: 700;
}
.coupon-accordion span {
color: #6f7172;
cursor: pointer;
transition: 0.3s;
font-weight: 500;
}
.coupon-accordion span:hover, p.lost-password a:hover {
color: var(--it-common-black);
}
.coupon-content {
border: 1px solid #eaedff;
display: none;
margin-bottom: 20px;
padding: 30px;
}
.coupon-info p.coupon-text {
margin-bottom: 15px;
}
.coupon-info p {
margin-bottom: 0;
}
.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
display: block;
color: #6f7172;
}
.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
color: var(--it-theme-1);
font-weight: 700;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
border: 1px solid #eaedff;
height: 45px;
margin: 0 0 14px;
max-width: 100%;
padding: 0 0 0 10px;
width: 100%;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
border-color: var(--it-common-black);
}
.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
background: #3e976c none repeat scroll 0 0;
}
.coupon-info p.form-row input[type=checkbox] {
position: relative;
top: 2px;
}
.form-row > label {
margin-top: 15px;
margin-left: 15px;
color: #6f7172;
}
.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
background: #252525 none repeat scroll 0 0;
border: medium none;
color: #fff;
display: inline-block;
float: left;
font-size: 12px;
font-weight: 700;
height: 40px;
line-height: 40px;
margin-right: 15px;
padding: 0 15px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
p.lost-password {
margin-top: 15px;
}
p.lost-password a {
color: #6f6f6f;
}
p.checkout-coupon input[type=text] {
height: 45px;
padding: 0 15px;
width: 100%;
border: 1px solid #eaedff;
margin-bottom: 15px;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
border-color: var(--it-common-black);
}
.coupon-checkout-content {
display: none;
}
.checkbox-form h3 {
border-bottom: 1px solid #eaedff;
font-size: 26px;
margin: 0 0 20px;
padding-bottom: 10px;
width: 100%;
}
.country-select {
margin-bottom: 30px;
position: relative;
}
.country-select select {
width: 100%;
background-color: transparent;
border: 1px solid #eaedff;
padding: 0 10px;
height: 50px;
}
.country-select label, .checkout-form-list label {
color: #6f7172;
display: block;
margin: 0 0 5px;
}
.country-select label span.required, .checkout-form-list label span.required {
color: var(--it-theme-1);
}
.country-select .nice-select {
border: 1px solid #eaedff;
height: 45px;
padding-left: 10px;
width: 100%;
color: #6f7172;
margin-bottom: 20px;
}
.country-select .nice-select .list {
width: 100%;
}
.checkout-form-list {
margin-bottom: 30px;
}
.checkout-form-list label {
color: #6f7172;
}
.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
background: #ffffff;
border: 1px solid #eaedff;
border-radius: 0;
height: 45px;
padding: 0 0 0 10px;
width: 100%;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
border-color: var(--it-common-black);
}
.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
color: #6f7172;
opacity: 1;
}
.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
color: #6f7172;
opacity: 1;
}
.checkout-form-list input[type=checkbox] {
display: inline-block;
margin-right: 10px;
position: relative;
top: 1px;
}
.create-acc label {
color: #6f7172;
display: inline-block;
}
.create-account {
display: none;
}
.ship-different-title h3 label {
display: inline-block;
margin-right: 20px;
color: var(--it-common-black);
}
.order-notes textarea {
border: 1px solid #eaedff;
height: 120px;
padding: 15px;
width: 100%;
outline: 0;
resize: none;
}
.order-notes textarea:focus {
border-color: var(--it-common-black);
}
.order-notes textarea::-moz-placeholder {
color: #6f7172;
opacity: 1;
}
.order-notes textarea::placeholder {
color: #6f7172;
opacity: 1;
}
#ship-box-info {
display: none;
}
.panel-group .panel {
border-radius: 0;
}
.panel-default > .panel-heading {
border-radius: 0;
}
.your-order {
padding: 30px 40px 45px;
border: 3px solid #f7f7f7;
}
@media (max-width: 767px) {
.your-order {
padding: 15px;
}
}
.your-order h3 {
border-bottom: 1px solid #eaedff;
font-size: 30px;
margin: 0 0 20px;
padding-bottom: 10px;
width: 100%;
}
.your-order-table table {
background: none;
border: 0;
width: 100%;
}
.your-order-table table th, .your-order-table table td {
border-bottom: 1px solid #eaedff;
border-right: medium none;
color: #6f7172;
font-size: 14px;
padding: 15px 0;
text-align: left;
}
@media (max-width: 767px) {
.your-order-table table th, .your-order-table table td {
font-size: 13px;
}
}
@media (max-width: 767px) {
.your-order-table table th, .your-order-table table td {
padding-right: 10px;
}
}
.your-order-table table th {
border-top: medium none;
color: #6f7172;
font-weight: normal;
text-align: left;
vertical-align: middle;
white-space: nowrap;
width: 250px;
}
.panel-body > p {
color: #222;
}
.your-order-table table .shipping ul li {
list-style: none;
}
.your-order-table table .shipping ul li input {
position: relative;
top: 2px;
}
.your-order-table table .shipping ul li label {
color: #6f7172;
}
.your-order-table table .shipping th {
vertical-align: top;
}
.your-order-table table .order-total th {
border-bottom: 0;
font-size: 14px;
}
.your-order-table table .order-total td {
border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
background: #F9F9F9;
}
.your-order-table table tr.order-total td span {
color: var(--it-common-black);
font-size: 18px;
font-weight: 500;
}
.payment-method {
margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
background-color: #fff;
border: 0;
border-bottom: 1px solid #e7e7e7;
}
.payment-method .accordion-button {
font-size: 16px;
font-weight: 500;
color: var(--it-common-black);
padding: 23px 0;
border: none;
}
.payment-method .accordion-button:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.payment-method .accordion-button::after {
position: absolute;
content: "\f067";
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
font-weight: 400;
margin-left: 0;
background-image: none;
color: var(--it-common-black);
font-family: "Font awesome 5 pro";
}
.payment-method .accordion-button:not(.collapsed) {
color: var(--it-common-black);
background-color: var(--it-common-white);
box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
content: "\f068";
font-family: "Font awesome 5 pro";
}
.payment-method .accordion-body {
padding: 8px 0;
padding-bottom: 40px;
}
.payment-method .accordion-collapse {
border: none;
}
.panel-title > a {
display: block;
}
.order-button-payment input {
background: #232323 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-size: 15px;
font-weight: 600;
height: 40px;
margin: 0px 0 0;
padding: 0;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}
.order-button-payment input:hover {
background: #3e976c none repeat scroll 0 0;
}
.payment-method .btn-link {
-moz-user-select: none;
background: no-repeat;
border: medium none;
border-radius: 0;
color: #444;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
line-height: 1;
margin-bottom: 0;
padding: 3px 10px;
text-align: center;
text-transform: uppercase;
transition: all 0.3s ease 0s;
vertical-align: middle;
white-space: nowrap;
text-decoration: none;
}
.payment-method .card {
background-color: #ffffff;
border: 1px solid #eaedff;
border-radius: 0;
margin-bottom: 10px;
}
.payment-method .accordion .card:first-of-type {
border: 1px solid #eaedff;
}
.card-header:first-child {
border-radius: 0;
}
.payment-method .card-header {
background-color: #ffffff;
border-bottom: 1px solid #eaedff;
}
.order-button-payment button {
width: 100%;
}  .faq__plr {
padding: 0 200px;
padding-top: 100px;
padding-bottom: 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.faq__plr {
padding: 0 100px;
padding-top: 100px;
padding-bottom: 40px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.faq__plr {
padding: 0 30px;
padding-top: 100px;
padding-bottom: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.faq__plr {
padding: 0;
padding-top: 100px;
padding-bottom: 40px;
}
}  .error__text h4 {
font-size: 32px;
padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.error__text h4 {
font-size: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.error__text h4 {
font-size: 24px;
}
}
@media (max-width: 767px) {
.error__text h4 {
font-size: 19px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.error__text h4 {
font-size: 24px;
}
}
.error__text span {
display: inline-block;
padding-bottom: 30px;
}
@media (max-width: 767px) {
.error__text span {
font-size: 14px;
}
}  .price__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.price__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.price__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.price__plr {
padding: 0;
}
}
.price__space {
padding-top: 120px;
padding-bottom: 40px;
}
.price__item {
background-color: var(--it-common-white);
box-shadow: 0px 0px 86px 0px rgba(92, 92, 92, 0.04);
}
.price__item.active {
background-color: var(--it-theme-1);
}
.price__item.active .price__icon span {
background-color: var(--it-common-white);
}
.price__item.active .price__top-content {
border-bottom: 1px solid var(--it-common-white);
}
.price__top-content {
border-bottom: 1px solid var(--it-border-1);
transition: 0.3s;
}
.price__icon {
padding-bottom: 25px;
}
.price__icon span {
width: 160px;
height: 135px;
background-color: var(--it-theme-1);
display: inline-block;
line-height: 162px;
text-align: center;
border-bottom-left-radius: 90px;
border-bottom-right-radius: 90px;
transition: 0.3s;
}
.price__icon span i {
font-size: 70px;
color: var(--it-common-black);
padding-left: 6px;
}
.price__title-sm {
font-weight: 600;
font-size: 22px;
font-family: "Saira", sans-serif;
margin-bottom: 0;
padding-bottom: 15px;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.price__title-sm {
font-size: 19px;
}
}
@media (max-width: 767px) {
.price__title-sm {
font-size: 18px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.price__title-sm {
font-size: 21px;
}
}
.price__content-list {
padding: 10px;
}
.price__content-list ul li {
font-size: 18px;
font-weight: 400;
list-style-type: none;
padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.price__content-list ul li {
padding-bottom: 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.price__content-list ul li {
font-size: 15px;
padding-bottom: 15px;
}
}
@media (max-width: 767px) {
.price__content-list ul li {
font-size: 15px;
padding-bottom: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.price__content-list ul li {
font-size: 17px;
padding-bottom: 22px;
}
}
.sorex__pricing__amount {
font-weight: 600;
font-size: 50px;
color: var(--it-common-black);
margin-top: 15px;
padding: 0;
margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sorex__pricing__amount{
font-size: 40px;
}
}
@media (max-width: 767px) {
.sorex__pricing__amount{
font-size: 36px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.sorex__pricing__amount{
font-size: 45px;
}
}
.price__button {
padding-bottom: 40px;
}
.price__top-text P {
padding-right: 106px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.price__top-text P {
padding-right: 85px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price__top-text P {
padding-right: 7px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.price__top-text P {
padding-right: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.price__top-text P {
padding-right: 0;
font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.price__top-text P {
padding-right: 0;
}
}
.price__shape-1 {
position: absolute;
top: 38%;
left: 2%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price__shape-1 {
left: 0;
}
}
.price__shape-2 {
position: absolute;
bottom: 8%;
left: 1%;
}
.price__shape-3 {
position: absolute;
top: 7%;
right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.price__shape-3 {
top: 2%;
}
}
.price__shape-4 {
position: absolute;
bottom: 2%;
right: 3%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price__shape-4 {
bottom: -1%;
right: 0%;
}
}
.price__shape-5 {
position: absolute;
top: 36%;
right: 6%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price__shape-5 {
right: 2%;
}
}
.price-2__plr {
padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.price-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price-2__plr {
padding: 0 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.price-2__plr {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.price-2__plr {
padding: 0;
}
}
.price-2__space {
padding-top: 70px;
padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.price-2__space {
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.price-2__space {
padding-bottom: 0;
}
}
.price-2__item {
padding-bottom: 80px;
}
.price-2__item.active {
background-color: var(--it-common-black-2);
border-radius: 10px;
}
.price-2__item.active .price-2__top-item {
border-bottom: 1px solid #58503b;
}
.price-2__item.active .price-2__top-item i {
color: var(--it-common-white);
}
.price-2__item.active .price-2__top-title {
color: var(--it-common-white);
}
.price-2__item.active .price-2__list-title {
color: var(--it-common-white);
}
.price-2__item.active .price-2__list ul li {
transition: 0.3s;
}
.price-2__item.active .price-2__list ul li span {
color: var(--it-common-white);
}
.price-2__item.active .price-2__list ul li:hover span {
color: var(--it-theme-1);
}
.price-2__top-item {
padding: 75px 54px;
padding-bottom: 0;
padding-bottom: 30px;
border-bottom: 1px solid var(--it-border-1);
position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price-2__top-item {
padding: 75px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.price-2__top-item {
padding: 75px 40px;
padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.price-2__top-item {
padding: 75px 30px;
padding-bottom: 40px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.price-2__top-item {
padding: 40px 70px;
}
}
.price-2__top-item i {
font-style: normal;
font-size: 50px;
color: var(--it-common-black);
font-weight: 600;
}
.price-2__top-item i span {
font-size: 16px;
}
.price-2__top-title {
font-size: 22px;
font-weight: 700;
padding-bottom: 5px;
}
.price-2__list-title {
font-size: 22px;
font-weight: 600;
margin-bottom: 0;
}
.price-2__shape {
position: absolute;
right: 0;
top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.price-2__shape {
right: -18px;
top: -22px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.price-2__shape {
right: -4%;
top: -6%;
}
}
@media (max-width: 767px) {
.price-2__shape {
right: -7%;
top: -13%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.price-2__shape {
right: -1%;
top: -4%;
}
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
.price-2__shape {
right: -1%;
top: -1%;
}
}
.price-2__item-shape {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price-2__item-shape {
bottom: -6%;
right: -9%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.price-2__item-shape {
bottom: -6%;
right: -9%;
}
}
.price-2__icon {
position: absolute;
right: 22%;
top: 24%;
}
.price-2__list {
padding: 40px 54px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.price-2__list {
padding: 40px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.price-2__list {
padding: 40px 40px;
}
}
@media (max-width: 767px) {
.price-2__list {
padding: 40px 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.price-2__list {
padding: 40px 70px;
}
}
.price-2__list ul li {
font-size: 18px;
font-weight: 400;
list-style-type: none;
padding-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.price-2__list ul li {
font-size: 15px;
}
}
.price-2__list ul li i {
color: var(--it-common-blue-3);
padding-right: 5px;
}
.price-2__list ul li:hover span {
color: var(--it-common-blue-3);
}
.price-2__list ul li span {
border-bottom: 1px solid var(--it-border-1);
display: inline-block;
padding-bottom: 7px;
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.price-2__list ul li {
font-size: 15px;
}
}
@media (max-width: 767px) {
.price-2__list ul li {
font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.price-2__list ul li {
font-size: 17px;
}
}
.price-2__button {
padding: 0 54px;
padding-top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.price-2__button {
padding: 0 70px;
}
}
.sorex-service-slider--grid .work__wrapper {
margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box input[type="email"],
.newsletter-2__input-box button
{
height:60px !important;
}
}
.it-instagram img {
width: 100%;
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes jumpTwo {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes jumpTwo {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 40px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes jumpThree {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes jumpThree {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes jumpFour {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
50% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes jumpFour {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
50% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes jumpFive {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
50% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes jumpFive {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
50% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes prXOne {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(-15px);
transform: translateX(-15px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes prXOne {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(-15px);
transform: translateX(-15px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-webkit-keyframes prXTwo {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(15px);
transform: translateX(15px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes prXTwo {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(15px);
transform: translateX(15px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-webkit-keyframes rotated {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotated {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes rotatedTwo {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@keyframes rotatedTwo {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@-webkit-keyframes rotatedHalf {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
50% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}
@keyframes rotatedHalf {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
50% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
}
@-webkit-keyframes rotatedHalfTwo {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
}
@keyframes rotatedHalfTwo {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
}
@-webkit-keyframes scale-upOne {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.85);
transform: scale(.85)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes scale-upOne {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(.85);
transform: scale(.85)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes scale-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(20%);
transform: translateX(20%)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes tpfadeInDown {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}  
@keyframes scale-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
50% {
-webkit-transform: translateX(20%);
transform: translateX(20%)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-webkit-keyframes fade-in {
0% {
opacity: .2
}
40% {
opacity: 1
}
100% {
opacity: .2
}
}
@keyframes fade-in {
0% {
opacity: .2
}
40% {
opacity: 1
}
100% {
opacity: .2
}
}
@keyframes hvr-ripple-out {
0% {
top: -5px;
right: -5px;
bottom: -5px;
left: -5px
}
50% {
top: -15px;
right: -15px;
bottom: -15px;
left: -15px;
opacity: .8
}
100% {
top: -5px;
right: -5px;
bottom: -5px;
left: -5px;
opacity: 1
}
}
@keyframes hvr-ripple-out-two {
0% {
top: 0;
right: 0;
bottom: 0;
left: 0
}
100% {
top: -30px;
right: -30px;
bottom: -30px;
left: -30px;
opacity: 0
}
}
@-webkit-keyframes scale-up-one {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
40% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes scale-up-one {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
40% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes scale-up-two {
0% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
40% {
-webkit-transform: scale(.8);
transform: scale(.8)
}
100% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
}
@keyframes scale-up-two {
0% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
40% {
-webkit-transform: scale(.8);
transform: scale(.8)
}
100% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
}
@-webkit-keyframes scale-up-three {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
40% {
-webkit-transform: scale(2);
transform: scale(2)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes scale-up-three {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
40% {
-webkit-transform: scale(2);
transform: scale(2)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes jump5p {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes jump5p {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes jump5pRsv {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes jump5pRsv {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes moveclouds {
0% {
margin-left: 200px
}
100% {
margin-left: -200px
}
}
@-webkit-keyframes moveclouds {
0% {
margin-left: 200px
}
100% {
margin-left: -200px
}
}
@keyframes moveclouds2 {
0% {
margin-right: 200px
}
100% {
margin-right: -200px
}
}
@-webkit-keyframes moveclouds2 {
0% {
margin-right: 200px
}
100% {
margin-right: -200px
}
}
@keyframes moveUp {
0% {
transform: translateY(0)
}
100% {
transform: translateY(-70%)
}
}
@-webkit-keyframes moveUp {
0% {
transform: translateY(0)
}
100% {
transform: translateY(-70%)
}
}
@keyframes tpfadeUp {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.tpfadeUp {
-webkit-animation-name: tpfadeUp;
animation-name: tpfadeUp;
}
@-webkit-keyframes tpfadeLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes tpfadeLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.tpfadeLeft {
-webkit-animation-name: tpfadeLeft;
animation-name: tpfadeLeft;
}
@-webkit-keyframes tpfadeRight {
0% {
opacity: 0;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes tpfadeRight {
0% {
opacity: 0;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.tpfadeRight {
-webkit-animation-name: tpfadeRight;
animation-name: tpfadeRight;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes tpfadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes tpfadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tpfadeIn {
-webkit-animation-name: tpfadeIn;
animation-name: tpfadeIn;
}
.sorex-anim-shape1{
animation:rotate2 15s linear infinite;
}
.sorex-anim-shape2{
animation: jumpTwo 4s infinite linear;
}
.sorex-anim-shape3{
animation: moving 9s linear infinite;
}
.sorex-anim-shape4 {
animation: tpupdown 0.8s infinite alternate;
}
.sorex-anim-shape5{
animation: moving 9s linear infinite;
}
.sorex-anim-shape6{
animation: tptranslateX2 4s infinite alternate;
}
.sorex-anim-shape7{
animation: moving 7s linear infinite;
}
.sorex-anim-shape8{
animation: jumpTwo 4s infinite linear
}
.sorex-anim-shape9{
animation: zoom 7s infinite;
}
.sorex-anim-shape10{
animation: tptranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
.sorex-anim-shape1,
.sorex-anim-shape2,
.sorex-anim-shape3,
.sorex-anim-shape4,
.sorex-anim-shape5,
.sorex-anim-shape6,
.sorex-anim-shape7,
.sorex-anim-shape8,
.sorex-anim-shape9,
.sorex-anim-shape10,
.about__shape-1,
.about__shape-2,
.testimonial__shape-1{
display: none;
}
}
.footer-3__content-text h4 {
font-weight: 600;
font-size: 14px;
color: var(--it-common-white);
margin-bottom: 0;
line-height: 1.4;
transition: 0.3s;
}
.footer-3__meta {
padding-top: 5px;
}
.footer-3__meta i {
color: var(--it-theme-1);
padding-right: 5px;
}
.footer-3__content img {
min-width: 70px !important;
min-height: 60px !important;
width: 70px;
height: 60px !important;
border-radius: 5px !important;
}
.footer-3__meta span {
font-weight: 400;
font-size: 14px;
color: var(--it-common-white);
padding-bottom: 10px;
display: inline-block;
}
.sorex-footer-list .elementor-icon-list-items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.sorex-footer-list .elementor-icon-list-items li {
width: 50% !important;
min-width: 50% !important;
}
div.footer-newsletter-form form.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box input, .footer-newsletter-form .mc4wp-form-fields button {
height: 40px !important;
line-height: 40px;
}
.footer-newsletter-form .mc4wp-form-fields .subscribe-btn-3 {
padding: 0 25px;
font-size: 15px !important;
height: 34px !important;
line-height: 34px !important;
top: 3px;
right: 3px;
transition:all 0.3s ease;
}
.footer-newsletter-form .mc4wp-form-fields .subscribe-btn-3:hover{
background:#232323;
}
.footer-newsletter-form .mc4wp-form-fields .subscribe-btn-3 b{
display:none;
}
.footer-newsletter-form .mc4wp-form-fields .subscribe-btn-3 span{
font-weight:400;
}
.footer-newsletter-form .mc4wp-form-fields .subscribe-btn-3:hover span{
color:#fff;
}
.footer-newsletter-form.footer-newsletter-form--v2 form.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box input {
background-color: var(--it-common-white);
border: 0;
height: 50px !important;
padding-left: 20px;
border-radius: 5px;
padding-right: 84px;
}
.footer-newsletter-form.footer-newsletter-form--v2 form.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box button {
border-radius: 0;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding: 0 23px;
top: 0;
height: 100% !important;
right: -1px !important;
font-size: 0px !important;
}
.footer-newsletter-form.footer-newsletter-form--v2 form.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box button span,
.footer-newsletter-form.footer-newsletter-form--v2 form.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box button b {
display: none;
}
.footer-newsletter-form.footer-newsletter-form--v2 form.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box button:before {
font-size: 14px;
font-family: "Font Awesome 5 Pro";
font-weight: 900;
content: "\f1d8";
color: #232323;
}
.footer-newsletter-form.footer-newsletter-form--v2 form.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box button:hover {
background: black;
color: #fff !important;
}
.footer-newsletter-form.footer-newsletter-form--v2 form.mc4wp-form .mc4wp-form-fields .newsletter-2__input-box button:hover:before {
color: #fff;
}
.footer .single-f-news .title a:hover{
color:#FFDC60;
}
.copy-bottom .elementor-icon-list-items {
justify-content: end;
}
.footer-2__content-img img {
border-radius: 100% !important;
min-width: 85px !important;
height: 85px !important;
width: 85px !important;
}
.footer-2__content-img-number {
position: absolute;
right: -10px;
top: 8px;
}
.footer-2__content-img-number span {
font-weight: 400;
font-size: 12px;
height: 24px;
width: 24px;
background-color: var(--it-theme-1);
border-radius: 50%;
line-height: 24px;
display: inline-block;
text-align: center;
}
.footer-2__content-text h4 {
font-weight: 600;
font-size: 17px;
color: var(--it-common-white);
margin-bottom: 0;
line-height: 1.2;
transition: 0.3s;
}
.footer-2__content-text h4:hover {
color: var(--it-theme-1);
}
.footer-2__content-text span {
font-weight: 400;
font-size: 14px;
color: var(--it-common-white);
padding-bottom: 10px;
display: inline-block;
}
.about-2__list-title {
font-weight: 500 !important;
}
.sorex-about-btn .main-btn {
padding: 0 28px;
font-size: 15px;
height: 52px;
line-height: 52px;
}
.sorex-about-sbtn .main-btn {
padding: 0 35px;
font-size: 15px;
height: 52px;
line-height: 52px;
}
.slider-4__main-img img {
max-width: inherit !important;
margin-left: -150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.slider-4__main-img img {
max-width: 110% !important;
margin-left: -30px;
}
.header-five .header__action {
flex-direction: row-reverse;
gap: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.slider-4__main-img img {
max-width: 120% !important;
margin-left: -50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.slider-4__main-img img {
max-width: 100% !important;
margin-left: 0;
}
}
@media only screen and (max-width: 1199px){
.header-five .header__action {
flex-direction: initial;
gap: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
.slider-4__main-img img {
max-width: 100% !important;
margin-left: 0;
}
}
.counter-border-right {
border-right: 1px solid var(--it-border-2);
}
@media only screen and (max-width: 1400px){
.counter-border-right {
border-right:none;
}
}
.about__video-text{
text-decoration:underline;
}
.about-2__main-img {
display: inline-block;
}
@media only screen and (max-width: 400px){
.slider-3__button a {
padding: 0 30px;
}
.slider-4__button a {
margin-right: 0;
padding: 0 25px;
}
.funfact__butto {
display: flex;
}
.funfact__butto a {
padding: 0 10px;
}
}
.work-grid-list {
display: flex;
}
@media only screen and (max-width: 1025px){
.work-grid-list {
flex-wrap:wrap;
}
.work-grid-list .work-2__item-box {
width: 50%;
}
}
@media only screen and (max-width: 1025px){
.work-grid-list .work-2__item-box {
width: 100%;
}
}
.service__link,.feature__link{
margin-top:15px;
}.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; 
} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//integrabas.com.ua/wp-content/plugins/sorex-toolkit//assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
};.footer-width-fixer {
width: 100%;
} .ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
width: 100%;
padding: 0;
max-width: 100%;
} .ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
width: 100%;
padding: 0;
max-width: 100%;
background-color: transparent !important; }
.bhf-hidden {
display: none
} .ehf-header #masthead {
z-index: 99;
position: relative;
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}