@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
  box-sizing: border-box;
  overflow-x: hidden;
}
:root{
  --primary:#131212;
  --secondary:#10af51;
  --ternary:#434141;
  --danger:#F44336;
  --pure:#FEFEFE;
  --light:#F0F0F0;
  --heaven:#FFFFFF;
  --footer:#242424;
}
*, *:before, *:after {
  box-sizing: border-box;
}
table {
  border: 1px solid #ccc;
}

table thead tr{
  background-color: #2e373b;
  text-align: center;
}
table thead tr th{
    padding: 12px;
    color: #36e924;
    font-size: 15px;
}
table tbody tr{border: 1px solid #ccc;}
table tbody tr td{
    padding: 10px 10px;
    border-right: 1px solid #ccc;
}
table tbody tr td:nth-child(1){
  font-weight: bold;
  font-size: 13px;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: disc;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
.pagination {
  background-color: #e4e4e4;
}
.page-item.active .page-link {
  background-color: var(--green);
  color: #fff;
}

.audit h2{
  font-size: 20px !important;
  font-weight: 700;
}

/* Search Option */
.search-bar {
  position: relative;
}
ul#searchResults {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 5px;
  height: auto;
  font-weight: 600;
  background: #fff;
  z-index: 9;
}
ul#searchResults a{
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 5px;
  color: #041805;
  border: 1px solid #2ea333;
}
.event_list {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 14px;
  padding: 5px;
  background: #c04e4e;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 8px;
}
a {
  color: var(--heaven);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover{
  text-decoration: none;
  color: #000;
}
.z-depth-0 {
  box-shadow: none !important;
}
.bottom-navigation{
  display: block;
  width: 100%;
  height: 70px;
  background-color: #2e373b;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-size: 0.9em;
  z-index: 99;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.bottom-nav{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-nav a i{
  font-size: 1.8em;
  color: var(--secondary);
}
.bottom-nav a span{
  color: var(--heaven);
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* 2dp elevation modified*/
.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
 
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}



.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.sidenav .collapsible {
  margin: 0;
}
.sidenav li {
  float: none;
  line-height: 48px;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
/* Whatsapp Button */
.wp-button-float {
  text-transform: uppercase;
  cursor: pointer;
}
a.wp-button-float {
  position: fixed;
  bottom: 25px;
  left: 45px;
  z-index: 999;
  display: none;
}
[tooltip]:before {
font-weight: 600;
border-radius: 22px;
background-color: var(--secondary);
color: #fff;
content: attr(tooltip);
font-size: 12px;
visibility: hidden;
opacity: 0;
padding: 5px 12px;
margin-left: 10px;
position: absolute;
left: 50%;
bottom: 17%;
transition: all 0.3s ease;
white-space: nowrap;
}
[tooltip]:hover:before,
[tooltip]:hover:after {
visibility: visible;
opacity: 1;
left: 100%;
}
.product_heading {
  vertical-align: inherit;
  font-size: 20px;
  font-weight: 600;
  margin-left: 9px;
}
.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}
.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
  color: #fff;
}
.sidenav li > a.btn-flat {
  color: #343434;
}
.sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.sidenav li > a > i, .sidenav li > a > [class^=mdi-], .sidenav li > a li > a > [class*=mdi-], .sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 13px 0 0;
  width: 24px;
  color: var(--secondary);
  font-size: 26px;
}
.circle{
  border-radius: 50%;
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sidenav .subheader:hover {
  background-color: transparent;
}
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sidenav .user-view > a:hover {
  background-color: transparent;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.drag-target.right-aligned {
  right: 0;
}

.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

h2::selection,
label::selection,
button::selection {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper {
    width: 100%;
    padding: 15px;
}
.wrapper h2 {
    font-size: 16px;
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
    margin: 10px 0px 15px;
}
form,
input,
textarea,
button {
  font-family: inherit;
  font-size: initial;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
    display: block;
    margin: 8px 0px;
    font-size: 13px;
    color: #635b5b;
    text-transform: capitalize;
    font-weight: 600;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group textarea,
.form-group input[type="number"] {
  width: 100%;
  padding: 1.5rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  font-size: 15px;
  border-radius: 3px;
}
select{
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  font-size: 13px;
  border-radius: 3px;
  height: 2.5rem;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group input[type="number"] {
  height: 2.5rem;
}
.submit {
    font-weight: bold;
    margin-top: 1rem;
    border: none;
    font-size: 18px;
    color: #fff;
    background: darkblue;
    border-radius: 40px;
    padding: 8px 30px;
    cursor: pointer;
}
.reset {
  font-weight: bold;
  margin-top: 1rem;
  border: none;
  font-size: 18px;
  color: #fff;
  background: #d00;
  border-radius: 40px;
  padding: 8px 30px;
  cursor: pointer;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
  border: 1px solid #222;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.flex div{
    width: 48%;
}
.text_center{
  text-align: center;
}
.tocText {
  color: #d00;
  font-size: 13px;
  font-weight: bold;
}
ion-icon.md.hydrated {
  margin: -1px 0px;
}
.error_msg{
  font-size: 12px;
  color: #d00;
  font-weight: 600;
}
/* footer */
#footer {
  width: 100%;
  background: var(--footer);
  padding: 0 0 6rem 0;
  color: #555555;
  font-size: 14px;
}
.course-category h2 {
  font-size: 0.85em;
  font-weight: 800;
}
@media screen and (min-width: 576px) {
  
  .wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  
  a.wp-button-float{
    display: block;
  }
  .bottom-navigation{
    display: none;
  }
  #footer {
    padding: 0 0 30px 0;
  }
  .course-category h2 {
    font-size: 1.3em;
  }

  .float-sidebar{
      position: unset;
  }

  
}

/* Modal Box */
.modal-dialog {
  width: calc(100% - 2rem);
}
.modal-body {
  padding: 1.25rem 0.8rem;
}
.modal-header {
  padding: 0.5rem 1.5rem;
}
.custom-file, .custom-file-input {
  top: -44px;
}

@media only screen and (max-width : 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.sidenav .collapsible-body {
  padding: 0;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*# sourceMappingURL=sidenav.css.map */

*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
   font-family: 'Inter', sans-serif;
   margin: 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   overflow-x: hidden;
   background-color: var(--heaven);
   color:  var(--primary);
}
.brand{
  font-weight: bold;
  text-transform: uppercase;
  color: var(--heaven) !important;
}
.wrapper_content{
  background-color: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}
h2::selection,
label::selection,
button::selection {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Desktop Menu */
.dekstop-header{
  display: none;
  width: 100%;
}
.navbar {
  display: flex;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  position: relative;
  padding: 15px 0px;
  background-color: #fff;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: 20px 9px;
  font-weight: 700;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
  position: relative;
  list-style: none;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
.navbar-links{
  margin-bottom: 0px;
}
.navbar-links li a:hover {
  color: var(--secondary);
}
.navbar-dropdown a i {
  font-size: 20px;
  vertical-align: top;
  color: var(--secondary);
}
/* Request Page */
.wrapper_bg {
  width: 100%;
}
.material-icons {
  color: var(--success);
  padding: 10px 5px;
  border-radius: 4px;
  font-size: 30px;
  line-height: .583333em;
  vertical-align: -0.302198em;
}



/* Home Page */
.main-body{
  width: 100%;
}
.heading-text{
    font-size: 1em;
    text-transform: uppercase;
    margin: 15px 0px;
    font-weight: 800;
}
.search-input {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.7rem;
}
.owl-carousel .owl-item img {
  border-radius: 5px;
}
.my_service_wrapper{
  background: var(--light);
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.my_service_wrapper:before{
  top:2px;
  left: 0;
  position: absolute;
  content: '';
  background: url(../image/digital-services.png) no-repeat;
  width: 64px;
  height: 64px;
  animation: animate-ai 1s linear infinite alternate;
}
.my_service_wrapper::after{
  bottom:10px;
  right: 0;
  position: absolute;
  content: '';
  background: url(../image/migration.png) no-repeat;
  width: 64px;
  height: 64px;
  animation: animate-ai 1s linear infinite alternate;
}
@keyframes animate-ai{

  0%{

    transform:translateY(0px);

  }

  100%{

    transform:translateY(10px);

  }

}
#services{
  justify-content: space-between;
  gap: 3px;
  margin: 0;

}
#services .box{
  width: 30%;
  text-align: center;
  padding: 0.6rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  background: #ffffff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
#services .box h2{
  font-size: 0.75rem;
  margin-top: 0.4rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--dark-dark);
}
#services .box i {
  font-size: 1.8em;
}
#services .box:hover h2 {
  color: var(--primary);
}
#services .box p{
  display: none;
  color: var(--primary);
}
.pills-button{
  background-color: #1CA77D;
  padding: 3px 8px;
  color: #fff;
  border-radius: 20px;
}
/* Ratings  Review */
#happy-client{
  background-color: var(--heaven);
  padding: 1rem;
  border-radius: 8px;
}
#ratings .client-name{
  font-size: 1em;
  color: #fff;
}
.stars{
  color: #F7B704;
  font-size: 1.3em;
  margin-top: 0;
  text-align: left;
}
.review-slider .owl-item img{
  width: 18%;
}
.project_work_card{
  border: 6px solid #ffffff;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.d-column-center{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--ternary);
}
.lottie-icon{
  width: 10vh;
  height: auto;
}


