/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR Nonid         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles
* 2. common styles
* 3. header styles
* 4. banner styles
* 5. footer styles
* 6. blog styles
* 7. fun fact styles
* 8. brand styles
* 9. testimonials styles
* 10. inner-banner styles
* 11. pricing styles
* 12. cta styles
* 13. services styles
* 14. sidebar styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. imported styles
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("owl.theme.default.min.css");
@import url("jquery.bxslider.min.css");
@import url("../plugins/nonid-icon/style.css");

/*
* 2. common styles
*/

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #ff8257;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #666e82;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.thm-black-bg {
  background-color: #2e3d62;
}

.thm-base-bg {
  background-color: #ff8257;
}

.thm-gray-bg {
  background-color: #F3F3F3;
}

hr.style-one {
  margin: 0;
  border-top: 1px solid #EAEAEA;
}

.block-title {
  margin-bottom: 60px;
}

.block-title__text {
  margin: 0;
  font-weight: bold;
  color: #2E3D62;
  font-size: 38px;
  line-height: 1.2;
}

.block-title__text span {
  position: relative;
}

.block-title__text span:before {
  content: '';
  background-color: #ff8257;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 12px;
  left: 0;
  border-radius: 4px;
}

.cta-one__content p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: #ff8257;
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #2e3d62;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: #ff8257;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/favicon/logo-1-1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  padding: 8px;
  border-radius: 50%;
  background-color: #ff8257;
}

.scroll-to-top img {
  width: 100%;
  height: auto;
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

/*
* 3. header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: none;
  text-align: center;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box>li {
  position: relative;
  padding: 35px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 30px;
}

.header-navigation ul.navigation-box>li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
  font-weight: 500;
  font-size: 16px;
  color: #666E82;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  text-decoration: none;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
  color: #FF8257;
}

.header-navigation ul.navigation-box>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #2e3d62;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
  color: #fff;
  background: #ff8257;
}

.header-navigation ul.navigation-box>li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li {
  /* no more nested showen */
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #2e3d62;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
  color: #fff;
  background: #ff8257;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
  display: none;
}

.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-one__btn {
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  border-radius: 27px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
}

.header-one__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all .4s ease;
  border-radius: 27px;
  background-color: #ff8257;
}

.header-one__btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}

.header-one__btn:hover:before {
  width: 100%;
}

.head-call-wrap {
  position: relative;
  left: -13px;
}

.header-one__btn .phone {
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #FF8257 !important;
  animation: phone 1s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite alternate-reverse !important;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0.5px white solid;
}

.header-one__btn .phone i {
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}

.head-call-wrap .circle1, .head-call-wrap .circle2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  animation: scaling 2s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite;
}

@keyframes scaling {
  0% {
    transform: scale(1);
    background-color: #FF8257;
  }
  100% {
    transform: scale(1.8);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes phone {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.circle1 {
  animation-delay: 0s !important;
}
.circle2 {
  animation-delay: 1s !important;
}


.header-one__btn img {
  width: 100%;
  height: auto;
  filter: brightness(10);
  margin-right: 5px;
  /* -webkit-transition: all .4s ease;
  transition: all .4s ease;
  animation: ringing 2s infinite linear; */
}

/* .header-one__btn:hover img {
  filter: brightness(10);
}

@keyframes ringing {
  20% { transform: rotate(0deg); }
  21% { transform: rotate(14deg); }
  22% { transform: rotate(-14deg); }
  23% { transform: rotate(16deg); }
  24% { transform: rotate(-16deg); }
  25% { transform: rotate(16deg); }
  26% { transform: rotate(-16deg); }
  28% { transform: rotate(14deg); }
  30% { transform: rotate(-14deg); }
  32% { transform: rotate(8deg); }
  34% { transform: rotate(-8deg); }
  36% { transform: rotate(6deg); }
  38% { transform: rotate(0deg); }
} */

.header-one__btn .head-btn-info {
  padding: 2px 15px 2px 0;
  position: relative;
  line-height: 1.1;
  z-index: 1;
}

.header-one__btn .head-btn-info b {
  font-weight: 600;
}

.header-one .header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

.header-one .header-navigation.stricky-fixed ul.navigation-box>li {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-one__home-two .header-navigation ul.navigation-box>li>a {
  color: #fff;
  position: relative;
  text-decoration: none;
}

.header-one__home-two .header-navigation ul.navigation-box>li>a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.header-one__home-two .header-navigation ul.navigation-box>li.current>a:before,
.header-one__home-two .header-navigation ul.navigation-box>li:hover>a:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.header-one__home-two .header-one__btn {
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  background-color: #ff8257;
}

.header-one__home-two .header-navigation.stricky-fixed {
  background-color: #2e3d62;
}

.sticky-cta{
  padding: 0;
  list-style: none;
  margin: 0;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999 !important;
	width: 50px;
}

.sticky-cta li{
	margin-bottom: 10px;
}

li.sticky-cta-item{
    background: #FF8257;
    border-radius: 25px 0 0 25px;
    padding: 5px 15px 5px 10px;
    font-size: 16px;
    transition: 0.3s all;
    width: max-content;
    margin-left: auto;
}

.sticky-cta li:last-child{
	margin-bottom: 0;
}

li.sticky-cta-item:hover{
	transform: translateX(calc(50px - 100%));
}

li.sticky-cta-item a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

li.sticky-cta-item a i{
    font-size: 24px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.sticky-cta-quote{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-top: 200px;
}

.sticky-cta-quote-btn{
    background: #FF8257;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 20px 20px 0px 0px;
    width: max-content;
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: top right;
    position: absolute;
    right: calc(50px + 0px);
    top: 42px;
    z-index: 1;
    cursor: pointer;
	transition: 0.3s all;
}

.sticky-cta-quote-btn.active{
	right: calc(50px + 340px);
}

.sticky-cta-quote-btn span{
    transform: scaleX(-1);
    display: block;
}

form.sticky-cta-quote-form{
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 340px;
    position: absolute;
    right: -340px;
    top: calc(50% - 120px);
    z-index: 1;
    transform: translateY(-50%);
	transition: 0.3s all;
}

form.sticky-cta-quote-form.active{
	right: 0px;
}

form.sticky-cta-quote-form h2{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #FF8257;
    margin-bottom: 20px;
}

.sticky-cta-quote-field{
    position: relative;
    margin-bottom: 15px;
}

.sticky-cta-quote-field i{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    color: #FF8257;
}

.sticky-cta-quote-field input[type=text], .sticky-cta-quote-field input[type=email], .sticky-cta-quote-field input[type=tel], .sticky-cta-quote-field textarea {
    display: block;
    width: 100%;
    padding: 8px 15px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #b1b0b0;
    font-size: 14px;
    line-height: 1;
}

.sticky-cta-quote-field textarea{
    height: 80px;
    resize: none;	
}

.sticky-cta-quote-submit-field input{
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 15px;
    border-radius: 8px;
    border: none;
    background: #FF8257;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.sticky-cta-quote-submit-field .wpcf7-spinner{
    position: absolute;
    right: 5px;
    bottom: 46px;
}

.sticky-cta-quote span.wpcf7-not-valid-tip{
    color: #ff0d0d;
    font-size: 12px;
    margin: 5px 0 -10px;
}

.sticky-cta-quote .wpcf7 form.invalid .wpcf7-response-output, .sticky-cta-quote .wpcf7 form.unaccepted .wpcf7-response-output, .sticky-cta-quote .wpcf7 form.payment-required .wpcf7-response-output{
    font-size: 12px;
    padding: 0;
    border: none;
    text-align: center;
    margin: 0;
    color: #ff0d0d;
}

.sticky-cta {
  padding: 0;
  list-style: none;
  margin: 0;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 50px;
}

.sticky-cta li {
  margin-bottom: 10px;
}

li.sticky-cta-item {
  background: #FF8257;
  border-radius: 25px 0 0 25px;
  padding: 5px 15px 5px 10px;
  font-size: 16px;
  /*     transform: translateX(calc(100% - 52px)); */
  transition: 0.3s all;
  width: max-content;
  margin-left: auto;
}

.sticky-cta li:last-child {
  margin-bottom: 0;
}

li.sticky-cta-item:hover {
  transform: translateX(calc(50px - 100%));
}

li.sticky-cta-item a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

li.sticky-cta-item a i {
  font-size: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.sticky-cta-quote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 200px;
}

.sticky-cta-quote-btn {
  background: #FF8257;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 20px 20px 0px 0px;
  width: max-content;
  transform: rotate(-90deg) scaleX(-1);
  transform-origin: top right;
  position: absolute;
  right: calc(50px + 0px);
  top: 42px;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s all;
}

.sticky-cta-quote-btn.active {
  right: calc(50px + 340px);
}

.sticky-cta-quote-btn span {
  transform: scaleX(-1);
  display: block;
}

form.sticky-cta-quote-form {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 340px;
  position: absolute;
  right: -340px;
  top: calc(50% - 120px);
  z-index: 1;
  transform: translateY(-50%);
  transition: 0.3s all;
}

form.sticky-cta-quote-form.active {
  right: 0px;
}

form.sticky-cta-quote-form h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #FF8257;
  margin-bottom: 20px;
}

.sticky-cta-quote-field {
  position: relative;
  margin-bottom: 15px;
}

.sticky-cta-quote-field i {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  color: #FF8257;
}

.sticky-cta-quote-field input[type=text],
.sticky-cta-quote-field input[type=email],
.sticky-cta-quote-field input[type=tel],
.sticky-cta-quote-field textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #b1b0b0;
  font-size: 14px;
  line-height: 1;
}

.sticky-cta-quote-field textarea {
  height: 80px;
  resize: none;
}

.sticky-cta-quote-submit-field input {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 15px;
  border-radius: 8px;
  border: none;
  background: #FF8257;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.sticky-cta-quote-submit-field .wpcf7-spinner {
  position: absolute;
  right: 5px;
  bottom: 46px;
}

.sticky-cta-quote span.wpcf7-not-valid-tip {
  color: #ff0d0d;
  font-size: 12px;
  margin: 5px 0 -10px;
}

.sticky-cta-quote .wpcf7 form.invalid .wpcf7-response-output,
.sticky-cta-quote .wpcf7 form.unaccepted .wpcf7-response-output,
.sticky-cta-quote .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 12px;
  padding: 0;
  border: none;
  text-align: center;
  margin: 0;
  color: #ff0d0d;
}

/*
* 4. banner styles
*/
.banner-one {
  background: transparent url(../images/banner-bg-1-1.png) right top no-repeat;
  background-size: cover;
  padding: 130px 0 50px;
  position: relative;
}

.banner-one [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}

.banner-one .bubble-1, .bubble-4, .bubble-5, .bubble-6 {
  width: 32px;
}

.banner-one .bubble-1 {
  top: 10%;
  left: 15%;
}

.banner-one .bubble-2 {
  top: 25%;
  left: 35%;
}

.banner-one .bubble-3 {
  top: 59%;
  left: 15%;
}

.banner-one .bubble-4 {
  bottom: 15%;
  left: 40%;
}

.banner-one .bubble-5 {
  top: 18%;
  right: 15%;
}

.banner-one .bubble-6 {
  top: 30%;
  right: 44%;
}

.banner-one__moc {
  position: absolute;
  top: 22%;
  right: 5%;
  width: 45%;
  height: auto;
  max-width: 800px;
}

.banner-one .block-title {
  margin-bottom: 10px;
	margin-top: 60px;
}

.banner-one .block-title__text {
  font-size: 45px;
  line-height: 1.2;
}

.banner-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666E82;
  margin-bottom: 60px;
}

.banner-one__content form {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin-bottom: 20px;
}

.banner-one__content form .main-banner-field:first-child input {
  border-radius: 50px 0 0 50px;
}

.banner-one__content form input {
  font-size: 14px;
  font-weight: 300;
  height: 55px;
  padding: 0 24px;
  border: 1px dashed #ff8257;
  width: 100%;
  max-width: 100%;
  outline: none;
  transition: .4s all;
}

.banner-one__content form .main-banner-field:last-child input {
  border-radius: 0 50px 50px 0;
}

.banner-one__content form button {
  position: absolute;
  right: 9px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  top: 8px;
  padding: 3px;
  cursor: pointer;
  background: #FF8257;
  color: #ffffff;
  transition: 0.4s all;
  animation: pulse-animation 1s infinite;
  z-index: 1;
}

.banner-one__content form button img {
  width: 100%;
  height: auto;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 130 87);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.banner-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  text-align: center;
  background-color: #FF8257;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}

.banner-two__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  text-align: center;
  background-color: #2e3d62;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 25px;
  margin-left: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}

.banner-one__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.banner-two__btn:hover {
  background-color: #FF8257;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}


.banner-one__home-two {
  background-image: url(../images/banner-bg-1-2.jpg);
}

.banner-one__home-two .block-title__text {
  color: #fff;
}

.banner-one__home-two .block-title__text span:before {
  background-color: #fff;
  opacity: .1;
}

.banner-one__home-two .banner-one__text {
  color: #fff;
}

.banner-one__home-two .banner-one__btn {
  background-color: #fff;
  color: #2E3D62;
}

.banner-one__home-two .banner-one__btn:hover {
  background-color: #2E3D62;
  color: #fff;
}

.banner-one__home-two .banner-one__moc {
  top: auto;
  bottom: 0;
}

.banner-buttons {
  display: flex;
  align-items: center;
}

/*
* 5. footer styles
*/
.site-footer {
  position: relative;
}

.site-footer [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}

.site-footer .bubble-1 {
  top: 15%;
  left: 13%;
}

.site-footer .bubble-2 {
  top: 15%;
  right: 20%;
}

.site-footer .bubble-3 {
  bottom: 20%;
  left: 10%;
}

.site-footer .bubble-4 {
  bottom: 15%;
  right: 13%;
}

@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
    transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
    transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
}

.site-footer__main-footer {
  padding: 60px 0px;
}

.site-footer__bottom-footer {
  background-color: #FAFAFA;
  padding: 12px 0;
}

.site-footer__bottom-footer p {
  margin: 0;
  color: #666E82;
  font-size: 16px;
}

