@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&family=Rubik:wght@300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  margin: 10px 0 0 0;
  color: #807E7E;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #2e3192;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #CC0808;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

::-moz-placeholder {
  font-weight: 400;
  color: #5a5a59;
}

::placeholder {
  font-weight: 400;
  color: #5a5a59;
}

.form-group {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
@media only screen and (min-width: 991px) and (max-width: 1110px) {
  .form-group input,
  .form-group .form-select,
  .form-group .selecttext {
    padding: 0 10px;
    font-size: 12px;
  }
}
.form-group .selecttext {
  background: #fff;
  align-items: center;
  display: flex;
  color: #5a5a59;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #2e3192;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly] {
  background-color: #fff;
}
.form-group textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
}

section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h2 {
  color: #2e3192;
  font-size: 34px;
  text-align: left;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 22px;
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

.bars {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 10px auto;
  position: relative;
}
.bars::before {
  position: absolute;
  left: 0;
  content: "";
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #91BD27;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

.shape10 {
  position: absolute;
  top: 20%;
  z-index: 9;
  left: 30px;
  animation: rotate3d 4s linear infinite;
  opacity: 0.4;
}

.shape11 {
  position: absolute;
  z-index: 9;
  bottom: 15%;
  right: 10%;
}

.shape13 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  opacity: 0.9;
  animation: 2s infinite arrowFloat;
}

.shape14 {
  position: absolute;
  top: 30%;
  right: 5%;
}

.shape15 {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.9;
  animation: 2s infinite arrowFloat;
}

.shape16 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.9;
  animation: 2s infinite arrowFloat;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.bubble-four {
  position: relative;
  width: 130px;
  height: 130px;
  left: 10%;
  top: 50%;
  bottom: 0;
  animation: rotating 15s infinite linear;
}
.bubble-four::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  z-index: 9;
  width: 13px;
  height: 13px;
  background: #5DC7FC;
  bottom: 0;
  left: 50%;
  position: absolute;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
/*owl theme start */
.header {
  background: #fff;
  padding: 0px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.114) 0px 25px 20px -20px;
}
.header .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 68px;
  height: 68px;
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header .logo {
    width: 200px;
    height: 75px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .header .logo {
    width: 200px;
    height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .logo {
    width: 175px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 165px;
    height: 55px;
  }
}

.intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F5EE url(../images/shape1.png) no-repeat left center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .intro {
    height: auto;
    margin-top: 75px;
  }
}
@media (max-width: 991px) {
  .intro {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-top: 60px;
  }
}
.intro .scroll {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 48.5%;
  bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: 2s infinite arrowFloat;
}
.intro .scroll i {
  font-size: 30px;
  color: #807E7E;
}
@keyframes arrowFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.intro .texts {
  width: 50%;
  position: relative;
  height: 100vh;
  display: flex;
}
@media (max-width: 1200px) {
  .intro .texts {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .intro .texts {
    width: 100%;
    height: 50vh;
  }
}
.intro .texts .shape4 {
  position: absolute;
  right: 5%;
  top: 20%;
}
.intro .texts .slider-caption {
  padding: 2rem;
  align-self: center;
  position: relative;
}
.intro .texts .slider-caption h2 {
  font-size: 3rem;
  color: #2e3192;
  line-height: 50px;
}
@media (max-width: 480px) {
  .intro .texts .slider-caption h2 {
    font-size: 2rem;
  }
}
.intro .texts .slider-caption h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #CC0808;
}
.intro .texts .slider-caption .btn-box {
  display: block;
}
.intro .texts .bottombox {
  position: absolute;
  width: 100%;
  padding: 20px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .intro .texts .bottombox {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .intro .texts .bottombox {
    display: none;
  }
}
.intro .texts .bottombox .counter {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.intro .texts .bottombox .counter h4 {
  color: #3D3D3D;
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .intro .texts .bottombox .counter h4 {
    font-size: 2rem;
  }
}
.intro .texts .bottombox .counter h4 sup {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .intro .texts .bottombox .counter h4 sup {
    font-size: 1.2rem;
  }
}
.intro .texts .bottombox .counter h6 {
  color: #3D3D3D;
  font-size: 2rem;
  font-weight: 400;
}
.intro .texts .bottombox .counter h5 {
  font-size: 1rem;
  color: #807E7E;
  font-weight: 400;
  padding-left: 5px;
}
.intro .slider {
  height: auto;
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media (max-width: 991px) {
  .intro .slider {
    width: 100%;
  }
}
.intro .slider .owl-carousel {
  margin: 0px;
}
.intro .slider .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.intro .slider .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 20px;
  right: 2 n0px;
  text-align: right;
}
.intro .slider .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #2e3192;
  border: #2e3192 1px solid;
  border-radius: 50%;
}
.intro .slider .owl-theme .owl-controls .owl-page.active span,
.intro .slider .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #CC0808;
  border: #CC0808 1px solid;
}
.intro .slider .owl-theme .owl-controls {
  margin: 0 0 0;
  width: 100%;
}

