/**
* Template Name: Multi - v2.1.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  cursor: auto;
}

a {
  color: #ed502e;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}


@font-face {
  font-family: "RobotoSlab";
  src: url("../fonts/Roboto-slab/RobotoSlab-Regular.ttf") format("truetype");
  src: url("../fonts/Roboto-slab/RobotoSlab-Medium.ttf") format("truetype");
  src: url("../fonts/Roboto-slab/RobotoSlab-SemiBold.ttf") format("truetype");
  src: url("../fonts/Roboto-slab/RobotoSlab-Bold.ttf") format("truetype"); 
  src: url("../fonts/Roboto-slab/RobotoSlab-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GalaxyRegular";
  src: url("../fonts/GalaxyRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

 

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 6px 6px 6px 8px #f2f2f2;
  -webkit-box-shadow: 6px 6px 6px #f2f2f2;
  border: 1px solid #dca831 !important;
 /* background: url(../../assets/img/apple-touch-icon.png);
  background-repeat: no-repeat;*/
}
#preloader p{
  position: fixed;
  top: calc(52% - 55px);
  left: calc(50% - 50px);
  animation: animFw 10s linear infinite;
}


@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  /*display: none;*/
  right: 15px;
  bottom: 50px;
  z-index: 99999;
  /*background: #333;*/
/*  background-image: linear-gradient(90deg,#03228f,#0e73e4);*/
/*  background-color: #fff !important;*/
background-color: #fff !important;
  border-radius: 50%;
/*  border: 0.5px solid #dca831;*/
  border: 0.5px solid blue;
  /*opacity: 0.6;*/
  width: 35px;
  height: 35px;
  padding-top: 1px;
  transition: all 0.3s linear;
}


.back-to-top i {
  /*margin-bottom: 10px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  /*width: 40px;
  height: 40px;*/
  /*border-radius: 4px;*/
  /*background: #333;*/
  color: #333;
/*color: #dca831;*/
  transition: all 0.3s;
  /*transition: all 0.4s;*/
}

.back-to-top:hover {
  /*background: #000;*/
  /*border-radius: 50%;*/
/*  color: #000 !important;*/
   /*background: #333;*/
/*  background-image: linear-gradient(90deg,#0e73e4, #03228f);*/
/*  background-color: #bdf347 !important;*/
  border-radius: 50%;
  /*opacity: 1;*/
}

.back-to-top:hover > i{
  transition: all 0.2s;
  transform: translateY(-5px);
/*  color: #000 !important;*/
}

/*WHATSAPP BUTTON*/
.whatsapp-btn{
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  left: 15px;
  background: transparent;
  border-radius: 50%;
  /*border: 0.5px solid #ddd;*/
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.whatsapp-btn img{
  width: 100%;
  
}
.info-msg{
  border: 1px solid #ddd;
  background-color: #333;
  border-radius: 13px;
  padding: 2px;
  display: none;
  font-size: 11px;
  font-family: 'Roboto-slab';
  font-weight: lighter;
  color: #fff;
  width: 50px;
  text-align: center;
  position: fixed;
  bottom: 55px;
  left: 16px;
}

.whatsapp-btn:hover .info-msg{
  display: block;
  transition: all 0.3s linear;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
/*  background: #fff;*/
  transition: all 0.5s;
  /*z-index: 997;*/
  /*z-index: unset;*/
  padding: 12px 0;
}

#header.header-scrolled {
  padding: 3px 0px 6px 0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0px !important;
/*  background-color: #fff;*/
background-color: #000;
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding-top: 5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo:hover{
  cursor: pointer;
}
#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 105px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu{
  padding-left: 60px;
}

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

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 38px;
}

.nav-menu a {
  display: block;
  position: relative;
/*  color: #000 !important;*/
  color: #fff !important;
  transition: 0.3s;
  font-size: 14.5px;
/*  font-weight: 500;*/
  /*font-family: "Open Sans", sans-serif;*/
  font-family: ""Poppins", sans-serif";
  /*font-family: 'Roboto-slab';*/
  text-transform: uppercase;
  margin-top: 20px;
}
.nav-menu a:hover{
  color: #81c02c !important;  /* Strong Green */
  transition: all 0.3s linear;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  /*color: #000;*/
  /*color: #8cc63f !important;*/
/*  color: #3b58bf !important;*/
color: #bdf347 !important;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0b2341;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ed502e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  /*margin-left: 25px;*/
  background: #fff;
  color: #000;
  /*border-radius: 4px;*/
  padding: 15px 25px 15px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15.5px;
  display: inline-block;
  text-transform: uppercase;
  /*border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;*/
  border: 2px solid #71b230;
  font-family: "Roboto-slab";
  /*box-shadow: 0 0 30px rgb(214 215 216 / 60%);*/
  box-shadow: 0 0 10px rgb(214 215 216 / 60%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.get-started-btn:hover {
  background: #71b230;
  color: #fff;
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  /*.get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }*/
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  
}

.mobile-nav-toggle i {
  /*color: #000 !important/*;*/
  color: #03228f !important;
  font-size: 26px;
  /*top: 45px;*/
}

.mobile-nav {
  position: fixed;
  top: 95px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  /*opacity: 0;*/
  visibility: hidden;
  border-radius: 12px;
  padding: 10px 0;
  height: 450px;
  background-image: url('../../assets/img/counter-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  /*opacity: 0.75;*/

}
.mobile-nav ul{
  margin-top: 20px;
  padding-left: 10px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 550;
  outline: none;
  font-size: 16px;
  text-transform: uppercase;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #03228f;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav ul li{
  border-bottom: 1px solid #f5f5f5 !important;
  padding-bottom: 5px;
}

.mobile-nav ul li:last-child(){
    
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 12, 21, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 600px;
  /*background-color: rgba(4, 12, 21, 0.8);*/
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.carousel-inner{
  /*margin-top: 120px;*/
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  bottom: 0 !important;
  background-size: contain;
  /*background-position: top center;*/
  /*background-repeat: no-repeat;*/
}

#hero .carousel-item::before {
  content: '';
  /*background-color: rgba(4, 12, 21, 0.5);*/
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 50px;
  right: 50px;
  text-align: center;
}

#hero h2 {
  /*color: #fff;*/
  margin: 0;
  font-size: 34px;
  font-weight: 300;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  /*color: #fff;*/
  margin-top: 10px;
  /*font-family: "Raleway", sans-serif !important;*/
}

@media (min-width: 1200px) {
  #hero p {
    width: 100%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  /*background-position: center top;*/
  /*background-position: center;*/
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  /*top: 112px;*/
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: transparent;
  /*border-radius: 50px;*/
  padding: 10px;
  transition: 0.3s;
  color: #fff;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
 /* background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);*/

}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 25px;
  height: 3px;
  border-radius: 0px;
  /*opacity: .6;*/
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #81c02c;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ed502e;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  #hero {
    height: 500px;
  }
  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 500px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
   position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  /*padding: 0;*/
  line-height: 28px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  /*color: #aaaaaa;*/
  color: #03228f !important;
  font-family: "Poppins", sans-serif;
  position: relative;
  /*padding-left: 95px;*/
}
/*.section-title h2:after{
  content: "";
  position: absolute;
  height: 4px;
  background-color: #03228f !important;
  top: 12px;
}*/
/*.section-title h2::after{
  content: "";
  position: absolute;
  height: 4px;
  background-color: #03228f !important;
  top: 12px;
}*/
.section-title h2::before {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #03228f;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #000;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ed502e;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ed502e;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ed502e;
}