.site-footer__bottom-footer p a {
  color: #FF8257;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer__bottom-footer p a:hover {
  text-decoration: underline;
}

.footer-widget p {
  margin: 0;
  color: #666E82;
  font-size: 15px;
  line-height: 26px;
}

.footer-widget p a {
  color: #666E82;
  transition: 0.4s all;
}

.footer-widget p a:hover {
  color: #FF8257;
}

.footer-widget p+p {
  margin-top: 16px;
}

.footer-widget .social-block {
  margin-top: -20px;
}

.footer-widget .social-block a {
  display: inline-block;
  vertical-align: middle;
  color: #666E82;
  font-size: 22px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget .social-block a+a {
  margin-left: 22px;
}

.footer-widget .social-block a:hover {
  color: #FF8257;
}

.footer-widget__footer-logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-bottom: 28px;
}

.footer-widget__title {
  margin: 0;
  color: #2E3D62;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 35px;
}

.footer-widget__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget__link-list li {
  line-height: 1em;
}

.footer-widget__link-list li+li {
  margin-top: 24px;
}

.footer-widget__link-list li a {
  color: #666E82;
  font-size: 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__link-list li a:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #FF8257;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__link-list li a:hover {
  color: #9364D4;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.footer-widget__link-list li a:hover:before {
  opacity: 1;
}

.site-footer__subscribe {
  padding-bottom: 125px;
  padding-top: 110px;
}

.site-footer__subscribe-form {
  width: 100%;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  height: 84px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
}

.site-footer__subscribe-form input {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #666E82;
  font-size: 16px;
  padding-left: 60px;
}

.site-footer__subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666E82;
}

.site-footer__subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666E82;
}

.site-footer__subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666E82;
}

.site-footer__subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #666E82;
}

.site-footer__subscribe-form button[type=submit] {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #FF8257;
  width: 211px;
  height: 64px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer__subscribe-form button[type=submit]:hover {
  background-color: #9364D4;
}

.footer-map-btn {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  background-color: #ff8257;
  padding: 0 20px 0 0px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footer-map-btn:hover {
  color: #fff;
}

.footer-map-btn img {
  width: auto;
  height: 45px;
  object-fit: contain;
}

.footer-map-btn span {
  margin-left: -7px;
}

/*
* 7. fun fact styles
*/
.fun-fact-one {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.fun-fact-one [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}

.fun-fact-one .bubble-1 {
  top: 25%;
  left: 23%;
}

.fun-fact-one .bubble-2 {
  top: 15%;
  right: 30%;
}

.fun-fact-one .bubble-3 {
  bottom: 20%;
  left: 10%;
}

.fun-fact-one .bubble-4 {
  bottom: 15%;
  right: 13%;
}

.fun-fact-one__box-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fun-fact-one__single .inner-block {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 25px 60px 0px rgba(46, 61, 98, 0.05);
  box-shadow: 0px 25px 60px 0px rgba(46, 61, 98, 0.05);
  width: 220px;
  height: 220px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fun-fact-one__single .inner-block:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #EF4059;
  border-radius: 50%;
}

.fun-fact-one__single:nth-child(2n) {
  margin-top: 80px;
}

.fun-fact-one__title {
  margin: 0;
  color: #EF4059;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

.fun-fact-one__text {
  margin: 0;
  font-size: 10px;
  line-height: 1em;
  color: #2E3D62;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-top: 15px;
}

.inner-block p {
  font-size: 10px;
  line-height: 1em;
  color: #2E3D62;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.fun-fact-one__single .inner-block img {
  filter: brightness(01) invert(1);
}

.fun-fact-one__single:nth-child(2) .inner-block:before {
  border-color: #5DD8D3;
}

.fun-fact-one__single:nth-child(2) .inner-block .fun-fact-one__title {
  color: #5DD8D3;
}

.fun-fact-one__single:nth-child(3) .inner-block:before {
  border-color: #9364D4;
}

.fun-fact-one__single:nth-child(3) .inner-block .fun-fact-one__title {
  color: #9364D4;
}

.fun-fact-one__single:nth-child(4) .inner-block:before {
  border-color: #FF8257;
}

.fun-fact-one__single:nth-child(4) .inner-block .fun-fact-one__title {
  color: #FF8257;
}

/*
* 8. brand styles
*/
.brand-style-one {
  position: relative;
}

.brand-style-one [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}

.brand-style-one .bubble-1 {
  top: 15%;
  left: 18%;
}

.brand-style-one .bubble-2 {
  top: 30%;
  right: 20%;
}

.brand-carousel-one {
  padding: 119.5px 0;
  padding-left: 45px;
  padding-right: 45px;
}

.brand-carousel-one .item img {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  opacity: .3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.brand-carousel-one .item img:hover {
  opacity: .6;
}

.brand-carousel-one .owl-dots,
.brand-carousel-one .owl-nav {
  display: none;
}

/*
* 9. testimonials styles
*/
.testimonials-style-one {
  background: transparent url(../images/testi-bg-1-1.png) center top no-repeat;
  padding-top: 530px;
  padding-bottom: 60px;
  background-size: cover;
  position: relative;
  margin-top: -380px;
  z-index: -1;
}

.testimonials-style-one .block-title__text {
  font-size: 25px;
  line-height: 50px;
}

.testimonials-style-one .block-title {
  margin-bottom: 25px;
}

.testimonials-style-one .single-testi-one p {
  margin: 0;
  color: #666E82;
  font-size: 22px;
  line-height: 46px;
}

.testimonials-style-one .single-testi-one h3 {
  color: #FF8257;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-top: 25px;
}

.testimonials-style-one .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}

.testimonials-style-one .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}

.testimonials-style-one .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.testimonials-style-one .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  font-size: 32px;
  position: relative;
  top: 0px;
  opacity: .3;
  color: #666E82;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.testimonials-style-one .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
  color: #FF8257;
}

.testimonials-style-one .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}

.testimonials-style-one .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager {
  width: 536px;
  height: 536px;
  position: relative;
  margin-top: -80px;
  -webkit-animation-name: tesiMove;
  animation-name: tesiMove;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  33% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  66% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  33% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  66% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#testimonials-slider-pager .testi-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #FF8257;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

#testimonials-slider-pager .testi-icon:after,
#testimonials-slider-pager .testi-icon:before {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #FF8257;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#testimonials-slider-pager .testi-icon:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

#testimonials-slider-pager .testi-icon img {
  position: relative;
  z-index: 11;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*
* 10. inner-banner styles
*/
.inner-banner {
  background: #2e3d62 url(../images/inner-banner-bg-1-1.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 188px;
}

.inner-banner__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 46px;
}

.inner-banner__title span {
  position: relative;
}

.inner-banner__title span:before {
  content: '';
  background-color: white;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 12px;
  left: 0;
  border-radius: 4px;
}

.inner-banner .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thm-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.thm-breadcrumb:before {
  content: '';
  background-color: white;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-radius: 4px;
}

.thm-breadcrumb__item a,
.thm-breadcrumb__item span {
  font-size: 18px;
  color: #FCFBFE;
}

.thm-breadcrumb__item+.thm-breadcrumb__item:before {
  content: '.';
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

/*
* 12. cta styles
*/
.cta-one {
  padding: 60px 0;
  background-color: #f9fcff;
}

.cta-one__image-wrap {
  padding-right: 70px;
}

.cta-one__image {
  overflow: hidden;
  border-radius: 4px;
}

.cta-one__image>img {
  width: 100%;
  object-fit: cover;
}

.cta-one__color-box {
  position: relative;
  min-height: 276px;
}

.cta-one__color-box:before {
  content: '';
  border-radius: 4px;
  background-color: #5dd8d3;
  width: 100px;
  height: 106px;
  position: absolute;
}

.cta-one__color-box:after {
  content: '';
  border-radius: 4px;
  background-color: #fddd6e;
  width: 60px;
  height: 66px;
  position: absolute;
}

.cta-one__color-box-2:before {
  top: 0;
  right: 0;
  width: 60px;
  height: 66px;
  background-color: #ef4059;
}

.cta-one__color-box-2:after {
  bottom: 30px;
  left: 30px;
  width: 100px;
  height: 106px;
  background-color: #9364d4;
}

.cta-one__color-box-1:before {
  top: 30px;
  right: 30px;
}

.cta-one__color-box-1:after {
  bottom: 0;
  left: 0;
}

.cta-one .block-title {
  margin-bottom: 10px;
}

.cta-one__text {
  font-size: 20px;
  color: #666E82;
  line-height: 40px;
  margin: 0;
}

.cta-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}

.cta-one__list-item {
  font-size: 18px;
  position: relative;
  color: #666E82;
  padding-left: 30px;
}

.cta-one__list-item i {
  color: #FF8257;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta-one__list-item+.cta-one__list-item {
  margin-top: 5px;
}

.cta-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  text-align: center;
  background-color: #FF8257;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 25px;
  margin-top: 70px;
  animation: zoom 1s infinite linear;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}

.cta-one__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}


.cta-one__btn-wrap img {
  position: relative;
  top: -30px;
  left: -55px;
  width: 100px;
  height: auto;
}

/*
* 11. pricing styles
*/
.pricing-one {
  position: relative;
  z-index: 10;
  padding-top: 60px;
}

.pricing-one__single {
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  border-top: 5px solid #9364D4;
}

.pricing-one__top {
  border-bottom: 1px solid #E8E8E8;
  padding-top: 50px;
}

.pricing-one__title {
  margin: 0;
  color: #9364D4;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}

.pricing-one__pack {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: .2em;
  margin-top: 20px;
  margin-bottom: 60px;
  color: #2E3D62;
}

.pricing-one__feature {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 60px;
  margin-bottom: 60px;
}

.pricing-one__feature-item {
  font-size: 16px;
  color: #666E82;
  line-height: 1em;
}

.pricing-one__feature-item+.pricing-one__feature-item {
  margin-top: 20px;
}

.pricing-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 27px;
  border: 1px solid #EAEAEA;
  padding: 9px 49px;
  background-color: #fff;
  color: #666E82;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.pricing-one__btn:hover {
  border-color: #9364D4;
  background-color: #9364D4;
  color: #fff;
}

.pricing-one__note {
  text-transform: uppercase;
  color: #666E82;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .2em;
  margin-top: 25px;
}

[class*=col-]:nth-child(2) .pricing-one__single {
  border-top-color: #EE539B;
}

[class*=col-]:nth-child(2) .pricing-one__title {
  color: #EE539B;
}

[class*=col-]:nth-child(2) .pricing-one__btn:hover {
  background-color: #EE539B;
  border-color: #EE539B;
}

[class*=col-]:nth-child(3) .pricing-one__single {
  border-top-color: #FDDD6E;
}

[class*=col-]:nth-child(3) .pricing-one__title {
  color: #FDDD6E;
}

[class*=col-]:nth-child(3) .pricing-one__btn:hover {
  background-color: #FDDD6E;
  border-color: #FDDD6E;
}

/*
* 13. Swiper Pagination Bullete
*/
.swiper-pagination {
  bottom: -10px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}

/*
* 13. services styles
*/
.service-one {
  padding: 60px 0px;
}

.service-one .section-title h2 {
  color: #2E3D62;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.service-one__single {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 4px;
  height: 400px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(46, 61, 98, 0.1);
  overflow: hidden;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-one__single::-webkit-scrollbar {
  width: 3px;
}

.service-one__single button {
  background: transparent;
  color: #666E82;
  border: none;
  outline: none;
  padding: 0;
  transition: 0.5s all;
  text-decoration: underline;
}

.service-one__single:hover button {
  color: #fff;
}

.service-one__single:before,
.service-one__single:after {
  content: '';
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .1;
  position: absolute;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}

.service-one__single:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -60%);
  transform: translate(60%, -60%);
}

.service-one__single:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 60%);
  transform: translate(-60%, 60%);
}

.service-one__icon {
  font-size: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #5DD8D3;
}

