
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/

body{
  font-size:15px;
  margin: 0;
}

h1,h2,h3,h4,h5,h6{
  font-family:Poppins;
}

p{
  font-family:Roboto;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.text-center {
    text-align: center!important;
}

.bottom-space {
  margin-bottom: 1rem;
}

.justify-content-center {
    justify-content: center !important;
}

.hover-effect {
  position: relative;
  overflow: hidden;
}

.hover-effect:hover::after, .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.hover-effect::before, .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.hover-effect::before, .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}

ol, ul {
	list-style: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----------------------------------------------------------------
     [ 01 End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.button-style {
  background-color: #56a1c4;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;;
  line-height: 1em;
  outline: none;
  padding: 0.8rem 2.5rem 0.7rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none !important;
}

.showcase-btn {
  margin: 1.3rem;
}

.button-style:before,
.button-style:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 1.8rem;
  position: absolute;
  width: 1.8rem;
}

.button-style:before {
  border-color: hsl(20, 16%, 96%);
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}

.button-style:after {
  border-bottom-width: 2px;
  border-color: #c47135;
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}

.button-style:hover,
.button-style.hover {
  background-color: #c47135;
  color: #ffffff;
}

.button-style:hover:before,
.button-style.hover:before,
.button-style:hover:after,
.button-style.hover:after {
  height: 100%;
  width: 100%;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/

nav a {
  color: #ffffff;
  font-size: .8rem;
  text-transform: uppercase;
  margin-right: 1rem;
}

.navbar-default{
  border:0;
  font-family:Poppins;
}

.navbar-brand{
  font-size:1rem;
  color:#000 !important;
  font-weight:bold;
}

.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
    padding: 0.6rem;
}

.navbar-default .navbar-nav>li>a {
  font-size: 0.7rem;
  font-weight: 500;
  color: #eee;
  letter-spacing: .5px;
  margin-left: .9px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a:active {
  color: #0dd;
}

a.navbar-brand {
    color: #fff !important;
}

.navbar-default{
  border:0;
  font-family:Poppins;
}

.navbar-brand{
  font-size:20px;
  color:#000 !important;
  font-weight:bold;
}

.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
    padding: .7px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 13px;
  font-weight: 500;
  color: #eee;
  letter-spacing: .5px;
  margin-left: 14px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a:active {
  color: #0dd;
}

.activate-menu {
     background-image: linear-gradient(-140deg, #2c2a43 15%, #fff 70%);
  -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
  box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
}

a.navbar-brand {
    color: #fff !important;
}

.navbar-nav li {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
}

nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1s cubic-bezier(0.4, 0.25, 0, 1);
    transition: all 1s cubic-bezier(0.4, 0.25, 0, 1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 0 0 50px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 50px 1px rgba(0,0,0,0.05);
    background-color: #ffffff;
}

.navbar--scrolled:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 12px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

@media (max-width: 705.98px) {
  
  nav ul {
    margin-top: -60px;
    text-align: center;
  }

  nav ul li a {
    text-align: center;
  }

  nav ul li:hover {
    background-color: #fff;
  }
  .navbar-light .navbar-nav .nav-link:hover{
    color: #000;
  }

 }

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 4 Start card style ]
-----------------------------------------------------------------*/

.feature-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  padding: 2.5rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .3s;
}

.feature-box__icon {
    font-size: 6rem;
    margin-bottom: .5rem;
    display: inline-block;
    background-image: linear-gradient(to right, #7ed56f, #28b485);
    -webkit-background-clip: text;
    color: transparent;
  }

  .feature-box:hover {
    transform: translateY(-1.5rem) scale(1.03);
  }

/* Card style end here */

/* Testimonial section start here */
#testimonial{
  padding: 50px 0 30px 0;
  text-align:center;
}

#testimonial p{
  font-size:32px;
  font-family: 'Josefin Sans';
  color:#000;
}

#testimonial p.customer{
  font-size:20px;
  color:#666;
}

/* ----------------------------------------------------------------
     [ End card style ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 05 Start Showcase ]
-----------------------------------------------------------------*/

#showcase {
  height: 98vh;
  background-image: linear-gradient(to right bottom,
  rgba(50,139,207, 0.8), rgba(161,218,213, 0.8)), url(../img/showcasebg.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 5.6ems;
  background-attachment:fixed;
  clip-path: ellipse(150% 100% at 50% 0);
  -webkit-clip-path: ellipse(150% 100% at 50% 0);
}

