@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}
html {
  font-size: 15px;
}
.testimonials-slider {
  touch-action: none;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #90949a;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #6220d9;
}

a:hover {
  text-decoration: none;
  color: #581dc3;
}

img {
  max-width: 100%;
}

#header-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  transition: 0.3s;
}
#header-custom .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
}
#header-custom .logo-link {
  display: flex;
  width: auto;
}
#header-custom .header-logo {
  width: 200px;
}
textarea {
  resize: none;
}
/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  clear: both;
  padding: 0;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #6220d9;
  font-size: 8px;
  font-size: 0.53333rem;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s6, .section-title-s4 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 35px;
  margin-top: -7px;
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  color: #acb1b8;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #fff;
  margin: 0.25em 0 0;
}

@media (max-width: 1199px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
  color: #41516a;
  margin: 0.15em 0 0;
}

.section-title-s3, .section-title-s6 {
  text-align: center;
}

.section-title-s4 h2,
.section-title-s4 > span {
  color: #fff;
}

.section-title-s5 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -3px;
}

.section-title-s5 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #41516a;
  margin: 0 0 0.67em;
}

@media (max-width: 1199px) {
  .section-title-s5 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .section-title-s5 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .section-title-s5 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.section-title-s5 p {
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 1.67em;
  margin: 0;
}

@media (max-width: 991px) {
  .section-title-s5 p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.section-title-s6 {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .section-title-s6 {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .section-title-s6 {
    margin-bottom: 35px;
  }
}

.section-title-s7 {
  text-align: center;
  margin-bottom: 70px;
  margin-top: -11px;
}

@media (max-width: 1199px) {
  .section-title-s7 {
    margin-top: -6px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .section-title-s7 {
    margin-bottom: 40px;
  }
}

.section-title-s7 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  color: #41516a;
  line-height: 1.25em;
  margin: 0;
}

@media (max-width: 1199px) {
  .section-title-s7 h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .section-title-s7 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title-s7 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.section-title-s8 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -5px;
}

.section-title-s8 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  color: #41516a;
  line-height: 1.25em;
  margin: 0 0 0.42em;
}

@media (max-width: 1199px) {
  .section-title-s8 h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .section-title-s8 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title-s8 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.section-title-s8 p {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.67em;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .section-title-s8 p {
    margin: 0 -30px;
  }
}

.section-title-s9, .section-title-s10, .section-title-s11, .section-title-s12 {
  margin-bottom: 25px;
}

.section-title-s9 h2, .section-title-s10 h2, .section-title-s11 h2, .section-title-s12 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #41516a;
  padding-right: 20px;
  margin: -0.22em 0 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.section-title-s9 h2:after, .section-title-s10 h2:after, .section-title-s11 h2:after, .section-title-s12 h2:after {
  content: "";
  background-color: #6220d9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 7px;
}

@media (max-width: 1199px) {
  .section-title-s9 h2, .section-title-s10 h2, .section-title-s11 h2, .section-title-s12 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .section-title-s9 h2, .section-title-s10 h2, .section-title-s11 h2, .section-title-s12 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .section-title-s9 h2, .section-title-s10 h2, .section-title-s11 h2, .section-title-s12 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.section-title-s10 {
  margin-bottom: 65px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-title-s10 {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .section-title-s10 {
    margin-bottom: 45px;
  }
}

.section-title-s11, .section-title-s12 {
  margin-bottom: 65px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-title-s11, .section-title-s12 {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .section-title-s11, .section-title-s12 {
    margin-bottom: 45px;
  }
}

.section-title-s11 h2, .section-title-s12 h2 {
  color: #fff;
  margin: 0 0 0.39em;
}

.section-title-s11 p, .section-title-s12 p {
  margin: 0;
}

.section-title-s12 h2 {
  color: #41516a;
  margin-top: -0.19em;
}

.vertical-heading {
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-heading span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #656c72;
}

@media (max-width: 1700px) {
  .vertical-heading {
    display: none;
  }
}

.vertical-heading-s2 {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical-heading-s2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #656c72;
}

@media (max-width: 1700px) {
  .vertical-heading-s2 {
    display: none;
  }
}

.theme-btn, .theme-btn-s3 {
  max-width: 200px;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: 0 9px 10px rgba(98, 32, 217, 0.3);
  box-shadow: 0 9px 10px rgba(98, 32, 217, 0.3);
}
.theme-btn:hover {
  transform: translateY(-2px);
}
.icon {
  font-size: 36px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .theme-btn, .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 12px 35px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s3 {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 10px 35px;
  }
}

.theme-btn:hover, .theme-btn-s3:hover {
  color: #fff;
}

.theme-btn-s2 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #6220d9;
  padding: 13px 35px;
  border: 1px solid #99a7b0;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .theme-btn-s2 {
    font-size: 15px;
    font-size: 1rem;
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 10px 25px;
  }
}

.theme-btn-s2:hover {
  background-color: #99a7b0;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.theme-btn-s3:hover {
  background-color: #4e19ad;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #6220d9;
  -webkit-box-shadow: 0 0 5px 0 #8048e4;
  -moz-box-shadow: 0 0 5px 0 #8048e4;
  -o-box-shadow: 0 0 5px 0 #8048e4;
  -ms-box-shadow: 0 0 5px 0 #8048e4;
  box-shadow: 0 0 5px 0 #8048e4;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 400px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}

.page-title .container {
  vertical-align: middle;
  display: table-cell;
}

.page-title h1,
.page-title ol {
  color: #fff;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.page-title .breadcrumb a {
  color: #fff;
}

/*****************************
	home 1 hero-section
****************************/
.hero-section {
  position: relative;
  height: 100vh;
}

.hero-section:before {
  content: "";
  background: url("../images/home-1-hero-bg.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .hero-section {
    min-height: 800px;
  }
}

@media (max-width: 1199px) {
  .hero-section {
    min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 450px;
    border-bottom: 1px solid #f1f1f1;
  }
  .image-none {
    display: none;
  }
}

.hero-section .hero-img {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .hero-section .hero-img {
    display: none;
  }
}

.hero-section .container {
  height: 100%;
  display: table;
}

.hero-section .container .row {
  display: table-cell;
  vertical-align: middle;
}

.hero-section .content {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero-section .content {
    margin: 0 -15px;
  }
}

.hero-section .content h2 {
  font-size: 60px;
  font-size: 4rem;
  line-height: 1em;
  color: #41516a;
  padding-right: 45px;
  margin: 0 0 0.83em;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 1800px) {
  .hero-section .content h2 {
    margin: -150px 0 0.83em;
  }
}

@media (max-width: 1500px) {
  .hero-section .content h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 1199px) {
  .hero-section .content h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .hero-section .content h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero-section .content h2 {
    font-size: 30px;
    font-size: 2rem;
    padding-right: 0;
  }
  .hero-section {
    background-image: none;
  }
    .hero-section .content {
      padding-top: 100px;
    }
}

.hero-section .content p {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67em;
  color: #41516a;
  margin: 0 0 1.4em;
}

@media (max-width: 1199px) {
  .hero-section .content p {
    margin: 0 0 1.4em;
  }
}

@media (max-width: 991px) {
  .hero-section .content p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .hero-section .content p {
    background: none;
    margin: 0 0 2em;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background: #2d3239;
  /*** about widget ***/
  /*** contact widget ***/
  /*** quick-links-widget ***/
  /*** recent-post-widget ***/
  /*** copyright-info ***/
}

.site-footer .upper-footer {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 55px;
  }
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1em;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .site-footer .contact-widget .contact-info {
    margin-top: -10px;
  }
}

.site-footer .contact-widget .footer-logo:before {
  display: none;
}

.site-footer .contact-widget ul li {
  position: relative;
  font-size: 18px;
  font-size: 1.2rem;
  padding-left: 0;
  line-height: 1.78em;
}

@media (max-width: 1199px) {
  .site-footer .contact-widget ul li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.site-footer .contact-widget ul li i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .site-footer .contact-widget ul > li + li {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .site-footer .contact-widget ul > li + li {
    margin-top: 10px;
  }
}

.site-footer .quick-links-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .quick-links-widget {
    padding-left: 45px;
  }
}

.site-footer .quick-links-widget a {
  color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
}

@media (max-width: 1199px) {
  .site-footer .quick-links-widget a {
    font-size: 15px;
    font-size: 1rem;
  }
}

.site-footer .quick-links-widget ul li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .quick-links-widget ul li + li {
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .site-footer .recent-post-widget {
    margin-left: -30px;
  }
}

.site-footer .recent-post-widget ul > li + li {
  margin-top: 40px;
}

.site-footer .recent-post-widget li {
  padding-left: 0;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .recent-post-widget li {
    min-height: 62px;
  }
}
.site-footer a:hover {
  color:#6220d9;
}
.site-footer .recent-post-widget .entry-media {
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer .recent-post-widget .entry-details h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0;
  position: relative;
  top: -5px;
}

@media (max-width: 1199px) {
  .site-footer .recent-post-widget .entry-details h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.site-footer .recent-post-widget .entry-details h4 a {
  color: #fff;
}

.site-footer .recent-post-widget .entry-details .date {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #8e8d8d;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .site-footer .recent-post-widget .entry-details .date {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.site-footer .copyright-info {
  font-family: "Montserrat", sans-serif;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #2f3b51;
}

.site-footer .copyright-info p {
  font-size: 14px;
  font-size: cacl-rem-value(14);
  color: #8a8a8a;
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright-info p {
    font-size: 13px;
    font-size: cacl-rem-value(13);
  }
}

.site-footer .copyright-info a {
  color: #fff;
}

/*--------------------------------------------------------------
#0.6	about-section
--------------------------------------------------------------*/
.about-section .content, .about-section-s3 .content, .about-section-s4 .content {
  overflow: hidden;
  position: relative;
}

.about-section .left-grid, .about-section-s3 .left-grid, .about-section-s4 .left-grid {
  background: url("../images/542.webp") center center/cover no-repeat;
  width: 50%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .about-section .left-grid, .about-section-s3 .left-grid, .about-section-s4 .left-grid {
    width: 100%;
    height: 400px;
    float: none;
    position: relative;
  }
}

.about-section .right-grid, .about-section-s3 .right-grid, .about-section-s4 .right-grid {
  background-color: #6220d9;
  width: 50%;
  padding: 70px 80px;
  float: right;
}

@media (max-width: 767px) {
  .about-section .right-grid, .about-section-s3 .right-grid, .about-section-s4 .right-grid {
    width: 100%;
    float: none;
    padding: 30px;
  }
}

.about-section .details p, .about-section-s3 .details p, .about-section-s4 .details p {
  color: #fff;
  margin-bottom: 2.3em;
}

.about-section .video-holder a, .about-section-s3 .video-holder a, .about-section-s4 .video-holder a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-section .video-holder a, .about-section-s3 .video-holder a, .about-section-s4 .video-holder a {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.about-section .video-holder i, .about-section-s3 .video-holder i, .about-section-s4 .video-holder i {
  background-color: #6220d9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .about-section .video-holder i, .about-section-s3 .video-holder i, .about-section-s4 .video-holder i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.about-section .about-pic, .about-section-s3 .about-pic, .about-section-s4 .about-pic {
  position: absolute;
  right: 45px;
  bottom: 45px;
}

@media (max-width: 1500px) {
  .about-section .about-pic, .about-section-s3 .about-pic, .about-section-s4 .about-pic {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.7	services-section
--------------------------------------------------------------*/
.services-section {
  padding-top: 80px;
  padding-bottom: 60px;
  /*** skills progress bar ***/
  /*** .services-detail-text ***/
  /*** service-features-grids ***/
}

@media (max-width: 991px) {
  .services-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .services-section {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .services-section .skills {
    padding-right: 80px;
  }
}

.services-section .skills .skill {
  margin-bottom: 30px;
}

.services-section .skills .skill:last-child {
  margin-bottom: 0;
}

.services-section .skills .skill:last-child .progress {
  margin-bottom: 0;
}

.services-section .skills h6 {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 0.6em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .services-section .skills h6 {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.services-section .skills .progress {
  background-color: #e9edf2;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  box-shadow: none;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.services-section .skills .progress > span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #41516a;
  padding: 2px 6px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .services-section .skills .progress > span {
    padding: 0 6px;
  }
}

.services-section .skills .progress-bar {
  background: #6220d9;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .services-section .services-detail-text {
    margin-top: 60px;
  }
}

.services-section .services-detail-text p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #41516a;
  margin-bottom: 1.3em;
}

.services-section .service-features-grids {
  overflow: hidden;
  margin: 100px -20px 0;
}

@media (max-width: 991px) {
  .services-section .service-features-grids {
    margin: 60px -20px 0;
  }
}

@media (max-width: 767px) {
  .services-section .service-features-grids {
    margin: 40px -20px 0;
  }
}

.services-section .service-features-grids .grid {
  width: 25%;
  float: left;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .services-section .service-features-grids .grid {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .services-section .service-features-grids .grid {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.services-section .service-features-grids .icon .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #41516a;
}

@media (max-width: 767px) {
  .services-section .service-features-grids .icon .fi:before {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.services-section .service-features-grids h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 0.94em;
}

@media (max-width: 767px) {
  .services-section .service-features-grids h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.services-section .service-features-grids p {
  margin: 0;
}

/*--------------------------------------------------------------
#0.9	testimonials-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .testimonials-section {
    padding-bottom: 165px;
  }
}

.testimonials-section .grid {
  overflow: hidden;
  padding: 17px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 15px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .testimonials-section .grid {
    padding: 15px;
    margin: 0;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
  }
}

.testimonials-section .img-holder {
  width: 370px;
  float: left;
}

@media (max-width: 991px) {
  .testimonials-section .img-holder {
    width: auto;
    max-width: 370px;
    float: none;
  }
}

.testimonials-section .img-holder img {
  width: auto;
}

.testimonials-section .grid .details {
  width: calc(100% - 370px);
  float: left;
  padding: 25px 0 0 30px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section .grid .details {
    width: 100%;
    float: none;
    padding: 30px 0 15px 0;
  }
}

.testimonials-section .grid .details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 0.92em;
}

@media (max-width: 991px) {
  .testimonials-section .grid .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .details h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.testimonials-section .grid .details p {
  margin-bottom: 1.5em;
}

.testimonials-section .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 5px;
}

@media (max-width: 991px) {
  .testimonials-section .client-info h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section .client-info h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.testimonials-section .client-info > span {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #90949a;
  text-transform: uppercase;
}

.testimonials-section .rating {
  position: absolute;
  right: 33px;
  bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-section .rating {
    position: static;
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .testimonials-section .rating {
    bottom: 15px;
  }
}

.testimonials-section .rating i {
  color: #6220d9;
}

.testimonials-section .owl-controls .owl-nav {
  width: 100%;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .testimonials-section .owl-controls .owl-nav {
    display: none !important;
  }
}

.testimonials-section .owl-controls .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -50px;
}

@media (max-width: 1199px) {
  .testimonials-section .owl-controls .owl-dots {
    position: static;
  }
}

.testimonials-section .owl-controls .owl-dots .owl-dot.active span,
.testimonials-section .owl-controls .owl-dots .owl-dot:hover span {
  background: #41516a;
}

.testimonials-section .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  padding: 0;
  margin: 0;
  color: #41516a;
  position: absolute;
}

.testimonials-section .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #601fd5;
}

.testimonials-section .owl-controls .owl-nav .owl-prev {
  left: -100px;
}

.testimonials-section .owl-controls .owl-nav .owl-next {
  right: -100px;
}


/*--------------------------------------------------------------
#1.2	news-letter-section
--------------------------------------------------------------*/
.news-letter-section {
  position: relative;
  background: url("../images/4-4.webp") center center/cover no-repeat;
  padding: 95px 0;
}

@media (max-width: 991px) {
  .news-letter-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .news-letter-section {
    padding: 50px 0;
  }
}

.news-letter-section:before {
  content: "";
  background-color: rgba(65, 81, 106, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news-letter-section .newsletter-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-top: -3px;
}
.news-letter-section .newsletter-text h3 {
  margin-bottom: 30px !important;
}

@media (max-width: 991px) {
  .news-letter-section .newsletter-text {
    text-align: center;
  }
}

.news-letter-section .newsletter-text > span {
  font-size: 14px;
  font-size: 0.93333rem;
  text-transform: uppercase;
}

.news-letter-section .newsletter-text h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0.29em 0 0;
}

@media (max-width: 767px) {
  .news-letter-section .newsletter-text h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.news-letter-section form div {
  position: relative;
}

@media (max-width: 991px) {
  .news-letter-section form div {
    max-width: 400px;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .news-letter-section form div {
    max-width: 300px;
    margin: 30px auto 0;
  }
}

.news-letter-section form input {
  background-color: #fff;
  padding: 6px 140px 6px 25px;
  height: 50px;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .news-letter-section form input {
    height: 40px;
    padding: 6px 120px 6px 20px;
  }
}

@media (max-width: 767px) {
  .news-letter-section form input {
    padding: 6px 110px 6px 20px;
  }
}

.news-letter-section form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-letter-section form button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #6220d9;
  width: 130px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 0 50px 50px 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .news-letter-section form button {
    width: 110px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .news-letter-section form button {
    width: 100px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.news-letter-section form button:hover {
  background-color: #581dc3;
}

/*--------------------------------------------------------------
#1.3	contact-section
--------------------------------------------------------------*/
.contact-section, .contact-section-s2 {
  padding-bottom: 105px;
  /*** contact-info ***/
}

@media (max-width: 991px) {
  .contact-section, .contact-section-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .contact-section, .contact-section-s2 {
    padding-bottom: 70px;
  }
}

.contact-section .contact-form-info, .contact-section-s2 .contact-form-info {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .contact-section .contact-form-info, .contact-section-s2 .contact-form-info {
    margin-top: 0;
  }
}

.contact-section form, .contact-section-s2 form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .contact-section form, .contact-section-s2 form {
    margin: 0 -10px;
  }
}

.contact-section form > div, .contact-section-s2 form > div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .contact-section form > div, .contact-section-s2 form > div {
    padding: 0 10px 20px;
  }
}

.contact-section form > div:first-child, .contact-section-s2 form > div:first-child,
.contact-section form > div:nth-child(2), .contact-section-s2 form > div:nth-child(2),
.contact-section form > div:nth-child(3), .contact-section-s2 form > div:nth-child(3),
.contact-section form > div:nth-child(4), .contact-section-s2 form > div:nth-child(4) {
  width: 50%;
  float: left;
}

@media (max-width: 500px) {
  .contact-section form > div:first-child, .contact-section-s2 form > div:first-child,
  .contact-section form > div:nth-child(2), .contact-section-s2 form > div:nth-child(2),
  .contact-section form > div:nth-child(3), .contact-section-s2 form > div:nth-child(3),
  .contact-section form > div:nth-child(4), .contact-section-s2 form > div:nth-child(4) {
    width: 100%;
    float: none;
  }
}

.contact-section form input, .contact-section-s2 form input,
.contact-section form textarea, .contact-section-s2 form textarea {
  background-color: #eaecee;
  height: 50px;
  padding: 6px 25px;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .contact-section form input, .contact-section-s2 form input,
  .contact-section form textarea, .contact-section-s2 form textarea {
    height: 40px;
    padding: 6px 20px;
    border-radius: 40px;
  }
}

.contact-section form input:focus, .contact-section-s2 form input:focus,
.contact-section form textarea:focus, .contact-section-s2 form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-section form textarea, .contact-section-s2 form textarea {
  height: 280px;
  border-radius: 10px;
  padding: 25px;
}

@media (max-width: 991px) {
  .contact-section form textarea, .contact-section-s2 form textarea {
    height: 180px;
    padding: 20px;
  }
}

.contact-section .submit, .contact-section-s2 .submit {
  text-align: center;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .contact-section .submit, .contact-section-s2 .submit {
    margin-top: 10px;
  }
}

.contact-section .submit button, .contact-section-s2 .submit button {
  font-family: "Montserrat", sans-serif;
  background-color: #6220d9;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #fff;
  padding: 12px 50px;
  border: 0;
  outline: 0;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .contact-section .submit button, .contact-section-s2 .submit button {
    font-size: 15px;
    font-size: 1rem;
    padding: 12px 40px;
  }
}

@media (max-width: 767px) {
  .contact-section .submit button, .contact-section-s2 .submit button {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 10px 35px;
  }
}

.contact-section .submit button:hover, .contact-section-s2 .submit button:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .contact-section .contact-info, .contact-section-s2 .contact-info {
    text-align: center;
    margin-top: 60px;
    border-top: 1px solid #e2e1e1;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-info, .contact-section-s2 .contact-info {
    margin-top: 50px;
  }
}

.contact-section .contact-info > div + div, .contact-section-s2 .contact-info > div + div {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .contact-section .contact-info > div + div, .contact-section-s2 .contact-info > div + div {
    margin-top: 30px;
  }
}

.contact-section .contact-info h5, .contact-section-s2 .contact-info h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #41516a;
  margin: 0 0 22px;
}

@media (max-width: 991px) {
  .contact-section .contact-info h5, .contact-section-s2 .contact-info h5 {
    margin: 0 0 5px;
  }
}

.contact-section .contact-info p, .contact-section-s2 .contact-info p {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-section .contact-info p, .contact-section-s2 .contact-info p {
    font-size: 15px;
    font-size: 1rem;
  }
}
.testimonials-section {
  padding-top: 50px;
}

@media (max-width: 767px) {
.about-section .right-grid .details,
  .about-section-s3 .right-grid .details,
  .about-section-s4 .right-grid .details {
    max-width: 100%;
  }
}
#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  background-color: #6120d9ab;
  z-index: 9999
}
#cookPopup p {
  margin: 0 0 10px;
  color: white;
  text-align: center;
}
.cookPopup_btn {
  padding: 12px 36px;
  cursor: pointer;
  border: 0;
  background: #601fd5;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: 1px;
}
.cookPopup_btn:hover {
  background: #581dc3;
}
@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}
@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }
  .cookPopup_btn {
    margin: 10px 0 0 0
  }
}
.cookPopup_title {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.cookPopup_desc {
  font-size: 16px;
}
.show {
  display: flex !important
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}

.docs {
  word-break: break-word;
  padding: 120px 0 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
.docs ul {
  padding-left: 30px;
  margin-bottom: 16px;
  list-style-type: disc;
}
.docs li,
.docs p {
  color: #111;
  line-height: 1.929;
}
#grid-box {
  padding-bottom: 20px;
}
.grid-photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .grid-photo {
      grid-template-columns: 1fr 1fr;
    }
}