.project_work_card img{
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.course-category {
  background: url(https://img.freepik.com/free-vector/white-abstract-background-design_23-2148825582.jpg?w=1380&t=st=1683305765~exp=1683306365~hmac=170b133â€¦);
  width: 100%;
  height: 100%;
  background-size: cover;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-position: center;
}
/* Our Client Logos */
.logo_wrapper{
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.client_logos{
	width: 22%;
	margin-bottom: 8px;
	transition: all 0.5s;
}
.client_logos:hover{
	transform: translate(0px, -10px);
}

/* Service Page */
.hero-section{
  color: var(--footer);
  padding: 2rem 0;
}
.hero-section h1{
  font-size: 1.8em;
  font-weight: 700;
}
.hero-section h2{
  font-size: 1rem;
}
.dot_heading h4 {
  font-size: 1em;
  font-weight: 800;
  margin-bottom: 1.3rem;
}
.list span{
  margin-bottom: 10px;
  text-transform: capitalize;
}
.menu{
  position: relative;
  margin-top: 1rem;
}
dt{
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
dd{
  margin-left: 26px;
  margin-top: 5px;
}
.list{
  margin-bottom: 1.5rem;
}
.mobile-menu {
  padding: 12px 10px;
  background: #2e373b;
}
.mobile-slider {
  margin-top: 1rem;
}
.green-dot{
  width: 12px;
  height: 12px;
  background-color: var(--secondary);
  display: inline-block;
  border-radius: 50%;
}
.owl-nav button {
  position: absolute;
  top: calc(49% - 63px);
  background: #fff !important;
  box-shadow: 0 3px 8px rgba(0,0,0,.1);
  width: 24px;
}
.owl-nav button:hover{
  color: var(--footer) !important;
}
.owl-nav{
  font-size: 55px;
}
.owl-nav .owl-prev{
  left: -10px;
}
.owl-nav .owl-next{
  right: -10px;
}
button:focus, button:hover{
  border: 0;
  outline: none;
}
.logo{
  width: 20vw;
  height: 20vw;
  background-color: var(--heaven);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 0 auto;
}
.logo img{
  width: 75%;
}
.features-heading{
  background-color: var(--footer);
  display: inline-block;
  color: var(--heaven);
  padding: 3px 20px;
}
.website-features{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.website-features strong{
  margin-left: 25px;
  margin-bottom: 15px;
  font-size: 1em;
  display: flex;
  align-items: center;
}
.website-features strong:hover{
  color: var(--footer)
}
.website-features strong i{
  margin-right: 5px;
  font-size: 25px;
  color: var(--secondary);
}

#footer a{
  color: var(--secondary);
}
#footer .footer-top {
  background: #273036;
  color: #fff;
  padding: 3rem 0 3rem 0;
  position: relative;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#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 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--secondary);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: var(--primary);
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--heaven);
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: var(--secondary);
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  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: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #65c9cd;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 15px;
}
a:focus, a:visited{
  text-decoration: none;
  color: var(--dark);
}
.desktop-slider{
  display: none;
}
.rm_btn{
  display: table;
  margin: 0 auto;
  background-color:var(--primary);
  color: #FFFFFF !important;
  cursor: pointer;
  padding: 8px 20px;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: .5s ease;
}
.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(39, 179, 167, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

  
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

#technology{
  width: 100%;
  background: url(../image/technology-bg.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  color: var(--heaven);
  padding: 4.5rem 0;
  text-align: center;
}
.technology_img{
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin: 0 auto;
}
.technology_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology_title{
    display: inline-block;
    color: #ffffff;
    margin-top: 11px;
    font-size: 14px;
}
.black-heading-text {
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: var(--heaven);
}
@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}
/* review */
.rating_wrapper{
  position: relative;
}
#ratings{
  background: url(../image/testimonial_bg.jpg) no-repeat 0 0;
  background-size: cover;
  margin: 3rem 0;
}
.card-text{
  color: #fff;
  text-align: left;
}
/* About Page */
.banner_wrapper{
  overflow: hidden;
  position: relative;
}
.sliding_bg{
  width:5076px;
  height: 350px;
  position: relative;
  animation:slide 40s linear infinite;
  background:url(../image/banner.jpg) repeat-x;
  background-size:contain;
}
.sliding_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sliding_text h2{
  color: #fff;
  font-size: 45px;
  font-weight: 800;
}
@keyframes slide {
  0% 
  {
    -webkit-transform:translate3d(0, 0, 0);
  }
  100% 
  {
    -webkit-transform:translate3d(-2000px, 0, 0);
  }
}
.about_wrapper{
  padding: 25px 0px;
}
.main_head{
  color: var(--primary);
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;

}
.about_content p{
  font-size: 16px;
  line-height: 28px;
}
.choose{
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
.service-para{
  color:#6f6f6f;

  font-size: 16px;
}
.process-main-box{
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  padding: 15px;
  border-radius: 8px;
  background: rgb(219, 218, 218);
}
.element-box {
  width: 75px;
  height: 75px;
  background: rgb(219, 218, 218);
  box-shadow: -5px -4px 3px 0px rgba(255, 255, 255, 0.425), 5px 4px 3px 0px rgba(88, 88, 88, 0.425);
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
}
.element-box img{
  width: 50px;
  height: 50px;
}
.info-title{
  font-weight:800;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}
.info-title:after {
  position: absolute;
  background: url(https://img.icons8.com/plasticine/30/000000/long-arrow-right.png);
  content: '';
  width: 30px;
  height: 30px;
  top: 30%;
  right: -34px;
}
.element-box:nth-child(4) .info-title:after {
  display: none;
}
/* Course Detail  */
.course_detail_wrapper{
}
.course_heading{
  color: var(--primary);
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb-item+.breadcrumb-item:before {
  color: rgb(232 255 233);
  font-weight: 300;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-size: 1.4rem;

}
.course_features{
  text-align: left;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08);
}
.course_features h5{
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 18px;
}
.course_features_wrapper{
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.course_features_wrapper:last-child{
  border-bottom: none;
}
.course_feature_title_bold i{
  color: var(--secondary);
  font-size: 18px;
  vertical-align: middle;
}
.course_feature_title_bold{
  font-size: 14px;
  color: var(--primary);
  font-weight: 700;
}
.course_feature_title{
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
}
.course_detail_wrapper h3{
  font-size: 16px;
  font-weight: 700;
  margin-top: 2rem;
  color: #0f4d6a;
}
.float-sidebar{
  width: 90%;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.course__points{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 0.7rem;
}
.course__points p, .course__points i{
  color: #d6fcd3;
  padding: 0;
  margin: 0;
}
.course__points p{
  font-size: 0.855rem;
}
.course__points i{
  font-size: 1.3rem;
}
.nav-tabs .nav-link {
  font-size: 0.75rem;
}
.video-thumbnail{
  position: relative;
  width: 100%;
  display: block;
}
.player-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
}
.play-icon{
  background-image: url('../image/play-button.png');
  width: 90px;
  height: 90px;
}


.course_descption_wrapper ul li::before{
  /* content: '✅'; */
  display: inline-block;
  margin-right: 10px;
}
.course_descption_wrapper ol li{
  font-size: 0.91rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.course_descption_wrapper ul li{
  margin-bottom: 6px;
  margin-left: 15px;
  list-style: inside;
  font-size: 0.91rem;
  font-weight: 500;
}
.emozi{
  font-size: 1.2rem;
}
.nav-tabs .nav-link.active {
  color: #325e73;
}
.nav-tabs .nav-link:before {
  background-color: #607D8B;
}
.dark-background{
  width: 100%;
  background-color: #21292e;
  padding: 1.2rem 0;
}
.dark-background h1{
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.0150rem;
  line-height: 53px;
  margin-bottom: 1.4rem;
}
.breadcrumb-item a {
  color: #32e232 !important;
  font-weight: 700;
}
.course_tagline{
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  background: #FFC107;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 24px;
}
/* Student Page */
.student_wrapper{
  background-color: var(--light);
  }
  .student_box{
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 380px;
    
    overflow: hidden;
  }
  .clip-circles{
    position: absolute;
    top: -120px;
    left: 53%;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
    background-color: #333;
    clip-path: circle();
  }
  .clip-circles::before{
    content: '';
    position: absolute;
    top: -8px;
    left: -16px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: 0 0 0 20px var(--secondary);
    border-radius: 50%;
    z-index: 99;
    pointer-events: none;
  }
  
  .clip-circles .imgBox img{
    position: absolute;
    top: 30%;
    left: 79px;
    width: 55%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    z-index: 98;
  }
  .clip-circles .imgBox:hover img{
    transform: scale(1.3);
  }

  .content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    padding: 20px 20px;
    text-align: left;
  }
  .circle-btn{
    width: 40px;
    height: 40px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .student_box h4{
  font-size: 1.2em;
  color: var(--primary);
  font-weight: 700;
  margin-top: 1rem;
  }
  .student_box h5{
  color: #444444;
  font-size: 14px;
  }
.student_box h5 span{
  font-weight: 700;
  color: var(--danger);
}
.a-center{
  align-items: center;
}
/* Course page */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 365px;
  margin-bottom:25px;
  /*perspective: 1000px;  Remove this if you don't want the 3D effect */
}
.flip-card img{
	width: 100%;
	height: 170px;
  object-fit: cover;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.buttons {
  margin: 17px;
}
.front_list{
  margin-bottom: 8px;
  padding: 0;
}
.front_list li{
  display: inline-block;
  margin-right: 4px;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: black;

  text-align: left;
}
.front_content{
  margin: 15px;
  display: block;
}
.front_content h2{
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
  line-height: 27px;
}
/* Style the back side */
.flip-card-back {
  padding: 25px 10px;
  background-color: #fff;
  color:var(--primary);
  transform: rotateY(180deg);
  text-align: left;

}
.flip-card-back h2{
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
}
.flip-card-back small{
  color: #747c82;
  font-size: 14px;
  font-weight: 600;
}
.front_content small{
  color: #747c82;
  font-size: 14px;
  font-weight: 600;
}
.diversion{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.flip-card-back p{
  font-size: 13px;
  font-weight:500 ;
  color: var(--primary);
  margin-bottom: 8px;
}

/* Contact Us */
.contact {
  padding-bottom: 50px;
}

.contact__widget {
  margin-bottom: 30px;
}

.contact__widget span {
  font-size: 36px;
  color: var(--secondary);
}

.contact__widget h4 {
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 18px;
}

.contact__widget p {
  color: #666666;
  margin-bottom: 0;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
  }
  .contact .info-box span {
    font-size: 30px;
    color: var(--secondary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
    border: 2px dotted var(--secondary);
  }
  .contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 10px 0;
  }
  .contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  }
  .contact .info-box p a{
  color: #777777;
  }
   .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
  }
  .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
  }
 .php-email-form .error-message br + br {
  margin-top: 25px;
  }
 .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  } .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  }
 .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;
  }
 .php-email-form input, .map .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  }
 .php-email-form input:focus, .map .php-email-form textarea:focus {
  border-color: var(--secondary);
  }
