.card-wrap {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --color-text: #616161;
  --color-text-btn: #ffffff;
  --card1-gradient-color1: rgba(189, 155, 25, 1);
  --card1-gradient-color2: #f5af19;
  --card2-gradient-color1: #7F00FF;
  --card2-gradient-color2: #E100FF;
  --card3-gradient-color1: #3f2b96;
  --card3-gradient-color2: #a8c0ff;
  --card4-gradient-color1: #11998e;
  --card4-gradient-color2: #38ef7d;
}

.card-wrap {
  width: 320px;
  height: 160px;
  background: linear-gradient(60deg, rgb(240 237 224) 0%, rgba(247, 202, 24, 1) 100%);
  box-shadow: 0 2.5rem 5rem -2.75rem rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  border: 3px solid #fff;
  overflow: hidden;

  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  margin-top: 30;
  animation: fadeWish 1s cubic-bezier(.74, .06, .4, .92) forwards;
  animation-delay: 1s;
  margin-left: -30px;

}

.card-wrap .card-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: hidden;
  box-shadow: inset 0 0 5rem rgba(255, 255, 255, 0.65);
  font-family: "Poppins", sans-serif;
}

.card-wrap .card-content::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(45deg, #E1CFE8, #84E7CF);
  opacity: 1;
  z-index: 1;
  will-change: transform;
  mix-blend-mode: color-burn;
}

/*.card-wrap .card-content::before
 
   {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #E1CFE8, #84E7CF );
    opacity: 1;
    z-index: 1;
    will-change: transform;
    mix-blend-mode: color-burn;
  }
  
  .card-wrap .card-content::before {
    top: 90%;
    right: 30%;
    
    animation-name: rotate;
    animation-duration: 12s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
  } 
  */
.card-wrap .card-content::after {
  top: -50%;
  right: -60%;

  animation-name: rotate;
  animation-duration: 16s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}


@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(30deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0px)
  }
}


.card-wrap:hover {
  transform: scale(1.1);
}

.card-header {
  height: 100px;
  width: 100%;
  background: red;
  border-radius: 100% 0% 100% 0% / 0% 50% 50% 100% !important;
}

.card-header i {
  color: #fff;
  font-size: 72px;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;

}

.card-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;

}

.card-text {
  text-align: center;
  font-size: 12;   /*12.5*/
  font-weight: 500; /*720*/
  margin-bottom: 10px;
  padding: 0px; /*1rem*/
  line-height: 1.5;
  overflow: hidden;
  font-family: 'Poppins';

}

.card-btn {
  border: none;
  height: 30;
  border-radius: 200px;
  padding: 5px 2px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: -10px;
  margin-left: 192px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;

}

.sche:hover {
  transform: translateX(-110%);
}

.sche:hover {
  transform: translateX(0%);
}


.card-header.one {
  background: linear-gradient(to bottom left, var(--card1-gradient-color1), var(--card1-gradient-color2));
}


.card-btn.one {
  background: linear-gradient(to left, rgb(229 209 135), var(--card1-gradient-color2));
}


/* Breadcrumbs*/

.breadcrumb {
  padding: 15px 0;

  margin-bottom: 40px;
}

.breadcrumb h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumb a {

  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.breadcrumb a:hover {
  color: black;


}

.breadcrumb ol li+li {
  padding-left: 10px;
}

.breadcrumb ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffc72c;
  content: ">";
}




.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;

}



/* Breadcrumbs*/


.accesspage {
  width: 5%;
  height: 60px;
  background: #fdfdfd;
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: fixed !important;
  z-index: 100;
  top: 400px;
  right: 0;
}

#navaccess-container {

  height: 320px;
  width: 30%;
  pointer-events: none;
  z-index: 100;
  top: 400px;
  right: 0;
}

#navaccess-container .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}

#navaccess-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}

#navaccess-container * {
  visibility: visible;
}

.acess-button {

  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100;
  top: -400px;
  right: 0;

}

