/********** Fonts **********/
/* mulish-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mulish-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/mulish-v12-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/mulish-v12-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/mulish-v12-latin-regular.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/mulish-v12-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/mulish-v12-latin-regular.svg#Mulish") format("svg");
  /* Legacy iOS */
}

/* mulish-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/mulish-v12-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/mulish-v12-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/mulish-v12-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/mulish-v12-latin-600.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/mulish-v12-latin-600.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/mulish-v12-latin-600.svg#Mulish") format("svg");
  /* Legacy iOS */
}

/* mulish-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/mulish-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/mulish-v12-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/mulish-v12-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/mulish-v12-latin-700.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/mulish-v12-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/mulish-v12-latin-700.svg#Mulish") format("svg");
  /* Legacy iOS */
}

/* mulish-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/mulish-v12-latin-800.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/mulish-v12-latin-800.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/mulish-v12-latin-800.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/mulish-v12-latin-800.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/mulish-v12-latin-800.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/mulish-v12-latin-800.svg#Mulish") format("svg");
  /* Legacy iOS */
}

/* mulish-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/mulish-v12-latin-900.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/mulish-v12-latin-900.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/mulish-v12-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/mulish-v12-latin-900.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/mulish-v12-latin-900.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/mulish-v12-latin-900.svg#Mulish") format("svg");
  /* Legacy iOS */
}

:root {
  --purple: #652f8d;
  --purple-dark: #5c2783;
  --orange: #f59121;
  --red: #ee4037;
  --lightgray: #f6f6f6;
  --white: #ffffff;
  --black: #000000;
  --radius: 8px;
  --radius2x: 16px;
  --Mulish: "Mulish";
}

body {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  font-family: var(--Mulish);
  color: var(--black);
  background-color: var(--white);
  overflow-x: hidden;
  cursor: none;
}

.post,
.page {
  margin: 0;
}

/********** Typography **********/
a {
  color: var(--black);
  outline: none !important;
  cursor: none;
}

a:hover,
a:focus {
  color: var(--black);
  text-decoration: none;
}

p {
  color: var(--black);
  margin-bottom: 25px;
}

p:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.38;
  font-weight: 900;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
  line-height: 1.5;
}

.title {
  margin-bottom: 55px;
}

.title.mb-30 {
  margin-bottom: 30px;
}

.title.mb-20 {
  margin-bottom: 20px;
}

.title small {
  color: var(--orange);
  font-size: 16px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
  display: block;
}

.title h2 {
  color: var(--black);
}

.title.purple-title h2 {
  color: var(--purple);
}

.orangebg .title small {
  color: var(--white);
}

.orangebg .title h2 {
  color: var(--black);
}

.purplebg .title small,
.purplebg-curve .title small {
  color: var(--orange);
}

.purplebg .title h2,
.purplebg-curve .title h2 {
  color: var(--white);
}

.title p {
  margin-top: 10px;
  font-size: 22px;
}

.purplebg,
.purplebg p {
  color: var(--white);
}

/********** Common **********/
.container {
  max-width: 1170px;
  width: 100%;
}

.container-fluid {
  max-width: 1920px;
}

.w-1360 {
  max-width: 1360px;
  width: 100%;
}

.w-900 {
  max-width: 900px;
  width: 100%;
}

.w-1000 {
  max-width: 1000px;
  width: 100%;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul.custom {
  list-style-type: none;
}

ul.custom li {
  position: relative;
  font-size: 18px;
  padding-left: 45px;
  padding-right: 10px;
  margin-bottom: 15px;
}

ul.custom li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 30px;
  height: 12px;
  margin-top: 0;
  background-image: url("../images/right-arrow-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 20px;
}

.pt-60 {
  padding-top: 60px;
}

.pad-50 {
  padding: 50px 0;
}

.pad-60 {
  padding: 60px 0;
}

.pad-80 {
  padding: 80px 0;
}

.pad-100 {
  padding: 100px 0;
}

.pad-10000 {
  padding: 100px 0 0;
}

.pad-00100 {
  padding: 0 0 100px;
}

.pad-10070 {
  padding: 100px 0 70px;
}

.pad-10050 {
  padding: 100px 0 50px;
}

.pad-50100 {
  padding: 50px 0 100px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

/********** Backgrounds & Patterns **********/
.redbg {
  background-color: var(--red);
}

.orangebg {
  background-color: var(--orange);
}

.purplebg {
  background-color: var(--purple);
}

.lightgraybg {
  background-color: var(--lightgray);
}

.purplebg-curve {
  position: relative;
  background-image: url("../images/purple-top-curve.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 160px 0 110px;
}

.purplebg-curve-horizontal-reverse {
  background-image: url("../images/purple-top-curve-horizontal-reverse.png");
}

.purplebg-curve-reverse {
  position: relative;
  background-image: url("../images/purple-top-curve-reverse.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 170px 0 90px;
}

.purplebg-curve::before {
  content: "";
  display: block;
  position: absolute;
  top: 395px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--purple);
}

.purplebg-curve-reverse::before {
  top: 0;
  bottom: 395px;
}

.purplebg-curve>div {
  position: relative;
}

.purplebg-curve-minus {
  margin-top: -400px;
}

.red-bottom-border {
  border-bottom: 6px solid var(--red);
}

.purple-text {
  color: var(--purple);
}

.orange-text {
  color: var(--orange);
}

/********** Buttons **********/
.btn--custom,
.wpcf7-submit,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 20px;
  padding: 8px 17px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: none !important;
  outline: none;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 1;
  color: var(--white);
  border: 1px solid var(--purple);
  background-color: var(--purple);
  overflow: hidden;
}

.wpcf7-submit {
  padding: 8px 57px 8px 17px !important;
  background-image: url(../images/right-arrow-orange.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  transition: all 0.3s ease;
}

.wpcf7-submit:hover,
.wpcf7-submit:active {
  background-color: var(--purple-dark);
  background-position: center right 12px;
}

.btn--custom:active {
  top: 1px;
}

.btn--custom:hover,
.btn--custom:focus {
  color: var(--white);
}

.btn--custom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: -2;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn--custom:hover:before,
.btn--custom:focus:before {
  width: 100%;
}

.btn--custom img {
  vertical-align: unset;
  margin-left: 15px;
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn--custom.btn--sm img {
  margin-left: 10px;
}

.btn--custom:hover img,
.btn--custom:focus img {
  transform: translateX(3px);
}

.btn--custom.btn--down {
  display: inline-flex;
  align-items: center;
}

.btn--custom.btn--down img {
  transform: inherit !important;
}

.btn--purple {
  color: var(--white);
  border: 1px solid var(--purple);
  background-color: var(--purple);
}

.btn--purple:before {
  background-color: var(--purple-dark);
}

.btn--purple:hover,
.btn--purple:focus {
  color: var(--white);
}

.btn--white {
  color: var(--purple);
  border: 1px solid var(--white);
  background-color: var(--white);
}

.btn--white:before {
  background-color: var(--lightgray);
}

.btn--white:hover,
.btn--white:focus {
  color: var(--purple);
}

/******** Form Elements ********/
.form-control::-webkit-input-placeholder,
.wpcf7-form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--black);
  opacity: 1;
}

.form-control::-moz-placeholder,
.wpcf7-form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--black);
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.wpcf7-form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--black);
  opacity: 1;
}