.php-email-form input {
  padding: 10px 15px;
  }
.php-email-form textarea {
  padding: 12px 15px;
  }
.php-email-form button[type=submit] {
  background: var(--secondary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  }
.php-email-form button[type=submit]:hover {
  background: var(--primary);
  }
  .heading{
    font-size: 2.2em;
    line-height: 2.5rem;
    text-align: left;
  }
  .hero{
    padding: 20px 0px;
  }
  .radius{
    border-radius: 6px;
  }

@media screen and (max-width: 576px) {
  ul#searchResults a{
    font-size: 13px;
    padding: 8px;
    font-weight: 400;
  }
  table thead tr th{
    padding: 12px;
    color: #36e924;
    font-size: 13px;
}
table tbody tr{border: 1px solid #ccc;}
table tbody tr td{
    padding: 5px 10px;
    border-right: 1px solid #ccc;
}
  .heading{
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5rem;
  }
  .my_service_wrapper:before{
    display: none;
  }
  .my_service_wrapper:after{
    display: none;
  }
  #technology{
    padding: 1.5rem 0;
  }
  .black-heading-text {
    font-size: 1em;
    margin-bottom: 29px;
  }
  #footer a {
    color: var(--secondary);
    display: block;
  }
  .sliding_bg{
    height: 114px;
  }
  .sliding_text h2{
    font-size: 18px;
  }
   
  .about_wrapper {
    padding: 0px 0px;
}
  .main_head {
    font-size: 14px;
    line-height: 22px;
}
  .element-box {
    width: 69px;
    height: 69px;
    line-height: 71px;
  }
  .process-main-box {
    padding: 13px 1px;
}
  .info-title:after{
    display: none;
  }
  .choose{
    font-size: 20px;
  }
  .about_content p {
    font-size: 16px;
    line-height: 24px;
}
.dark-background {
  padding: 0;
  padding: 1.2rem 0;
}
.float-sidebar{
  position: unset;
  width: 100%;
  padding: 0;
}
.dark-background .video-frame{
  padding: 0;
}
.course_features{
  display: none;
}
.course_tagline {
  font-size: 0.9rem;
}
.flip-card:hover .flip-card-inner{
  transform: unset;
}

}
@media screen and (min-width: 768px) {
  .heading{
    font-size: 1.6em;
    text-align: center;
    line-height: 1.5rem;
  }
  .dekstop-header{
  
    display: block;
  }
  .client_logos{
    width: 10%;
  }
  .mobile-menu{
    display: none;
  }
  .logo{
    width: 10vw;
    height: 10vw;
  }
  .heading-text{
    font-size: 1.5em;
    font-weight: 800;
    margin: 3rem 0 0.5rem 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary);
  }
  #services .box h2 {
    font-size: 1.3rem;
    font-weight: 800;
    margin: 1rem 0;
}
#services .box p{
  display: block;
}