.about .content .btn-learn-more:hover {
  background: #ed502e;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 50px;
}

.counts .count-box {
  /*box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 0 10px rgb(214 215 216 / 60%);*/
  padding: 15px;
  padding-top: 20px;
  width: 100%;
  text-align: center !important;
  border-right: 1px solid #f3f3f3;
  /*background-image: url('../../assets/img/counter-bg.png');*/
}

.counts .count-box i {
  display: block;
  font-size: 38px;
  color: #03228f;
  /*background-color: linear-gradient(90deg,#0e73e4, #03228f);*/
  /*float: left;*/

  margin-bottom: 10px;
}

.counts .count-box span {
  font-size: 34px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  /*margin-left: 50px;*/
}

.counts .count-box p {
  /*padding: 30px 0 0 0;
  padding-bottom: 20px;*/
  margin: 0;
  /*font-family: "Raleway", sans-serif;*/
  font-size: 16px;
  padding-top: 10px; 
  padding-bottom: 15px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
}

.why-us .accordion-list span {
  color: #ed502e;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ed502e;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: #fefefe;
  /*box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);*/
  /*padding: 20px 20px;*/
  transition: all ease-in-out 0.3s;
  margin: 15px 15px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ed502e;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  /*font-weight: 700;*/
  margin-bottom: 15px;
  font-size: 21px;
}

.services .icon-box h4 a {
  color: #0b2341;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #ed502e;
  border-color: #ed502e;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ed502e;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 180px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #ddd;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  /*font-style: italic;*/
  margin: 15px auto 15px auto;
  font-family: "Raleway", sans-serif;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;

}
.owl-carousel .owl-dots{
  text-align: center !important;
}

.testimonials .owl-dot.active {
  background-color: #2a489c !important;
  width: 30px;
}

.owl-carousel .owl-dots.disabled{
  /*display: inline-block !important;*/
  display: unset !important;
}

.owl-carousel button.owl-dot{
  background: linear-gradient(90deg,#03228f,#0e73e4) !important;
  color: #03228f !important;
  /*border: 1px solid #03228f !important;*/
  padding: 4px !important;
  width: 48px;
  margin-left: 10px !important;
  margin-top: 50px !important;
  border-radius: 4px !important;
  box-shadow: 0 0 40px rgb(214 215 216 / 80%) !important;
}

.owl-carousel .owl-dot.active {
  /*background-color: #2a489c !important;*/
  width: 18px !important;
}
.owl-carousel .owl-dot:focus, .owl-carousel .owl-dot:active, .owl-carousel .owl-dot:visited{
  border: unset !important;
  box-shadow: unset !important;
}


@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ed502e;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ed502e;
  border: 2px solid #ed502e;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  /*margin: 0 auto 50px auto;*/
  list-style: none;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 0px;
}

.portfolio #portfolio-flters li {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 12px 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  /*font-family: 'Roboto-slab';*/
  border: 1px solid #81c02c;
  margin-left: 15px; 
  box-shadow: 0 0 10px rgb(214 215 216 / 60%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #81c02c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio-container{
  margin-top: 75px;
}


.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0.6;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ed502e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}


/*--------------------------------------------------------------
# Portfolio 2
--------------------------------------------------------------*/
.portfolio2 #portfolio-flters2 {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio2 #portfolio-flters2 li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio2 #portfolio-flters2 li:hover, .portfolio2 #portfolio-flters2 li.filter-active {
  color: #ed502e;
}

.portfolio2 #portfolio-flters2 li:last-child {
  margin-right: 0;
}

.portfolio2 .portfolio-item2 {
  margin-bottom: 30px;
}

.portfolio2 .portfolio-item2 .portfolio-info2 {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio2 .portfolio-item2 .portfolio-info2 h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio2 .portfolio-item2 .portfolio-info2 p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio2 .portfolio-item2 .portfolio-info2 .preview-link, .portfolio2 .portfolio-item2 .portfolio-info2 .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio2 .portfolio-item2 .portfolio-info2 .preview-link:hover, .portfolio2 .portfolio-item2 .portfolio-info2 .details-link:hover {
  color: #ed502e;
}

.portfolio2 .portfolio-item2 .portfolio-info2 .details-link {
  right: 10px;
}

.portfolio2 .portfolio-item2 .portfolio-links2 {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio2 .portfolio-item2 .portfolio-links2 a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio2 .portfolio-item2 .portfolio-links2 a:hover {
  color: #f59f8c;
}

.portfolio2 .portfolio-item2:hover .portfolio-info2{
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #ed502e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #ed502e;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #ed502e;
}

.pricing .featured .get-started-btn {
  background: #ed502e;
  color: #fff;
  border-color: #ed502e;
}

.pricing .featured .get-started-btn:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box:hover{
  /*background-image: linear-gradient(90deg,#0e73e4,#03228f);*/
}

.contact .info-box {
  color: #000;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 40px 0 40px 0;
  background: #fff;
  /*background-image: linear-gradient(90deg,#03228f,#0e73e4);*/
}

.contact .info-box i {
  font-size: 24px;
  /*color: #008fe4;*/
  color: #000;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fff;
/*  background: linear-gradient(90deg,#03228f,#0e73e4);*/
  background-color: #bdf347;
}

.contact .info-box h3 {
  font-size: 20px;
  /*color: #777777;*/
  color: #000;
  font-weight: 550;
  margin: 10px 0;
/*  font-family: 'Roboto-slab';*/
font-family: "Open Sans", sans-serif;
}
.contact .info-box a{
  /*color: #2a489c;*/
  color: #000;
}

.contact .info-box a:hover{
  /*color: #ed1b24;*/
  transition: all 0.3s linear;
  color: #008fe4;
} 
.contact .info-box p {
  padding: 0;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 0;
  color: #000;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0px;
  height: 40px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #008fe4;
}

.contact .php-email-form input {
  /*padding: 20px 15px;*/
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ed502e;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ef6445;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ed502e !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  /*position: absolute;*/
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: transparent;*/
  background-image: url(../../assets/img/Mag-Edu-Solutions-footer-bg.png);
      background-color: #f5f6f9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer .footer-top {
  padding: 60px 0 5px 0;
  position: relative;
}

#footer .foo-img{
  position: absolute;
  left: 5px;
  top: 25%;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  /*background: #05101e;*/
  /*border-top: 4px solid #ed502e;*/
  /*text-align: center;*/
  /*padding: 30px 20px;*/
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info h4{
  color: #81c02c;
}

#footer .footer-top .footer-info p {
  color: #000;
  font-size: 14.5px;
  line-height: 26px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
}

#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  /*line-height: 1;*/
  padding: 1px 1px;
  margin-right: 5px;
  border-radius: 4px;
  text-align: center;
  width: 27px;
  height: 27px;
  transition: 0.3s;
  /*background: #81c02c;*/
  background-image: linear-gradient(90deg,#03228f,#0e73e4);

}

#footer .footer-top .social-links a:hover {
  color: #ddd;
  /*background: #81c02c;*/
  text-decoration: none;
  transition: all 0.3s linear;
  background-image: linear-gradient(90deg,#0e73e4, #03228f);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  /*color: #fff;*/
  /*color: #008fe4 !important;*/
  color: #101010 !important;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 50px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  /*color: #81c02c;*/
  color: #008fe4;
  transition: all 0.3s linear;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #ed502e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ef6445;
}

#footer .copyright {
  /*border-top: 1px solid #ddd;*/
  text-align: ;
  padding-top: 30px;
  color: #000;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}



/****************CUSTOM-STYLES-EDIT***************/
#footer p, #footer a{
  /*font-family: "Raleway", sans-serif !important;*/
}
.foo-links{

}
.footer-links{
  padding-left: 50px;
}
.footer-links h4{
  color: #81c02c !important;
}
.hours{
  /*padding-left: 100px !important;*/
}
.foo-links li{
  list-style: none;
  text-align: left;
}
#contact-banner{
  width: 100% !important;
  /*height: 400px;*/
  margin-top: 120px;
  position: relative;
}