.service {
  position: relative;
  width: 100%;
  background: url(../images/servicebg.webp) center;
}
.service .servicebg {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: url(../images/service-bg.png) no-repeat center;
  padding: 60px 50px;
  background-size: cover;
  position: relative;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service .servicebg {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .service .servicebg {
    padding: 20px;
  }
}
.service .servicebg .service-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.service .servicebg .service-content h2 {
  color: #CC0808;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .service .servicebg .service-content h2 {
    font-size: 1.5rem;
  }
}
.service .servicebg .service-content h3 {
  color: #2e3192;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .service .servicebg .service-content h3 {
    font-size: 1.2rem;
  }
}
.service .servicebg .service-content h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin: 20px 0px;
}
@media (max-width: 992px) {
  .service .servicebg .service-content h4 {
    font-size: 1rem;
    margin: 10px 0px;
  }
}
.service .servicebg .service-content h4 span {
  display: block;
  color: #3D3D3D;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .service .servicebg .service-content h4 span {
    font-size: 1rem;
  }
}
.service .servicebg .service-content h5 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin: 20px 0px;
}
.service .servicebg .service-content .rates {
  width: 100%;
  display: flex;
  justify-content: center;
}
.service .servicebg .service-content .rates ul {
  display: flex;
}
.service .servicebg .service-content .rates ul li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 10px;
  list-style: none;
  background: #e3e2e2;
  color: #2e3192;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0px 5px;
}

