@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Poppins:ital,wght@0,300;1,200&family=Roboto:ital@0;1&display=swap');

:root {
  --theme-color: #002147;
  --secondary-color: #fdc800;
  --opposite-color: #fdc800;
  --text-color: #585858;
  --title-color: #1A1D2D;
  --white-color: #ffffff;
  --light-bg-color: #f6f6f6;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
}

.owl-prev .icon,
.owl-next .icon {
  font-size: 42px;
  color: #0f0e0e;
}

.slider-height-breadcrumb {
  min-height: auto;
}

.single-slider {
  width: 100%;
  float: left;
  height: 69vh;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.slider-content p {
  font-size: 26px;
  color: #fff;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 38px;
}

.slider-content h1 {
  font-size: 72px;
  font-family: 'Unbounded', cursive;
}

.slider-content h1 span {
  font-size: 60px;
}

.slider-content p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 38px;
}

.theme-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  border: 0;
  transition: .3s;
  cursor: pointer;
}

.theme-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  left: 10px;
  top: 10px;
  z-index: -1;
}

.bg-blue {
  background-color: #003183;
}

.bg-blue i {
  margin: 14px 0;
}

.bg-blue h2 {
  font-size: 22px;
  margin: 24px 6px;
}

.btn-text {
  padding: 16px 35px;
  background-color: #fdc800;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
}

.slider-content button:hover {
  transform: translateY(-6px);
}

.navbar-brand span,
.feature,
.tagline span {
  color: blue;
  font-size: 25px;
}

.headin5_amrc span {
  font-size: 16px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}

.card {
  width: 100%;
  height: 100% !important;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}

h3 {
  font-size: 16px !important;
  color: #1f194c;
  margin: 1em 0;
  font-family: 'Roboto', sans-serif;
}

p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

.card:hover {
  background-position: 0 100%;
}

.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #2c7bfe;
}

.card:hover h3 {
  color: #ffffff;
}

.card:hover p {
  color: #f0f0f0;
}

.banner-area {
  background-image: url(image/contactus-banner.jpg);
  background-size: cover;
  background-position: center center;
  top: 100px;
  width: 100%;
  height: 29vh;
}