#contact-banner img{
  width: 100% !important;
}
.g-map iframe{
  width: 100% !important;
}
#features{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.partner{
  /*margin-top: 20px !important;*/
  /*display: inline-flex !important;*/
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}
.partner h4, .payment h4{
  color: #ed502e !important;
}
.payment{
  margin-bottom: 35px;
}
#footer{
  padding-bottom: 10px !important;
}

.mobile-slider{
    visibility: hidden !important;
    display: none;
}

.contact .php-email-form input{
  padding-top: 0px !important;
}
.ico-bw{
  color: #f1d640 !important;
}
.testimonials a{
  color: #000 !important;
}

@media only screen and (max-width: 1024px) {
  .top-header-box{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
 /* .course-main-box .detailbox .cduration{
    left: 55px;
  }*/
}


@media only screen and (max-width: 768px) {
    body {

    }
    .limiter {
      width: auto;
      margin: 0 auto;
    }
    .table100 {
      padding-top: 100px;
    }
    .footer-links {
      padding-left: 30px;
    }
    #footer .footer-top .footer-info{
      text-align: left;
      padding-left: 30px;
      padding-top: 30px;
    }
    .hours {
      /*padding-left: 30px !important;*/
      padding-top: 30px;
    }
    .partner{
       padding-left: 30px;
       margin-top: 0px;
       text-align: left !important;
    }

    .payment{
      padding-left: 30px;
  }
 .portfolio2 .portfolio-item{
    margin-bottom: 40px;
  }
  .logo .img-fluid{
    max-width: 85%;
  }
  .mobile-nav-toggle {
    /*top: 38px !important;*/
    margin-top: 5px !important;
    margin-right: 20px !important;
  }
  .emergency{
    display: none;
  }
  .top-bar .social-top{
    margin-top: -23px;
  }
  .products-main-box{
    margin-left: 0px !important;
  }
  #quote{
    height: 70px !important;
  }
  #quote .quote h1{
    font-size: 18px !important;

  }

}

@media only screen and (max-width: 479px) {
    body{

    }
    .mobile-slider{
        visibility: visible !important;
        display: block;
        margin-top: 100px;
    }
    #hero{
      visibility: hidden !important;
      display: none;
    }

  }
  
.port-info {
    opacity: 0.6;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    display: inline-flex;
}
.port-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #0b2341;
}
/*.port-info .preview-link .details-link{*/
/* position: absolute;*/
/*  right: 40px;*/
/*  font-size: 24px;*/
/*  top: calc(50% - 18px);*/
/*  color: #123a6d;*/
/*}*/
.port-info:hover{
    cursor: pointer;
    opacity: 1;
}
.portfolio-item:hover .port-info{
     opacity: 1;
     transform: translateY(-20px);
}
.port-info .details-link, .port-info .preview-link {
    font-size: 24px !important;
    position: absolute !important;
    right: 40px !important;
    color: #123a6d !important;
}
.port-info .preview-link {
    font-size: 24px !important;
    position: absolute !important;
    right: 70px !important;
    color: #123a6d !important;
}
.portfolio2 .portfolio-item{
    margin-bottom: 30px;
  }
  .mobile-nav ul li:last-child{
  border-bottom: none !important;
}
.mobile-slider .carousel-inner{
    /*border-bottom: 1px solid #e6e4e4 !important;*/
}

/****************END-CUSTOM-EDIT*******************/


/*CUSTOM EDIT START */

.fixed-top {
/*    top: 40px !important;*/
}

.top-bar {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    background-color: #f5f5f5;
    transition: all 0.2s ease-in-out;
}
.top-bar a{
  color: #2a489c;
  font-size: 14px;
}
.__cf_email__{
  /*color: #81c02c;*/
  color: #000;
  font-size: 14.1px;
}
.__cf_email__:hover{
  color: #008fe4;
  transition: all 0.3s linear;
}
.top-bar .social-top{
  text-align: right;
  padding-top: 3px;
}
.top-bar .social-top a{
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 0.10;
  padding: 2px 1px;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 22px;
  height: 22px;
  transition: 0.3s;
  background: #2a489c;
}
.home{

}
.home .content p{
  line-height: 2;
  text-align: justify;
  color: #000;
}
.home .content h1{
   font-size: 20px;
  padding-top: 5px;
  font-family: "Open Sans", sans-serif !important;
}
.about .content p{
  line-height: 2;
  text-align: justify;
}
.course{
  /*padding-left: 0px;
  padding-right: 0px;*/
}

/*.products-main-box {
  border: 1px solid #ddd;
  background-color: #fff !important;
  height: auto;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 20px 0px rgba(110, 123, 131, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  position: relative;*/
  /*display: flex;*/
  /*flex: 0 0 23.1% !important;
  max-width: 23.1% !important;*/

/*}*/
.portfolio .products-main-box{
  border: 1px solid #ddd;
  background-color: #fff !important;
  height: auto;
  /*overflow: hidden;*/
  margin-left: 15px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 30px 0px rgba(110, 123, 131, 0.1);
  padding-left: 0px;
  padding-right: 0px;
/*  position: relative !important;
  left: 0px !important;
  top: 0px !important;*/
  display: block;
  flex: 0 0 23.1% !important;
  max-width: 23.1% !important;
}