.form-control:-moz-placeholder,
.wpcf7-form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--black);
  opacity: 1;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-group .wpcf7-form-control-wrap {
  display: block;
}

.form-group>label {
  display: block;
  margin: 0;
}

.form-control,
input.form-control,
.wpcf7-form-control:not(.wpcf7-submit) {
  outline: none;
  color: var(--black);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding: 10px 0;
  border-radius: 0;
  outline: none;
}

.form-control:focus,
.form-control:active {
  color: var(--black);
  box-shadow: none;
  border-color: var(--black);
  background-color: transparent;
}

.light-form-block .form-control,
.light-form-block input.form-control,
.light-form-block .wpcf7-form-control:not(.wpcf7-submit) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

textarea.wpcf7-form-control,
textarea.form-control {
  height: 150px !important;
  resize: none;
}

select.form-control,
select.wpcf7-form-control {
  -webkit-appearance: none;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center right 5px;
  padding-right: 25px !important;
}

.custom-control {
  position: relative;
}

.custom-control-input,
.custom-control input {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.custom-control-label,
.custom-control .wpcf7-list-item-label {
  font-weight: 600;
  cursor: pointer;
}

.custom-control-label::before,
.custom-control-label::after,
.custom-control .wpcf7-list-item-label::before,
.custom-control .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 0;
  margin-top: -13px;
  position: absolute;
}

.custom-control-label span {
  font-weight: 400;
}

.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control input:checked~.wpcf7-list-item-label::before,
.custom-control input:not(:disabled):active~.wpcf7-list-item-label::before {
  border-color: var(--blue);
  background-color: var(--blue);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.custom-control input:checked~.wpcf7-list-item-label::after {
  border: solid var(--white);
  width: 8px;
  height: 16px;
  left: 9px;
  top: 50%;
  margin-top: -11px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before,
.custom-control input:focus:not(:checked)~.wpcf7-list-item-label::before {
  border: #adb5bd solid 1px;
}

.custom-control-input:focus~.custom-control-label::before,
.custom-control input:focus~.wpcf7-list-item-label::before {
  box-shadow: none;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.orangebg .wpcf7-not-valid-tip {
  color: var(--white);
}

/********** Swiper **********/
.swiper,
.swiper-wrapper {
  z-index: inherit;
}

.swiper-button-box {
  position: relative;
  width: 120px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  width: 30px;
  height: 12px;
  display: block;
  margin-top: -6px;
  transform: translate(0);
  transition: all 0.3s ease;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  background: url("../images/left-arrow-orange.svg");
}

.swiper-button-prev:hover,
.swiper-rtl .swiper-button-next:hover {
  transform: translateX(-5px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background: url("../images/right-arrow-orange.svg");
}

.swiper-button-next:hover,
.swiper-rtl .swiper-button-prev:hover {
  transform: translateX(5px);
}

.swiper-button-prev.swiper-button--purple,
.swiper-rtl .swiper-button-next.swiper-button--purple {
  background: url("../images/left-arrow-purple.svg");
}

.swiper-button-next.swiper-button--purple,
.swiper-rtl .swiper-button-prev.swiper-button--purple {
  background: url("../images/right-arrow-purple.svg");
}

.swiper-button-prev.swiper-button--white,
.swiper-rtl .swiper-button-next.swiper-button--white {
  background: url("../images/left-arrow-white.svg");
}

.swiper-button-next.swiper-button--white,
.swiper-rtl .swiper-button-prev.swiper-button--white {
  background: url("../images/right-arrow-white.svg");
}

.scroll-top {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  z-index: 92;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
}

/********** Editor Content **********/
.editor-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.editor-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.editor-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.editor-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.editor-content ul {
  list-style-type: none;
  margin-bottom: 25px;
}

.editor-content ul li {
  position: relative;
  line-height: 1.55;
  padding-left: 40px;
  margin-bottom: 10px;
}

.editor-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 30px;
  height: 12px;
  margin-top: 0;
  background-image: url("../images/right-arrow-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.editor-content ol {
  margin-bottom: 25px;
  padding-left: 19px;
}

.editor-content ol li {
  margin-bottom: 10px;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.preloader__icon img {
  width: 130px;
}

.preloader.loaded {
  height: 0;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.preloader.loaded .preloader__icon img {
  opacity: 0;
}

/********** Header **********/
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 25px 0;
  z-index: 90;
}

.site-header.fixed {
  background-color: var(--white);
  box-shadow: 0 0 5px #efefef;
}

.site-header .container {
  max-width: 1830px;
}

.site-header__logo {
  position: relative;
}

.site-header__logo::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: -35px;
  height: 150px;
  width: 780px;
  background: url("../images/logo-bg-pattern.svg") no-repeat bottom right;
}

.site-header__logo img {
  max-width: 400px;
  width: 100%;
}

.home .site-header__logo::before,
.site-header.fixed .site-header__logo::before {
  display: none;
}

.site-header__logo a {
  position: relative;
  display: block;
}

.site-header__logo a.mobile {
  display: none;
}

.site-header__menu>ul>li {
  display: block;
  margin: 0 30px;
  position: relative;
  padding: 10px 0;
}

.site-header__menu>ul>li>a {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  transition: none;
}

.home .site-header__menu>ul>li>a,
.site-header.fixed .site-header__menu>ul>li>a {
  color: var(--black);
}

.site-header__menu>ul>li:hover>a,
.site-header__menu>ul>li>a:hover,
.site-header.fixed .site-header__menu>ul>li>a:hover,
.site-header .site-header__menu>ul>li.current-menu-item>a,
.site-header .site-header__menu>ul>li.current_page_item>a,
.site-header .site-header__menu>ul>li.current-menu-ancestor>a {
  color: var(--orange);
}

.site-header__menu>ul>li>.sub-menu {
  left: 50%;
  display: block;
  position: absolute;
  top: 100%;
  width: 330px;
  margin-left: -165px;
  background: transparent;
  padding: 25px 0 0;
  box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  height: 0;
  border: 0;
  list-style-type: none;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header__menu>ul>li>.sub-menu::before {
  content: "";
  background: var(--orange);
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  bottom: 0;
  height: calc(100% - 25px);
  width: 100%;
  border-radius: 5px;
}

.home .site-header__menu>ul>li>.sub-menu::before {
  background: var(--purple);
}

.site-header__menu>ul>li>.sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid var(--orange);
}

.home .site-header__menu>ul>li>.sub-menu::after {
  border-bottom-color: var(--purple);
}

.site-header__menu>ul>li:hover>.sub-menu {
  display: block;
  opacity: 1;
  height: auto;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.4s;
}

.site-header__menu>ul>li>.sub-menu>li {
  position: relative;
  padding: 0;
}

.site-header__menu>ul>li>.sub-menu>li>a {
  color: var(--white);
  font-size: 16px;
  display: block;
  padding: 15px 20px 15px 40px;
  border-bottom: 1px solid #ffa642;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home .site-header__menu>ul>li>.sub-menu>li>a {
  border-bottom-color: #8555a9;
}

.site-header__menu>ul>li>.sub-menu>li:last-child>a {
  border-bottom: 0;
}

.site-header__menu>ul>li>.sub-menu>li>a .icon {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}

.site-header__menu>ul>li>.sub-menu>li>a .icon svg {
  vertical-align: top;
}

.site-header__menu>ul>li>.sub-menu>li>a .icon svg * {
  fill: var(--white);
}

.site-header__menu>ul>li>.sub-menu>li>a:hover,
.site-header__menu>ul>li>.sub-menu>li.current-menu-item>a {
  color: var(--white);
  background-color: #7534a5;
}

.home .site-header__menu>ul>li>.sub-menu>li>a:hover {
  background-color: var(--orange);
}

.site-header__cta {
  margin-left: 30px;
}

.site-header__cta .btn--custom {
  color: var(--purple);
  border: 1px solid var(--white);
  background-color: var(--white);
}

.site-header__cta .btn--custom::before {
  background-color: #f9f9f9;
}

.home .site-header__cta .btn--custom::before {
  background-color: var(--purple-dark);
}

.home .site-header__cta .btn--custom {
  color: var(--white);
  border: 1px solid var(--purple);
  background-color: var(--purple);
}

.site-header__cta .btn--custom img {
  margin-left: 10px;
}

.site-header.fixed .site-header__cta .btn--custom {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  color: var(--white);
}

.site-header.fixed .site-header__cta .btn--custom::before {
  background-color: var(--purple-dark);
}

/********** Mobile Menu **********/
.mobile-menu__icon {
  width: 50px;
  height: 50px;
  position: relative;
  border: 2px solid var(--white);
  padding: 12px 10px;
  border-radius: 40px;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

.home .mobile-menu__icon,
.fixed .mobile-menu__icon {
  border: 2px solid var(--purple);
}

.mobile-menu__icon span {
  position: absolute;
  display: block;
  height: 3px;
  background-color: var(--white);
  left: 12px;
  right: 12px;
  transition: all 0.3s ease;
}

.home .mobile-menu__icon span,
.fixed .mobile-menu__icon span {
  background-color: var(--purple);
}

.mobile-menu__icon span:nth-child(1) {
  transform: translate(0px, 0px);
  transform-origin: left;
}

.mobile-menu__icon span:nth-child(2) {
  transform: translate(0px, 9px);
}

.mobile-menu__icon span:nth-child(3) {
  transform: translate(0px, 18px);
  transform-origin: left;
}

.mobile-menu__icon.active span:nth-child(1) {
  transform: translate(3px, 1px) rotate(50deg);
}

.mobile-menu__icon.active span:nth-child(2) {
  width: 0;
}

.mobile-menu__icon.active span:nth-child(3) {
  transform: translate(3px, 18px) rotate(-50deg);
}

.mobile-menu-col {
  position: static;
}

.mobile-menu__main {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  background-color: var(--white);
  box-shadow: 0px 5px 5px #f7f7f7;
}

.mobile-menu__main .menu {
  padding: 30px 0 0;
}

.mobile-menu__main .menu>li {
  position: relative;
}

.mobile-menu__main .menu>li>a {
  padding: 15px 20px;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #efefef;
}

.mobile-menu__main .menu>li:first-child>a {
  border-top: 1px solid #efefef;
}

.mobile-menu__main .menu>li.menu-item-has-children>a {
  padding-right: 60px;
}

.mobile-menu__main .menu>li .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 59px;
  cursor: pointer;
}

.mobile-menu__main .menu>li .arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--black);
  margin: -1px 0 0 -10px;
}

.mobile-menu__main .menu>li .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--black);
  margin: -1px 0 0 -10px;
  transform: rotate(90deg);
}

