@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
body {
  color: #32393f;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: #f3f1ec;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, #ff8e69 -20%, #ffae6c);
  border-radius: 15px;
}
body.noScroll {
  overflow: hidden;
}

* {
  scrollbar-width: thin;
  box-sizing: border-box;
}

::selection {
  background: #666;
  color: #fff;
}

main {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 900px) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
  }
}

a {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}
iframe {
  display: block;
}

figure {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}
.form-label {
  text-transform: uppercase;
  margin: 7px 0;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 500;
}

.form-control {
  background: #f3f1f1;
  border: none;
  height: 48px;
  border-radius: 0px;
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 400;
  padding: 15px 15px;
}
.form-control:focus {
  background: #f3f1f1;
  box-shadow: none;
  outline: none;
}
.form-control::placeholder {
  color: #2f2f2f;
  font-weight: 400;
}

textarea.form-control {
  height: 150px;
  resize: none;
}

.defaultPadding {
  padding: 45px 0;
}
@media (max-width: 576px) {
  .defaultPadding {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .defaultPadding {
    padding: 65px 0;
  }
}
@media (max-width: 1400px) {
  .defaultPadding {
    padding: 100px 0;
  }
}

.largePadding {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .largePadding {
    padding: 90px 0;
  }
}
@media (max-width: 992px) {
  .largePadding {
    padding: 120px 0;
  }
}
@media (max-width: 1400px) {
  .largePadding {
    padding: 170px 0;
  }
}

.colorTitle {
  color: #ff8f6a;
}

.rounded-3 {
  border-radius: 7px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

@media (max-width: 991px) {
  .rounded-3, .rounded-10 {
    width: 100%;
  }
}
.heading-sm {
  font-size: 20px;
}
@media (max-width: 900px) {
  .heading-sm {
    font-size: 24px;
  }
}

.heading-md {
  font-size: 28px;
}
@media (max-width: 900px) {
  .heading-md {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .heading-md {
    font-size: 36px;
  }
}
@media (max-width: 1400px) {
  .heading-md {
    font-size: 50px;
  }
}

.heading-lg {
  font-size: 30px;
}
@media (max-width: 576px) {
  .heading-lg {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .heading-lg {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .heading-lg {
    font-size: 48px;
  }
}
@media (max-width: 1400px) {
  .heading-lg {
    font-size: 57px;
  }
}

@media (max-width: 991px) {
  .anim,
  .clientWrap li,
  .specBlock .item,
  .innerBanner .container {
    transform: none !important;
  }
}
.mainBtn {
  font-size: 18px;
  color: #fff;
  background: #fd8e2b;
  padding: 15px 55px !important;
  border-radius: 100px;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  box-shadow: none !important;
  transition: background 0.5s, color 0.5s;
}
.mainBtn .fa {
  margin-left: 3px;
  position: relative;
  top: 2px;
}
.mainBtn:hover {
  color: #fff;
  background-size: 250% auto;
  background: #2f2f2f;
  background-position: right center;
}
.mainBtn.blue {
  background: #0095e5;
  color: #fff;
}
.mainBtn.blue:hover {
  color: #fff;
  background: #000;
}
.mainBtn.white {
  background: #fff;
  color: #2f2f2f;
}
.mainBtn.white:hover {
  color: #fff;
  background: #fe3d5e;
}
.mainBtn.lightBg {
  background: rgba(255, 255, 255, 0.2);
  color: #2f2f2f;
}
.mainBtn.lightBg:hover {
  color: #2f2f2f;
  background: #fff;
}
.mainBtn.small {
  min-width: 145px;
}

.preloader {
  position: fixed;
  background: #fff;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 3px solid #eee;
  border-radius: 50%;
  border-top-color: #2f2f2f;
  animation: spin 1s ease-in-out infinite;
}

.floatArea {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 99;
}
.floatArea .item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(to right, #fe3e5e, #f98f31, #f7890e);
  padding: 7px 30px 7px 7px;
  border-radius: 100px 0 0 100px;
  position: relative;
  right: -168px;
  transition: right 0.5s ease;
}
.floatArea .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2f2f2f;
  margin-right: 8px;
}
.floatArea .item:hover {
  right: 0;
}
@media (max-width: 1400px) {
  .floatArea .item {
    font-size: 18px;
    right: -185px;
  }
}
@media (max-width: 991px) {
  .floatArea {
    display: none;
  }
}

.shape {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: -100px;
  top: -65px;
  background: #fd8e2b;
  transform: scale(0.5);
}
.shape::before, .shape::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  background: #fd8e2b;
}
.shape::before {
  width: 50px;
  height: 50px;
  left: 175px;
  top: 70px;
  animation: animationShapeOne 20s infinite linear;
}
.shape::after {
  width: 30px;
  height: 30px;
  left: 330px;
  top: 260px;
  filter: blur(4px);
}
@media (max-width: 576px) {
  .shape {
    transform: scale(0.6);
  }
}
@media (max-width: 992px) {
  .shape {
    transform: scale(0.7);
  }
}
@media (max-width: 1400px) {
  .shape {
    transform: inherit;
  }
}

.imgCover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.tabContent {
  display: none;
}
.tabContent.active {
  display: block;
}

.socialMedia li:not(:last-child) {
  margin-right: 15px;
}
.socialMedia li a {
  color: #2f2f2f;
  width: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.socialMedia li a:hover {
  color: #fe3d5e;
}

.bulletList {
  margin: 12px 0;
}
.bulletList li {
  margin-bottom: 8px;
  display: flex;
  font-weight: 300;
}
.bulletList li::before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 5px solid #ff8f6a;
  border-bottom: 5px solid transparent;
  margin-right: 10px;
  width: 0;
  height: 0;
  margin-top: 9px;
}

.gradientBlock {
  background: linear-gradient(to right, #ff8e69 -20%, #ffae6c);
  padding: 30px 0;
}
@media (max-width: 575px) {
  .gradientBlock .gap-3 {
    gap: 5px !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gradientBlock {
    text-align: center;
  }
  .gradientBlock img {
    display: inline-block;
  }
}
.gradientBlock .title {
  font-size: 40px;
}
.gradientBlock .title span {
  color: #fe3d5e;
}
@media (max-width: 992px) {
  .gradientBlock .title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .gradientBlock .title {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .gradientBlock .title {
    font-size: 65px;
  }
}
.gradientBlock.medium {
  padding: 30px 0;
}
.gradientBlock.medium .title {
  font-size: 28px;
}
@media (max-width: 900px) {
  .gradientBlock.medium {
    padding: 40px 0;
  }
  .gradientBlock.medium .title {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .gradientBlock.medium .title {
    font-size: 55px;
  }
}
.gradientBlock.small {
  padding: 30px 0;
}
.gradientBlock.small .title {
  font-size: 25px;
}
@media (max-width: 900px) {
  .gradientBlock.small {
    padding: 40px 0;
  }
  .gradientBlock.small .title {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .gradientBlock.small .title {
    font-size: 40px;
  }
}

.clientWrap {
  margin-top: 15px;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.clientWrap img {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.clientWrap img:hover {
  opacity: 1;
}
@media (max-width: 576px) {
  .clientWrap {
    margin-top: 25px;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .clientWrap {
    grid-gap: 50px;
  }
}

.connectBlock {
  padding: 45px 0;
  background: #fff url("../../assets/images/connect-bg.png") no-repeat center;
}
.connectBlock .heading-lg::after {
  content: "";
  width: 70px;
  height: 4px;
  background: linear-gradient(to right, rgb(255, 141, 105) 0%, rgb(255, 157, 108) 21%, rgb(255, 174, 108) 62%, rgb(255, 174, 108) 71%, rgba(255, 174, 108, 0) 74%, rgba(255, 174, 108, 0) 82%, rgb(255, 174, 108) 85%, rgb(255, 174, 108) 100%);
  display: table;
  margin: 15px auto 25px;
}
.connectBlock .content {
  margin-top: 30px;
}
.connectBlock .content p {
  margin-bottom: 5px;
}
.connectBlock .content a {
  font-size: 28px;
  color: #2f2f2f;
  transition: color 0.3s ease;
}
.connectBlock .content a:hover {
  color: #fe3d5e;
}
@media (max-width: 992px) {
  .connectBlock {
    padding: 80px 0;
  }
  .connectBlock .heading-lg::after {
    margin: 25px auto 40px;
  }
  .connectBlock .content a {
    font-size: 32px;
  }
}

.testimonialBlock {
  padding: 50px 0;
}
.testimonialBlock .subtitle {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.testimonialBlock .title {
  font-size: 30px;
  margin-bottom: 17px;
}
.testimonialBlock .owl-stage-outer {
  border-radius: 15px 15px 15px 0;
}
.testimonialBlock .item {
  background: #e7e7e7;
  padding: 30px 20px;
  border-radius: 15px 15px 15px 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 26px;
}
.testimonialBlock .item .icon {
  min-width: 50px;
  margin-top: 7px;
}
.testimonialBlock .item::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 28px solid #e7e7e7;
  border-right: 28px solid transparent;
  position: absolute;
  bottom: -26px;
  left: 0;
}
.testimonialBlock .content {
  margin-left: 15px;
}
.testimonialBlock .content .info .image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
}
.testimonialBlock .content .info .image img {
  height: 75px;
  object-fit: cover;
  object-position: center;
}
.testimonialBlock .content .info .infoDetail {
  margin-left: 14px;
}
.testimonialBlock .content .info .infoDetail .name {
  font-weight: 700;
  display: block;
}
.testimonialBlock .content .info .infoDetail .desig {
  font-size: 16px;
}
@media (max-width: 992px) {
  .testimonialBlock {
    padding: 70px 0;
  }
  .testimonialBlock img {
    max-width: 150px;
  }
  .testimonialBlock .item {
    padding: 40px 30px;
  }
  .testimonialBlock .content {
    margin-left: 24px;
  }
  .testimonialBlock .content .info .infoDetail {
    margin-left: 18px;
  }
  .testimonialBlock .owl-dots {
    margin: 25px 0 0 35px;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .testimonialBlock .title {
    font-size: 40px;
  }
  .testimonialBlock .item {
    padding: 50px 40px;
    margin-bottom: 25px;
  }
  .testimonialBlock .owl-dots {
    margin: 35px 0 0 50px;
  }
}
@media (max-width: 1400px) {
  .testimonialBlock {
    padding: 90px 0;
  }
  .testimonialBlock img {
    max-width: 100%;
  }
}

header {
  padding: 0px 0px;
  transition: 0.5s all;
  width: 100%;
  top: 0;
  z-index: 99;
}
header.fixed {
  position: fixed;
  background: #3ab6b8;
  padding: 0px 0;
  transition: 0.5s all;
}
header.fixed .wsmenu-list > li > a {
  color: #fff;
}
header.fixed nav ul {
  display: flex;
  align-items: center;
}
header.fixed nav ul li:not(:last-child) {
  margin-right: 25px;
}
header.fixed nav ul li a:not(.active):hover {
  color: #fff;
}
header.fixed nav ul li a.active::after, header.fixed nav ul li a.active::before {
  content: "";
  height: 2px;
}
header.fixed nav ul li a.active::after {
  background: #fff !important;
  position: absolute;
  bottom: -5px;
  width: 10%;
  right: 0;
}
header.fixed nav ul li a.active::before {
  background: #fff !important;
  position: absolute;
  width: 5px;
  bottom: -5px;
  z-index: 1;
  width: 80%;
  left: 0;
}
@media (max-width: 900px) {
  header .logoImg {
    width: 85%;
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  header .logoImg {
    padding: 0px 0px;
    margin-left: 20px;
  }
}
header .menuBlock {
  padding: 25px 0;
}
@media (max-width: 767px) {
  header .menuBlock {
    padding: 10px 0;
  }
}
header .menuBlock.fixed-top {
  position: fixed;
  padding: 15px 0;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.4);
  animation: slowdown 0.5s;
}
header .menuBlock .mainMenu {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  header .menuBlock .mainMenu {
    justify-content: right;
    padding-right: 15px;
  }
}
header .menuBlock .mainMenu nav ul {
  display: flex;
  align-items: center;
}
header .menuBlock .mainMenu nav ul li:not(:last-child) {
  margin-right: 25px;
}
header .menuBlock .mainMenu nav ul li a:not(.active):hover {
  color: #fff;
}
header .menuBlock .mainMenu nav ul li a.active::after, header .menuBlock .mainMenu nav ul li a.active::before {
  content: "";
  height: 2px;
}
header .menuBlock .mainMenu nav ul li a.active::after {
  background: #000;
  position: absolute;
  bottom: -5px;
  width: 10%;
  right: 0;
}
header .menuBlock .mainMenu nav ul li a.active::before {
  background: #000;
  position: absolute;
  width: 5px;
  bottom: -5px;
  z-index: 1;
  width: 80%;
  left: 0;
}
header .wsmenu-list {
  display: flex;
  align-items: center;
}
header a.mainBtn {
  background: rgba(0, 0, 0, 0.1647058824) !important;
}
header a.mainBtn:hover {
  border: 1px solid rgba(0, 0, 0, 0.1647058824) !important;
}
header .menuToggle {
  display: block;
  background: url(../assets/images/menu.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 26px;
  top: 28px;
}
@media (max-width: 900px) {
  header .menuToggle {
    display: none;
  }
}
header .searchField {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
@media (max-width: 900px) {
  header .searchField {
    margin-bottom: 0;
  }
}
header .searchField::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: url(../assets/images/searchicon.png);
  width: 14px;
  height: 14px;
}
header .searchField input {
  border: 0;
  padding-left: 25px;
  background: transparent;
}
header .searchField input:focus {
  outline: 0;
}
header .headerRight {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 900px) {
  header .headerRight {
    justify-content: end;
  }
}
header .headerRight .notificationIcon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f2f2f;
  border-radius: 8px;
  margin-right: 20px;
}
header .headerRight .emailIcon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f2f2f;
  border-radius: 8px;
  margin-right: 20px;
}
header .headerRight .profileSec {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .headerRight .profileSec .icon {
  width: 50px;
  height: 50px;
  background: #fd8e2b;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}
header .headerRight .profileSec .name {
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}
header .headerRight .profileSec .name span {
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.page-template-Home header {
  position: fixed;
}
.page-template-Home header .menuBlock {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .page-template-Home header .menuBlock {
    padding: 10px 0;
  }
}
.page-template-Home header .menuBlock.fixed-top {
  position: fixed;
  padding: 15px 0;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.4);
  animation: slowdown 0.5s;
}
.page-template-Home header .menuBlock .mainMenu {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .page-template-Home header .menuBlock .mainMenu {
    justify-content: right;
    padding-right: 15px;
  }
}
.page-template-Home header .menuBlock .mainMenu nav ul {
  display: flex;
  align-items: center;
}
.page-template-Home header .menuBlock .mainMenu nav ul li:not(:last-child) {
  margin-right: 25px;
}
.page-template-Home header .menuBlock .mainMenu nav ul li a:not(.active):hover {
  color: #fff;
}
.page-template-Home header .menuBlock .mainMenu nav ul li a.active::after, .page-template-Home header .menuBlock .mainMenu nav ul li a.active::before {
  content: "";
  height: 2px;
}
.page-template-Home header .menuBlock .mainMenu nav ul li a.active::after {
  background: #fff;
  position: absolute;
  bottom: -5px;
  width: 10%;
  right: 0;
}
.page-template-Home header .menuBlock .mainMenu nav ul li a.active::before {
  background: #fff;
  position: absolute;
  width: 5px;
  bottom: -5px;
  z-index: 1;
  width: 80%;
  left: 0;
}
.page-template-Home header a.mainBtn {
  background: rgba(221, 221, 221, 0.49) !important;
}

.bannerArea {
  margin: 0;
  padding: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 65%, 0 100%);
  background: rgb(80, 189, 148);
  background: linear-gradient(-90deg, rgb(80, 189, 148) 0%, rgb(22, 176, 216) 100%);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .bannerArea {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
  }
}
.bannerArea .contentArea {
  max-width: 1320px;
  width: 100%;
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1400px) {
  .bannerArea .contentArea {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .bannerArea .contentArea {
    padding: 0 30px;
  }
}
.bannerArea .contentArea::before {
  content: "";
  height: 300px;
  width: 300px;
  background: url(../assets/images/dots.png);
  background-size: contain;
  position: absolute;
  left: -82px;
  top: 180px;
  background-repeat: no-repeat;
}
.bannerArea .contentArea h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .bannerArea .contentArea h1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.bannerArea .contentArea p {
  font-size: 30px;
  color: #000000;
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
  line-height: 32px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .bannerArea .contentArea p {
    font-size: 16px;
    line-height: normal;
  }
}
.bannerArea .contentArea .mainBtn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 17px !important;
  z-index: 1;
  margin-right: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.4862745098);
  color: #000;
}
.bannerArea .contentArea .mainBtn:hover {
  background: #fff;
}
.bannerArea .contentArea .bannerImg {
  margin-left: 110px;
}
@media (max-width: 1400px) {
  .bannerArea .contentArea .bannerImg {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .bannerArea .contentArea .bannerImg {
    margin-top: 10px;
  }
}

.scrollDown {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: 1px 1px 0 #b8b8b8;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .scrollDown {
    bottom: 0;
    width: 70px;
    height: 70px;
  }
}
.scrollDown::after {
  content: "";
  border: 1px solid #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0.2;
  animation: pulse-animation 2s infinite;
}
@media (max-width: 767px) {
  .scrollDown::after {
    width: 100px;
    height: 100px;
  }
}
.scrollDown::before {
  content: "";
  opacity: 0.2;
  border: 1px solid #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  animation: pulse-animation 2s infinite;
}
@media (max-width: 767px) {
  .scrollDown::before {
    width: 170px;
    height: 170px;
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0px -20px 0 rgba(255, 255, 255, 0);
  }
}

.quoteSec {
  position: relative;
  padding: 0 0 100px 0;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .quoteSec {
    margin-bottom: 40px;
  }
}
.quoteSec h4 {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}
.quoteSec h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .quoteSec h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
  }
}
.quoteSec .quoteImg {
  border: 5px solid #0095e6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  display: table;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .quoteSec .quoteImg {
    margin-bottom: 30px;
  }
}
.quoteSec .quoteImg img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.quoteSec p {
  font-size: 24px;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 767px) {
  .quoteSec p {
    font-size: 20px;
    text-align: center;
    line-height: 25px;
  }
}
.quoteSec .name {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.quoteSec .round1 {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  background: #b8b8b8;
  left: 5%;
  top: 10%;
  overflow: hidden;
}
.quoteSec .round1 img {
  object-fit: cover;
  height: 120px;
}
@media (max-width: 767px) {
  .quoteSec .round1 {
    width: 50px;
    height: 50px;
  }
}
.quoteSec .round2 {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  background: #b8b8b8;
  right: 10%;
  top: 0%;
  overflow: hidden;
}
.quoteSec .round2 img {
  object-fit: cover;
  height: 120px;
}
@media (max-width: 767px) {
  .quoteSec .round2 {
    width: 80px;
    height: 80px;
    top: -80px;
  }
}
.quoteSec .round3 {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background: #b8b8b8;
  left: 10%;
  bottom: 10%;
  overflow: hidden;
}
.quoteSec .round3 img {
  object-fit: cover;
  height: 100px;
}
@media (max-width: 767px) {
  .quoteSec .round3 {
    width: 50px;
    height: 50px;
  }
}
.quoteSec .round4 {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background: #b8b8b8;
  right: 5%;
  bottom: 15%;
  overflow: hidden;
}
.quoteSec .round4 img {
  object-fit: cover;
  height: 100px;
}
@media (max-width: 767px) {
  .quoteSec .round4 {
    width: 80px;
    height: 80px;
    bottom: 0;
  }
}

.contactStrip {
  padding: 100px 0;
  background: url(../assets/images/calculator-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contactStrip {
    margin-bottom: 50px;
  }
}
.contactStrip h2 {
  font-size: 60px;
  font-weight: 700;
  color: #3e3d4e;
  text-align: center;
}
@media (max-width: 767px) {
  .contactStrip h2 {
    font-size: 30px;
  }
}
.contactStrip h3 {
  font-size: 60px;
  font-weight: 400;
  color: #3e3d4e;
  text-align: center;
  margin-top: 25px;
}
.contactStrip h3 a {
  color: #009dda;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}
@media (max-width: 767px) {
  .contactStrip h3 a {
    display: block;
  }
}
@media (max-width: 767px) {
  .contactStrip h3 {
    font-size: 30px;
  }
}

.imageSec {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .imageSec {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
}
.imageSec p {
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
}
.imageSec img {
  width: auto;
}
@media (max-width: 767px) {
  .imageSec img {
    width: auto;
    margin: 0 auto 14px !important;
  }
}
.imageSec h2 {
  font-weight: 900;
  font-size: 80px;
  line-height: 55px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .imageSec h2 {
    margin-top: 25px;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 15px !important;
  }
  .imageSec h2 br {
    display: none;
  }
}
.imageSec h5 {
  font-weight: 300;
}
.imageSec::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  left: 50%;
  top: 10%;
  width: 242px;
  height: 101px;
  background: url(../assets/images/dots1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.partnerSlider {
  margin: 100px 0 100px;
  padding: 0;
}
.partnerSlider h3 {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  display: table;
  padding: 0 10px;
  margin: auto;
  position: relative;
}
.partnerSlider h3::after {
  content: "";
  height: 1px;
  background: #8f8e8e;
  width: 170%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.benefitSec {
  margin: 0 0 100px 0;
  padding: 100px 0;
  background: #3e3d4e;
  position: relative;
}
.benefitSec::after {
  content: "";
  position: absolute;
  right: 25%;
  width: 354px;
  height: 547px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../assets/images/pattern.png);
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .benefitSec::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .benefitSec {
    text-align: center;
    padding: 40px 0 0;
    margin: 0 0 120px 0;
  }
}
.benefitSec h2 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .benefitSec h2 {
    font-size: 26px;
  }
}
.benefitSec p {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
}
.benefitSec .iconBlocks {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .benefitSec .iconBlocks {
    text-align: center;
  }
  .benefitSec .iconBlocks img {
    margin: auto;
    display: table;
  }
}
.benefitSec .iconBlocks .image {
  height: 100px;
  width: 100px;
  border-radius: 12px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .benefitSec .iconBlocks .image {
    margin: auto;
  }
}
.benefitSec .iconBlocks::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  left: 60%;
  top: 5%;
  width: 70px;
  height: 101px;
  background: url(../assets/images/dots1.png);
  background-repeat: no-repeat;
  background-position: -160px top;
  z-index: -1;
}
.benefitSec .iconBlocks h3 {
  margin-bottom: 25px;
  margin-top: 35px;
  color: #fff;
}
.benefitSec .iconBlocks p {
  font-size: 20px;
  color: #fff;
}

.twoImgSec {
  margin: 0 0 100px;
  padding: 0;
}
@media (max-width: 767px) {
  .twoImgSec {
    margin: 0 0 30px;
  }
}
.twoImgSec img {
  margin: 50px auto;
}
.twoImgSec .contentSec {
  position: relative;
}
.twoImgSec .contentSec::before {
  content: "";
  position: absolute;
  opacity: 0.7;
  left: 30px;
  top: -80px;
  width: 380px;
  height: 360px;
  background: url(../assets/images/dots.png);
  background-repeat: no-repeat;
  background-position: 0px top;
  z-index: -1;
}
.twoImgSec .contentSec h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .twoImgSec .contentSec h2 {
    font-size: 30px;
  }
}
.twoImgSec .contentSec h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
.twoImgSec .contentSec p {
  font-size: 18px;
}
.twoImgSec .contentSec ul {
  margin-top: 30px;
}
.twoImgSec .contentSec ul li {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 30px;
}
.twoImgSec .contentSec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url(../assets/images/tick.png);
}

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

.newsSec {
  margin: 0;
  padding: 70px 0 100px 0;
}
.newsSec h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newsSec h2 {
    font-size: 30px;
  }
}
.newsSec h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .newsSec h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.newsSec .block {
  margin-top: 30px;
}
.newsSec .block h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3e3d4e;
}
.newsSec .block img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.newsSec .center {
  margin: auto;
  display: table;
}

.shapeBg {
  background: url(../assets/images/shapeBg.png) no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .shapeBg {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .shapeBg {
    background-image: none;
  }
}

.innerBanner {
  margin: 0;
  padding: 50px 0;
  background: rgb(80, 189, 148);
  background: linear-gradient(-90deg, rgb(80, 189, 148) 0%, rgb(22, 176, 216) 100%);
  width: 100%;
  position: relative;
}
.innerBanner .contentArea {
  width: 100%;
  position: relative;
  margin-top: 0px;
}
.innerBanner .contentArea h1 {
  color: #fff;
  font-size: 60px;
  z-index: 1;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .innerBanner .contentArea h1 {
    font-size: 26px;
  }
}

.homeContact {
  padding: 100px 0 0px;
  position: relative;
  background: #f3f4f6;
}
@media (max-width: 767px) {
  .homeContact {
    padding-top: 50px;
  }
}
.homeContact h2 {
  font-size: 86px;
  font-weight: 900;
  line-height: 86px;
}
@media (max-width: 767px) {
  .homeContact h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.homeContact h2 span {
  font-size: 56px;
  display: block;
}
@media (max-width: 767px) {
  .homeContact h2 span {
    font-size: 30px;
  }
}
.homeContact::after {
  content: "";
  background: #f3f4f6;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  position: absolute;
  bottom: -280px;
  width: 100%;
  z-index: -1;
}
.homeContact .contactInfo {
  color: #32393f;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 30px;
}
.homeContact .contactInfo img {
  margin-bottom: 30px;
}
.homeContact .contactInfo span {
  font-weight: bold;
  display: block;
  color: #32393f;
}

footer {
  margin: 0;
  padding: 250px 0 100px;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  background: #3e3d4e url(../assets/images/map.png);
  background-repeat: no-repeat;
  background-position: center 30%;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding: 100px 0 50px;
  }
}
footer .tworow {
  column-count: 2;
}
footer .Nav {
  margin-top: 100px;
}
@media (max-width: 767px) {
  footer .Nav {
    text-align: center;
  }
  footer .Nav img {
    display: table;
    margin: auto;
  }
}
footer .mainBtn {
  margin: 30px auto;
  display: table;
}
footer h2 {
  font-size: 55px;
  color: #fff;
}
@media (max-width: 767px) {
  footer h2 {
    font-size: 40px;
  }
}
footer h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}
footer p {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 100;
}
footer ul li {
  margin: 0px 0 20px;
}
footer ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 100;
}
footer .socialItem {
  margin-top: 50px;
}
@media (max-width: 767px) {
  footer .socialItem {
    text-align: center;
    display: table;
    margin: 25px auto;
  }
}
footer .socialItem ul {
  display: flex;
}
footer .socialItem ul li {
  margin: 0 15px 0 0;
}
footer .contactInfo {
  color: #fff;
  font-weight: 100;
  margin-bottom: 30px;
}
footer .contactInfo img {
  margin-bottom: 10px;
}
footer .contactInfo span {
  font-weight: bold;
  display: block;
}
footer .copyright {
  font-size: 16px;
}

.comonBlock {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .comonBlock {
    padding: 30px 0;
  }
}
.comonBlock img {
  width: 100%;
}
.comonBlock h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .comonBlock h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: normal;
  }
}
.comonBlock .imageSec::before {
  display: none;
}

.newsDetial h3 {
  margin-bottom: 25px;
}
.newsDetial .image {
  margin: 25px 0;
}

.sitelogo {
  width: auto !important;
}

.teamMng {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .teamMng {
    padding-top: 0;
  }
}
.teamMng h2 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .teamMng h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.teamMng h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 100px;
  height: 3px;
  transform: translateX(-50%);
  background: #000;
}
.teamMng h3 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 15px;
}
.teamMng p {
  text-align: justify;
}

.newsList {
  padding: 130px 0;
}
@media (max-width: 767px) {
  .newsList {
    padding: 30px 0;
  }
}
.newsList h3 {
  margin: 15px 0;
}
.newsList .imageItem {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .newsList .imageItem {
    position: relative;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.newsList .imageItem img {
  width: 100%;
}
.newsList .imageItem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  bottom: -20px;
  background: #3bbde1;
  z-index: -1;
}
.newsList .imageItem::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: -20px;
  top: -20px;
  background: url(../assets/images/line.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.newsList .row {
  margin-bottom: 100px;
}
.newsList .row:nth-child(even) {
  flex-direction: row-reverse;
}
.newsList .row:nth-child(even) .imageItem {
  position: relative;
  margin-left: 50px;
}
.newsList .date {
  position: relative;
  display: inline;
}
.newsList .date::after {
  content: "";
  position: absolute;
  right: -55%;
  bottom: 12px;
  width: 50px;
  height: 2px;
  background: #3bbde1;
}
.newsList .readmore {
  font-weight: 900;
  font-size: 16px;
  color: #3bbde1;
  text-transform: uppercase;
  position: relative;
}
.newsList .readmore::before {
  content: "";
  right: -30px;
  top: 4px;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url(../assets/images/arrow-small.png);
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.newsList .readmore:hover::before {
  content: "";
  right: -40px;
  top: 4px;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url(../assets/images/arrow-small.png);
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.serviceArea {
  padding: 100px 0;
  margin-bottom: 100px;
  background: #f1f0f0;
}
@media (max-width: 767px) {
  .serviceArea {
    padding: 30px 0;
  }
}
.serviceArea h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 70px;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: 25px;
  line-height: normal;
}
.serviceArea h2 span {
  display: block;
}
.serviceArea h3 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 25px;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}
.serviceArea h3 span {
  display: block;
  font-size: 28px;
}
@media (max-width: 767px) {
  .serviceArea img {
    width: 100%;
    margin-bottom: 20px;
  }
  .serviceArea .icon img {
    width: auto !important;
  }
}

.benifitsSec .flip-row {
  flex-direction: row-reverse;
  justify-content: start;
}
.benifitsSec .mb-5 {
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  .benifitsSec .mb-5 {
    margin-bottom: 30px !important;
  }
}
.benifitsSec img {
  width: 100%;
}
.benifitsSec h2 {
  font-size: 55px;
  font-weight: 900;
  color: #313134;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .benifitsSec h2 {
    font-size: 30px;
  }
}
.benifitsSec h3 {
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .benifitsSec h3 {
    font-size: 26px;
    line-height: normal;
    margin-top: 20px;
  }
}

.contactPage {
  position: relative;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .contactPage {
    padding: 30px 0;
  }
}
.contactPage h2 {
  font-size: 55px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contactPage h2 {
    font-size: 30px;
    margin-top: 50px;
  }
}
.contactPage p {
  font-size: 18px;
}
.contactPage .quoteSec {
  margin-top: 70px;
  margin-bottom: 0;
}
.contactPage .quoteSec p {
  font-size: 24px;
  color: #32393f;
}
@media (max-width: 767px) {
  .contactPage .quoteSec p {
    font-size: 20px;
  }
}
.contactPage .mapSec {
  margin-top: 70px;
  height: 800px;
  background: #8f8e8e;
  width: 100%;
}
.contactPage .grayBlock {
  border-radius: 16px;
  background: #313134;
  padding: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .contactPage .grayBlock {
    margin-bottom: 20px;
  }
}
.contactPage .grayBlock img {
  margin: 0 auto 20px auto;
  display: table;
}
.contactPage .grayBlock h3 {
  font-weight: 700;
  color: #fff;
}
.contactPage .grayBlock p {
  color: #fff;
}

.contactForm {
  max-width: 800px;
  width: 100%;
  margin: 100px auto;
}
.contactForm label {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  text-align: left;
}
.contactForm input {
  width: 100%;
  background: #e1ebf5;
  padding: 8px 15px;
  border: 0;
}
.contactForm input:focus {
  outline: 0;
}
.contactForm textarea {
  width: 100%;
  background: #e1ebf5;
  padding: 15px;
  border: 0;
  height: 150px;
}
.contactForm textarea:focus {
  outline: 0;
}
.contactForm .mainBtn {
  margin: auto;
  display: table;
}
.contactForm .wpcf7-submit {
  margin: auto !important;
  display: table !important;
  width: auto;
  padding: 8px 15px;
  border-radius: 5px;
}

.contactForm .screen-reader-response li {
  display: none;
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 15px;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes slowdown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes move {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes animationShapeOne {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(73px, -1px);
  }
  40% {
    transform: translate(141px, 72px);
  }
  60% {
    transform: translate(83px, 122px);
  }
  80% {
    transform: translate(-40px, 72px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}