.odd{
  border: 1px solid #ddd;
  height: auto;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 50px;
 /* border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;*/
  box-shadow: 0px 5px 30px 0px rgba(110, 123, 131, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  position: relative;

}

.even{
   border: 1px solid #ddd;
  height: auto;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 50px;
 /* border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;*/
  box-shadow: 0px 5px 30px 0px rgba(110, 123, 131, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.products-main-box .product-lbl{
  position: absolute;
  right: 0;
  background: url(../img/sprites.png) no-repeat -378px -584px;
  width: 40px;
  height: 33px;
  color: #fff;
  font-size: 9px;
  text-align: right;
  display: block;
  line-height: 10px;
  padding: 4px;
  opacity: 0.6;
}

.products-main-box .offers-lbl{
  position: absolute;
  left: -8px;
  bottom: -10px;
  background: url(../img/sprites.png) no-repeat -565px -625px;
  width: 60px;
  height: 55px;
  color: #fff;
  font-size: 15px;
  text-align: right;
  display: block;
  line-height: 10px;
  padding: 6px;
  opacity: 0.9;
}

.products-main-box:hover{
      cursor: pointer;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
     -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
    transition: all 0.5s linear;
    border: none !important;
}
.products-main-box .imgbox img{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 32px;
  padding-bottom: 32px;
}

.products-main-box .detailbox{
  height: auto;
  text-align: center;
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
  position: relative;
  /*display: flex;*/
}

.products-main-box .detailbox .ctitle{
  padding-top: 15px;
  /*padding-bottom: 10px;*/
  color: #000;
  line-height: 1.4;
  font-family: "Roboto-slab";
  font-size: 1rem;
  letter-spacing: 0.5px;
  /*width: 72%;*/
  /*padding-left: 8px;*/
}
.products-main-box .detailbox .price{
  /*width: 28%;*/
  font-family: "Roboto-slab";
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding-top: 3px;
  line-height: 1.1;
  padding-bottom: 5px;
}

.products-main-box .detailbox .cduration{
  border: 1px solid #2a489c;
  padding: 7px;
  width: 190px;
  text-align: center;
  position: relative;
  left: 80px;
  font-family: "Open Sans", sans-serif;
}

.products-main-box .detailbox .fee{
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 14.3px;
  /*margin-bottom: 10px;*/
}

.products-main-box .icon{
  width: 25px;
  height: 30px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: none;
}
.products-main-box:hover .icon{
  display: block;
  transition: all 0.5s linear;
}

.gallery .img-fluid{
   border: 1px solid #2a489c;
   border-radius: 8px;
}

.about .imgbox{
  text-align: center;
  padding-top: 35px;
}

.about .about-icon{
  width: 30% !important;
  border-bottom:  unset !important;
}

.about .detailbox{
  height: 170px;
}
.about .detailbox .desc{
  text-transform: none;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.top-header-box i{
  color: #2a489c;
}
.top-header-box .bx{
  color: #fff;
}

.free-courses{

}

.free-courses h6{
  text-transform: uppercase;
  /*color: #ed502e;*/
  color: #000;
  font-size: 15.5px;
  font-weight: 550;
  text-align: center;
}

.guidance{
  border: 1px solid #ddd;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 8px;
  box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
}

.guidance h5{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 550;
  font-size: 16px;
  color: #2a489c;
}
#quote{
  background-color: #ddd;
  height: 55px;
}
#quote .quote{
  text-align: center;
}

#quote .quote h1{
  font-size: 20px;
  padding-top: 13px;
  color: #2a489c;
  /*font-family: "Open Sans", sans-serif !important;*/
}
#footer .partner img{
  /*width: 50%;*/
}
.g-recaptcha{
  display: none !important;
}
/*CUSTOM EDIT END */


/*****ZERO-STYLES-STARTS HERE*****/

.top-bar{
  padding-left: 50px;
}

.top-header-box{
  text-align: right !important;
  /*border: 1px solid #ddd;*/
  /*padding-top: 8px;*/
  padding-bottom: 0px;
  display: inline-flex;
  /*padding-left: 15px;*/
  /*padding-right: 10px;*/
  /*opacity: 0.6;*/
}

.top-header-box .fa-ico{
  font-size: 1.4rem;
  padding-top: 10px;
  /*color: #106eea;*/
  color: #3b58bf;
}
.top-header-box p{
  font-size: 13px;
  padding-left: 10px;
  padding-top: 10px;
  /*font-family: 'Poppins', sans-serif !important;*/
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif !important;
  font-weight: 400;
  /*color: #00a651;*/
}
.top-header-box a{
  font-size: 14px;
  /*color: #349ee8;*/
  /*color: #00a651;*/
  /*color: #106eea;*/
  color: #000;
  padding-left: 10px;
  padding-top: 4px;
}
.top-header-box a:hover{
  color: #008fe4; 
  transition: all 0.3s ease-in-out;
}
.top-header-box a#tel{
  color: #349ee8;
  opacity: 1 !important;
  text-align: center !important;
}
.tel-box{
  padding-left: 75px;
}
.top-header-box a#emergency{
  color: #349ee8;
}
.top-header-box a#emergency:hover{
  color: #000;
}
.top-header-box a#tel:hover{
  color: #000; 
  transition: all 0.3s ease-in-out;
}
.top-header-box a#booking{
  color: #fff;
  display: none;
}
.top-header-box a#booking:hover{
  color: #000;
}

.logo{
  padding-left: 30px;
}
.logo img{
  margin-top: 5px;
}

.logo-box{
  /*border-right: 1px solid #ddd;*/
}
.icon-box{
  padding-top: 35px;
  border-left: 1px solid #ddd;
  padding-inline-start: 0px;
  margin-block-start: 0em;
}


.icon-box ul{
  display: flex;
  padding-inline-start: 0px;
}
.icon-box ul li{
  list-style: none;
  margin-left: 20px;
  margin-top: 0px;
}

.icon-box ul li .fa-ico{
  font-size: 22px;
  margin-top: 10px;
  color: #81c02c;
}
.icon-box a{
  font-size: 14px;
  color: #81c02c;
}
.foo-bottom-box{
 display: inline-flex; 
 background: hsla(0,0%,100%,.4);
}
.copyright ul{
  
}
.copyright ul li{
  position: relative;
  display: inline-flex;
  list-style: none; 
  padding-left: 20px;
  text-align: center;
}
.copyright .last-child{
  border-right: 0px !important;
  /*width: 0px;*/
}
.copyright ul li:after{
 /* content: '';
  position: absolute;
  border-right: 1px solid #4d4d4c;
  width: 1px;
  height: 25px;
  right: -10px;*/
}
.copyright a{
  /*color: #fff;*/
  color: #000;
}


.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 2 !important;
    top: 0px;
    cursor: url(../../assets/img/close.cur), pointer;
    background: rgba(0,0,0,.65);
}

.bs-canvas {
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
    transition: margin .4s ease-out;
    -webkit-transition: margin .4s ease-out;
    -moz-transition: margin .4s ease-out;
    -ms-transition: margin .4s ease-out;
}

.bs-canvas-right {
    right: 0;
    margin-right: -450px;
    /*z-index: 1 !important;*/
    background-color: #fff !important;
}
/*.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 1 !important;
}*/

.bs-canvas-overlay{
    width: 100% !important;
    transition: all 3s ease-in-out !important;
}
.bs-canvas-right{
    width: 28%;
}
.bs-canvas-header{
    background-color: transparent !important; 
    padding: 0.5rem !important;
}

.bs-canvas-header img{
    width: 40px;
    height: 40px;
}
.close{
  font-size: 17px !important;
}

.bs-canvas-content .top-box p{
  padding-top: 30px;
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.9;
}

.side-bar-footer{
  padding-top: 35px;
}

.side-bar-footer .address-box{
  margin-bottom: 35px;
}
.side-bar-footer .address-box h5, .side-bar-footer .contact-box h5, .side-bar-footer .mail-box h5{
  font-family: 'RobotoSlab' !important;
  padding-bottom: 10px; 
  color: #5e5d5d;
}
.side-bar-footer .address-box address{
  font-size: 0.9rem;
}

.side-bar-footer .contact-box{
  margin-top: 10px;
  margin-bottom: 35px;
}

.side-bar-footer .contact-box a{
  color: #000;
  font-size: 0.9rem;
}