.showcase-caption {
  position: relative;
  text-align: center;
  top: 200px;
}

.showcase-caption h4{
  color: #ffffff;
  font-size: 30px;
}

.showcase-caption h1{
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
}

.showcase-caption p{
  color: #ffffff;
  font-size: 16px;
  line-height: 2.5;
}

.showcase-button {
  margin-top: 30px;
}


@media (max-width: 705.98px) {
  
.showcase-caption {
    position: relative;
    text-align: center;
    top: 130px;
}

.showcase-caption h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}

.features-caption h4::after {
    display: none;
}

}
/* ----------------------------------------------------------------
     [ 05 End Showcase ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 06 Start Features ]
-----------------------------------------------------------------*/

#features {
    background: #fff;
    padding-top: 70px;
    margin-bottom: 80px;
}

.intro h4:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #2AAFC0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.features-caption h3{
  font-size: 35px;
  font-weight: bold;
}


.features-caption h4{
 font-size: 30px;
}


.features-caption p {
    width: 70%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.features-row-2 {
  margin-top: 40px;
}

.features-section-2 {
  margin-top: 80px;
}

.features-section-2-col-1 {
  background-image: url(../img/hero.jpg);
  background-position: center;
  height: 500px;
}

.features-section-2-col-2 {
  background-color: #f7f7f7;
  height: 500px;
  padding: 30px;
}

.features-section-2-col-2__content {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  margin: auto;
  height: 100%;
  padding: 100px 10%;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* ----------------------------------------------------------------
     [ End Features ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/

#services {
  padding-top: 100px;
}

.services { 
  padding-top: 100px;
  margin-bottom: 1.5rem;
  background: #fff;
  padding-top: 6rem;
  margin-bottom: 2rem;
}
.folded-corner:hover .text{
	visibility: visible;
	color: #ffffff;;
}
.Services-tab{
	margin-top:20px;
}

/*
  nav link items
*/
.folded-corner{
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999;
  background: transparent;
  transition: all ease .5s;
  border: 1px solid rgba(31,181,172,.9);
}
.folded-corner:hover{
	background-color: rgba(31,181,172,.9);
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
	background-color: #D00003;
  border-width: 0 50px 50px 0;
  border-color: #eee #000;

}

.service_tab_1{
	background-color: #ffffff;
}
.service_tab_1:hover .fa-icon-image{
    color: #ffffff;
    transform: rotate(360deg) scale(1.2);
}


.fa-icon-image{
	color: rgba(31,181,172,.9);
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 08 Start Portfolio ]
-----------------------------------------------------------------*/

#portfolio {
  padding-top: 100px;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/

#teams {
  background-color: #27a599;
  width: 100%;
  position: relative;
  color: #ffffff;
}

div#teams {
  padding-top: 60px;
  padding-bottom: 30px;
}

.text-center {
    text-align: center!important;
}

.teams-heading span {
  font-size: 1.25rem;
  display: block;
  text-transform: capitalize;
  color: #00bcd4;
  text-align: center;
}

.teams-heading h1 {
  font-weight: 300;
  text-align: center;
}

.heading_space {
    margin-bottom: 4.125rem;
}

.teams-item {
  background-color: #ffffff;
  height: 400px;
}

.teams-items-img img {
  display: block;
  width: 100%;
}

.teams-item {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  color: #2B2B2B;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.teams-item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.teams-item .profile-image {
  padding: 15% 10% 0;
}

.teams-item .profile-image img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  border-radius: 50%;
  max-width: 40%;
}

.teams-item div {
  padding: 5% 10% 15%;
}

.teams-item h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}

.teams-item h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 1px;
}

.teams-item .icons i {
  color: #999;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.5em;
}

.teams-item .icons i:hover {
  color: #555;
}

.teams-item .icons i a {
  text-decoration: none;
}

@media (max-width: 705.98px) {
  .teams-item-box {
    margin: 0 auto;
    width: 300px;
  }
 }

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 11 Start Blog ]
-----------------------------------------------------------------*/


  
 /* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 12 Start Contact ]
-----------------------------------------------------------------*/
.contact {
  padding-top: -30px;
}
.container .map {
  width: 100%;
  height: 200px;
}