.service-one__title {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-one__title a {
  color: #2E3D62;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-one__title a:hover {
  color: #fff;
}

.service-one__text {
  color: #666E82;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-one__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #BCBFC7;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

[class*=col-]:nth-child(1) .service-one__icon {
  color: #5DD8D3;
}

[class*=col-]:nth-child(1) .service-one__single:hover {
  background-color: #5DD8D3;
}

[class*=col-]:nth-child(1) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__link {
  color: #fff;
}

[class*=col-]:nth-child(1) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

[class*=col-]:nth-child(1) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(2) .service-one__icon {
  color: #9364D4;
}

[class*=col-]:nth-child(2) .service-one__single:hover {
  background-color: #9364D4;
}

[class*=col-]:nth-child(2) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__link {
  color: #fff;
}

[class*=col-]:nth-child(2) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

[class*=col-]:nth-child(2) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(3) .service-one__icon {
  color: #EE539B;
}

[class*=col-]:nth-child(3) .service-one__single:hover {
  background-color: #EE539B;
}

[class*=col-]:nth-child(3) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__link {
  color: #fff;
}

[class*=col-]:nth-child(3) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

[class*=col-]:nth-child(3) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(4) .service-one__icon {
  color: #FDDD6E;
}

[class*=col-]:nth-child(4) .service-one__single:hover {
  background-color: #FDDD6E;
}

[class*=col-]:nth-child(4) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__link {
  color: #fff;
}

[class*=col-]:nth-child(4) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

[class*=col-]:nth-child(4) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(5) .service-one__icon {
  color: #FF8257;
}

[class*=col-]:nth-child(5) .service-one__single:hover {
  background-color: #FF8257;
}

[class*=col-]:nth-child(5) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(5) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(5) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(5) .service-one__single:hover .service-one__link {
  color: #fff;
}

[class*=col-]:nth-child(5) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

[class*=col-]:nth-child(5) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}


/*
* 14. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__title {
  margin: 0;
  color: #2E3D62;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__post__single+.sidebar__post__single {
  margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}

.sidebar__post-image {
  width: 60px;
}

.sidebar__post-image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.sidebar__post-image .inner-block>img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.sidebar__post-content {
  padding-left: 20px;
}

.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.sidebar__post-title a {
  color: #666E82;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__post-title a:hover {
  color: #ff8257;
}

.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__category-list-item {
  line-height: 1em;
}

.sidebar__category-list-item a {
  color: #666E82;
  font-size: 16px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__category-list-item a:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #FF8257;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__category-list-item a:hover {
  color: #9364D4;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.sidebar__category-list-item a:hover:before {
  opacity: 1;
}

.sidebar__category-list-item+.sidebar__category-list-item {
  margin-top: 27px;
}

.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.sidebar__tags-list-item a {
  display: block;
  color: #666E82;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__tags-list-item a:hover {
  color: #ff8257;
}

.sidebar__search-form {
  width: 100%;
  height: 84px;
  border-radius: 4px;
  background-color: #FF8257;
}

.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}

.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/*
* 6. Pricing Sec styles
*/

.pricing-sec-wrap {
  padding: 150px 0;
}

.pricing-section {
  padding: 30px 0 60px;
}

.pricing-sec-main{
  margin-bottom: 0;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  padding: 60px 30px 40px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.pricing-sec-icon{
  position: absolute;
  top: -60px;
  left: 50px;
  background: #ff8257;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #fff, 0 0 0px 4px #ff8257;
  background: linear-gradient(45deg, #ff8257, #d69f8c);
}

.pricing-sec-icon img{
  width: 95px;
  height: auto;
}

.pricing-sec-main .text-fade-slide h2{
  font-weight: 700;
  line-height: 1.4;
  font-size: 36px;
  color: #2E3D62;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.pricing-sec-main .text-fade-slide h2 .cut {
  position: relative;
  padding: 0 5px;
}

.pricing-sec-main .text-fade-slide h2 .cut::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #e2977d;
}

.pricing-sec-main .text-fade-slide h2 .text-color {
  color: #ff8257;
  font-size: 40px;
}

.solution-section{
  margin-bottom: 80px;
  margin-top: -15px;
  padding: 15px 30px 0;
  border-radius: 0 0 24px 24px;
  border: 2px solid #f0f0f0;
  background: #f9fcff;
}

.solution-box{
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.solution-box-img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-right: 15px;
  background: linear-gradient(45deg, #ff8257, #d69f8c);
}

.solution-box-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(100);
}

.solution-box-title span{
  color: #000;
  font-size: 18px;
  line-height: 1;
}

/*
* 6. Feature Bar styles
*/

.feature-bar {
  padding: 0px 0 40px;
}

.feature-bar-box {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(45deg, #ff8257, #d69f8c);
}

.feature-bar-box h3 {
  color: #ffffff;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 16px 50px 16px 15px;
  position: relative;
  z-index: 1;
}

.feature-bar-box h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #072863;
  z-index: -1;
}

.feature-bar-box h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100%;
  background: #072863;
  transform: rotate(45deg);
  z-index: -1;
}

.feature-bar-box .col-lg-10 {
  padding: 0 45px 0 30px;
}

.feature-bar-box .col-lg-10 .row {
  height: 100%;
}

.feature-bar-box .col-lg-10 .row .col-lg-3 {
  border-right: 2px dotted rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 16px;
}

.feature-bar-box .col-lg-10 .row .col-lg-3 img {
  margin-right: 15px;
}

.feature-bar-box .col-lg-10 .row .col-lg-3 span {
  line-height: 1.1;
}

.feature-bar-box .col-lg-10 .row .col-lg-3:last-child {
  border-right: none;
}

/*
* 6. Main Package styles
*/

.main-package-box {
  padding: 30px 15px 30px 25px;
  margin-bottom: 80px;
  border-radius: 12px;
  background: #f9fcff;
}

.main-package-title h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.main-package-title h5 {
  width: 80%;
  left: -42px;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  position: relative;
  margin-bottom: 22px;
  padding: 10px 15px 10px 40px;
  background: #ff8257;
}

.main-package-title h5:before {
  top: 0;
  right: -1px;
  width: 20px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #f9fcff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.main-package-title h5:after {
  left: 0px;
  width: 18px;
  content: '';
  height: 18px;
  bottom: -17px;
  position: absolute;
  background-color: #ff8257;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.main-package-list h4 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.main-package-list h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.main-package-list p {
  color: #000;
  font-size: 14px;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.main-package-list p span {
  color: #fff;
  padding: 0 9px;
  font-size: 14px;
  margin-right: 2px;
  border-radius: 4px;
  background: #ff8257;
  text-transform: uppercase;
}

.main-package-list ul {
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
}

.main-package-list ul li {
  color: #000;
  font-size: 14px;
  transition: .4s;
  position: relative;
  padding-left: 15px;
  padding-bottom: 3px;
}

.main-package-list ul li:before {
  left: 0;
  top: -2px;
  width: 10px;
  height: 10px;
  font-size: 16px;
  content: '\f105';
  position: absolute;
  background-size: contain;
  font-family: FontAwesome;
  font-weight: 700;
}

.main-pricing-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.main-pricing-box {
  height: 100%;
}

.main-pricing-inner {
  width: 100%;
  left: 30px;
  bottom: -67px;
  position: absolute;
  background: #f9fcff;
  padding: 30px 30px 45px 30px;
  border: 2px dashed #072863;
  text-align: center;
  border-radius: 20px;
}

.main-pricing-inner h3 {
  color: #12326a;
  line-height: 1;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: line-through;
  text-decoration-color: #580f0f;
}

.main-pricing-inner p {
  color: #12326a;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-pricing-inner h2 {
  color: #12326a;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  padding-top: 15px;
  letter-spacing: 2px;
}

.main-pricing-inner h4 {
  color: #12326a;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}

.main-pricing-inner a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  transition: .4s;
  padding: 15px 35px;
  border-radius: 12px;
  transition: 0.4s all;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
}

.main-pricing-inner a .wave {
  width: 100%;
  height: 200px;
  background-color: #113169;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: -80px;
  transition: 0.4s;
  z-index: -1;
}

.main-pricing-inner a .wave:before,
.main-pricing-inner a .wave:after {
  width: 200%;
  height: 200%;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}

.main-pricing-inner a .wave:before {
  border-radius: 45%;
  background-color: #1c3e7b;
  animation: wave 5s linear infinite;
}

.main-pricing-inner a .wave:after {
  border-radius: 40%;
  background-color: #234686;
  animation: wave 10s linear infinite;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

/*
* 6. Sp Bar styles
*/

.sp-bar{
  margin-bottom: 40px;
  background: linear-gradient(45deg, #ff8257, #d69f8c);
}

.sp-bar .slick-slide {
  width: 900px;
}

.sp-bar-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;	
}

.sp-bar-item img{
	margin-right: 15px;
}

.sp-bar-item h3{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
    display: block;
    color: #ffffff;
    font-weight: 700;
}

/*
* 6. blog styles
*/
.blog-one {
  padding: 60px 0;
  background: #fafdff;
}

.blog-one__single {
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  margin-bottom: 30px;
}

.blog-one__single-inner-block {
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  padding-bottom: 55px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__single-inner-block:before,
.blog-one__single-inner-block:after {
  content: '';
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .1;
  position: absolute;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}

.blog-one__single-inner-block:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -60%);
  transform: translate(60%, -60%);
}

.blog-one__single-inner-block:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 60%);
  transform: translate(-60%, 60%);
}

.blog-one__date {
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0;
  background-color: #9364d4;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 0 24.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__author {
  position: relative;
  z-index: 10;
  color: #9364D4;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__title {
  position: relative;
  z-index: 10;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 35px;
}

.blog-one__title a {
  color: #2E3D62;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__text {
  position: relative;
  z-index: 10;
  margin: 0;
  color: #666E82;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__link {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #BCBFC7;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__single-inner-block:hover {
  background-color: #9364D4;
}

.blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #9364D4;
}

.blog-one__single-inner-block:hover .blog-one__title a,
.blog-one__single-inner-block:hover .blog-one__text,
.blog-one__single-inner-block:hover .blog-one__link,
.blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one__single-inner-block:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

.blog-one__single-inner-block:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

.blog-one [class*=col-]:nth-child(2) .blog-one__date {
  background-color: #EF4059;
}

.blog-one [class*=col-]:nth-child(2) .blog-one__author {
  color: #EF4059;
}

.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover {
  background-color: #EF4059;
}

.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #EF4059;
}

.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one [class*=col-]:nth-child(3) .blog-one__date {
  background-color: #5dd8d3;
}

.blog-one [class*=col-]:nth-child(3) .blog-one__author {
  color: #5dd8d3;
}

.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover {
  background-color: #5dd8d3;
}

.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #5dd8d3;
}

.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one [class*=col-]:nth-child(4) .blog-one__date {
  background-color: #7E9AE0;
}

.blog-one [class*=col-]:nth-child(4) .blog-one__author {
  color: #7E9AE0;
}

.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover {
  background-color: #7E9AE0;
}

.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #7E9AE0;
}

.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one [class*=col-]:nth-child(5) .blog-one__date {
  background-color: #ED539B;
}

.blog-one [class*=col-]:nth-child(5) .blog-one__author {
  color: #ED539B;
}

.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover {
  background-color: #ED539B;
}

.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #ED539B;
}

.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one [class*=col-]:nth-child(6) .blog-one__date {
  background-color: #FD8257;
}

.blog-one [class*=col-]:nth-child(6) .blog-one__author {
  color: #FD8257;
}

.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover {
  background-color: #FD8257;
}

.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #FD8257;
}

.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one__blog-page {
  background-color: #fff;
  background-image: none;
  padding-top: 120px;
  border-bottom: 1px solid #EAEAEA;
}

.blog-post-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F3F3F3;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #2e3d62;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 600;
}

.blog-post-pagination a.prev,
.blog-post-pagination a.next {
  background: #2e3d62;
  color: #fff;
  font-size: 14px;
}

.blog-post-pagination a.active {
  cursor: auto;
}

.blog-post-pagination a.active,
.blog-post-pagination a:hover {
  background: #ff8257;
  color: #2e3d62;
}

.blog-post-pagination a+a {
  margin-left: 10px;
}

.blog-details {
  padding: 120px 0;
  border-bottom: 1px solid #EAEAEA;
}

.blog-details__image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.blog-details__image>img {
  width: 100%;
}

.blog-details__date {
  background-color: #ef4059;
  display: inline-block;
  vertical-align: middle;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  padding: 11px 24.5px;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details__meta {
  margin-top: 15px;
}

.blog-details__meta-link {
  position: relative;
  z-index: 10;
  color: #EF4059;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details__meta-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 14px;
}

.blog-details__title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #2E3D62;
  margin-bottom: 20px;
}

.blog-details__title2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #2E3D62;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details__title3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #2E3D62;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details__text span {
  font-weight: bold;
  font-size: 18px;
}

.blog-details__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #666E82;
}

.blog-details__text+.blog-details__text {
  margin-top: 15px;
}

.blog-details__content-title {
  margin: 0;
  color: #2E3D62;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.blog-details__author {
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  padding: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}

.blog-details__author-image {
  width: 169px;
  border-radius: 4px;
  overflow: hidden;
}

.blog-details__author-image>img {
  width: 100%;
}

.blog-details__author-content {
  padding-left: 40px;
}

.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}

.blog-details__author-content h3 {
  color: #2e3d62;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.blog-details__author-content p {
  font-size: 16px;
  line-height: 34px;
  color: #666E82;
}

.comment-one {
  margin-bottom: 60px;
}

.comment-one__single {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}

.comment-one__single+.comment-one__single {
  margin-top: 60px;
}

.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}

.comment-one__image {
  width: 90px;
}

.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.comment-one__image .inner-block>img {
  width: 100%;
}

.comment-one__content {
  padding-left: 40px;
}

.comment-one__author {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2e3d62;
}

.comment-one__date {
  color: #FF8257;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}

.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

.comment-one__text {
  color: #666E82;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}

.comment-one__reply {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  background-color: #FF8257;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.comment-one__reply:hover {
  background-color: #2e3d62;
  color: #fff;
}

.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-radius: 32px;
  height: 64px;
  border: 1px solid #EAEAEA;
  color: #666E82;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666E82;
}

.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666E82;
}

.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666E82;
}

.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666E82;
}

.reply-form textarea {
  height: 243px;
  padding-top: 20px;
}

.reply-form__btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color: #ff8257;
  border-radius: 33.5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.reply-form__btn:hover {
  background-color: #2e3d62;
}

/***************** FAQs Section Start **************** */

.faq-sec {
  padding: 60px 0;
}