.side-bar-footer .contact-box a:hover, .side-bar-footer .mail-box a:hover, .side-bar-footer .social-links a:hover{
  text-decoration: none;
   color: red;
  transition: all 0.3s ease-in-out;
}

.side-bar-footer .mail-box{
  margin-top: 10px;
  margin-bottom: 35px;
}

.side-bar-footer .mail-box a{
  color: #000;
  font-size: 0.9rem;
}

.side-bar-footer .social-links{
  margin-top: 25px;
  margin-bottom: 35px;
}

.side-bar-footer .social-links a{
  color: #000;
  margin-left: 10px;
  color: #000;
}
.side-bar-footer .social-links a .bx{
  font-size: 22px;
  padding-top: 1px;
}
.side-bar-footer .social-links a:first-child{
  margin-left: 0px;
}
#frmSubscribe {
  /*display: inline-block;*/
  position: relative;
}
#txtEmailSubscribe{
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin-top: 25px;
  box-shadow: 0 0 25px #eee;
  /*position: relative;*/
}
#frmSubscribe #btn_subscribe:hover{
  /*color: #008fe4;*/
  color: #009937;
  transition: all 0.3s ease-in-out;
}
#frmSubscribe #btn_subscribe{
  /*background: transparent !important;*/
  border: unset;
  position: absolute;
  right: 2px;
  top: 2px;
  /*font-size: 30px;*/
  /*padding: 2px;*/
  color: #03228f;
  background-image: linear-gradient(90deg,#03228f,#0e73e4);
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
#frmSubscribe #btn_subscribe i{
  font-size: 28px;
  color: #fff;
  margin-top: 1px;
  margin-left: -4px;
}
#frmSubscribe #btn_subscribe:active, #frmSubscribe #btn_subscribe:focus, #frmSubscribe #btn_subscribe:visited{
  border: unset !important;
  box-shadow: none !important;
  outline: none !important;
}

#preloader img{
  position: fixed;
  top: calc(50% - 29px);
  left: calc(50% - 34px);
  width: 70px;
}

.intro-boxes{
  border-right: 1px solid #ddd;
  margin-left: 25px;
  /*margin: auto;*/
  /*text-align: center !important;*/
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 10px;
  /*box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);*/
  display: flex;
}
.intro-boxes:last-child{
  /*border-right: none !important;*/
}

.intro-boxes .circle{
  width: 50px;
  height: 50px;
  border: 3px dotted #81c02c;
  border-radius: 50%;
  text-align: center !important;
  /*margin: auto;*/
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}
.intro-boxes .outer-circle{
  padding: 6px;
  border: 1px solid #81c02c;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  /*margin: auto;*/
  /*background-color: #84BE38;*/
}
.intro-boxes h5{
  padding-top: 10px;
  font-family: 'Roboto-slab';
  padding-left: 20px;
  font-size: 1.1rem;
  line-height: 1.3;
}