iframe {
  width: 100%;
  border: none;
}
.contact form {
  margin: 3rem;
}

.contact-icon {
  text-align: center;
  font-size: 35px;
}
.text-blue {
  color: rgb(0, 171, 201);
}

.contact-heading {
  margin-top: 2rem;
}

.form-input-style {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  background-color: #ddd;
  font-size: 13px;
  height: 45px;
}


.form-input-style-message {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  background-color: #ddd;
  font-size: 13px;
}

@media (max-width: 705.98px) {
  
  .contact p {
    text-align: center;
  }

 }

 /* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 14 Start Loader ]
-----------------------------------------------------------------*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* ----------------------------------------------------------------
     [ 14 End Loader ]
-----------------------------------------------------------------*/

.btn{
    position: relative;
    color:#fff;
    border-radius:30px;
    text-transform: uppercase;
    transform: scale(1.1,1.1);
    transition:all 0.3s ease-out 0s;
        padding: 10px 16px;
}
.btn:hover{
    transform: scale(1,1);
    color:#fff;
}
.btn i{
    margin-right:15px;
    color:#323048;
}
.btn:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left:0px;
    width:100%;
    height: 10px;
    filter: blur(20px);
    border-radius: 30px;
    display: inline-block;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.btn:hover:before{
    bottom:0;
    filter: blur(10px);
}
.btn.blue{
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 30px;
    color: #323048;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
        padding: 10px 16px;
}
.btn.blue:before{
    background: linear-gradient(to right,#7474bf,#348ac7);
}
.btn.green{
    background: linear-gradient(to left, #414d0b , #727a17);
}
.btn.green:before{
    background: linear-gradient(to right,#414d0b,#727a17);
}
.btn.orange{
    background: linear-gradient(to left, #fe8c00 , #f83600);
}
.btn.orange:before{
    background: linear-gradient(to right,#fe8c00,#f83600);
}
.btn.purple{
    background: linear-gradient(to left, #c04848 , #480048);
}
.btn.purple:before{
    background: linear-gradient(to right,#c04848,#480048);
}
@media only screen and (max-width: 767px){
    .btn{
        margin-bottom:15px;
    }
}

/*--------------------------------------------------------------
scroll above 750
--------------------------------------------------------------*/
@media (min-width:750px){
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eee; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
  background:  #eee; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}
}
@supports (-moz-appearance:none) 
{
      
:root{
  scrollbar-color: #eee  #ccd1d1 !important;
  scrollbar-width: thin !important;
}

}
.logo-register{
  text-align: center;
}
.alg-box-cr li{
        padding-top: 3px!important;
    padding-bottom: 28px!important;
}
.foot-br{
margin-top: 57px;
text-align: right;
    margin-top: -16px;
    margin-left: 32px;
}

.pricingTable{
    background: #2c2a43;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border-radius:100px 0 0;
    padding: 65px 20px 75px;
    margin-top: 55px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
        box-shadow: 0 5px 15px rgb(0 0 0 / 91%);
}
.pricingTable:before{
    content: "";
 background: linear-gradient(45deg, #d9d8d8,#fff,#fff,#ededed,#fff,#fff,#ededed,#fff,#fff,#ededed);
    border-radius: 90px 0 0;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 50px;
    z-index: -1;
}
.pricingTable .pricingTable-header{ margin: 0 0 30px; }
.pricingTable .price-value{
    color: #fff;
    height: 52px;
    text-shadow: rgb(0, 0, 0) 1px 1px;
    width: 114px;
    background: linear-gradient(to right,#ebeeee,#2c2a43);
    padding: 22px 15px;
    border-radius: 50%;
        box-shadow: 0 5px 15px rgb(0 0 0 / 91%);
    position: absolute;
    right: 15px;
    top: -55px;
}
.pricingTable .price-value .currency{
   font-size: 28px;
    line-height: 20px;
    display: inline-block;
}
.pricingTable .price-value .amount{
       font-size: 37px;
    font-weight: 500;
    line-height: 45px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 13px;
    font-weight: 400;
    margin-top: -4px;
    display: block;
}
.pricingTable .icon{
    color: #ff708f;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 15px;
}
.main-hea{
      display: inline-block;
    line-height: 100%;
    text-shadow: rgb(0, 0, 0) 1px 1px;
    letter-spacing: 0;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    border-color: white;
    background-image: linear-gradient(to top, #323048 0%, #323048cc 80%, #323048e0 100%);
    border-radius: 30px;
    box-shadow: 0 5px 15px rgb(133 130 130 / 91%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 16px;
    line-height: 26px;
}
.course-note p{
        font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    padding: 11px 10px 11px 10px;
      background: #323048;
    box-shadow: 0 5px 15px rgb(0 0 0 / 91%);
}
.pricingTable .title{
    color: #222;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    font-family: 'Muli', sans-serif;
}
.pricingTable .title:after{
    content: '';
    background-color:#323048;
    height: 2px;
    width: 63%;
    margin: 10px auto 0;
    display: block;
    clear: both;
        font-family: 'Muli', sans-serif;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
        font-family: 'Muli', sans-serif;
}
.pricingTable .pricing-content li{
       color: #2c2a43;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    font-weight: bold;
    text-transform: unset;
    padding: 0 0 0 35px;
    font-family: 'Muli', sans-serif;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
.pricingTable .pricing-content li:before{
   content: "\f00c";
    color: #2c2a43;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    color: #222;
}
.pricingTable-header p{
     font-size: 12px;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    margin: 19px 0;
    text-shadow: rgb(174 174 174) 1px 1px;
}
.alg-cr1{
     font-size: 10px!important;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    margin: 19px 0;
    text-shadow: rgb(174 174 174) 1px 1px;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: #2c2a43;
    font-size: 12px;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
    padding: 5px 20px;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    border: 2px solid #222;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.pricingTable.purple,
.pricingTable.purple .price-value,
.pricingTable.purple .pricingTable-signup a{
    background-color: #2c2a43;
        font-family: 'Muli', sans-serif;
}
.pricingTable.purple .icon,
.pricingTable.purple .pricing-content li:before{
    color: #7f75f9;
}
.pricingTable.purple .pricing-content li.disable:before{ color: #222; }
.pricingTable.yellow,
.pricingTable.yellow .price-value,
.pricingTable.yellow .pricingTable-signup a{
    background-color: #e5af19;
}
.pricingTable.yellow .icon,
.pricingTable.yellow .pricing-content li:before{
    color: #e5af19;
}
.alg-cr{
  width: 22%!important;
}

.pricingTable.yellow .pricing-content li.disable:before{ color: #222; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 60px; }
}
 .popshadow
            {
           
              -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1)!important;
              transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1)!important;
              -o-transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out!important;
              transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out!important;
              transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1)!important;
           
            }
               
            .popshadow:hover, .popshadow:focus, .popshadow.focus
            {
           
              -webkit-transform: translate3d(0, -1px, 0);
                      transform: translate3d(0, -1px, 0)!important;
              -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
                      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4)!important;
             
            }
 .popshadow:before,
.popshadow:after{
    content: "";
  
}
.popup-cr {
 
  transition: transform .5s; /* Animation */
 
 
}

.popup-cr:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
@media (max-width: 767px) and (min-width: 300px)
{
  .pricingTable .extra-box {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block!important;
    }
   .extra-box-tb .main-hea {
    display: inline-block;
    line-height: 100%;
    text-shadow: rgb(0, 0, 0) 1px 1px;
    letter-spacing: 0;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    border-color: white;
    background-image: linear-gradient(to top, #323048 0%, #323048cc 80%, #323048e0 100%);
    border-radius: 30px;
    box-shadow: 0 5px 15px rgb(133 130 130 / 91%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px!important;
    padding: 3px 16px;
    line-height: 26px;
}
   .extra-box-tb {
    margin-top: 92px!important;
    padding: 65px 20px 75px!important;
}
    .alg-crr {
    width: 100%!important;
}
    .extra-box-tb .pricingTable-header p {
    font-size: 12px!important;
}
    .extra-box-tb .course-note p {
    font-size: 10px!important;
}
    .extra-box-tb .title {
    color: #222;
    font-size: 15px!important;
}
.extra-box-tb .title:after {
    content: '';
    background-color: #323048;
    height: 2px;
    width: 63%!important;
    }

}