/* ===================================

    Table of Content

====================================== */

/*  - Fonts

    - General

    - Header And Nav-Bar

    - Banner

    - About

    - Stats

    - Learn More

    - Pricing

    - HomeSection

    - Testimonials

    - Latest Blog

    - Contact Us

    - Footer

    - Loader

    - StandALone

    - Media Queries   */

/* ===================================

    Google font

====================================== */

/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

.main-font {
  font-family: 'Outfit', sans-serif;
}

.alt-font {
  font-family: 'Roboto', sans-serif;
}

:root {
  --primary1: #1e8eef;

  --primary2: #b6d0ff;

  --primary3: #253f56;

  --primary4: #0145bf;

  --secondary1: #fdbf57;

  --secondary2: #f3793c;

  --secondary3: #25b981;
  color-scheme: light only;
}

/* ===================================

    Scrollbar

====================================== */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  width: 8px;

  background: white;

  border-left: 0 solid white;

  border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
  background: #002450;

  width: 0;

  height: 25%;

  transition: 0.5s ease;

  cursor: pointer;
}

/* ===================================

    General

====================================== */

body {
  font-family: 'Outfit', sans-serif;

  font-size: 16px;

  color: var(--primary3);

  background: #ffffff;

  font-weight: 400;

  line-height: 25px;

  width: 100%;

  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;

  font-weight: 400;

  font-family: 'Outfit', sans-serif;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;

  -webkit-transition: ease-in-out 0.2s;

  -moz-transition: ease-in-out 0.2s;

  -ms-transition: ease-in-out 0.2s;

  -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
  position: relative;

  overflow: hidden;
}

a {
  color: inherit;

  text-decoration: none;
}

.rev_slider_wrapper {
  width: 100% !important;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

p:last-child {
  margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
  display: inline;
}

a:active,
a:hover {
  color: #002450;
}

li {
  list-style: none;

  text-decoration: none;
}

blockquote {
  border-left: 2px solid;

  padding: 10px 15px 10px 35px;

  margin: 25px 0;

  font-size: 18px;

  line-height: 28px;

  margin-top: 32px;

  margin-bottom: 32px;
}

blockquote > cite {
  font-weight: 400;

  font-size: 14px;

  display: block;
}

.hidden {
  display: none;
}

section {
  padding: 7.5rem 0;
}

.padding-bottom {
  padding-bottom: 7.5rem;
}

.padding-top {
  padding-top: 7.5rem;
}

.padding-top-half {
  padding-top: 5rem;
}

.padding-bottom-half {
  padding-bottom: 5rem;
}

/* transition none */

.no-transition * {
  transition-timing-function: initial;

  -moz-transition-timing-function: initial;

  -webkit-transition-timing-function: initial;

  -o-transition-timing-function: initial;

  -ms-transition-timing-function: initial;

  transition-duration: 0s;

  -moz-transition-duration: 0s;

  -webkit-transition-duration: 0s;

  -o-transition-duration: 0s;

  -ms-transition-duration: 0s;
}

/* overlay */

.bg-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

/* opacity */

.opacity-full {
  opacity: 1;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

/*font-weight*/

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.mega-menu {
  position: absolute;
  background-color: #fff;
  border: 2px solid #eaeaea;
  padding: 10px;
  width: 432px;
  max-width: 100%;
  transform: perspective(1000px) rotateX(-90deg);
  transform-origin: top center;
  transition: transform 0.3s, opacity 0.3s;
  display: none;
  z-index: 1000;
  margin-left: 3px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mega-menu.active {
  transform: perspective(1000px) rotateX(0);
  opacity: 1;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
}

.mega-menu ul li {
  padding: 5px 0;
}

.navbar-top-default {
  overflow: visible;
}

.side-navbar .nav-item {
  display: block;
  width: 100%;
}

.side-navbar .mega-menu a {
  color: var(--primary1) !important;
}

.subMenuItem {
  padding: 20px;
}

/* button */

.btn {
  -webkit-appearance: initial;

  overflow: hidden;

  position: -webkit-sticky;

  position: sticky;

  z-index: 2;

  display: inline-block;

  font-size: 12px;

  border: 2px solid transparent;

  letter-spacing: 0.3px;

  line-height: inherit;

  border-radius: 0;

  text-transform: capitalize;

  width: auto;

  font-family: 'Outfit', sans-serif;

  font-weight: bold;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease !important;

  transition: all 0.5s ease !important;
}

/* button size */

.btn.btn-small {
  font-size: 12px;

  padding: 4px 1.8em;
}

.btn.btn-medium {
  font-size: 14px;

  padding: 12px 36px;

  line-height: 1.8em;
}

.btn.btn-large {
  font-size: 16px;

  padding: 8px 35px;

  line-height: 1.8em;
}

.btn.btn-rounded {
  border-radius: 50px;
}

/* Transparent white button */

.btn.btn-trans-white {
  background: #ffffff;

  border-color: #ffffff;

  color: #002450;
}

.btn.btn-trans-white:hover {
  background: #002450 !important;

  border-color: #002450;

  color: #ffffff !important;
}

/* Blue button */

.btn.btn-blue {
  background: transparent;

  border-color: #00b6ff;

  color: #00b6ff;
}

.btn.btn-blue:hover {
  background: #00b6ff !important;

  border-color: #00b6ff;

  color: #ffffff !important;
}

/* Dark Blue button */

.btn.btn-blue-dark {
  background: #002450;

  border-color: #002450;

  color: #ffffff;
}

.btn.btn-blue-dark:hover {
  background: #00b6ff !important;

  border-color: #00b6ff;

  color: #ffffff !important;
}

/* Dark Blue White button */

.btn.btn-blue-dark-white {
  background: #002450;

  border-color: #002450;

  color: #ffffff;
}

.btn.btn-blue-dark-white:hover {
  background: #ffffff !important;

  border-color: #ffffff;

  color: #002450 !important;
}

/* Background color */

.bg-white {
  background: #ffffff;
}

.bg-light-white {
  background: #f6f6f6;
}

.bg-blue {
  background: #002450;
}

.bg-light-blue {
  background: var(--primary1);
}

.bg-black {
  background: #202020;
}

/* Text color */

.text-blue {
  color: #002450;
}

.text-light-blue {
  color: #00b6ff;
}

.text-black {
  color: #040608;
}

.text-white {
  color: #ffffff;
}

/*Social Icon Hover Text Hover */

.facebook-text-hvr:hover {
  color: #4267b2 !important;
}

.twitter-text-hvr:hover {
  color: #1da1f2 !important;
}

.instagram-text-hvr:hover {
  color: #c32aa3 !important;
}

.linkedin-text-hvr:hover {
  color: #0077b5 !important;
}

.pinterest-text-hvr:hover {
  color: #bd081c !important;
}

.google-text-hvr:hover {
  color: #db4437 !important;
}

/*Social Icon Hover Bg Hover */

.facebook_bg_hvr2:hover {
  color: #ffffff !important;

  background: #4267b2 !important;

  -webkit-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;
}

.twitter_bg_hvr2:hover {
  color: #ffffff !important;

  background: #00a7e6;

  -webkit-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;
}

.linkdin_bg_hvr2:hover {
  color: #ffffff !important;

  background: #1682ab;

  -webkit-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;
}

.googleplus_bg_hvr2:hover {
  color: #ffffff !important;

  background: #d5463a;

  -webkit-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;
}

.pintrest_bg_hvr2:hover {
  color: #ffffff !important;

  background: #c8232c;

  -webkit-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;
}

.instagram_bg_hvr2:before {
  content: '';

  position: absolute;

  left: -1px;

  right: -1px;

  bottom: -1px;

  top: -1px;

  opacity: 0;

  visibility: hidden;

  background: radial-gradient(
    circle at 30% 107%,

    #fdf497 0%,

    #fdf497 5%,

    #fd5949 45%,

    #d6249f 60%,

    #285aeb 90%
  ) !important;

  border-radius: inherit;

  z-index: -1;

  -webkit-transform: scale(0.5);

  -ms-transform: scale(0.5);

  transform: scale(0.5);

  -webkit-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;
}

.instagram_bg_hvr2:hover {
  color: #ffffff !important;

  z-index: 999;
}

.instagram_bg_hvr2:hover:before {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);
}

/* ===================================

    Header

====================================== */

header a.logo img {
  max-width: 250px;
}

.navbar-top-default {
  position: relative;

  z-index: 99;

  overflow: visible;

  height: 100px;

  width: 100%;

  background: #ffffff;

  -webkit-transition: none;

  -o-transition: none;

  transition: none;
}

.header-appear .navbar-top-default {
  height: 70px;

  position: fixed;

  z-index: 99;

  top: 0;

  background: #ffffff;

  -webkit-animation-name: animationFade;

  animation-name: animationFade;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.navbar-top-filler {
  height: 0px;

  width: 100%;

  display: block;

  position: relative;
}

.header-appear .navbar-top-filler {
  height: 100px;
}

/*change nav color on sticky nav*/

.header-appear .navbar-simple .navbar-nav .nav-link {
  color: #002450;
}

.navbar-nav {
  align-items: center;
}

.navbar-top-default #mak3r {
  margin: 0px auto;
}

.mak3rMenu {
  border: 2px solid #eaeaea;

  padding: 0px 15px;

  border-radius: 50px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
  font-size: 16px;

  color: #002450;

  font-weight: bold;

  text-align: center;

  padding: 0 1.5rem;

  transition: 0.5s ease;

  font-family: 'Outfit', sans-serif;

  padding-top: 15px;

  padding-bottom: 15px;
}

.navbar-simple .navbar-nav .nav-link:hover,
.navbar-simple .navbar-nav .nav-link.active {
  color: var(--primary1);

  transition: 0.5s ease;
}

/* ===================================

    Side Menu

====================================== */

.side-menu {
  width: 35%;

  position: fixed;

  right: 0;

  top: 0;

  background: var(--primary1); /* fallback for old browsers */

  background: -webkit-linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  z-index: 1032;

  height: 100%;

  -webkit-transform: translate3d(100%, 0, 0);

  transform: translate3d(100%, 0, 0);

  -webkit-transition: -webkit-transform 0.5s ease;

  transition: -webkit-transform 0.5s ease;

  -o-transition: -o-transform 0.5s ease;

  -o-transition: transform 0.5s ease;

  transition: transform 0.5s ease, -webkit-transform 0.5s ease;

  overflow: hidden;
}

.side-menu.left {
  left: 0;

  right: auto;

  -webkit-transform: translate3d(-100%, 0, 0);

  transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
  align-items: start;
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;

  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/

#close_side_menu {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #ffffff;

  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);

  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);

  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);

  display: none;

  z-index: 1031;

  opacity: 0.4;
}