.desktop-slider{
  display: flex;
  width: 100%;
  height: 650px;
}

.hero-caption{
  margin-bottom: 3rem;
}

.hero-caption h2{
  font-size: 3.5em;
  font-weight: 900;
  line-height: 4rem;
  color: var(--heaven);
}
#typed{
  color: #ffffff;
  background-color: var(--secondary);
  padding: 1px 10px;
  display: inline-block;
  margin-top: 0.6rem;
}
.line_bar.white{
  background-color: #fff;
}
.line_bar.white:before{
  background-color: #fff;
}
.line_bar{
  height: 3px;
  width: 104px;
  background: #ddd;
  margin: 10px auto;
  position: relative;
}
.line_bar:before{
  content: '';
  position: absolute;
  left: 0;
  top: -3.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ff3115;
  animation-duration:6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move-bg;
  animation-name: move-bg;
}
.overlay-desc {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin: 0 auto;
}
@keyframes move-bg {
0% {
    transform: translateX(0);
}
50% {
     transform: translateX(95px);
}
100% {
      transform: translateX(0);
}
}.line_bar{
    height: 1px;
    width: 99px;
    background: var(--footer);
    margin: 10px auto;
    position: relative;
}
.line_bar:before{
    content: '';
    position: absolute;
    left: 0;
    top: -4.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #070707;
    animation-duration:6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move-bg;
    animation-name: move-bg;
}
@keyframes move-bg {
  0% {
      transform: translateX(0);
  }
  50% {
       transform: translateX(95px);
  }
  100% {
        transform: translateX(0);
  }
}

