@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "innovate";
  src: url(../../assets/font/helvetica-neue-regular.ttf);
}
body {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #29313D;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.3;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.4;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: 36px;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 28px;
  line-height: 1.4;
}

h6,
.h6 {
  font-size: 24px;
  line-height: 1.4;
}

.container {
  max-width: 1440px;
}

.tf-section {
  position: relative;
  padding: 120px 0;
}
.tf-section.pd-82 {
  padding: 82px 0 128px;
}

ul, li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: unset;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-block;
}
a:hover {
  color: #FF5538;
  transition: all 0.3s;
}

.center {
  text-align: center;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-fx {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.wrap-fx.st {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.wrap-fx.st2 {
  flex-wrap: nowrap;
}
.wrap-fx.st3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.wrap-fx.st4 {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.wrap-fx.st5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
}

button,
input {
  border: none;
  outline: none;
}

.show-shadow {
  padding: 70px !important;
  margin: -70px !important;
}

.show-shadow2 {
  padding: 30px !important;
  margin: -30px !important;
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.font-body2 {
  font-size: 20px;
  line-height: 1.8;
}

.font-body3 {
  font-size: 18px;
  line-height: 1.4;
}

.relative {
  position: relative;
}

p.desc {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.78;
}
p.boder-style {
  border-left: 6px solid #FFC556;
  padding-left: 21px;
  text-transform: capitalize;
}
p.font-style2 {
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: -0.3px;
}

.boder-rd10 {
  border-radius: 10px;
}

.color-st1 {
  color: #5B5F77;
}

.text-capital {
  text-transform: capitalize;
}

.bg1 {
  background: #FDF9F8 !important;
}

.bg2 {
  background: #FAFAFA !important;
}

.bg3 {
  background: #30344E !important;
}

.bg4 {
  background: rgba(241, 251, 251, 0.5) !important;
}

.bg5 {
  background: #FCF8F8;
}

.tf-section.bg-white {
  background: #fff !important;
}

.m-t-160 {
  margin-top: -167px;
}

.boder {
  border-bottom: 1px solid rgba(41, 49, 61, 0.2);
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.themesflat-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.themesflat-pagination ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.themesflat-pagination ul li {
  padding: 0;
  margin: 0 14px;
}
.themesflat-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border: 1px solid #B7B3BD;
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  color: #29313D;
  font-size: 24px;
}
.themesflat-pagination ul li a.active, .themesflat-pagination ul li a:hover {
  background: #FF5538;
  border-color: #FF5538;
  color: #fff;
}
.themesflat-pagination ul li a.style {
  font-family: "DM Sans", sans-serif;
  color: #B7B3BD;
  border: none;
  height: 45px;
  width: 45px;
  font-size: 15px;
  font-weight: 700;
}
.themesflat-pagination ul li a.style:hover {
  background: none;
}
.themesflat-pagination.style2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.themesflat-pagination.style2 li {
  margin: 0 28px 0 0;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}
#scroll-top:before, #scroll-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-top:before {
  z-index: -1;
  background: #FF5538;
}
#scroll-top:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#scroll-top:hover {
  transform: translateY(-7%);
}

.flat-accordion .flat-toggle {
  position: relative;
  border: 1px solid #D6D8E8;
  margin-bottom: 16px;
  border-radius: 5px;
}
.flat-accordion .flat-toggle h6.toggle-title {
  padding: 18px 60px 16px 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  color: #5B5F77;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 0;
  text-transform: capitalize;
}
.flat-accordion .flat-toggle h6.toggle-title::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 14px;
  right: 34px;
  font-size: 25px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  color: #AFB1C1;
}
.flat-accordion .flat-toggle h6.toggle-title.active {
  background: #52C5B6;
  color: #fff;
}
.flat-accordion .flat-toggle h6.toggle-title.active::after {
  color: #fff;
  transform: rotate(-45deg);
}
.flat-accordion .flat-toggle .toggle-content {
  padding: 18px 28px 27px;
  display: none;
  font-family: "Inter", sans-serif;
  color: #5B5F77;
  font-size: 18px;
  line-height: 1.78;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.flat-accordion.style2 .flat-toggle {
  margin-bottom: 36px;
  border: none;
}
.flat-accordion.style2 .flat-toggle h6.toggle-title {
  padding: 0 40px 0px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  color: #3D3430;
  font-size: 24px;
  line-height: 1.36;
  margin-bottom: 0;
  background: transparent;
  text-transform: none;
}
.flat-accordion.style2 .flat-toggle h6.toggle-title::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 2px;
  right: -2px;
  font-size: 18px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #000000;
}
.flat-accordion.style2 .flat-toggle h6.toggle-title.active {
  background: transparent;
  color: #3D3430;
}
.flat-accordion.style2 .flat-toggle h6.toggle-title.active::after {
  color: #000000;
  content: "\f068";
  transform: rotate(0);
}
.flat-accordion.style2 .flat-toggle .toggle-content {
  padding: 20px 50px 0 0;
  display: none;
  font-family: #5F5450;
  color: #5B5F77;
  font-size: 18px;
  line-height: 2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
}
.flat-accordion.style3 .flat-toggle {
  margin-bottom: 36px;
  border: none;
}
.flat-accordion.style3 .flat-toggle h6.toggle-title {
  background: transparent;
  color: #29313D;
  padding: 0;
  border: none;
  padding-left: 24px;
  font-size: 24px;
  line-height: 1.4;
}
.flat-accordion.style3 .flat-toggle h6.toggle-title::after {
  left: 3px;
  top: 6px;
  color: #29313D;
  font-size: 15px;
  font-weight: 700;
}
.flat-accordion.style3 .flat-toggle h6.toggle-title.active::after {
  transform: rotate(0);
  content: "\f068";
}
.flat-accordion.style3 .flat-toggle .toggle-content {
  margin-top: 21px;
  background: #FCF5F3;
  padding: 30px 65px 30px 32px;
  text-transform: capitalize;
  font-family: "Nunito", sans-serif;
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 100;
  margin: -30px 0 0 -30px;
  background: #ffffff;
  border-radius: 50%;
  background-image: url("./../../assets/images/favicon.png");
  background-repeat: no-repeat;
  background-position: center center;
  animation: spin 2s linear infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.table-responsive {
  overflow-x: auto;
  width: 100%;
}

.table {
  margin-bottom: 0;
  table-layout: fixed;
}
.table > :not(:first-child) {
  border: none;
}
.table > thead {
  vertical-align: top;
}
.table > thead tr th {
  position: relative;
  border-bottom: none;
  border-right: 1px solid #D7E6F9;
  width: 25%;
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 38px 0 0 0;
}
.table > thead tr th::before {
  left: 0;
}
.table > thead tr th .bold {
  font-weight: 600;
  font-size: 28px;
}
.table > thead tr th.style {
  text-align: left;
  padding: 37px 20px 73px 20px;
}
.table > thead tr th.style .bold {
  font-size: 24px;
}
.table > thead tr th p {
  margin-bottom: 0;
}
.table > thead tr th .pricing {
  opacity: 0.7;
}
.table > thead tr th .pricing span {
  font-weight: 600;
}
.table > thead tr th .pricing.bold {
  font-size: 24px;
  margin-top: 5px;
}
.table > thead tr th.boder-none {
  border: none;
}
.table > thead tr th::before {
  position: absolute;
  top: 0;
  width: 330px;
  height: 14px;
  background: #D2EAFD;
  border-radius: 10px;
  content: "";
  left: 10px;
}
.table > thead tr th:nth-child(2)::before {
  background: #D2EAFD;
}
.table > thead tr th:nth-child(2)::before {
  background: #323232;
}
.table > thead tr th:nth-child(3)::before {
  background: #43CB83;
}
.table > thead tr th:nth-child(3) .pricing {
  margin-top: 5px;
}
.table > thead tr th:nth-child(4)::before {
  background: #845A9F;
}
.table > thead tr th:nth-child(4) .pricing {
  margin-top: 5px;
}
.table tbody {
  border: none;
}
.table tbody tr {
  height: 95px;
  line-height: 95px;
}
.table tbody tr.st {
  background: rgba(239, 244, 248, 0.6);
}
.table tbody tr td {
  padding: 0;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 0;
  border-right: 1px solid #D7E6F9;
  line-height: 94px;
}
.table tbody tr td p {
  opacity: 0.7;
  margin-bottom: 0;
}
.table tbody tr td.firt {
  text-align: left;
  font-weight: 600;
  line-height: 78px;
  padding: 0 10px 0 22px;
  line-height: 95px;
}
.table tbody tr td.boder-none {
  border: none;
}
.table tbody tr td svg {
  margin-top: -7px;
  margin-left: -5px;
}
.table tbody tr.button td {
  border: none;
}
.table tbody tr.button td:nth-child(2) a {
  width: 100%;
  background: #323232;
}
.table tbody tr.button td:nth-child(3) a {
  width: 100%;
  background: #43CB83;
}
.table tbody tr.button td:nth-child(4) a {
  width: 100%;
  background: #845A9F;
}
.table tbody tr.button td:nth-child(2):hover a, .table tbody tr.button td:nth-child(3):hover a, .table tbody tr.button td:nth-child(4):hover a {
  width: #fff;
  background: #6A55EA;
}
.table tbody tr.button td a,
.table tbody tr.button td p {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  opacity: 1;
  line-height: 95px;
  font-family: "Nunito", sans-serif;
}

.started-free {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.started-free input {
  border-radius: 18px;
  font-size: 18px;
  line-height: 1.8;
  height: 80px;
  min-width: 512px;
  background: #F3EEFE;
  padding: 0 23px;
  margin-right: 30px;
}
.started-free input::placeholder {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.8;
  text-transform: capitalize;
}
.started-free button {
  min-width: 205px;
  height: 80px;
  border-radius: 18px;
  padding: 0 48px;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  background: #8454F5;
  font-family: "Nunito", sans-serif;
  text-transform: capitalize;
}

.form-faq {
  position: relative;
  height: 64px;
  max-width: 466px;
}
.form-faq input {
  line-height: 62px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #29313D;
  font-weight: 600;
  border: 1px solid #FF5538;
  width: 100%;
  border-radius: 18px;
  padding: 0 28px;
}
.form-faq input::placeholder {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 2;
  color: #29313D;
  font-weight: 600;
  text-transform: capitalize;
}
.form-faq button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 85, 56, 0.2);
  border-radius: 12px;
}
.form-faq button svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-faq button:hover {
  background: #FF5538;
}
.form-faq button:hover svg path {
  stroke: white;
}

.contact-form {
  margin-top: 101px;
  position: relative;
}
.contact-form .title {
  padding-left: 8px;
  text-transform: capitalize;
  margin-bottom: 78px;
}
.contact-form .wrap {
  margin-bottom: 8px;
  margin-left: -30px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contact-form .left,
.contact-form .right {
  width: calc(50% - 30px);
  margin-left: 30px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
}
.contact-form fieldset {
  margin-bottom: 48px;
}
.contact-form fieldset label {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact-form fieldset input {
  background: #FBF3F0;
  height: 120px;
  padding: 0 30px;
  border-radius: 10px;
}
.contact-form fieldset textarea {
  border-radius: 10px;
  border: none;
  background: #FBF3F0;
  padding: 30px 30px;
  outline: none;
  min-height: 574px;
}
.contact-form fieldset textarea :focus {
  border: none;
  outline: none;
}
.contact-form fieldset ul {
  margin-bottom: 22px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contact-form fieldset ul li {
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #FBF3F0;
  padding: 0 60px;
  margin-right: 28px;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 1px solid #FBF3F0;
}
.contact-form fieldset ul li:last-child {
  margin: 0;
}
.contact-form fieldset ul li.active {
  border-color: #FF5538;
  background: #fff;
  color: #FF5538;
}
.contact-form fieldset.style label {
  margin-bottom: 29px;
}
.contact-form fieldset.style.flat-tabs {
  margin-top: 8px;
}
.contact-form fieldset.style.flat-tabs .content-tab {
  margin-bottom: 29px;
}
.contact-form fieldset.style.flat-tabs .content-tab .content-inner p {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-form button.tf-button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  height: 88px;
  padding: 13px 59px;
}

.flat-alert.msg-success {
  font-size: 18px;
  line-height: 36px;
  color: #6A55EA;
}
.flat-alert.msg-error {
  font-size: 18px;
  line-height: 36px;
  color: #FF5538;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(48px);
    transform: translate(48px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move5 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header.is-fixed {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
  opacity: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  visibility: hidden;
}
.header.is-fixed.is-small {
  background-color: #fff;
  top: 0;
  opacity: 1;
  visibility: visible;
  height: 90px;
}
.header #header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header #header-inner .main-nav {
  position: absolute;
  left: 35%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 17px;
}
.header #header-inner .main-nav.st2 {
  left: 30%;
}
.header #header-inner #main-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header #header-inner #main-nav .menu > li {
  position: relative;
  margin-right: 43.5px;
}
.header #header-inner #main-nav .menu > li > a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #29313D;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.header #header-inner #main-nav .menu > li > a:hover {
  color: #FF5538;
}
.header #header-inner #main-nav .menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.header #header-inner #main-nav .menu li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  right: 0;
  top: 50%;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  color: #29313D;
}
.header #header-inner #main-nav .menu li.menu-item-has-children > a:hover::after, .header #header-inner #main-nav .menu li.menu-item-has-children > a:hover {
  color: #FF5538;
}
.header #header-inner #main-nav .menu li.menu-item.current-menu-item > a {
  color: #FF5538;
}
.header #header-inner #main-nav .menu li.menu-item.current-menu-item > a::after {
  color: #FF5538;
}
.header #header-inner #main-nav.st2 .menu > li {
  margin-right: 45.5px;
}
.header #header-inner #main-nav.st2 .menu > li > a {
  padding-right: 22px;
  color: #fff;
}
.header #header-inner #main-nav.st2 .menu > li > a:hover::after {
  color: #FF5538;
}
.header #header-inner #main-nav.st2 .menu li.menu-item-has-children > a::after {
  color: #fff;
}
.header #header-inner #main-nav.st2 .menu li.menu-item-has-children > a:hover::after {
  color: #FF5538;
}
.header #header-inner #main-nav.st2 .menu li.menu-item.current-menu-item > a {
  color: #FF5538;
}
.header #header-inner #main-nav.st2 .menu li.menu-item.current-menu-item > a::after {
  color: #FF5538;
}
.header #header-inner #main-nav.st2 .menu li.menu-item.current-menu-item > a:hover::after {
  color: #FF5538;
}
.header.style2 {
  height: 132px;
}
.header.style3 {
  height: 124px;
}

.home2 .header.is-fixed.is-small {
  background: #30344E;
}

.home3 .button-header .tf-button.st12:hover {
  color: #fff;
}
.home3 .header.is-fixed.is-small {
  background: #082859;
}

.tf-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 13px 28px;
  font-weight: 600;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #FF5538;
  color: #FF5538;
  height: 64px;
  text-transform: capitalize;
}
.tf-button:hover {
  color: #fff;
  background-color: #FF5538;
}
.tf-button:hover::after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.tf-button.st2 {
  background: #FF5538;
  color: #fff;
}
.tf-button.st2:hover {
  border: 1px solid #FF5538;
  color: #FF5538;
  background: transparent;
}
.tf-button.st3 {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
  color: #30344E;
  padding: 13px 25px;
}
.tf-button.st3:hover, .tf-button.st3:active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.tf-button.st4 {
  padding: 13px 25px;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
.tf-button.st4:hover, .tf-button.st4:active {
  background-color: #fff;
  color: #30344E;
}
.tf-button.st5 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  padding: 13px 27px;
  border-radius: 5px;
  background: #FF5538;
  color: #fff;
}
.tf-button.st5:hover {
  background: transparent;
  border-color: #FF5538;
  color: #FF5538;
}
.tf-button.st6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  padding: 13px 28px;
  border-radius: 5px;
  background: #FF5538;
  color: #fff;
  font-weight: 400;
}
.tf-button.st6:hover {
  background: transparent;
  border-color: #FF5538;
  color: #FF5538;
}
.tf-button.st7 {
  margin: 0;
  font-family: "Nunito", sans-serif;
  padding: 13px 28px;
  border-radius: 5px;
  background: #FF5538;
  color: #fff;
  font-weight: 400;
}
.tf-button.st7:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.tf-button.st8 {
  margin: 0;
  padding: 13px 27px;
  border-radius: 18px;
  background: transparent;
  color: #fff;
  font-weight: 400;
  border-color: #fff;
}
.tf-button.st8:hover {
  background: #FF5538;
  border-color: #FF5538;
  color: #fff;
}
.tf-button.st9 {
  background: #6A55EA;
  color: #fff;
  border-color: #6A55EA;
}
.tf-button.st9:hover {
  border: 1px solid #8454F5;
  color: #8454F5;
  background: transparent;
}
.tf-button.st10 {
  background: transparent;
  color: #6A55EA;
  border-color: #6A55EA;
  border-radius: 14px;
  height: 58px;
  line-height: 58px;
  padding: 0 28px;
}
.tf-button.st10:hover {
  color: white;
  background: #6A55EA;
}
.tf-button.st11 {
  background: #8454F5;
  color: #fff;
  border-color: #8454F5;
  font-size: 20px;
  line-height: 2;
  height: 80px;
  line-height: 80px;
  padding: 0 47px;
}
.tf-button.st11:hover {
  border: 1px solid #8454F5;
  color: #8454F5;
  background: transparent;
}
.tf-button.st12 {
  background: #7258F7;
  color: #fff;
  border-color: #7258F7;
  font-family: "Open Sans", sans-serif;
}
.tf-button.st12:hover {
  border: 1px solid #7258F7;
  color: #221A2C;
  background: transparent;
}

.btn-action.style-2 {
  padding: 20px 48px;
  border-radius: 33px;
  z-index: 1;
  border: none;
}
.btn-action.style-2:hover {
  transition-delay: 0.5s;
}
.btn-action.style-2::before, .btn-action.style-2::after {
  background-color: #fff;
}

.view-all {
  margin-top: 72px;
}
.view-all .btn-action {
  padding: 9px 32px;
  font-size: 16px;
}

.button-header {
  display: flex;
}
.button-header .tf-button.st3 {
  margin-left: 13px;
}

.btn-nav-next,
.btn-nav-prev {
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  border: 1.5px solid #CECECE;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.btn-nav-next.active, .btn-nav-next:hover,
.btn-nav-prev.active,
.btn-nav-prev:hover {
  background: #FD5F36;
  border-color: #FD5F36;
}
.btn-nav-next.active::before, .btn-nav-next:hover::before,
.btn-nav-prev.active::before,
.btn-nav-prev:hover::before {
  color: #fff;
}
.btn-nav-next::before,
.btn-nav-prev::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Font Awesome 5 Pro";
  color: #CECECE;
  font-size: 20px;
}

.btn-nav-next::before {
  content: "\f061";
}

.btn-nav-prev::before {
  content: "\f060";
}

.swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  background: #DBDBDB;
  margin: 0 4px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FD5F36;
  margin: 0 15px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #FD5F36;
  overflow: visible;
}

/* animation slider */
.box-slider .content-box .review,
.box-slider .content-box .login,
.box-slider .content-box .wrap-btn,
.box-slider .content-box h1,
.box-slider .content-box .sub-title {
  transform: translateY(100px);
  opacity: 0;
}

.box-slider .video {
  opacity: 0;
}

.box-slider .image-slider {
  transform: translateX(100px);
  opacity: 0;
}

.swiper-slide-active .team-slider .image,
.swiper-slide-active .box-slider .video {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 800ms ease, opacity 800ms ease;
  -moz-transition: transform 800ms ease, opacity 800ms ease;
  -ms-transition: transform 800ms ease, opacity 800ms ease;
  -o-transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition-delay: 1000ms;
}

.swiper-slide-active .team-slider .image {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 500ms ease, opacity 500ms ease;
  -moz-transition: transform 500ms ease, opacity 500ms ease;
  -ms-transition: transform 500ms ease, opacity 500ms ease;
  -o-transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition-delay: 500ms;
}

.swiper-slide-active .box-slider .content-box .review,
.swiper-slide-active .box-slider .content-box .login,
.swiper-slide-active .box-slider .image-slider,
.swiper-slide-active .box-slider .content-box .wrap-btn,
.swiper-slide-active .box-slider .content-box h1,
.swiper-slide-active .box-slider .content-box .sub-title {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 800ms ease, opacity 800ms ease;
  -moz-transition: transform 800ms ease, opacity 800ms ease;
  -ms-transition: transform 800ms ease, opacity 800ms ease;
  -o-transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition-delay: 1000ms;
}

.swiper-slide-active .team-slider .image,
.swiper-slide-active .box-slider .content-box .review,
.swiper-slide-active .box-slider .content-box .login,
.swiper-slide-active .box-slider .content-box .wrap-btn,
.swiper-slide-active .box-slider .content-box h1,
.swiper-slide-active .box-slider .content-box .sub-title {
  transform: translateY(0px) !important;
}

.swiper-slide-active .box-slider .image-slider {
  transform: translateX(0px) !important;
}

.swiper-slide-active .box-slider .video,
.swiper-slide-active .box-slider .image-slider,
.swiper-slide-active .box-slider .content-box h1 {
  transition-delay: 300ms;
}

.team-slider .image,
.team-slider .content {
  transform: translateY(20px);
  opacity: 0;
}

.swiper-slide-active .team-slider .image,
.swiper-slide-active .team-slider .content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 800ms ease, opacity 800ms ease;
  -moz-transition: transform 800ms ease, opacity 800ms ease;
  -ms-transition: transform 800ms ease, opacity 800ms ease;
  -o-transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition-delay: 800ms;
}

.swiper-slide-active .team-slider .image,
.swiper-slide-active .team-slider .content {
  transform: translateY(0px) !important;
  transition-delay: 300ms;
}

.swiper-slide-active .box-slider .content-box .sub-title {
  transition-delay: 400ms;
}

.swiper-slide-active .box-slider .content-box .login,
.swiper-slide-active .box-slider .content-box .wrap-btn {
  transition-delay: 500ms;
}

.swiper-slide-active .box-slider .content-box .review {
  transition-delay: 600ms;
}

.team-slider .image {
  padding-right: 22.5px;
}
.team-slider .image img {
  border-radius: 40px;
  min-height: 520px;
}

.gallery-slider .customer-box {
  transform: translateY(100px);
  opacity: 0;
}

.gallery-slider .swiper-slide-active .customer-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 800ms ease, opacity 800ms ease;
  -moz-transition: transform 800ms ease, opacity 800ms ease;
  -ms-transition: transform 800ms ease, opacity 800ms ease;
  -o-transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition-delay: 1000ms;
  transform: translateY(0);
}

.gallery-slider .swiper-slide-active .customer-box {
  transition-delay: 400ms;
}

.page-title {
  padding: 210px 0 140px;
  position: relative;
  background-color: #FBF3F0;
}
.page-title h3 {
  font-size: 32px;
  line-height: 1.3;
  opacity: 0.2;
  transform: rotate(-90deg);
  position: absolute;
  top: 51%;
  left: 8.3%;
  font-weight: bold;
}
.page-title.st2 {
  padding: 208px 0 112px;
  margin: 0;
}
.page-title.st2 .title-section {
  width: 200px;
  top: 35%;
  left: 9.2%;
  height: 200px;
}
.page-title.style2 {
  padding: 208px 0 112px;
}
.page-title.style2 .title-section {
  top: 34%;
  left: 9.2%;
  width: 200px;
  height: 200px;
  text-transform: capitalize;
}