.faq-container {
  display: flex;
  gap: 50px;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.faq-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.faq-graphic {
  font-size: 150px;
  font-weight: bold;
  color: #f26336;
}

.faq-illustrations .person {
  width: 50px;
  height: 50px;
  background-color: #f26336;
  border-radius: 50%;
  position: absolute;
}

.person:nth-child(1) {
  top: -30px;
  left: -30px;
}

.person:nth-child(2) {
  top: -30px;
  right: -30px;
}

.person:nth-child(3) {
  bottom: -30px;
  left: -30px;
}

.person:nth-child(4) {
  bottom: -30px;
  right: -30px;
}

.faq-ctn {
  flex: 1;
}

.faq-ctn h2 {
  color: #000;
  font-size: 28px;
  margin-bottom: 10px;
}

.faq-ctn p {
  color: #6c757d;
  margin-bottom: 30px;
}

.faq-ctn p strong {
  color: #f26336;
}

.faq-accordion .faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question span {
  font-size: 20px;
  font-weight: bold;
  color: #f26336;
  transition: 0.3s all;
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #6c757d;
}

.faq-answer p {
  margin-bottom: 0;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}


/****************************************************** */
/***************** 11. Newsletter Area **************** */
/****************************************************** */
.bg-gray {
  background-color: #222b40;
}

.newsletter-inner {
  border-radius: 7px;
}

.newsletter-content {
  margin-left: 30px;
}

.newsletter-email {
  position: relative;
}

.newsletter-email input {
  border-radius: 7px;
  padding: 5px 30px;
  height: 70px;
  width: 100%;
  outline: none;
  border: none;
}

.newsletter-email button {
  position: absolute;
  color: white;
  top: 10px;
  right: 10px;
  display: flex;
  padding: 8px 30px;
  border-radius: 5px;
  align-items: center;
  height: calc(100% - 20px);
  background: #ff8257;
  border: none;
  outline: none;
}

.newsletter-email button i {
  margin: 3px 0 0 7px;
}

.newsletter-radios {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.newsletter-radios .custom-radio:not(last-child) {
  margin-right: 35px;
}

.newsletter-radios .custom-radio {
  padding-left: 40px;
}

.newsletter-radios .custom-radio label {
  cursor: pointer;
}

.newsletter-radios .custom-radio label:before {
  height: 25px;
  width: 25px;
  left: -40px;
  border: 1px solid;
  background: transparent;
}

.newsletter-radios .custom-control-input:checked~label::before {
  background: transparent;
  border: 1px solid white;
  outline: none;
}

.newsletter-radios .custom-radio label:after {
  background-image: none;
  content: '\f00c';
  font-weight: 600;
  font-size: 12px;
  left: -33px;
  top: 1px;
  opacity: 0;
  transition: 0.5s;
  font-family: "Font Awesome 5 Free";
}

.newsletter-radios .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  left: -41px;
  top: 3px;
  opacity: 1;
  background-color: #ff8257;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
}

.newsletter-section-two .newsletter-ctn {
  padding: 50px;
}

.newsletter-section-two .newsletter-ctn h2 {
  font-size: 40px;
}

.newsletter-section-two .newsletter-ctn p {
  line-height: 1.6;
}

.newsletter-section-two .newsletter-ctn a {
  color: #fff;
  margin-right: 5px;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #f26336;
  background-color: #f26336;
}

.newsletter-section-two .newsletter-ctn a img {
	width: 26px;
	height: 26px;
	margin-right: 10px;
	object-fit: contain;
	animation: zoom1 1s infinite linear;
}

@keyframes zoom1 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.newsletter-section-two .newsletter-ctn a.call-btn {
  color: #f26336;
  font-weight: 600;
  background-color: transparent;
}

.newsletter-section-two .newsletter-ctn a.call-btn img {
  animation: zoom2 1s infinite linear;
}

@keyframes zoom2{
	0%{
		transform: scale(1) rotate(0deg);
	}
	50%{
		transform: scale(1.2) rotate(15deg);
	}
	100%{
		transform: scale(1) rotate(0deg);
	}
}

.newsletter-images {
  max-width: 570px;
  margin-top: -30px;
  position: relative;
  margin-bottom: -30px;
}

.newsletter-images .main-image {
  width: 90%;
  height: auto;
  position: relative;
  z-index: 2;
}

.newsletter-images .circle {
  position: absolute;
  top: 16%;
  right: 20%;
  z-index: 1;
  width: 33%;
}

.newsletter-images .dots {
  position: absolute;
  left: 20%;
  bottom: 13%;
  z-index: 1;
  width: 11%;
}

/* Newsletter style two */
.newsletter-inner.style-two:after {
  content: '';
  right: 0;
  top: 0;
  width: 40%;
  z-index: -2;
  height: 100%;
  position: absolute;
}

.newsletter-inner.style-two .sub-title {
  background: #323a4d;
  color: white;
  line-height: 1.4;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: capitalize;
}

.mb-30 {
  margin-bottom: 30px;
}

.newsletter-content h2 {
  font-size: 30px;
  font-weight: 600;
}

.p-60 {
  padding: 60px;
}

.newsletter-section-two {
  padding: 70px 0 40px;
}



/****************************************************** */
/***************** 10. Features Section **************** */
/****************************************************** */
.features-section-three {
  padding: 60px 0px;
}

.features-item {
  display: block;
  background: white;
  position: relative;
  border-radius: 7px;
  margin-bottom: 30px;
  padding: 30px 30px 10px 30px;
  border-bottom: 5px solid white;
  transform: 0.7s all;
  height: 92%;
}

.features-item:hover {
  border-bottom: 5px solid #ff8257;
}

.bg-lighter {
  background: #f8f7fc;
}

.features-section-three .sub-title {
  line-height: 1.4;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: white;
  display: inline-block;
  text-transform: capitalize;
  color: #ff8257;
}

.features-section-three .section-title h2 {
  font-size: 38px;
  line-height: 60px;
  color: #2E3D62;
  margin: 0;
  font-weight: bold;
}

.features-section-three .section-title {
  margin-bottom: 10px;
}

.features-img-box {
  margin-bottom: 10px;
}

/*.features-item .content{
  margin-left: 15px;
}*/
.features-item .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.features-item .content h3 a {
  color: #2E3D62;
  transition: 0.3s;
}

.features-item .content h3 a:hover {
  color: #ff8257;
}

.features-item>i {
  font-size: 60px;
  display: inline-block;
  margin: 0 20px 20px 0;
  color: var(--primary-color);
}

.features-slider .swiper-pagination .swiper-pagination-bullet {
  transition: 0.4s all;
  transform: scale(0.9);
}

.features-slider .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.2);
  background-color: #ff8257;
}


/****************************************************** */
/************ 20. Dashboard Screenshot Area *********** */
/****************************************************** */
.dashboard-section {
  padding: 60px 0 130px;
}

.dashboard-section .section-title h2 {
  font-size: 26px;
  line-height: 1.4;
  color: #2E3D62;
  margin: 0;
  font-weight: bold;
}

.dashboard-section .sub-title {
  line-height: 1.4;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f3f1fe;
  display: inline-block;
  text-transform: capitalize;
  color: #ff8257;
}

.dashboard-section .section-title {
  margin-bottom: 60px;
}

.dash-sec-slide-wrap {
  position: relative;
}

.dash-sec-slide-wrap .dashboard-screenshot-wrap {
  width: 90%;
  margin: 0 auto;
}

.dash-sec-slide-wrap > img {
  width: 85%;
  height: auto;
  max-height: 485px;
  max-width: 100%;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.slider-arrow-btns button,
.dashboard-screenshot-wrap .slick-arrow {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: transparent;
  transition: 0.5s;
}

.slider-arrow-btns button:first-child {
  margin-right: 10px;
}

.slider-arrow-btns button:hover,
.slider-arrow-btns button:focus {
  background-color: #ff8257;
  color: white;
}

.feedback-active .slick-dots {
  justify-content: center;
  padding-top: 40px;
}

.z-1 {
  z-index: 1;
}

.dashboard-screenshot-item {
  opacity: 0.25;
  text-align: right;
}

.dashboard-screenshot-item.slick-active {
  border-radius: 0;
  opacity: 1;
  z-index: 4;
}

.dashboard-screenshot-item img {
  transform: translate(calc(100% - 144px));
  display: inline-block;
  border-radius: 25px;
  width: 80%;
  height: auto;
}

.dashboard-screenshot-item.slick-active img {
  transform: translate(0);
  border-radius: 0;
  width: 100%;
}

.dashboard-screenshot-item.slick-active+.dashboard-screenshot-item {
  text-align: left;
}

.dashboard-screenshot-item.slick-active+.dashboard-screenshot-item img {
  transform: translate(calc(144px - 100%));
}

.dashboard-screenshot-wrap .slick-track {
  align-items: center;
  display: flex;
}

.dashboard-screenshot-wrap .slick-arrow {
  color: white;
  border: none;
  outline: none;
  z-index: 1;
  position: absolute;
  top: calc(50% - 27px);
  background: #000;
}

.dashboard-screenshot-wrap .slick-arrow:hover,
.dashboard-screenshot-wrap .slick-arrow:focus {
  background: #ff8257;
}

.dashboard-screenshot-wrap .dashboard-prev {
  left: -58px;
}

.dashboard-screenshot-wrap .dashboard-next {
  right: -58px;
}


/****************************************************** */
/************ Contact Section Styling *********** */
/****************************************************** */
.contact-section {
  padding: 150px 0px 60px 0px;
}

.contact-form-box {
  padding: 40px;
  position: relative;
}

.contact-box {
  padding: 15px;
  border-radius: 40px;
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}

.contact-sec-img-box {
  text-align: center;
  position: relative;
}

.contact-sec-img-box .circle1 {
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #fcede8;
  left: 75%;
  top: -50%;
}

.contact-sec-img-box .circle2 {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fcede8;
  left: 60%;
  top: -24%;
}

.contact-sec-img-box .circle3 {
  position: absolute;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background-color: #fcede8;
  top: 33%;
  left: 31%;
}

.contact-sec-img-box .circle4 {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fcede8;
  left: 64%;
  bottom: -30%;
}

.contact-sec-img-box .circle5 {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fcede8;
  bottom: -46%;
  left: 30%;
}

.contact-sec-img-box .circle6 {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fcede8;
  left: 82%;
  top: 37%;
}

.contact-sec-img-box img {
  position: relative;
  z-index: 1;
}

.contact-sec-icon-box {
  position: absolute;
  z-index: 1;
  bottom: -6%;
  left: 29%;
}

.contact-sec-icon-box a i {
  border: none;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 24px;
  margin-right: 20px;
}

.fb {
  background-color: #335ba1;
}

.tw {
  background-color: #06bdfa;
}

.li {
  background-color: purple;
}

.sk {
  background-color: #2aa7d6;
}

.contact-form-heading {
  margin-bottom: 20px;
}

.contact-form-heading h2 {
  color: #2E3D62;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.contact-section input {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 20px;
  border: none;
  font-size: 15px;
  background-color: #f6f6f6;
  border-radius: 50px;
  color: #2E3D62;
  font-weight: 400;
}

.contact-section input::placeholder {
  font-size: 15px;
}

.contact-section textarea {
  width: 100%;
  height: 110px;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 15px;
  font-size: 15px;
  border: none;
  background-color: #f6f6f6;
  border-radius: 20px;
  color: #2E3D62;
  font-weight: 400;
}

.contact-section textarea::placeholder {
  font-size: 15px;
}

.contact-form-button {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  color: white;
  background: #ff8357;
  transition: 0.4s;
  width: 100%;
  border: none;
  outline: none;
}

.contact-form-button i {
  margin-left: 10px;
}

.contact-form-button a {
  color: white;
}

.contact-form-button:hover {
  color: white;
  background-color: #2E3D62;
}

.contact-p-map iframe {
  width: 100%;
  border-radius: 30px;
}

/* Partner Page Styling */
.partner-section.banner-one {
  background-image: none;
}

.partner-section {
  padding-top: 130px;
  padding-bottom: 40px;
}

.partner-section .bubble-1 {
  position: absolute;
  top: 27%;
  left: 14%;
}

.partner-section .bubble-2 {
  position: absolute;
  top: 37%;
  left: 45%;
}

.partner-section .bubble-3 {
  position: absolute;
  top: 24%;
  left: 76%;
}

.partner-section .bubble-4 {
  position: absolute;
  left: 66%;
}

.partner-section .bubble-5 {
  position: absolute;
  left: 38%;
  top: 79%;
}

.partner-section .bubble-6 {
  position: absolute;
  top: 71%;
  left: 13%;
}

.partner-box-heading {
  margin-bottom: 20px;
}

.partner-box-heading h1 {
  color: #ff8257;
  font-weight: 600;
  font-size: 45px;
  margin: 0;
  padding-bottom: 10px;
  display: inline-block;
}

/* .partner-box-heading h2{
  color: #2E3D62;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  display: inline-block;
}
.partner-box-heading h3{
  color: #222b40;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
} */
.partner-content-box p {
  margin: 0;
}

.partner-section .img-box img {
  width: 100%;
}

.partner-form-section {
  padding: 60px 0px 20px 0px;
}

.partner-form-section input {
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 20px;
  border: none;
  background-color: #f6f6f6;
  color: #000;
  font-weight: 400;
}

.partner-form-section textarea {
  width: 100%;
  height: 110px;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 15px;
  border: none;
  background-color: #f6f6f6;
  border-radius: 5px;
  color: #000;
  font-weight: 400;
}

.partner-button {
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  color: white;
  background: #ff8357;
  font-weight: bold;
  margin-bottom: 20px;
  transition: 0.4s;
  margin-bottom: 30px;
  border: none;
  outline: none;
}

.partner-button:hover {
  color: white;
  background-color: #2E3D62;

}

.partner-heading h2 {
  font-weight: bold;
  color: #2E3D62;
  font-size: 28px;
  margin: 0;
  padding-bottom: 25px;
}

.become-partner-heading h3 {
  color: #2E3D62;
  font-size: 24px;
  font-weight: 500;
}

.become-partner-sec {
  padding: 40px 0px;
}

.why-become-partner-box {
  text-align: center;
}

.why-become-partner-heading h3 {
  color: #2E3D62;
  font-size: 32px;
  font-weight: 400;
}

.become-partner-content p {
  margin: 0;
}

/* Work Sec */
.work-sec {
  padding: 60px 0px 40px 0px;
  background-color: #f6fafd;
}

.work-sec-main-heading {
  text-align: center;
  margin-bottom: 30px;
}

.work-sec-main-heading h2 {
  color: #2E3D62;
  font-size: 32px;
  font-weight: 400;
}

.work-sec-main-box {
  padding: 0px;
  margin: 20px 0px;
}

.work-sec-img-box {
  position: relative;
  padding: 20px 0px;
}

.work-sec-img-box span {
  position: absolute;
  top: -9px;
  left: -30px;
  font-size: 32px;
  color: #2E3D62;
  font-weight: 300;
  list-style: decimal;
}

.work-sec-img-box img {
  transition: 0.5s;
}

.work-sec-img-box img:hover {
  transform: scale(1.1);
}

.work-sec-heading h5 {
  color: #2E3D62;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding: 10px 0px;
}

.work-sec-content p {
  margin: 0;
}


/* Demo Page Styling */
.demo-sec {
  padding: 200px 0px 40px 0px;
}

.demo-sec-main-heading {
  text-align: center;
}

.demo-sec-main-heading h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
  color: #ff8357;
}

.demo-sec-paragraph p {
  margin: 0;
  padding-bottom: 15px;
}

.demo-sec-content-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
  padding: 20px 0px;
}

.demo-sec-icon-box i {
  font-size: 25px;
  color: #2E3D62;
}