.mobile-menu__main .menu>li .arrow.active:after {
  transform: rotate(0deg);
}

.mobile-menu__main .sub-menu {
  display: none;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}

.mobile-menu__main .sub-menu li a {
  display: block;
  position: relative;
  padding: 12px 20px 12px 75px;
}

.mobile-menu__main .sub-menu li .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 40px;
  top: 13px;
}

.mobile-menu__main .sub-menu li .icon svg {
  vertical-align: top;
}

.mobile-menu__main .sub-menu li .icon svg * {
  fill: var(--black);
}

.mobile-menu__cta {
  padding: 30px 20px;
  text-align: center;
}

/********** Home - Hero Banner **********/
.hero-banner__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  max-height: 970px;
  min-height: 930px;
  background-image: url("../images/banner-background.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.hero-banner__inner .cloud {
  position: absolute;
}

.hero-banner__inner .cloud.first {
  top: 30%;
  left: -20px;
  animation: couldupdown 3s infinite;
}

.hero-banner__inner .cloud.second {
  top: 14%;
  left: 30%;
  animation: couldleftright 3s infinite;
}

.hero-banner__inner .cloud.third {
  top: 11%;
  right: 25%;
  animation: couldleftright 4s infinite;
}

.hero-banner__inner .cloud.fourth {
  top: 20%;
  right: -60px;
  animation: couldupdown 4s infinite;
}

.hero-banner__inner .container {
  max-width: 1400px;
  position: relative;
}

.hero-banner__content {
  margin-bottom: 40px;
}

.hero-banner__content h1 {
  margin-bottom: 25px;
}

.hero-banner__content h1 .text {
  color: var(--orange);
}

.hero-banner__content p {
  font-size: 26px;
  margin-bottom: 10px;
}

.banner-button {
  margin-top: 30px;
}

.hero-banner__image {
  position: relative;
  max-width: 1770px;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  /* background-image: url(../images/building-background.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed; */
}

.hero-banner__image .hiddenimage {
  opacity: 0;
}

.hero-banner__image .heritage {
  position: absolute;
  bottom: 0;
}

.hero-banner__image .heritage1 {
  left: 10%;
  width: 21%;
  bottom: -32px;
  z-index: 1;
}

.hero-banner__image .heritage2 {
  left: 30%;
  width: 7%;
  bottom: -32px;
  z-index: 1;
}

.hero-banner__image .heritage3 {
  left: 37%;
  width: 24%;
  bottom: -37px;
  z-index: 1;
}

.hero-banner__image .heritage4 {
  left: 58%;
  width: 7.4%;
  bottom: -5px;
  z-index: 1;
}

.hero-banner__image .heritage5 {
  left: 62.4%;
  width: 10%;
  bottom: -5px;
  z-index: 1;
}

