@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #323232;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
}

p {
  letter-spacing: 0.6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

a:focus,
a:active,
a {
  outline: 0 !important;
  border: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.baner-region {
  background-color: #ebf7ff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  text-align: left;
  z-index: 1;

}

.baner-region a.btn {
  background-color: #1e0b3ead;
  color: #fff;
  padding: 9px 5px;
  margin: 0px;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

a.read {
  background-color: #694f8e;
  color: #fff;
  padding: 3px 16px;
  margin: 10px 0 0;
  display: inline-block;
  border-radius: 5px;
}

.baner-region p {
  color: #000;
  position: relative;
  line-height: 24px;
}

.baner-region ul {
  list-style: outside none none;
  padding: 0;
  letter-spacing: 0.6px;
  position: relative;
  font-size: 15px;
}

.baner-region ul li {
  list-style: outside none none;
  margin: 0;
  padding: 3px 0 3px 25px;
  position: relative;
  text-align: left;
  color: #000;
}

.baner-region ul li::before {
  color: #054477;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  font-weight: 400;
}


.eight-parts .col-md-3:nth-child(4)~* {
  margin-top: 20px;
}

.date_stamp p {
  font-size: 12px;
  padding: 3px;
  margin: 15px 0px;
  text-align: center;
  background-color: #c1e0f3;
  border-left: none;
}

.formregion {
  padding: 0px 0px;
  background-color: #fff;
  border: 1px solid #f0f3f7;
}

.formregion h4 {
  color: #000;
  font-size: 20px;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  margin-top: 0;
}

button.btnotp {
  background: #054477;
  background-image: transparent;
  position: absolute;
  right: 0px;
  top: 3px;
  border: inherit;
  padding: 3px 8px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-size: 14px;
}

.formregion .form-control {
  background: #fff none repeat scroll 0 0;
  border-radius: 0px;
  box-shadow: none;
  color: #abb0b5;
  font-size: 14px;
  border: none;
  height: 38px;
  margin-bottom: 5px;
  padding-left: 10px;
  letter-spacing: 0.6px;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #ccc;
}

.formregion .form-group {
  margin-bottom: 15px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.formregion input[type=submit] {
  background-color: #e85222;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  padding: 8px 15px;
  border-radius: 3px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
}

section {
  padding: 40px 0;
}



section h1 {
  font-size: 30px;
  color: #000;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  margin-top: 0px;
  padding-bottom: 0px;
}

section h2 {
  font-size: 26px;
  color: #000;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  margin-top: 0px;
}

.baner-region h3 a {
  color: #116db7;
  text-decoration: underline;
}

.baner-region h3 {
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  margin-top: 0px;
}

a.outline-links {
  padding: 2px 20px;
  border: 2px solid #811d3f;
  display: inline-block;
  border-radius: 50px;
  color: #000;
  margin-bottom: 10px;
}

a.outline-links:hover {
  background: #9d254d;
  color: #fff;
  border: 2px solid #9d254d;
  text-decoration: none;
}

.btn-click {
  color: #000;
  display: block;
  font-size: 15px;
  padding: 11px 15px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  line-height: 22px;
  background-color: #ebf7ff;
  box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
  cursor: pointer;
  margin-bottom: 20px;
}

.btn-click h4 {
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px 0;
}


.btn-click h4 i {
  position: absolute;
  right: 25px !important;
  /* top: 0; */
}

.btn-click h4 .fa-angle-up {
  display: none;
}

.btn-click h4.arrowup .fa-angle-down {
  display: none;
}

.btn-click h4.arrowup .fa-angle-up {
  display: inline-block;
}

.slide-program {
  display: block;
  margin-top: 10px;
  border-top: 1px #bbb solid;
  padding-top: 10px;
}

.slide-program a {
  color: #000;
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
  padding: 4px 15px;
  font-weight: normal !important;
}

.accordion-section {
  position: inherit !important;
}

.navgiaonpage {
  z-index: 9 !important;
  top: 10px !important;
}

section h3 {
  font-size: 22px;
  color: #000000;
  text-transform: none;
  font-weight: 600;
  margin-top: 20px;
}

section h5 {
  font-size: 17px;
  color: #1d274e;
  text-transform: none;
  font-weight: 600;
  margin-top: 20px;
}

.ms ul {
  list-style: outside none none;
  margin: 0 0 0px 0;
  padding: 0;
  letter-spacing: 0.6px;
}

.ms ul li {
  list-style: outside none none;
  margin: 0;
  padding: 3px 0 3px 25px;
  position: relative;
  text-align: left;
  color: #333;
}

.ms ul li::before {
  color: #054477;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  font-weight: 400;
}

.ms ul li ul li {
  list-style: outside none none;
  margin: 0;
  padding: 3px 0 3px 15px;
  position: relative;
  text-align: left;
  color: #333;
}

.ms ul li ul li::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 11px;
  font-weight: 400;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #054477;
}

.sub-heading {
  margin-bottom: 15px;
  position: relative;
}


.sub-nav-region {
  background-color: #054477;
  border-top: medium none;
  padding: inherit;
  letter-spacing: 0.3px;
}

.quotess {
  /*  border-left: 3px solid #e2e2e2;
    padding-left: 20px;*/
  margin: 30px 0;
}

.accordion-section .panel-default {
  border: 0;
  background: transparent;
  padding: 5px !important;
  position: relative;
}

.accordion-section .panel-heading {
  border: 0;
  background: none;

}

.accordion-section .panel-default>.panel-heading,
.panel-default {
  border: 0;
  background: transparent;
  padding: 7px;
}

.accordion-section .panel-default .panel-title a,
.accordion-section a.accordion-section-title {
  display: block;

}

.accordion-section .panel-default .panel-title a::after,
.accordion-section a.accordion-section-title:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 22px;
  content: "\f106";
  color: #e85222;
  position: absolute;
  right: 10px;
}

.accordion-section a.accordion-section-title:after {
  right: 30px;
  content: "\f107";
}

.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}

.accordion-section a.accordion-section-title.active:after {
  content: "\f106";
}

.accordion-section .panel-default .panel-body {
  font-size: 15px;
  color: #222;
}

.accordion-section h5 {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #CDD5E3;
}

.product-grids a {
  color: #000;
  display: block;
  font-size: 15px;
  padding: 6px 12px;
  width: 100%;
  background-color: transparent;
  border-radius: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #811d3f;
}

.product-grids a:hover {
  background: #811d3f;
  color: #fff;
  text-decoration: none;
}

table tr:first-child {
  background: #e6f1ff !important;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

table p {
  margin-bottom: 0px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 0px;
  /* vertical-align: middle; */
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

table td {
  padding: 17px 15px !important;
}

.table-bordered {
  border: 0px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f0f8fd;
}

table {
  background-color: #fafbfd;
}

.butns .btn {
  background-color: #ff5b3a;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0px 20px;
  text-align: center;
  border-radius: 2px;
  width: auto;
  line-height: 38px;
}

.two-part {
  box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.skhty {
  box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  min-height: 456px;
}

.grey-bg {
  background-color: #f7fbff;
}

.thrd-part {
  position: relative;
}

.mt-20 {
  margin-top: 20px !important;
}

.service-item {
  background-color: #fefefe;
  margin: 0 auto 30px auto;
  min-height: 320px;
  padding: 15px;
  transition: .5s ease;
  text-align: center;
  position: relative;
  -moz-box-shadow: 0 0 11px 0px rgba(167, 157, 157, 0.2);
  -webkit-box-shadow: 0 0 11px 0px rgba(167, 157, 157, 0.2);
  box-shadow: 0 0 11px 0px rgba(167, 157, 157, 0.2);
}

.second-region .service-item {
  min-height: 250px;
}

.service-item img {
  max-height: 100px;
  margin-bottom: 20px;
}

.service-item h3 {
  color: #1d274e;
  font-size: 17px;
  font-weight: 600;
  margin-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.service-item p:last-child {
  margin-bottom: 0px;
}


.work-process-box {
  border: 2px dashed #cccccc;
  text-align: center;
  min-height: 300px;
  margin-bottom: 30px;
}

.work-process-box .process-content {
  padding: 15px;
  position: relative;
}

.work-process-box .process-content .item-number {
  text-align: center;
  display: inline-block;
}

.work-process-box h5 {
  font-weight: bold;
  color: #333;
}

.btnsamecont {
  background-color: #ff692e;
  color: #fff !important;
  padding: 8px 16px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.box-top p {
  min-height: 320px;
}

.quizcontest {
  display: block;
  border: 1px solid #eee;
  box-shadow: 0 10px 9px 0 rgba(54, 56, 110, .15);
  background-color: #fff;
}

.morelinks .headingfold {
  margin-bottom: 0;
}

.quizcontest .headingfold {
  display: block;
  padding: 10px 15px;
  background-color: #8e74b3;
  color: #fff;
  margin-bottom: 7px;
  position: relative;
}

.quizcontest .headingfold h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .6px;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;

}

.morelinks ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.morelinks ul a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 7px 2px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.morelinks ul li:last-child a {
  border-bottom: 0;
}

.reslt-region {
  text-align: center;
  font-size: 15px;
  overflow: hidden;
  background: #f5f5f5;
}

section.reslt-region h2.sub-heading:before {
  content: none;
  display: none;
}

.features {
  position: relative;
}

.features .feature-grids .grid {
  padding: 20px 10px 20px 80px;
  box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
  position: relative;
  text-align: left;
  background: #fff;
  border: 1px solid #d7c3f5;
}

.features .icon {
  position: absolute;
  left: 16px;
}

.features .icon img {
  max-width: 50px;
}

.features .count {
  font-size: 25px;
  font-weight: 700;
  color: #ef6364;
  font-family: 'Oswald', sans-serif;
}

.features p {
  font-size: 15px;
  margin-bottom: 0px;
  color: #555;
  letter-spacing: 0.6px;
}

/* Thank you page */
.thanlkyou {
  background-color: #6b2ace;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
}

.thanlkyou img {}

.thanlkyou h2 {
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.6px;
  font-size: 32px;
}

.thanlkyou p {
  color: #fff;
  letter-spacing: 0.6px;
  font-size: 15px;
}

.thanlkyou p span {
  position: relative;
}

.thanlkyou p span strong {
  position: relative;
  z-index: 2;
}

.thanlkyou p span:after {
  position: absolute;
  bottom: 4px;
  width: 100%;
  left: 0;
  height: 5px;
  background: #fbd1c2;
  content: '';
  z-index: 1;
  opacity: .3;
}

.contfldthh {
  margin-top: -46px;
}

.boxesiner {
  padding: 15px;
  border: 1px solid rgba(171, 171, 171, .4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
  margin-bottom: 20px;
  border-radius: 15px;
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
}

.changes {
  position: fixed !important;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 999999 !important;
  top: 0px;
  left: 0;

  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
}

#back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  font-size: 24px;
  border-radius: 50%;
  line-height: 40px;
  z-index: 999999;
  display: none;
  color: #000;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgb(54 54 54 / 20%);
  background: #ffffff;
}

#back-to-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 35%;
  left: 29%;
  background: #b1a9a9;
  width: 15px;
  height: 1px;
}

.table-content {
  background: #dce8ef;
  padding: 15px 0;
}

ul.cards {
  margin-bottom: 0;
}

.cards {
  display: grid;
  grid-auto-columns: max-content;
  grid-column-gap: 10px;
  grid-auto-flow: column;
  padding: 0px 0px 10px;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgb(233 126 87) #fff;
}

.card {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  transition: all 0.2s;
  border: none;
}




.card .card-link-wrapper {
  margin-top: auto;
}

.card .card-link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 6px 15px;
  border-radius: 5px;
  transition: background 0.2s;
  font-size: 16px;
  text-align: center;
  background: #fff;
}

.cards::-webkit-scrollbar {
  height: 12px;
}

.cards::-webkit-scrollbar-thumb,
.cards::-webkit-scrollbar-track {
  border-radius: 92px;
}

.cards::-webkit-scrollbar-thumb {
  background: var(--darkorange);
}

.cards::-webkit-scrollbar-track {
  background: var(--thumb);
}


#head.fixedheader {
  position: inherit;
  left: 0;
  width: 100%;
  top: 0;
}

@media (min-width: 500px) {
  .cards {
    grid-auto-columns: calc(50% - 10px);
    grid-column-gap: 20px;
  }

}

@media (min-width: 700px) {
  .cards {
    grid-auto-columns: calc(calc(100% / 3) - 20px);
    grid-column-gap: 30px;
  }

}

@media (min-width: 1100px) {
  .cards {
    grid-auto-columns: max-content;
    grid-column-gap: 10px;
  }
}




@media only screen and (max-width: 767px) {

  section h1 {
    font-size: 24px;
  }

  section h2.sub-heading {
    font-size: 20px;
  }

  .date_stamp p {
    font-size: 11px;
  }

  .baner-region h3 {
    font-size: 17px;
  }

  section h3 {
    font-size: 18px;
  }

  .pg-block .col-md-4:last-child .service-item {
    margin-bottom: 0;
  }

  .service-item {
    min-height: inherit !important;
  }

  .eight-parts .col-md-3:nth-child(1)~* {
    margin-bottom: 15px;
  }

  .table-content {
    padding: 15px 0;
  }

  .card .card-link {
    padding: 6px 6px;
    font-size: 13px;
  }

  #back-to-top {

    bottom: 46px;
    right: 45%;
    font-size: 24px;
    color: #000;

  }

  .table-outer {
    margin-bottom: 20px;
  }

  .slide-program {
    display: none;
  }

  .navgiaonpage {
    top: 0px !important;
    width: 100% !important;
    left: 0 !important;
  }

  .btn-click {
    padding: 8px 15px;
    margin-bottom: 0px;
  }

  .table-responsive>.table>tbody>tr>td{
    white-space: inherit;
  }

}