.page-title-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.page-title-inner .desc {
  width: 50%;
  padding-left: 30px;
  margin-top: 45px;
  margin-left: 30px;
  position: relative;
}
.page-title-inner .desc p {
  text-transform: capitalize;
  margin: 0;
}
.page-title-inner .desc::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 2px;
  height: 75%;
  background: #29313D;
}
.page-title-inner.style2 {
  display: block;
}
.page-title-inner.style2 .breadcrumbs {
  text-align: center;
  width: 100%;
}
.page-title-inner.style2 .breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.page-title-inner.style3 {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.page-title-inner.style3 .breadcrumbs {
  width: 52%;
}
.page-title-inner.style3 .breadcrumbs ul li {
  text-transform: capitalize;
}
.page-title-inner.style3 .breadcrumbs ul li span,
.page-title-inner.style3 .breadcrumbs ul li a {
  text-transform: capitalize;
}
.page-title-inner.style3 .desc {
  width: 48%;
  padding-left: 20px;
  margin-top: 55px;
  margin-left: 5px;
}
.page-title-inner.style3 .desc::before {
  top: 7px;
  height: 80%;
}

.breadcrumbs {
  width: 50%;
}
.breadcrumbs .title {
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: bold;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 20px;
}
.breadcrumbs ul li {
  font-size: 24px;
  line-height: 1;
  margin-right: 3px;
}
.breadcrumbs ul li span i {
  font-size: 18px;
  margin: 0 10px;
}
.breadcrumbs .text-cap {
  text-transform: capitalize;
}

.tf-title .sub-heading {
  font-family: "Poppins", sans-serif;
  color: #29313D;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.tf-title h2 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.tf-title.style2 .title {
  text-transform: capitalize;
}

.title-section {
  margin-bottom: 60px;
}
.title-section .sub-title {
  font-size: 20px;
  line-height: 1.4;
  color: #FF5538;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.title-section .sub-title.st2 {
  text-transform: uppercase;
}
.title-section .title {
  line-height: 1.395;
  text-transform: capitalize;
  color: #30344E;
}
.title-section .title.white {
  color: #fff;
}
.title-section .title.font-style {
  font-size: 56px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.title-section.style2 .sub-title {
  font-weight: 600;
}
.title-section.style2 .title {
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.title-section.style3 .sub-title {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Nunito", sans-serif;
  color: #7968EF;
  font-weight: 500;
}
.title-section.style3 .title {
  font-size: 48px;
  line-height: 1.4;
}
.title-section.style4 .title {
  line-height: 1.4;
}
.title-section.col2 {
  margin-left: -30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.title-section.col2 p,
.title-section.col2 .title {
  width: calc(50% - 30px);
  margin-left: 30px;
}

.box-slider {
  padding: 0 25%;
}
.box-slider .content-box {
  text-align: center;
}
.box-slider .content-box h1 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 700;
  margin-bottom: 24px;
}
.box-slider .content-box p {
  text-transform: capitalize;
  padding: 0 70px;
  margin-bottom: 44px;
}
.box-slider .content-box .tf-button {
  margin: 0 9px;
}
.box-slider.style2 {
  padding: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-slider.style2 .content-box {
  width: 43%;
  text-align: left;
  padding: 75px 0 75px;
}
.box-slider.style2 .content-box .title {
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.233;
  letter-spacing: -0.6px;
  margin-bottom: 24px;
  margin-right: -20px;
}
.box-slider.style2 .content-box .sub-title {
  color: #fff;
  padding: 0;
  font-family: "Inter", sans-serif;
  padding-right: 6%;
  line-height: 1.8;
  margin-bottom: 38px;
}
.box-slider.style2 .content-box .tf-button {
  margin: 0;
  font-family: "Poppins", sans-serif;
  padding: 13px 27px;
  border-radius: 5px;
  margin-bottom: 38px;
}
.box-slider.style2 .content-box .login {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 73px;
}
.box-slider.style2 .content-box .login li {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #fff;
}
.box-slider.style2 .content-box .login li a {
  font-weight: 700;
  color: #52C5B6;
}
.box-slider.style2 .content-box .login li span {
  margin-right: 6px;
  text-transform: capitalize;
}
.box-slider.style2 .content-box .review {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-slider.style2 .content-box .review .wrap-img {
  margin-right: 28px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-slider.style2 .content-box .review .wrap-img .image {
  padding: 2px;
  background: #fff;
  border-radius: 50%;
  margin-left: -18px;
  max-width: 52px;
  max-height: 52px;
}
.box-slider.style2 .content-box .review .wrap-img .image img {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.box-slider.style2 .content-box .review .wrap-img .image:nth-child(1) {
  margin-left: 0;
  z-index: -2;
}
.box-slider.style2 .content-box .review .wrap-img .image:nth-child(2) {
  z-index: -1;
}
.box-slider.style2 .content-box .review .wrap-img .image:nth-child(3) {
  z-index: 0;
}
.box-slider.style2 .content-box .review .wrap-img .image:nth-child(4) {
  z-index: 4;
  margin-left: -26px;
}
.box-slider.style2 .content-box .review .content {
  margin-top: -2px;
}
.box-slider.style2 .content-box .review .content ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.box-slider.style2 .content-box .review .content ul li span {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #52C5B6;
  position: relative;
  padding-right: 13px;
  margin-right: 12px;
}
.box-slider.style2 .content-box .review .content ul li span::after {
  position: absolute;
  content: "";
  background: #4D516F;
  border-radius: 5px;
  width: 2px;
  height: 18px;
  right: 0;
  top: 8px;
}
.box-slider.style2 .content-box .review .content ul li.star {
  padding-top: 9px;
  line-height: 0;
}
.box-slider.style2 .content-box .review .content ul li.star svg {
  margin-right: -2px;
}
.box-slider.style2 .content-box .review .content p {
  padding: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
  margin-bottom: 0;
  margin-top: -4px;
  font-family: "Inter", sans-serif;
}
.box-slider.style2 .image-slider {
  width: 57%;
  text-align: right;
  margin-top: -5px;
}
.box-slider.style2 .image-slider img {
  margin-right: -217px;
  animation: move3 7s infinite linear;
}
.box-slider.style2 .video {
  position: absolute;
  bottom: 0;
  left: 49%;
  transform: translateX(-50%);
}
.box-slider.style2 .video a {
  width: 220px;
  height: 220px;
  border-radius: 16px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #373B59;
}
.box-slider.style2 .video a:hover {
  background: rgba(55, 59, 89, 0.6);
}
.box-slider.style2 .video a svg {
  background: rgba(253, 253, 253, 0.2);
  border-radius: 50%;
}

.content-about .title-section {
  margin-bottom: 0;
}
.content-about h3 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.content-about p {
  text-transform: capitalize;
}
.content-about .list {
  margin-bottom: 37px;
}
.content-about .list li {
  color: #30344E;
  position: relative;
  padding-left: 35px;
  font-family: "Inter", sans-serif;
  margin-bottom: 14px;
}
.content-about .list li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  width: 24px;
  height: 24px;
  background: rgba(82, 197, 182, 0.2);
  border-radius: 50%;
  top: 4px;
  left: 0;
  color: #30344E;
}

.customer-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.customer-box .content {
  width: 50%;
  padding-bottom: 17px;
}
.customer-box .content p {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.8;
  opacity: 0.8;
  margin-bottom: 67px;
}
.customer-box .content h4 {
  font-family: "Open Sans", sans-serif;
}
.customer-box .image {
  width: 50%;
  text-align: right;
  padding-right: 70px;
}
.customer-box .image img {
  border-radius: 30px;
}

.image-about img {
  min-height: 521px;
}

.reliable-solution .wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.reliable-solution .wrap .box-left {
  text-align: right;
}
.reliable-solution .wrap .box-left .icon {
  margin-right: 20px;
  margin-bottom: 50px;
}
.reliable-solution .wrap .img1 {
  position: relative;
}
.reliable-solution .wrap .img1 img {
  border-radius: 10px 0 0 10px;
}
.reliable-solution .wrap .img1::before {
  position: absolute;
  content: "";
  background: #30344E;
  width: 100%;
  height: 50px;
  border-radius: 10px 0 0 10px;
  left: 0;
  top: -15px;
}
.reliable-solution .wrap .img2 {
  position: relative;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}
.reliable-solution .wrap .img2 img {
  border-radius: 2px;
}
.reliable-solution .wrap .img2::before {
  position: absolute;
  content: "";
  background: #52C5B6;
  width: 223px;
  height: 250px;
  border-radius: 10px;
  right: -14px;
  top: -14px;
  z-index: -1;
}
.reliable-solution .wrap .experience {
  position: relative;
}
.reliable-solution .wrap .experience .dot {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: 33px;
}
.reliable-solution .wrap .experience .box {
  margin-left: -50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  max-width: 361px;
  height: 107px;
  background: #52C5B6;
  padding: 10px 25px;
}
.reliable-solution .wrap .experience .box h2 {
  font-size: 70px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  margin-right: 15px;
}
.reliable-solution .wrap .experience .box p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.42;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  max-width: 134px;
}
.reliable-solution .wrap .experience .box .divider {
  position: absolute;
  right: 25px;
  top: 38px;
  height: 3px;
  width: 128px;
  background: #fff;
  border-radius: 100px;
}

.image-faq {
  position: relative;
  padding-bottom: 40px;
}
.image-faq .image img {
  margin-left: -10px;
}
.image-faq .image2 {
  z-index: 1;
  position: relative;
  text-align: right;
  margin-top: -343px;
  margin-right: -32px;
}
.image-faq .image2 img {
  z-index: 1;
  position: relative;
  width: 325px;
  height: 383px;
  min-width: 325px;
  min-height: 383px;
  overflow: hidden;
  -webkit-mask-image: url("./../../assets/images/backgroup/mask3.png");
  mask-image: url("./../../assets/images/backgroup/mask3.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.image-faq .image2 .overlay {
  position: absolute;
  right: 14px;
  top: -10px;
  z-index: 0;
  height: 415px;
  min-height: 415px;
  overflow: visible;
}
.image-faq .iconbg6 {
  position: absolute;
  left: -40px;
  top: 23.5%;
  z-index: -1;
}
.image-faq .iconbg7 {
  position: absolute;
  left: -64px;
  bottom: 8.5%;
  animation: move5 7s infinite linear;
}
.image-faq .dot {
  position: absolute;
  bottom: 40px;
  left: 52.5%;
  z-index: -1;
}
.image-faq .iconbg8 {
  position: absolute;
  right: -9px;
  top: 37.5%;
  transform: rotate(0deg);
}

.image-team img {
  position: absolute;
  border-radius: 15px;
  object-fit: cover;
}
.image-team img.img1 {
  right: 16px;
  top: 18px;
  width: 83px;
  height: 83px;
}
.image-team img.img2 {
  right: 50.5%;
  top: 60px;
  height: 110px;
  width: 110px;
}
.image-team img.img3 {
  right: 79%;
  top: 240px;
  width: 70px;
  height: 70px;
}
.image-team img.img4 {
  right: 15px;
  top: 207px;
  width: 138px;
  height: 138px;
}
.image-team img.img5 {
  right: 50%;
  top: 382px;
  width: 69px;
  height: 70px;
}
.image-team img.img6 {
  right: -38px;
  top: 417px;
  width: 83px;
  height: 83px;
}

.list.style2 {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-left: 6px;
  margin-bottom: 47px;
}
.list.style2 li {
  margin-left: 16px;
  position: relative;
}
.list.style2 li::after {
  position: absolute;
  content: "|";
  right: 0;
  top: -2px;
}
.list.style2 li:last-child::after {
  display: none;
}
.list.style2 li a {
  padding-right: 20px;
  font-size: 20px;
  line-height: 1.8;
  text-transform: capitalize;
}

.blog-post {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-left: -30px;
}
.blog-post .img-post {
  width: calc(55% - 30px);
  margin-left: 30px;
}
.blog-post .content-post {
  width: calc(45% - 30px);
  margin-left: 30px;
  padding-left: 15px;
  padding-right: 30px;
}
.blog-post .content-post h2 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 19px;
}
.blog-post .content-post p {
  text-transform: capitalize;
  margin-bottom: 40px;
}
.blog-post .content-post .meta-post {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.blog-post .content-post .meta-post .user-post {
  margin-right: 116px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.blog-post .content-post .meta-post .user-post img {
  border-radius: 50%;
  width: 54px;
  height: 52px;
  margin-right: 20px;
}
.blog-post .content-post .meta-post .user-post .name {
  color: #29313D;
  font-size: 16px;
  line-height: 1.62;
}
.blog-post .content-post .meta-post .user-post .name:hover {
  color: #FF5538;
}
.blog-post .content-post .meta-post .date {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  color: #29313D;
  font-size: 16px;
  line-height: 1.62;
}
.blog-post .content-post .meta-post .date svg {
  margin-right: 30px;
}

.post.hover-effect .image {
  overflow: hidden;
}
.post.hover-effect .image a {
  width: 100%;
}
.post.hover-effect .image img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px 10px 0 0;
  filter: grayscale(70%);
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  width: 100%;
}
.post.hover-effect .image::before {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.post.hover-effect .image:hover::before {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}
.post.hover-effect .image:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.post.effect2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post.effect2:hover {
  transform: translateY(-15px);
}
.post .image {
  margin-bottom: 20px;
  position: relative;
}
.post .content-post .title {
  letter-spacing: -0.3px;
  margin-bottom: 12px;
  min-height: 67px;
  text-transform: capitalize;
}
.post .content-post p {
  margin-bottom: 11px;
}
.post .content-post .meta-post {
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.post .content-post .meta-post .date {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.post .content-post .meta-post .date a {
  font-size: 16px;
  line-height: 1.62;
}
.post .content-post .meta-post .date svg {
  margin-right: 30px;
}
.post .content-post .meta-post .user-post img {
  width: 53px;
  height: 52px;
  margin-right: 15px;
}
.post .content-post .meta-post .user-post a {
  font-size: 16px;
  line-height: 1.62;
}
.post.inner-post {
  width: calc(33.333333% - 35px);
  margin-left: 35px;
  margin-bottom: 120px;
}

.standard .article {
  width: 53%;
}
.standard #sidebar {
  width: 47%;
  padding-left: 28px;
}
.standard .post {
  margin-bottom: 120px;
}
.standard .post .image {
  margin-bottom: 35px;
}
.standard .post .content-post .title {
  letter-spacing: 0;
  margin-bottom: 20px;
}
.standard .post .content-post .desc {
  text-transform: capitalize;
  padding-right: 50px;
  margin-bottom: 37px;
  font-family: "Nunito", sans-serif;
  line-height: 2;
}
.standard .post .content-post .meta-post {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.standard .post .content-post .meta-post .user-post {
  margin-right: 117px;
}
.standard.details .post {
  margin-bottom: 87px;
}
.standard.details .img-box {
  padding-left: 53px;
}

.meta-post {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.meta-post .date {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.meta-post .date a {
  font-size: 16px;
  line-height: 1.62;
}
.meta-post .date svg {
  margin-right: 30px;
}
.meta-post .user-post img {
  width: 53px;
  height: 52px;
  margin-right: 15px;
}
.meta-post .user-post a {
  font-size: 16px;
  line-height: 1.62;
}

.item-parner {
  margin-top: 20px;
}
.item-parner .image {
  height: 130px;
  background: #fdf9f8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.item-parner .image.st2 img {
  background: none;
}
.item-parner.style2 .image {
  background: transparent;
  height: 90px;
}

.gallery-thumbs {
  max-width: 484px;
  position: absolute !important;
  top: 125px;
  left: 15px;
  z-index: 99 !important;
}
.gallery-thumbs:hover {
  cursor: pointer;
}
.gallery-thumbs.swiper-container {
  margin-left: 0;
}
.gallery-thumbs .image img {
  border-radius: 20px;
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  object-fit: cover;
}

.gallery-slider {
  position: relative;
  width: 100%;
  margin-top: -148px;
  padding: 0 15px !important;
}

.our-customer-say .button-fx {
  z-index: 9;
  position: absolute;
  bottom: 18px;
  left: 188px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.our-customer-say .button-fx .btn-prev-customer,
.our-customer-say .button-fx .btn-next-customer {
  margin: 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: #FFDDD7;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  color: #130F26;
}
.our-customer-say .button-fx .btn-prev-customer.active, .our-customer-say .button-fx .btn-prev-customer:hover,
.our-customer-say .button-fx .btn-next-customer.active,
.our-customer-say .button-fx .btn-next-customer:hover {
  color: #fff;
  background: #FF5538;
}
.our-customer-say .button-fx .btn-prev-customer.swiper-button-disabled,
.our-customer-say .button-fx .btn-next-customer.swiper-button-disabled {
  background: #FF5538;
  color: #fff;
}

.swiper-container:hover {
  cursor: ew-resize;
}
.swiper-container.sl-1, .swiper-container.sl-2 {
  cursor: auto;
}

.swiper-container:hover.slider-team {
  cursor: auto;
}

.wrap-btn {
  position: relative;
}

.gallery-thumbs2 {
  height: 534px;
}

.swiper-container.gallery-thumbs2 {
  overflow-y: auto;
}
.swiper-container.gallery-thumbs2::-webkit-scrollbar {
  display: none;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-slide-thumb-active .commemt-box .content {
  background: #53c5b7;
}
.swiper-slide-thumb-active .commemt-box .content p {
  color: #fff;
}

.button-next-service.swiper-button-disabled,
.button-prev-service.swiper-button-disabled {
  background: #FF5538;
  border-color: #FF5538;
}
.button-next-service.swiper-button-disabled::before,
.button-prev-service.swiper-button-disabled::before {
  color: #fff;
}

.btn-nav-prev.swiper-button-disabled,
.btn-nav-next.swiper-button-disabled {
  background: #FF5538;
  border-color: #FF5538;
}
.btn-nav-prev.swiper-button-disabled::before,
.btn-nav-next.swiper-button-disabled::before {
  color: #fff;
}

.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination2,
.swiper-pagination {
  bottom: 7px !important;
}

.sl-partner2 {
  margin-right: -50px;
  padding-left: 17px;
  margin-top: 2px;
}
.sl-partner2:hover {
  cursor: e-resize;
}
.sl-partner2 .swiper-slide a:hover {
  cursor: e-resize;
}

.sl-partner3 {
  max-width: 1170px;
}

.btn-slider-team {
  position: absolute;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  left: 48.5%;
  top: 400px;
}
.btn-slider-team .btn-prev-team,
.btn-slider-team .btn-next-team {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 10px;
  background: #F3EEFE;
  margin-right: 25px;
  z-index: 9;
}
.btn-slider-team .btn-prev-team i,
.btn-slider-team .btn-next-team i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #130F26;
}
.btn-slider-team .btn-prev-team.swiper-button-disabled, .btn-slider-team .btn-prev-team:hover,
.btn-slider-team .btn-next-team.swiper-button-disabled,
.btn-slider-team .btn-next-team:hover {
  background: #8454F5;
}
.btn-slider-team .btn-prev-team.swiper-button-disabled i, .btn-slider-team .btn-prev-team:hover i,
.btn-slider-team .btn-next-team.swiper-button-disabled i,
.btn-slider-team .btn-next-team:hover i {
  color: #fff;
}

.sl-about.swiper-container {
  overflow: visible;
}
.sl-about.show-shadow {
  margin-right: 20px !important;
}

#main-nav-mobi {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block;
  margin: 0 auto;
  width: 100%;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  padding-left: 0;
  position: absolute;
  top: 100%;
  overflow-y: auto;
  background: #fff;
  max-height: 60vh;
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid rgba(2, 14, 40, 0.2);
  position: relative;
}
#main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(2, 14, 40, 0.2);
}
#main-nav-mobi ul > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 12px 20px;
  position: relative;
}
#main-nav-mobi .sub-menu li a {
  padding-left: 40px;
  text-transform: capitalize;
}
#main-nav-mobi ul li:first-child {
  border-top: 0px;
}
#main-nav-mobi ul ul li.current-item a,
#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover {
  color: #FF5538;
}
#main-nav-mobi .menu-item-has-children .arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 2px;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow.active {
  transform: rotate(-180deg);
}
#main-nav-mobi .menu-item-has-children .arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
}
#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: #FF5538;
}

/* Mobile Menu Button */
.mobile-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button:before, .mobile-button:after,
.mobile-button span {
  background-color: #29313D;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before, .mobile-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Sub Menu */
#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  padding: 5px 0;
}
#main-nav .sub-menu li {
  margin-right: 0;
}
#main-nav .sub-menu li a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  position: relative;
  display: block;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
  text-transform: capitalize;
}
#main-nav .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#main-nav .sub-menu li.current-item a {
  color: #FF5538;
  opacity: 1;
}

.home3 .mobile-button:before,
.home3 .mobile-button:after,
.home3 .mobile-button span,
.home2 .mobile-button:before,
.home2 .mobile-button:after,
.home2 .mobile-button span {
  background-color: #fff;
}

.img-box {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.img-box .image {
  margin-right: 20px;
}
.img-box .image img {
  border-radius: 50%;
  min-height: 154px;
  min-width: 154px;
}
.img-box .content h2 {
  margin-bottom: 21px;
}
.img-box .content p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.8;
  text-transform: capitalize;
}