#services{
  margin: 3rem 0;
}
#services .box{
  width: 48%;
  background: #fff !important;
}
#services .box:hover  h2{
  color: var(--primary);
}
#portfolio{
  margin: 3rem 0;
}



}
@media screen and (min-width: 992px) {
  .desktop-slider{
    display: flex;
    width: 100%;
    height: 650px;
  }
  #services .box{
    width: 30%;
    background: #fff !important;
  }
  .dekstop-header{
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-slider{
    display: flex;
    width: 100%;
    height: 650px;
  }
  .dekstop-header{
    display: flex;
  }
  #services .box{
    width: 30%;
    background: #fff !important;
  }
}
.j-between{
  justify-content: space-between;
}
.register-form{
  border: 1px solid #ccc;
  margin: 2rem 0;
  border-radius: 4px;
}

.my-loader{
  display: flex;
  align-items: center;
  display: none;
}
.loader {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid var(--secondary); /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin-left: 1rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* What we Offer */

.service_dlt_heading{
  background: var(--primary);
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.service_name{
  color: var(--primary);
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 25px;
}

.rounded{
  border-radius: 6px;
}

@media screen and (max-width: 576px) {
  
.service_name{
    font-size: 14px;
  }
  .course_heading {
    font-size: 17px;
    line-height: 29px;
}

}


@media screen and (min-width: 768px) {

.service_name{
    font-size: 15px;
 }

 


}

@media screen and (min-width: 992px) {
  .wrapper {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
 
  .wrapper {
    width: 35%;
  }
}

.sidebar {
  margin: 0 !important;
  padding: 0;
}
.count_down_wrapper{
  width: 100%;
}
.slogan{
  font-size: 2.2em;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 700;
}

.counters{
  width: 100%;
  display: flex;
}
.items{
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;

}
.items input{
  width: 100%;
  height: 80px;
  background: linear-gradient(1deg, rgb(32, 38, 57) 11.4%, rgb(64 63 63) 70.2%);
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
  border: 1px solid #e9e9e9;
  font-family: 'Oswald', sans-serif;
}
.items label{
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
}
.launch_time{
  display: none;
}
.countdown{
  background-color: #f1eded;
  margin-top: 1rem;
  text-align: center;
  padding: 5px;
}
.offer-end{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: math-auto;
  background: #27ff12;
  padding: 5px;
}
.tada-button{
  display: flex;
  padding: 10px;
  font-size: 1rem;
  background: #07a307;
  width: 90%;
  color: #fff !important;
  margin: 22px auto;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bxl-whatsapp{
  font-size: 22px;
  color: #fff;
}
.post_review img{
  width: 50px !important;

}
.link{
  color: #5edd27 !important;
  text-decoration: underline;
  font-weight: 700;
}
/* Define the shake animation */
@keyframes shake {
  0%, 100% {
      transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
      transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
      transform: translateX(10px);
  }
}

/* Apply the initial animation to the button */
#whatsappShareBtn {
  animation: shake 1s ease;
}
.post-title{
  font-size: 14px;
}
.post-item{
  color: #000;
}