.about-bg {
  background: url(../images/about_bg.jpg) no-repeat center center;
}
.about-bg h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 992px) {
  .about-bg h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .about-bg h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .about-bg h2 {
    font-size: 1.5rem;
  }
}
.about-bg p {
  color: #fff;
}
.about-bg .artist {
  background: #2e3192;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-bg .artist h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .about-bg .artist h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about-bg .artist h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .about-bg .artist h3 {
    font-size: 1.3rem;
  }
}
.about-bg .about-img {
  position: relative;
  z-index: 9;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.about-bg .about-img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.about-bg .about-img::before {
  position: absolute;
  content: url(../images/shape4.png);
  left: -30px;
  top: -30px;
  z-index: -1;
  animation: 8s spinclockwise infinite linear;
}

@keyframes spinclockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gallery {
  width: 100%;
}
.gallery .gallery-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background: #CC0808;
}
.gallery .gallery-box img {
  transition: all 0.4s ease-in-out;
}
.gallery .gallery-box a i {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  bottom: 35px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  z-index: 9;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #CC0808;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}
.gallery .gallery-box:hover {
  background: #000;
}
.gallery .gallery-box:hover img {
  opacity: 0.8;
}

.footer {
  background: #fff;
  position: relative;
}
.footer .shape13 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  opacity: 0.9;
  animation: 2s infinite arrowFloat;
}
.footer .shape14 {
  position: absolute;
  top: 30%;
  right: 5%;
}
.footer .logo {
  width: 150px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .logo {
    width: 100px;
    margin: 0 auto;
  }
}
.footer h4 {
  font-weight: 600;
  color: #CC0808;
  font-size: 1.5rem;
}
.footer .boxes {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .boxes {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .footer .boxes {
    padding: 2px;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .boxes {
    padding: 10px;
  }
}
.footer .boxes span {
  padding: 0px 15px;
  color: #2e3192;
}
.footer .boxes img {
  padding-right: 10px;
  width: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .boxes img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .footer .boxes img {
    width: 50px;
  }
}
.footer .boxes a {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .boxes a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .boxes a {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer .boxes a {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .footer .boxes a {
    font-size: 0.875rem;
  }
}
.footer .social-icons {
  display: flex;
  justify-content: center;
}
.footer .social-icons li {
  padding: 0px 5px;
  list-style: none;
  font-size: 20px;
}
.footer .social-icons li a {
  color: #807E7E;
}
.footer .social-icons li a:hover {
  color: #2e3192;
}
.footer .social-icons li:first-child {
  padding-left: 0px;
}
.footer .block-lists {
  margin: 20px 0px;
}
.footer .block-lists ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .block-lists ul li {
  list-style: none;
  position: relative;
  line-height: 30px;
  color: #000;
  color: #3D3D3D;
}
.footer .block-lists ul li a {
  padding: 0px 10px;
  color: #3D3D3D;
}
.footer .powered {
  text-align: center;
}
.footer .powered a {
  color: #2e3192;
}

.inner-banner {
  width: 100%;
  position: relative;
  height: 30vh;
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
  margin-top: 88px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-banner {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    height: 26vh;
    margin-top: 68px;
  }
}
.inner-banner .shape16 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 9;
  background: #fff;
  transform: translateY(80px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.inner-banner .shape16 img {
  width: 150px;
}
.inner-banner h3 {
  color: #fff;
  font-weight: 700;
  font-size: 3em;
}
@media (max-width: 767px) {
  .inner-banner h3 {
    font-size: 2em;
  }
}
.inner-banner .breradcrums {
  position: relative;
  display: inline-flex;
  padding: 10px 20px 10px 10px;
  background: #2e3192;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
.inner-banner .breradcrums li {
  list-style: none;
  padding: 0px 10px;
  color: #fff;
  padding-left: 10px;
}
.inner-banner .breradcrums li:first-child {
  padding-left: 0px;
}
@media (max-width: 480px) {
  .inner-banner .breradcrums li {
    font-size: 12px;
    padding-left: 5px;
  }
}
.inner-banner .breradcrums li a {
  color: #fff;
}
.inner-banner .breradcrums li::before {
  content: "\f287";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 8px;
  padding-right: 5px;
  color: #CC0808;
}

.inner_container {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 213, 213) 100%);
  position: relative;
}
.inner_container .bars {
  margin: 0;
}
.inner_container .f18 {
  font-size: 18px;
  font-weight: 500;
}
.inner_container h2 span {
  font-weight: 400;
  display: block;
  color: #2e3192;
  letter-spacing: 2px;
}
.inner_container .round {
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 767px) {
  .inner_container .round {
    width: 460px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .inner_container .round {
    width: 300px;
    margin: 0 auto;
  }
}
.inner_container .round img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inner_container .round h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2e3192;
  margin-top: 10px;
}
.inner_container .round h3 span {
  display: block;
  font-size: 0.875rem;
  color: #807E7E;
  font-weight: 400;
}
.inner_container .round h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #2e3192;
  margin-top: 10px;
}
.inner_container .round h4 span {
  display: block;
  font-size: 0.875rem;
  color: #807E7E;
  font-weight: 400;
}
.inner_container .round1 {
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .inner_container .round1 {
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .inner_container .round1 {
    width: 200px;
    margin: 0 auto;
  }
}
.inner_container .round1 img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inner_container .round1 h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2e3192;
  margin-top: 10px;
}
.inner_container .round1 h3 span {
  display: block;
  font-size: 0.875rem;
  color: #807E7E;
  font-weight: 400;
}
.inner_container .round1 h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #2e3192;
  margin-top: 10px;
}
.inner_container .round1 h4 span {
  display: block;
  font-size: 0.875rem;
  color: #807E7E;
  font-weight: 400;
}
.inner_container .calalouge {
  background: #eaecff;
  padding: 20px;
}
.inner_container .calalouge img {
  width: 80px;
  margin-bottom: 10px;
}
.inner_container .calalouge .btn-2 {
  margin-left: 0;
  padding: 5px 10px;
}
.inner_container .calalouge h4 {
  margin: 10px 0px;
}
.inner_container .contact-info-list {
  width: 100%;
}
.inner_container .contact-info-list ul {
  width: 100%;
}
.inner_container .contact-info-list ul li {
  list-style: none;
  display: flex;
  margin: 20px 0px;
  align-items: center;
  color: #2e3192;
}
.inner_container .contact-info-list ul li a {
  color: #2e3192;
}
.inner_container .contact-info-list ul li .icon {
  position: relative;
  width: 70px;
  height: 60px;
  background: #CC0808;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
}
.inner_container .contact-info-list ul li .text {
  width: 100%;
  padding-left: 10px;
}
.inner_container .contact-info-list ul li .text h4 {
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .inner_container .contact-info-list ul li .text h4 {
    font-size: 1rem;
  }
}
.inner_container .contact-info-list ul li .text p {
  margin: 0;
  font-size: 1rem;
}
.inner_container .solution-boxes {
  border: 1px solid #ededed;
  background: #fff;
  padding: 10px;
  transition: all 0.4s ease-in-out;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.inner_container .solution-boxes .solution-content {
  transition: all 0.4s ease-in-out;
  width: 100%;
  padding: 10px 20px 20px 20px;
  background: #e6f3f7;
  position: relative;
}
.inner_container .solution-boxes .solution-content h4 {
  transition: all 0.4s ease-in-out;
  font-size: 1.2rem;
  color: #2e3192;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .solution-boxes .solution-content h4 {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .inner_container .solution-boxes .solution-content h4 {
    font-size: 1rempx;
  }
}
.inner_container .solution-boxes .solution-content::before {
  position: absolute;
  transition: all 0.4s ease-in-out;
  content: "";
  left: 0;
  top: -36px;
  width: 100%;
  height: 40px;
  background: #e6f3f7;
  -webkit-clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
}
.inner_container .solution-boxes:hover {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.inner_container .solution-boxes:hover .solution-content {
  background: #2e3192;
}
.inner_container .solution-boxes:hover .solution-content h4 {
  color: #fff;
}
.inner_container .solution-boxes:hover .solution-content::before {
  background: #2e3192;
}
.inner_container .solution-boxes:hover .solution-content .btn4 {
  color: #CC0808;
}
.inner_container .solution-boxes:hover .solution-content .btn4 i {
  color: #CC0808;
}
.inner_container .gallery-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background: #2e3192;
  border: 6px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.inner_container .gallery-box img {
  transition: all 0.4s ease-in-out;
}
.inner_container .gallery-box a i {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  bottom: 35px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  z-index: 9;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #2e3192;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}
.inner_container .gallery-box:hover {
  background: #000;
}
.inner_container .gallery-box:hover img {
  opacity: 0.8;
}
.inner_container .about-img img {
  border-radius: 0 20px 0 0px;
  -webkit-border-radius: 0 20px 0 0px;
  -moz-border-radius: 0 20px 0 0px;
  -ms-border-radius: 0 20px 0 0px;
  -o-border-radius: 0 20px 0 0px;
}
.inner_container .mision-vision {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #CC0808;
  padding: 30px 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.inner_container .mision-vision .round {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #73AECB;
  width: 90%;
  padding: 20px;
  margin-left: 10%;
}
.inner_container .mision-vision .round h3 {
  font-size: 2rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.inner_container .mision-vision .round p {
  color: #fff;
}
.inner_container .mision-vision .round .icons {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  padding: 5px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: -18%;
}
.inner_container .mision-vision .round .icons img {
  width: 50px;
  height: 50px;
}
.inner_container .mision-vision .round:hover {
  background: #3D2180;
}
.inner_container .mision-vision .round:hover .icons {
  margin-left: 0px;
}

.advantage {
  width: 100%;
  background: #3D2180;
  position: relative;
}
.advantage .advantage-image {
  margin-right: 0px;
  position: relative;
  margin-left: 100px;
}
.advantage .advantage-image .ab-second-img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: -50px;
  bottom: 40px;
  width: 50%;
  height: auto;
  border: 8px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.advantage h3 {
  color: #fff;
  font-weight: 700;
}
.advantage p {
  color: #fff;
}

.navigation {
  width: 100%;
  position: relative;
  font-family: inherit;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.align-to-right-mob {
  float: right;
  display: none !important;
}
@media (max-width: 1006px) {
  .align-to-right-mob {
    display: block !important;
  }
}

.navigation-portrait .nav-menu > li span {
  font-size: 0;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .align-to-left .nav-menu > li span {
  display: none;
}
.navigation-portrait .dropdown {
  width: 100% !important;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.navigation-portrait .nav-search-inner {
  height: 48px;
}
.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  animation: fade 0.5s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.navigation-hidden .nav-header {
  display: none;
}
.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0 10px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: 14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #CC0808;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #CC0808, 0 1em 0 0 #CC0808;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li > a {
  transition: all 0.4s ease-in-out;
  padding: 34px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #707070;
  transition: color 0.3s, background 0.3s;
}
.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
.nav-menu > li:hover {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a {
  color: #3D2180;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #2e3192 #2e3192 transparent;
}
.nav-menu > li.active {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.active > a {
  transition: all 0.4s ease-in-out;
  color: #CC0808;
}
.nav-menu > li.active > a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  height: 4px;
  background: #2e3192;
}
@media (max-width: 992px) {
  .nav-menu > li.active > a::before {
    display: none;
  }
}
.nav-menu > li.focus {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.focus > a {
  color: #CC0808;
  transition: all 0.4s ease-in-out;
}
.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #2e3192 #2e3192 transparent;
}
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #2e3192 #2e3192 transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #2e3192 #2e3192 transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: color 0.3s;
}
.nav-search-icon:after {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: #CC0808;
  transition: opacity 0.3s;
  height: 100%;
}
@media (max-width: 991px) {
  .nav-button {
    height: auto;
  }
}
.nav-button a {
  color: #fff;
}
.nav-button .box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-button .box i {
  font-size: 20px;
  padding-right: 5px;
}
.nav-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  float: left;
  background: #CC0808;
  transition: color 0.3s, background 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
.nav-dropdown > li:hover > a {
  background: #2e3192;
  color: #fff;
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #2e3192 #2e3192 transparent;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.nav-dropdown > li.focus > a {
  color: #fff;
  background: #2e3192;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 6px;
  position: absolute;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
  border-color: transparent #2e3192 #2e3192 transparent;
}
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #2e3192 #2e3192 transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.nav-dropdown-horizontal > li > a {
  position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-menu li a {
    padding: 26px 10px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-menu li a {
    font-size: 13px;
    padding: 26px 7px;
  }
}
.btn-1 {
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  border: 2px solid #000;
  font-family: "Rubik", sans-serif;
}
.btn-1:hover {
  background: #91BD27;
  border: 2px solid #91BD27;
}

.btn-2 {
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  background: none;
  color: #2e3192;
  border: 3px solid #2e3192;
  cursor: pointer;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.btn-2:hover {
  background: #2e3192;
  color: #fff;
}

.btn-3 {
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  padding: 10px 0px;
  background: none;
  color: #2e3192;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 400;
}
.btn-3 i {
  color: #91BD27;
  transition: all 0.4s ease-in-out;
}
.btn-3:hover {
  color: #3D2180;
}
.btn-3:hover i {
  padding-left: 10px;
}

.btn-4 {
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  padding: 10px 0px;
  background: none;
  color: #CC0808;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
}
.btn-4 i {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  color: #CC0808;
}
.btn-4:hover {
  color: #3D2180;
}
.btn-4:hover i {
  opacity: 1;
  padding-left: 5px;
}

.btn-5 {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  text-decoration: none;
  padding: 5px 15px;
  background: #2e3192;
  color: #fff;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  margin-right: 10px;
}
.btn-5 i {
  transition: all 0.4s ease-in-out;
}
.btn-5:hover {
  background: #3D2180 !important;
}
.btn-5:hover i {
  padding-left: 5px;
}

.btn-6 {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: #2e3192;
  background-image: none;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0, #CC0808 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 15px 5px 10px 0;
  overflow: visible;
  padding: 12px 20px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-6:focus {
  text-decoration: none;
}
.btn-6:hover {
  text-decoration: none;
}
.btn-6:active {
  box-shadow: rgba(208, 32, 32, 0.125) 0 3px 5px inset;
  outline: 0;
}
.btn-6:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #CC0808 2px 2px 0 1px;
  transform: translate(2px, 2px);
}
@media (min-width: 768px) {
  .btn-6 .button-50 {
    padding: 12px 50px;
  }
}

.arrow {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #3D2180;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 1.5rem;
  border: none;
}
.arrow:hover {
  background: #CC0808;
  transform: translateX(5px);
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-theme .owl-controls {
  margin: 0 0 0;
  width: 100%;
  float: left;
}

.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  transition: all 0.4s ease-in-out;
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  transition: all 0.4s ease-in-out;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  transition: all 0.4s ease-in-out;
  animation: fadeIn 0.7s both ease;
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}/*# sourceMappingURL=gemini.css.map */