.demo-sec-content {
  margin-left: 25px;
}

.demo-sec-content p {
  margin: 0;
}

.demo-form-box {
  padding: 30px 30px;
  border: 1.5px solid #ebecf0;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgb(118 126 173 / 8%);
  margin-left: 35px;
}

.demo-form-img-box {
  position: relative;
}

.demo-form-img-box img {
  position: absolute;
  left: 42%;
  top: -64px;
}

.demo-form-heading {
  border-bottom: 1.5px solid #ebecf0;
  padding: 15px 0px;
  text-align: center;
}

.demo-form-heading h2 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.demo-form-box input {
  width: 100%;
  height: 50px;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  background-color: #fff;
  color: #2E3D62;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 10px;
  margin-top: 20px;
}

.demo-form-box input::placeholder {
  color: #2E3D62;
}

.demo-form-box select {
  width: 100%;
  height: 50px;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  background-color: #fff;
  color: #2E3D62;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 10px;
  margin: 20px 0;
}

.demo-form-box option {
  width: 100%;
}

.demo-form-button {
  border-top: 1.5px solid #ebecf0;
  padding-top: 25px;
  border: none;
  outline: none;
  width: 100%;
}

.demo-form-button {
  color: white;
  background-color: #ff8357;
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
}

.demo-icon-box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 15px;
}

.demo-icon-box i {
  color: #2E3D62;
}

.demo-icon-box p {
  margin: 0;
  margin-left: 10px;
  font-size: 14px;
}

/*-------------- Pricing Sec Style Start --------------*/

.ctn-p-sec {
  padding: 180px 0 50px;
}

.pkg-item {
  margin: 0 5px;
  border-radius: 20px;
  transition: 0.4s all;
  background-color: #f9fcff;
  box-shadow: 0 0 5px -2px rgb(0 0 0 / 30%);
}

.pkg-wrap:hover .pkg-item {
  transform: scale(0.95);
}

.pkg-wrap:hover .pkg-item:hover {
  transform: scale(1.05);
}

.pkg-item .pkg-head {
  padding: 20px 0;
  border-radius: 20px;
  background-color: #ff8257;
}

.pkg-item .pkg-head h2 {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.pkg-item .pkg-price {
  line-height: 1;
  text-align: center;
}

.pkg-item .pkg-price h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: -1px;
  transition: 0.4s all;
}

.pkg-item .pkg-price span {
  color: #fff;
  line-height: 1;
  transition: 0.4s all;
}

.pkg-item .pkg-list {
  color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  position: relative;
  overflow-y: hidden;
}

.pkg-item .pkg-list ul {
  padding: 0;
  list-style: none;
  max-height: 310px;
  overflow-y: overlay;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.pkg-item .pkg-list ul::-webkit-scrollbar {
  width: 5px;
}

.pkg-item .pkg-list ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f26436;
}

.pkg-item .pkg-list ul li {
  color: #000000;
  display: flex;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.pkg-item .pkg-list ul li i {
  color: #f9fcff;
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 16px;
  margin-right: 8px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff8257;
}

.pkg-item .pkg-list ul li span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px; 
}

.pkg-item .pkg-list > a {
  width: 100%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 18px 35px;
  border-radius: 8px;
  text-transform: uppercase;
  background-color: #ff8257;
  transition: 0.3s all linear;
	animation: zoom 1s infinite linear;
  position: relative;
  z-index: 1;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.pricing-cta{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.pricing-cta-call, .pricing-cta-chat{
  flex: 1;
  margin-top: 25px;
  width: fit-content;
}

.pricing-cta-title{
  font-weight: 400;
  display: block;
  color: #fe8157;
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 1.4;
}

.pricing-cta-txt{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1.4;
}

/*-------------- Pricing Sec Style End --------------*/

/*-------------- Contact Page Style Start --------------*/

.sec-heading {
  text-align: center;
}

.sec-heading h1 {
  color: #f26436;
  font-size: 40px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: inline-block;
}

.sec-heading h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40%;
  height: 4px;
  background-color: #f26436;
  transform: translateX(-50%);
}

.ctn-p-sec .ctn-wrap {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 30px;
  background-color: #f264360f;
  box-shadow: 0 0 5px 0px rgb(242 100 54 / 30%);
}

.ctn-wrap h2, .ctn-wrap h3, .ctn-wrap h4, .ctn-wrap h5, .ctn-wrap h6 {
  margin-bottom: 10px;
}

.ctn-wrap h2 {
  font-size: 30px;
}

.ctn-wrap h3 {
  font-size: 26px;
}

.ctn-wrap h4 {
  font-size: 22px;
}

.ctn-wrap h5 {
  font-size: 18px;
}

.ctn-wrap h6 {
  font-size: 16px;
}

.ctn-wrap ul li {
  margin-bottom: 10px;
}

.ctn-wrap ul li::marker {
  color: #f26336;
  font-weight: 700;
}

/*-------------- Contact Page Style End --------------*/

/*-------------- Sec Head Start --------------*/

.sec-head {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

.sec-head h2 {
  color: #2E3D62;
  font-size: 38px;
  font-weight: 600;
}

.sec-head h2 strong {
  color: #FF8257;
}

/*-------------- Sec Head End --------------*/

/*-------------- Features Page Style Start --------------*/

.inside-p-banner {
  padding: 200px 0 70px;
  background: transparent url(../images/banner-bg-1-1.png) right top no-repeat;
  background-size: cover;
}

.inside-banner-ctn {
  color: #2E3D62;
  font-size: 16px;
  line-height: 1.8;
}

.inside-banner-ctn h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 12px;
}

.inside-p-sec {
  padding: 60px 0 0;
}
.inside-p-sec.testing-sec {
  padding: 60px 0 0;
}

.inside-p-sec-ctn {
  line-height: 1.8;
}

.inside-p-sec-ctn img {
  height: auto;
  margin-bottom: 20px;
}

.inside-p-sec-ctn h3 {
  color: #2E3D62;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.inside-p-sec-img img {
  width: 100%;
  height: auto;
}

.inside-p-sec:nth-child(even) .inside-p-sec-img img {
  position: relative;
  right: -100px;
}

.inside-p-sec:nth-child(odd) .inside-p-sec-img img {
  position: relative;
  left: -100px;
}

.success-sec {
  padding: 60px 0 0;
  background-color: #f9fcff;
}

.hypothesis-sec {
  padding: 0;
  background-color: #2E3D62;
}

.hypothesis-sec .inside-p-sec-ctn {
  color: #fff;
}

.hypothesis-sec .inside-p-sec-ctn h3 {
  color: #fff;
}

.inside-p-cta-sec {
  padding: 60px 0;
  text-align: center;
  background-color: #ff8257;
}

.inside-p-cta-sec h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 50px;
}

.inside-p-cta-sec .inside-p-cta {
  color: #fff;
  font-size: 18px;
}

.inside-p-cta-sec .inside-p-cta i {
  color: #fff;
  font-size: 45px;
}

.inside-p-cta-sec .inside-p-cta span {
  line-height: 1;
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.inside-p-cta-sec .inside-p-cta-btn {
  color: #fff;
  line-height: 1;
  font-size: 22px;
  padding: 16px 40px;
  border-radius: 30px;
  display: inline-block;
  background-color: #072863;
}

/*-------------- Features Page Style End --------------*/

@media (min-width: 1367px) {
  .inside-p-sec:nth-child(even) .inside-p-sec-img img, .inside-p-sec:nth-child(odd) .inside-p-sec-img img {
    right: 0;
    left: 0;
  }
}


@media (max-width: 1199px) {
  .header-one__btn .head-btn-info span br {
    display: block;
  }

  .banner-one {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .banner-one .block-title__text {
    font-size: 40px;
    line-height: 55px;
  }

  .banner-one .block-title {
    margin-bottom: 25px;
  }

  .block-title__text {
    font-size: 38px;
    line-height: 50px;
  }

  .block-title {
    margin-bottom: 25px !important;
  }

  .banner-one__text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .banner-one .bubble-5 {
    top: 12%;
  }

  .banner-one .bubble-2 {
    top: 28%;
    left: 40%;
  }

  .banner-one__moc {
    top: 105px;
  }

  .service-one {
    padding-top: 50px;
  }

  .service-one__single {
    margin-top: 35px !important;
  }

  .service-one__title {
    margin-bottom: 20px;
  }

  .service-one__text {
    line-height: 30px;
  }

  .service-one__single {
    height: 90% !important;
  }

  .dashboard-section .section-title h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 25px;
  }

  .dash-sec-slide-wrap > img {
    width: 80%;
    max-height: 370px;
  }

  .features-section-three .section-title h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 25px;
  }

  .p-60 {
    padding: 25px;
  }

  .newsletter-email input {
    padding: 5px 20px;
  }

  .newsletter-email button {
    padding: 7px 20px;
  }

  .newsletter-content h2 {
    font-size: 25px;
  }

  .newsletter-images {
    margin-bottom: -45px;
  }

  .newsletter-images .main-image {
    width: 100%;
    right: 15px;
  }

  .newsletter-images .circle {
    top: 21%;
  }

  #testimonials-slider-pager .testi-icon {
    left: -63px;
  }

  .testimonials-style-one .single-testi-one p {
    font-size: 20px;
    line-height: 41px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 25px;
  }

  .contact-sec-icon-box {
    left: 24%;
  }

  .footer-widget .social-block {
    display: flex;
  }

  .partner-section .bubble-5 {
    left: 38%;
    top: 63%;
  }

  .demo-sec {
    padding: 180px 0px 40px 0px;
  }

  .demo-sec-main-heading h1 {
    font-size: 36px;
  }

  .demo-form-box {
    padding: 20px 20px;
  }

  .demo-form-img-box img {
    left: 39%;
    top: -59px;
  }

  .blog-one__title {
    font-size: 18px;
  }
}

@media (max-width: 1080px) {
  #testimonials-slider-pager .testi-icon {
    left: 14px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
    left: 55%;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 420px !important;
  }
}

@media (max-width: 1024px) {
  #testimonials-slider-pager .testi-icon {
    left: 15px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
    left: 55%;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 420px !important;
  }
}

@media(max-width: 991px) {
  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one__moc {
    top: 195px;
  }

  .banner-one__text {
    font-size: 16px;
  }

  .dash-sec-slide-wrap > img {
    width: 100%;
    max-height: 345px;
  }

  .faq-container {
    flex-wrap: wrap;
  }

  .faq-image {
    height: 250px;
    flex: 0 0 100%;
  }

  .faq-graphic {
    font-size: 100px;
  }

  .faq-illustrations .person {
    width: 30px;
    height: 30px;
  }

  .p-60 {
    margin-bottom: 50px;
  }

  .newsletter-content h2 {
    font-size: 33px;
  }

  .newsletter-images .main-image {
    left: 37px !important;
  }

  .newsletter-images .circle {
    top: 18%;
    right: 10%;
  }

  .newsletter-images .dots {
    left: 30%;
  }

  .newsletter-email input {
    padding: 5px 30px !important;
  }

  .newsletter-email button {
    padding: 7px 30px !important;
  }

  .block-title__text {
    font-size: 38px;
    line-height: 50px;
  }

  #testimonials-slider-pager .testi-icon {
    left: 10px;
  }

  .dashboard-section .section-title h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .features-section-three .section-title h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .partner-heading h2 {
    font-size: 28px;
  }

  .partner-box-heading h2 {
    font-size: 23px;
  }

  .partner-box-heading h1 {
    font-size: 35px;
  }

  .partner-box-heading h3 {
    font-size: 25px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }

  .contact-sec-img-box img {
    width: 60%;
  }

  .contact-sec-img-box .circle1 {
    height: 60px;
    width: 60px;
    left: 81%;
    top: -60%;
  }

  .contact-sec-img-box .circle2 {
    height: 30px;
    width: 30px;
    left: 65%;
    top: -27%;
  }

  .contact-sec-img-box .circle3 {
    height: 150px;
    width: 150px;
    left: 22%;
  }

  .contact-sec-img-box .circle4 {
    bottom: -65px;
  }

  .contact-sec-img-box .circle5 {
    bottom: -120px;
  }

  .contact-sec-img-box .circle6 {
    height: 45px;
    width: 45px;
    left: 84%;
    top: 37%;
  }

  .contact-sec-icon-box a i {
    margin-right: 15px;
  }

  .contact-sec-icon-box {
    left: 19%;
    bottom: -7%;
  }

  .contact-form-box {
    padding: 20px;
  }

  .contact-form-button {
    padding: 6px 20px;
  }

  .contact-section textarea {
    margin-bottom: 10px;
  }

  .partner-section .img-box img {
    width: 80%;
  }

  .partner-section .bubble-1 {
    top: 33%;
  }

  .partner-section .bubble-2 {
    top: 16%;
    left: 52%;
  }

  .partner-section .bubble-3 {
    top: 26%;
    left: 80%;
  }

  .partner-section .bubble-5 {
    left: 48%;
    top: 52%;
  }

  .partner-section .bubble-4 {
    left: 77%;
  }

  .demo-sec {
    padding: 160px 0px 40px 0px;
  }

  .demo-form-box {
    margin-left: 0px;
    margin-top: 50px;
  }

  .demo-sec-main-heading h1 {
    font-size: 40px;
  }

  .demo-form-box {
    padding: 30px 30px;
  }

  .demo-form-img-box img {
    left: 42%;
    top: -64px;
  }

  .pricing-sec-icon {
    padding: 15px;
  }

  .pricing-sec-icon img {
    width: 70px;
  }

  .pricing-sec-main .text-fade-slide h2 {
    font-size: 24px;
  }

  .feature-bar-box h3 {
    padding: 16px 0;
    text-align: center;
  }

  .feature-bar-box h3:before {
    width: 100%;
  }

  .feature-bar-box h3:after {
    width: 70px;
    height: 70px;
    left: 48.7%;
    transform: translate(-50%, 0%) rotate(45deg);
  }

  .feature-bar-box .col-lg-10 .row .col-lg-3:nth-child(2) {
    border: none;
  }

  .feature-bar-box .col-lg-10 .row .col-lg-3 > .d-flex {
    margin: 10px 0;
    padding: 0 0 20px;
  }

  .feature-bar-box .col-lg-10 .row .col-lg-3 img {
    width: 36px;
    height: 40px;
    object-fit: contain;
  }

  .feature-bar-box .col-lg-10 .row .col-lg-3 span {
    font-size: 14px;
  }

  .feature-bar-box .col-lg-10 .row .col-lg-3 span br {
    display: block;
  }

  .main-package-box {
    padding: 30px 25px;
  }

  .main-package-title h5 {
    font-size: 18px;
  }

  .main-pricing-inner {
    position: relative;
    left: 0;
    bottom: 0;
  }

  .hypothesis-sec {
    padding: 50px 0 0;
  }

  .inside-p-cta-sec .inside-p-cta-btn {
    font-size: 20px;
  }
}