h2 {
  padding-top: 3%;
  font-size: 80px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .form-12 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

@media (max-width: 1080px) {
  .form-12 .column1 {
    align-self: center;
    background: rgba(255, 255, 255, 0.97);
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .form-12 .tagline {
    line-height: 35px;
    font-size: 30px;
  }
}

.feature-3 .grid.top-bottom {
  margin-top: -63px;
  z-index: 10;
  position: relative;
}

.feature-3 .grid-column {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.feature-3 .middle-section {
  display: grid;
}

.feature-3 .three-grids-columns {
  padding: 12px 0px;
  transition: 0.3s ease-out;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px #4a4a4a73;
}

.feature-3 .three-grids-columns span.fa {
  font-size: 36px;
  color: #fdc800;
}

.feature-3 .three-grids-columns h4 {
  font-size: 20px;
  color: var(--title-color);
  line-height: 30px;
  padding-top: 25px;
  font-weight: 600;
}

.btn-theme3 {
  padding: 6px 16px;
  color: var(--theme-color);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s ease-in;
  border: 2px solid #fdc800;
  background: #fdc800;
  text-decoration: none;
}

.btn-theme3:hover {
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fdc800;
}

.index1 {
  background: #fff;
}

@media (min-width: 992px) {

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
}

.index1 .calltoaction-20 h5 {
  font-size: 32px;
  line-height: 38px;
  color: var(--title-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.index1 .calltoaction-20-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  opacity: 0.8;
  margin-bottom: 20px;
}

.btn-theme2 {
  padding: 10px 30px;
  color: var(--theme-color);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s ease-in;
  border: 2px solid #fdc800;
  background: #fdc800;
  text-decoration: none;
}

.btn-theme2:hover {
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: var(--opposite-color);
}

.index1 .column.ccont-left img {
  border-radius: 0 4px 4px 0;
}

.img-responsive {
  max-width: 71%;
  display: block;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

@media (min-width: 768px) {

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.services-12 .form-12-content {
  background: url(image/ggi-group-pic-for-site-1.jpg) no-repeat center;
  background-size: cover;
  padding: 5rem 0px;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.services-12 .form-12-content:before {
  content: "";
  background: rgba(0, 33, 71, 0.8);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.services-12 .grid-column-2 {
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-column-gap: 30px;
}

.services-12 .grid {
  display: grid;
}

.heading {
  max-width: 750px;
}

.heading h3 {
  font-size: 36px !important;
  line-height: 42px;
  color: var(--title-color);
  font-weight: 600;
}
.heading p{
  font-size: 20px;
}

.services-12 .column1 h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
}

.services-12 .column1 p {
  line-height: 24px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: normal;
  font-style: normal;
}

.form-12 .grid-column-2 {
  grid-template-columns: auto 1fr;
  grid-column-gap: 50px;
}


@media (max-width: 992px) {
  .form-12 .grid-column-2 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.form-12 .grid {
  display: grid;
}

.form-12 .column1 {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 27px 25px 28px;
  border: 1px solid #f1f1f1;
  height: 49vh;
}

.form-12 .tagline {
  color: var(--title-color);
  text-transform: capitalize;
  line-height: 39px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-12 .form-input,
.form-12 select#sel1 {
  margin-top: 15px;
  width: 100%;
  height: 45px;
  background: #fff;
  color: #767676;
  border: 1px solid #eee;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 45px;
  -webkit-appearance: none;
  padding-left: 15px;
  padding-right: 15px;
}

.form-12 .courses-item {
  background: var(--theme-color);
  padding: 33px 10px;
  border-radius: 4px;
  text-align: center;
  height: 143px;
}

.form-12 span.fa {
  font-size: 42px;
  color: #fff;
}

.form-12 .courses-item p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

a {
  text-decoration: none !important;
}


@media screen and (max-width: 850px) {
  .row.primary {
    grid-template-columns: 1fr;
  }


}

.col_white_amrc {
  color: #FFF;
}

footer {
  width: 100%;
  background-color: #263238;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

footer p {
  font-size: 16px;
  color: #CCC;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: #CCC;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}

.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}

.social_footer_ul li a {
  color: #CCC;
  border: 1px solid #CCC;
  padding: 8px;
  border-radius: 50%;
}

.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.form-style {
  max-width: 36rem;
  background-color: #eee;
  border-radius: .5rem;
  padding: 1rem;
  margin-top: 2rem;
}

.submit-margin {
  margin: 0px 117px;
}

.tab-button {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.form-tab-button {
  margin: 15px -8px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.form-style h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

.form-style .box {
  text-transform: none;
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
  color: #333;
  border-radius: .5rem;
  margin: 1rem 0;
  width: 100%;
}

.admission-submit-btn {
  padding: 15px 40px;
  background: #000;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: helvetica;
  font-size: 12px;
  letter-spacing: 3px;
  position: relative;
  transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  display: block;
  text-align: center;
}

.admission-submit-btn::after,
.admission-submit-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.admission-submit-btn::after {
  width: 30px;
  height: 1px;
  background: white;
  transform: translateX(-3px);
  margin-top: 0px;
}

.admission-submit-btn::before {
  content: "";
  transform: rotate(-135deg) translateX(50%);
  width: 11px;
  height: 11px;
  background: transparent;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: -1px;
}


.admission-submit-btn:hover {
  padding: 15px 60px 15px 20px;
}

.admission-submit-btn:hover::after,
.admission-submit-btn:hover::before {
  opacity: 1;
  right: 15px;
}

.btn-logo {
  margin: 0 auto;
  width: 260px;
  font-family: 'Lily Script One', cursive;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #726868;
}

#contact {
  margin-left: 40%;
  margin-top: 22%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.btn-logo:hover {
  color: rgb(3, 91, 255);
}

@media(max-width:630px) {
  .single-slider {
    width: 100%;
    float: left;
    height: 21vh;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
  }

  .navbar-brand span,
  .feature,
  .tagline span {
    color: blue;
    font-size: 28px;
  }

  h2 {
    padding-top: 8%;
    font-size: 60px;
    color: #fff;
    text-align: center;
  }

  .banner-area {
    top: 100px;
    width: 100%;
    height: 14vh;
  }

  #contact {
    margin-left: 42%;
    margin-top: 61%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
  }
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 #000;
}

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

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2c7bfe;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back p {
  color: black;
}

.section-main-title {
  margin-top: 0;
  margin-bottom: 37px;
  font-size: 30px !important;
  line-height: 1.27;
  font-weight: 300;
}

.section-main-title strong {
  font-weight: 600;
}

@media(max-width:430px) {
  .single-slider {
    width: 100%;
    float: left;
    height: 30vh;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
  }

  .navbar-brand span,
  .feature,
  .tagline span {
    color: blue;
    font-size: 20px;
  }


  .feature-3 .three-grids-columns span.fa {
    font-size: 27px;
    color: #fdc800;
  }

  .feature-3 .three-grids-columns h4 {
    font-size: 12px;
    color: var(--title-color);
    line-height: 13px;
    padding-top: 7px;
    font-weight: 600;
  }

  .btn-theme3 {
    padding: 6px 9px;
    color: var(--theme-color);
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 2px solid #fdc800;
    background: #fdc800;
    text-decoration: none;
  }

  .btn-theme2 {
    padding: 7px 20px;
    color: var(--theme-color);
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 2px solid #fdc800;
    background: #fdc800;
    text-decoration: none;
  }

  .heading h3 {
    font-size: 36px;
    line-height: 22px;
    color: var(--title-color);
    font-weight: 600;
  }

  .submit-margin {
    margin: 0px 45px;
  }

  .admission-submit-btn {
    padding: 15px 38px;
    background: #000;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: helvetica;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    display: block;
    text-align: center;
  }
}

.owl-carousel .courses-item {
  background: var(--theme-color);
  padding: 50px 16px;
  border-radius: 4px;
  text-align: center;
  height: 143px;
  width: 168px;
}

.section-subtitle {
  margin-bottom: 7px;
  padding-left: 7px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #aaaaaa;
  border-left: 3px solid #f41b1b;
  font-weight: 700;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.quick {
  margin-left: 51px;
}

.e-class-box {
  -webkit-box-shadow: 0 0 0 10px #000000 inset;
  box-shadow: 0 0 0 10px #000000 inset;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  display: block;
}

.box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  transform: translateY(30px) translateX(-30px);
  -webkit-transform: translateY(30px) translateX(-30px);
}

.e-class-box video {
  transform: translateY(30px) translateX(-30px);
  -webkit-transform: translateY(30px) translateX(-30px);
  width: 100%;
  z-index: 1;
  position: relative;
}

.e-class-breadscrumb-top {
  background-image: none !important;
  background-color: #1E60C8 !important;
}

.e-class-breadscrumb-top,
.e-store-breadscrumb-top {
  padding: 0;
  text-align: center;
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 125px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.e-class-breadscrumb-top .breadscrumb-title,
.e-store-breadscrumb-top .breadscrumb-title {
  padding: 60px 0 !important;
}

.e-class-breadscrumb-top .bread-title,
.e-store-breadscrumb-top .bread-title {
  color: #ffffff;
  margin: 0;
  padding: 0 20px;
  font-weight: 600;
  position: absolute;
}

.e-class-breadscrumb-top .bread-title,
.e-store-breadscrumb-top .bread-title {
  color: #ffffff;
  margin: 0;
  padding: 0 20px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
}

.e-class-breadscrumb-top .bread-title:before,
.e-store-breadscrumb-top .bread-title:before {
  left: -90px;
}

.e-class-breadscrumb-top .bread-title:before,
.e-class-breadscrumb-top .bread-title:after {
  background: #FFFFFF;
  content: "";
  width: 81px;
  height: 2px;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


.e-store-breadscrumb-top .bread-title:before,
.e-store-breadscrumb-top .bread-title:after {
  background: #FFFFFF;
  content: "";
  width: 81px;
  height: 2px;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.e-class-breadscrumb-top .bread-title,
.e-store-breadscrumb-top .bread-title {
  color: #ffffff;
  font-size: 32px;
  margin: 0;
  padding: 0 20px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.e-class-breadscrumb-top .bread-title:after,
.e-store-breadscrumb-top .bread-title:after {
  right: -90px;
}

.inner {
  margin-left: -10px;
  margin-right: -10px;
}

.bg-gray {
  background-color: rgb(219, 219, 219);
}

.inner:before,
.inner:after {
  content: " ";
  display: table;
}

.features-section h3 {
  font-size: 18px !important;
  color: #1f194c;
  margin: 0em 9px !important;
}

.orbit-icon {
  color: #ffffff;
  background-color: #3b86c4;
}

.orbit-icon {
  float: left;
  width: 42px;
  height: 35px;
  background: #3b86c4;
  line-height: 35px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.e-class-card {
  background: rgb(232, 230, 230);
  width: 312px;
  height: 440px;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 5px 6px 0px black;
}

.e-class-card-img {
  height: 170px;
  margin-bottom: 15px;
  background-size: cover;
  border-radius: 15px 15px 0 0;
}

.box-img img {
  width: 100%;
  border-radius: 7%;
  height: 27vh;
}

.box-card {
  background: rgb(255, 255, 255);
  width: 312px;
  height: 440px;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 5px 6px 0px black;
}

.box-card h2 {
  font-size: 18px;
  color: #000;
  text-align: start;
  margin-top: 30px;
  margin-left: 10px;
}

.box-card p {
  color: black;
  font-size: 14px;
}

.car-1 {
  background-image: url(image/OIP-_2_.jpg);
}

.car-2 {
  background-image: url(image/index.jpg);
}

.car-3 {
  background-image: url(image/images.jpg);
}

.car-4 {
  background-image: url(image/images.png);
}

.e-class-card h2 {
  font-size: 18px;
  color: #000;
}

.e-class-card:hover {
  background-color: #1E60C8;
  color: #fff;
  cursor: pointer;
  transform: scale(1.03);
  transition: all 1s ease;
}

.e-class-card p {
  color: black;
  font-size: 14px;
}

.category-card {
  border-radius: 10px;
  border: 1px solid #dadada;
  height: 120px;
}

.category-card:hover {
  box-shadow: inset 0 -5px #3785d7;
}

.previous {
  background-color: #04AA6D;
  color: white;
  padding: 4px 19px;
  border-radius: 4px;
  border-color: #04AA6D;
  position: relative;
  text-transform: uppercase;
}

.select-box-list-link.jsx-1970721289 {
  display: block;
  color: rgb(102, 102, 102);
  position: relative;
  padding: 8px 10px 8px 0px;
  font-size: 14px;
  text-align: left;
  outline: none;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .snap-card-body.jsx-1970721289 {
    padding: 8px 11px;
  }
}

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .snap-card-body-title.jsx-1970721289 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.color-blue-light.jsx-1970721289 {
  color: rgb(36, 167, 208);
}

@media (min-width: 992px) {
  .snap-card-body-title.jsx-1970721289 {
    font-size: 16px;
  }
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 100px;
  right: 13px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-bottom: -83px;
  margin-right: 17px;
}

.float i {
  position: absolute;
  top: 10px;
  left: 12px;
}

#mybutton {
  position: fixed;
  top: 80%;
  right: 47%;
  font-size: 28px;
  z-index: 999;
}

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Poppins:ital,wght@0,300;1,200&family=Roboto:ital@0;1&display=swap');

.modal-content {
  position: relative;
  display: flex;
  width: 450px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11% !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.modal-content .card-body {
  padding: 1rem 1rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

h4 {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.cross {
  padding: 10px;
  color: #d6312d;
  cursor: pointer;
  margin: 0 0 0 90%;
}

.continue:focus {
  outline: none;
}

.continue {
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 13px;
  padding: 8px 19px;
  cursor: pointer;
  color: #fff;
}

.continue:hover {
  background-color: #D32F2F !important;
}

.footer_ul_amrc li a {
  font-family: 'Roboto', sans-serif;
}

nav a {
  font-family: 'Roboto', sans-serif;
}

.cirtify {
  background-color: #F7F9FA;
}

.cirtify .img-fluid {
  width: 80%;
  text-align: center;
  box-shadow: -30px 30px #a6f2ff;
  max-width: 100%;
  height: auto;
}

.cirtify p {
  font-family: "ProximaNova-600", sans-serif;
  font-size: 18px !important;
  line-height: 32px !important;
  text-transform: uppercase;
  color: #012478;
}

.cirtify h2 {
  font-size: 38px !important;
  line-height: 50px !important;
  font-family: "ProximaNova-600", sans-serif;
  color: #012478;
  text-align: left !important;
}

.modal button.btn {
  cursor: pointer;
}

@media (max-width:600px) {
  #contact {
    margin-top: -40px;
    margin-left: 0px;
  }

  .c-heading {
    margin-top: -200px;
  }

}



@media (min-width:320px) and (max-width:480px) {
  .nav-pills .nav-item .nav-link {
    font-size: 13px !important;
    margin-right: -3px !important;
    margin-left: 15px !important;
  }
  .top-footer{
    display:none !important;
  }
  .column2 {
    margin-top: 200px;
  }
  .sanket {
    display: none;
  }
  .sai {
    margin-top: 50px;
  }
  .siku {
    margin-left: 46px;
  }
  .siku1 {
    margin-left: 25px;
  }
  .sanket5 {
    margin-top: 200px !important;
    /* margin-left: 0px !important; */
  }
  .skill-content img {
    width: 300px !important;
    height: 200px !important;
  }
  .skill-content {
    margin-left: 18px !important;
  }
  .title {
    color: black !important;
    font-size: 70px !important;
    font-weight: 1000 !important;
    margin-top: -50px !important;
    margin-left: 0px;
}
.cards {
  position: relative !important;
  width: 372px !important;
  margin-bottom: 20px !important;
  perspective: 10px !important;
  transform-style: preserve-3d !important;
}


  .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    transform: translateY(30px) translateX(-30px);
    -webkit-transform: translateY(30px) translateX(11px);
}
   .modal-content {
    margin-top: 130px;
   }

  .navbar-toggler {
    margin: 0 12px;
  }

  .feature-3 .three-grids-columns span.fa {
    font-size: 20px;
    color: #fdc800;
  }

  .feature-3 .three-grids-columns h4 {
    font-size: 12px;
    color: var(--title-color);
    line-height: 18px;
    padding-top: 8px;
    font-weight: 600;
  }

  .btn-theme3 {
    padding: 5px 9px;
    color: var(--theme-color);
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 2px solid #fdc800;
    background: #fdc800;
    text-decoration: none;
  }

  .top-tutor-navbar .py-3 {
    padding: 5px 0 !important;
  }

  .modal-content {
    width: 86% !important;
    position: absolute !important;
    left: 28px;
  }

  .cross {
    position: absolute;
    left: -12px;
  }
  .nsdc img{
    width: 275px;
  }
  .quick {
    margin-left: 0;
  }
  .heading h3{
    font-size: 20px !important;
  }
  .heading p{
    font-size: 16px !important;
  }
  .tab-form{
    margin-top: 58% !important;
padding-bottom: 15px;
  }
  .job-heading {
    margin-left: 48px;
  }
  .top-footer{
    display: none !important;
  }
  .dropup {
    display: block !important;
  }
  .stuf_content {
    display: none !important;
  }
}

.navbar-brand img {
  width: 78px;
  position: absolute;
  top: -8px;
  left: 0;
}

.navbar-brand h3 {
  position: absolute;
  top: 0;
  left: 66px;
  font-family: 'Roboto', sans-serif;
}

.top-footer {
  height: 100px;
  width: 1000px;
  margin-left: 263px;
  padding: 0;
  background: #1E1E1E;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
}


#view_stuf {
  margin: 0 10px 0 0;
  padding: 0;
  height: 30px;
  width: 150px;
  float: right;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

#view_stuf span {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
}

#stuf_content {
  margin: -193px 0 0 0;
  padding: 50px;
  height: 194px;
  width: 1000px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  display: none;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
}

#stuf_content table {
  margin: auto;
  color: #FFF;
  text-align: center;
}
.verify-btn button{
  background-color: black;
  color: white;
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.verify-btn button:hover{
  background-color: white;
  color: #000;
  font-size: 18px;
}
.verify-btn{
  margin-bottom: 10px;
}
.btn-group {
  display: none !important;
}