.icon-box {
  background: #fff;
  box-shadow: 0 44px 40px 0 rgba(0, 0, 0, 0.02);
  padding: 40px 10px 25px 30px;
}
.icon-box .icon {
  margin-bottom: 35px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.icon-box .content h5 {
  line-height: 1.6;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.icon-box .content p {
  text-transform: capitalize;
}
.icon-box.style2 {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  padding: 40px 25px 25px;
  border-radius: 5px;
  box-shadow: 10px 20px 90px -4px rgba(146, 155, 179, 0.07);
  background: transparent;
  overflow: visible;
}
.icon-box.style2 .icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 2px solid #F44C4C;
  border-radius: 50%;
  position: relative;
}
.icon-box.style2 .icon .rotate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: rotated 10s infinite linear;
}
.icon-box.style2 .icon .rotate::before {
  position: absolute;
  content: "";
  width: 13.33px;
  height: 13.33px;
  border-radius: 50%;
  background: #F44C4C;
  left: 5px;
  top: 76%;
}
.icon-box.style2 .content {
  position: relative;
}
.icon-box.style2 .content h6 {
  font-size: 20px;
  line-height: 1.4;
  color: #30344E;
  z-index: 1;
  margin-bottom: 14px;
}
.icon-box.style2 .content p {
  text-transform: none;
  color: #5B5F77;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.625;
}
.icon-box.style2 .content.st h6 {
  padding: 0 20px;
}
.icon-box.style2 .overlay {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  border-radius: 5px;
}
.icon-box.style2::before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 50px;
  bottom: 5px;
  left: 0;
  background: #F44C4C;
  border-radius: 5px;
  z-index: 0;
  overflow: hidden;
}
.icon-box.style2.active, .icon-box.style2:hover {
  transform: translateY(-7px);
}
.icon-box.style2.active::before, .icon-box.style2:hover::before {
  bottom: -10px;
  overflow: visible;
}
.icon-box.style2.color2 .icon {
  border-color: #52C5B6;
}
.icon-box.style2.color2 .icon .rotate::before {
  top: 12px;
  background: #52C5B6;
}
.icon-box.style2.color2::before {
  background: #52C5B6;
}
.icon-box.style2.color3 .icon {
  border-color: #2BCCFF;
}
.icon-box.style2.color3 .icon .rotate::before {
  background: #2BCCFF;
}
.icon-box.style2.color3::before {
  background: #2BCCFF;
}
.icon-box.style2.color4 .icon {
  border-color: #5D5FEF;
}
.icon-box.style2.color4 .icon .rotate::before {
  top: 12px;
  background: #5D5FEF;
}
.icon-box.style2.color4::before {
  background: #5D5FEF;
}
.icon-box.style3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 20px;
  margin-bottom: 38px;
  background: #F0EDFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 33px 75px 36px 37px;
}
.icon-box.style3.mb0 {
  margin-bottom: 0;
}
.icon-box.style3.bg-st1 {
  background: rgba(254, 246, 236, 0.8);
}
.icon-box.style3.bg-st2 {
  background: rgba(232, 252, 242, 0.7);
}
.icon-box.style3 .icon {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 0;
}
.icon-box.style3 .icon.st1 {
  background: #7968EF;
}
.icon-box.style3 .icon.st2 {
  background: #F8A64C;
}
.icon-box.style3 .icon.st3 {
  background: #63DE9D;
}
.icon-box.style3 .icon.st1, .icon-box.style3 .icon.st2, .icon-box.style3 .icon.st3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box.style3 .content h5 {
  margin-bottom: 8px;
}
.icon-box.style3 .content p {
  margin-bottom: 0;
}
.icon-box.style4 {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(132, 84, 245, 0.4);
  position: relative;
  padding: 25px 20px 38px 24px;
  border-radius: 30px;
}
.icon-box.style4.st1 .icon {
  background: rgba(254, 195, 95, 0.15);
}
.icon-box.style4.st2 .icon {
  background: rgba(13, 135, 231, 0.15);
}
.icon-box.style4.st3 .icon {
  background: rgba(116, 186, 82, 0.15);
}
.icon-box.style4.st4 .icon {
  background: rgba(96, 120, 255, 0.15);
}
.icon-box.style4.st5 .icon {
  background: rgba(242, 120, 96, 0.15);
}
.icon-box.style4.st6 .icon {
  background: rgba(13, 135, 231, 0.15);
}
.icon-box.style4 .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: auto;
  margin-bottom: 0;
  margin-right: 13px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 14px;
}
.icon-box.style4 .icon svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box.style4 .icon.strock svg circle,
.icon-box.style4 .icon.strock svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke: #6078ff;
}
.icon-box.style4 .wrap-fx {
  margin-bottom: 15px;
  align-items: center;
}
.icon-box.style4 .title {
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}
.icon-box.style4 .title a:hover {
  color: #fff;
}
.icon-box.style4 p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.7;
  text-transform: capitalize;
}
.icon-box.style4 .readmore {
  color: #29313D;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1;
}
.icon-box.style4:hover {
  background: #8454F5;
}
.icon-box.style4:hover.st1 {
  background: #fec35f;
  border-color: #fec35f;
}
.icon-box.style4:hover.st3 {
  background: #74ba52;
  border-color: #74ba52;
}
.icon-box.style4:hover.st3 .icon svg path {
  fill: none;
  stroke: #fff;
}
.icon-box.style4:hover.st5 {
  background: #f27860;
  border-color: #f27860;
}
.icon-box.style4:hover.st5 .icon svg path {
  fill: none;
  stroke: #fff;
}
.icon-box.style4:hover .title {
  color: #fff;
}
.icon-box.style4:hover p {
  color: #FCFCFE;
}
.icon-box.style4:hover .readmore {
  color: #fff;
}
.icon-box.style4:hover .icon {
  background: rgba(252, 252, 254, 0.15);
}
.icon-box.style4:hover .icon svg path {
  fill: #fff;
}
.icon-box.style4:hover .strock svg circle,
.icon-box.style4:hover .strock svg path {
  stroke: #fff;
}
.icon-box.style5 {
  text-align: center;
  background: transparent;
  box-shadow: none;
}
.icon-box.style5 .img {
  margin-bottom: 39px;
}
.icon-box.style5 .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box.style5 .content h5 {
  line-height: 1.6;
}
.icon-box.style5:hover .img img {
  transform: scale(0.9);
}
.icon-box.style6 {
  background: #E5F5FF;
  padding: 48px 20px 30px 34px;
}
.icon-box.style6.col2 {
  padding: 48px 20px 30px 20px;
}
.icon-box.style6.col2 .img {
  margin-left: 18px;
}
.icon-box.style6 .content h5 {
  margin-bottom: 20px;
}
.icon-box.style6 .img {
  margin-bottom: 41px;
}
.icon-box.style6 .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box.style6:hover .img img {
  transform: scale(0.9);
}
.icon-box.style7 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 23px;
  padding: 25px 15px 24px 24px;
  margin-right: 63px;
}
.icon-box.style7 .icon {
  margin-bottom: 0;
  min-height: auto;
  margin-right: 27px;
}
.icon-box.style7 .icon i {
  font-size: 48px;
}
.icon-box.style7 .content h6 {
  margin-bottom: 16px;
}
.icon-box.style7 .content p {
  line-height: 1.8;
  margin-bottom: 0;
}
.icon-box.style8 {
  margin-bottom: 24px;
  padding: 28px 28px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.05);
}
.icon-box.style8 .number {
  margin-right: 30px;
  width: 99px;
  height: 99px;
  min-width: 99px;
  min-height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  background: #ffbbaf;
  border-radius: 50%;
}
.icon-box.style8 h4 {
  margin-bottom: 0;
}
.icon-box.effect1 .icon img,
.icon-box.effect1 .icon svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box.effect1:hover .icon img,
.icon-box.effect1:hover .icon svg {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.box-blog {
  margin-left: 30px;
  position: relative;
}
.box-blog .content {
  min-height: 127px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 -9px 40px 0 rgba(26, 19, 62, 0.06);
  padding: 30px 20px 20px 30px;
  width: 100%;
}
.box-blog .content h5 {
  text-transform: capitalize;
  margin-bottom: 1px;
}
.box-blog .content .read-more {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #FF5538;
  text-transform: capitalize;
}
.box-blog .content .read-more:hover {
  color: #29313D;
}

.box-couter {
  background: #fff;
  text-align: center;
  padding: 75px 30px 58px;
}
.box-couter .number-content {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.box-couter p {
  line-height: 1;
  text-transform: capitalize;
}

.box-text {
  text-align: left;
  width: calc(50% - 50px);
  margin-left: 50px;
}
.box-text h6 {
  color: #30344E;
  line-height: 1.333;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.box-text p {
  font-size: 16px;
  line-height: 26px;
  color: #5B5F77;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
.box-text.style {
  padding-left: 38px;
}
.box-text.style p {
  margin-right: -25px;
}

.team-box {
  position: relative;
}
.team-box .image {
  padding-bottom: 20px;
}
.team-box .image img {
  border-radius: 10px;
  width: 100%;
}
.team-box .content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 22px 15px 21px 66px;
  background: #fff;
  border-radius: 0 10px 0 0;
  margin-top: -94px;
  width: 70%;
}
.team-box .content h6 {
  font-size: 18px;
  line-height: 1.5;
  color: #30344E;
  margin-bottom: 7px;
}
.team-box .content h6 a {
  color: #30344E;
}
.team-box .content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.21;
  color: #5B5F77;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.team-box .content .divider {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 35px;
  left: 20px;
  width: 32px;
  height: 2px;
  background: #52C5B6;
  border-radius: 100px;
}
.team-box .wrap-social {
  position: absolute;
  right: 27px;
  bottom: 39px;
}
.team-box .wrap-social .social {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
}
.team-box .wrap-social .social li {
  margin-right: 0;
  margin-bottom: 16px;
}
.team-box .wrap-social .social li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 50%;
  background: #fff;
  color: #5B5F77;
  border: none;
}
.team-box .wrap-social .social li a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
}
.team-box .wrap-social .social li a:hover {
  background: #FF5538;
}
.team-box .wrap-social .social li a:hover i {
  color: #fff;
}
.team-box .wrap-social .hover-social {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #fff;
  color: #5B5F77;
  border-radius: 50%;
}
.team-box .wrap-social .hover-social:hover {
  cursor: pointer;
}
.team-box .wrap-social.active .social {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.team-box .wrap-social.active .hover-social {
  transform: rotate(-45deg);
  background: #5B5F77;
  color: #fff;
}
.team-box.active .content, .team-box:hover .content {
  background: #52C5B6;
}
.team-box.active .content .divider, .team-box:hover .content .divider {
  background: #fff;
}
.team-box.active .content h6, .team-box:hover .content h6 {
  color: #fff;
}
.team-box.active .content h6 a, .team-box:hover .content h6 a {
  color: #fff;
}
.team-box.active .content p, .team-box:hover .content p {
  color: #fff;
  opacity: 0.7;
}

.testimonior {
  background: #fff;
  padding: 50px 30px 50px 62px;
  position: relative;
}
.testimonior p {
  font-size: 24px;
  line-height: 46px;
  color: #6C6E81;
  font-family: "Inter", sans-serif;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.testimonior .img-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.testimonior .img-box img {
  min-width: 82px;
  min-height: 82px;
  border-radius: 50%;
  margin-right: 30px;
}
.testimonior .img-box .content h6 {
  font-size: 24px;
  line-height: 1.41;
  color: #30344E;
  margin-bottom: 5px;
}
.testimonior .img-box .content p {
  font-size: 16px;
  line-height: 1.625;
  color: #30344E;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.testimonior .star {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: absolute;
  right: 63px;
  bottom: 48px;
}
.testimonior .star li {
  margin-left: 8px;
}

.commemt-box {
  margin-left: 22%;
  height: 191px;
  margin-top: 0;
}
.commemt-box .image {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  max-width: 59px;
  max-height: 59px;
  border-radius: 50%;
  position: relative;
  padding: 1.5px;
  background: #fff;
  margin-bottom: -13px;
  margin-right: 6px;
}
.commemt-box .image img {
  border-radius: 50%;
  object-fit: cover;
}
.commemt-box .content {
  height: 100px;
  position: relative;
  padding: 92px 10px 56px 64px;
  box-shadow: -14.68px 29.37px 102.78px -14.68px rgba(179, 206, 251, 0.03);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-mask-image: url("./../../assets/images/backgroup/bgmask.png");
  mask-image: url("./../../assets/images/backgroup/bgmask.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.commemt-box .content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.commemt-box .content p {
  color: #5B5F77;
  font-size: 22px;
  line-height: 1.54;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.commemt-box .content .bg-comment {
  position: absolute;
  right: 0;
  top: -32px;
}
.commemt-box.style {
  margin-right: 52px;
  margin-left: 0;
  margin-top: -38px;
}
.commemt-box.style .image {
  margin-right: auto;
  margin-left: 0;
  max-width: 66px;
  max-height: 66px;
  margin-left: 10px;
  margin-bottom: -8px;
}
.commemt-box.style .image img {
  width: 66px;
  height: 66px;
}
.commemt-box.style .content {
  padding: 87px 30px 55px 58px;
  -webkit-mask-image: url("./../../assets/images/backgroup/bgmask2.png");
  mask-image: url("./../../assets/images/backgroup/bgmask2.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.wrap-couter {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.wrap-couter .progress-couter {
  position: relative;
  margin-right: 60px;
  z-index: 99;
}
.wrap-couter .progress-couter .couter {
  position: relative;
}
.wrap-couter .progress-couter .couter .chart {
  margin-bottom: 16px;
  height: 129px;
  width: 129px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  text-align: center;
}
.wrap-couter .progress-couter .couter .chart canvas {
  position: absolute;
}
.wrap-couter .progress-couter .couter .chart span.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
}
.wrap-couter .progress-couter .couter .chart span.percent::after {
  position: relative;
  content: "%";
  font-size: 24px;
  color: #29313D;
  font-weight: 500;
}
.wrap-couter .progress-couter .couter2 {
  position: relative;
}
.wrap-couter .progress-couter .couter2 .chart {
  margin-bottom: 16px;
  height: 84px;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  text-align: center;
}
.wrap-couter .progress-couter .couter2 .chart canvas {
  position: absolute;
}
.wrap-couter .progress-couter .couter2 .chart span.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 16px;
  color: #513299;
  font-weight: bold;
}
.wrap-couter .progress-couter .couter2 .chart span.percent::after {
  position: relative;
  content: "%";
  font-size: 16px;
  color: #513299;
  font-weight: bold;
}

.couter2 {
  position: relative;
}
.couter2 .chart {
  margin-bottom: 16px;
  height: 84px;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  text-align: center;
}
.couter2 .chart canvas {
  position: absolute;
}
.couter2 .chart span.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 16px;
  color: #513299;
  font-weight: bold;
}
.couter2 .chart span.percent::after {
  position: relative;
  content: "%";
  font-size: 16px;
  color: #513299;
  font-weight: bold;
}

.menu-box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #F0EDFF;
  text-align: center;
  padding: 38px 20px 40px;
  border-radius: 14px;
}
.menu-box .icon {
  margin-bottom: 30px;
}
.menu-box .icon.style svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #7968EF;
}
.menu-box h6 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.menu-box::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  border-color: #F8A64C transparent transparent transparent;
  border-style: solid;
  border-width: 37px 20px 0px 20px;
  height: 0px;
  width: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -36px;
  opacity: 0;
  visibility: visible;
  z-index: -1;
}

.wrap-chart {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.card4 {
  margin-top: 132px;
  margin-right: 30px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 24px 22px 20px 20px;
  max-width: 210px;
  max-height: 370px;
  margin-left: 54px;
}
.card4 img {
  margin-bottom: 48px;
}
.card4 .circle {
  width: 68px;
  height: 68px;
  background: #8454F5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  border-radius: 50%;
}
.card4 ul {
  padding: 0 35px;
}
.card4 ul li {
  text-align: left;
  position: relative;
  padding-left: 28px;
  margin-bottom: -6px;
}
.card4 ul li:nth-child(1)::before, .card4 ul li:nth-child(2)::before, .card4 ul li:nth-child(3)::before, .card4 ul li:nth-child(4)::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  font-family: "innovate";
  font-size: 12px;
  color: #8454F5;
  left: 1px;
  top: 2px;
  opacity: 0.7;
}
.card4 ul li:nth-child(1)::before {
  content: "\e900";
}
.card4 ul li:nth-child(2)::before {
  content: "\e902";
}
.card4 ul li:nth-child(3)::before {
  content: "\e901";
}
.card4 ul li:nth-child(4)::before {
  content: "\e903";
}
.card4 ul li:hover:nth-child(1)::before, .card4 ul li:hover:nth-child(2)::before, .card4 ul li:hover:nth-child(3)::before, .card4 ul li:hover:nth-child(4)::before {
  opacity: 1;
}
.card4 ul li:hover a {
  opacity: 1;
}
.card4 ul li a {
  color: #8454F5;
  opacity: 0.7;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}

.card5 {
  box-shadow: 0 4px 40px 0 rgba(201, 163, 254, 0.15);
  margin-bottom: 30px;
  text-align: left;
  background: #fff;
  border-radius: 20px;
  padding: 18px 30px 20px 30px;
  max-width: 248px;
}
.card5 h6 {
  font-family: "Open Sans", sans-serif;
  opacity: 0.8;
  text-transform: capitalize;
  margin-bottom: 1px;
}
.card5 p {
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.7;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.card5 .chart {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-left: -22px;
  margin-bottom: 25px;
}
.card5 .chart .chart-markup-table {
  width: 20%;
  margin-left: 22px;
  background: #F5F5FF;
  width: 20px;
  height: 134px;
  border-radius: 5px;
  position: relative;
}
.card5 .chart .chart-markup-table .chart-content {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  height: 0;
}
.card5 .chart .chart-markup-table.col1 .chart-content {
  background: #9064F5;
}
.card5 .chart .chart-markup-table.col2 .chart-content {
  background: #FEC35F;
}
.card5 ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.card5 ul li {
  position: relative;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1;
  opacity: 0.5;
  margin-right: 12px;
  text-transform: capitalize;
}
.card5 ul li:nth-child(1)::before, .card5 ul li:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.card5 ul li:nth-child(1)::before {
  background: #FEC35F;
}
.card5 ul li:nth-child(2)::before {
  background: #C9A3FE;
}

.card6 {
  box-shadow: 0 4px 40px 0 rgba(201, 163, 254, 0.15);
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 15px;
  max-width: 164px;
  margin-left: 38px;
}
.card6 .title {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #513299;
  opacity: 0.9;
}
.card6 .couter2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: -2px;
}
.card6 ul {
  margin-left: 20px;
}
.card6 ul li {
  position: relative;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1;
  opacity: 0.5;
  margin-bottom: 12px;
  text-align: left;
  padding-left: 15px;
  text-transform: capitalize;
}
.card6 ul li:nth-child(1)::before, .card6 ul li:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.card6 ul li:nth-child(1)::before {
  background: #FEC35F;
}
.card6 ul li:nth-child(2)::before {
  background: #C9A3FE;
}

.video-style2 .popup-youtube {
  margin-top: 8px;
  margin-right: 28px;
  position: relative;
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #FEC35F;
  border-radius: 50%;
  margin-left: 38px;
  padding-left: 4px;
  padding-top: 2px;
}
.video-style2 .popup-youtube .icon-innovatePolygon-2 {
  color: #fff;
  font-size: 45px;
}
.video-style2 p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 10px;
}
.video-style2 svg {
  position: absolute;
  top: -23px;
  left: -25px;
}