@media(max-width: 767px) {
  .block-title__text {
    font-size: 32px;
    line-height: 44px;
  }

  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one__text {
    margin-bottom: 25px;
  }

  .banner-one .block-title {
    margin-bottom: 15px !important;
  }

  .banner-one .bubble-1 {
    display: none;
  }

  .banner-one .bubble-2 {
    display: none;
  }

  .banner-one .bubble-3 {
    display: none;
  }

  .banner-one .bubble-4 {
    display: none;
  }

  .banner-one .bubble-5 {
    display: none;
  }

  .banner-one .bubble-6 {
    display: none;
  }

  .banner-one .block-title__text {
    font-size: 35px;
    line-height: 47px;
  }

  .service-one__single {
    margin-top: 20px !important;
  }

  .service-one__title {
    margin-bottom: 5px;
  }

  .service-one__text {
    line-height: 28px;
    margin-bottom: 0;
  }

  .dashboard-section .section-title h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .dash-sec-slide-wrap > img {
    top: -15px;
    width: 94%;
    max-height: 230px;
  }

  .features-section-three .section-title {
    margin-bottom: 35px;
  }

  .features-section-three .section-title h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 25px;
  }

  .newsletter-content {
    margin-left: 0;
  }

  .newsletter-images .main-image {
    left: 35px;
    width: 90%;
  }

  .newsletter-images .dots {
    left: 25%;
  }

  .newsletter-images .circle {
    right: 14%;
  }

  .site-footer__main-footer {
    padding: 30px 0px;
    padding-bottom: 0px !important;
  }

  .footer-widget {
    margin-bottom: 30px !important;
  }

  .footer-widget .social-block {
    margin-top: 0px;
  }

  .footer-widget__title {
    margin-bottom: 24px;
  }

  .footer-widget__footer-logo {
    margin-bottom: 24px;
  }

  .fun-fact-one {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .contact-section {
    padding: 130px 0px 30px;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 25px;
  }

  .testimonials-style-one .single-testi-one p {
    font-size: 19px;
    line-height: 40px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 25px;
  }

  .bx-viewport {
    height: 300px;
  }

  #testimonials-slider-pager .testi-icon {
    left: 10px;
  }

  .testimonials-style-one {
    padding-bottom: 40px;
    padding-top: 510px;
  }

  .partner-heading h2 {
    font-size: 24px;
  }

  .partner-box-heading h2 {
    font-size: 21px;
  }

  .partner-box-heading h1 {
    font-size: 35px;
  }

  .partner-box-heading h3 {
    font-size: 25px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }

  .contact-sec-img-box img {
    width: 30%;
  }

  .contact-sec-img-box .circle3 {
    height: 100px;
    width: 100px;
    left: 38%;
    top: 37%;
  }

  .contact-sec-img-box .circle6 {
    height: 45px;
    width: 45px;
    left: 71%;
    top: 17%;
  }

  .contact-sec-img-box .circle4 {
    height: 35px;
    width: 35px;
    bottom: 3px;
    left: 85%;
  }

  .contact-sec-img-box .circle1 {
    height: 50px;
    width: 50px;
    left: 15%;
    top: 2%;
  }

  .contact-sec-img-box .circle2 {
    left: 3%;
    top: 68%;
  }

  .contact-sec-img-box .circle5 {
    bottom: -46px;
    height: 35px;
    width: 35px;
    left: 59%;
  }

  .contact-sec-icon-box {
    left: 28%;
    bottom: -8%;
  }

  .contact-box {
    padding: 20px 15px;
  }

  .partner-section .bubble-1 {
    top: 33%;
    display: none;
  }

  .partner-section .bubble-2 {
    top: 16%;
    left: 52%;
    display: none;
  }

  .partner-section .bubble-3 {
    top: 26%;
    left: 80%;
    display: none;
  }

  .partner-section .bubble-5 {
    left: 48%;
    top: 52%;
    display: none;
  }

  .partner-section .bubble-4 {
    left: 77%;
    display: none;
  }

  .partner-section .bubble-6 {
    top: 74%;
    left: 13%;
    display: none;
  }

  .partner-section .img-box img {
    display: none;
  }

  .benefits-sec-main-heading {
    margin-bottom: 15px;
  }

  .benefits-sec-2-main-heading {
    margin-bottom: 15px;
  }

  .work-sec-main-heading {
    margin-bottom: 15px;
  }

  .benefits-main-box {
    padding: 25px 0px;
  }

  .benefits-sec {
    padding: 40px 0px 25px 0px;
  }

  .benefits-sec-2 {
    padding: 40px 0px 20px 0px;
  }

  .work-sec {
    padding: 40px 0px 20px 0px;
  }

  .demo-sec {
    padding: 140px 0px 40px 0px;
  }

  .pkg-item .pkg-price h3 {
    font-size: 30px;
  }

  .inside-p-sec {
    padding: 30px 0 0;
  }

  .inside-p-banner {
    padding: 150px 0 50px;
  }

  .inside-banner-ctn h1 {
    font-size: 40px;
  }

  .sec-head h2, .inside-p-cta-sec h2 {
    font-size: 33px;
  }

  .inside-p-sec:nth-child(odd) .row {
    flex-direction: column-reverse;
  }

  .inside-p-sec:nth-child(odd) .inside-p-sec-ctn {
    padding: 0 0 30px;
  }

  .inside-p-sec-ctn h3 {
    font-size: 27px;
  }

  .inside-p-sec:nth-child(even) .inside-p-sec-img {
    text-align: right;
  }

  .inside-p-sec-img img {
    height: 250px;
    object-fit: contain;
  }

  .hypothesis-sec {
    padding: 60px 0 0;
  }

  .inside-p-cta-sec .inside-p-cta-btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .newsletter-content h2 {
    font-size: 24px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 380px !important;
  }

  #testimonials-slider-pager .testi-icon {
    left: 45px;
  }

  .p-60 {
    padding: 40px;
    margin: 0;
  }

  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one .bubble-1 {
    top: 19%;
    left: 1%;
  }

  .banner-one .bubble-2 {
    top: 31%;
  }

  .banner-one .bubble-4 {
    bottom: 3%;
    left: 53%;
  }

  .banner-one .bubble-5 {
    top: 21%;
  }

  .banner-one .bubble-6 {
    top: 56%;
    right: 7%;
  }

  .banner-one .block-title {
    margin-bottom: 20px;
  }

  .banner-one__text {
    margin-bottom: 25px;
  }

  .cta-three {
    padding: 60px 0px 30px 0px !important;
  }

  .cta-three__btn {
    margin-top: 30px;
    padding: 12px 40px;
  }

  .cta-three__list {
    margin-top: 20px;
  }

  .cta-three .block-title {
    margin-bottom: 20px;
  }

  .cta-three__text {
    line-height: 38px;
    font-size: 17px;
  }

  .cta-three__list-item {
    font-size: 17px;
    line-height: 32px;
  }

  .cta-three .bubble-3 {
    left: 45%;
  }

  .service-one__title {
    margin-bottom: 15px;
  }

  .service-one__text {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .service-one__single {
    margin-top: 25px !important;
  }

  .block-title__text {
    line-height: 38px !important;
    font-size: 26px !important;
  }

  .dashboard-section .section-title h2 {
    line-height: 38px;
    font-size: 26px;
  }

  .features-section-three .section-title h2 {
    line-height: 38px;
    font-size: 26px;
  }

  .dashboard-section .section-title {
    margin-bottom: 35px;
  }

  .features-section-three .section-title {
    margin-bottom: 35px;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 15px;
  }

  .single-testi-one p {
    font-size: 17px !important;
    line-height: 38px !important;
  }

  .testimonials-style-one {
    padding-bottom: 35px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 15px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 370px !important;
  }

  .bx-viewport {
    height: 260px !important;
  }

  #testimonials-slider-pager {
    margin-bottom: 0px !important;
  }

  .testimonials-style-one {
    padding-top: 480px;
  }

  .fun-fact-one {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .contact-section {
    padding: 130px 0px 30px;
  }

  .contact-section .contact-heading h2 {
    margin-bottom: 15px;
  }

  .newsletter-section-two {
    padding: 30px 0px;
  }

  .newsletter-images {
    margin-top: 0px;
    margin-bottom: -20px;
  }

  .newsletter-images .main-image {
    left: 20px;
    width: 90%;
  }

  .newsletter-email input {
    padding: 5px 20px;
  }

  .site-footer__main-footer {
    padding: 30px 0px;
    padding-bottom: 0px !important;
  }

  .footer-widget {
    margin-bottom: 30px !important;
  }

  .footer-widget .social-block {
    margin-top: 0px;
  }

  .footer-widget__title {
    margin-bottom: 24px;
  }

  .footer-widget__footer-logo {
    margin-bottom: 24px;
  }

  .scroll-to-top {
    right: 30px;
  }

  .partner-heading h2 {
    font-size: 24px;
  }

  .partner-box-heading h2 {
    font-size: 23px;
  }

  .partner-box-heading h1 {
    font-size: 28px;
  }

  .partner-box-heading h3 {
    font-size: 25px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }
}