/*side clode btn*/

.side-menu .btn-close {
  height: 34px;

  width: 34px;

  display: inline-block;

  text-align: center;

  position: absolute;

  top: 30px;

  right: 40px;

  cursor: pointer;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;

  left: 16px;

  content: ' ';

  height: 24px;

  width: 2px;

  background: #ffffff;

  top: 5px;
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
  -webkit-transition: all 0.3s linear;

  -o-transition: all 0.3s linear;

  transition: all 0.3s linear;

  width: 36px;

  padding: 6px;

  right: 40px;

  top: 35px;

  position: absolute;

  display: inline-block;
}

.sidemenu_btn span {
  height: 2px;

  width: 100%;

  background: #002450;

  display: block;

  margin-left: auto;

  transition: 0.5s ease;
}

.header-appear .sidemenu_btn span {
  background: #002450;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  width: 70%;

  transition: 0.5s ease;

  margin-left: auto;
}

.side-menu .inner-wrapper {
  padding: 1rem 4rem;

  height: 100%;

  position: relative;

  overflow-y: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: left;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 30px;

  height: 70%;

  display: flex;

  align-items: center;
}

.side-nav .navbar-nav .nav-item {
  display: block;

  margin: 20px 0;

  padding: 0 !important;

  opacity: 0;

  -webkit-transition: all 0.8s ease 500ms;

  -o-transition: all 0.8s ease 500ms;

  transition: all 0.8s ease 500ms;

  -webkit-transform: translateY(30px);

  -ms-transform: translateY(30px);

  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;

  -o-transition-delay: 0.1s;

  transition-delay: 0.1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;

  -o-transition-delay: 0.2s;

  transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;

  -o-transition-delay: 0.3s;

  transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;

  -o-transition-delay: 0.4s;

  transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;

  -o-transition-delay: 0.5s;

  transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;

  -o-transition-delay: 0.6s;

  transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;

  -o-transition-delay: 0.7s;

  transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;

  -o-transition-delay: 0.8s;

  transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;

  -o-transition-delay: 0.9s;

  transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;

  color: #ffffff;

  padding: 2px 0 3px 0 !important;

  font-size: 20px;

  font-weight: normal;

  line-height: normal;

  position: relative;

  border-radius: 0;

  text-transform: uppercase;

  font-family: 'Outfit', sans-serif;
}