.team-slider {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.team-slider .image {
  width: 45%;
}
.team-slider .content {
  width: 55%;
  padding: 30px 85px 0 38px;
}
.team-slider .content p {
  opacity: 0.8;
  font-size: 20px;
  line-height: 1.8;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.team-slider .content .name {
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 13px;
}
.team-slider .content .social li a {
  border-color: #8454F5;
  color: #8454F5;
  background: transparent;
}
.team-slider .content .social li a.active, .team-slider .content .social li a:hover {
  background: #8454F5;
  color: #fff;
}

.img-box-service {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.img-box-service .image {
  width: 55%;
}
.img-box-service .content {
  width: 45%;
  padding-top: 59px;
  padding-left: 27px;
  padding-right: 60px;
}
.img-box-service .content .number {
  font-size: 64px;
  line-height: 1.36;
  font-family: "Open Sans", sans-serif;
  color: #5F5450;
  font-weight: 800;
  margin-bottom: 33px;
}
.img-box-service .content .title {
  line-height: 1.36;
  color: #3D3430;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.img-box-service .content p {
  font-family: "Roboto", sans-serif;
  color: #5F5450;
  padding-right: 45px;
}
.img-box-service.style2 .content {
  width: 50%;
  padding-top: 58px;
  padding-left: 92px;
  padding-right: 15px;
}
.img-box-service.style2 .content p {
  padding-right: 17%;
}
.img-box-service.style2 .image {
  width: 50%;
}
.img-box-service.style2 .image img {
  margin-left: 32px;
}
.img-box-service.style3 .image {
  width: 52.7%;
}
.img-box-service.style3 .content {
  width: 47.3%;
  padding-top: 60px;
  padding-left: 54px;
  padding-right: 60px;
}
.img-box-service.style3 .content p {
  padding-right: 90px;
}
.img-box-service .overlay,
.img-box-service .overlay2 {
  position: absolute;
  background: #FCF5F3;
  left: 0;
  width: 100%;
  z-index: -1;
}
.img-box-service .overlay {
  bottom: 0;
  height: 91%;
}
.img-box-service .overlay2 {
  top: 0;
  height: 86%;
}

.selec-work {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-top: -238px;
  margin-left: 15px;
  margin-right: -40px;
}
.selec-work .image-box {
  position: relative;
  width: calc(34.4% - 30px);
  margin-left: 30px;
}
.selec-work .image-box .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.selec-work .image-box .content {
  position: absolute;
  min-width: 298px;
  min-height: 122px;
  background: #E2DDFB;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  bottom: 40px;
  right: 0;
  padding: 0 58px 0 50px;
}
.selec-work .image-box .content h6 {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.selec-work .image-box.st2 {
  width: calc(32.8% - 30px);
  padding-top: 295px;
}
.selec-work .image-box.st2 .content {
  bottom: -32px;
}
.selec-work .image-box.st3 {
  width: calc(32.8% - 30px);
  padding-top: 224px;
}
.selec-work .image-box.st3 .content {
  top: 155px;
  bottom: auto;
  background: #FEF8E4;
}

.testimonior-st2 {
  background: #fff;
  box-shadow: -10px 20px 50px 0 rgba(220, 220, 224, 0.3);
  padding: 62px 35px 24px 84px;
}
.testimonior-st2 .box {
  margin-bottom: 22px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.testimonior-st2 .box .icon {
  margin-right: 26px;
}
.testimonior-st2 .box .icon i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  color: #7258F7;
  font-size: 60px;
}
.testimonior-st2 .box .content h6 {
  line-height: 1.125;
  color: #3D3430;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 15px;
}
.testimonior-st2 .box .content .desc {
  margin-bottom: 0;
  line-height: 1.4;
  color: #5F5450;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.testimonior-st2 > p {
  color: #5F5450;
  letter-spacing: 0;
  padding-right: 30px;
}
.testimonior-st2:hover .box .icon i {
  opacity: 1;
}

.image-box .content {
  background: #fff;
  padding: 35px 25px;
}
.image-box .content .desc {
  font-family: "Poppins", sans-serif;
  color: #29313D;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 13px;
  opacity: 0.8;
}
.image-box .content h5 {
  margin-bottom: 0;
}
.image-box.style {
  margin-bottom: 30px;
}
.image-box.ecfect .image {
  overflow: hidden;
}
.image-box.ecfect .image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.image-box.ecfect:hover .image img {
  transform: scale(1.1);
}

.pricing-box {
  box-shadow: 0 24px 80px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 37px 40px 17px 28px;
}
.pricing-box .title {
  margin-bottom: 15px;
}
.pricing-box p {
  margin-bottom: 34px;
  text-transform: capitalize;
}
.pricing-box .pricing {
  margin-bottom: 47px;
  font-size: 48px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.pricing-box .tf-button {
  margin-bottom: 33px;
}
.pricing-box ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.pricing-box ul li {
  margin-right: 30px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
}
.pricing-box ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.pricing-box ul li::before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 20px;
  font-family: "innovate";
  content: "\e904";
  color: #130F26;
}

.portfolio-box .image img {
  width: 100%;
}
.portfolio-box .content {
  background: #fff;
  padding: 35px 25px;
}
.portfolio-box .content .desc {
  font-family: "Poppins", sans-serif;
  color: #29313D;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 13px;
  opacity: 0.8;
}
.portfolio-box .content h5 {
  margin-bottom: 0;
}
.portfolio-box .image {
  overflow: hidden;
}
.portfolio-box .image img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-box:hover .image img {
  transform: scale(1.1);
}

.contact-box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  padding: 48px 15px 44px;
  background: #FBF3F0;
  border-radius: 20px;
}
.contact-box .icon {
  margin-bottom: 18px;
}
.contact-box .icon i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  color: #29313D;
}
.contact-box h6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-box.active, .contact-box:hover {
  background: #FF5538;
}
.contact-box.active .icon i, .contact-box:hover .icon i {
  color: #fff;
}
.contact-box.active h6, .contact-box:hover h6 {
  color: #fff;
}
.contact-box.style {
  padding: 43px 15px 44px;
}
.contact-box.style .icon {
  margin-bottom: 27px;
}
.contact-box.style .icon i {
  font-size: 35px;
}
.contact-box.style h6 {
  text-transform: none;
}

.flat-tabs .menu-tab {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.flat-tabs .menu-tab li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-tabs .menu-tab li:hover {
  cursor: pointer;
}
.flat-tabs.tab1 .menu-tab {
  margin-left: -30px;
  margin-bottom: 101px;
}
.flat-tabs.tab1 .menu-tab li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: calc(25% - 30px);
  margin-left: 30px;
  text-align: center;
  position: relative;
}
.flat-tabs.tab1 .menu-tab li.active .menu-box {
  position: relative;
}
.flat-tabs.tab1 .menu-tab li.active .menu-box::after {
  opacity: 1;
  visibility: visible;
}
.flat-tabs.tab1 .menu-tab li.active .menu-box .icon svg path {
  fill: #fff;
}
.flat-tabs.tab1 .menu-tab li.active .menu-box h6 {
  color: #fff;
}
.flat-tabs.tab1 .menu-tab li:nth-child(1) .menu-box {
  background: rgba(232, 252, 242, 0.7);
}
.flat-tabs.tab1 .menu-tab li:nth-child(1) .menu-box .icon svg path {
  fill: #f8a64c;
}
.flat-tabs.tab1 .menu-tab li:nth-child(1).active .menu-box {
  background: #f8a64c;
}
.flat-tabs.tab1 .menu-tab li:nth-child(1).active .menu-box .icon svg path {
  fill: #fff;
}
.flat-tabs.tab1 .menu-tab li:nth-child(2) .menu-box {
  background: rgba(240, 237, 255, 0.7);
}
.flat-tabs.tab1 .menu-tab li:nth-child(2).active .menu-box {
  background: #7968EF;
}
.flat-tabs.tab1 .menu-tab li:nth-child(2).active .menu-box::after {
  border-color: #7968EF transparent transparent transparent;
}
.flat-tabs.tab1 .menu-tab li:nth-child(3) .menu-box {
  background: rgba(232, 252, 242, 0.7);
}
.flat-tabs.tab1 .menu-tab li:nth-child(3).active .menu-box {
  background: #63de9d;
}
.flat-tabs.tab1 .menu-tab li:nth-child(3).active .menu-box::after {
  border-color: #63de9d transparent transparent transparent;
}
.flat-tabs.tab1 .menu-tab li:nth-child(4) .menu-box {
  background: rgba(254, 246, 236, 0.7);
}
.flat-tabs.tab1 .menu-tab li:nth-child(4).active .menu-box {
  background: #7968EF;
}
.flat-tabs.tab1 .menu-tab li:nth-child(4).active .menu-box::after {
  border-color: #7968EF transparent transparent transparent;
}
.flat-tabs.tab2 .menu-tab {
  background: rgba(219, 204, 252, 0.2);
  padding: 15px;
  border-radius: 24px;
  margin-bottom: 120px;
}
.flat-tabs.tab2 .menu-tab li {
  width: 25%;
  margin-right: 40px;
  font-size: 20px;
  line-height: 1.4;
  color: #8454F5;
  background: transparent;
  border-radius: 18px;
  padding: 0 15px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-transform: capitalize;
  text-align: center;
}
.flat-tabs.tab2 .menu-tab li:hover, .flat-tabs.tab2 .menu-tab li.active {
  background: #8454F5;
  color: #fff;
}
.flat-tabs.tab2 .menu-tab li:last-child {
  margin-right: 0;
}
.flat-tabs.tab2 .tab-wrap {
  padding: 0 30px;
}
.flat-tabs.tab2 .tab-wrap .image {
  width: 50%;
  margin-right: 0px;
  margin-top: 26px;
  padding-left: 18px;
}
.flat-tabs.tab2 .tab-wrap .content {
  width: 50%;
  padding-left: 42px;
  padding-right: 60px;
}
.flat-tabs.tab2 .tab-wrap .content h2 {
  margin-bottom: 22px;
  font-size: 56px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
}
.flat-tabs.tab2 .tab-wrap .content p {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.8;
}
.flat-tabs.tab3 .tab-wrap {
  margin-left: -30px;
  padding: 0;
}
.flat-tabs.tab3 .menu-tab {
  width: 70px;
  height: 40px;
  background: #8454F5;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 160px;
}
.flat-tabs.tab3 .menu-tab li {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.flat-tabs.tab3 .menu-tab li.active {
  background: #fff;
}
.flat-tabs.tab3 .menu-tab li:nth-child(1)::before {
  position: absolute;
  content: "Monthly";
  left: -134px;
  top: -1px;
  font-size: 28px;
  line-height: 1;
  opacity: 0.8;
  font-weight: bold;
}
.flat-tabs.tab3 .menu-tab li:nth-child(2)::before {
  position: absolute;
  content: "Yearly";
  right: -109px;
  top: -1px;
  font-size: 28px;
  line-height: 1;
  opacity: 0.8;
  font-weight: bold;
}
.flat-tabs.tab4 .tab-wrap {
  margin-left: -30px;
  padding: 0;
}
.flat-tabs.tab4 .menu-tab {
  width: 64px;
  height: 32px;
  background: transparent;
  border: 1px solid #7258F7;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 67px;
  transform: translateX(-62px);
}
.flat-tabs.tab4 .menu-tab li {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.flat-tabs.tab4 .menu-tab li.active {
  background: #7258F7;
}
.flat-tabs.tab4 .menu-tab li:nth-child(1)::before {
  position: absolute;
  content: "Monthly";
  left: -96px;
  top: 0px;
  font-size: 20px;
  line-height: 27px;
  opacity: 1;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.flat-tabs.tab4 .menu-tab li:nth-child(2)::before {
  position: absolute;
  content: "Yearly";
  right: -74px;
  top: 0px;
  font-size: 20px;
  line-height: 27px;
  opacity: 1;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.flat-tabs.tab4 .menu-tab::after {
  position: absolute;
  content: "20% Save";
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #5F5450;
  font-size: 14px;
  line-height: 1.28;
  min-width: 98px;
  min-height: 32px;
  background: #E2DDFB;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  top: 0x;
  right: -178px;
}
.flat-tabs.tab5 .menu-tab {
  background: #FBF3F0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 80px;
}
.flat-tabs.tab5 .menu-tab li {
  text-align: center;
  color: rgba(41, 49, 61, 0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 12px 10px 40px;
  background: transparent;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-right: 0;
  width: 17%;
  text-transform: capitalize;
}
.flat-tabs.tab5 .menu-tab li.active {
  background: #fff;
  color: #29313D;
  box-shadow: 0 4px 40px 0px rgba(0, 0, 0, 0.05);
}
.flat-tabs.tab5 .menu-tab li:nth-child(1) {
  width: 15%;
  padding: 10px 23px 10px 23px;
}
.flat-tabs.tab5 .menu-tab li:last-child {
  margin-left: 1px;
}
.flat-tabs.tab5 .content-tab .content-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.flat-tabs.tab5 .content-tab .content-inner .portfolio-box {
  width: calc(33.333% - 30px);
  margin-bottom: 30px;
  margin-left: 30px;
}
.flat-tabs.tab6 .menu-tab {
  margin-bottom: 96px;
}
.flat-tabs.tab6 .menu-tab li {
  text-transform: capitalize;
  margin-right: 61px;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(41, 49, 61, 0.7);
}
.flat-tabs.tab6 .menu-tab li.active {
  color: #FF5538;
}
.flat-tabs.tab6 .content-tab .content-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.flat-tabs.tab6 .content-tab .content-inner .portfolio-box {
  width: calc(33.333% - 30px);
  margin-bottom: 30px;
  margin-left: 30px;
}

.tab-wrap {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 0 8%;
}
.tab-wrap .image {
  margin-right: 130px;
  margin-top: 18px;
  padding-left: 18px;
}
.tab-wrap .image img {
  min-height: 340px;
  min-width: 340px;
}
.tab-wrap .content {
  padding-right: 90px;
}
.tab-wrap .content h4 {
  text-transform: capitalize;
  margin-bottom: 23px;
}
.tab-wrap .content p {
  text-transform: capitalize;
  margin-bottom: 47px;
}
.tab-wrap .box {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: calc(33.333% - 30px);
  margin-left: 30px;
  border-radius: 30px;
  background: #fff;
  padding: 49px 48px 35px 48px;
}
.tab-wrap .box h4 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 46px;
}
.tab-wrap .box ul {
  padding-left: 2px;
  margin-bottom: 49px;
}
.tab-wrap .box ul li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-left: 32px;
}
.tab-wrap .box ul li span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  line-height: 1.2;
  color: #545A64;
}
.tab-wrap .box ul li span.st {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  color: #8454F5;
}
.tab-wrap .box ul li::before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: -7;
  font-family: "innovate";
  content: "\e904";
  color: #545A64;
}
.tab-wrap .box .tf-button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 80px;
  background: rgba(132, 84, 245, 0.1);
  box-sizing: 18px;
  padding: 0 48px;
  font-size: 20px;
  line-height: 80px;
  border: none;
  color: #8454F5;
}
.tab-wrap .box .tf-button:hover {
  background: #8454F5;
  color: #fff;
}
.tab-wrap .box.active {
  transform: translateY(-80px);
}
.tab-wrap .box.active, .tab-wrap .box:hover {
  background: #181059;
}
.tab-wrap .box.active h4, .tab-wrap .box:hover h4 {
  color: #fff;
}
.tab-wrap .box.active ul li, .tab-wrap .box:hover ul li {
  color: #fff;
}
.tab-wrap .box.active ul li span, .tab-wrap .box:hover ul li span {
  color: #fff;
}
.tab-wrap .box.active ul li span.st, .tab-wrap .box:hover ul li span.st {
  color: #fff;
}
.tab-wrap .box.active ul li::before, .tab-wrap .box:hover ul li::before {
  color: #fff;
}
.tab-wrap .box.active .tf-button, .tab-wrap .box:hover .tf-button {
  background: #8454F5;
  color: #fff;
}
.tab-wrap.style2 .box {
  border-radius: 0;
  background: #fff;
  padding: 0 0 24px;
  text-align: center;
}
.tab-wrap.style2 .box .content {
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 40px 30px 47px;
  position: relative;
  text-align: center;
  background: #E2DDFB;
}
.tab-wrap.style2 .box .content .title {
  line-height: 1.375;
  color: #3D3430;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.tab-wrap.style2 .box .content p {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1.2;
  color: #5F5450;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: -1.3px;
}
.tab-wrap.style2 .box .content .pricing {
  padding-left: 15px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tab-wrap.style2 .box .content .pricing li {
  color: #3D3430;
  font-size: 16px;
  line-height: 1;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.tab-wrap.style2 .box .content .pricing li.number {
  font-size: 72px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  position: relative;
}
.tab-wrap.style2 .box .content .pricing li.number::after {
  position: absolute;
  top: -2px;
  left: -14px;
  content: "$";
  font-size: 16px;
  line-height: 1.5625;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #3D3430;
}
.tab-wrap.style2 .box .content .pricing li.month {
  padding-left: 15px;
  margin-left: 5px;
}
.tab-wrap.style2 .box .content .pricing li.month::after {
  position: absolute;
  top: 0;
  left: 0px;
  content: "/";
}
.tab-wrap.style2 .box ul {
  padding-left: 8px;
  margin-bottom: 44px;
}
.tab-wrap.style2 .box ul li {
  margin-bottom: -4px;
  padding-left: 0;
  display: block;
  color: #6C7D93;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
}
.tab-wrap.style2 .box ul li::before {
  display: none;
}
.tab-wrap.style2 .box .tf-button {
  height: 47px;
  line-height: 47px;
  background: transparent;
  border: 1px solid #6001D3;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #6001D3;
  padding: 0 28px 0 34px;
}
.tab-wrap.style2 .box .tf-button:hover {
  background: #7258F7;
  border: 1px solid #7258F7;
  color: #fff;
}
.tab-wrap.style2 .box.active, .tab-wrap.style2 .box:hover {
  transform: none;
}
.tab-wrap.style2 .box.active .content, .tab-wrap.style2 .box:hover .content {
  box-shadow: 0 30px 60px 0 rgba(162, 169, 192, 0.15);
  background: #FEF8E4;
}
.tab-wrap.style2 .box.active .tf-button, .tab-wrap.style2 .box:hover .tf-button {
  background: #7258F7;
  border: 1px solid #7258F7;
  color: #fff;
}

#footer .footer-main {
  padding: 80px 0 30px;
}
#footer .wrap-fx {
  padding: 0;
}
#footer .widget {
  width: 18%;
  padding: 0 15px;
}
#footer .widget.widget-logo {
  width: 46%;
}
#footer .widget.widget-logo .footer__logo {
  margin-bottom: 44px;
}
#footer .widget.widget-logo p {
  font-size: 18px;
  line-height: 1.8;
  text-transform: capitalize;
  padding-right: 25%;
}
#footer .widget .widget-title {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 44px;
}
#footer .widget.product {
  padding-left: 19px;
}
#footer .widget.support {
  padding-left: 86px;
}
#footer .widget.widget-link.support ul li a {
  margin-right: -100px;
}
#footer .footer-bottom {
  padding: 23px 0 55px;
}
#footer .footer-bottom .wrap-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#footer .footer-bottom .wrap-fx .Copyright p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  text-transform: capitalize;
}
#footer .footer-bottom .wrap-fx .list {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#footer .footer-bottom .wrap-fx .list li {
  margin-left: 60px;
}
#footer .footer-bottom .wrap-fx .list li a {
  font-size: 18px;
  line-height: 1.4;
  text-transform: capitalize;
}
#footer .widget-link ul li {
  margin-bottom: 18px;
}
#footer .widget-link ul li a {
  position: relative;
}
#footer .widget-link ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FF5538;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 500ms ease;
}
#footer .widget-link ul li a:hover::before {
  transform: scale(1, 1);
  transform-origin: left center;
}
#footer.footer.style2 .widget {
  width: 12%;
}
#footer.footer.style2 .widget.widget-logo {
  width: 32%;
}
#footer.footer.style2 .widget.widget-logo .footer__logo {
  margin-bottom: 24px;
}
#footer.footer.style2 .widget.widget-logo p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Inter", sans-serif;
  text-transform: none;
  padding-right: 38%;
  margin-bottom: 23px;
}
#footer.footer.style2 .widget.widget-logo .social li {
  margin-right: 6px;
}
#footer.footer.style2 .widget .widget-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.78;
  color: #52C5B6;
  margin-bottom: 12px;
}
#footer.footer.style2 .widget.widget-link ul li {
  margin-bottom: 2px;
}
#footer.footer.style2 .widget.widget-link ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
#footer.footer.style2 .widget > p {
  color: #fff;
}
#footer.footer.style2 .widget.widget-latest {
  width: 24%;
}
#footer.footer.style2 .widget.company {
  width: 16%;
  padding-left: 30px;
}
#footer.footer.style2 .widget.resources {
  width: 16%;
  padding-left: 27px;
}
#footer.footer.style2 .widget.widget-latest {
  padding-left: 42px;
}
#footer.footer.style2 .widget.widget-latest .widget-title {
  margin-bottom: 18px;
}
#footer.footer.style2 .widget.widget-latest p {
  font-size: 16px;
  line-height: 1.62;
  font-family: "Inter", sans-serif;
  margin-bottom: 31px;
}
#footer.footer.style2 .footer-main {
  padding: 111px 0 50px;
}
#footer.footer.style2 .footer-bottom {
  position: relative;
  padding: 0;
}
#footer.footer.style2 .footer-bottom .wrap-fx .Copyright {
  padding: 28px 0;
  position: relative;
  width: 100%;
}
#footer.footer.style2 .footer-bottom .wrap-fx .Copyright p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
}
#footer.footer.style2 .footer-bottom .wrap-fx .Copyright::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  top: -2px;
  left: 0;
  background: #D2D2D2;
  border-radius: 4px;
  opacity: 0.2;
}
#footer.footer.style3 {
  background: #19153D;
}
#footer.footer.style3 .footer-main {
  padding: 140px 0 30px;
}
#footer.footer.style3 .widget {
  width: 16.5%;
}
#footer.footer.style3 .widget.widget-logo {
  width: 45%;
}
#footer.footer.style3 .widget.widget-logo p {
  font-family: "Nunito", sans-serif;
  letter-spacing: -0.1px;
  color: #fff;
  padding-right: 10%;
}
#footer.footer.style3 .widget .widget-title {
  color: #fff;
  margin-bottom: 43px;
}
#footer.footer.style3 .widget.product {
  width: 18.5%;
}
#footer.footer.style3 .widget.support {
  width: 20%;
  padding-left: 65px;
}
#footer.footer.style3 .widget-link ul li a {
  color: #fff;
}
#footer.footer.style3 .footer-bottom .wrap-fx .Copyright p {
  color: #fff;
}
#footer.footer.style3 .footer-bottom .wrap-fx .list li a {
  color: #fff;
}
#footer.footer.style3 .footer-bottom .wrap-fx .list li a:hover {
  color: #FF5538;
}
#footer #subscribe-form {
  position: relative;
  margin-right: 18px;
}
#footer #subscribe-form input {
  width: 100%;
  border-radius: 5px;
  background: #F5F6FA;
  border: none;
  outline: none;
  height: 46px;
  padding: 3px 0 0 18px;
  font-size: 12px;
  line-height: 1.5;
  color: #A1A2A3;
}
#footer #subscribe-form input::placeholder {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #A1A2A3;
  font-weight: 400;
}
#footer #subscribe-form button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #FF5538;
  color: #fff;
  border: none;
  outline: none;
}
#footer #subscribe-form button:hover {
  background: #A1A2A3;
}
#footer.style3 .widget-link ul li a:hover {
  color: #FF5538;
}

.section {
  position: relative;
}

.tf-section.tf-project {
  overflow: hidden;
  padding: 99px 0 83px;
}
.tf-section.tf-project .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #FFD7C8;
}
.tf-section.tf-project .font-body2 {
  padding-left: 5px;
  text-transform: capitalize;
  padding-right: 5%;
}
.tf-section.tf-project .iconbg4 {
  position: absolute;
  right: 0;
  top: 0;
  animation: move3 6s infinite linear;
}

.grid .page-title .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.grid .page-title .page-title-inner .desc {
  margin-top: 0px;
  padding-top: 45px;
}
.grid .page-title .page-title-inner .desc::before {
  top: 6px;
  height: 93.5%;
}
.grid .tf-section {
  padding: 60px 0;
}
.grid .tf-section.tf-project {
  padding: 99px 0 83px;
}
.grid .tf-section.tf-blog {
  padding: 119px 0 60px;
}
.grid .tf-section.section-post {
  padding: 60px 0 120px;
}

.inner-pg .page-title .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-title.st2 {
  background: none;
}
.page-title.st2 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/backgroup/bg-page-title9.png") center center no-repeat;
  background-size: cover;
  z-index: -1;
  animation: move3 8s infinite linear;
}
.page-title.st2 .overlay2 {
  background: #FBF3F0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.page-title.st3 {
  background: none;
  padding: 208px 0 84px;
}
.page-title.st3 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/backgroup/bg-page-title3.jpg") center center no-repeat;
  background-size: cover;
  z-index: -1;
  animation: move5 7s infinite linear;
}
.page-title.st3 .overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FBF3F0;
  z-index: -2;
}
.page-title.st3 .iconbg {
  position: absolute;
  left: -8px;
  bottom: -91px;
}
.page-title .title-section {
  top: 45%;
  left: 6.4%;
  text-transform: capitalize;
}

.details .page-title.st3 {
  padding: 228px 0 147px;
}
.details .page-title .title-section {
  top: 52%;
  left: 8.4%;
  text-transform: capitalize;
}
.details #sidebar {
  width: 47%;
  padding-left: 37px;
}
.details .post .content-post .meta-post .date a {
  font-size: 24px;
  line-height: 26px;
}
.details .post .content-post .meta-post .date svg {
  margin-right: 22px;
}
.details .post .content-post .desc {
  padding-right: 5px;
}
.details .tf-section.tf-details {
  padding: 120px 0 92px;
}