@media (max-width: 575px) {
  .header-one__btn {
    padding: 15px 0 !important;
    box-shadow: unset;
  }

  .header-one__btn:hover {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  .header-one__btn:hover:before {
    width: 0;
  }

  .header-one__btn .head-btn-info {
    display: none;
  }

  .sticky-cta {
    display: none;
  }

  .dash-sec-slide-wrap > img {
    width: calc(100% + 15px);
    height: calc(100% + 40px);
    max-height: unset;
    top: -15px;
  }

  .dash-sec-slide-wrap .dashboard-screenshot-wrap {
    width: 75%;
  }

  .dashboard-screenshot-wrap .dashboard-prev {
    left: -50px;
  }

  .dashboard-screenshot-wrap .dashboard-next {
    right: -50px;
  }

  .faq-container {
    padding: 20px;
  }

  .faq-image {
    height: 150px;
  }

  .faq-graphic {
    font-size: 65px;
  }

  .faq-illustrations .person {
    width: 25px;
    height: 25px;
  }

  .person:nth-child(1) {
    top: 0;
    left: 0;
  }
  .person:nth-child(2) {
    top: 0;
    right: 0;
  }
  .person:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .person:nth-child(4) {
    bottom: 0;
    right: 0;
  }

  .faq-sec {
    padding: 40px 0 15px;
  }

  .faq-ctn h2 {
    font-size: 24px;
  }

  .faq-ctn p {
    font-size: 14px;
    line-height: 1.6;
  }

  .faq-question {
    font-size: 16px;
    margin-bottom: 0;
  }

  .newsletter-content h2 {
    font-size: 24px;
  }

  .newsletter-section-two .newsletter-ctn {
    padding: 30px;
  }

  .newsletter-section-two .newsletter-ctn h2 {
    font-size: 26px;
  }

  .newsletter-section-two .newsletter-ctn a {
    padding: 2px 20px;
    margin-bottom: 10px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 380px !important;
  }

  #testimonials-slider-pager .testi-icon {
    left: 37px;
  }

  .p-60 {
    padding: 40px;
    margin: 0;
  }

  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one .bubble-1 {
    top: 19%;
    left: 1%;
  }

  .banner-one .bubble-2 {
    top: 31%;
  }

  .banner-one .bubble-4 {
    bottom: 3%;
    left: 53%;
  }

  .banner-one .bubble-5 {
    top: 21%;
  }

  .banner-one .bubble-6 {
    top: 56%;
    right: 7%;
  }

  .banner-one .block-title {
    margin-bottom: 10px;
  }

  .banner-one__text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .cta-three {
    padding: 60px 0px 30px 0px !important;
  }

  .cta-three__btn {
    margin-top: 30px;
    padding: 12px 40px;
  }

  .cta-three__list {
    margin-top: 20px;
  }

  .cta-three .block-title {
    margin-bottom: 20px;
  }

  .cta-three__text {
    line-height: 38px;
    font-size: 17px;
  }

  .cta-three__list-item {
    font-size: 17px;
    line-height: 32px;
  }

  .cta-three .bubble-3 {
    left: 45%;
  }

  .service-one {
    padding: 60px 0 30px;
  }

  .service-one .section-title h2 {
    font-size: 24px;
  }

  .service-one .row.swiper {
    padding: 10px 0 40px;
  }

  .service-one__title {
    margin-bottom: 15px;
  }

  .service-one__text {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .service-one__single {
    margin-top: 25px !important;
  }

  .block-title__text {
    line-height: 38px !important;
    font-size: 26px !important;
  }

  .dashboard-section .section-title h2 {
    line-height: 38px;
    font-size: 26px;
  }

  .features-section-three .section-title h2 {
    line-height: 38px;
    font-size: 26px;
  }

  .dashboard-section .section-title {
    margin-bottom: 35px;
  }

  .features-section-three .section-title {
    margin-bottom: 35px;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 15px;
  }

  .single-testi-one p {
    font-size: 17px !important;
    line-height: 38px !important;
  }

  .testimonials-style-one {
    padding-bottom: 35px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 15px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 370px !important;
  }

  .bx-viewport {
    height: 260px !important;
  }

  #testimonials-slider-pager {
    margin-bottom: 0px !important;
  }

  .testimonials-style-one {
    padding-top: 480px;
  }

  .fun-fact-one {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .contact-section {
    padding: 130px 0px 30px;
  }

  .contact-section .contact-heading h2 {
    margin-bottom: 15px;
  }

  .newsletter-section-two {
    padding: 30px 0px;
  }

  .newsletter-images {
    margin-top: 0px;
    margin-bottom: -20px;
  }

  .newsletter-images .main-image {
    left: 20px;
    width: 90%;
  }

  .newsletter-email input {
    padding: 5px 20px;
  }

  .site-footer__main-footer {
    padding: 30px 0px;
    padding-bottom: 0px !important;
  }

  .footer-widget {
    margin-bottom: 30px !important;
  }

  .footer-widget .social-block {
    margin-top: 0px;
  }

  .footer-widget__title {
    margin-bottom: 24px;
  }

  .footer-widget__footer-logo {
    margin-bottom: 24px;
  }

  .scroll-to-top {
    right: 25px;
  }

  .partner-heading h2 {
    font-size: 24px;
  }

  .partner-box-heading h2 {
    font-size: 20px;
  }

  .partner-box-heading h1 {
    font-size: 35px;
  }

  .partner-box-heading h3 {
    font-size: 22px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }

  .benefits-sec-main-heading h2 {
    font-size: 25px;
  }

  .benefits-sec-2-main-heading h2 {
    font-size: 25px;
  }

  .work-sec-main-heading h2 {
    font-size: 25px;
  }

  .benefits-sec-2-main-box {
    padding: 20px 10px;
  }

  .work-sec-heading h5 {
    padding: 15px 0px 5px 0px;
  }

  .demo-sec-main-heading h1 {
    font-size: 35px;
  }

  .work-sec-main-box {
    padding: 0px 30px;
  }

  .sec-heading h1 {
    font-size: 32px;
  }

  .ctn-p-sec {
    padding: 130px 0 50px;
  }

  .pricing-sec-wrap {
    padding: 150px 0;
  }

  .pricing-sec-main {
    padding: 60px 15px 20px;
  }

  .solution-section {
    padding: 130px 0;
  }

  .pkg-item {
    padding: 10px;
    margin-bottom: 20px;
  }

  .ctn-p-sec .ctn-wrap {
    padding: 15px;
    border-radius: 15px;
  }

  .ctn-wrap h2 {
    font-size: 26px;
  }

  .ctn-wrap h3 {
    font-size: 24px;
  }

  .ctn-wrap h4 {
    font-size: 20px;
  }

  .ctn-wrap ul {
    padding-left: 20px;
  }

  .contact-p-map iframe {
    height: 300px;
  }

  .feature-bar-box h3:after {
    width: 60px;
    height: 60px;
    left: 49.3%;
  }

  .feature-bar-box .col-lg-10 {
    padding: 0 20px 0 15px;
  }

  .feature-bar-box .col-lg-10 .row .col-lg-3 img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }

  .main-pricing-inner {
    max-width: 100%;
  }

  .main-pricing-inner h2 {
    font-size: 42px;
    padding-top: 10px;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }

  .main-pricing-inner p {
    padding-bottom: 12px;
  }

  .main-pricing-inner {
    padding: 20px;
  }

  .main-pricing-inner a {
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 8px;
  }

  .sp-bar .slick-slide {
    width: 650px;
  }

  .sp-bar-item {
    padding: 20px 0;
  }

  .sp-bar-item h3 {
    font-size: 30px;
  }

  .inside-p-banner {
    padding: 130px 0 20px;
  }

  .inside-banner-ctn h1 {
    font-size: 32px;
  }

  .sec-head {
    padding: 0 15px;
  }

  .sec-head h2, .inside-p-cta-sec h2 {
    font-size: 26px;
  }

  .inside-p-sec {
    padding: 40px 0 0;
  }

  .inside-p-sec:nth-child(odd) .inside-p-sec-ctn {
    padding: 0 15px 30px;
  }

  .inside-p-sec-ctn h3 {
    font-size: 24px;
  }

  .inside-p-cta-sec {
    padding: 40px 0;
  }

  .inside-p-cta-sec h2 {
    margin-bottom: 30px;
  }

  .inside-p-cta-sec .inside-p-cta i {
    font-size: 35px;
  }

  .inside-p-cta-sec .inside-p-cta span {
    font-size: 22px;
  }

  .inside-p-cta-sec .inside-p-cta-btn {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .main-banner-fields {
    flex-wrap: wrap;
  }

  .main-banner-fields .main-banner-field {
    flex: 0 0 100%;
  }

  .banner-one__content form .main-banner-field:first-child input {
    border-radius: 20px 20px 0 0;
  }

  .banner-one__content form .main-banner-field:last-child input {
    border-radius: 0 0 20px 20px;
  }

  .banner-one__content form button {
    top: 46%;
  }

  .newsletter-content h2 {
    font-size: 24px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 380px !important;
  }

  #testimonials-slider-pager .testi-icon {
    left: 45px;
  }

  .p-60 {
    padding: 40px;
    margin: 0;
  }

  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one .bubble-1 {
    top: 19%;
    left: 1%;
  }

  .banner-one .bubble-2 {
    top: 31%;
  }

  .banner-one .bubble-4 {
    bottom: 3%;
    left: 53%;
  }

  .banner-one .bubble-5 {
    top: 21%;
  }

  .banner-one .bubble-6 {
    top: 56%;
    right: 7%;
  }

  .cta-three {
    padding: 60px 0px 30px 0px !important;
  }

  .cta-three__btn {
    margin-top: 30px;
    padding: 12px 40px;
  }

  .cta-three__list {
    margin-top: 20px;
  }

  .cta-three .block-title {
    margin-bottom: 20px;
  }

  .cta-three__text {
    line-height: 38px;
    font-size: 17px;
  }

  .cta-three__list-item {
    font-size: 17px;
    line-height: 32px;
  }

  .cta-three .bubble-3 {
    left: 45%;
  }

  .service-one__title {
    margin-bottom: 15px;
  }

  .service-one__text {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .service-one__single {
    margin-top: 25px !important;
  }

  .block-title__text {
    line-height: 38px !important;
    font-size: 26px !important;
  }

  .dashboard-section .section-title h2 {
    line-height: 38px;
    font-size: 26px;
  }

  .features-section-three .section-title h2 {
    line-height: 38px;
    font-size: 26px;
  }

  .dashboard-section .section-title {
    margin-bottom: 35px;
  }

  .features-section-three .section-title {
    margin-bottom: 35px;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 15px;
  }

  .single-testi-one p {
    font-size: 17px !important;
    line-height: 38px !important;
  }

  .testimonials-style-one {
    padding-bottom: 35px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 15px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 370px !important;
  }

  .bx-viewport {
    height: 260px !important;
  }

  #testimonials-slider-pager {
    margin-bottom: 0px !important;
  }

  .testimonials-style-one {
    padding-top: 480px;
  }

  .fun-fact-one {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .contact-section {
    padding: 130px 0px 30px;
  }

  .contact-section .contact-heading h2 {
    margin-bottom: 15px;
  }

  .newsletter-section-two {
    padding: 30px 0px;
  }

  .newsletter-images {
    margin-top: 0px;
    margin-bottom: -20px;
  }

  .newsletter-images .main-image {
    left: 20px;
    width: 90%;
  }

  .newsletter-email input {
    padding: 5px 20px;
  }

  .site-footer__main-footer {
    padding: 30px 0px;
    padding-bottom: 0px !important;
  }

  .footer-widget {
    margin-bottom: 30px !important;
  }

  .footer-widget .social-block {
    margin-top: 0px;
  }

  .footer-widget__title {
    margin-bottom: 24px;
  }

  .footer-widget__footer-logo {
    margin-bottom: 24px;
  }

  .scroll-to-top {
    right: 25px;
  }

  .partner-heading h2 {
    font-size: 24px;
  }

  .partner-box-heading h2 {
    font-size: 22px;
  }

  .partner-box-heading h1 {
    font-size: 28px;
  }

  .partner-box-heading h3 {
    font-size: 24px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }
}

@media (max-width: 475px) {
  .newsletter-content h2 {
    font-size: 24px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 380px !important;
  }

  #testimonials-slider-pager .testi-icon {
    left: 45px;
  }

  .p-60 {
    padding: 40px;
    margin: 0;
  }

  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one__btn {
    padding: 12px 35px;
    font-size: 14px;
  }

  .banner-two__btn {
    padding: 12px 35px;
    font-size: 14px;
  }

  .banner-one .bubble-1 {
    top: 19%;
    left: 1%;
  }

  .banner-one .bubble-2 {
    top: 31%;
  }

  .banner-one .bubble-4 {
    bottom: 3%;
    left: 53%;
  }

  .banner-one .bubble-5 {
    top: 21%;
  }

  .banner-one .bubble-6 {
    top: 56%;
    right: 7%;
  }

  .cta-three {
    padding: 60px 0px 30px 0px !important;
  }

  .cta-three__btn {
    margin-top: 30px;
    padding: 12px 40px;
  }

  .cta-three__list {
    margin-top: 20px;
  }

  .cta-three .block-title {
    margin-bottom: 20px;
  }

  .cta-three__text {
    line-height: 34px;
    font-size: 17px;
  }

  .cta-three__list-item {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-three .bubble-3 {
    left: 45%;
  }

  .service-one__title {
    margin-bottom: 15px;
  }

  .service-one__text {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .service-one__single {
    margin-top: 25px !important;
  }

  .block-title__text {
    line-height: 38px !important;
    font-size: 26px !important;
  }

  .dashboard-section .section-title h2 {
    line-height: 38px;
    font-size: 26px;
  }

  .features-section-three .section-title h2 {
    line-height: 38px;
    font-size: 26px;
  }

  .dashboard-section .section-title {
    margin-bottom: 35px;
  }

  .features-section-three .section-title {
    margin-bottom: 35px;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 15px;
  }

  .single-testi-one p {
    font-size: 17px !important;
    line-height: 36px !important;
  }

  .testimonials-style-one {
    padding-bottom: 35px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 15px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 350px !important;
  }

  .bx-viewport {
    height: 270px !important;
  }

  #testimonials-slider-pager {
    margin-bottom: 0px !important;
  }

  .testimonials-style-one {
    padding-top: 480px;
  }

  .fun-fact-one {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .contact-section {
    padding: 130px 0px 30px;
  }

  .contact-section .contact-heading h2 {
    margin-bottom: 15px;
  }

  .newsletter-section-two {
    padding: 30px 0px;
  }

  .newsletter-images {
    margin-top: 0px;
    margin-bottom: -20px;
  }

  .newsletter-images .main-image {
    left: 20px;
    width: 90%;
  }

  .newsletter-email input {
    padding: 5px 20px;
  }

  .site-footer__main-footer {
    padding: 30px 0px;
    padding-bottom: 30px !important;
  }

  .footer-widget {
    margin-bottom: 30px !important;
  }

  .footer-widget .social-block {
    margin-top: 0px;
  }

  .footer-widget__title {
    margin-bottom: 24px;
  }

  .footer-widget__footer-logo {
    margin-bottom: 24px;
  }

  .scroll-to-top {
    right: 15px;
  }

  .partner-heading h2 {
    font-size: 24px;
  }

  .partner-box-heading h2 {
    font-size: 20px;
  }

  .partner-box-heading h1 {
    font-size: 28px;
  }

  .partner-box-heading h3 {
    font-size: 22px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }
}

@media (max-width: 460px) {
  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one .bubble-1 {
    top: 19%;
    left: 1%;
  }

  .banner-one .bubble-2 {
    top: 31%;
  }

  .banner-one .bubble-4 {
    bottom: 3%;
    left: 53%;
  }

  .banner-one .bubble-5 {
    top: 21%;
  }

  .banner-one .bubble-6 {
    top: 56%;
    right: 7%;
  }

  .cta-three {
    padding: 60px 0px 30px 0px !important;
  }

  .cta-three__btn {
    margin-top: 30px;
    padding: 12px 40px;
  }

  .cta-three__list {
    margin-top: 20px;
  }

  .cta-three .block-title {
    margin-bottom: 20px;
  }

  .cta-three__text {
    line-height: 34px;
    font-size: 17px;
  }

  .cta-three__list-item {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-three .bubble-3 {
    left: 45%;
  }

  .service-one__title {
    margin-bottom: 5px;
  }

  .service-one__text {
    margin-bottom: 15px;
    line-height: 26px;
  }

  .service-one__single {
    margin-top: 25px !important;
  }

  .block-title__text {
    line-height: 38px !important;
  }

  .dashboard-section .section-title h2 {
    line-height: 38px;
  }

  .dashboard-section .section-title {
    margin-bottom: 35px;
  }

  .features-section-three .section-title h2 {
    line-height: 38px;
  }

  .features-section-three .section-title {
    margin-bottom: 35px;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 15px;
  }

  .single-testi-one p {
    font-size: 17px !important;
    line-height: 36px !important;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 380px !important;
  }

  #testimonials-slider-pager .testi-icon {
    left: 45px;
  }

  .testimonials-style-one {
    padding-bottom: 35px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 15px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 350px !important;
  }

  .bx-viewport {
    height: 270px !important;
  }

  #testimonials-slider-pager {
    margin-bottom: 0px !important;
  }

  .testimonials-style-one {
    padding-top: 480px;
  }

  .fun-fact-one {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .contact-section {
    padding: 130px 0px 30px;
  }

  .contact-section .contact-heading h2 {
    margin-bottom: 15px;
  }

  .contact-sec-icon-box {
    left: 22%;
  }

  .contact-sec-img-box .circle3 {
    height: 100px;
    width: 100px;
    left: 33%;
    top: 25%;
  }

  .contact-sec-img-box .circle5 {
    left: 60%;
  }

  .newsletter-content h2 {
    font-size: 24px;
  }

  .p-60 {
    padding: 40px;
    margin: 0;
  }

  .newsletter-section-two {
    padding: 30px 0px;
  }

  .newsletter-images {
    margin-top: 0px;
    margin-bottom: -20px;
  }

  .newsletter-images .main-image {
    left: 20px !important;
    width: 90%;
  }

  .site-footer__main-footer {
    padding: 30px 0px;
    padding-bottom: 0px !important;
  }

  .footer-widget {
    margin-bottom: 30px !important;
  }

  .footer-widget .social-block {
    margin-top: 0px;
  }

  .footer-widget__title {
    margin-bottom: 24px;
  }

  .footer-widget__footer-logo {
    margin-bottom: 24px;
  }

  .scroll-to-top {
    right: 15px;
  }

  .partner-heading h2 {
    font-size: 24px;
  }

  .partner-box-heading h2 {
    font-size: 20px;
  }

  .partner-box-heading h1 {
    font-size: 28px;
  }

  .partner-box-heading h3 {
    font-size: 22px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }
}

@media (max-width: 425px) {
  .block-title__text {
    line-height: 38px !important;
  }

  .service-one__title {
    margin-bottom: 5px;
  }

  .service-one__text {
    margin-bottom: 15px;
    line-height: 26px;
  }

  .service-one__single {
    margin-top: 25px !important;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 15px;
  }

  .single-testi-one p {
    font-size: 17px !important;
    line-height: 34px !important;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 360px !important;
  }

  #testimonials-slider-pager .testi-icon {
    left: 53px;
    top: 52%;
  }

  .testimonials-style-one {
    padding-bottom: 35px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 15px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 340px !important;
  }

  .bx-viewport {
    height: 300px !important;
  }

  #testimonials-slider-pager {
    margin-bottom: 0px !important;
  }

  .testimonials-style-one {
    padding-top: 480px;
  }

  .cta-three {
    padding: 60px 0px 30px 0px !important;
  }

  .cta-three__btn {
    margin-top: 30px;
    padding: 12px 40px;
  }

  .cta-three__list {
    margin-top: 20px;
  }

  .cta-three .block-title {
    margin-bottom: 20px;
  }

  .cta-three__text {
    line-height: 28px;
    font-size: 17px;
  }

  .cta-three__list-item {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-three .bubble-3 {
    left: 45%;
  }

  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one .bubble-1 {
    top: 19%;
    left: 1%;
  }

  .banner-one .bubble-2 {
    top: 31%;
  }

  .banner-one .bubble-4 {
    bottom: 3%;
    left: 53%;
  }

  .banner-one .bubble-5 {
    top: 21%;
  }

  .banner-one .bubble-6 {
    top: 56%;
    right: 7%;
  }

  .banner-one__btn {
    padding: 10px 25px;
    font-size: 12px;
  }

  .banner-two__btn {
    padding: 10px 25px;
    font-size: 12px;
  }

  .dashboard-section .section-title h2 {
    line-height: 38px;
  }

  .dashboard-section .section-title {
    margin-bottom: 35px;
  }

  .features-section-three .section-title h2 {
    line-height: 38px;
  }

  .features-section-three .section-title {
    margin-bottom: 35px;
  }

  .fun-fact-one {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .contact-section {
    padding: 130px 0px 30px;
  }

  .contact-section .contact-heading h2 {
    margin-bottom: 15px;
  }

  .contact-sec-img-box .circle3 {
    height: 93px;
    width: 93px;
    left: 33%;
    top: 25%;
  }

  .contact-sec-img-box .circle5 {
    left: 67%;
  }

  .contact-sec-icon-box {
    left: 19%;
  }

  .newsletter-content h2 {
    font-size: 22px;
  }

  .p-60 {
    padding: 40px;
    margin: 0;
  }

  .newsletter-section-two {
    padding: 30px 0px;
  }

  .newsletter-images {
    margin-top: 0px;
    margin-bottom: -20px;
  }

  .newsletter-images .main-image {
    left: 20px !important;
    width: 90%;
  }

  .newsletter-email input {
    padding: 5px 15px !important;
  }

  .newsletter-email button {
    padding: 5px 15px !important;
  }

  .site-footer__main-footer {
    padding: 30px 0px;
    padding-bottom: 0px !important;
  }

  .footer-widget {
    margin-bottom: 30px !important;
  }

  .footer-widget .social-block {
    margin-top: 0px;
  }

  .footer-widget__title {
    margin-bottom: 24px;
  }

  .footer-widget__footer-logo {
    margin-bottom: 24px;
  }

  .scroll-to-top {
    right: 15px;
  }

  .partner-heading h2 {
    font-size: 24px;
  }

  .partner-box-heading h2 {
    font-size: 20px;
  }

  .partner-box-heading h1 {
    font-size: 28px;
  }

  .partner-box-heading h3 {
    font-size: 22px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }
}

@media (max-width: 375px) {
  .mobile-navbar ul .contact-menu {
    visibility: visible;
    display: block;
  }

  .p-60 {
    padding: 20px;
    margin: 0;
  }

  .newsletter-email input {
    padding: 5px 15px !important;
  }

  .newsletter-email button {
    padding: 7px 15px !important;
  }

  .newsletter-images {
    margin-top: 0px;
    margin-bottom: -15px;
  }

  .newsletter-images .main-image {
    left: 15px !important;
    width: 90%;
  }

  .dashboard-section .section-title h2 {
    font-size: 22px;
    line-height: 35px;
  }

  .features-section-three .section-title h2 {
    font-size: 22px;
    line-height: 35px;
  }

  .block-title__text {
    font-size: 22px !important;
    line-height: 35px !important;
  }

  .banner-one__btn {
    padding: 5px 20px !important;
  }

  .cta-three {
    padding: 60px 0px 30px 0px !important;
  }

  .cta-three__btn {
    margin-top: 30px;
    padding: 10px 30px !important;
  }

  .cta-three__list {
    margin-top: 20px;
  }

  .cta-three .block-title {
    margin-bottom: 20px;
  }

  .cta-three__text {
    line-height: 28px;
    font-size: 16px;
  }

  .cta-three__list-item {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-three .bubble-3 {
    left: 45%;
  }

  .dashboard-section .section-title {
    margin-bottom: 30px;
  }

  .features-section-three .section-title {
    margin-bottom: 30px;
  }

  .banner-one {
    padding-top: 120px !important;
  }

  .banner-one .bubble-1 {
    top: 19%;
    left: 1%;
  }

  .banner-one .bubble-2 {
    top: 31%;
  }

  .banner-one .bubble-4 {
    bottom: 3%;
    left: 53%;
  }

  .banner-one .bubble-5 {
    top: 21%;
  }

  .banner-one .bubble-6 {
    top: 56%;
    right: 7%;
  }

  .banner-one__btn {
    padding: 10px 30px;
    font-size: 11px;
  }

  .banner-two__btn {
    padding: 5px 20px;
    font-size: 11px;
  }

  .inner-banner {
    padding: 120px 0 50px;
  }

  .cta-three__btn {
    padding: 10px 40px;
  }

  .fun-fact-one {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .contact-section {
    padding: 110px 0px 30px;
  }

  .contact-section .contact-heading h2 {
    margin-bottom: 15px;
  }

  .newsletter-section-two {
    padding: 30px 0px;
  }

  .site-footer__main-footer {
    padding: 30px 0px;
    padding-bottom: 0px !important;
  }

  .scroll-to-top {
    right: 15px;
  }

  .site-footer__bottom-footer {
    padding: 8px 0px;
  }

  .site-footer__bottom-footer p {
    font-size: 12px;
  }

  .footer-widget {
    margin-bottom: 30px !important;
  }

  .footer-widget__title {
    margin-bottom: 24px;
  }

  .footer-widget__footer-logo {
    margin-bottom: 24px;
  }

  .footer-widget .social-block {
    margin-top: 0px;
  }

  .testimonials-style-one .block-title {
    margin-bottom: 15px;
  }

  .single-testi-one p {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .testimonials-style-one {
    padding-bottom: 35px;
  }

  .testimonials-style-one .single-testi-one h3 {
    margin-top: 15px;
  }

  .testimonials-style-one .block-title {
    margin-top: 15px;
  }

  #testimonials-slider-pager .testimonials-slider-pager-one .pager-item img {
    width: 320px !important;
  }

  .blog-details {
    padding: 40px 0;
  }

  .blog-details__title, .blog-details__title2, .blog-details__title3 {
    margin-bottom: 15px;
  }

  .blog-details__title {
    font-size: 24px;
  }

  .blog-details__title2 {
    font-size: 22px;
  }

  .blog-details__title3 {
    font-size: 20px;
  }

  .sidebar__search-form {
    height: 60px;
  }

  .sidebar__search-form input {
    padding: 0 30px;
  }

  .sidebar__single:not(.sidebar__search) {
    padding: 30px;
  }

  .bx-viewport {
    height: 275px !important;
  }

  .service-one__title {
    margin-bottom: 15px;
  }

  .service-one__text {
    margin-bottom: 15px;
    line-height: 28px;
  }

  .service-one__single {
    margin-top: 20px !important;
  }

  .partner-heading h2 {
    font-size: 20px;
  }

  .partner-box-heading h2 {
    font-size: 17px;
  }

  .partner-box-heading h1 {
    font-size: 30px;
  }

  .partner-box-heading h3 {
    font-size: 19px;
  }

  .partner-section {
    padding-bottom: 20px;
  }

  .partner-form-section {
    padding: 30px 0px 10px 0px;
  }

  .contact-sec-icon-box a i {
    margin-right: 13px;
  }

  .contact-sec-icon-box {
    left: 17%;
    bottom: -8%;
  }

  .contact-sec-img-box .circle3 {
    height: 65px;
    width: 65px;
    left: 37%;
    top: 41%;
  }

  .contact-sec-img-box .circle6 {
    height: 30px;
    width: 30px;
  }

  .contact-sec-img-box .circle4 {
    bottom: -3px;
    left: 85%;
  }

  .contact-sec-img-box .circle1 {
    height: 40px;
    width: 40px;
    left: 16%;
  }

  .contact-sec-img-box .circle2 {
    height: 25px;
    width: 25px;
    top: 60%;
  }

  .contact-sec-img-box .circle5 {
    bottom: -35px;
    height: 25px;
    width: 25px;
    left: 63%;
  }

  .contact-box {
    padding: 20px 15px;
  }

  .contact-form-box {
    padding: 20px 5px;
  }

  .become-partner-content p {
    line-height: 28px;
  }

  .benefits-sec-2-main-box {
    display: block;
  }

  .benefits-sec-2-content-box {
    margin-left: 0px;
  }

  .benefits-box-2-heading h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .benefits-box-content p {
    line-height: 28px;
  }

  .benefits-box-2-content p {
    line-height: 28px;
  }

  .benefits-box-heading h5 {
    margin: 15px 0px 10px 0px;
  }

  .demo-sec-main-heading h1 {
    font-size: 25px;
    padding-bottom: 15px;
  }

  .demo-form-box {
    padding: 20px 15px;
  }

  .demo-sec-content-box {
    padding: 15px 0px;
  }

  .demo-form-img-box img {
    left: 38%;
    top: -60px;
  }

  .demo-sec {
    padding: 110px 0px 20px 0px;
  }

  .demo-sec-paragraph p {
    line-height: 26px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .demo-sec-content p {
    line-height: 25px;
    font-size: 14px;
  }

  .features-item {
    display: block;
  }

  .features-item .content {
    margin-left: 0px;
  }

  .features-item .content h3 {
    margin-top: 15px;
  }

  .features-item .content p {
    line-height: 29px;
  }
}

/* 6 / 22 / 2023 */

.service-one-ctn {
  height: 74px;
  overflow-y: overlay;
  margin-bottom: 15px;
}

.service-one-ctn::-webkit-scrollbar {
  width: 4px
}

/* ::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement {
    display: none
} */

.service-one-ctn::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-left: none
}

.service-one-ctn::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 4px;
  background: rgba(0, 0, 0, 0.1)
}

.service-one-ctn p {
  transition: 0.4s all;
}

.service-one-ctn .service-one__readtext {
  display: none;
}

.service-one__single:hover .service-one-ctn p {
  color: #fff;
}

#svcs-readmore-btn {
  cursor: pointer;
  background: transparent;
  color: #666E82;
  border: 1px solid #666E82;
  padding: 5px 15px;
  transition: 0.5s all;
}

.service-one__single:after {
  pointer-events: none;
}

.whatsapp-logo a {
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 111;
  animation: drill 3s infinite;
  animation-duration: 1s;
  animation-delay: 0.2s;
}

.whatsapp-logo a img {
  width: 100%;
}

@keyframes drill{
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  100% {
    transform: scaleX(1);
  }
}


.thankyou-section{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fdf4f1;
}

.thankyou-img{
    width: 200px;
    margin: 0 auto 30px;
    aspect-ratio: 1/1;
    background: #ffe6de;
    border-radius: 50%;
    padding: 15px;
}

.thankyou-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thankyou-section h2{
    font-size: 42px;
    color: #464342;
    font-weight: 700;
    margin-bottom: 20px;
}

.thankyou-section p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.8;
    color: #6c6b6b;
}

.thankyou-actions {
    margin-top: 40px;
}

.thankyou-actions a {
    background: #f26337;
    display: block;
    width: max-content;
    margin: 0 auto;
    line-height: 1;
    color: #fff;
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s all ease-in-out;
}

.thankyou-actions a:hover{
    background: #dd562c;
}

.thankyou-socials{
    margin-top: 40px;
}

.thankyou-socials h3{
    color: #464342;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.thankyou-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.thankyou-social-links a {
    background: #ffe6de;
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f26337;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
}

.thankyou-social-links a:hover{
    background: #ffd9ce;
}

.error-message{
    margin: -20px 0 15px 20px;
    font-size: 14px;
    color: red;
    font-weight: 300;  
}

#bannerForm .error-message {
    margin: 10px 0 0;
    font-size: 11px;
    line-height: 1;
}


#freeQuoteForm .error-message{
    margin: -5px 0 -15px 0px;
    font-size: 12px;
}

#demoForm .error-message{
    margin: 0px 0 -10px 0px;
    font-size: 14px;
}

@media(max-width: 575px){
    .thankyou-img{
        width: 164px;
        padding: 12px;
    }
    .thankyou-section h2{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .thankyou-section p{
        font-size: 14px;
    }
    .thankyou-actions a{
        padding: 12px 22px;
        font-size: 13px;
    }
    .thankyou-socials h3{
        font-size: 16px;
    }
}

