/* stylesheet */
:root {
  --primary-color: #797979;
  --secondary-color: #f4a636;
  --dark-color1: #111111;
  --dark-color2: #17384e;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}
:after,
:before {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
}
body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  background-color: var(--white-color);
  color: var(--white-color);
  font-family: "PT Sans", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
.hide {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}
.as_section_dark {
  background-color: #171618 !important;
}
.as_section_light {
  background-color: #190236 !important;
}

.as_btn {
  background-color: #5c10c0;
}
.as_btn,
.as_btn:focus,
.as_btn:visited {
  height: 45px;
  background-color: #5c10c0;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  color: var(--white-color);
  width: 160px;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
a.as_btn.as_btn_border {
  background-color: transparent;
  border: 1px solid #fff;
}
button.as_btn {
  outline: none;
  border: none;
}
.as_btn:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background-image: linear-gradient(
    to right,
    #1f2e95,
    #2c278a,
    #331f7f,
    #381774,
    #3a0f69
  );
  background-image: -moz-linear-gradient(
    to right,
    #1f2e95,
    #2c278a,
    #331f7f,
    #381774,
    #3a0f69
  );
  background-image: -webkit-linear-gradient(
    to right,
    #1f2e95,
    #2c278a,
    #331f7f,
    #381774,
    #3a0f69
  );
  background-image: -ms-linear-gradient(
    to right,
    #1f2e95,
    #2c278a,
    #331f7f,
    #381774,
    #3a0f69
  );
}
.as_btn:hover:after {
  left: 0;
}
.as_btn:hover {
  color: var(--white-color) !important;
}
/* loader */
.as_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.as_loader img {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}

/* header css start */
.as_header_wrapper {
  background-color: #000;
  padding: 10px 0;
}
.as_header_wrapper img {
  height: 66px;
  width: 695px;
  margin: 0 auto;
}

/* header css end */
/* banner css start */
.as_banner_wrapper {
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0;
  position: relative;
  color: var(--white-color);
  overflow: hidden;
  z-index: 2;
  background-color: #0f0221;
}

.as_banner_detail {
  text-align: center;
  position: relative;
}

.as_banner_detail p {
  font-size: 16px;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
}

/* position banner */
.as_banner_detail .as_btn {
  background: #5c10c0;
  color: #ffffff;
  transition: all 0.3s linear;
}
.as_banner_detail .as_btn:hover {
  background-image: linear-gradient(
    to right,
    #1f2e95,
    #2c278a,
    #331f7f,
    #381774,
    #3a0f69
  );
  color: var(--white-color);
}
.as_banner_detail a.as_btn.as_btn_border:hover {
  border: none;
}
.as_banner_detail h5 {
  font-size: 70px;
  text-align: center;
  text-transform: capitalize;
}

.as_banner_detail p {
  margin: 10px auto 20px;
}

/* banner css end */

/* about css start */
.as_about_wrapper {
  padding: 70px 0px 80px;
}
.as-about-heading {
  padding: 40px 0 0 0;
}
.as-about-heading p {
  font-size: 16px;
}
.as_paragraph_wrapper {
  padding-left: 20px;
  border-left: 2px solid var(--secondary-color);
}
.as_paragraph_wrapper {
  padding-left: 20px;
  border-left: 2px solid #f4a636;
  margin-top: 20px;
}
.as-about-heading h2 {
  font-size: 16px;
  color: var(--white-color);
  letter-spacing: 5px;
  border-bottom: 1px solid #f4a636;
  display: inline-block;
  padding: 0px 0px 15px;
}
.as-about-heading h1 {
  color: var(--white-color);
  font-size: 40px;
}
.as_about_inner1 p {
  padding: 0px 0px 15px 35px !important;
  margin: 0;
  position: relative;
}
.as_about_inner1 p span {
  position: absolute;
  left: 0;
  top: 0px;
}
.as_about_inner1 p span svg {
  width: 25px;
}
.as-about-heading p {
  font-size: 16px;
  padding: 20px 0px 0px;
}

.as_aboutimg {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  padding: 50px;
}
.as_aboutimg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../images/about02-bg.png);
}
.as_aboutimg img {
  display: inline-block;
}
.as_aboutimg span.as_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.as_aboutimg span.as_play:after,
.as_aboutimg span.as_play:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  background-color: rgb(246 246 246 / 60%);
  animation: zoom 0.8s infinite alternate;

  z-index: -1;
}
.as_aboutimg span.as_play:after {
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
}

/* about css end */

/* service css start */
.as_service_wrapper {
  padding: 70px 0px 115px;
}
.as_service_img {
  position: relative;
  text-align: center;
}

.as_service_img .as_service_img {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 20px;
}

.as_service_single .as_service_img:after {
  display: none;
}
.as_service_img .as_service_circle {
  animation: spin 40s infinite linear;
  -webkit-animation: spin 40s infinite linear;
  -moz-animation: spin 40s infinite linear;
  position: relative;
  top: 0;
  left: -115px;
  width: 600px;
  height: 600px;
  max-width: 600px;
}
.as_service_box {
  margin-top: 30px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
  border: 1px solid rgb(255 255 255 / 27%);
  position: relative;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.5s linear;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  justify-content: space-between;
  background-color: transparent;
}
.as_service_box:hover {
  background-color: #420d86;
  border-color: #420d86;
}
.as_service_box:hover p {
  color: #ffffff;
}
.as_service_box .as_icon svg {
  fill: var(--white-color);
  transition: none;
  width: 60px;
}
.as_service_box:hover .as_icon svg {
  fill: var(--white-color);
}
.as_service_box p {
  transition: none;
  color: #8b89a3;
  margin: 0;
  transition: all 0.5s;
}
.as_service_box .as_subheading {
  margin: 0px 0 10px;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  transition: none;
  color: var(--white-color);
}

.as_service_box:hover .as_link span svg {
  fill: var(--white-color);
}

.as_service_box .as_link span svg,
.as_service_box .as_link span {
  transition: none !important;
  fill: var(--primary-color);
}
/* service css end */

/* footer css start */
.as_copyright_wrapper {
  display: flex;
  justify-content: center;
  background-color: #5c10c0;
}
.as_copyright_wrapper p {
  margin: 0;
  padding: 10px 0px;
}
/* footer css end */

/*  testimonial section css */
section.as_testimonial_wrapper {
  padding: 70px 0px 65px;
  background-image: url(../images/bg-banner.jpg);
  background-position: center;
}

.contacts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts .as_btn {
  margin: 0 10px;
}

.as_testimonial_inner_content {
  text-align: center;
  border-radius: 5px;

  padding: 30px;
  border: 1px solid rgb(255 255 255 / 27%);
}

.as_testimonial_inner_content img {
  border-radius: 50%;
  margin: 0px 0px 20px;
}
.as_testimonial_inner_content p {
  font-size: 16px;
}
.as_testimonial_inner_content h5 {
  padding: 0px 0 22px;
  font-size: 20px;
}
.as_testimonial_inner_content h6 {
  padding: 15px 0px;
  font-size: 18px;
  background-color: #420d86;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.as_service_box.as_text_rigth {
  text-align: right;
}

@media (max-width: 991px) {
    .as_service_img {
        display: none;
    }

    .as_service_box.as_text_rigth {
        flex-direction: row-reverse;
        text-align: left;
    }
}

@media (max-width: 715px) {
    .as_header_wrapper img {
        width: 100%;
        height: auto;
    }

    .as_banner_wrapper {
        padding: 100px 0;
    }

    .as_banner_wrapper h5 {
        font-size: 30px;
    }

    .as_banner_wrapper h5 br {
        display: none;
    }
}