.main .page-title {
  padding: 293px 0 285px;
  margin-bottom: 0px;
  background: none;
}
.main .page-title .icon-animate {
  position: absolute;
  top: 108px;
  left: 41.7%;
  animation: rotated 10s infinite linear;
}
.main .page-title .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/backgroup/bg-page-title3.png") center center no-repeat;
  background-size: cover;
  z-index: -1;
  animation: move5 7s infinite linear;
}
.main .page-title .overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: #FBF3F0;
}
.main .page-title .icon-2 {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  background: #FBF3F0;
}
.main .page-title .left-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: absolute;
  transform: rotate(-90deg);
  left: -263px;
  top: 47.5%;
}
.main .page-title .left-box .scroll {
  margin-right: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.main .page-title .left-box .scroll .divider {
  width: 48px;
  height: 1px;
  background: #29313D;
  position: relative;
}
.main .page-title .left-box .scroll .divider::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #29313D;
  border-radius: 50%;
  animation: move3 10s infinite linear;
}
.main .page-title .left-box .scroll p {
  margin-bottom: 0;
  margin-left: 10px;
}
.main .page-title .left-box p {
  margin-bottom: 0;
}
.main .page-title .left-box .list {
  margin-left: 92px;
}
.main .page-title .left-box .list li a {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  margin: 0 8px;
}
.main .page-title .left-box p {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
.main .page-title .icon-bg2 {
  position: absolute;
  left: -10px;
  bottom: -198px;
}
.main .tf-section.tf-about {
  padding-bottom: 0;
}
.main .tf-section.tf-about .content-about {
  padding-top: 48px;
  padding-left: 50px;
}
.main .tf-section.tf-about .bg-1 {
  position: absolute;
  bottom: -25px;
  right: -10px;
  z-index: -1;
  background: transparent;
}
.main .tf-section.tf-about .bg-style {
  position: absolute;
  right: 0;
  bottom: -50px;
  background: rgba(251, 243, 240, 0.8);
  width: 56.5%;
  height: 71.5%;
  z-index: -2;
}
.main .tf-section.tf-about .icon-rotate {
  position: absolute;
  top: 31%;
  left: 33.5%;
  animation: rotated 10s infinite linear;
}
.main .tf-section.blog {
  padding: 172px 0 120px;
}
.main .tf-section.blog .icon-bg3 {
  position: absolute;
  top: -174px;
  left: -8px;
  z-index: -1;
}
.main .tf-section.blog .title-section {
  margin-bottom: 0;
  width: 58%;
}
.main.home2 .page-title {
  background: #30344E;
  padding: 112px 0 0;
}
.main.home2 .page-title .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./../../assets/images/backgroup/bg-page-title4.png) center center fixed no-repeat;
  background-size: cover;
  z-index: 1;
}
.main.home2 .page-title .overlay2 {
  position: absolute;
  width: 45%;
  height: 100%;
  right: 0;
  top: 0;
  left: auto;
  background: url(./../../assets/images/backgroup/bg-page-title5.png) center center fixed no-repeat;
  background-size: cover;
  z-index: 0;
}
.main.home2 .page-title .icon-bg5 {
  position: absolute;
  top: -335px;
  right: -300px;
  width: 54%;
  animation: move5 7s infinite linear;
}
.main.home2 .page-title .swiper-container {
  overflow: visible;
}
.main.home2 .tf-section.tf-about {
  padding-bottom: 130px;
}
.main.home2 .tf-section.tf-about .content-about {
  padding-top: 85px;
  padding-left: 82px;
}
.main.home2 .tf-section.tf-about .content-about .title-section {
  margin-bottom: 24px;
}
.main.home2 .tf-section.tf-about .content-about .title-section .title {
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.main.home2 .tf-section.tf-about .content-about .title-section p.desc {
  line-height: 1.78;
  font-family: "Inter", sans-serif;
}
.main.home2 .tf-section.tf-about .content-about .tf-button.st5 {
  font-family: "Nunito", sans-serif;
}
.main.home2 .tf-section.tf-about .image-about {
  position: relative;
  padding-left: 50px;
  padding-top: 36px;
}
.main.home2 .tf-section.tf-about .image-about .image {
  border-radius: 10px;
  overflow: hidden;
  max-width: 582px;
  position: relative;
}
.main.home2 .tf-section.tf-about .image-about .image .img-style {
  position: absolute;
  right: -1px;
  bottom: -1px;
  max-width: 344px;
  max-height: 348px;
  min-height: auto;
}
.main.home2 .tf-section.tf-about .image-about .bg-about {
  position: absolute;
  bottom: 25px;
  right: -10px;
  max-width: 213px;
  max-height: 116px;
  min-height: auto;
}
.main.home2 .tf-section.tf-about .image-about .bg-about2 {
  position: absolute;
  left: 27px;
  top: 9px;
  min-height: auto;
  z-index: -2;
  opacity: 0.36;
}
.main.home2 .tf-section.tf-service .title-section {
  width: 60%;
}
.main.home2 .tf-section.tf-service .desc {
  width: 40%;
}
.main.home3 .page-title {
  padding: 192px 0 95px;
  margin-bottom: 0px;
  background: none;
}
.main.home3 .tf-section.blog {
  background: rgba(255, 255, 255, 0.8);
  padding: 120px 0 105px;
}
.main.home3 .tf-section.tf-service {
  padding: 5px 0 98px;
}
.main.home3 .tf-section.tf-service .content-service {
  padding: 26px 0 0 0;
}
.main.home3 .tf-section.tf-service .content-service p {
  padding-left: 3px;
  margin-bottom: 80px;
}
.main.home3 .tf-section.tf-service .content-service .image {
  text-align: right;
  padding-right: 15px;
  margin-left: -50px;
}
.main.home3 .tf-section.tf-feature {
  background: #FDFDFD;
  padding: 81px 0 92px;
}
.main.home3 .tf-section.tf-feature .title-section {
  padding-right: 80px;
  margin-bottom: 40px;
}
.main.home3 .tf-section.tf-feature .title-section .title {
  margin-bottom: 24px;
}
.main.home3 .tf-section.tf-feature .title-section p {
  text-transform: capitalize;
}
.main.home3 .tf-section.tf-feature .image-section {
  padding: 32px 0 0 75px;
  margin-right: -90px;
}
.main.home3 .tf-section.our-process {
  padding: 125px 0 110px;
}
.main.home3 .tf-section.our-process .overlay {
  background: rgba(241, 251, 251, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.main.home3 .tf-section.our-process .title-section .sub-title {
  margin-bottom: 14px;
}
.main.home3 .tf-section.our-process .tab1 .tab-wrap .content .tf-button {
  height: 78px;
  padding: 0 28px;
  line-height: 78px;
}
.main.home3 .tf-section.blog .title-section.style3 .sub-title {
  margin-bottom: 14px;
}
.main.home3 .tf-section.blog .post .image {
  margin-bottom: 24px;
}
.main.home3 .tf-section.blog .post .content {
  padding-left: 5px;
}
.main.home3 .tf-section.blog .post .content h5 {
  text-transform: capitalize;
  margin-bottom: 14px;
}
.main.home3 .tf-section.blog .post .content p {
  text-transform: capitalize;
}
.main.home3 .tf-section.our-pricing {
  background: rgba(241, 251, 251, 0.5);
  padding: 120px 0;
}
.main.home3 .tf-section.our-pricing .title-section.style3 .sub-title {
  margin-bottom: 14px;
}
.main.home3 .tf-section.our-pricing .container {
  max-width: 1445px;
}
.main.home3 .tf-section.tf-action {
  padding: 118px 0 118px;
  background: #fdfdfd;
}
.main.home3 #footer {
  background: rgba(241, 251, 251, 0.5);
}
.main.home3 #footer .footer-main {
  padding: 142px 0 30px;
}

.wrap-fx.st3 .title-section {
  margin-bottom: 0;
}
.wrap-fx.st3 .desc {
  padding-left: 25px;
  line-height: 1.78;
  padding-top: 4px;
}

.tf-counter {
  overflow: hidden;
}
.tf-counter .overlay {
  background: url("./../../assets/images/backgroup/bg-3.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.tf-counter .overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: #FDF9F8;
}
.tf-counter .wrap-couter {
  flex-wrap: wrap;
  margin-left: -30px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-right: 22px;
}
.tf-counter .wrap-couter .box-couter {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}
.tf-counter .content-about {
  padding-left: 48px;
}
.tf-counter .content-about h2 {
  text-transform: capitalize;
  margin-bottom: 21px;
}
.tf-counter .content-about p {
  padding-right: 90px;
  margin-bottom: 40px;
}
.tf-counter.style2 {
  padding: 120px 0 38px;
}
.tf-counter.style2 .overlay {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84.5%;
  background: url("./../../assets/images/backgroup/bg-6.jpg") center center no-repeat;
  background-size: cover;
}
.tf-counter.style2 .overlay2 {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84.5%;
  background: rgba(255, 255, 255, 0.8);
}
.tf-counter.style2 .wrap-couter {
  padding-right: 0;
}
.tf-counter.style2 .wrap-couter .box-couter {
  width: calc(25% - 30px);
  margin-bottom: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

.our-customer-say .container {
  position: relative;
}
.our-customer-say .quote {
  position: absolute;
  top: 10%;
  left: 50%;
}

.tf-section.our-customer-say {
  overflow: hidden;
  padding: 141px 0 120px;
}
.tf-section.our-customer-say .overlay1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: move5 7s infinite linear;
  background: url("./../../assets/images/backgroup/bgour-customer-say.png") center center no-repeat;
  background-size: cover;
  z-index: -1;
}
.tf-section.our-customer-say .overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FDF9F8;
  z-index: -3;
}

.tf-team {
  padding: 80px 0 110px;
}
.tf-team .overlay {
  position: absolute;
  z-index: -99;
  height: 54.5%;
  background: url("./../../assets/images/backgroup/bg-team.jpg") center center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
}

.home2 .tf-counter {
  padding: 110px 0 91px;
  background: url(./../../assets/images/backgroup/bg-5.jpg) center center no-repeat;
  background-size: cover;
}
.home2 .tf-counter .tf-title .title {
  font-size: 38px;
  line-height: 1.42;
  margin-bottom: 41px;
}
.home2 .tf-counter .tf-title .tf-button.st5:hover {
  color: #fff;
  border-color: #fff;
}
.home2 .tf-counter .wrap-couter {
  justify-content: space-between;
  margin-left: 0;
  padding-left: 102px;
  padding-right: 2px;
  padding-top: 19px;
}
.home2 .tf-counter .wrap-couter .box-couter {
  width: auto;
  background: none;
  padding: 0;
  text-align: left;
  margin-left: 0;
  margin-bottom: 0;
}
.home2 .tf-counter .wrap-couter .box-couter .number-content {
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.home2 .tf-counter .wrap-couter .box-couter p {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #fff;
}
.home2 .tf-section.our-customer-say {
  padding: 122px 0 119px;
}
.home2 .tf-section.our-customer-say .title-section.style2 .title {
  letter-spacing: 0;
}
.home2 .tf-section.tf-post {
  padding: 130px 0;
}
.home2 .tf-section.tf-post .title-section.style2 .title {
  letter-spacing: 0;
}
.home2 .tf-section.tf-post .post .content-post .title {
  font-family: "Inter", sans-serif;
  text-transform: none;
}
.home2 .tf-section.tf-post .post .content-post p {
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 20px;
}
.home2 .tf-section.tf-post .post .content-post .meta-post .user-post img {
  margin-right: 15px;
}
.home2 .tf-section.tf-faq {
  padding: 0 0 125px;
}

.tf-post .post.inner-post {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.tf-post .post .content-post .title {
  color: #3F3C5C;
}
.tf-post .post .content-post p {
  font-family: "Inter", sans-serif;
  color: #575470;
}

.tf-section.reliable-solution {
  padding: 165px 0 148px;
}

.home3 .button-header .tf-button.st12 {
  background: transparent;
  color: #fff;
  border-color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.home3 .button-header .tf-button.st12:hover {
  color: #FF5538;
  border-color: #FF5538;
}
.home3 .page-title .overlay {
  background: url("./../../assets/images/backgroup/bg-page-title6.jpg") center center fixed no-repeat;
  background-size: cover;
  z-index: -1;
}
.home3 .page-title .bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home3 .page-title .page-title-inner {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 200px 489px;
}
.home3 .page-title .page-title-inner .list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 30px;
}
.home3 .page-title .page-title-inner .list li {
  font-size: 20px;
  line-height: 1;
  border-radius: 10px;
  height: 40px;
  border: 1px solid #8391A5;
  font-weight: 500;
  color: #8391A5;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 0 14px;
  margin: 0 10px;
}
.home3 .page-title .page-title-inner .title {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.home3 .page-title .page-title-inner .subtitle {
  color: #9ba5b4;
  text-transform: capitalize;
  padding: 0 10%;
  margin-bottom: 48px;
}
.home3 .blog .post .image > a {
  width: 100%;
}
.home3 .blog .post .image img {
  border-radius: 20px;
}
.home3 .blog .post .content h5 {
  font-weight: 500;
}

form.form-link {
  border-radius: 20px;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  height: 78px;
  position: relative;
  overflow: hidden;
}
form.form-link input {
  border-radius: 20px;
  height: 78px;
  background: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #29313D;
  outline: none;
  border: none;
  padding: 0 15px 0 31px;
}
form.form-link input::placeholder {
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #29313D;
}
form.form-link button {
  position: absolute;
  height: 78px;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #6A55EA;
  outline: none;
  border: none;
  padding: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form.form-link button:hover {
  background: rgba(106, 85, 234, 0.8);
}

.tf-action .container {
  max-width: 1550px;
}
.tf-action .action {
  padding: 125px 15px 122px;
  position: relative;
  border-radius: 70px;
  overflow: hidden;
  z-index: 9;
}
.tf-action .action .overlay {
  z-index: -1;
  background: url("./../../assets/images/backgroup/bg-action.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tf-action .action .overlay2 {
  background: #082859;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.tf-action .action .title-section {
  margin-bottom: 28px;
}
.tf-action .action .title-section h2 {
  color: #fff;
}
.tf-action .action .title-section p {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  padding: 0 29%;
}

body.home4 {
  background: url("./../../assets/images/backgroup/bg-body-h4.jpg") center center no-repeat;
  background-size: cover;
}

.home4 .button-header .tf-button.st12 {
  font-family: "Nunito", sans-serif;
}
.home4 .page-title {
  padding: 224px 0 120px;
  background: none;
}
.home4 .page-title .page-title-inner .box-slider {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  padding: 0;
}
.home4 .page-title .page-title-inner .box-slider .content {
  padding-top: 96px;
  width: 55%;
  text-align: left;
}
.home4 .page-title .page-title-inner .box-slider .content .title {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 44px;
}
.home4 .page-title .page-title-inner .box-slider .content p {
  margin-bottom: 52px;
}
.home4 .page-title .page-title-inner .box-slider .content form {
  position: relative;
  height: 110px;
  max-width: 630px;
  width: 100%;
  border-radius: 24px;
}
.home4 .page-title .page-title-inner .box-slider .content form input {
  border-radius: 24px;
  background: rgba(132, 84, 245, 0.05);
  height: 110px;
  width: 100%;
  padding: 0px 28px;
}
.home4 .page-title .page-title-inner .box-slider .content form input::placeholder {
  text-transform: capitalize;
}
.home4 .page-title .page-title-inner .box-slider .content form button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 80px;
  border-radius: 18px;
  background: #8454F5;
  color: #fff;
  padding: 0 48px;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 2;
}
.home4 .page-title .page-title-inner .box-slider .content form button:hover {
  background: rgba(132, 84, 245, 0.8);
}
.home4 .page-title .page-title-inner .box-slider .image {
  width: 45%;
  animation: move2 6s infinite linear;
}
.home4 .page-title .page-title-inner .box-slider .image .card2,
.home4 .page-title .page-title-inner .box-slider .image .card3,
.home4 .page-title .page-title-inner .box-slider .image .card1 {
  position: relative;
  border-radius: 24px;
}
.home4 .page-title .page-title-inner .box-slider .image .card2 {
  margin-top: -159px;
  z-index: 0;
  margin-left: 68px;
}
.home4 .page-title .page-title-inner .box-slider .image .card1 {
  z-index: 1;
  float: right;
  margin-right: -78px;
  box-shadow: -20px 14px 60px 0 rgba(117, 121, 134, 0.15);
}
.home4 .page-title .page-title-inner .box-slider .image .card3 {
  float: right;
  margin-top: 60px;
  margin-right: -122px;
}
.home4 .tf-video {
  padding: 120px 0 88px;
}
.home4 .tf-video .wrap-couter {
  margin-left: -30px;
  padding-left: 2px;
}
.home4 .tf-video .wrap-couter .box-couter {
  position: relative;
  text-align: left;
  margin-left: 30px;
  padding: 0;
  padding-right: 40x;
  background: transparent;
}
.home4 .tf-video .wrap-couter .box-couter.st1 {
  width: calc(34% - 30px);
}
.home4 .tf-video .wrap-couter .box-couter.st2 {
  width: calc(38.3% - 30px);
  padding-left: 36px;
}
.home4 .tf-video .wrap-couter .box-couter.st3 {
  width: calc(27.7% - 30px);
  padding-left: 36px;
}
.home4 .tf-video .wrap-couter .box-couter.st3 p {
  padding: 0;
  margin-right: -15px;
}
.home4 .tf-video .wrap-couter .box-couter.st3::before {
  display: none;
}
.home4 .tf-video .wrap-couter .box-couter::before {
  position: absolute;
  content: "";
  right: 0;
  top: 28px;
  width: 2px;
  height: 100px;
  background: #29313D;
  opacity: 0.2;
}
.home4 .tf-video .wrap-couter .box-couter p {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.8;
  padding-right: 70px;
}
.home4 .tf-section.tf-partner {
  padding: 30px 0 100px;
}
.home4 .tf-section.plan-your-team {
  padding: 108px 0 130px;
}
.home4 .tf-section.tf-video .box-couter .number-content {
  font-size: 64px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
}
.home4 .tf-section.started-free {
  padding: 159px 0 200px;
}
.home4 .content-section {
  padding-left: 62px;
  padding-top: 66px;
}
.home4 .item-parner img {
  background: none;
}

.home5 p {
  color: #5F5450;
  font-family: "Helvetica Neue", sans-serif;
}
.home5 p.st2 {
  letter-spacing: -0.3px;
}
.home5 .container {
  max-width: 1200px;
}
.home5 .title-section .title {
  line-height: 1.36;
}
.home5 .title-section .title.font-style {
  margin-bottom: 21px;
}
.home5 .header {
  background: rgba(219, 213, 251, 0.5);
  height: 100px;
}
.home5 .header .tf-button.st12 {
  border-radius: 0;
  background: #6A55EA;
  border-color: #6A55EA;
}
.home5 .header .tf-button.st12:hover {
  border-color: #8454F5;
  background: #fff;
  color: #221A2C;
}
.home5 .header #header-inner #main-nav {
  left: 30%;
}
.home5 .header #header-inner #main-nav .menu li.menu-item.current-menu-item > a {
  color: #6A55EA;
}
.home5 .header #header-inner #main-nav .menu li.menu-item.current-menu-item > a::after {
  color: #6A55EA;
}
.home5 .header #header-inner #main-nav .menu li a:hover {
  color: #6A55EA;
}
.home5 .header #header-inner #main-nav .menu li a:hover::after {
  color: #6A55EA;
}
.home5 .page-title {
  margin-top: 100px;
  z-index: 9;
  background: none;
  padding: 0;
}
.home5 .page-title .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/backgroup/bg-page-title7.png") center center no-repeat;
  background-size: cover;
  top: -15px;
  animation: move3 7s infinite linear;
}
.home5 .page-title .container {
  max-width: 1200px;
}
.home5 .page-title .box-slider {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 123px 0 0;
  width: 100%;
}
.home5 .page-title .box-slider .content {
  padding-top: 121px;
  width: 58%;
}
.home5 .page-title .box-slider .content .title {
  font-size: 64px;
  line-height: 1.36;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  margin-right: -80px;
  margin-bottom: 28px;
}
.home5 .page-title .box-slider .content p {
  font-size: 20px;
  line-height: 2;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: -0.3px;
  padding-right: 80px;
  margin-bottom: 64px;
}
.home5 .page-title .box-slider .content .wrap-btn .tf-button {
  margin-right: 20px;
  padding: 13px 39px;
  font-family: "Open Sans", sans-serif;
}
.home5 .page-title .box-slider .content .wrap-btn .tf-button.st12 {
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
}
.home5 .page-title .box-slider .content .wrap-btn .tf-button.st12.style {
  margin-right: 0;
  background: #fff;
  border-color: #7258F7;
  color: #29313D;
}
.home5 .page-title .box-slider .content .wrap-btn .tf-button.st12.style:hover {
  background: #7258F7;
  color: #fff;
}
.home5 .page-title .box-slider .image {
  text-align: right;
  width: 42%;
}
.home5 .page-title .box-slider .image img {
  margin-right: -275px;
  min-width: 756px;
  min-height: 754px;
}
.home5 .section-st1 {
  margin-top: -50px;
  padding: 132px 0 83px;
}
.home5 .section-st1 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../assets/images/backgroup/bg-page-title8.png") center center no-repeat;
  background-size: cover;
  animation: move2 8s infinite linear;
}
.home5 .section-st1 .title-section .title {
  text-transform: none;
}
.home5 .icon-box {
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.home5 .icon-box .icon {
  margin-bottom: 22px;
}
.home5 .icon-box .content h5 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
}
.home5 .icon-box .content p {
  font-family: "innovate";
  text-transform: none;
  color: #5F5450;
}
.home5 .tf-section.tf-faq {
  padding: 100px 0 129px;
}
.home5 .tf-section.tf-faq .overlay {
  position: absolute;
  left: -8px;
  bottom: 73px;
  z-index: -1;
}
.home5 .tf-section.tf-faq .image-faq .image img {
  margin-left: -33px;
}
.home5 .tf-section.section-st2 {
  padding: 100px 0 89px;
  background: #FEF8E4;
}
.home5 .tf-section.section-st2 .container {
  position: relative;
  max-width: 1315px;
}
.home5 .tf-section.section-st2 .overlay {
  position: absolute;
  left: 13px;
  top: 37px;
  z-index: 5;
}
.home5 .tf-section.section-st3 {
  padding: 100px 0 132px;
}
.home5 .tf-section.section-st3 .container {
  max-width: 1405px;
}
.home5 .tf-section.section-st3 .icon-bg {
  position: absolute;
  bottom: 5%;
  right: 0;
}
.home5 .tf-section.section-st3 .title-section {
  padding-left: 102px;
}
.home5 .tf-section.plan-your-team {
  background: #FCF8F8;
  margin-top: 2px;
  padding: 100px 0;
}
.home5 .tf-section.plan-your-team .title-section .title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.home5 .tf-section.about-us {
  padding: 96px 0 100px;
  background: #FCF8F8;
}
.home5 .tf-section.about-us .icon-bg {
  position: absolute;
  bottom: 12%;
  left: 96px;
}

.tf-section .bg-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 35%;
  background: rgba(98, 62, 185, 0.05);
  border-radius: 0 150px 150px 0;
  z-index: -1;
}

.content-section .heading {
  font-size: 56px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 23px;
}
.content-section p {
  margin-bottom: 46px;
  text-transform: capitalize;
}
.content-section p.style {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.7;
}

.page-title.st2 {
  padding: 208px 0 112px;
}

.about .section-st1 .container {
  max-width: 1920px;
  padding: 0;
}
.about .img-box-service .image {
  width: 50%;
}
.about .img-box-service .content {
  width: 50%;
  padding-top: 150px;
  padding-left: 124px;
  padding-right: 170px;
}
.about .img-box-service .content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.about .img-box-service .content p {
  color: #29313D;
  font-family: "Nunito", sans-serif;
  padding-right: 160px;
  text-transform: capitalize;
}
.about .img-box-service.style2 .content {
  padding-top: 99px;
  padding-left: 250px;
  padding-right: 0;
}
.about .img-box-service.style2 .content .title {
  padding-right: 32%;
}
.about .img-box-service.style2 .image {
  text-align: right;
}
.about .img-box-service.style2 .image img {
  margin-left: 0;
}
.about .tf-section {
  padding: 60px 0;
}
.about .tf-section.what-we-do {
  padding: 69px 0 117px;
}
.about .tf-section.tf-counter {
  padding: 114px 0 118px;
}
.about .tf-section.tf-team {
  padding: 81px 0 120px;
}
.about .tf-section.tf-team .overlay {
  background: #EDF3F7;
  height: 57%;
}
.about .tf-section.tf-project {
  padding: 100px 0 83px;
}
.about .tf-section.tf-partner {
  padding: 119px 0 60px;
}
.about.st2 .page-title.st2 .title-section {
  top: 36.5%;
}
.about.st2 .img-box-service {
  padding-bottom: 88px;
}
.about.st2 .img-box-service .content {
  padding-top: 11.7%;
  padding-left: 120px;
  padding-right: 172px;
}
.about.st2 .img-box-service .content p {
  color: #29313D;
}
.about.st2 .img-box-service .overlay {
  height: 81%;
}
.about.st2 .tf-section.what-we-do {
  padding: 120px 0 60px;
}
.about.st2 .tf-section.what-we-do .content-about {
  padding-left: 5px;
  padding-top: 12px;
}
.about.st2 .tf-section.what-we-do .content-about .title {
  text-transform: capitalize;
  padding-right: 90px;
  margin-bottom: 20px;
}
.about.st2 .tf-section.what-we-do .content-about p {
  margin-bottom: 47px;
}
.about.st2 .tf-section.tf-partner {
  padding: 60px 0 120px;
}
.about.st2 .tf-section.tf-counter {
  padding: 119px 0 119px;
}
.about.st2 .tf-section.tf-team {
  padding: 76px 0 120px;
}
.about.st3 .what-we-do .container {
  max-width: 1320px;
}
.about.st3 .what-we-do .content-about {
  background: #FBF3F0;
  padding: 50px 50px 50px;
  margin-left: 40px;
}
.about.st3.st2 .tf-section.what-we-do {
  padding: 116px 0 60px;
}
.about.st3.st2 .tf-section.what-we-do .content-about {
  padding: 48px 80px 37px 48px;
}
.about.st3.st2 .tf-section.what-we-do .content-about .title {
  margin-bottom: 19px;
  padding-right: 100px;
}
.about.st3.st2 .tf-section.tf-partner {
  padding: 60px 0 120px;
}
.about.st3 .tf-section.service {
  padding: 160px 0 81px;
}
.about.st3 .tf-section.service .container {
  max-width: 1444px;
}
.about.st3 .tf-section.tf-team {
  padding: 81px 0 0;
}
.about .item-parner img {
  background: #FDF9F8;
}

.flex-icon-box {
  margin-left: -155px;
  justify-content: space-between;
}
.flex-icon-box .icon-box {
  width: calc(33.333% - 165px);
  margin-left: 165px;
  padding: 40px 20px 25px;
}
.flex-icon-box.style2 {
  position: relative;
  margin-left: 66px;
  display: block;
  padding: 94px 35px 55px 160px;
}
.flex-icon-box.style2 .icon-box {
  margin-bottom: 28px;
  padding: 0;
  width: 100%;
  margin-left: 0;
  text-align: left;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.flex-icon-box.style2 .icon-box .img {
  margin-bottom: 0;
  margin-right: 32px;
}
.flex-icon-box.style2 .icon-box .img img {
  min-height: 74px;
  min-width: 74px;
}
.flex-icon-box.style2 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #FCF5F3;
  z-index: -1;
}
.flex-icon-box.style3 {
  margin-left: 0;
}
.flex-icon-box.style3 .icon-box {
  position: relative;
  text-align: center;
  width: calc(33.333% - 70px);
  margin-left: 60px;
  margin-left: 30px;
  margin-top: 30px;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 50px 32px;
}
.flex-icon-box.style3 .icon-box h4 {
  line-height: 1.6;
}
.flex-icon-box.style3 .icon-box .number {
  position: absolute;
  left: -30px;
  top: -25px;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1;
  width: 39px;
  height: 39px;
  background: #ffbbaf;
  border-radius: 50%;
  width: 99px;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  color: #fff;
}
.flex-icon-box.style3 .icon-box .img {
  margin-bottom: 30px;
}
.flex-icon-box.style3 .icon-box .img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-icon-box.style3 .icon-box:hover img {
  transform: scale(0.9);
}

.service .working.style .container {
  max-width: 1370px;
}
.service .tf-section.section-st1 {
  padding: 101px 0 130px;
  background: #FCF5F3;
}
.service .tf-section.section-st1 .content-about .title {
  margin-bottom: 33px;
}
.service .tf-section.section-st1 .icon-box.style7 {
  margin-left: -5px;
}
.service .tf-section.tf-service {
  padding: 120px 0 89px;
  background: #EDF3F7;
}
.service .tf-section.working.style2 .container {
  max-width: 1368px;
}
.service.st2 .tf-section.section-st1 {
  background: #fff;
}
.service.st2 .tf-section.working {
  padding: 120px 0 96px;
}
.service.st2 .tf-section.working .image {
  padding-left: 74px;
  margin-right: -110px;
}
.service.st2 .tf-section.tf-service {
  padding: 141px 0 109px;
}
.service.st2 .tf-section.section-st1 {
  padding: 139px 0 99px;
}
.service.st2 .tf-section.section-st1 .content-about .title {
  margin-bottom: 60px;
}
.service.st2 .tf-section.section-st1 .icon-box.style7 {
  margin: 0 90px 40px 0;
  padding: 0;
  box-shadow: none;
}
.service.st2 .tf-section.tf-pricing {
  padding: 119px 0 120px;
}
.service.st2 .tf-section.tf-pricing .overlay {
  height: 48.5%;
}
.service.st3 .tf-section.tf-service {
  padding: 120px 0 90px;
}
.service.st3.st2 .tf-section.section-st1 {
  padding: 100px 0 70px;
}