.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: .3s;
}

.icon-bar+.icon-bar {
  margin-top: 5px;
}

#navaccess-container:focus-within .acess-button {
  pointer-events: none;
}

#navaccess-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

#navaccess-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}

#navaccess-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

#navaccess-content {
  margin-top: -10px;
  padding: 20px;

  max-width: 300px;
  position: absolute;

  background: linear-gradient(to bottom, #ccccff 0%, #4198ef 100%);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateX(400%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  margin-left: -80px;
}


#navaccess-content .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  width: 190px;
  padding: 2px;
  font-size: 12px;
}

#navaccess-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#navaccess-content li a {
  padding: 10px 5px;

  transition: color .1s;
}

#navaccess-content li a:hover {
  color: #BF7497;
}

#navaccess-content li:not(.small)+.small {
  margin-top: auto;
}

.small {
  display: flex;
  align-self: center;
}

.small a {
  font-size: 12px;

  color: #888;
}

.small a+a {
  margin-left: 15px;
}

#navaccess-container:focus-within #navaccess-content {
  transform: none;
}

ul {
  padding: 0;
  list-style: none;
}


/* Media queries for Accessibility Landscape View */
@media (device-height: 360px) and (device-width: 620px)
and (-webkit-min-device-pixel-ratio: 2) {
  .accesspage{
    width: 15% !important;
    top:300px;
   
  }
  #accessible{
    font-size: 10px;

  } 
  
}
@media (device-height: 400px) and (device-width: 874px)
and (-webkit-min-device-pixel-ratio: 2) {
  .accesspage{
    width: 10% !important;
   
  }
  #accessible{
    font-size: 10px;

  } 
  
}
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 3) {
  .accesspage{
    width: 15% !important;
   
   
  }
  #accessible{
    font-size: 10px;

  } 
} 

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .accesspage{
    /* width: 10% !important; */
   
  }
  #accessible{
    font-size: 10px;

  } 
 
  
}
@media screen and (min-device-width: 768px)
and (max-device-width: 1024px) {
  .accesspage{
    width: 7% !important;
    top:250px;
    
   
  }
  #accessible{
    font-size: 10px;

  } 
}

@media screen and (max-device-width: 480px)
and (orientation: portrait) {
  .accesspage{
    width: 15% !important;
   
  }
  #accessible{
    font-size: 10px;

  } 
}

@media screen and (max-device-width: 540px)
and (orientation: portrait) {
  .accesspage{
  width: 15% !important; 
   
  }
  #accessible{
    font-size: 10px !important;

  } 
}

@media screen and (max-device-width: 375px)
and (orientation: portrait) {
  .accesspage{
    width: 15% !important;
   
  }
  #accessible{
    font-size: 10px !important;

  } 
     }
   
   @media screen and (max-device-width: 640px) {
    .accesspage{
      width: 15% !important;
      top:200px !important;
     
    }
    #accessible{
      font-size: 10px !important;
  
    } 
}


@media screen and (min-device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
  
#accessible{
    font-size: 10px !important;

  }
  }
  
  
  @media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
  .accesspage{
    width: 10% !important;
   
  }
  #accessible{
    font-size: 10px;

  }
}

@media (min-device-height: 667px) and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 3) {
  .accesspage{
     width: 15% !important;
     
   
  }
  #accessible{
    font-size: 10px;

  } 
} 

@media (min-device-height: 640px) and (max-device-width: 360px)
and (-webkit-min-device-pixel-ratio: 3) {
  .accesspage{
     width: 15% !important;
     
   
  }
  #accessible{
    font-size: 10px;

  } 

#navaccess-content {
margin-left: -100px;
} 
}

/*css for rti */
.rti-cards{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  /* height: 100%; */
}