.side-nav .navbar-nav .nav-link:after {
  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  border: 1px solid rgba(255, 255, 255, 0);

  bottom: -5px;

  content: ' ';

  display: block;

  margin: 0 auto;

  position: relative;

  -webkit-transition: all 280ms ease-in-out;

  transition: all 280ms ease-in-out;

  width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link.active:after {
  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  border-color: #002450;

  -webkit-transition: width 350ms ease-in-out;

  transition: width 350ms ease-in-out;

  width: 100%;
}

.side-menu p {
  margin-top: 0.5rem;

  margin-bottom: 0;
}

.social-icons-simple {
  margin-bottom: 0;

  margin-left: -10px;
}

.social-icons-simple li {
  display: inline-block;

  color: #ffffff;
}

.side-footer p {
  color: #ffffff;
}

.side-menu .social-icons-simple li a {
  font-size: 16px;

  justify-content: center;

  color: #ffffff;

  height: 46px;

  line-height: 38px;

  width: 46px;

  border-radius: 50%;

  position: relative;

  overflow: hidden;

  align-items: center;

  display: flex;

  z-index: 1;

  -webkit-transition: background-color 0.5s ease;

  -o-transition: background-color 0.5s ease;

  transition: background-color 0.5s ease;
}

.social-icons-simple li .social-icon:hover {
  background-color: #002450;

  color: #ffffff;
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.side-menu .btn-close:hover {
  -webkit-animation: 0.8s rotate;

  animation: 0.8s rotate;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes rotates {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

/* ===================================

   Banner Section

====================================== */

.heading-area .heading {
  font-size: 36px;

  margin: 25px 0;

  font-weight: 600;

  color: #2d2d2d;

  font-family: 'Outfit', sans-serif;
}

.heading-area .text {
  font-size: 16px;

  color: #494949;

  line-height: 1.6;

  margin: auto;

  font-family: Roboto, sans-serif;
}

#particles-js {
  display: flex;

  justify-content: center;

  width: 100%;

  background: var(--primary1); /* fallback for old browsers */

  background: -webkit-linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#particles-js {
  display: flex;

  justify-content: center;

  width: 100%;

  background: #ffffff; /* fallback for old browsers */

  /* background: -webkit-linear-gradient(to left, var(--primary1), var(--primary1));

	background: linear-gradient(to left, var(--primary1), var(--primary1)); */
}

.sliderText {
  font-size: 32px !important;
}

.slider-image {
  position: relative;

  margin: 0 auto 30px auto;

  top: 10px;
}

.slider-image img {
  position: relative;
}

.slider-area {
  padding-top: 40px;

  position: absolute;
}

.sliderWrapper {
  /* border: 1px solid var(--primary1); */

  border-radius: 20px;

  pointer-events: all;

  overflow: hidden;

  background: #ffffffdd;
}

.area-heading h1 {
  font-size: 62px;
}

.area-heading p {
  font-weight: normal;

  font-size: 18px;

  line-height: 1.5;
}

.author-skills .small-heading {
  font-size: 24px;

  font-weight: 500;

  margin: 6px 0 14px 0;
}

.author-skills .small-text {
  font-size: 18px;

  font-weight: 300;

  line-height: 1.4;
}

.about-media {
  position: relative;

  overflow: hidden;

  vertical-align: bottom;

  transition: color 0.3s ease-out;

  z-index: 0;

  padding-top: 30px;

  padding-bottom: 50px;
}

.about-media::before {
  /* content: '';

	position: absolute;

	z-index: -1;

	top: 0;

	left: 0;

	transform: translateY(calc(-100% - 0px));

	width: 100%;

	height: 100%;

	background: var(--primary1);

	transition: transform 0.25s ease-out; */
}

.about-media:hover::before {
  /* transform: translateY(0);

	transition: transform 0.25s ease-out; */
}

.about-media .about-icon i {
  color: #ffffff;

  font-size: 48px;

  -webkit-transition: 0.8s ease;

  -o-transition: 0.8s ease;

  transition: 0.8s ease;

  margin-bottom: 8px;
}

.about-media:hover .about-icon i {
  -webkit-transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);

  transform: rotateY(180deg);
}

.author-skills {
  position: relative;

  bottom: 0;

  width: 100%;

  overflow: hidden;
}

.outlineBox1 {
  width: 250px;

  height: 250px;

  border: 1px solid #fff;

  position: absolute;

  transform: rotateZ(25deg);

  border-radius: 40px;

  left: -100px;

  top: -200px;
}

.outlineBox2 {
  width: 250px;

  height: 250px;

  border: 1px solid #fff;

  position: absolute;

  transform: rotateZ(25deg);

  border-radius: 40px;

  left: -50px;

  top: -100px;
}

.outlineBox3 {
  width: 250px;

  height: 250px;

  border: 1px solid #fff;

  position: absolute;

  transform: rotateZ(25deg);

  border-radius: 40px;

  right: -100px;

  bottom: -200px;
}

.outlineBox4 {
  width: 250px;

  height: 250px;

  border: 1px solid #fff;

  position: absolute;

  transform: rotateZ(25deg);

  border-radius: 40px;

  right: -50px;

  bottom: -100px;
}

.mak3rVertMoveSliderIndividual .firstCircle,
.mak3rVertMoveSliderIndividual .secondCircle,
.mak3rVertMoveSliderIndividual .thirdCircle {
  -webkit-animation: mak3rVertMoverSlider 1.5s infinite alternate;

  animation: mak3rVertMoverSlider 1.5s infinite alternate;

  transform: rotateX(45deg) rotateZ(5deg);
}

.mak3rVertMoveSlider {
  -webkit-animation: mak3rVertMoverSlider 1.5s infinite alternate;

  animation: mak3rVertMoverSlider 1.5s infinite alternate;

  transform: rotateX(45deg) rotateZ(5deg);
}

@keyframes mak3rVertMoverSlider {
  0% {
    transform: rotateX(45deg) rotateZ(5deg) translateY(0px);

    filter: drop-shadow(5px 0px 5px #333);
  }

  100% {
    transform: rotateX(45deg) rotateZ(5deg) translateY(-25px);

    filter: drop-shadow(0px 0px 0px #aaaaaa00);
  }
}

.mak3rVertMove {
  -webkit-animation: mak3rVertMover 1.5s infinite alternate;

  animation: mak3rVertMover 1.5s infinite alternate;
}

@keyframes mak3rVertMover {
  0% {
    transform: rotateZ(25deg) translateY(0px);
  }

  100% {
    transform: rotateZ(25deg) translateY(-15px);
  }
}

/* ===================================

      About Section

====================================== */

.animationPanels {
  position: relative;

  min-height: 100vh;
}

.leftPanel {
  width: 65%;

  position: absolute;

  left: 0;

  border-radius: 40px;

  background-color: #f9f9f9;

  border: 1px solid #eee;

  transition-duration: 250ms;

  transition-timing-function: ease;
}

.leftPanel2 {
  width: 25%;

  position: absolute;

  left: 0;

  border-radius: 40px;

  transition-duration: 250ms;

  transition-timing-function: ease;
}

.leftPanelInner {
  padding: 120px 200px 120px 30px;
}

.leftPanelInner h1 {
  color: var(--primary3);

  font-size: 32px;

  font-weight: 700;
}

.leftPanelInner h1 span {
  background-color: #fdbf5799;

  padding-left: 10px;

  padding-right: 10px;
}

.leftPanelInner p {
  color: var(--primary3);

  opacity: 0.9;

  font-size: 17px;
}

.rightPanel {
  background: linear-gradient(198.28deg, #1e8eef 4.7%, #adcbfc 104.64%);

  border-radius: 40px;

  width: 1000px;

  position: absolute;

  right: calc(-1000px + 15%);

  transition-duration: 250ms;

  transition-timing-function: ease;
}

.rightPanel2 {
  background: linear-gradient(198.28deg, #1e8eef 4.7%, #adcbfc 104.64%);

  border-radius: 40px;

  width: 1000px;

  position: absolute;

  right: calc(-1000px + 15%);

  transition-duration: 250ms;

  transition-timing-function: ease;

  z-index: 2;
}

.centerPanel2 {
  border-radius: 40px;

  border: 3px solid var(--primary1);

  overflow: hidden;

  z-index: 1;
}

.leftText {
  color: var(--primary3);

  text-align: left;

  margin-left: 50px;

  font-size: 21px;

  font-weight: 400;

  line-height: 39px;

  letter-spacing: 0em;

  text-align: left;
}

.leftHeading2 {
  font-weight: 700;

  font-size: 44px;
}

.leftText2 {
  color: var(--primary3);

  text-align: left;

  margin-right: 50px;

  font-size: 16px;

  font-weight: 400;

  line-height: 28px;

  letter-spacing: 0em;

  text-align: left;
}

.rightHeading2 {
  font-weight: 700;

  font-size: 44px;

  margin-left: 50px;
}

.rightText2 {
  color: var(--primary3);

  text-align: left;

  margin-left: 50px;

  font-size: 16px;

  font-weight: 400;

  line-height: 28px;

  letter-spacing: 0em;

  text-align: left;
}

.centerPanel {
  background: #fff;

  border-radius: 40px;

  width: 50%;

  position: absolute;

  right: 0;

  margin-top: 50px;

  margin-bottom: 50px;

  transition-duration: 250ms;

  transition-timing-function: ease;
}

.centerPanel2 {
  background: #fff;

  border-radius: 40px;

  width: 75%;

  position: absolute;

  right: 0;

  margin-top: 50px;

  margin-bottom: 50px;

  transition-duration: 250ms;

  transition-timing-function: ease;
}

.centerPanelHeading {
  z-index: 98;

  position: relative;

  color: var(--primary1);

  height: 80px;

  text-align: center;

  top: -20px;
}

.laptopBG {
  position: absolute;

  top: 20px;

  padding: 20px;
}

#panelVideo {
  position: absolute;

  top: 20px;

  top: 32px;

  padding-top: 47px;

  padding-right: 31px;

  padding-left: 32px;
}

.img-sec {
  position: relative;

  padding-right: 50px;

  padding-bottom: 50px;
}

.about_img {
  padding: 2%;

  background-color: #f6f6f6;

  position: relative;
}

.owl-carousel .card {
  padding: 20px;

  min-height: 300px;

  background-image: linear-gradient(var(--primary3), var(--primary4));

  color: white;
}

.about_img img {
  height: 100%;

  width: 100%;
}

.blue_rectangle {
  position: absolute;

  width: 90%;

  height: 60%;

  bottom: 2%;

  left: 54%;

  transform: translateX(-50%);

  background-color: #00bbff;
}

.about-heading .text-small {
  font-size: 20px;

  color: #494949;
}

.about-heading .heading {
  font-size: 36px;

  font-weight: 500;

  color: #002450;
}

.about-heading .info {
  font-size: 18px;

  color: #494949;

  line-height: 1.4;

  font-family: Roboto, sans-serif;
}

.margin_heading {
  margin: 25px 0;
}

.video-play-button {
  height: 70px;

  width: 70px;

  display: inline-block;

  top: 50%;

  left: 50%;

  -webkit-border-radius: 50px;

  border: 3px solid #002450;

  border-radius: 50px;

  line-height: 77px;

  text-align: center;

  color: #002450;

  background: transparent;

  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);

  box-shadow: 0 0 0 0 rgba(0, 36, 80, 0.7);

  z-index: 1;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.video-play-button:hover i {
  color: #ffffff;

  transition: 0.3s ease;
}

.video-play-button:hover {
  background: #002450;

  -o-animation: ripple 1.3s infinite;

  -webkit-animation: ripple 1.3s infinite;

  animation: ripple 1.3s infinite;
}

.video-play-button.slider-play-button {
  margin: 10px;

  -webkit-transform: translate(0%, 0%);

  -ms-transform: translate(0%, 0%);

  -o-transform: translate(0%, 0%);

  transform: translate(0%, 0%);
}

.video-play-button i {
  font-size: 32px;

  transition: 0.3s ease;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);

    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);

    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);

    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);

    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

.mainHeading {
  font-weight: 700;

  font-size: 44px;
}

.subHeading {
  font-weight: 700;

  font-size: 32px;
}

/* ===================================

        Stats Section

====================================== */

.center-heading {
  font-size: 46px !important;

  font-weight: 700 !important;

  line-height: 55px;

  letter-spacing: 0em;

  text-align: center;

  color: var(--primary3) !important;

  margin-bottom: 30px !important;
}

.sameHeightColRow {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;
}

.sameHeightColRow > [class*='col-'] {
  display: flex;

  flex-direction: column;

  padding: 10px;
}

.img-details-wrapper {
  width: 100%;

  margin: 20px;

  overflow: hidden;

  border: 1px solid #ccc;

  background-color: #fafafa;

  min-height: 100%;

  padding: 20px;

  border-radius: 30px;

  margin: 20px;
}

.wrapper1 {
  background: #f3793c26;

  border: 3px solid #f3793c;
}

.wrapper2 {
  background: #25b98126;

  border: 3px solid #25b981;
}

.wrapper3 {
  background: #fdbf5726;

  border: 3px solid #fdbf57;
}

.img-details {
  transition: all 0.3s;

  transform: scale(1);

  aspect-ratio: auto;

  object-fit: contain;

  margin: 0 auto;

  display: block;
}

.img-details:hover {
  transition: all 0.3s;

  transform: scale(1.05);
}

.img-details-text {
  text-align: center;

  margin: 5px;

  color: var(--primary3);

  font-weight: 700;

  margin-top: 20px;
}

.img-details-wrapper-small {
  width: 100%;

  margin: 10px;

  overflow: hidden;

  border: 1px solid #ccc;

  background-color: #fafafa;
}

.img-details-wrapper-small .img-details {
  transition: all 0.3s;

  transform: scale(1);

  max-width: 50%;

  margin: auto;

  display: block;

  padding: 20px;
}

.img-details-wrapper-small .img-details:hover {
  transition: all 0.3s;

  transform: scale(1.05);
}

.img-details-wrapper-small .img-details-text {
  font-weight: bold;
}

.highlightCircleWrapper {
  position: absolute;

  right: 200px;

  width: 1000px;

  height: 1000px;
}

.highlightCircle1 {
  width: 1000px;

  height: 1000px;

  border: 1px solid #1e8eef66;

  border-radius: 50%;

  position: absolute;

  top: 0px;

  right: 0px;
}

.highlightCircle2 {
  width: 700px;

  height: 700px;

  border: 1px solid #1e8eef66;

  border-radius: 50%;

  position: absolute;

  top: 150px;

  right: 150px;
}

.highlightbox {
  font-size: 22px;

  text-align: center;

  padding: 30px;

  border: 1px solid #aaa;

  color: var(--color-1);

  border-radius: 20px;
}

.stats-sec .circular-wrap {
  padding-top: 30px;
}

.stats-sec .circular-wrap .circle {
  position: relative;

  max-width: 210px;

  display: inline-block;
}

.stats-sec .circular-wrap .circle .counter-num {
  position: absolute;

  top: 50%;

  left: 50%;

  line-height: normal;

  font-weight: normal;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.stats-sec .circular-wrap .circle .counter-num {
  color: #002450;

  font-size: 1.875rem;

  font-family: Roboto, sans-serif;

  font-weight: 300;
}

.stats-sec .circular-wrap h4 {
  max-width: 230px;

  margin-left: auto;

  margin-right: auto;

  font-weight: normal;

  font-family: Roboto, sans-serif;

  color: #002450;

  font-size: 24px;

  margin-top: 30px;
}

.stats-sec .circular-wrap p {
  font-size: 18px;

  color: #494949;

  margin-top: 10px;

  font-family: Roboto, sans-serif;
}

/* ===================================

    Learn-More-Section

====================================== */

.learn-more-section {
  padding: 120px 0;

  background-size: cover;

  background-image: url('../img/parallax-bg.jpg');
}

.learn-more-section .text-area {
  text-align: center;
}

/* ===================================

    Price Section

=================================== */

.price-item {
  background: #f9f9f9;

  padding: 20px;

  -webkit-box-shadow: 1px 1px 8px #e1e1e1;

  box-shadow: 1px 1px 8px #e1e1e1;

  -webkit-transition: 0.8s ease;

  -o-transition: 0.8s ease;

  transition: 0.8s ease;

  border-radius: 20px;

  position: relative;

  z-index: 1;

  transition: transform 0.3s;

  transform: scale(1);
}

.price-item:hover,
.price-item-center:hover {
  transition: transform 0.3s;

  transform: scale(1.1);

  z-index: 9;
}

.price_header {
  padding: 20px 0 20px 0;

  -webkit-transition: 0.5s ease;

  -o-transition: 0.5s ease;

  transition: 0.5s ease;

  border-bottom: 1px solid #ccc;
}

.price_header_text {
  z-index: 1;

  font-size: 32px;

  font-weight: 700;

  position: relative;

  font-family: 'Outfit', sans-serif;

  text-align: left;
}

.actual_price {
  font-size: 36px;

  z-index: 1;

  color: #002450;

  text-align: center;

  padding-top: 40px;

  position: relative;

  font-weight: 600;

  font-family: 'Outfit', sans-serif;
}

.price-item-center .actual_price {
  color: #ffffff;
}

.small_font {
  font-size: 16px;

  font-weight: bold;
}

.price-list {
  list-style: none;

  padding-left: 0;

  padding-bottom: 10px;
}

.price-list li {
  padding: 7px;

  text-align: center;

  font-size: 16px;

  color: #4f4f4f;

  font-weight: normal;

  font-family: 'Roboto', sans-serif;
}

.price-item-center .price-list li {
  color: #ffffff;
}

.price-item-center:hover .btn {
  color: var(--primary3);

  background-color: #ffffff;
}

.price-item-center {
  background-color: var(--primary1);

  color: #ffffff;

  padding: 0;

  -webkit-box-shadow: 1px 1px 8px #e1e1e1;

  box-shadow: 1px 1px 8px #e1e1e1;

  -webkit-transition: 0.8s ease;

  -o-transition: 0.8s ease;

  transition: 0.8s ease;

  border-radius: 20px;

  padding: 20px;
}

.price_header-center {
  border-bottom: 1px solid var(--primary2);

  padding: 20px;
}

.price-item .btn.btn-medium,
.price-item-center .btn.btn-medium {
  padding: 12px 42px;
}

/* Center Price Button */

.btn.btn-primary:hover {
  background-position: right center;

  color: #ffffff !important;
}

.btn.btn-primary {
  color: #ffffff;

  border: none;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

  background-size: 200% auto;

  background-image: -o-linear-gradient(
    left,
    var(--primary1) 0%,

    var(--primary4) 51%,

    var(--primary1) 100%
  );

  background-image: -webkit-gradient(
    linear,
    left top,

    right top,

    from(var(--primary1)),
    color-stop(51%, var(--primary4)),
    to(var(--primary1))
  );

  background-image: linear-gradient(
    to right,

    var(--primary1) 0%,

    var(--primary4) 51%,

    var(--primary1) 100%
  );
}

.btn-white {
  background-color: #fff;

  color: var(--primary3) !important;
}

.btn-white:hover {
  color: var(--primary1) !important;
}

/* Price Hover Effect */

.price-item,
.price-item-center {
  position: relative;

  overflow: hidden;

  vertical-align: bottom;

  transition: color 0.3s ease-out;

  z-index: 0;
}

.price-item::before,
.price-item-center::before {
  content: '';

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  transform: translateX(calc(-100% - 0px));

  width: 100%;

  height: 100%;

  transition: transform 0.25s ease-out;
}

.price-item::before {
  background: var(--primary1);
}

.price-item-center::before {
  background: #002450;
}

.price-item:hover *,
.price-item-center:hover * {
  color: #ffffff;
}

.price-item:hover::before,
.price-item-center:hover::before {
  transform: translateY(0);

  transition: transform 0.25s ease-out;
}

/* ===================================

    HomeSection Section

=================================== */

.homesection .text {
  margin: 40px 0;

  line-height: 1.6;
}

/* ===================================

   Testimonials Section

====================================== */

.testimonial-section .text-section {
  padding-top: 120px;

  padding-bottom: 120px;

  background: var(--primary1); /* fallback for old browsers */

  background: -webkit-linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.testimonial-heading h5 {
  font-size: 48px;

  font-weight: 600;
}

.testimonial-heading h2 {
  font-size: 60px;

  font-weight: 600;
}

.carousel-section .testimonials p {
  text-align: center;

  color: #ffffff;

  width: 60%;

  font-size: 18px;

  line-height: 1.8;

  margin: 40px auto;
}

.carousel-section .testimonials h5 {
  font-size: 24px;

  color: #ffffff;

  margin-top: 25px;
}

.testimonial-section .text-section .text-area {
  padding: 120px 0;

  text-align: center;
}

.testimonial-section .carousel-section {
  background-color: #002450;

  display: flex;

  align-items: center;
}

.carousel-section .testimonial-image {
  width: 100px;

  height: 100px;

  display: block;

  margin: auto;
}

.carousel-section .owl-carousel .owl-item img {
  border-radius: 50%;
}

.carousel-section .testimonials .quote i {
  color: #fff;

  font-style: italic;

  font-size: 20px;
}

/* ===================================

   Latest Blog

====================================== */

.news-item {
  position: relative;

  border-radius: 10px;

  overflow: hidden;

  text-align: left;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.news-item img {
  width: 100%;
}

.news-item:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-item .news-text-box {
  padding: 30px;

  background-color: #fff;
}

.news-item .date {
  font-weight: 400;

  color: var(--primary1);

  transition: 0.3s ease;
}

.news-item:hover .date,
.news-item:hover .author .author-name {
  color: #002450;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.news-item:hover .news-title {
  color: var(--primary1);

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.news-item .news-title {
  font-size: 24px;

  font-weight: 500;

  color: #002450;

  margin: 10px 0;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.news-item .author {
  -ms-flex-align: center;

  -webkit-box-align: center;

  align-items: center;

  display: -ms-flexbox;

  display: -webkit-box;

  display: flex;

  margin-bottom: 10px;
}

.news-item .author > img {
  max-width: 50px;

  border-radius: 50px;

  overflow: hidden;

  margin-right: 15px;
}

.news-item .author .author-name {
  margin: 0;

  font-size: 15px;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  font-style: italic;

  font-family: Roboto, sans-serif;
}

.news-item .news-text-box .para {
  font-size: 16px;

  color: #9fa4af;
}

.homeRoundDiv {
  border-radius: 30px;

  color: white;

  padding: 30px 20px;
}

.homeRoundDiv h3 {
  padding-top: 30px;
}

.homeRoundDiv1 {
  background: var(--secondary2);
}

.homeRoundDiv2 {
  background: var(--secondary1);

  margin-top: 50px;
}

.homeRoundDiv3 {
  background: var(--secondary3);

  margin-top: 100px;
}

.myaccordion {
  max-width: 1000px;

  margin: 50px auto;

  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card {
  border-radius: 20px;

  border: none;
}

.myaccordion .card-header {
  border: none;
}

.myaccordion .card,
.myaccordion .card2:last-child .card-header {
  border: none;

  margin: 20px;
}

.myaccordion .card-header {
  border-bottom-color: #edeff0;

  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;

  border: 1px solid #eaeaea;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  color: white;
}

.myaccordion .btn {
  width: 100%;

  font-weight: bold;

  color: var(--primary3);

  padding: 0;

  font-size: 24px;

  font-weight: 600;

  position: relative;

  top: 2px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.faqButton {
  color: var(--primary3);
}

/* ===================================

      Contact Section

====================================== */

.contact-sec {
  background: var(--primary1); /* fallback for old browsers */

  background: -webkit-linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.contact-sec .user-img {
  height: 150px;

  width: 130px;

  margin: auto;

  border-radius: 50%;
}

.contact-sec .user-name {
  font-size: 24px;

  font-weight: bold;

  margin-top: 15px;

  margin-bottom: 5px;

  color: #ffffff;

  font-family: 'Outfit', sans-serif;
}

.contact-sec .user-designation {
  font-family: 'Roboto', sans-serif;

  font-size: 18px;

  font-weight: 300;

  color: #ffffff;

  margin: 14px 0 10px 0;
}

.contact-sec .contact-form input {
  color: #ffffff;

  font-size: 16px;

  height: 40px;

  padding: 34px 0;

  background: transparent;
}

.contact-sec .contact-form .form-control {
  border: none;

  border-radius: 0;

  padding-left: 0;

  letter-spacing: 1px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* ::placeholder {

	color: #ffffff !important;

}



:-ms-input-placeholder {

	color: #ffffff !important;

}



::-ms-input-placeholder {

	color: #ffffff !important;

} */

.contact-sec .contact-form .form-control:focus,
.contact-sec .contact-form textarea:focus {
  box-shadow: none;

  border-bottom: 1px solid #002450;
}

.contact-sec .contact-form input::placeholder,
.contact-sec .contact-form textarea::placeholder {
  color: #ffffff;

  font-size: 14px;
}

.contact-sec .contact-form textarea {
  padding-top: 30px;

  height: 160px;

  color: #ffffff;

  font-size: 16px;

  resize: none;

  background: transparent;

  margin-bottom: 40px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact_btn {
  font-size: 16px;

  font-weight: 600;
}

/* ===================================

   Footer Section

====================================== */

.footer {
  padding: 5rem 0;
}

.footer .footer-social ul {
  margin: 0;

  padding: 0;
}

.footer .footer-social li {
  display: inline-block;
}

.footer .footer-social i {
  color: #002450;
}

.footer .footer-social a {
  position: relative;

  display: block;

  width: 45px;

  height: 45px;

  text-align: center;

  line-height: 45px;

  border-radius: 50px;

  font-size: 15px;

  margin: 0 10px 0 0;

  border: 1px solid transparent;

  visibility: visible !important;

  background-color: #efefef;
}

.footer .footer-social a i {
  position: relative;

  z-index: 11;

  transition: 0.3s ease;
}

.footer .footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.footer .footer-social li a span {
  position: absolute;

  left: 100%;

  right: 100%;

  bottom: 100%;

  top: 100%;

  z-index: 1;

  background: var(--primary1);

  border-radius: 50%;

  transition: 0.3s ease;
}

.footer .footer-social li a:hover span {
  left: 0;

  right: 0;

  bottom: 0;

  top: 0;
}

.footer .footer-social li a:hover i {
  color: #ffffff;

  transition: 0.3s ease;
}
a:hover .svgIcon {
  fill: #ffffff !important;
  transition: 0.3s ease;
}

.footer .company-about {
  font-size: 15px;

  color: #002450;

  opacity: 0.7;
}

.footerContact {
  padding: 2rem 0 !important;
}

.footerContact .footer-social a {
  position: relative;

  display: block;

  width: 90px;

  height: 90px;

  text-align: center;

  line-height: 90px;

  border-radius: 100px;

  font-size: 30px;

  margin: 0 10px 0 0;

  border: 1px solid transparent;

  visibility: visible !important;

  background-color: #efefef;
}

/* ===================================

   Loader

====================================== */

.loader-bg {
  position: fixed;

  z-index: 99999;

  width: 100%;

  height: 100%;

  background: var(--primary1); /* fallback for old browsers */

  background: -webkit-linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(
    to left,

    var(--primary1),
    var(--primary1)
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.loader {
  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  width: 175px;

  height: 100px;
}

.loader span {
  display: block;

  width: 7px;

  height: 10%;

  border-radius: 14px;

  margin-right: 5px;

  float: left;

  margin-top: 25%;

  background: #ffffff;
}

.loader span:last-child {
  margin-right: 0;
}

.loader span:nth-child(1) {
  animation: load 2.5s 1.4s infinite linear;
}

.loader span:nth-child(2) {
  animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(3) {
  animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(4) {
  animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(5) {
  animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(6) {
  animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(7) {
  animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(8) {
  animation: load 2.5s 0s infinite linear;
}

.loader span:nth-child(9) {
  animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(10) {
  animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(11) {
  animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(12) {
  animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(13) {
  animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(14) {
  animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(15) {
  animation: load 2.5s 1.4s infinite linear;
}

@keyframes load {
  0% {
    background: #002450;

    margin-top: 25%;

    height: 10%;
  }

  50% {
    background: #002450;

    height: 100%;

    margin-top: 0;
  }

  100% {
    background: #002450;

    height: 10%;

    margin-top: 25%;
  }
}

/* ===================================

   StandAlone Page

====================================== */

.standalone-row:not(:last-child) {
  margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
  padding-left: 30px;

  text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
  padding-left: 0;

  padding-right: 30px;
}

.standalone-detail .sub-heading {
  margin-bottom: 10px;

  font-weight: normal;
}

.standalone-area .sub-heading {
  margin-bottom: 8px;

  font-weight: normal;
}

.standalone-detail .heading {
  font-size: 48px;

  color: #002450;

  font-weight: bold;

  margin: 20px 0;

  font-family: 'Outfit', sans-serif;
}

.standalone-detail .para_text {
  font-family: Roboto, sans-serif;

  font-weight: normal;

  font-size: 16px;

  color: #002450;

  opacity: 0.7;

  margin: 0 auto;
}

.standalone-detail {
  padding-bottom: 100px;
}

.standalone-area .heading-text {
  font-size: 42px;

  color: #002450;

  font-weight: bold;

  margin: 20px 0;

  font-family: 'Outfit', sans-serif;
}

.standalone-area .stand-img-des .para_text {
  font-family: Roboto, sans-serif;

  font-weight: normal;

  font-size: 16px;

  color: #002450;

  opacity: 0.7;
}

.page-title {
  position: relative;

  text-align: center;

  padding: 150px 0 150px 0;

  background: url('../img/standalone.jpg');

  background-size: cover;
}

.stand-banner .box-content h2 {
  padding: 10px;

  font-size: 60px;

  color: #ffffff;

  font-weight: 500;

  display: inline-block;

  font-family: Outfit, sans-serif;
}

.page-title h2 {
  position: relative;

  color: #ffffff;

  font-weight: 600;

  line-height: 1.2em;

  margin-bottom: 10px;

  font-size: 3.5rem;

  text-transform: capitalize;

  font-family: Outfit, sans-serif;
}

.page-breadcrumb {
  position: relative;
}

.page-breadcrumb li {
  position: relative;

  display: inline-block;

  margin-right: 10px;

  padding-right: 15px;

  color: #ffffff;

  font-size: 16px;

  font-weight: 400;

  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;

  content: '\f101';

  right: -5px;

  top: 1px;

  color: #ffffff;

  font-size: 14px;

  font-weight: 900;

  font-family: 'Font Awesome 5 Free';
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0;

  margin-right: 0;
}

.page-breadcrumb li a {
  color: #fff;

  font-weight: 400;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a .icon {
  margin-right: 4px;

  color: var(--primary1);
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}

.standalone-footer .social-icons-simple li a {
  color: #002450;

  width: 42px;

  height: 42px;

  line-height: 42px;
}

.standalone-footer .social-icons-simple li a:hover {
  background-color: #019f9a;

  color: #ffffff;
}

/* StandAlone Image Hover */

.main .box:before {
  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  transition: all 0.5s ease 0s;

  background-color: rgba(0, 0, 0, 0.7);
}

.main .box:hover:before {
  opacity: 1;
}

.main .box {
  text-align: center;

  position: relative;

  overflow: hidden;

  color: #fff;
}

.main .box:after {
  content: '';

  position: absolute;

  height: 100%;

  width: 100%;

  left: 170%;

  top: 0;

  z-index: 1;

  transform: skewX(45deg);

  transition: all 1s ease 0s;

  background-color: var(--primary1);
}

.main .box:hover:after {
  left: -170%;

  top: 0;
}

.main .box img {
  width: 100%;

  height: auto;
}

.main .box .box-content {
  position: absolute;

  bottom: -100%;

  left: 0;

  width: 100%;

  transition: all 0.5s ease 0s;
}

.main .box:hover .box-content {
  bottom: 45%;
}

.main .box .box-content .name {
  font-size: 22px;

  font-weight: 700;

  margin: 0 0 10px;

  display: block;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.main .box .box-content .post {
  display: block;

  font-size: 15px;

  font-style: italic;

  font-weight: 600;
}

@media screen and (max-width: 990px) {
  .main .box {
    margin-bottom: 30px !important;
  }
}

/* ===================================

   Media Queries

====================================== */

@media (max-width: 1600px) and (min-width: 1280px) {
  #particles-js {
    height: 80vh;
  }
}

@media (max-width: 1400px) and (min-width: 1280px) {
  .slider-area {
    padding-top: 0;
  }

  .area-heading h1 {
    font-size: 48px;
  }

  .area-heading p {
    margin-bottom: 25px !important;
  }

  .slider-image img {
    width: 70%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-simple .navbar-nav .nav-link {
    padding: 0.5rem 1.4rem;

    font-size: 14px;
  }

  .sidemenu_btn {
    right: 8px;
  }

  .navbar .container {
    max-width: 930px;
  }

  /* Banner */

  .slider-area {
    position: relative;
  }

  .area-heading h1 {
    font-size: 38px;
  }

  .area-heading p {
    font-size: 18px;
  }

  .slider-image img {
    top: -65px;
  }

  .author-skills {
    position: relative;
  }

  #particles-js {
    display: block;
  }

  /* About */

  .about-heading .heading {
    font-size: 34px;
  }

  /* Testimonial */

  .testimonial-heading h5 {
    font-size: 38px;
  }

  .testimonial-heading h2 {
    font-size: 48px;
  }

  .carousel-section .testimonials p {
    width: 80%;
  }

  .scheduleDemoBtn {
    margin-right: 50px;
  }
}

@media screen and (max-width: 991px) and (min-width: 868px) {
  .scheduleDemoBtn {
    margin-right: 50px;
  }

  body {
    text-align: center;
  }

  section {
    padding: 6rem 0;
  }

  .heading-area .heading {
    font-size: 34px;
  }

  /* Nav */

  .navbar-top-default {
    background: #ffffff;

    top: 0;
  }

  .navigation-toggle span {
    background-color: #002450;
  }

  /* Side Menu */

  .side-menu {
    width: 60%;
  }

  .side-footer p {
    font-size: 16px;
  }

  .sidemenu_btn {
    right: 15px;
  }

  /* Banner */

  .area-heading h1 {
    font-size: 34px;
  }

  .area-heading p {
    font-size: 16px;
  }

  .slider-area {
    display: block;

    height: auto;

    position: relative;

    padding-top: 80px;

    padding-bottom: 60px;
  }

  .slider-area .content-margin {
    margin: 0;
  }

  .slider-image img {
    top: 0;
  }

  .slider-image {
    margin: 0;

    top: 0;
  }

  .author-skills {
    position: relative;
  }

  .author-skills .small-heading {
    font-size: 18px;
  }

  .author-skills .small-text {
    font-size: 14px;
  }

  #particles-js {
    display: block;
  }

  /* About */

  .about-heading .heading {
    font-size: 24px;
  }

  .about-heading .info {
    font-size: 15px;
  }

  /* Stats */

  .stats-sec .circular-wrap > div {
    padding-bottom: 90px;
  }

  .stats-sec .circular-wrap > div:nth-child(3) {
    padding-bottom: 0;
  }

  /* Pricing */

  .price-item,
  .price-item-center {
    width: 60%;

    margin: 40px auto;
  }

  /* HomeSection */

  .homesection .text {
    margin: 25px 0;
  }

  /* Testimonials */

  .testimonial-heading h5 {
    font-size: 38px;
  }

  .testimonial-heading h2 {
    font-size: 48px;
  }

  .testimonials {
    padding: 4rem 0;
  }

  .testimonial-section .text-section .text-area {
    padding: 100px 0;
  }

  /* Blog */

  .news-item {
    width: 60%;

    margin: auto;
  }

  #blog .col-lg-4:not(:nth-last-child(1)) .news-item {
    margin-bottom: 50px;
  }

  /* Contact */

  .contact-sec .user-img {
    height: 115px;

    width: 115px;
  }

  .contact-sec .user-name {
    font-size: 16px;
  }

  .contact-sec .user-designation {
    font-size: 15px;

    margin: 10px 0 10px 0;
  }

  .contact-form .btn.btn-medium {
    font-size: 14px;
  }

  /* Standalone */

  .page-title {
    padding: 150px 0 130px 0;
  }

  .stand-banner .box-content h2 {
    font-size: 60px;
  }

  .standalone-detail {
    padding-bottom: 70px;
  }

  .standalone-area .sub-heading {
    margin-top: 3rem;
  }

  .standalone-row .stand-img-des {
    padding-left: 0;

    padding-right: 0;
  }

  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;

    padding-right: 0;
  }

  .standalone-row:nth-child(2) {
    margin-top: 6rem;

    margin-bottom: 6rem;
  }

  .para_text {
    font-size: 18px;
  }

  .standalone-footer {
    padding-top: 0;
  }
}

.sliderContent {
  height: 600px;
}

.laptopBG2 {
  max-width: 200%;

  width: 1000px;

  position: absolute;

  left: -300px;

  top: 0;
}

.insideLaptop {
  position: absolute;

  top: 94px;

  right: 129px;
}

.padding5 {
  padding: 3rem !important;
}

.mapOuterContent {
  display: none;
}

.firstLetterLogo {
  width: 65px;

  margin-top: -25px;
}

.custom-list {
  list-style-type: none;

  padding: 0;

  font-size: 21px;

  line-height: 35px;
}

.custom-list li::before {
  content: '\2713'; /* Unicode character for a bullet (•) */

  color: var(--primary1); /* You can change the color as needed */

  display: inline-block;

  width: 1em;

  margin-left: -1em;
}

.flip-card {
  background-color: transparent;

  width: 100%;

  height: 100%;

  min-height: 300px;

  min-width: 300px;

  perspective: 1000px;
}

.flip-card-inner {
  position: relative;

  width: 100%;

  height: 100%;

  text-align: center;

  transition: transform 0.6s;

  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;

  width: 100%;

  height: 100%;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.flip-card-front {
}

.flip-card-back {
  transform: rotateY(180deg);
}

.bold {
  font-weight: 700;
}

.mapWrapper {
  height: 550px;
}

.ceoImage {
  max-width: 250px;

  margin: 0 auto;
}

.ceoText {
  text-align: justify;
}

.ceoTextFooter {
  text-align: center;
}

.mobileSeparator {
  display: none;
}

.mapWrapperInner {
  border-radius: 30px;

  overflow: hidden;

  position: absolute;

  width: 100%;

  height: 550px;
}

.mapInnerContent {
  position: absolute;

  right: 5%;

  top: 53%;

  background: #ffffff;

  /* border: 2px solid var(--primary1); */

  transform: translate(0%, -50%);

  max-width: 300px;

  border-radius: 15px;

  padding: 30px 20px;
}

.mapMarker {
  padding: 20px;

  border-radius: 50%;

  color: var(--primary1);

  background: var(--primary2);

  font-size: 40px;

  width: 80px;

  height: 80px;

  display: block;

  margin: 0 auto;
}

.mapLink {
  padding: 15px 20px;

  border-radius: 100px;

  color: var(--primary1);

  background: var(--primary2);

  font-size: 20px;

  width: 80%;

  display: block;

  margin: 0 auto;

  line-height: 20px;
}

.mak3rForm {
  margin-top: 20px;

  padding: 30px;
}

.mak3rForm input {
  padding: 25px 10px;

  border: 1px solid #ccc;

  border-radius: 15px;
}

.mak3rForm select {
  max-width: 100px;

  padding: 5px 5px 5px 5px;

  height: 52px;

  border: 1px solid #ccc;

  border-radius: 15px;
}

.mak3rForm label {
  color: var(--primary3);

  font-weight: 600;
}

.mak3rForm textarea {
  min-height: 150px;

  border-radius: 15px;
}

.contactWrapper {
  position: relative;
}

.contactImgLeft {
  position: absolute;

  left: 0px;

  top: 200px;

  width: 500px;
}

.contactImgRight {
  position: absolute;

  right: 50px;

  top: 200px;

  width: 400px;
}

.contactBoxFull {
  padding: 25px;

  border: 2px solid var(--primary1);

  border-radius: 15px;

  margin-top: 30px;

  overflow: hidden;

  position: relative;
}

.contactBoxFullBG {
  background: #ffffff47;

  height: 100%;

  width: 100%;

  position: absolute;

  top: 0px;

  left: 0px;

  backdrop-filter: blur(12px);

  border-radius: 15px;
}

.contactBox {
  padding: 15px;

  border: 1px solid var(--primary1);

  float: right;

  border-radius: 10px;

  color: var(--primary1);

  position: absolute;

  top: 50%;

  right: 20px;

  transform: translate(0px, -50%);

  background: #ffffffaa;
}

.contactBoxIcon {
  padding: 5px;

  border-radius: 5px;

  background-color: var(--primary2);
}

.contactTitle {
  font-family: cursive;

  color: var(--primary4);

  font-style: italic;
}
.fa-x-twitter:before {
  content: '\e61b';
}
.contact-testimonial {
  background: var(--primary1);
}

.contact-testimonial h1,
.contact-testimonial h3,
.contact-testimonial p {
  color: #ffffff;
}
.contact-testimonial p {
  font-size: 24px;
  font-weight: 200;
  line-height: 38px;
}

@media screen and (max-width: 399px) {
  .animationPanels {
    min-height: 130vh;
  }
  .centerPanelHeading {
    font-size: 32px;
  }
}

@media screen and (max-width: 867px) {
  .mobileFixWidth {
    padding: 0px !important;
  }

  .mobileFixWidth .sliderText {
    font-size: 18px !important;
  }

  .sliderList li {
    text-align: justify;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 10px !important;
  }

  .contact-testimonial p {
    font-size: 18px;
    font-weight: 200;
    line-height: 32px;
  }

  .mobileSeparator {
    display: block;

    padding: 30px;
  }

  .contactBoxFullBG {
    background: #ffffffaa;
  }

  .contactTitle {
    font-size: 30px;
  }

  .flip-card-back h3 {
    font-size: 24px;
  }
  .flip-card-back p {
    font-size: 14px;
  }
}

/* Mobile */

@media screen and (max-width: 867px) {
  .highlightCircleWrapper {
    opacity: 0.3;

    max-width: 100vw;
  }

  .mapInnerContent {
    display: none;
  }

  .mapOuterContent {
    display: block;

    background: #ffffff;

    border: 2px solid var(--primary1);

    border-radius: 15px;

    padding: 30px 20px;

    margin: 40px;
  }

  .footerContact .footer-social a {
    margin: 20px !important;

    width: 70px;

    height: 70px;

    text-align: center;

    line-height: 70px;
  }

  .mak3rForm label {
    text-align: left !important;

    display: block;
  }

  .contactBox {
    position: relative !important;

    margin: 0 auto !important;

    float: none !important;

    right: 0 !important;

    margin-top: 10px !important;
  }

  .padding5 {
    padding: 1rem !important;
  }

  .whyArrow {
    top: -100px !important;

    left: -40px !important;

    right: unset !important;
  }

  .company-about {
    text-align: center;

    margin-top: 20px;
  }

  .myaccordion .btn {
    font-size: 18px;

    overflow: visible;
  }

  .myaccordion .fa-stack {
    position: absolute;

    top: -30px;

    right: -35px;

    width: 40px;

    height: 40px;

    background-color: #fff;
  }

  .blog-sec {
    padding-top: 20px;
  }

  .case-studies p {
    text-align: justify;
  }

  .laptopBG2 {
    max-width: 200%;

    width: 100%;

    position: absolute;

    left: 0px;

    top: 0;
  }

  .insideLaptop {
    max-width: 50%;

    left: 50%;

    transform: translateX(-50%);

    top: 60px;
  }

  .scheduleDemoBtn {
    display: none;
  }

  .sliderWrapper {
    margin: 10px;
  }

  .sliderContent {
    position: relative;

    margin-top: 500px;
  }

  .sliderText {
    font-size: 28px !important;
  }

  .sliderImage {
    position: relative;
  }

  .main-heading1 {
    font-size: 24px;
  }

  .animationPanels1 .leftText2 {
    margin-right: 10px;

    margin-left: 10px;

    text-align: justify;
  }

  .leftPanel,
  .centerPanel,
  .leftPanel1,
  .centerPanel1,
  .leftPanel2,
  .centerPanel2 {
    width: 100% !important;

    position: relative !important;
  }

  .laptopBG {
    left: -3px;
  }

  #panelVideo {
    top: 20px;
  }

  .rightPanel,
  .rightPanel1,
  .rightPanel2 {
    display: none;
  }

  .leftPanelInner {
    padding: 30px;
  }

  .animationPanels2 {
    padding: 20px;
  }

  .leftText {
    margin-left: 0px;
  }

  .img-details-wrapper {
    margin: 0px;
  }

  body {
    text-align: center;
  }

  section {
    padding: 4.5rem 0;
  }

  .padding-top-half {
    padding-top: 3rem;
  }

  .padding-bottom-half {
    padding-bottom: 3rem;
  }

  .heading-area .heading {
    font-size: 34px !important;
  }

  /* Nav */

  .navbar-top-default {
    background: #ffffff;

    top: 0;

    height: 80px;
  }

  .header-appear .navbar-top-default {
    height: 80px;
  }

  .navigation-toggle span {
    background-color: #002450;
  }

  header a.logo img {
    max-width: 200px;
  }

  /* Side Menu */

  .side-menu {
    width: 100%;
  }

  .side-footer p {
    font-size: 12px;
  }

  .sidemenu_btn {
    right: 15px;
  }

  .sidemenu_btn {
    top: 25px;
  }

  .side-nav .navbar-nav .nav-item {
    margin: 12px 0;
  }

  .side-nav .navbar-nav .nav-link {
    font-size: 18px;
  }

  /* Banner */

  .area-heading h1 {
    font-size: 36px;
  }

  .area-heading p {
    font-size: 16px;
  }

  .slider-area {
    display: block;

    height: auto;

    position: relative;

    padding-top: 75px;
  }

  .author-skills {
    position: relative;

    margin-top: 50px;
  }

  .about-media {
    padding-top: 50px;
  }

  .slider-image img {
    top: 30px;
  }

  .slider-area .content-margin {
    order: 2;
  }

  .slider-area .content-margin {
    padding-top: 100px;

    margin-bottom: 0;
  }

  .slider-image {
    margin: 0;

    top: 0;
  }

  #particles-js {
    display: block;
  }

  /* About */

  .about-heading .heading {
    font-size: 24px;
  }

  .about-heading .text-small {
    font-size: 18px;
  }

  .about-heading .info {
    font-size: 16px;
  }

  /* Stats */

  .stats-sec .circular-wrap > div {
    padding-bottom: 90px;
  }

  .stats-sec .circular-wrap > div:nth-child(3) {
    padding-bottom: 0;
  }

  .circle canvas {
    height: 160px !important;

    width: 160px !important;
  }

  .stats-sec .circular-wrap p {
    font-size: 16px;
  }

  .stats-sec .circular-wrap h4 {
    font-size: 22px;
  }

  /* Pricing */

  .price-item,
  .price-item-center {
    margin: 40px 0;
  }

  /* HomeSection */

  .homesection .img-fluid {
    margin-top: 60px;
  }

  .learn-more-section .heading-area .heading {
    font-size: 22px;
  }

  /* Testimonials */

  .testimonial-section .text-section .text-area {
    padding: 0;
  }

  .testimonial-heading h5 {
    font-size: 24px;
  }

  .testimonial-heading h2 {
    font-size: 32px;
  }

  .carousel-section .testimonials p {
    font-size: 16px;

    width: 95%;
  }

  .carousel-section .testimonials h5 {
    font-size: 20px;
  }

  .testimonials {
    padding: 4rem 0;
  }

  /* Blog */

  #blog .col-lg-4:not(:nth-last-child(1)) .news-item {
    margin-bottom: 50px;
  }

  /* Contact */

  .contact-sec {
    margin-bottom: 0;
  }

  .alert-danger {
    margin-top: 30px;
  }

  /* Footer */

  .footer {
    padding: 4rem 0;
  }

  .footer .footer-social a {
    margin: 0;
  }

  .footer .company-about {
    font-size: 12px;
  }

  /* Standalone */

  .stand-banner .box-content h2 {
    font-size: 34px;
  }

  .standalone-detail {
    padding-bottom: 70px;
  }

  .standalone-detail .heading {
    font-size: 42px;
  }

  .standalone-detail .para_text {
    font-size: 16px;
  }

  .standalone-area .sub-heading {
    margin-top: 3rem;
  }

  .standalone-row .stand-img-des {
    padding-left: 0;

    padding-right: 0;
  }

  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;

    padding-right: 0;
  }

  .standalone-row:nth-child(2) {
    margin-top: 6rem;

    margin-bottom: 6rem;
  }

  .page-title h2 {
    font-size: 2.5rem;
  }

  .standalone-area .heading-text {
    font-size: 30px;
  }

  .standalone-area .stand-img-des .para_text {
    font-size: 16px;

    padding: 0 15px;
  }

  .standalone-footer {
    padding-top: 0;
  }
}