.tf-section.tf-pricing {
  padding: 80px 0 120px;
}
.tf-section.tf-pricing .overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #EDF3F7;
  left: 0;
  top: 0;
  z-index: -1;
}

.portfolio .page-title.st3 {
  padding: 208px 0 104px;
}
.portfolio .page-title.st3 .iconbg {
  position: absolute;
  left: -10px;
  bottom: -47px;
}
.portfolio.st2 .tf-section.portfolio-tab {
  padding: 60px 0 92px;
}

.tf-section.portfolio-tab {
  padding: 80px 0 90px;
}

.pricing .page-title {
  min-height: 537px;
}

.faq .page-title {
  min-height: 650px;
}
.faq .page-title.st3 {
  background: none;
  padding: 228px 0 84px;
}
.faq .page-title.st3 .breadcrumbs .title {
  margin-bottom: 20px;
}
.faq .tf-section.section-faq {
  padding: 120px 0 61px;
}
.faq .tf-section.section-faq .container {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
.faq .flat-accordion.style2 .flat-toggle {
  margin-bottom: 48.5px;
}
.faq .flat-accordion.style2 .flat-toggle h6.toggle-title {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
}
.faq .flat-accordion.style2 .flat-toggle h6.toggle-title::after {
  color: #FF5538;
  font-size: 22px;
  font-weight: 600;
}
.faq .flat-accordion.style2 .flat-toggle .toggle-content {
  font-family: "Nunito", sans-serif;
  color: #29313D;
  padding: 24px 220px 0 0;
  text-transform: capitalize;
}

.contact .page-title.st3 {
  background: none;
  padding: 208px 0 104px;
}
.contact .tf-section.section-contact {
  padding: 80px 0 120px;
}
.contact .tf-section.section-contact.style2 {
  padding: 80px 0 149px;
}
.contact .tf-section.section-contact.style2 .contact-form {
  margin-top: 2px;
}
.contact .tf-section.section-contact.style2 .contact-form .title {
  margin-bottom: 62px;
}
.contact .tf-section.section-contact.style2 .contact-form fieldset {
  margin-bottom: 37px;
}
.contact .tf-section.section-contact.style2 .contact-form fieldset input {
  height: 100px;
}
.contact .tf-section.section-contact.style2 .contact-form fieldset textarea {
  min-height: 368px;
}
.contact .tf-section.section-contact.style2 .contact-form button {
  margin-top: 20px;
}
.contact .tf-section.section-contact.style2 .wrap-content {
  padding-left: 150px;
  padding-top: 42px;
}
.contact .tf-section.section-contact.style2 .wrap-content .image {
  margin-right: -25px;
  margin-bottom: 96px;
}
.contact .tf-section.section-contact.style2 .wrap-content .adress {
  margin-bottom: 95px;
}
.contact .tf-section.section-contact.style2 .wrap-content .adress li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #29313D;
  margin-bottom: 39px;
}
.contact .tf-section.section-contact.style2 .wrap-content .adress li span {
  font-size: 40px;
  color: #FF5538;
  margin-right: 34px;
}
.contact .tf-section.section-contact.style2 .wrap-content .adress li:last-child span {
  font-size: 36px;
}
.contact .tf-section.section-contact.style2 .wrap-content .adress li:first-child {
  text-transform: capitalize;
}
.contact .tf-section.section-contact.style2 .wrap-content .adress li:first-child span {
  margin-right: 40px;
}
.contact .tf-section.section-contact.style2 .wrap-content .social {
  margin-left: -15px;
}
.contact .tf-section.section-contact.style2 .wrap-content .social li {
  margin-right: 40px;
}
.contact .tf-section.section-contact.style2 .wrap-content .social li a {
  width: 68px;
  height: 68px;
  background: #FFD7C8;
  color: #000000;
  border: none;
}
.contact .tf-section.section-contact.style2 .wrap-content .social li a:hover {
  background: #FF5538;
  color: #fff;
}
.contact .tf-section.section-contact.style2 .wrap-content .social li a i {
  font-size: 20px;
}
.contact .tf-section.section-contact.style2 .wrap-content .social li:nth-child(1) a i {
  font-size: 19px;
}
.contact .tf-section.section-contact.style2 .wrap-content .social li:nth-child(2) a i {
  font-size: 23px;
}
.contact .tf-section.section-contact.style2 .wrap-content .social li:nth-child(3) a i {
  font-size: 17px;
}
.contact .page-title-inner.style3 .desc::before {
  display: none;
}
.contact.st2 .page-title.style2 {
  padding: 201px 0 118px;
}
.contact.st2 .page-title-inner.style3 .desc {
  margin-top: 46px;
}
.contact.st3 .tf-section.section-contact {
  padding: 120px 0 120px;
}
.contact.st3 .section-contact .container {
  max-width: 1250px;
}
.contact.st3 .section-contact .contact-box {
  margin-bottom: 36px;
  padding: 40px 15px 36px;
}
.contact.st3 .section-contact .contact-box.style .icon {
  margin-bottom: 27px;
}
.contact.st3 .section-contact .contact-box.style h6 {
  text-transform: none;
}
.contact.st3 .section-contact .social {
  margin-top: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contact.st3 .section-contact .social li {
  margin-right: 40px;
}
.contact.st3 .section-contact .social li a {
  width: 68px;
  height: 68px;
  background: #FFD7C8;
  color: #000000;
  border: none;
}
.contact.st3 .section-contact .social li a:hover {
  background: #FF5538;
  color: #fff;
}
.contact.st3 .section-contact .social li a i {
  font-size: 20px;
}
.contact.st3 .section-contact .social li:nth-child(1) a i {
  font-size: 19px;
}
.contact.st3 .section-contact .social li:nth-child(2) a i {
  font-size: 23px;
}
.contact.st3 .section-contact .social li:nth-child(3) {
  margin-right: 0;
}
.contact.st3 .section-contact .social li:nth-child(3) a i {
  font-size: 17px;
}
.contact.st3 .section-contact .contact-form {
  margin-top: 0;
  margin-left: 10px;
}
.contact.st3 .section-contact .contact-form .title {
  margin-bottom: 47px;
  padding-left: 0;
}
.contact.st3 .section-contact .contact-form fieldset {
  margin-bottom: 28px;
}
.contact.st3 .section-contact .contact-form fieldset input {
  height: 90px;
  border: 1px solid rgba(41, 49, 61, 0.5);
  background: #fff;
  font-size: 24px;
  line-height: 1.4;
  color: rgba(41, 49, 61, 0.8);
  font-family: "Poppins", sans-serif;
  padding: 0 27px;
}
.contact.st3 .section-contact .contact-form fieldset input::placeholder {
  font-size: 24px;
  line-height: 1.4;
  color: rgba(41, 49, 61, 0.8);
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.contact.st3 .section-contact .contact-form fieldset textarea {
  padding: 27px;
  font-size: 24px;
  line-height: 1.4;
  color: rgba(41, 49, 61, 0.8);
  font-family: "Poppins", sans-serif;
  min-height: 277px;
  border: 1px solid rgba(41, 49, 61, 0.5);
  background: #fff;
}
.contact.st3 .section-contact .contact-form fieldset textarea::placeholder {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.4;
  color: rgba(41, 49, 61, 0.8);
  font-family: "Poppins", sans-serif;
}
.contact.st3 .section-contact .contact-form button.tf-button {
  margin-top: 8px;
}

.img-mask {
  transition-duration: 0.8s;
  transition-timing-function: ease;
  display: inline-table;
}

.tf-team.style2 .team-box:hover .content, .tf-team.style2 .team-box.active .content {
  background: #FF5538;
}
.tf-team.style2 .wrap-social.active .hover-social {
  background: #FF5538;
}

.widget-link ul li {
  margin-bottom: 18px;
}
.widget-link ul li a {
  font-size: 20px;
  line-height: 1.2;
  color: #29313D;
  font-weight: 600;
  text-transform: capitalize;
}
.widget-link ul li a:hover {
  color: #FF5538;
}

#sidebar .widget {
  margin-bottom: 120px;
}
#sidebar .widget.widget-recent-posts {
  margin-bottom: 109px;
}
#sidebar .widget.m-b0 {
  margin-bottom: 0;
}
#sidebar .widget-title {
  position: relative;
  padding-bottom: 41px;
  margin-bottom: 58px;
  margin-right: 50px;
}
#sidebar .widget-title::after, #sidebar .widget-title::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 6px;
  border-radius: 6px;
}
#sidebar .widget-title::after {
  width: 100%;
  background: #0F0F0F;
  opacity: 0.1;
  z-index: 1;
}
#sidebar .widget-title::before {
  width: 220px;
  background: #FF5538;
  z-index: 2;
}
#sidebar .widget-tags .widget-title::before {
  width: 305px;
}

.tf-details #sidebar .widget.widget-recent-posts {
  margin-bottom: 98px;
}
.tf-details #sidebar .widget.widget-recent-posts .recent-posts {
  margin-bottom: 37px;
}

#sidebar .widget.widget-recent-posts {
  margin-bottom: 98px;
}
#sidebar .widget.widget-recent-posts .recent-posts {
  margin-bottom: 37px;
}

.widget.widget-recent-posts .recent-posts {
  margin-bottom: 48px;
}
.widget.widget-recent-posts .recent-posts li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
  margin-bottom: 11px;
}
.widget.widget-recent-posts .recent-posts li .image {
  margin-right: 25px;
}
.widget.widget-recent-posts .recent-posts li .image img {
  height: 214px;
  min-width: 220px;
}
.widget.widget-recent-posts .recent-posts li ul.content li .meta-post {
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
}
.widget.widget-recent-posts .recent-posts li ul.content li .meta-post .date {
  margin-right: 7px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.widget.widget-recent-posts .recent-posts li ul.content li .meta-post .date a {
  font-size: 16px;
  line-height: 1.62;
}
.widget.widget-recent-posts .recent-posts li ul.content li .meta-post .date svg {
  margin-right: 30px;
}
.widget.widget-recent-posts .recent-posts li ul.content li .meta-post .user-post img {
  width: 53px;
  height: 52px;
  margin-right: 15px;
}
.widget.widget-recent-posts .recent-posts li ul.content li .meta-post .user-post a {
  font-size: 16px;
  line-height: 1.62;
}
.widget.widget-recent-posts .recent-posts li.h6 {
  letter-spacing: -0.2px;
  margin-bottom: 13px;
  padding-right: 10px;
}
.widget.widget-category li {
  margin-bottom: 20px;
}
.widget.widget-category li a {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
}
.widget.widget-tags ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.widget.widget-tags ul li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.widget.widget-tags ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 64px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 0 32px;
  font-size: 32px;
  line-height: 1;
  background: #FBF3F0;
}
.widget.widget-tags ul li a:hover {
  color: #fff;
  background: #FF5538;
}

.social {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.social li {
  margin-right: 24px;
}
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 36px;
  height: 36px;
  border: 1px solid #FF5538;
  background: transparent;
  border-radius: 50%;
  color: #FF5538;
}
.social li a:hover, .social li a.active {
  background: #FF5538;
  color: #fff;
}
.social li a i {
  font-size: 14px;
}
.social.style2 li a {
  color: #2B3044;
  background: #EEEEEE;
  border-color: #EEEEEE;
  width: 42px;
  height: 40px;
}
.social.style2 li a i {
  font-size: 15px;
}
.social.style2 li a:hover, .social.style2 li a.active {
  background: transparent;
  color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3f3f3f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: pointer;
  /* 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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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: white;
  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: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  background: transparent;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  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, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  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: black;
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  background: transparent;
}

/* Main image in popup */
img.mfp-img {
  /* cursor: w-resize; */
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.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: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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 {
    /* The shadow behind the image */
  }

  .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.pd-8 {
  padding: 0 8.5%;
}

.mr25 {
  margin-right: 25px;
}

.m-t-118 {
  margin-top: -118px;
}

.m-b48 {
  margin-bottom: 48px;
}

.mt-12 {
  margin-top: -12px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.p-r25 {
  padding-right: 25%;
}

.p-r28 {
  padding-right: 28%;
}

.p-r10 {
  padding-right: 10%;
}

.mt24 {
  margin-top: 24px;
}

.p-r20 {
  padding-right: 20%;
}

.pd30-0 {
  padding: 30px 0 !important;
}

.pd-25 {
  padding: 0 25%;
}

.pr-25 {
  padding-right: 25%;
}

.mb20 {
  margin-bottom: 20px;
}

.m-l-35 {
  margin-left: -35px;
}

.p-t45 {
  padding-top: 45px;
}

.p-l10 {
  padding-left: 10px;
}

.p-r30 {
  padding-right: 30px;
}

.mb40 {
  margin-bottom: 40px !important;
}

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

.mb57 {
  margin-bottom: 57px;
}

.m-l-50 {
  margin-left: -50px;
}

.m-g60 {
  margin: 60px 0;
}

.p-l35 {
  padding-left: 35%;
}

.white {
  color: #fff;
}

.m-b24 {
  margin-bottom: 24px;
}

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

.pd0-17 {
  padding: 0 17%;
}

.spacing-04 {
  letter-spacing: -0.4px;
}

.pd-r60 {
  padding-right: 60%;
}

.p-r75 {
  padding-right: 75px;
}

.p-r115 {
  padding-right: 115px;
}

.p-r70 {
  padding-right: 70px;
}

.m-t28 {
  margin-top: 28px;
}

.m-t43 {
  margin-top: 43px;
}

.m-t68 {
  margin-top: 68px;
}

.m-t44 {
  margin-top: 44px;
}

.m-l-247 {
  margin-left: -247px;
}

.m-t-2 {
  margin-top: -2px;
}

.m-t50 {
  margin-top: 50px;
}

.title-section.m-b50 {
  margin-bottom: 50px;
}
.title-section.mb-30 {
  margin-bottom: 30px;
}
.title-section.m-b48 {
  margin-bottom: 48px;
}
.title-section.mb40 {
  margin-bottom: 40px;
}
.title-section.m-b58 {
  margin-bottom: 58px;
}
.title-section.mb0 {
  margin-bottom: 0;
}
.title-section.mb60 {
  margin-bottom: 60px;
}
.title-section.m-b70 {
  margin-bottom: 70px;
}
.title-section.m-b55 {
  margin-bottom: 55px;
}
.title-section.m-b90 {
  margin-bottom: 90px;
}
.title-section.mb28 {
  margin-bottom: 28px;
}
.title-section.mb36 {
  margin-bottom: 36px;
}
.title-section.mb27 {
  margin-bottom: 27px;
}
.title-section.mb85 {
  margin-bottom: 85px;
}
.title-section.mb42 {
  margin-bottom: 42px;
}
.title-section.mb80 {
  margin-bottom: 80px;
}
.title-section.mb62 {
  margin-bottom: 62px;
}
.title-section.mb47 {
  margin-bottom: 47px;
}
.title-section.mb64 {
  margin-bottom: 64px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b52 {
  margin-bottom: 52px;
}

.pl9 {
  padding-left: 9%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mr-290 {
  margin-right: -290px;
}

.mt32 {
  margin-top: 32px;
}

.pr50 {
  padding-right: 50px;
}

.mg70-60 {
  margin: 70px 0 60px;
}

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

.pd18 {
  padding: 0 18%;
}

.pd10 {
  padding: 0 10%;
}

.pd-0-15 {
  padding: 0 15%;
}

.pr60 {
  padding-right: 60%;
}

.pd-0-22 {
  padding: 0 22%;
}

.pd-0-20 {
  padding: 0 20%;
}

.m-b25 {
  margin-bottom: 25px;
}

.p-b70 {
  padding-bottom: 47px;
}

.bg-st1 {
  background: #FFD7C8;
}

.mr-70 {
  margin-right: -70px;
}

.m-b60 {
  margin-bottom: 60px;
}

.ml-30 {
  margin-left: -30px;
}

.m-b0 {
  margin-bottom: 0 !important;
}

.pt38 {
  padding-top: 38px;
}

.pl22 {
  padding-left: 22px;
}

.pr85 {
  padding-right: 85px;
}

.pl92 {
  padding-left: 92px;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.flex-icon-box {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.pl5 {
  padding-left: 5px;
}

.text-cap {
  text-transform: capitalize;
}

.mb20 {
  margin-bottom: 20px;
}

.ml-5 {
  margin-left: -5px;
}

.mt30 {
  margin-top: 30px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb19 {
  margin-bottom: 19px;
}

.pt64 {
  padding-top: 64px;
}

.pr55 {
  padding-right: 55px;
}

.pd5 {
  padding: 0 5%;
}

.mb48 {
  margin-bottom: 48px;
}

.z-index {
  z-index: 1;
}

@media only screen and (max-width: 1700px) {
  .home4 .page-title .page-title-inner .box-slider .image .card3 {
    margin-right: -80px;
  }

  .about .img-box-service .content {
    padding: 100px 30px 0;
  }
  .about .img-box-service.style2 .content {
    padding: 50px 30px 0;
  }
  .about .img-box-service.style2 .content .title {
    padding-right: 30px;
  }
  .about.st2 .img-box-service .content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .service.st2 .tf-section.working .image {
    padding-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .mr-70 {
    margin-right: 0;
  }

  .page-title .title-section {
    left: -30px;
  }
  .page-title.style2 .title-section {
    left: 0;
  }

  .home4 .page-title .page-title-inner .box-slider .image .card1 {
    margin-right: 0;
  }
  .home4 .page-title .page-title-inner .box-slider .image .card2 {
    margin-left: 0;
  }
  .home4 .page-title .page-title-inner .box-slider .image .card3 {
    margin-right: -15px;
  }

  .image-team img.img6 {
    right: 0;
  }

  .home2 .header #header-inner .main-nav {
    left: 15%;
  }

  .contact .tf-section.section-contact.style2 .wrap-content .image {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .team-slider .image {
    padding-right: 0;
  }
  .team-slider .image img {
    min-height: auto;
  }

  .commemt-box {
    margin-left: 100px;
  }
  .commemt-box.style {
    margin-right: 35px;
  }
  .commemt-box .content {
    height: 120px;
    -webkit-mask-image: none;
    mask-image: none;
    padding: 30px 15px 30px 30px;
  }
  .commemt-box .image {
    margin-bottom: 5px;
  }
  .commemt-box.style .content {
    height: 120px;
    -webkit-mask-image: none;
    mask-image: none;
    padding: 30px 15px 30px 30px;
  }
  .commemt-box.style .image {
    margin-bottom: 5px;
  }

  .contact .pr55 {
    padding-right: 15px;
  }

  .contact-form fieldset ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .contact-form fieldset ul li {
    margin-bottom: 30px;
  }

  .home2 .header #header-inner #main-nav.st2 {
    left: 13%;
  }
  .home2 .header #header-inner #main-nav.st2 .menu li {
    margin-right: 18px;
  }
  .home2 .header .button-header .tf-button.st4, .home2 .header .button-header .tf-button.st3 {
    padding: 13px 12px;
  }

  .pr55 {
    padding-right: 0;
  }

  .service .tf-section.section-st1 .icon-box.style7,
.ml-5 {
    margin-left: 0;
  }

  .flex-icon-box {
    margin-left: -30px;
  }
  .flex-icon-box .icon-box {
    width: calc(33.333% - 30px);
    margin-left: 30px;
    padding: 40px 0px 25px;
  }
  .flex-icon-box.style2 {
    margin-left: 0;
    display: block;
    padding: 60px 20px 50px 30px;
  }
  .flex-icon-box.style3 .icon-box {
    width: calc(33.333% - 50px);
    padding: 40px 15px 30px;
  }

  .about .img-box-service .overlay,
.about .img-box-service .overlay2 {
    height: 100%;
  }
  .about .img-box-service .content {
    padding: 30px 30px 30px;
  }
  .about .img-box-service .content p {
    padding-right: 0;
  }
  .about .img-box-service.style2 .content {
    padding: 30px 30px 30px;
  }
  .about .img-box-service.style2 .content p {
    padding-right: 0;
  }
  .about.st2 .img-box-service {
    padding-bottom: 30px;
  }
  .about.st2 .img-box-service .content {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0;
  }

  .selec-work {
    margin-right: 0;
    padding-left: 0;
    margin-left: -30px;
    margin-top: -220px;
  }

  .img-box-service.style2 .content,
.img-box-service.style3 .content,
.img-box-service .content {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 20px;
  }
  .img-box-service.style2 .content .number,
.img-box-service.style3 .content .number,
.img-box-service .content .number {
    margin-bottom: 20px;
  }
  .img-box-service.style2 .content p,
.img-box-service.style3 .content p,
.img-box-service .content p {
    padding-right: 0;
  }
  .img-box-service.style2 .content,
.img-box-service.style2 .image,
.img-box-service.style3 .content,
.img-box-service.style3 .image,
.img-box-service .content,
.img-box-service .image {
    width: 50%;
  }
  .img-box-service.style2 .content img,
.img-box-service.style2 .image img,
.img-box-service.style3 .content img,
.img-box-service.style3 .image img,
.img-box-service .content img,
.img-box-service .image img {
    margin-left: 0;
    width: 100%;
  }

  .home5 .page-title {
    padding: 100px 0;
  }
  .home5 .page-title .box-slider {
    padding: 0;
  }
  .home5 .page-title .box-slider .image {
    width: 50%;
  }
  .home5 .page-title .box-slider .image img {
    margin-right: 0;
    min-width: auto;
    min-height: auto;
  }
  .home5 .page-title .box-slider .content {
    width: 50%;
    padding-top: 0;
  }
  .home5 .page-title .box-slider .content .title {
    margin-right: 0;
  }
  .home5 .page-title .box-slider .content p {
    padding: 0;
    margin-bottom: 40px;
  }
  .home5 .section-st1 {
    margin-top: 0;
  }
  .home5 .tf-section.tf-faq .image-faq .image img {
    margin-left: 0px;
  }
  .home5 .tf-section.section-st3 .title-section {
    padding-left: 0px;
  }

  .team-slider {
    padding-bottom: 15%;
  }
  .team-slider .content {
    padding: 10px 20px 0 20px;
  }

  .home4 .page-title .page-title-inner .box-slider .image .card3 {
    margin-top: 0;
    margin-right: 30px;
    transform: translateY(-100px);
    margin-bottom: -100px;
  }
  .home4 .page-title .page-title-inner .box-slider .image .card2 {
    margin-top: -50px;
  }
  .home4 .tf-video .wrap-couter .box-couter.st1, .home4 .tf-video .wrap-couter .box-couter.st2, .home4 .tf-video .wrap-couter .box-couter.st3 {
    width: calc(33.333% - 30px);
    padding-left: 0;
  }
  .home4 .tf-video .wrap-couter .box-couter.st1 p, .home4 .tf-video .wrap-couter .box-couter.st2 p, .home4 .tf-video .wrap-couter .box-couter.st3 p {
    margin-right: 0;
    padding-right: 20px;
  }

  .header #header-inner .main-nav {
    left: 20%;
  }

  .page-title-inner.pd-8 {
    padding: 0 6%;
  }

  #footer .widget.widget-link.support {
    padding-left: 40px;
  }
  #footer .widget.widget-link.support ul li a {
    margin-right: 0;
  }

  .standard #sidebar {
    padding-left: 15px;
  }

  .widget.widget-recent-posts .recent-posts li ul.content li .meta-post {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .widget.widget-recent-posts .recent-posts li ul.content li .meta-post .date svg {
    margin-right: 8px;
  }
  .widget.widget-recent-posts .recent-posts li ul.content li .meta-post .user-post img {
    margin-right: 8px;
  }
  .widget.widget-recent-posts .recent-posts li .image {
    margin-right: 20px;
  }

  .icon-box {
    padding: 40px 20px 25px;
  }

  .image-about.m-l-247 {
    margin-left: 0;
  }
  .image-about img {
    min-height: auto;
  }

  .main .tf-section.tf-about .content-about {
    padding-top: 0;
  }
  .main .tf-section.tf-counter .wrap-fx .wrap-couter {
    width: 45%;
  }
  .main .tf-section.tf-counter .wrap-fx .content-about {
    width: 55%;
    padding: 0 0 0 30px;
  }
  .main .tf-section.tf-counter .wrap-fx .content-about p {
    padding: 0;
  }
  .main.home2 .tf-section.tf-about .image-about .bg-about2 {
    left: 0;
  }
  .main.home3 .tf-section.tf-service .content-service .image {
    margin: 0;
  }
  .main.home3 .tf-section.tf-feature .image-section {
    margin-right: 0;
  }

  .tf-section.blog .wrap-fx .title-section {
    width: 55%;
  }

  .tf-counter .wrap-couter,
.p-r115 {
    padding: 0;
  }

  .customer-box .image {
    padding-right: 0;
    padding-left: 30px;
  }
  .customer-box .content {
    padding-bottom: 0;
  }
  .customer-box .content p {
    margin-bottom: 10px;
  }

  .gallery-thumbs {
    top: 100px;
  }

  .tf-section.our-customer-say {
    padding: 120px 0 48px;
  }

  .box-slider.style2 .content-box {
    width: 50%;
  }
  .box-slider.style2 .content-box .tf-button {
    margin-bottom: 20px;
  }
  .box-slider.style2 .content-box .login {
    margin-bottom: 40px;
  }
  .box-slider.style2 .image-slider {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .box-slider.style2 .image-slider img {
    margin-right: 0;
  }

  .title-section.p-r28 {
    padding-right: 15%;
  }

  .pd-0-22 {
    padding: 0 20%;
  }

  .team-box .content {
    padding: 22px 10px 21px 40px;
  }
  .team-box .content .divider {
    left: 10px;
    width: 20px;
  }

  .table > thead tr th::before {
    width: 90%;
  }

  .card4 {
    margin-left: 0;
  }

  .flat-tabs.tab2 .tab-wrap {
    padding: 0;
  }
  .flat-tabs.tab2 .tab-wrap .image {
    padding-left: 0;
  }
  .flat-tabs.tab2 .tab-wrap .content {
    padding-right: 0;
  }

  .tab-wrap .box {
    padding: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .swiper-container:hover.slider-team {
    cursor: e-resize;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-slider-team {
    bottom: 0;
    left: 0;
  }

  .header #header-inner .main-nav {
    left: 13%;
  }
  .header #header-inner .main-nav .menu li {
    margin-right: 30px;
  }

  .pricing-box {
    padding: 30px 20px 20px 20px;
  }

  .p-r10 {
    padding: 0;
  }

  .icon-box.style7 {
    margin-right: 0;
  }

  .about.st2 .tf-section.what-we-do .content-about .title {
    padding-right: 0;
  }

  .pr60 {
    padding-right: 40%;
  }

  .selec-work .image-box .content {
    min-height: auto;
    padding: 15px 15px;
    min-width: auto;
  }

  .home4 .page-title .page-title-inner .box-slider .content {
    padding-right: 15px;
    padding-top: 0;
  }
  .home4 .page-title .page-title-inner .box-slider .content .title {
    font-size: 55px;
  }
  .home4 .page-title .page-title-inner .box-slider .content p {
    padding-right: 0;
  }
  .home4 .page-title .page-title-inner .box-slider .image {
    padding-left: 15px;
  }

  .table {
    width: 1200px;
  }

  .menu li {
    position: relative;
    margin-right: 25px;
  }

  .box-slider {
    padding: 0 15%;
  }
  .box-slider .content-box p {
    padding: 0;
  }

  .blog-post .content-post {
    padding-right: 0;
    padding-left: 0;
  }
  .blog-post .content-post .meta-post .user-post {
    margin-right: 30px;
  }
  .blog-post .content-post p {
    margin-bottom: 20px;
  }

  .post .content-post .meta-post .date svg {
    margin-right: 8px;
  }
  .post .content-post .meta-post .user-post img {
    margin-right: 8px;
  }
  .post.inner-post {
    width: calc(50% - 35px);
  }

  #footer .widget.widget-link {
    width: 16%;
  }
  #footer .widget.widget-link.product, #footer .widget.widget-link.support {
    padding-left: 15px;
  }
  #footer .widget.widget-link.support, #footer .widget.widget-link.product {
    width: 22%;
  }
  #footer .widget.widget-logo {
    width: 40%;
  }
  #footer .widget.widget-logo p {
    padding-right: 0;
  }
  #footer.footer.style2 .widget.widget-logo {
    width: 24%;
  }
  #footer.footer.style2 .widget.widget-logo p {
    padding: 0;
  }
  #footer.footer.style2 .widget.widget-link {
    padding: 0 15px;
  }
  #footer.footer.style2 .widget.widget-link.product {
    width: 14%;
  }
  #footer.footer.style2 .widget.widget-link.resources, #footer.footer.style2 .widget.widget-link.company {
    width: 20%;
  }
  #footer.footer.style2 .widget.widget-latest {
    padding: 0 15px;
    width: 22%;
  }
  #footer.footer.style2 .widget.widget-latest #subscribe-form {
    margin-right: 0;
  }

  .standard .post .content-post .desc {
    padding-right: 0;
  }

  .widget.widget-recent-posts .recent-posts li.h6 {
    padding-right: 0;
  }
  .widget.widget-recent-posts .recent-posts li ul.content li .meta-post .date,