.hero-banner__image .heritage6 {
  left: 74%;
  width: 22%;
  bottom: -25px;
  z-index: 1;
}

.hero-banner__image .trees {
  left: 3%;
  width: 97%;
  bottom: -85px;
}

@keyframes couldupdown {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes couldleftright {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(20px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* .hero-banner__inner .hero-banner__content h1,
.hero-banner__inner .hero-banner__content p,
.hero-banner__inner .hero-banner__content .banner-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.hero-banner__inner.loaded .hero-banner__content h1,
.hero-banner__inner.loaded .hero-banner__content p,
.hero-banner__inner.loaded .hero-banner__content .banner-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hero-banner__inner.loaded .hero-banner__content h1 {
    -webkit-transition: all 1s ease .3s;
    transition: all 1s ease .3s;
}
.hero-banner__inner.loaded .hero-banner__content p {
    -webkit-transition: all 1s ease .6s;
    transition: all 1s ease .6s;
}
.hero-banner__inner.loaded .hero-banner__content .banner-button {
    -webkit-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
} */
/* .hero-banner__inner .hero-banner__image {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.hero-banner__inner.loaded .hero-banner__image {
    -webkit-transition: all 1s ease 2s;
    transition: all 1s ease 2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */

/* .hero-banner__inner .hero-banner__image .heritage:not(.trees) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.hero-banner__inner.loaded .hero-banner__image .heritage {
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} */

/********** Home - Clients **********/
.home-clients {
  padding: 150px 0 110px;
}

.home-clients .pattern--right {
  position: absolute;
  right: 0;
  top: 80px;
}

.home-clients .pattern--right>div {
  position: relative;
}

.home-clients .col-auto {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 40px 0;
}

.home-clients .box img {
  display: block;
  margin: 0 auto;
}

/********** Home - Portfolio **********/
.portfolio .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.portfolio__item {
  position: sticky;
  top: 100px;
  background-color: var(--white);
}

.portfolio__item:nth-child(even) {
  background-color: var(--lightgray);
}

.portfolio__item:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.portfolio__item .row {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.portfolio__item .row>div {
  padding-left: 0;
  padding-right: 0;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio__item .row>div:nth-child(1) {
  background-color: var(--purple);
  position: relative;
}

.portfolio__item:nth-child(even) .row>div:nth-child(1) {
  background-color: var(--orange);
}

.portfolio__item .row>div:nth-child(1)::before,
.portfolio__item .row>div:nth-child(1)::after {
  content: "";
  display: block;
  width: 214px;
  height: 100%;
  position: absolute;
  right: -70px;
  top: 0;
  background: var(--lightgray);
}

.portfolio__item .row>div:nth-child(1)::after {
  background: url("../images/portfolio-yellow-pattern.png") no-repeat center right;
}

.portfolio__item:nth-child(odd) .row>div:nth-child(1)::before,
.portfolio__item:nth-child(odd) .row>div:nth-child(1)::after {
  left: -70px;
  right: inherit;
}

.portfolio__item:nth-child(odd) .row>div:nth-child(1)::before {
  background-color: var(--white);
}

.portfolio__item:nth-child(odd) .row>div:nth-child(1)::after {
  background: url("../images/portfolio-purple-pattern.png") no-repeat center left;
}

.portfolio__item:nth-child(even) .fadeInRightcustom {
  -webkit-animation-name: fadeInLeftcustom;
  animation-name: fadeInLeftcustom;
}

.portfolio__item:nth-child(even) .fadeInLeftcustom {
  -webkit-animation-name: fadeInRightcustom;
  animation-name: fadeInRightcustom;
}

.portfolio__image {
  position: relative;
  text-align: center;
  width: calc(100% - 70px);
  z-index: 1;
}

.portfolio__item:nth-child(even) {}

.portfolio__image img {
  width: 85%;
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto;
}

.portfolio__content {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 90px 20px 20px;
}

.portfolio__item:nth-child(even) .portfolio__content {
  padding: 20px 20px 20px 90px;
}

.portfolio__content .logo-icon {
  margin-bottom: 25px;
}

.portfolio__content h2 {
  margin-bottom: 20px;
}

.home .portfolio__content h2 {
  display: none;
}

.portfolio__content .btn+.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.view-more {
  margin-top: 50px;
}

/********** Home - Counter **********/
.counter__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.counter__top-title {
  width: 45%;
  padding-right: 15px;
}

.counter__top-content {
  width: 55%;
}

.counter__top-content p {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.counter__box {
  text-align: center;
  padding-top: 70px;
}

.counter__list .row>div:nth-child(1) .counter__box {
  background-image: url("../images/home-counter-1bg.png");
  background-repeat: no-repeat;
  background-position: left -7px top -7px;
}

.counter__list .row>div:nth-child(2) .counter__box {
  background-image: url("../images/home-counter-2bg.png");
  background-repeat: no-repeat;
  background-position: left 10px top -5px;
}

.counter__list .row>div:nth-child(3) .counter__box {
  background-image: url("../images/home-counter-3bg.png");
  background-repeat: no-repeat;
  background-position: left -2px top -3px;
}

.counter__list .row>div:nth-child(4) .counter__box {
  background-image: url("../images/home-counter-4bg.png");
  background-repeat: no-repeat;
  background-position: left 19px top 0px;
}

.counter__box .number-wrap {
  margin-bottom: 30px;
}

.counter__box .number-wrap .number {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  display: inline-block;
}

.counter__box .number-wrap span {
  font-size: 22px;
  font-weight: 900;
}

.counter__box .text {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

/********** Home - How We Fix **********/
.how-we-fix {
  position: relative;
}

.how-we-fix::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 425px;
  bottom: 30px;
  background-color: var(--lightgray);
}

.page-template-template-about .how-we-fix::before {
  display: none;
}

.how-we-fix .title+.single-image {
  display: none;
}

.how-we-fix .single-image img {
  border-radius: 10px;
}

.how-we-fix .title,
.how-we-fix .editor-content,
.how-we-fix .link {
  padding-left: 30px;
}

.how-we-fix .editor-content p {
  margin-bottom: 30px;
}

.how-we-fix .editor-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 10px;
}

.how-we-fix .editor-content ul li {
  color: var(--purple);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
  margin-bottom: 15px;
  width: 50%;
  padding-right: 25px;
}

/********** Home - Service **********/
.service .pattern--left {
  position: absolute;
  left: 0;
  top: 320px;
}

.service__row:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.service__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.service__box>div {
  padding: 0 15px;
}

.service__icon {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.service__icon img {
  width: 95%;
}

.service__content {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.service__content h3 {
  position: relative;
  margin-bottom: 20px;
}

.service__content h3 a {
  font-size: 28px;
  color: var(--purple);
}

.service__content h3 .plus {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.service__content h3 .plus:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--purple);
  margin: -1px 0 0 -10px;
}

.service__content h3 .plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--purple);
  margin: -1px 0 0 -10px;
  transform: rotate(90deg);
}

.service__content h3 .plus.active:after {
  transform: rotate(0deg);
}

.service__content ul {
  display: flex;
  flex-wrap: wrap;
}

.service__content ul li {
  width: 50%;
}

/********** Home - Process **********/
.our-process {
  position: relative;
  padding: 100px 0 70px;
}

.our-process::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 42.8275%;
  height: 91.91%;
  max-height: 650px;
  background: url("../images/process-orange-background.png") no-repeat bottom right;
  background-size: cover;
}

.our-process .title {
  max-width: 275px;
  width: 100%;
  margin: 0;
}

.our-process.purplebg .title small {
  color: var(--purple);
}

.our-process__top-slider-wrap {
  min-height: 530px;
  padding-top: 50px;
  position: relative;
}

.our-process__top-slider-wrap .swiper-pagination {
  font-size: 36px;
  font-weight: 900;
  position: absolute;
  right: 10px;
  bottom: 100px;
  width: auto;
  left: inherit;
  letter-spacing: -3px;
}

.our-process__top-slider-wrap .swiper-button-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.our-process__top-slider {
  max-width: 360px;
  width: 100%;
  margin: 0;
}

.our-process__box-content {
  position: relative;
  padding: 42px 0 0 75px;
}

.our-process__box-content .numicon {
  position: absolute;
  top: 0;
  left: 0;
}

.our-process__box-content h3 {
  margin-bottom: 10px;
}

.our-process__btm {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding-top: 30px;
}

.our-process__btm-box {
  padding: 0 15px 0 0;
}

.our-process__btm-box p {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.33;
}

.swiper-slide-thumb-active .our-process__btm-box p {
  color: var(--orange);
}

.our-process__btm-box p span {
  display: block;
}

.process__box-content span {
  color: var(--white);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 900;
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.process__box .process__box-content h3 {
  color: var(--white);
  line-height: 1.55;
  font-weight: 900;
  margin-bottom: 10px;
}

.process__box .process__box-content p {
  color: var(--white);
  font-size: 16px;
}

/********** Home - Case Study **********/
.case-study .pattern {
  position: absolute;
}

.case-study .pattern--left {
  top: -130px;
  left: 0;
}

.case-study .pattern--right {
  bottom: -120px;
  right: 0;
}

.case-study__image {
  margin-bottom: 25px;
}

.case-study__image a {
  display: block;
  position: relative;
}

.case-study__image .full {
  width: 100%;
}

.case-study__image .logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

small {
  color: var(--orange);
  font-size: 16px;
  font-weight: 900;
}

.case-study__content small {
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.case-study__content h3 {
  color: var(--white);
  font-size: 36px;
  margin-bottom: 22px;
}

/********** Home - Testimonial **********/
.testimonial__content {
  /* max-width: 440px; */
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.testimonial__content h3 {
  color: var(--purple);
  margin-bottom: 10px;
}

.testimonial__user-info {
  position: relative;
  max-width: 340px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

.testimonial__user-info .thumbnail {
  width: 70px;
  height: 70px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.testimonial__user-name {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  display: block;
}

.testimonial__user-name strong {
  display: block;
  font-size: 20px;
}

.video-box {
  display: block;
}

.video-box.overlay a {
  display: block;
  position: relative;
}

.video-box.overlay a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.video-box>a {
  display: block;
  position: relative;
}

.video-box>a>img {
  width: 100%;
}

.video-box .icon {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.video-box .icon i {
  font-size: 48px;
  color: var(--orange);
  background-color: var(--white);
  border-radius: 100%;
  position: relative;
}

.video-box .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  right: -14px;
  top: -14px;
  bottom: -14px;
  opacity: 0.5;
  border-radius: 100%;
  background-color: rgb(101, 47, 141);
  z-index: -1;
}

.video-box .icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  z-index: -1;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(101, 47, 141, 0.8);
  }

  70% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: 0 0 0 10px rgba(101, 47, 141, 0);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(101, 47, 141, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(101, 47, 141, 0.8);
  }

  70% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: 0 0 0 10px rgba(101, 47, 141, 0);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(101, 47, 141, 0);
  }
}

/********** Home - Lets Connect **********/
.lets-connect .title {
  padding-top: 25px;
}

.lets-connect__form {
  max-width: 780px;
  width: 100%;
}

/********** Home - Blog **********/
.related-blog {
  padding: 120px 0 150px;
}

.related-blog__slider-wrap .swiper-button-wrap {
  position: absolute;
  right: 0;
  top: -55px;
  width: 110px;
  height: 15px;
}

.related-blog__box {
  position: relative;
  border-radius: 15px;
  margin: 0 10px 15px;
  transition: all 0.3s ease;
}

.related-blog__image img {
  border-radius: 15px;
}

.related-blog__content {
  padding: 25px 35px 30px;
  border-radius: 15px;
  background-color: var(--white);
}

.related-blog__content .date {
  margin-bottom: 10px;
}

.related-blog__content h3 {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.related-blog__content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 15px;
}

.arrow-link a {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  color: var(--purple);
}

.arrow-link a img {
  margin-left: 10px;
  transform: translateX(0px);
  transition: all 0.3s ease;
}

.arrow-link a:hover img {
  transform: translateX(5px);
}

.related-blog__box:hover {
  box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
}

.related-blog .view-more {
  margin-top: 30px;
}

/********** Home - Full width image text **********/
.full-width-image-text {
  padding: 150px 0 550px;
}

.full-width-image-text .pattern--left {
  /* position: absolute;
    top: -270px;
    left: 0; */
  display: none;
}

.full-width-image-text .container {
  max-width: 900px;
}

.full-width-image-text h3 {
  color: var(--white);
  font-size: 36px;
  line-height: 1.6;
}

.full-width-image-text .btn {
  margin-top: 50px;
}

/********** Footer **********/
.home .site-footer {
  margin-top: -400px;
}

.site-footer {
  margin-bottom: 57px;
}

.site-footer .pattern--right {
  position: absolute;
  right: 0;
  top: -120px;
}

.site-footer.purplebg-curve {
  padding: 0;
}

.site-footer__background-image {
  background-image: url("../images/footer-main-background.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 120px 0 0;
}

.site-footer .container {
  max-width: 1000px;
}

.site-footer__logo {
  margin-bottom: 50px;
}

.site-footer__logo img {
  max-width: 358px;
  width: 100%;
  margin: 0 auto;
}

.site-footer h4 {
  font-size: 20px;
  color: var(--orange);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.site-footer__link ul {
  list-style-type: none;
}

.site-footer__link ul li {
  margin-bottom: 13px;
}

.site-footer__link ul li a {
  color: var(--white);
}

.site-footer__link ul li a:hover {
  color: var(--orange);
}

.site-footer__contact-info>div {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.site-footer__contact-info .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
}

.site-footer__contact-info p,
.site-footer__contact-info p a {
  color: var(--white);
}

.site-footer__contact-info p a:hover {
  color: var(--orange);
}

.site-footer .social-media-link {
  padding-top: 20px;
}

.social-media-link a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.site-footer .social-media-link a {
  margin-right: 15px;
}

.site-footer .social-media-link a:last-child {
  margin-right: 0;
}

.social-media-link a {
  color: var(--purple);
  font-size: 28px;
}

.site-footer .social-media-link a {
  color: var(--white);
  font-size: 20px;
}

.social-media-link a:hover {
  color: var(--orange);
}

.footer-copyright {
  padding: 84px 15px 10px;
  background-image: url("../images/footer-background-pattern.png");
  background-position: center bottom -7px;
  background-repeat: no-repeat;
}

.footer-copyright p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

/********** Inner Banner **********/
.inner-banner {
  height: 650px;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.inner-banner h1 {
  color: #ffffff;
  font-size: 60px;
  max-width: 650px;
  width: 100%;
  margin: 50px 0 0;
}

.inner-banner__pattern {
  position: absolute !important;
  right: 0;
  top: 125px;
}

/********** About Us Page **********/
.top-content h2 {
  font-size: 30px;
}

.top-content h2+p {
  margin-top: 25px;
}

.top-content .center-row {
  position: relative;
}

.top-content .center-row::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 270px;
  background: url("../images/logo-icon.svg") no-repeat center center;
  background-size: 100%;
  opacity: 0.1;
}

blockquote {
  margin: 0;
  padding: 40px 30px;
  background: var(--orange);
  color: var(--white);
  border-radius: 5px;
  font-size: 30px;
  font-style: italic;
  border-left: 5px solid var(--purple);
}

blockquote p {
  color: var(--white);
}

.two-col-images .single-image {
  position: relative;
}

.two-col-images .single-image img {
  width: 100%;
  object-fit: cover;
}

.two-col-images .single-image .fullheight {
  height: 730px;
}

.two-col-images .single-image .halfheight {
  height: 350px;
}

.two-col-images .single-image .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}

.two-col-images .single-image .icon::before {
  display: none;
}

.two-col-images .single-image .icon i {
  font-size: 50px;
  color: var(--white);
  background-color: var(--orange);
  border-radius: 100%;
  position: relative;
}

.two-col-images>.container-fluid {
  padding: 0;
}

.two-col-images>.container-fluid>.row {
  margin-left: 0;
  margin-right: 0;
}

.about-testimonial__top-slider {
  max-width: 770px;
  width: 100%;
  cursor: e-resize;
}

.about-testimonial__top-content {
  display: flex;
}

.about-testimonial__top-content .number {
  width: 35%;
}

.about-testimonial__top-content .number img {
  transform: translateX(30px);
}

.about-testimonial__top-content .box {
  width: 65%;
  padding-top: 35px;
}

.about-testimonial__top-content .box h2 {
  margin-bottom: 25px;
}

.about-testimonial__bottom-content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.swiper-slide-thumb-active .about-testimonial__bottom-content {
  border-color: rgba(112, 112, 112, 0.2);
}

.about-testimonial__bottom-content .number {
  width: 87px;
  height: 105px;
  position: relative;
  flex: 0 0 auto;
}

.about-testimonial__bottom-content .number img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.about-testimonial__bottom-content .number .active {
  opacity: 0;
}

.swiper-slide-thumb-active .about-testimonial__bottom-content .number .active,
.about-testimonial__bottom-content .number .not-active {
  opacity: 1;
}

.about-testimonial__bottom-content .box {
  margin-bottom: 10px;
}

.about-testimonial__bottom-content .box h3 {
  font-size: 22px;
}

.swiper-slide-thumb-active .about-testimonial__bottom-content .box h3 {
  color: var(--purple);
}

.inner-clients.home-clients {
  padding: 100px 0 60px;
}

.inner-clients .pattern--left {
  position: absolute;
  top: -200px;
  left: 0;
}

.inner-clients .single-image img {
  display: block;
  margin: 0 auto;
}

.team .row>div .team-box .single-image,
.team .row>div:nth-child(5) .team-box .single-image,
.team .row>div:nth-child(9) .team-box .single-image,
.team .row>div:nth-child(10) .team-box .single-image,
.team .row>div:nth-child(14) .team-box .single-image {
  background-color: rgba(101, 47, 141, 0.4);
}

.team .row>div:nth-child(2) .team-box .single-image,
.team .row>div:nth-child(6) .team-box .single-image,
.team .row>div:nth-child(7) .team-box .single-image,
.team .row>div:nth-child(11) .team-box .single-image,
.team .row>div:nth-child(15) .team-box .single-image {
  background-color: rgba(245, 145, 33, 0.4);
}

.team .row>div:nth-child(3) .team-box .single-image,
.team .row>div:nth-child(4) .team-box .single-image,
.team .row>div:nth-child(8) .team-box .single-image,
.team .row>div:nth-child(12) .team-box .single-image,
.team .row>div:nth-child(13) .team-box .single-image {
  background-color: rgba(238, 64, 55, 0.4);
}

.team-box .single-image {
  margin-bottom: 30px;
}

.team-box .single-image img {
  width: 100%;
}

.team-box .name {
  font-size: 22px;
  font-weight: 900;
}

.team-box .experience {
  font-size: 14px;
  display: none;
}

.team-box .designation {
  font-size: 18px;
}

.coffee-cta .single-image img {
  display: block;
  margin: 0 auto;
}

.white-popup-block {
  background: var(--white);
  padding: 30px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popup-modal-dismiss {
  cursor: pointer;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  right: -15px;
  top: -15px;
  background: var(--white);
  opacity: 1 !important;
  z-index: 1;
}

.video-popup {
  max-width: 1000px;
}

.video-wrap {
  position: relative;
  padding-top: 56.25%;
}

.video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/********** Service Listing Page **********/
.full-width-image img {
  width: 100%;
}

.service-list .row {
  overflow: hidden;
}

.service-list .row:not(:last-child) {
  margin-bottom: 120px;
}

.service-list .row:nth-child(even) {
  flex-direction: row-reverse;
}

.service-list .row:nth-child(even) .fadeInLeftcustom {
  -webkit-animation-name: fadeInRightcustom;
  animation-name: fadeInRightcustom;
}

.service-list .row:nth-child(even) .fadeInRightcustom {
  -webkit-animation-name: fadeInLeftcustom;
  animation-name: fadeInLeftcustom;
}

.service-list__content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.service-list__content h3 a {
  color: var(--purple);
}

.service-list__content h3+.service-list__image {
  display: none;
}

.service-list__content ul {
  display: flex;
  flex-wrap: wrap;
}

.service-list__content ul li {
  width: 50%;
}

.service-list__image img {
  width: 500px;
  display: block;
  margin: 0 auto;
}

.portfolio .single-image {
  overflow: hidden;
  position: relative;
}

.portfolio .single-image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c6304c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio .single-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

.portfolio .single-image.fullheight {
  height: 800px;
}

.portfolio .single-image.halfheight {
  height: 350px;
}

.portfolio .single-image.halfheight2 {
  height: 420px;
}

.portfolio .single-image .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 210px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio .single-image:hover::before {
  opacity: 1;
  visibility: visible;
}

.portfolio .single-image:hover .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.process__box {
  position: relative;
  text-align: center;
}

.process__box .arrow {
  position: absolute;
  left: 50%;
  top: 50px;
  background: url("../images/purple-line.png") repeat-x center center;
  height: 1px;
  width: 90%;
}

.process__box .arrow::before,
.process__box .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 17px;
  height: 17px;
  background: url("../images/process-arrow.png") no-repeat center center;
  margin-top: -8px;
}

.process__box .arrow::after {
  left: 70%;
}

.process__step .row {
  justify-content: center;
}

.process__step .row>div:last-child .process__box .arrow {
  display: none;
}

.process__box .number {
  width: 87px;
  height: 105px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: var(--white);
}

.process__box .number img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.process__box .number .active {
  opacity: 0;
}

.process__box .number .not-active {
  opacity: 1;
}

.process__step .row>div:nth-child(1) .process__box .number .active,
.process__box:hover .number .active {
  opacity: 1;
}

.process__box:hover .number .not-active {
  opacity: 1;
}

.process__box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.process__box p {
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.process__step .row>div:nth-child(1) .process__box p,
.process__box:hover p {
  opacity: 1;
  visibility: visible;
}

.full-width-testimonial__slider-wrap {
  position: relative;
}

.full-width-testimonial__slider-wrap .swiper-pagination {
  bottom: 30px;
  line-height: 0;
}

.full-width-testimonial__slider-wrap .swiper-pagination-bullet {
  margin: 0 5px !important;
}

.full-width-testimonial__slider-wrap .swiper-pagination-bullet-active {
  background-color: var(--white);
}

.full-width-testimonial__slider .swiper-wrapper .swiper-slide {
  height: auto;
}

.full-width-testimonial__slider .swiper-wrapper .swiper-slide:nth-child(3n + 1) {
  background-color: var(--red);
}

.full-width-testimonial__slider .swiper-wrapper .swiper-slide:nth-child(3n + 2) {
  background-color: var(--orange);
}

.full-width-testimonial__slider .swiper-wrapper .swiper-slide:nth-child(3n + 3) {
  background-color: var(--purple);
}

.full-width-testimonial .content p {
  color: var(--white);
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
}

.full-width-testimonial .content .name {
  color: var(--white);
  font-weight: 900;
}

.full-width-testimonial .content .designation {
  color: var(--white);
}

/********** Service Detail Page **********/
.service-top-left-right .title+.single-image {
  display: none;
}

.service-top-left-right {
  position: relative;
  overflow: hidden;
}

.service-top-left-right::before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: inherit;
  bottom: 0;
  width: 270px;
  height: 500px;
  background: url("../images/service-top-content-pattern.png") no-repeat left top;
  background-size: 100%;
}

.service-top-left-right .single-image img {
  width: 100%;
  position: relative;
}

.service-other-content .row {
  margin-bottom: 120px;
}

.service-other-content .row:nth-child(even) {
  flex-direction: row-reverse;
}

/* .service-other-content .image-col .single-image {
    margin-right: -53%;
}
.service-other-content .row:nth-child(even) .image-col .single-image {
    margin-left: -53%;
    margin-right: 0;
} */
.service-other-content .content-box h3+.single-image {
  display: none;
}

.service-other-content .content-box {
  max-width: 490px;
  width: 100%;
}

.service-other-content .row:nth-child(even) .content-box {
  -webkit-animation-name: fadeInRightcustom;
  animation-name: fadeInRightcustom;
  margin-left: auto;
}

.service-other-content .content-box .editor-content {
  margin-top: 25px;
}

.service-type .pattern--right {
  position: absolute;
  right: 0;
  top: 130px;
}

.other-services .other-related__box .single-image::before {
  display: none;
}

.service-type__box {
  max-width: 320px;
  width: 100%;
  margin: 20px auto 0;
}

.service-type__box .icon {
  position: relative;
  margin-bottom: 15px;
}

.service-type__box .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  top: -55px;
  width: 141px;
  height: 133px;
  background: url("../images/service-types-pattern.png") no-repeat center center;
}

.service-type__box .icon img {
  position: relative;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.service-type__box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.other-related__box .single-image {
  position: relative;
  margin-bottom: 15px;
}

.other-related__box .single-image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c6304c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.other-related__box .single-image .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 210px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.other-related__box .single-image:hover::before {
  opacity: 0.9;
  visibility: visible;
}

.other-related__box .single-image:hover .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.other-related__box h3 {
  font-size: 22px;
  text-align: center;
}

.other-related:not(.other-services) .other-related__box h3 a {
  color: var(--purple);
}

.other-related .container {
  max-width: 1600px;
}

.other-related__box .single-image img {
  width: 90%;
  height: 360px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.faq-list .card {
  padding: 0;
  border: 0;
  border-radius: 15px !important;
  border: 1px solid rgba(112, 112, 112, 0.22) !important;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-list .card.active {
  border-color: transparent !important;
  box-shadow: 0px 0px 80px rgb(0 0 0 / 10%);
}

.faq-list .card .card-header {
  font-size: 22px;
  font-weight: 900;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.faq-list .card .card-header a {
  position: relative;
  padding: 20px 60px 20px 40px;
  display: block;
}

.faq-list .card .card-header a::before {
  content: "";
  display: block;
  width: 29px;
  height: 12px;
  background: url("../images/right-arrow-orange.svg") no-repeat center center;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-list .card .card-header a.collapsed::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-list .card .card-body {
  padding: 0 40px 30px 40px;
}

/********** Blog Listing Page **********/
.blog-listing__filter::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #707070;
  opacity: 0.5;
}

.blog-listing__filter ul {
  list-style-type: none;
}

.blog-listing__filter ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px 0 0;
}

.blog-listing__filter ul li:last-child {
  padding: 0;
}

.blog-listing__filter ul li a {
  opacity: 0.5;
  color: var(--black);
  font-size: 22px;
  font-weight: 900;
  display: block;
  position: relative;
  padding: 0 5px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-listing__filter ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background-color: var(--orange);
  border-radius: 5px;
  opacity: 0;
}

.blog-listing__filter ul li a.active,
.blog-listing__filter ul li a:hover {
  color: var(--orange);
  opacity: 1;
}

.blog-listing__filter ul li a.active::before,
.blog-listing__filter ul li a:hover::before {
  opacity: 1;
}

.blog-listing__image {
  margin-bottom: 30px;
}

.blog-listing__image a {
  display: block;
}

.blog-listing__box h2 {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-listing .view-more {
  margin-top: 0;
}

/********** Blog Detail Page **********/
.blog-detail__author img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
  flex: 0 0 auto;
}

.blog-detail__author .author-info {
  padding-left: 30px;
}

.blog-detail__author .name {
  font-size: 18px;
  font-weight: 900;
}

.blog-detail__content .editor-content img {
  margin-top: 20px;
  padding-bottom: 40px;
}

/********** Contact Us Page **********/
.contact-top__form {
  max-width: 455px;
  width: 100%;
}

.contact-top__info {
  padding: 60px 100px;
  height: calc(100% - 35px);
}

.contact-top__info-box>div {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.contact-top__info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
}

.contact-top__info-box p a:hover {
  color: var(--orange);
}

.gmap {
  position: relative;
  height: 600px;
  margin-bottom: 100px;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-template-template-conatct .coffee-cta {
  display: none;
}

/********** Case Study Listing Page **********/
.case-study-list__featured .content {
  height: 100%;
  padding: 25px 25px;
  position: relative;
  color: var(--white);
}

.case-study-list__featured .content a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case-study-list__featured .content a h2 {
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-list__featured .content a p {
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-list__featured .content a p strong {
  display: block;
}

.case-study-list h3 {
  margin-top: 22px;
  font-size: 22px;
}

.portfolio_inner .portfolio__item {
  position: relative;
  top: 0;
}

/********** Case Study Detail Page **********/
.case-study-zigzag .row {
  margin-bottom: 100px;
}

.case-study-zigzag .row:nth-child(even) {
  flex-direction: row-reverse;
}

.case-study-zigzag .row:nth-child(even) .fadeInLeftcustom {
  -webkit-animation-name: fadeInRightcustom;
  animation-name: fadeInRightcustom;
}

.case-study-zigzag .row:nth-child(even) .fadeInRightcustom {
  -webkit-animation-name: fadeInLeftcustom;
  animation-name: fadeInLeftcustom;
}

.case-study-zigzag .content-col {
  display: flex;
  align-items: center;
}

.case-study-zigzag__content {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.case-study-zigzag h2+.single-image {
  display: none;
}

.case-study-zigzag .single-image {
  height: 100%;
}

.case-study-zigzag .single-image img {
  width: 100%;
}

.content-mobile-screens .single-image {
  margin-left: -40%;
  position: relative;
}

.content-mobile-screens .single-image .image-background {
  position: absolute;
  right: 0;
  top: 55px;
  bottom: 0;
  width: 70%;
}

.content-mobile-screens .single-image img {
  position: relative;
  display: block;
  margin-left: auto;
}

.content-mobile-screens .content-box {
  padding-top: 260px;
}

.content-mobile-screens .content-box h2 {
  margin-bottom: 20px;
}

.content-mobile-screens .content-box h2+.single-image {
  display: none;
}

.laptop-screenshots__slider-wrap {
  position: relative;
}

.laptop-screenshots__slider-wrap .laptop-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 43%;
  z-index: 1;
  margin: 0 auto;
  pointer-events: none;
}

.laptop-screenshots__slider-wrap .laptop-image img {
  width: 100%;
}

.laptop-screenshots__slider .single-image {
  position: relative;
  padding: 100px;
  transition: all 0.3s ease;
}

.laptop-screenshots__slider .single-image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.laptop-screenshots__slider .swiper-slide-active .single-image {
  padding: 5% 0 0 1%;
}

.laptop-screenshots__slider .swiper-slide-active .single-image::before {
  opacity: 0;
  visibility: hidden;
}

.mobile-screens .single-image img {
  display: block;
  margin: 0 auto;
}

.mobile-screens .content .single-image {
  display: none;
}

@-webkit-keyframes fadeInRightcustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightcustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRightcustom {
  -webkit-animation-name: fadeInRightcustom;
  animation-name: fadeInRightcustom;
}

@-webkit-keyframes fadeInLeftcustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftcustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeftcustom {
  -webkit-animation-name: fadeInLeftcustom;
  animation-name: fadeInLeftcustom;
}

@-webkit-keyframes fadeInUpcustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUpcustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUpcustom {
  -webkit-animation-name: fadeInUpcustom;
  animation-name: fadeInUpcustom;
}

@-webkit-keyframes fadeInscale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeInscale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fadeInscale {
  -webkit-animation-name: fadeInscale;
  animation-name: fadeInscale;
}

[role="button"],
.btn:not(:disabled):not(.disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: none;
}

.cursor,
.cursor2 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
}

.cursor {
  height: 0;
  width: 0;
  z-index: 99999;
}

.cursor2 {
  height: 36px;
  width: 36px;
  z-index: 99998;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cursor2 {
  border: 2px solid #f59121;
}

.cursor2.hover {
  -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
  transform: scale(2) translateX(-25%) translateY(-25%);
  border: none;
  background: rgba(245, 145, 33, 0.7);
}

/********** Inquiry Page **********/
.page-template-template-enquiry .coffee-cta {
  display: none;
}

.inquiry-top__form {
  background-color: var(--lightgray);
  border-radius: 5px;
  padding: 60px 15px 35px;
}

.inquiry-top__form .light-form-block {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/********** 404 Page **********/
.error-404 {
  padding: 150px 0;
}

.error-404 .page-content {
  margin-top: 10px;
}

/********** Dark Mode **********/
/* .darkmode {
    background-color: var(--black);
}
.darkmode .cursor2 {
    mix-blend-mode: difference;
}
.darkmode .portfolio__item:nth-child(odd) .row > div:nth-child(1)::before {
    background-color: var(--black);
} */

.portfolio_inner .portfolio__item {
  display: none;
}

.footer_stick_text {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--white);
  background-color: var(--purple);
  text-align: center;
  padding: 12px 3px;
  -webkit-transform: translateY(58px);
  transform: translateY(58px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 91;
}

.footer_stick_text p,
.footer_stick_text a {
  color: var(--white);
}

.footer_stick_text.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.footer_stick_text a {
  display: inline-flex;
  display: -webkit-inline-box;
  align-items: center;
  margin-left: 10px;
}

.footer_stick_text a img {
  margin-left: 8px;
  vertical-align: middle;
}

.grecaptcha-badge {
  z-index: 95;
}

.page-id-376 .tools img {
  width: 80px;
  height: 80px;
}

.page-id-476 .tools img {
  width: 80px;
  height: 80px;
}

.page-id-480 .tools img {
  width: 120px;
  height: 120px;
}

.page-id-484 .tools img {
  width: 100px;
  height: 100px;
}

.page-id-478 .tools img {
  width: 120px;
  height: 120px;
}

.page-id-482 .tools img {
  width: 120px;
  height: 120px;
}

/******************hire-devloper******************/

.hire-devloper .service-type__box {
  border: solid 1px #ccc;
  width: 100%;
  padding: 0 15px 15px 15px;
  border-radius: 8px;
  height: calc(100% - 20px);
  max-width: 100%;
}

.hire-devloper .service-type__box ul {
  text-align: left;
  margin-left: 30px;
  font-size: 18px;
}