@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");

@font-face {
  font-family: yekan;
  src: url(../webfonts/yekan.ttf) format('truetype'),
  url(../webfonts/yekan.woff) format('woff'),
  url(../webfonts/yekan.woff2) format('woff2'),
  url(../webfonts/yekan.eot) format('embedded-opentype');
}

@font-face {
  font-family: lotus;
  src: url(../webfonts/lotus.ttf) format('truetype'),
  url(../webfonts/lotus.woff) format("woff"),
  url(../webfonts/lotus.woff2) format("woff2"),
  url(../webfonts/lotus.eot) format("embedded-opentype");
}

@font-face {
  font-family: titr;
  src: url(../webfonts/titr.ttf) format('truetype'),
  url(../webfonts/titr.woff) format('woff'),
  url(../webfonts/titr.woff2) format('woff2'),
  url(../webfonts/titr.eot) format('embedded-opentype');
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'yekan', sans-serif;
  color: #040000;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  margin-bottom: 25px;
  text-align: right;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: 'titr', sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'titr', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
.hero_area {
  position: relative;
  background: url("../images/hdbg-f4.png") no-repeat;
  background-size: cover;
  background-color: #ebffff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 5px 0;
  background: linear-gradient(225deg, rgba(20,30,48,1) 0%, rgba(36,59,85,1) 100%);
}

.header_mid {
  padding: 2px;
}

.header_mid .inside-container {
  text-align: center;
  margin: 3px;
}

.header_mid .inside-container a {
  padding: 7px;
  border-radius: 10px;
  background-color: #e9f3ff;
  font-size: 15px;
  border: 1px solid #81b0e4;
}

.header_mid .inside-container a img {
  margin-inline-start: 5px;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #1ce7e0;
}

.header_section .header_bottom {
  padding: 10px 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
}

.navbar-brand span {
  color: #0355cc;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  /*margin-right: auto;*/
  /*padding-left: 40px;*/
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 10px 20px;
  color: #323232;
  text-align: center;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0355cc;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #0355cc;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #1ce7e0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: bottom;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 90px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 18px;
  color: #0355cc;
}

.slider_section .detail-box p {
  color: #444;
  font-size: 15px;
}

.slider_section .detail-box a {
  font-family: 'titr', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #1ce7e0;
  border: 1px solid #1ce7e0;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #1ce7e0;
}

.slider_section .img-box img {
  width: 100%;
}

.feature_section {
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  border: 2px #e0c7ffdb solid;
  border-radius: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-align: -webkit-center;
  margin: 0 10px;
  padding: 30px 15px;
  background-color: #ffffff;
  color: #555089;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #726dae;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #726dae;
}

.feature_section .feature_container .box .name {
  font-weight: bold;
  font-size: 19px;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: 'titr', sans-serif;
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover, .feature_section .feature_container .box.active {
  background-color: #e2fffe;
  color: #ffffff;
  transform: scale(0.98);
}

.feature_section .feature_container .box:hover .img-box svg, .feature_section .feature_container .box.active .img-box svg {
  fill: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg path, .feature_section .feature_container .box.active .img-box svg path {
  fill: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 12px;
}

.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  font-family: 'titr', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 8px;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

.about_section .img-box img {
  width: 100%;
}

.professional_section {
  background-color: #d1e3ff;
}

.professional_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.professional_section .img-box img {
  width: 100%;
}

.professional_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #0355cc;
}

.professional_section .detail-box p {
  margin-top: 20px;
}

.professional_section .detail-box a {
  margin-top: 25px;
  display: inline-block;
  font-family: 'titr', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #1ce7e0;
  border: 1px solid #1ce7e0;
  border-radius: 2px;
  color: #ffffff;
}

.professional_section .detail-box a:hover {
  background-color: transparent;
  color: #1ce7e0;
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #1ce7e0;
  color: #ffffff;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  font-family: 'titr', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

.client_section{
  padding-top: 4vh;
  padding-bottom: 25vh;
  background: url("../images/hdbg-f3.png") no-repeat;
  background-size: cover;
}

.client_section .heading_container {
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .box {
  background: #fff;
  border-radius: 8px;
  margin: 12px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  /*width: 125px;*/
  /*min-width: 125px;*/
  /*margin-right: 15px;*/
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 5px;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbaf5d;
}

.client_section .box .client_text {
  text-align: right;
  margin-top: 12px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  margin: -26vh -40px 0;
  position: relative;
}

.client_section .owl-carousel .owl-nav button {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #d9d9d963;
  outline: none;
  margin: 0 20px;
  color: #484848;
}






.sponsor_section{
  padding-top: 4vh;
  /*padding-bottom: 25vh;*/
  background: #f3f3f3;
  background-size: cover;
}

.sponsor_section .heading_container {
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px #cccccc;
}

.sponsor_section .heading_container h2 {
  margin-bottom: 2px;
  align-self: center;
}

.sponsor_section .box {
  background: #fff;
  border-radius: 8px;
  margin: 12px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}

.sponsor_section .box .sponsor_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sponsor_section .box .sponsor_id .img-box {
  /*width: 125px;*/
  /*min-width: 125px;*/
  /*margin-right: 15px;*/
}

.sponsor_section .box .sponsor_id .img-box img {
  width: 100%;
  border-radius: 5px;
}

.sponsor_section .box .sponsor_id .sponsor_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25px;
}

.sponsor_section .box .sponsor_id .sponsor_detail .sponsor_info h6 {
  margin-bottom: 0;
}

.sponsor_section .box .sponsor_id .sponsor_detail .sponsor_info i {
  color: #fbaf5d;
}

.sponsor_section .box .sponsor_text {
  text-align: right;
  margin-top: 12px;
}

.sponsor_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: -26vh -40px 0;
  position: relative;
}

.sponsor_section .owl-carousel .owl-nav button {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #d9d9d963;
  outline: none;
  margin: 0 20px;
  color: #484848;
}

.heading_container {
  margin-bottom: 20px;
}

.contact_section input {
  border-radius: 8px;
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-right: 20px;
  background-color: #ffffff;
  outline: none;
  color: #222222;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 135px;
}

.contact_section button {
  border: none;
  display: inline-block;
  font-family: 'titr', sans-serif;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 8px;
  color: #ffffff;
  width: -webkit-fill-available;
  /*margin-top: 15px;*/
}

.contact_section button:hover {
  background-color: transparent;
  color: #0355cc;
}

.contact_section .map_container {
  height: 360px;
}

.contact_section .map_container .map {
  height: 100%;
}

.info_section {
  padding: 75px 0;
  background-color: #0a0f43;
  text-align: center;
  color: #fff;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.info_section .social-box .box {
  border-radius: 6px;
  background-color: #ffffff;
  padding: 5px 15px;
}

.info_section a {
  margin: 0 5px;
  color: #0355cc;
}

.info_section a i {
  margin-top: 5px;
  font-size: 20px;
}

.info_section a:hover {
  color: #1ce7e0;
}

.info_items a {
  position: relative;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  background-color: #0355cc;
  color: #ffffff;
}

.info_items .item .img-box i {
  font-size: 24px;
}

.info_items .item p {
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
  background-color: #0a0f43;
}

.info_items .item:hover .img-box {
  background-color: #1ce7e0;
}

.info_items {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 65px;
  width: 75%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* footer section*/
.footer_section {
  background-color: #0a0f43;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  border-top: 0.8px solid #ffffff;
}

.footer_section a {
  color: #99ffed;
}

/* end footer section*/

.client_section h2{
  color: #464646;
}

.client_section .client_text h2{
  font-size: 16px;
  font-weight: bold;
  color: #194f6c;
  margin-inline-start: 3px;
  min-height: 42px;
}

.client_section .client_text p{
  font-size: 13px;
  color: #5b5b5b;
  margin-left: 3px;
  margin-right: 3px;
}

.cs-posts-items-h2{
  font-size: 26px;
}

.profiles_section .heading_container, .tests_section .heading_container{
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px #cccccc;
}
.profiles_section .heading_container h2, .tests_section .heading_container h2{
  margin-bottom: 2px;
  align-self: center;
}

.tests_section .detail-box{
  padding-left: 12px;
  padding-right: 12px;
}

.tests_section .detail-box .test-item{
  transform: skewY(2deg);
  padding: 14px 0px;
  color: #323232;
  text-align: center;
  border-bottom: 1px solid #079aab;
  border-left: 1px solid #079aab;
  border-top: 3px solid #05ba73;
  border-right: 3px solid #05ba73;
  box-shadow: 4px 5px 10px 0px #b5b5b5;
  background-color: #fffcf8;
  border-radius: 8px;
}
.tests_section .detail-box:last-of-type .test-item{
  transform: none;
  padding: 12px 0px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #147196;
  background-color: #1c83ac;
  border-radius: 8px;
}
.tests_section .detail-box .test-item:hover{
  color: #262626;
  background-color: #ffffff;
  border-radius: 6px;
  transform: scale(1.04) skewY(2deg);
  box-shadow: 6px 7px 8px 0px #b5b5b5;
}
.tests_section .detail-box:last-of-type .test-item:hover{
  transform: none;
  background-color: #257c9f;
}
.tests_section .detail-box h4{
  margin: 0;
  font-size: 1.1rem;
}

.tests_section .detail-box .last-item h4{
  color: #ffffff;
}

.tests_section button {
  border: none;
  display: inline-block;
  font-family: 'yekan', sans-serif;
  text-transform: uppercase;
  padding: 12px 0px;
  background-color: #1c83ac;
  border-radius: 8px;
  color: #ffffff;
  width: inherit;
  /*margin-top: 15px;*/
}

.tests_section input {
  border-radius: 8px;
  width: 100%;
  border: none;
  height: 48px;
  margin-bottom: 25px;
  padding-right: 20px;
  background-color: #ffffff;
  outline: none;
  color: #222222;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.tests_section select {
  border-radius: 8px;
  width: 100%;
  border: none;
  height: 48px;
  margin-bottom: 25px;
  padding-right: 20px;
  background-color: #ffffff;
  outline: none;
  color: #222222;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.cs-text-title{
  font-size: 1.5rem;
  color: #2d2d2d;
}

.box-test{
  margin-bottom: 1.4em;
  position: relative;
  padding: 17px;
  background-color: #f5f5f5;
  border: 1px solid #54a387;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  border-radius: 6px;
  -o-transition: all 500ms ease;
  box-shadow: 2px 2px 20px 0 #bababa;
}

.tests_section{
  background: url("../images/hdbg-f5.png") no-repeat;
  background-size: cover;
}
.profiles_section{
  background: url("../images/hdbg-f5.png") no-repeat;
  background-size: cover;
}

.testDetail .test-title-box{
  background-color: #defdff;
  border: 2px #fff2cf solid;
  color: #151515;
   -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;
  padding: 1rem;
  height: 100%;
}

.testDetail .test-cat-box{
  background-color: #e6feff;
  border: 2px #fff2cf solid;
  color: #151515;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 1rem;
  height: 100%;
}

.testDetail .test-des-box{
  background-color: #e6feff;
  border: 2px #fff2cf solid;
  color: #151515;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 1rem;
  height: 100%;
}

.testDetail strong{
  color: #2b2b2b;
  font-size: 94%;
}

@media (min-width: 760px) {

  .header_mid {
    width: 50%;
    margin-inline-start: 49%;
    margin-top: -40px;
  }

  .header_mid .inside-container:first-child {
    text-align: end;
    margin: 0;
  }

  .header_mid .inside-container {
    text-align: start;
    margin: 0;
  }

  .header_mid .inside-container a {
    font-size: 16px;
  }

  .header_section .header_top {
    width: 45%;
    transform: skewX(25deg);
    margin-inline-start: -10px;
    border-bottom-left-radius: 4px;
  }
  .header_section .contact_nav {
    transform: skewX(-25deg);
    justify-content: center;
    font-size: small;
  }
  .header_section .cs-hd-mail {
    margin-left: 20%;
  }
  .header_section .header_bottom{
    padding: 10px 0px 16px 0px;
  }
  .header_section .navbar-collapse{
    margin-top: -25px;
    justify-content: center;
  }
  .header_section .nav-item{
    border: 2px solid #e0c7ffdb;
    background: #fff;
    border-radius: 8px;
    box-shadow: -4px 4px 10px #e1e1e1;
    margin: 5px;
    font-weight: bold;
    align-self: center;
  }
  .header_section .active{
    background: #e0faff;
  }
  .header_section .nav-item:hover{
    background: #e0faff;
    transform: scale(1.05);
  }
  .header_section .navbar-brand{
    width: 47%;
    text-align: start;
    padding-inline-start: 3vw;
  }
  .header_section .navbar-brand img{
    height: 65px;
    width: 70px;
  }
  .header_section .navbar-brand .cs-logo-div{
    line-height: 30px;
    padding-top: 3px;
  }
  .header_section .navbar-brand .cs-logo-ttl{
    font-size: 17px;
  }
  .header_section .navbar-brand .cs-logo-des{
    font-size: 14px;
  }
  .cs-hd-text-btn{
    display: inline-block;
  }
  .slider_section .img-box{
    margin-top: 30px;
    margin-bottom: 145px;
  }
}

@media (max-width: 760px) {

  .header_section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    width: 96%;
  }

  .header_section .nav-item{
    background: #ffffff40;
    border-bottom: 1px solid #bde3db;
    border-top: 1px solid #bde3db;
  }

  .custom_nav-container .navbar-nav {
    /*margin-right: auto;*/
    padding-left: 40px;
  }

  .header_section .contact_nav {
    justify-content: space-between;
  }
  .header_section .navbar-brand img{
    height: 55px;
    width: 60px;
  }
  .header_section .navbar-brand .cs-logo-div{
    line-height: 25px;
  }
  .header_section .navbar-brand .cs-logo-ttl{
    font-size: 11px;
  }
  .header_section .navbar-brand .cs-logo-des{
    font-size: 9px;
  }

  .cs-hd-text-btn{
    display: none;
  }

  .slider_section .img-box{
    margin-bottom: 25px;
  }

  .slider_section .detail-box h1{
    text-align: center;
  }

  .header_section .cs-hd-mail {
    font-size: 0.7rem;
  }

  .header_section .cs-hd-phone {
    font-size: 0.8rem;
  }

  .about_section{
    padding-top: 20px;
  }

  .about_section .detail-box a {
    display: none;
  }

  .contact_section .heading_container h2{
    align-self: center;
  }

}


/*# sourceMappingURL=style.css.map */