.widget.widget-recent-posts .recent-posts li ul.content li .meta-post .user-post {
    margin-bottom: 10px;
  }
  .widget.widget-recent-posts .recent-posts li .image {
    margin-right: 20px;
  }

  .main .tf-section.tf-about .content-about {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .main .tf-section.tf-about .content-about p {
    margin-bottom: 20px;
  }
  .main.home2 .tf-section.tf-about .content-about {
    padding-left: 0;
    padding-top: 50px;
  }
  .main.home2 .tf-section.tf-about .image-about {
    padding-left: 25px;
  }
  .main.home2 .tf-section.tf-counter .wrap-couter {
    padding-left: 0;
    margin-left: -30px;
  }
  .main.home2 .tf-section.tf-counter .wrap-couter .box-couter {
    width: calc(33.33333% - 30px);
    margin-left: 30px;
  }
  .main.home2 .tf-section.tf-post .post .content-post .meta-post .user-post img {
    margin-right: 5px;
  }
  .main.home3 .tf-section.tf-feature .image-section,
.main.home3 .tf-section.tf-feature .title-section {
    padding: 0;
  }

  .tf-counter .wrap-fx .box-couter {
    margin-bottom: 40px;
  }
  .tf-counter .wrap-fx .box-couter .wrap-fx,
.tf-counter .wrap-fx .box-couter .content-about {
    width: 50%;
  }

  .tf-counter .content-about {
    padding: 0;
  }
  .tf-counter .content-about p {
    padding: 0;
  }

  .box-text.style {
    padding-left: 0;
  }

  .team-box .content {
    width: 75%;
  }
  .team-box .wrap-social {
    right: 12px;
  }

  .sl-partner2 {
    margin-right: 0;
  }

  .testimonior {
    padding: 50px 30px;
  }

  .commemt-box {
    margin-left: 100px;
  }
  .commemt-box.style {
    margin-right: 35px;
  }

  .home3 .page-title .page-title-inner {
    padding: 0 50px 400px;
  }

  .pd-25 {
    padding: 0 5%;
  }

  .icon-box.style3 {
    padding: 30px;
  }

  .wrap-couter .progress-couter {
    margin-right: 20px;
  }

  .tab-wrap .box ul li {
    padding-left: 25px;
  }
  .tab-wrap .box ul li span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  #sidebar .widget {
    margin-bottom: 60px;
  }

  .tab-wrap.style2 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  .tablet-pb0 {
    padding-bottom: 0 !important;
  }

  .details .tf-section.tf-details,
.home5 .section-st1 {
    padding: 100px 0;
  }

  .tf-section {
    padding: 100px 0;
  }
  .tf-section.tf-pricing, .tf-section.reliable-solution, .tf-section.our-customer-say {
    padding: 100px 0;
  }
  .tf-section.pd-82 {
    padding: 0;
  }

  .about .tf-section.tf-team, .about .tf-section.what-we-do, .about .tf-section.tf-section {
    padding: 100px 0;
  }
  .about .tf-section.tf-partner {
    padding: 100px 0 0;
  }
  .about.st2 .tf-section.tf-counter, .about.st2 .tf-section.tf-team, .about.st2 .tf-section.tf-partner {
    padding: 100px 0;
  }
  .about.st2 .tf-section.what-we-do {
    padding: 100px 0 0;
  }
  .about.st2.st3 .tf-section.what-we-do {
    padding: 100px 0 0;
  }
  .about.st3 .tf-section.service {
    padding: 100px 0 0;
  }

  .home2 .tf-section.our-customer-say, .home2 .tf-section.tf-post {
    padding: 100px 0;
  }

  .service .tf-section.tf-service {
    padding: 100px 0;
  }
  .service.st2 .tf-section.section-st1 .icon-box.style7 {
    margin-right: 0;
  }
  .service.st2 .tf-section.tf-service, .service.st2 .tf-section.section-st1, .service.st2 .tf-section.tf-pricing {
    padding: 100px 0;
  }

  .home4 .tf-section.tf-partner {
    padding: 0;
  }
  .home4 .tf-video {
    padding: 100px 0;
  }
  .home4 .tf-section.plan-your-team, .home4 .tf-section.started-free {
    padding: 100px 0;
  }

  #footer.footer.style3 .footer-main,
.tf-section {
    padding: 100px 0;
  }

  .main.home3 .page-title {
    padding: 192px 0 0;
  }

  .flat-tabs.tab2 .menu-tab {
    margin-bottom: 50px;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .flat-tabs.tab2 .menu-tab li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .flat-tabs.tab2 .content-tab .tab-wrap .content,
.flat-tabs.tab2 .content-tab .tab-wrap .image {
    width: 100%;
    padding: 0;
  }
  .flat-tabs.tab2 .content-tab .tab-wrap .image {
    margin-bottom: 30px;
  }
  .flat-tabs.tab2 .content-tab .tab-wrap .content h2 {
    font-size: 50px;
  }

  .tab-wrap {
    display: block;
  }
  .tab-wrap .image {
    margin-right: 0;
  }
  .tab-wrap .image img {
    width: 100%;
  }
  .tab-wrap .content p {
    margin-bottom: 30px;
  }

  .blog-post {
    flex-wrap: wrap;
  }
  .blog-post .img-post,
.blog-post .content-post {
    width: calc(100% - 30px);
  }
  .blog-post .img-post {
    margin-bottom: 30px;
  }
  .blog-post .img-post img {
    width: 100%;
  }

  .tl-w100 {
    width: 100%;
  }

  .image-faq .image img {
    width: 100%;
  }

  .about .img-box-service {
    display: block;
    margin-bottom: 30px;
  }
  .about .img-box-service .content {
    width: 100%;
    padding: 20px 15px;
  }
  .about .img-box-service .content p {
    margin-bottom: 0;
  }
  .about .img-box-service .image {
    width: 100%;
  }
  .about .img-box-service.style2 {
    margin-bottom: 0;
  }
  .about .img-box-service.style2 .content {
    width: 100%;
    padding: 20px 15px;
  }
  .about .img-box-service.style2 .content p {
    margin-bottom: 0;
  }
  .about .img-box-service.style2 .image {
    width: 100%;
  }
  .about.st2 .tf-section.what-we-do .content-about {
    margin-bottom: 40px;
  }
  .about.st2 .img-box-service {
    padding-bottom: 0;
  }
  .about.st2 .img-box-service .content {
    padding: 30px 20px !important;
  }
  .about.st2 .img-box-service .overlay {
    height: 100%;
  }
  .about.st3.st2 .tf-section.what-we-do .content-about {
    padding: 30px 20px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .image-section img {
    width: 100%;
  }

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

  .reliable-solution .wrap .img1 img,
.reliable-solution .wrap .img2 img {
    width: 100%;
  }

  .main.home3 .tf-section.our-pricing, .main.home3 .tf-section.tf-service {
    padding: 100px 0 0;
  }
  .main.home3 .tf-section.tf-feature, .main.home3 .tf-section.our-process, .main.home3 .tf-section.blog {
    padding: 100px 0;
  }
  .main.home2 .tf-section.tf-about {
    padding: 100px 0;
  }
  .main.home2 .tf-section.tf-about .image-about .image {
    max-width: 100%;
  }
  .main.home2 .tf-section.tf-about .image-about .image .boder-rd10 {
    width: 100%;
  }
  .main.home2 .tf-section.tf-about .content-about {
    padding-top: 0;
  }

  .image-about {
    margin-bottom: 40px;
  }

  .m-t-118 {
    margin-top: 0;
  }

  .pd10 {
    padding: 0;
  }

  .contact .tf-section.section-contact.style2 .wrap-content {
    padding-left: 0;
    padding-top: 42px;
  }
  .contact .tf-section.section-contact.style2 .wrap-content .social {
    margin-left: 0;
  }
  .contact.st2 .page-title-inner.style3 .desc {
    padding-left: 0;
  }

  .contact-box h6 {
    font-size: 18px;
  }

  .faq .flat-accordion.style2 .flat-toggle .toggle-content {
    padding: 24px 20px 0 0;
  }

  .pricing .page-title {
    min-height: auto;
  }

  .image-box.style .content {
    padding: 20px 10px 20px 15px;
  }
  .image-box.style .content h5 {
    font-size: 24px;
  }

  .faq .page-title.st3,
.details .page-title.st3,
.grid .page-title,
.contact.st2 .page-title.style2,
.page-title.style2,
.page-title.st2 {
    padding: 200px 0 100px;
  }

  .pricing-box {
    margin-bottom: 30px;
  }

  .icon-box.style6 {
    padding: 40px 20px;
  }
  .icon-box.style8 {
    padding: 20px;
  }
  .icon-box.style8 h4 {
    font-size: 28px;
  }
  .icon-box.style8 .number {
    margin-right: 20px;
  }

  .page-title.st3 {
    padding: 200px 0 100px;
  }

  .about.st2 .tf-section.what-we-do .content-about {
    padding: 0;
  }
  .about.st2 .img-box-service {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .about.st2 .img-box-service .content {
    padding-top: 10%;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .about.st2 .img-box-service .overlay {
    height: 95%;
  }
  .about.st3.st2 .tf-section.what-we-do .content-about {
    padding: 30px;
  }
  .about.st3.st2 .tf-section.what-we-do .content-about .title {
    padding-right: 0px;
  }

  .inner-pg .page-title .bg {
    display: none;
  }

  .mobile-button {
    display: block;
  }

  .tab-wrap.style2 .box .content .pricing {
    padding-left: 0;
  }
  .tab-wrap.style2 .box .content .title {
    font-size: 30px;
  }
  .tab-wrap.style2 .box ul {
    padding: 0 10px;
  }

  .img-box-service.style2,
.img-box-service.style3,
.img-box-service {
    margin-bottom: 30px;
  }
  .img-box-service.style2 .content,
.img-box-service.style3 .content,
.img-box-service .content {
    padding-top: 0;
    padding-left: 20px;
  }

  .pt38 {
    padding-top: 0;
  }

  .pl22 {
    padding-left: 15px;
  }

  .pd5,
.pr50,
.pd18,
.pl92,
.pr85 {
    padding: 0;
  }

  .home5 .page-title {
    padding: 100px 0;
  }
  .home5 .page-title .box-slider {
    padding: 0;
  }
  .home5 .page-title .box-slider .image {
    display: none;
  }
  .home5 .page-title .box-slider .content {
    width: 100%;
  }
  .home5 .section-st1 {
    margin-top: 0;
  }

  .swiper-container.sl-1:hover, .swiper-container.sl-2:hover {
    cursor: ew-resize;
  }

  .video-style2 .popup-youtube {
    margin-left: 25px;
  }

  .tf-section .bg-overlay {
    display: none;
  }

  .gallery-slider2.mr25 {
    margin-right: 0;
  }

  .gallery-thumbs2.p-l10 {
    padding-left: 0;
  }

  .main .tf-section.tf-about .bg-1 {
    bottom: -50px;
    right: -50px;
  }

  .mb57 {
    margin-bottom: 30px;
  }

  .pl9 {
    padding-left: 15px;
  }

  .p-r10,
.pd-0-20,
.pd-0-22,
.tf-action .action .title-section p,
.pd-25 {
    padding: 0;
  }

  .mg70-60 {
    margin: 0;
  }

  .details .page-title .iconbg {
    display: none;
  }

  .main .page-title .left-box {
    display: none;
  }
  .main .page-title .overlay2 {
    display: none;
  }
  .main.home2 .page-title .icon-bg5 {
    display: none;
  }
  .main.home2 .page-title .video {
    right: 0;
    left: auto;
    transform: none;
  }
  .main.home2 .page-title .box-slider.style2 .content-box {
    padding: 70px 0 90px;
  }
  .main.home2 .tf-section.tf-service .title-section {
    width: 55%;
    padding-right: 0;
  }
  .main.home2 .tf-section.tf-service .desc {
    width: 45%;
    padding-left: 30px;
  }
  .main.home2 .tf-section.reliable-solution .wrap-fx.st3 {
    flex-wrap: wrap;
  }
  .main.home2 .tf-section.reliable-solution .wrap-fx.st3 .box-text {
    width: calc(100% - 50px);
    margin-bottom: 30px;
  }
  .main.home2 .tf-section.reliable-solution .wrap-fx.st3 .box-text.style {
    margin-bottom: 0;
  }
  .main.home2 .tf-section.reliable-solution .wrap-fx.st3 .box-text.style p {
    margin: 0;
  }
  .main.home2 .tf-section.reliable-solution .wrap .box-left {
    width: 40%;
  }
  .main.home2 .tf-section.reliable-solution .wrap .box-right {
    width: 60%;
  }
  .main.home2 .tf-section.reliable-solution .wrap .box-right .experience .box .divider {
    max-width: 70px;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
  }
  .main.home2 .tf-section.tf-counter .wrap-couter .box-couter .number-content {
    font-size: 50px;
  }
  .main.home3.blog .post .content {
    padding-left: 0;
  }

  .home3 .page-title .page-title-inner {
    padding: 0 0 300px;
  }
  .home3 .page-title .page-title-inner .subtitle {
    padding: 0;
  }

  .home4 .page-title .page-title-inner .box-slider .content {
    width: 100%;
    padding-right: 0;
  }
  .home4 .page-title .page-title-inner .box-slider .content .title {
    font-size: 64px;
  }
  .home4 .page-title .page-title-inner .box-slider .image {
    display: none;
  }
  .home4 .content-section {
    padding-left: 0;
    padding-top: 0;
  }
  .home4 .content-section p {
    padding-right: 0;
  }
  .home4 .tf-video .wrap-couter .box-couter::before {
    display: none;
  }
  .home4 .tf-section.plan-your-team {
    padding-bottom: 0;
  }

  .tf-section.tf-details article {
    margin-bottom: 50px;
  }
  .tf-section.m-b60 {
    margin-bottom: 0;
  }

  .header .tf-button {
    margin-right: 45px;
  }
  .header .tf-button.st4 {
    margin-right: 15px;
  }
  .header .tf-button.st3 {
    margin-left: 0;
  }

  .page-title .title-section {
    display: none;
  }
  .page-title .page-title-inner {
    display: block;
  }
  .page-title .page-title-inner .desc,
.page-title .page-title-inner .breadcrumbs {
    width: 100%;
  }
  .page-title .page-title-inner .desc {
    margin: 0;
  }
  .page-title .page-title-inner.pd-25, .page-title .page-title-inner.pd-8 {
    padding: 0;
  }

  #footer .widget.widget-link {
    width: 15%;
  }
  #footer .widget.widget-link.support {
    width: 25%;
  }
  #footer .widget.widget-link.product {
    width: 27%;
  }
  #footer .widget.widget-logo {
    width: 33%;
  }
  #footer .footer-bottom {
    padding: 25px 0;
  }
  #footer.footer.style2 .widget {
    margin-bottom: 30px;
  }
  #footer.footer.style2 .widget.widget-latest, #footer.footer.style2 .widget.widget-logo {
    width: 50%;
  }
  #footer.footer.style2 .widget.widget-link.company, #footer.footer.style2 .widget.widget-link.product {
    width: 25%;
  }
  #footer.footer.style2 .widget.widget-link.resources {
    width: 50%;
  }
  #footer.footer.style3 .widget.widget-link {
    width: 15%;
  }
  #footer.footer.style3 .widget.widget-link.support {
    width: 25%;
  }
  #footer.footer.style3 .widget.widget-link.product {
    width: 27%;
  }
  #footer.footer.style3 .widget.widget-logo {
    width: 33%;
  }
  #footer.footer.style3 .footer-bottom {
    padding: 25px 0;
  }

  .standard .article,
.standard #sidebar {
    width: 100%;
  }
  .standard .post {
    margin-bottom: 60px;
  }
  .standard .post .image img {
    width: 100%;
  }

  .pd0-17,
.pd-r60,
.p-r70,
.p-r75,
.box-slider,
.pd-0-15 {
    padding: 0;
  }

  .main .tf-section.tf-about .bg1 {
    bottom: 170px;
    right: -20px;
  }

  .icon-box .content h5 {
    font-size: 20px;
  }

  .tf-section.blog .wrap-fx .title-section {
    width: 78%;
  }

  .tf-counter .wrap-couter .box-couter {
    padding: 40px 20px;
  }

  .gallery-slider {
    margin-top: 200px;
  }

  .customer-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  .our-customer-say .button-fx {
    top: 230px;
    left: 0px;
  }
  .our-customer-say .button-fx .btn-prev-customer,