@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600);
.snip1336 {

  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color:#ffffff;
  box-shadow: #11998e;
}
.snip1336 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1336 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1336 figcaption {
  width: 100%;
  background-color: #17a2b8;
  padding: 10px;
  position: relative;
  justify-content: center;
  align-items: center;
}
/* .snip1336 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #141414;
} */
.snip1336 figcaption a {
  padding: 5px;
  /* border: 1px solid #ffffff; */
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  opacity: 0.65;
  /* width: 47%; */
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.snip1336 figcaption a:hover {
  opacity: 1;
}
.snip1336 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px #17a2b8;
}
.snip1336 .follow {
  margin-right: 4%;
  border-color: #2980b9;
  color: #2980b9;
}
.snip1336 h2 {
  margin: 0 0 5px;
  font-weight: 300;
}
.snip1336 h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}
.snip1336 p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}

#groove {
  border-color: #d7e0e9;
  border-style: solid;}

  @media only screen and (min-width: 642px) {
    .snip1336 img {
      padding-left: 42px;
      

    }
  }
  @media only screen and (max-width: 640px) {

    .snip1336 img {
      padding-left: 14px!important;
        
    }
  }


/*Sitemap  Start*/
  .contentarea {
    min-height:400px; border-radius:15px; background-color:#fff; margin-bottom:20px; overflow:hidden;
   }

   .contentarea {
    font-weight: 600;
    color: #486228;
    margin-top: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
   }

   .contentarea ul {
    list-style: none;
    padding: 15px 15px;
  }
  .contentarea
  {
    /* padding:30px 30px 0px 30px; */
  }
  .sitemap ul {
    background: url(/static/img/site_map_ul.gif) 0 -5px repeat-y!important;
    list-style-type: none!important;
    margin: 0!important;
    padding: 0 5px 4px 6px!important;
    position: relative!important
  }
  .sitemap ul li {
    background: url(/static/img/site_map_list.gif) -5px -5px no-repeat!important;
    line-height: 16px!important;
    padding: 0 0 0 10px!important;
    font: 700 10pt arial;
    margin: 10px 0
  }
  .sitemap ul li:before{display:none;}
  .sitemap ul li a {
  /*  background-color: #d5e0ff;
    border: 1px solid #1b426e;*/
    color: #000;
    display: inline-block;
    padding: 5px;
    border-radius: 15px 0;
    transition-duration: .3s; border: 1px solid #d5d5d5;
  }
  .sitemap ul li a:hover {
    background-color: #fbcf86;
    border: 1px solid #ed9501;
    color: #000;
    padding-left: 5px;
    text-decoration: none
  }
  .sitemap ul li ul {
    padding-bottom: 1px
  }
  
  
  .sitemap ul li ul li {
    font: 10pt arial
  }



/*Sitemap  End*/


/* Contact us CSS Start */
.contact .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;

}

.contact .heading h2 span {
  color: #ff9100;
}

.contact .heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin: 20px 0 60px;
  padding: 0;
}

.contact .form-control {
  padding: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  background: #f9f9f9;
  border: 0;
  border-radius: 10px;
}

.contact button.btn {
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  background: #ff9100;
  color: #ffffff;
}

.contact .title h3 {
  font-size: 18px;
  font-weight: 600;
}

.contact .title p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(13, 1, 1);
  line-height: 1.6;
  margin: 0 0 40px;
}

.contact .contact-content .info {
  margin-top: 10px;
}


.contact .contact-content .info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #02434b;
  margin-right: 20px;
  /* text-align: center; */
  width: 20px;
}
.contact .contact-content .info h4 {
  font-size: 13px;
  line-height: 1.4;
}

.contact .contact-content .info h4 span {
  font-size: 13px;
  font-weight: 800;
  color: #100d0d;
}


.contact .contact-content .info i h4 a{

color: #060707;
}
.contact .contact-content .info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #02434b;
  margin-right: 20px;
  /* text-align: center; */
  width: 20px;
}
.contact .contact-content .info h4 {
  font-size: 13px;
  line-height: 1.4;
}

.contact .contact-content .info h4 span a {
 
  color: #100d0d !important;
}

/*Contact us CSS eND  */