@-webkit-keyframes animate-role {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-role {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.intro-boxes:hover .circle{
   -webkit-animation: animate-role 4s linear infinite;
  animation: animate-role 4s linear infinite;
}

.ico{
  font-size: 25px;
  color: #81c02c;
  animation: none !important;
}

.intro-boxes:hover .ico{
  -webkit-animation: none !important;
  animation: none !important;
}

.category{

}

.category .home-cat-box{
  margin-left: 40px;
  margin-right: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  /*box-shadow: 0 0 30px rgb(214 215 216 / 60%);*/

}
/*.category .home-cat-box:first-child{
  margin-left: 0px;
}*/

.category .home-cat-box h5{
  font-family: 'Roboto-slab';
  padding-top: 18px;
  color: #000;
  font-size: 1.1rem;
}
.category .home-cat-box:hover{
  transition: all 0.3s linear;
  cursor: pointer;
}

.category .home-cat-box:hover h5{
  color: #5d9510;
  transition: all 0.3s linear;
}

.category .home-cat-box img{
  width: 100%;
  border: 3px solid #81c02c;
  border-radius: 50%;
}

.offers .home-offer-box{
  /*border: 1px solid #ddd;*/
  margin-left: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.offers .home-offer-box:hover{
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.3s linear;
}

.bulk-order{
  padding-bottom: 70px;
  position: relative;
}

.bulk-order .bulk-banner{
  
}
.bulk-order .bulk-banner img{
  width: 100%;
  /*position: relative;*/
}
.bulk-order .order{
  text-align: center;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 40%;
  top: 19.2%;
  height: 270px;
  width: 270px;
  opacity: 0.9;
}
.bulk-order .order h6{
  margin-top: 110px;
  color: #fff;
  font-size: 1.7rem;
  font-family: 'Roboto-slab';
  opacity: 1;
}
.bulk-order .order a{
  padding-top: 15px;
  color: red;
  opacity: 1;
}
.bulk-order .order a:hover{
  color: #81c02c;
  transition: all 0.3s linear;
}
.section-bg-new{
  background-color: #d3dbcb;
}

.blogs{

}
.blogs .blog-carousel .testimonial-item{
  position: relative;
  margin-left: 20px;
  margin-right: 15px;
}

.blogs .blog-carousel .testimonial-item h4{
  position: absolute;
  text-align: center;
  /*top: 40%;*/
  bottom: 7%;
  left: 15%;
  color: #fff;
  font-family: 'Roboto-slab';
  text-transform: uppercase;
  font-size: 1.3rem;
}

.certificate-carousel .testimonial-wrap{
  text-align: center !important;
}
.certificate-carousel .testimonial-item{
  text-align: center !important;
}
/*.certificate-carousel .testimonial-item img{
  width: 80%;
}*/
.certificate-carousel .owl-carousel.owl-drag .owl-item{
 text-align: center !important; 
}

.top-intro{
  background-color: #f5f5f5;
  height: 100px;
  padding-top: 8px;
  padding-bottom: 10px;
}

@keyframes movebounce{
  0%{
    transform:translateY(0)
  }
  50%{
    transform:translateY(20px)
  }
  100%{
    transform:translateY(0)
  }
}

.about .anim{
  position: absolute;
  right: 0px;
  bottom: 0px;
  animation: movebounce 3.0s linear infinite;
}

.intro{
  position: relative;
}

.intro .anim {
    position: absolute;
    /*top: 0;*/
    left: 0px;
    bottom: 0px;
    animation: movebounce 3.0s linear infinite;
}

.blogs{
  position: relative;
}

.blogs .anim {
    position: absolute;
    top: 0;
    left: 0px;
    /*bottom: 0px;*/
    animation: movebounce 3.0s linear infinite;
}
.foo-contact{
  /*color: #81c02c;*/
  /*color: #008fe4;*/
  color: #000;
}
.foo-contact:hover{
  color: #008fe4;
  transition: all 0.3s linear;
}
/* START*/

.enquiry{
  background-color: #f6f9fd !important;
}
.enquiry .enquiry-form{
    /*margin-top: 60px;*/
    /*border:  1px solid #ddd;*/
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    display: inline-flex ;
    background-color: #f6f9fd !important;
    /*text-align: center !important;*/
    font-size: 1rem;
    font-family: 'Roboto-slab';
    /*box-shadow: 0 0 30px rgb(214 215 216 / 60%);*/
}
.enquiry-form::placeholder{
    color: #f5f5f5 !important;
}
.frm-enquiry{
    width: 100%;
}
.enquiry .enquiry-form .enquiry-lft{
    margin-right: 10px;
    margin-left: 0px;
}
.enquiry .enquiry-form .enquiry-rgt{
    margin-right: 0px;
    /*margin-left: 10px;*/
}
.captcha-box{
    display: inline-flex;
    padding-top: 10px;
}
.captcha-box .form-control{
    margin-right: 10px;
    margin-left: 10px;
}
.enquiry-form .form-control{
    border-radius: 0px;
    height: 42px;
}
.captcha-box .captcha-refresh{
    padding-left: 15px;
    padding-top: 10px;
}
.captcha-box #in-captcha{
    height: 50px;
}
.enquiry .button-send{
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom : 0px;
}
 textarea:focus, input:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #81c02c;
}
.enquiry input[type="text"]{
  font-size: 1rem;
  font-family: 'Roboto-slab';
}
input[type="text"]::placeholder{`
    color:#ddd !important;
}
.space3{
    display: inline-flex;
    width: 100% !important;
    padding-top: 45px;
    padding-left: 30px;
    text-align: left;
}
.space3 #in-captcha{
    height: 50px;
    background-color: transparent;
    text-align:center;
    border-bottom: 1px solid #000;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
}
.space3 .captcha-refresh{
    margin-left: 10px;
    padding-top: 12px;
    padding-right: 30px;
}

.broucher-title{
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: "GalaxyRegular";
  font-weight: 400;
}

.download-boxes{
  margin-left: 70px;
  border: 1px solid #81c02c;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  text-align: center;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
  color: #000;
   /*background-color: #81c02c;*/
  /*overflow-wrap: all;*/
}

.download-boxes img{
  width: 100%;
}

.download-boxes h6{
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: 'Roboto-slab';
  font-size: 1.2rem;
}

.inner-link{
  font-family: 'Roboto-slab';
  border: 1px solid #81c02c;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #81c02c;
  position: absolute;
  bottom: -33px;
  left: 52px;
  color: #fff;
  border-radius: 20px;
  font-size: 0.85rem;
  /*top: -10px;*/
}
.download-boxes:hover{
  color: #000;
  transition: all 0.3s linear;
}

.download-boxes:hover p{
  color: #000;
  transition: all 0.3s linear;
}

#mail-sent{
  width:45%;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center !important;
  border: none !important;
  line-height: 2.7rem !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important; 
  background-color: #81c02c; 
  margin-top: 10px;
}
.contact-btn{
  /*width:170px; 
  height: 45px;
  font-weight: 600 !important;
  color:#fff;
  text-align: center !important;
  border: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important; 
  /*background-color: #81c02c;*/
/*  background-image: linear-gradient(90deg,#03228f,#0e73e4);*/
/*  font-family: 'Roboto-slab';*/
    border: 2px solid #bdf347;
/*    margin-top: 20px;*/
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 16px;
    border-radius: 20px;
/*    display: inline-flex;*/
    background-color: #bdf347;
    padding-top: 0px;
    padding-bottom: 0px;
    width:170px; 
    height: 45px;
    text-align: center !important;
}

.contact-btn:hover{
  background-color: #fff;
  transition:  0.3s;
  color: #000;
  border: 2px solid #bdf347;
/*  background-image: linear-gradient(90deg,#0e73e4, #03228f);*/
}
/*.lazy {
  width: 700px; 
  height: 467px; 
  display: block;
  background-image: url('../../assets/img/spin.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}*/

.lazy {
  opacity: 0;
  transition: opacity 1s;
}

.offers-products .products-main-box{
  margin-left: 35px;
  margin-right: 10px;
}
.offers-products .products-main-box:hover{
  border: 1px solid #ddd !important;
  cursor: pointer;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.5s linear;
}

/* END*/


/*ABOUT US START*/
.about .cont-left{
  padding-right: 35px;
}
.about .cont-right{
  padding-left: 40px;
  padding-top: 35px;
}
.about .final{
  padding-top: 40px;
}
.about-img{
  /*padding-left: 0px;*/
  padding-right: 0px;
}
.about-img img{
  width: 100%;
  border: 4px solid #81c02c;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
/*ABOUT US END*/

/*QUALITY START*/
.quality{
  padding-left: 30px;
  padding-right: 0px;

}
.quality img{
  width: 100%;
  border: 3px solid #81c02c;
  /*box-shadow: 0 0 30px rgb(214 215 216 / 60%);*/
}
.process{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
}
.process img{
  width: 95%;
}
.quality .anim{
  position: unset;
}

.quality-left{
  padding-left: 0px;
  padding-right: 30px; 
}
.quality-right img{
   width: 95%;
}

/*QUALITY END*/

/*BLOGS - START*/

.blogs-box{
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
}

.blogs-box .blogs-top{
  
}

.blogs-box .blogs-bottom{
  text-align: center;
  position: relative;
}

.product-icon{
  position: absolute;
  width: 33px !important;
  height: 35px;
  bottom: -7px;
  right: 5px;
}

.blogs-box .blogs-bottom .event-blog-det{
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}
.blogs-box .blogs-bottom .title{
   color: #000;
   padding-bottom: 15px;
   font-family: "Poppins", sans-serif;
   font-size: 1rem;
   /*font-weight: 550;*/
}

.blogs-box .blogs-bottom .pro-content{
  color: #000;
  font-size: 15px;
  padding-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
}

.blog{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.blog .cont-left{
  padding-top: 25px;
}

.blog h4{
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  padding-bottom: 20px;
  color: #81c02c;
}
.blog hr{
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}
.mobile-nav-copy{
  text-align: center;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
}
.mobile-nav-copy p{
  text-align: center;
  font-size: 15px;
  color: #000;
}
.banner-btn{
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: transparent;
  border: 2px solid #81c02c;
  margin-top: 30px;
  color: #000;
  box-shadow: 0 0 10px rgb(214 215 216 / 60%);
  text-transform: uppercase;
}

.banner-btn:hover{
  color: #000;
  transition: all 0.3s linear;
  border: 2px solid #000;
}

.mobile-banner-content{
    position: absolute;
    text-align: center;
    /*top: 17%;*/
    bottom: 15%;
    padding-left: 10px;
    padding-right: 10px;
  }
.mobile-banner-content h2{
   font-size: 1.5rem;
   padding-bottom: 5px;
}
.mobile-banner-content a{
  margin-top: 10px;
}

/*BLOGS - END*/

/*****ZERO-STYLES-END*****/


/*MAG-STYLES-STARTS-HERE*/


.home-intro-service-box{
  /*height: 100px;*/
  height: auto;
  border: 1px solid #ecebeb;
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  border-radius: 10px 10px 10px 10px;
  position: relative;
  background-image: url('../../assets/img/counter-bg.png');
  opacity: 0.9;
  transition: all 0.3s linear;
  /*z-index: -1;*/
}
.home-intro-service-box:hover{
  cursor: pointer;
}
.home-intro-service-box:hover > .tag{
  transition: all 0.3s linear;
  background: linear-gradient(90deg,#0e73e4,#03228f);
}

.home-intro-service-box .tag i{
  transition: all 0.4s linear;
  transform: rotate(180deg);
} 

.home-intro-service-box:hover > .tag i{
  transition: all 0.4s linear;
  transform: rotate(-180deg);
}

.home-intro-service-box .top-box{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.home-intro-service-box .top-box img{
  height: 80px;
  width: 80px;
}
.home-intro-service-box .bottom-box{
  /*padding-top: 10px;*/
  padding-bottom: 30px;
}
.home-intro-service-box .bottom-box h4{
  text-align: center;
  color: #000;
  font-size: 1.15rem;
  padding-bottom: 10px;
}
.home-intro-service-box .bottom-box p{
  padding-top: 10px;
  text-align: justify;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1.6;
  color: #000;
}

.tag{
  bottom: 10px;
    right: 0;
    padding: 6px 15px 6px;
    /*background-color: #1273eb;*/
    border-radius: 30px 0px 0px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    line-height: 1;
    background: linear-gradient(90deg,#03228f,#0e73e4);
  /*z-index: 1;*/
}
.tag i{
  font-weight: 700;
}
.tag:hover{
  transition: all 0.2s linear;
  background: linear-gradient(90deg,#0e73e4,#03228f);
  color: #fff;
}

.tag:hover > i{
  transition: all 0.3s linear;
  transform: rotate(-180deg);
}
.page-bread{
  position: absolute;
    /* left: 45%; */
    top: 45%;
    width: 100%;
    text-align: center;
}
.page-bread ul{
  padding-inline-start: 0px;
}
.page-bread li{
  list-style: none;
  display: inline-flex;
  color: #fff;
  padding-left: 5px;
  font-size: 14px;
}

.page-bread h1{
  color: #fff;
}
.page-bread li a{
  color: #fff;
}
.page-bread li a:hover{
  color: #008fe4;
  transition: all 0.3s linear;
}
#process .process-left{
  padding-left: 0px;
  padding-right: 0px;
}
#process .process-left img{
  width: 100%;
}

#process .process-right{
  padding-top: 20px;
  padding-left: 50px;
}

#process .process-right p{
  text-align: justify;
  line-height: 1.8;
  color: #000;
}
#process .process-boxes{
  text-align: center;
  margin-top: 30px;
  /*border: 1px solid #ddd;*/
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  /*border: 1px solid #f1f1f1;*/
  background-image: url('../../assets/img/counter-bg.png');
  background-size: all;
}
#process .process-boxes:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#process .process-boxes:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#process .process-boxes h6{
  padding-top: 15px;
}
#process .process-boxes .ico{
  font-size: 38px;
  padding: 13px;
  font-weight: lighter;
  border-radius: 50%;
  background: linear-gradient(90deg,#03228f,#0e73e4);
  color: #fff;
}
#process .process-boxes:hover{
  cursor: pointer;
}
#process .process-boxes:hover >.ico{
  /*transition: all 0.3s linear;*/
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}


.home-services-box{
  /*height: 100px;*/
  height: auto;
  border: 1px solid #ecebeb;
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
  /*border-bottom: 4px solid #03228f;*/
  padding-left: 0px;
  padding-right: 0px;
  z-index: 1;
}
.home-services-box:hover{
  cursor: pointer;
}
.home-services-box:hover > .tag{
  background: linear-gradient(90deg,#0e73e4, #03228f);
}

.home-services-box .tag i{
  transition: all 0.4s linear;
  transform: rotate(180deg);
}

.home-services-box:hover > .tag i{
  transition: all 0.4s linear;
  transform: rotate(-180deg);
}

.home-services-box .top-box{
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  /*background: linear-gradient(90deg,#03228f,#0e73e4);*/
  background-image: url('../../assets/img/counter-services-bg.png');
  background-size: all;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #f6f6f6;
}
.home-services-box:hover{
  transition: all 0.4s;
}

.home-services-box:hover > .top-box{
  transition: all 0.4s;
  background: linear-gradient(90deg,#0e73e4, #03228f);
  /*opacity: 0.8;*/
}
.home-services-box .top-box .img-box{
  background-color: #fff;
  border-radius: 50%;
  height: 95px;
  width: 95px;
  text-align: center;
  left: 37%;
  position: relative;
  padding-top: 2px;
  /*border: 1px solid #81c02c;*/
}
.home-services-box .top-box img{
  height: 80px;
  width: 80px;
  text-align: center;
  margin-top: 3px;
}
.home-services-box .bottom-box{
  /*padding-top: 10px;*/
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}
.home-services-box .bottom-box h4{
  text-align: center;
  color: #000;
  font-size: 1.15rem;
  padding-top: 25px;
}
.home-services-box .bottom-box p{
  padding-top: 10px;
  text-align: justify;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.6;
  color: #000;
}

.btn-readmore{
  margin-top: 80px;
  background: linear-gradient(90deg,#03228f,#0e73e4);
  color: #fff;
  border: unset;
  width: 170px;
  height: auto;
  display: inline-flex;
  text-align: center;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-readmore:hover{
  color: #fff;
  transition: all 0.2s linear;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}
.btn-readmore i{
  transition: all 0.3s linear;
}

.btn-readmore:hover > i{
  transition: all 0.3s linear;
  transform: translateX(10px);
}
/*.home-services-box::nth-child(2){
  margin-top: 40px;
}*/

.about-left{
  padding-left: 0px;
}
.about-left p{
  text-align: justify;
  color: #000;
  line-height: 1.9;
}

.about-left .btn-readmore{
  margin-top: 20px;
  background: linear-gradient(90deg,#03228f,#0e73e4);
  color: #fff;
  border: unset;
  width: 170px;
  height: auto;
  display: inline-flex;
  text-align: center;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.about-left .btn-readmore:hover{
  transition: all 0.2s linear;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}

.about-right{
  padding-left: 60px;
  margin-top: -30px;
}
.about-right .progress-box{
  margin-bottom: 20px;
}
.about-right .progress-box h6{
  padding-bottom: 5px;
  text-align: left;
  color: #000;
  font-size: 0.9rem;
}
.about-right .progress-box span{
  text-align: right;
  margin-top: -5px;
}
.about-right .progress-box .percentage{
  display: inline-flex;
  width: 100%;
  font-weight: bold;
  
}
.about-right .progress{
  height: 0.4rem !important;
}
.about-right .progress .progress-bar{
  background: linear-gradient(90deg,#03228f,#0e73e4);
}

#services{
  /*position: relative;*/
  overflow: hidden;
}
.tech-bg {
  position: absolute;
  left: 0px;
  bottom: -50px;
}

.full-banner{
  width: 100%;
}

.banner-outer{
  /*background: #f6f9fd;*/
  /*border: 1px solid #ddd;*/
  height: 320px;
  overflow: hidden;
  position: relative;
}
.banner-outer .banner-left{
  /*height: 320px;*/
      height: 550px;
  background: linear-gradient(90deg,#03228f,#0e73e4);
  transform: rotate(30deg);
    margin-top: -158px;
    margin-left: -38px;
    position: relative;
}
.banner-outer .left-content{
  position: absolute;
  left: 30px;
  top: 40px;
  color: #fff;
}
.banner-outer .left-content .large{
  font-size: 1.6rem;
}
.banner-outer .left-content h5{
  line-height: 1.7;
  font-weight: 600;
}
.btn-contact{
  margin-top: 20px;
  background: #fff;
  color: #03228f;
  border: unset;
  /*width: 150px;*/
  height: auto;
  display: inline-flex;
  text-align: center;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 15px;
}

.btn-contact i{
  transition: all 0.3s linear;
}

.btn-contact:hover > i{
  transition: all 0.3s linear;
  transform: translateX(10px);
}

.banner-outer .banner-right{
  padding-left: 0px;
  padding-right: 0px;
  z-index: -1;
}
.banner-outer .banner-right img{
  width: 112%;
  z-index: -1;
  margin-left: -80px;
}

.certificate-carousel .testimonial-item{
  /*border-right: 1px solid #ddd;*/
}


.rs-rain-animate .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    pointer-events: none;
    /*overflow: hidden;*/
    z-index: -1;
    max-width: 1180px;
}
.rs-rain-animate .line-inner .line:first-child {
    left: 2px!important;
}
.rs-rain-animate .line-inner .line:nth-child(3) {
    left: unset!important;
    right: 2px;
}
.rs-rain-animate .line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.rs-rain-animate .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #fff;
    z-index: -1;
}
.rs-rain-animate .line-inner .line:first-child:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.rs-rain-animate .line-inner .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 39%,#1273eb 130%,#1273eb 0);
    background-color: transparent;
    -webkit-animation: rain-line 13s linear 0s infinite;
    animation: rain-line 13s linear 0s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes rain-line{0%{top:-20%}100%{top:100%}}@-webkit-keyframes rain-line{0%{top:-20%}100%{top:100%}}.up-down{animation:up-down 3s alternate infinite;-webkit-animation:up-down 3s alternate infinite}@keyframes up-down{0%{transform:translateY(10px);-webkit-transform:translateY(0)}50%{transform:translateY(-10px);-webkit-transform:translateY(-10px)}100%{transform:translateY(0);-webkit-transform:translateY(0)}}@-webkit-keyframes up-down{0%{transform:translateY(30px);-webkit-transform:translateY(0)}50%{transform:translateY(-50px);-webkit-transform:translateY(-50px)}100%{transform:translateY(0);-webkit-transform:translateY(0)}}.horizontal{-webkit-animation-name:horizontal;animation-name:horizontal;-webkit-animation-duration:12s;animation-duration:12s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.horizontal.new-style{-webkit-animation-duration:15s;animation-duration:15s}

.certificate .test-box{
  box-sizing: content-box;
    padding: 20px 20px 20px 20px;
    margin: 30px 15px;
    min-height: 150px;
    box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 10%);
    position: relative;
    background: #fff;
    text-align: left !important;
    border-radius: 12px;
}
.certificate .testimonial-item .testimonial-img{
    width: 50px;
    border-radius: 10px;
    border: 3px solid #ddd;
    position: absolute;
    /*left: -25px; */
    background: linear-gradient(90deg,#03228f,#0e73e4);
    left: 25px;
    top: -24px;
}
.certificate .testimonial-item .testimonial-img:hover{
  transition: all 0.3s linear;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}
.certificate .test-box h3{
  font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    padding-top: 10px;
}

.certificate .test-box h4{
  font-size: 14px;
    color: #999;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.ico-bw{
    color: #f1d640 !important;
}
.certificate .test-box p{
  text-align: justify;
  line-height: 1.8;
}


/*MAG - About us*/

.why-choose-right{
  text-align: center;
  margin-top: -100px;
  position: relative;
}

.why-choose-right .shape1{
  position: absolute;
  left: 55px;
  top: 0;
}

.why-choose-right .shape2{
  position: absolute;
  right: 0;
  bottom: 0;
}
.why-choose-right .top-dance{
    animation: dance 2s infinite alternate;
    -webkit-animation: dance 2s infinite alternate;
}

.why-choose-right .bottom-dance{
    animation: dance2 3s infinite alternate;
    -webkit-animation: dance2 3s infinite alternate;
}

.why-choose-right img.choose{
  width: 88%;
  border: 6px solid #ddd;
  border-radius: 50%;
  z-index: 2;
}

@keyframes dance{
0%{
  transform:scale(.8);
  -webkit-transform:scale(.8);
  }
to{
  transform:scale(1);
  -webkit-transform:scale(1);
  }
}
@-webkit-keyframes dance{
0%{transform:scale(.8);
  -webkit-transform:scale(.8)
  }
to{
  transform:scale(1);
  -webkit-transform:scale(1)}
}

.dance2{
  animation:dance2 4s infinite alternate;
  -webkit-animation:dance2 4s infinite alternate
}

@keyframes dance2{
  0%{
    transform:translateZ(0);
    -webkit-transform:translateZ(0)
    }
  50%{
    transform:translate3d(15px,-15px,0);
    -webkit-transform:translate3d(15px,-15px,0)
    }
  to{
    transform:translate3d(0,-15px,15px);
    -webkit-transform:translate3d(0,-15px,15px)
    }
  }
@-webkit-keyframes dance2{
  0%{
    transform:translateZ(0);
    -webkit-transform:translateZ(0)
    }
  50%{
    transform:translate3d(15px,-15px,0);
    -webkit-transform:translate3d(15px,-15px,0)
  }
  to{
    transform:translate3d(0,-15px,15px);
    -webkit-transform:translate3d(0,-15px,15px)
    }
  }

.team{
}

.team-carousel  .team-box{
  margin-left: 30px;
}

.team-box .team-top{
  text-align: center;
}

.team-box .team-top img{
  width: 80%;
  border-radius: 50%;
  margin-left: 35px;
  /*border: 5px solid #03228f;*/
  border: 5px solid #ddd;
}
.team-box .team-bottom{
  padding-top: 30px;
  text-align: center;
  color: #000;
}

.count-bg{
  background-image: url('../../assets/img/counter-bg.png');
  box-shadow: 0 0 10px rgb(214 215 216 / 60%);
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background-color: #fff;
}
.section-bottom{
  /*background: linear-gradient(90deg,#0e73e4, #03228f); */
}



/*SERVICES-PAGE-STYLES*/
.services-intro{
  margin-top: 60px;
  /*margin-bottom: 85px;*/
}
.services-intro-boxes{
  /*background-color: #f1f6fc;*/
  background-color: #f6f9fd;
  margin-left: 25px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
  display: flex;
  border: 1px solid #f4f5f5;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(214 215 216 / 40%);
}
.services-intro-boxes:hover{
  cursor: pointer;
}
.services-intro-boxes .intro-left{
  width: 25%;
  /*text-align: center;*/
}
.services-intro-boxes .intro-left img{
  width: 60%;
}
.services-intro-boxes .intro-right{
  width: 75%;
}
.services-intro-boxes .intro-right h4{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1.2rem;
}
.services-intro-boxes .intro-right p{
  font-size: 15px;
}


.mag-business-quote{
  background-image: url('../../assets/img/Mag-Edu-Solutions-Blue-BG.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  /*height: auto;*/
  padding-top: 45px;
  padding-bottom: 45px;
}
.mag-business-quote .quote-main{
  display: inline-flex;
}
.mag-business-quote .quote-main .quote-left{
  padding-top: 25px;
}
.mag-business-quote .quote-main h4{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.product-boxes{
  background-color: #fff;
  margin-bottom: 40px;
}
.product-boxes img{
  width: 100%;
}


/*MAG-STYLES-END-HERE*/