.our-customer-say .button-fx .btn-next-customer {
    margin: 0 12px 0 0;
  }

  .box-slider.style2 .content-box {
    width: 100%;
  }
  .box-slider.style2 .content-box .title {
    margin-right: 0;
  }
  .box-slider.style2 .content-box .sub-title {
    padding-right: 0;
  }
  .box-slider.style2 .image-slider {
    display: none;
  }

  .icon-box.style2 {
    padding: 40px 15px 25px;
  }

  .desc.p-r30 {
    padding: 0;
  }

  .image-faq .image2 {
    display: none;
  }

  .testimonior {
    padding: 40px 20px 60px;
  }
  .testimonior p {
    margin-bottom: 30px;
  }
  .testimonior .star {
    bottom: 20px;
    right: 20px;
  }

  .icon-box.style3 {
    padding: 30px 20px;
  }
  .icon-box.style3 .icon {
    margin-right: 15px;
  }

  .wrap-couter {
    flex-wrap: wrap;
  }

  .menu-box {
    padding: 15px;
  }
  .menu-box .icon {
    margin-bottom: 20px;
  }

  .tab-wrap {
    padding: 0;
  }
  .tab-wrap .image {
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tab-wrap .content {
    padding: 0;
  }

  .card4 {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
    width: 50%;
  }
  .card4 ul {
    display: inline-block;
  }

  .card-right {
    width: 50%;
  }
  .card-right .card6,
.card-right .card5 {
    text-align: center;
    max-width: 100%;
  }
  .card-right .card6 ul,
.card-right .card5 ul {
    display: inline-block;
    margin-left: 0;
  }
  .card-right .card6 .chart,
.card-right .card5 .chart {
    justify-content: center;
  }

  .flat-tabs.tab2 .tab-wrap .content {
    padding-left: 30px;
  }
  .flat-tabs.tab2 .tab-wrap .image img {
    min-width: auto;
    min-height: auto;
    object-fit: cover;
  }
  .flat-tabs.tab3 .menu-tab {
    margin-bottom: 50px;
  }
  .flat-tabs.tab3 .tab-wrap {
    display: block;
  }
  .flat-tabs.tab3 .tab-wrap .box {
    width: calc(100% - 30px);
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  .flat-tabs.tab3 .tab-wrap .box.active {
    transform: none;
  }
  .flat-tabs.tab5 .menu-tab {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .flat-tabs.tab5 .menu-tab li {
    width: 33.333% !important;
    padding: 10px 20px;
    margin-left: 0 !important;
  }
  .flat-tabs.tab5 .content-tab .content-inner .portfolio-box {
    width: calc(50% - 30px);
  }
  .flat-tabs.tab5 .content-tab .content-inner .portfolio-box .content {
    padding: 20px 10px 20px 20px;
  }
  .flat-tabs.tab5 .content-tab .content-inner .portfolio-box .content h5 {
    font-size: 25px;
  }
  .flat-tabs.tab6 .menu-tab {
    margin-bottom: 40px;
  }
  .flat-tabs.tab6 .menu-tab li {
    margin-right: 30px;
  }
  .flat-tabs.tab6 .content-tab .content-inner .portfolio-box {
    width: calc(50% - 30px);
  }
  .flat-tabs.tab6 .content-tab .content-inner .portfolio-box .content {
    padding: 20px 10px 20px 20px;
  }
  .flat-tabs.tab6 .content-tab .content-inner .portfolio-box .content h5 {
    font-size: 25px;
  }

  .video-style2 .popup-youtube {
    margin-bottom: 30px;
  }

  .started-free button {
    padding: 0 40px;
  }

  .wrap-chart {
    margin-bottom: 40px;
  }

  .sl-about.show-shadow {
    margin-right: -70px !important;
  }

  .testimonior-st2 {
    padding: 40px 30px 20px;
  }
  .testimonior-st2 .font-style2 {
    padding-right: 0;
  }

  .flex-icon-box.style3 .icon-box {
    width: calc(33.333% - 50px);
  }
  .flex-icon-box.style3 .icon-box .content h4 {
    font-size: 25px;
  }
  .flex-icon-box.style3 .icon-box .number {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .tf-counter.style2 .overlay2 {
    height: 100%;
  }

  .our-customer-say .button-fx {
    display: none;
  }

  .flat-tabs.tab1 .menu-tab li .menu-box::after {
    display: none;
  }

  .standard .post .content-post .title {
    font-size: 35px;
  }

  .blog-post .content-post h2 {
    font-size: 35px;
  }

  .tab-wrap.style2 {
    display: block;
  }
  .tab-wrap.style2 .box {
    width: calc(100% - 30px);
  }

  .flat-tabs.tab2 .content-tab .tab-wrap .content h2 {
    font-size: 40px;
  }

  .main.home3 .tf-section.tf-service {
    padding-top: 0 !important;
  }

  .m-t43,
.m-t28 {
    margin-top: 0;
  }

  .contact .tf-section.section-contact.style2 .wrap-content {
    padding-left: 0;
    padding-top: 40px;
  }
  .contact .tf-section.section-contact.style2 .wrap-content .social {
    margin-left: 0;
  }
  .contact .tf-section.section-contact.style2 .wrap-content .image {
    margin-bottom: 40px;
  }
  .contact .tf-section.section-contact.style2 .wrap-content .image img {
    width: 100%;
  }
  .contact .tf-section.section-contact.style2 .wrap-content .adress {
    margin-bottom: 40px;
  }
  .contact.st3 .section-contact .contact-form {
    margin-top: 40px;
    margin-left: 0;
  }
  .contact.st3 .section-contact .social {
    margin-top: 40px;
  }

  .contact.st3 .section-contact .contact-form {
    margin-top: 70px;
  }

  .contact-form {
    margin-top: 70px;
  }
  .contact-form .title {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .contact-form .wrap {
    display: block;
  }
  .contact-form .left,
.contact-form .right {
    width: calc(100% - 30px);
  }

  .contact-box {
    margin-bottom: 30px;
  }
  .contact-box h6 {
    font-size: 20px;
  }

  .title-section {
    margin-bottom: 40px !important;
  }

  .tf-counter.style2 .overlay {
    height: 100%;
  }
  .tf-counter.style2 .wrap-couter .box-couter {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .details .page-title.st3.style2, .details .page-title.st3.st3, .details .page-title.st3.st2,
.grid .page-title.style2,
.grid .page-title.st3,
.grid .page-title.st2,
.contact.st2 .page-title.style2.style2,
.contact.st2 .page-title.style2.st3,
.contact.st2 .page-title.style2.st2,
.page-title.style2.style2,
.page-title.style2.st3,
.page-title.style2.st2,
.page-title.style2,
.page-title.st3,
.page-title.st2 {
    padding: 170px 0 70px;
  }

  .contact .page-title.st3,
.grid .page-title,
.faq .page-title.st3,
.portfolio .page-title.st3 {
    padding: 170px 0 70px;
    min-height: auto;
  }

  .flex-icon-box.style3 .icon-box {
    margin-bottom: 30px;
    width: 100%;
  }

  .icon-box.style6 {
    margin-bottom: 30px;
  }

  .mr-290 {
    margin-right: 0;
  }

  .title-section {
    margin-bottom: 40px;
  }
  .title-section.mb85 {
    margin-bottom: 40px;
  }

  .flex-icon-box {
    flex-wrap: wrap;
  }
  .flex-icon-box .icon-box {
    width: calc(100% - 30px);
  }

  .box-slider.style2 .content-box .page-title {
    margin-bottom: 0;
    padding: 150px 0 70px !important;
    min-height: auto !important;
  }

  #footer.footer.style3 .footer-main {
    padding: 70px 0 0px;
  }

  .pr60 {
    padding: 0;
  }

  .selec-work {
    margin-top: 0;
    display: block;
  }
  .selec-work .image-box,
.selec-work .image-box.st3,
.selec-work .image-box.st2 {
    width: calc(100% - 30px);
    padding-top: 0;
    margin-bottom: 30px;
  }
  .selec-work .image-box .content,
.selec-work .image-box.st3 .content,
.selec-work .image-box.st2 .content {
    top: auto;
    bottom: 30px;
  }

  .tab-wrap.style2 .box {
    margin-bottom: 30px;
    width: calc(100% - 30px);
  }

  .home5 .tf-section.tf-faq .overlay {
    display: none;
  }

  .title-section.col2 {
    display: block;
  }
  .title-section.col2 p,
.title-section.col2 .title {
    width: calc(100% - 30px);
  }
  .title-section .title {
    font-size: 38px !important;
  }

  .btn-slider-team,
.image-team {
    display: none;
  }

  .tf-details #sidebar .widget.widget-recent-posts,
.mb-mobie-40 {
    margin-bottom: 40px;
  }

  .title-section.m-b90, .title-section.m-b48 {
    margin-bottom: 40px;
  }

  .team-slider {
    padding-bottom: 0;
  }

  .tf-section.mb-pd0 {
    padding-bottom: 0 !important;
  }
  .tf-section.mobie-pb40 {
    padding-bottom: 40px !important;
  }

  .mobie-mb0 {
    margin-bottom: 0 !important;
  }

  .home4 .tf-section.tf-partner {
    padding: 0 !important;
  }

  .page-title .page-title-inner .title {
    font-size: 45px !important;
  }

  .m-t-118,
.mt-118 {
    margin-top: 0;
  }

  .swiper-pagination2,
.swiper-pagination,
.btn-nav-next,
.btn-nav-prev {
    display: none;
  }

  .main.home2 .page-title {
    padding: 0;
  }
  .main.home2 .page-title .box-slider {
    display: block;
  }
  .main.home2 .page-title .box-slider.style2 .content-box {
    padding: 160px 0 80px;
  }
  .main.home2 .page-title .box-slider .video {
    position: relative;
    left: 0;
    right: auto;
  }
  .main.home2 .tf-section.tf-service .wrap-fx.st3 {
    display: block;
  }
  .main.home2 .tf-section.tf-service .title-section,
.main.home2 .tf-section.tf-service .desc {
    width: 100%;
    padding: 0;
  }
  .main.home2 .tf-section.reliable-solution .wrap-fx.st3 .box-text p {
    margin-bottom: 0;
  }
  .main.home2 .tf-section.tf-counter .wrap-couter .box-couter {
    text-align: center;
  }
  .main.home2 .tf-section.our-customer-say .wrap-btn {
    display: none;
  }
  .main .page-title {
    margin-bottom: 0;
    padding: 150px 0 210px;
  }
  .main.home3 .page-title {
    padding: 170px 0 70px;
  }
  .main.home3 .page-title .page-title-inner {
    padding: 0 0 250px;
  }
  .main.home3 .page-title .bg-bottom {
    min-width: 767px;
  }
  .main.home3 .tf-section.blog .post {
    margin-bottom: 30px;
  }
  .main.home3 .tf-section.blog .post .image img {
    width: 100%;
  }
  .main.home4 .page-title {
    padding: 150px 0 100px;
  }
  .main.home5 .page-title {
    padding: 100px 0;
  }

  .sl-partner3 .swiper-slide {
    text-align: center;
  }

  .header .tf-button.st3 {
    margin-right: 40px;
    font-size: 16px;
    padding: 13px 10px;
  }
  .header .tf-button.st4 {
    display: none;
  }

  .standard.details .img-box {
    padding-left: 0;
  }

  .post .content-post h6 {
    min-height: auto;
  }
  .post .content-post .meta-post {
    padding-right: 0;
  }
  .post.inner-post {
    width: calc(100% - 35px);
    margin-bottom: 50px;
  }

  .tf-section {
    padding: 70px 0 70px !important;
  }
  .tf-section.mobie-pd0 {
    padding-bottom: 0 !important;
  }

  .tf-section.m-g60 {
    margin: 0;
  }

  #footer .widget {
    margin-bottom: 30px;
  }
  #footer .widget.widget-link {
    width: 30%;
  }
  #footer .widget.widget-link.support, #footer .widget.widget-link.product {
    width: 35%;
  }
  #footer .widget.widget-logo {
    width: 100%;
  }
  #footer .widget.widget-logo .footer_logo {
    margin-bottom: 30px;
  }
  #footer.footer.style3 .widget {
    margin-bottom: 30px;
  }
  #footer.footer.style3 .widget.widget-link {
    width: 30%;
  }
  #footer.footer.style3 .widget.widget-link.support, #footer.footer.style3 .widget.widget-link.product {
    width: 35%;
  }
  #footer.footer.style3 .widget.widget-logo {
    width: 100%;
  }
  #footer.footer.style3 .widget.widget-logo .footer_logo {
    margin-bottom: 30px;
  }
  #footer .footer-main {
    padding: 70px 0 0;
  }
  #footer .footer-bottom {
    padding: 25px 0;
  }
  #footer .footer-bottom .wrap-fx {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  #footer .footer-bottom .wrap-fx .list {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  #footer .footer-bottom .wrap-fx .list li {
    margin: 0 15px;
  }
  #footer.footer.style2 .footer-main {
    padding: 70px 0 50px;
  }
  #footer.footer.style2 .widget.widget-logo {
    width: 100%;
  }
  #footer.footer.style2 .widget.widget-link.product, #footer.footer.style2 .widget.widget-link.company, #footer.footer.style2 .widget.widget-link.resources {
    width: 50%;
  }
  #footer.footer.style2 .widget.widget-latest {
    width: 50%;
  }

  .main.home3 #footer .footer-main {
    padding: 70px 0;
  }

  .widget.widget-tags ul li a {
    font-size: 25px;
  }

  #sidebar .widget {
    margin-bottom: 50px;
  }
  #sidebar .widget.widget-recent-posts {
    margin-bottom: 50px;
  }
  #sidebar .widget-title {
    font-size: 32px;
    margin-right: 0;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .tf-section.blog .wrap-fx .title-section {
    width: 100%;
  }
  .tf-section.blog .wrap-fx {
    flex-wrap: wrap;
  }
  .tf-section.blog .wrap-fx .box-blog {
    margin-bottom: 30px;
    width: 100%;
  }
  .tf-section.blog .wrap-fx .box-blog a,
.tf-section.blog .wrap-fx .box-blog img {
    width: 100%;
  }
  .tf-section.blog .wrap-fx .box-blog .content {
    padding: 30px 20px 20px 20px;
  }
  .tf-section.blog .wrap-fx .box-blog .content h5 {
    font-size: 26px;
  }
  .tf-section.blog .wrap-fx.mb-30 {
    margin-bottom: 0;
  }

  .tf-counter .wrap-couter {
    margin-bottom: 40px;
  }

  .post .content-post .title {
    min-height: auto;
  }

  .menu-box {
    padding: 15px;
  }
  .menu-box h6 {
    font-size: 20px;
  }

  .flat-tabs.tab1 .menu-tab {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .flat-tabs.tab1 .menu-tab li {
    width: calc(50% - 30px);
    margin-bottom: 40px;
  }
  .flat-tabs.tab6 .menu-tab {
    flex-wrap: wrap;
  }
  .flat-tabs.tab6 .menu-tab li {
    margin-bottom: 15px;
  }

  .tf-section.tf-action .action {
    padding: 60px 15px;
  }

  .started-free input {
    min-width: auto;
    width: 70%;
  }
  .started-free button {
    width: 30%;
    min-width: 180px;
    padding: 0 20px;
  }

  .img-box-service.style2,
.img-box-service.style3,
.img-box-service {
    display: block;
  }
  .img-box-service.style2 .image,
.img-box-service.style2 .content,
.img-box-service.style3 .image,
.img-box-service.style3 .content,
.img-box-service .image,
.img-box-service .content {
    width: 100%;
  }
  .img-box-service.style2 .content,
.img-box-service.style3 .content,
.img-box-service .content {
    padding-left: 0;
    padding-top: 10px;
    padding-right: 0;
  }
  .img-box-service.style2 .image img,
.img-box-service.style3 .image img,
.img-box-service .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .flat-tabs.tab4 .menu-tab {
    transform: translateX(0);
    margin-bottom: 90px;
  }
  .flat-tabs.tab4 .menu-tab::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    bottom: -50px;
  }

  .gallery-thumbs .image img {
    width: 100%;
    height: 100%;
  }

  .flat-tabs.tab5 .menu-tab li {
    width: 50% !important;
  }

  .team-slider {
    display: block;
  }
  .team-slider .content,
.team-slider .image {
    width: 100%;
  }
  .team-slider .content img,
.team-slider .image img {
    width: 100%;
  }
  .team-slider .image {
    margin-bottom: 30px;
  }
  .team-slider .content {
    padding: 0;
  }

  .img-box {
    display: block;
  }
  .img-box .image {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .img-box .content {
    text-align: center;
  }
  .img-box .social {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  .breadcrumbs .title {
    font-size: 50px;
  }

  .comimg-soon form#subscribe-form button {
    padding: 10px;
  }

  .tf-project .wrap-fx {
    display: block;
  }
  .tf-project .wrap-fx .tf-title {
    margin-bottom: 30px;
  }
  .tf-project .p-b70 {
    padding-bottom: 30px;
  }
  .tf-project .font-body2 {
    margin-bottom: 0;
    padding: 0;
  }

  #footer .widget.widget-link {
    width: 100%;
  }
  #footer .widget.widget-link.support, #footer .widget.widget-link.product {
    width: 100%;
  }

  .standard .post .content-post .meta-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .standard .post .content-post .meta-post .user-post {
    margin-right: 0;
  }

  .sl-partner .swiper-slide {
    text-align: center;
  }

  .our-customer-say .button-fx {
    display: none;
  }

  .gallery-thumbs {
    position: relative !important;
    top: 0;
    left: 0;
    padding: 0 15px !important;
  }

  .gallery-slider {
    margin-top: 40px;
  }

  .customer-box {
    display: block;
  }
  .customer-box .content {
    width: 100%;
    margin-bottom: 30px;
  }
  .customer-box .image {
    width: 100%;
    padding: 0;
  }
  .customer-box .image img {
    width: 100%;
  }

  form.form-link input,
form.form-link button {
    padding: 0 15px;
  }

  .home4 .page-title .page-title-inner .box-slider .content form {
    height: auto;
  }
  .home4 .page-title .page-title-inner .box-slider .content form button {
    position: relative;
    right: 0;
  }
  .home4 .tf-video .wrap-couter .box-couter.st2, .home4 .tf-video .wrap-couter .box-couter.st3, .home4 .tf-video .wrap-couter .box-couter.st1 {
    margin-bottom: 30px;
    width: calc(100% - 30px);
    text-align: center;
  }
  .home4 .tf-video .wrap-couter .box-couter.st3 {
    margin-bottom: 0;
  }

  .list.style2 {
    display: inline-block;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .list.style2 li a {
    padding-right: 0;
  }
  .list.style2 li::after {
    display: none;
  }

  .flat-tabs.tab5 .content-tab .content-inner .portfolio-box {
    width: calc(100% - 30px);
  }
  .flat-tabs.tab6 .content-tab .content-inner .portfolio-box {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 500px) {
  .box-slider .content-box h1 {
    font-size: 45px;
  }
  .box-slider.style2 .content-box .title {
    font-size: 45px;
  }

  #footer .widget {
    margin-bottom: 30px;
  }
  #footer .widget.widget-logo {
    width: 100%;
  }
  #footer .widget.widget-logo .footer_logo {
    margin-bottom: 30px;
  }
  #footer.footer.style3 .widget.widget-link {
    width: 100%;
  }
  #footer.footer.style3 .widget.widget-link.support, #footer.footer.style3 .widget.widget-link.product {
    width: 100%;
    padding: 0 15px;
  }

  .sl-partner2 .swiper-slide {
    text-align: center;
  }

  .tf-counter.style2 .wrap-couter .box-couter {
    width: calc(100% - 30px);
  }

  .flex-icon-box.style2 {
    overflow: hidden;
    padding: 50px 20px;
  }
  .flex-icon-box.style2 .icon-box {
    margin-bottom: 50px;
    display: block;
    text-align: center;
  }
  .flex-icon-box.style2 .icon-box .img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wrap-chart {
    display: block;
  }

  .card-right,
.card4 {
    width: 100%;
  }

  .card6 {
    margin-left: 0;
  }

  form.form-link {
    height: auto;
    text-align: center;
  }
  form.form-link button {
    position: relative;
    border-radius: 20px;
    margin-top: 20px;
  }

  .main.home2 .tf-section.reliable-solution .wrap {
    display: block;
  }
  .main.home2 .tf-section.reliable-solution .wrap .box-right,
.main.home2 .tf-section.reliable-solution .wrap .box-left {
    width: 100%;
  }
  .main.home2 .tf-section.reliable-solution .wrap .box-right .img2 img,
.main.home2 .tf-section.reliable-solution .wrap .box-right .img1 img,
.main.home2 .tf-section.reliable-solution .wrap .box-left .img2 img,
.main.home2 .tf-section.reliable-solution .wrap .box-left .img1 img {
    width: 100%;
  }
  .main.home2 .tf-section.reliable-solution .wrap .box-left {
    margin-bottom: 40px;
  }
  .main.home2 .tf-section.reliable-solution .wrap .experience {
    margin-top: 30px;
    width: 100%;
  }
  .main.home2 .tf-section.reliable-solution .wrap .experience .box {
    margin: 0;
    width: 92%;
  }
  .main.home2 .tf-section.reliable-solution .wrap .experience .box .divider {
    width: 70px;
  }
  .main.home2 .tf-section.reliable-solution .wrap .experience .dot {
    right: 0;
  }
  .main.home2 .tf-section.tf-counter .wrap-couter .box-couter {
    width: calc(100% - 30px);
  }

  .commemt-box {
    margin-left: 85px;
  }
  .commemt-box.style {
    margin-right: 0;
  }

  .box-slider.style2 .content-box .login {
    display: block;
  }

  .header .tf-button {
    padding: 13px 20px;
  }

  .blog-post .content-post .meta-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .blog-post .content-post .meta-post .user-post img {
    margin-right: 8px;
  }
  .blog-post .content-post .meta-post .date svg {
    margin-right: 8px;
  }

  .widget.widget-recent-posts .recent-posts li {
    display: block;
  }
  .widget.widget-recent-posts .recent-posts li .image {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .widget.widget-recent-posts .recent-posts li .image img {
    min-width: 100%;
    height: auto;
  }

  .tf-counter .wrap-couter .box-couter {
    width: calc(100% - 30px);
  }
  .tf-counter .wrap-couter .box-couter.st {
    margin-bottom: 30px !important;
  }
  .tf-counter .wrap-couter .box-couter.m-b0 {
    margin-bottom: 30px !important;
  }
  .tf-counter .wrap-couter .box-couter.m-b0.mobie-mb0 {
    margin-bottom: 0 !important;
  }

  .sl-partner2 .swiper-slide > a {
    width: 100%;
    text-align: center;
  }

  .started-free {
    display: block;
    text-align: center;
  }
  .started-free input {
    width: 100%;
    margin-bottom: 20px;
  }
  .started-free button {
    margin-left: auto;
    margin-right: auto;
  }

  .tf-title.style2 .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 400px) {
  #footer.footer.style2 .widget.widget-latest, #footer.footer.style2 .widget.widget-logo {
    width: 100%;
  }
  #footer.footer.style2 .widget.widget-link.product, #footer.footer.style2 .widget.widget-link.company, #footer.footer.style2 .widget.widget-link.resources {
    width: 100%;
  }

  .icon-box.style3 {
    display: block;
    text-align: center;
  }
  .icon-box.style3 .icon {
    text-align: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .flat-tabs.tab1 .menu-tab li {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }
}
/* themesflat animation
-------------------------------------------------------------- */
.tf-animated-twocolumn .item-animated.first {
  transform: translateX(-15px);
}

.tf-animated-twocolumn .item-animated.last {
  transform: translateX(15px);
}

.tf-animated-fadeup.img-box-service .content,
.tf-animated-fadeup .image-faq .image,
.tf-animated-fadeup .title-section,
.tf-animated-fadeup .experience,
.tf-animated-fadeup .animated-effect {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.tf-animated-fadeup.img-box-service .content.tfanimated,
.tf-animated-fadeup .image-faq .image.tfanimated,
.tf-animated-fadeup .title-section.tfanimated,
.tf-animated-fadeup .experience.tfanimated,
.tf-animated-fadeup .animated-effect.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
}

/* hover top */
.tf-animated-hover-top {
  transition: all 0.5s;
  transform: translateY(0);
}

.tf-animated-hover-top:hover {
  transform: translateY(-30px);
}

.tf-animated-hover-top-s2 {
  transition: all 0.5s;
  transform: translateY(0);
}

.tf-animated-hover-top-s2:hover {
  transform: translateY(-10px);
}

.tf-animated-fadeleft.img-box-service .image,
.tf-animated-fadeleft .box-left,
.tf-animated-fadeleft .boder-rd10,
.tf-animated-fadeleft .animated-effect {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.tf-animated-fadeleft.img-box-service .image.tfanimated,
.tf-animated-fadeleft .box-left.tfanimated,
.tf-animated-fadeleft .boder-rd10.tfanimated,
.tf-animated-fadeleft .animated-effect.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
}

.tf-animated-faderight.img-box-service .image,
.tf-animated-faderight .image-faq .image2,
.tf-animated-faderight .box-right,
.tf-animated-faderight .bg-about,
.tf-animated-faderight .img-style,
.tf-animated-faderight .animated-effect {
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.tf-animated-faderight.img-box-service .image.tfanimated,
.tf-animated-faderight .image-faq .image2.tfanimated,
.tf-animated-faderight .box-right.tfanimated,
.tf-animated-faderight .bg-about.tfanimated,
.tf-animated-faderight .img-style.tfanimated,
.tf-animated-faderight .animated-effect.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
}

.tf-animated-fadedown .animated-effect {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.tf-animated-fadedown .animated-effect.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
}

/*# sourceMappingURL=app.css.map */
