@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;600&family=Titillium+Web:wght@600;700&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Mukta', sans-serif !important;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Titillium Web', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
}
body a:focus {
  text-decoration: none;
  outline: none !important;
}
.float_btn a {

  padding: 10px 25px;
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  color: #fff;
  border-radius: 15px 15px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  transition: 0.4s;
}
.float_btn {
  position: fixed;
  right: 120px;
  bottom: 0;
  z-index: 999999;
}
.float_btn a:hover {
  text-decoration: none;
  background: rgb(18, 46, 170);
  background: linear-gradient(270deg, rgba(18, 46, 170, 1) 0%, rgba(11, 26, 94, 1) 100%);
}
.float_btn a img {
	width: 30px;
}
.float_btn ul {
	display: flex;
	margin: 0;
}
.float_btn ul li {
	display: inline-block;
	margin-left: 10px;
}
.animate.app_link {
  -webkit-animation: fadebtn 1.5s;
  -moz-animation: fadebtn 1.5s;
  -o-animation: fadebtn 1.5s;
	position: relative;
 animation: fadebtn 1.5s;
}
.animate.feed_link {
  -webkit-animation: fadebtn 2s;
  -moz-animation: fadebtn 2s;
  -o-animation: fadebtn 2s;
	position: relative;
 animation: fadebtn 2.5s;
}

.animate.test_link {
  -webkit-animation: fadebtn 2.5s;
  -moz-animation: fadebtn 2.5s;
  -o-animation: fadebtn 2.5s;
	position: relative;
 animation: fadebtn 2.5s;
}


@-webkit-keyframes fadebtn {
  0% {
    opacity: 0;
	bottom: -50px;
  }
  
  100% {
    opacity: 1;
	  bottom: 0;
  }
}

@-moz-keyframes fadebtn {
  0% {
    opacity: 0;
	bottom: -50px;
  }
  
  100% {
    opacity: 1;
	  bottom: 0;
  }
}

@-o-keyframes fadebtn {
  0% {
    opacity: 0;
	bottom: -50px;
  }
  
  100% {
    opacity: 1;
	  bottom: 0;
  }
}
@keyframes fadebtn {
  0% {
    opacity: 0;
	bottom: -50px;
  }
  
  100% {
    opacity: 1;
	  bottom: 0;
  }
}
/****** Slider CSS ********/
#carousel .carousel-item.boat {
  background-image: url("../images/start-online-test.jpg");
}
#carousel .carousel-item.sea {
  background-image: url("../images/online-test.jpg");
}
#carousel .carousel-item.river {
  background-image: url("../images/video-support.jpg");
}
#carousel .carousel-item {
  height: 100vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}
#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  color: #171717;
  animation-duration: 1s;
  animation-delay: 2s;
  border-radius: 0 20px 20px 0;
  border-left: 4px solid #f65900;
}
#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}
#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}
/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}
.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  filter: invert(100%);
}
/****** Slider CSS ********/
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 6px 20px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #carousel .caption h2 {
    font-size: 20px;
  }
  #carousel .caption p {
    font-size: 14px;
  }
  #carousel .carousel-item .caption {
    padding: 35px 20px;
  }
  #carousel .carousel-item {
    height: 60vh;
  }
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 155px auto 0;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px 20px 0 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #fe8a393b 0%, #fd383805 74%);
  border-radius: 20px 20px 0 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px 20px 0 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
@media only screen and (max-width:575px) {
  body .blogheader .meta.group p {
    margin: 0;
    font-size: 9px;
  }
  .float_btn a {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.image-wrap img {
  width: 100%
}
.single-blog {
  margin: 50px 0;
}
.single-blog .post-title {
  font-size: 38px;
  color: #fd6001;
  margin-top: 20px;
}
.icon-bg i {
  color: #fff !important;
}
.icon-bg {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 5px 4px 2px 7px;
  color: #fff;
  border-radius: 50% 50% 3px;
  font-size: 16px;
  margin-right: 10px;
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  line-height: 1.5;
}
.single-blog .questiontextq strong {
  color: #fd6001;
}
.questiontext {
  margin-bottom: 2px;
}
.blog_qus .questionheading h3 {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
}
.single-blog .questionheading {
  margin-top: 25px;
  padding: 0 0 4px 0;
  border-radius: 0 0 0 10px;
}
.single-blog h2 {
  font-size: 30px;
}
.single-blog h3 {
  font-size: 24px;
}
.single-blog h4 {
  font-size: 22px;
}
.single-blog h5 {
  font-size: 20px;
}
.single-blog h6 {
  font-size: 18px;
}
.blog_qus {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.single-blog ul, .single-blog ol {
  margin-left: 20px;
}
.single-blog ul li, .single-blog ol li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 10px;
}
.single-blog ul li::before {
  content: "\00BB";
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  color: #e05100;
}
.single-blog ol li::before {
  content: ""counter(my-awesome-counter) ".";
  font-size: 18px;
  top: 5px;
  position: absolute;
  left: 0;
  line-height: 20px;
  color: #e05100;
  font-weight: 600;
}
.single-blog ol li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
  counter-increment: my-awesome-counter;
}
.conlusion-box {
  background-color: #f7f7f7;
  padding: 25px 25px 25px 30px;
  border-left: 4px solid #0c1127;
}
.conlusion-box p {
  margin-bottom: 0;
}
.buttons-sidebar .blog_btn {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  padding: 10px;
  color: #000;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fd6001;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.buttons-sidebar {
  background: rgb(1, 54, 253);
  background: linear-gradient(34deg, rgba(1, 54, 253, 1) 0%, rgba(0, 186, 242, 1) 100%);
  padding: 45px 20px 30px;
}
.recent-posts, .recent-comments, .last-tweets {
  background-color: #f9f9f9;
  padding: 20px;
  display: inline-block;
  margin-top: 50px;
  border: 1px solid #efefef;
  width: 100%;
}
.sidebar.group h3 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.sidebar.group h3 a {
  color: #0b1a5e;
}
.text {
  width: 60%;
}
.thumb-img {
  width: 35%;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.thumb-img:hover img {
  transform: scale(1.1);
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.thumb-img img {
  width: 115px;
  border-radius: 50%;
  height: 115px;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #efefef;
}
.recent-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
}
.text p {
  font-size: 14px;
  line-break: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text .title {
  font-size: 18px;
  color: #fd6001;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.text .title:hover {
  text-decoration: none;
  color: #0b1a5e;
}
.text p {
  font-size: 14px;
  line-break: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
}
.read-more {
  color: #0b1a5e;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1.8;
}
.read-more:hover {
  color: #fd6001;
  text-decoration: none;
  outline: none;
}
.socials {
  width: 100%;
  display: inline-block;
  margin: 30px 0;
}
.socials .socials-small, .social-foot li a {
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  float: left;
  justify-content: center;
  align-items: center;
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  border-radius: 50% 50% 3px;
  margin-right: 19px;
  color: #fff;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.socials .socials-small:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: rgb(11, 26, 94);
  background: linear-gradient(34deg, rgba(11, 26, 94, 1) 0%, rgba(11, 36, 149, 1) 100%);
}
.social-foot li a:hover {
  transform: scale(1.1);
  color: #fff;
}
.past_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meta.group {
  display: flex;
}
.meta.group p {
  margin-right: 25px;
  font-size: 15px;
}
.tags {
  font-size: 16px;
}
.past_meta a {
  color: #0b1a5e;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.past_meta a:hover {
  text-decoration: none;
  color: #fd6001;
}
/* Please ❤ this if you like it! */
/* #Primary
================================================== */
body {
  background-image: url('../images/pat-back.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: 7%;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 200ms linear;
}
::selection {
  color: #fff;
  background-color: #fd6001;
}
::-moz-selection {
  color: #fff;
  background-color: #fd6001;
}
/* #Navigation
================================================== */
header {
  display: inline-block;
  min-height: 72px;
  width: 100%;
}
.navbar-light .navbar-brand {
  float: none;
  height: auto;
  padding: .3125rem 0;
}
.navbar.navbar-expand-md.navbar-light {
  margin-bottom: 0;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar {
  padding: 0;
}
.navbar-brand img {
  height: 35px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 19px;
  background-image: none;
  position: relative;
  border-bottom: 3px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 3px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  color: #fd6001 !important;
}
.nav-item.active .nav-link {
  color: #fd6001 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fd6001;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
/* #Primary style
================================================== */
.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-item {
  padding: 8px 12px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Mukta', sans-serif;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: rgb(253, 96, 1);
}
/* #Link to page
================================================== */
.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  transition: all 250ms linear;
}
/****** Selct Page ******/
.select_pagef .inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
  width: 45%;
  border-radius: 12px 12px 0px 12px;
}
.select_pagef .inputGroup label {
  padding: 12px 55px 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 12px 12px 0px 12px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.select_pagef .inputGroup label::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
  background: rgb(1, 54, 253);
  background: linear-gradient(34deg, rgba(1, 54, 253, 1) 0%, rgba(0, 186, 242, 1) 100%);
}
.select_pagef .inputGroup label::after {
  width: 25px;
  height: 25px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("../images/checkmark-png.png");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.select_pagef .inputGroup input:checked ~ label {
  color: #fff;
}
.select_pagef .inputGroup input:checked ~ label::before {
  transform: translate(-50%, -50%) scale3d(100, 56, 1);
  opacity: 1;
}
.select_pagef .inputGroup input:checked ~ label::after {
  background-color: #fd6001;
  border-color: #fd6001;
}
.select_pagef .inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.form.select_pagef {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.question.input {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 15px 15px 0 15px;
}
.select_test_cnt {
  margin-top: 50px;
}
.slct_img img {
  width: 100%;
}
.slct-h, .apptest_h {
  font-size: 38px;
  color: #fd6001;
  margin-bottom: 20px;
}
.desc {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
  counter-increment: my-awesome-counter;
}
ol.list-sltpg li::before {
  content: ""counter(my-awesome-counter) ".";
  font-size: 18px;
  top: 5px;
  position: absolute;
  left: 0;
  line-height: 20px;
  color: #e05100;
  font-weight: 600;
}
.select-opts {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.globel_btn {
  display: inline-block;
  padding: 12px 40px;
  /* background: rgb(200, 72, 0); */
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  color: #fff;
  border-radius: 10px 10px 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 0 !important;
  box-shadow: none;
  text-align: center;
}
.globel_btn:hover {
  text-decoration: none;
  color: #fff;
  background: rgb(18, 46, 170);
  background: linear-gradient(270deg, rgba(18, 46, 170, 1) 0%, rgba(11, 26, 94, 1) 100%);
  border: 0 !important;
  box-shadow: none;
}
body .globel_btn:focus {
  border: 0 !important;
  box-shadow: none;
}
.inner-header-testpage {
  padding: 100px 0;
  background-image: url("../images/qus-bg.jpg");
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
}
.question {
  background-color: #f7f7f7db;
  padding: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 20px;
  margin-bottom: 35px;
}
.questionheading {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #efefef;
}
.questionheading .qus-cnt {
  font-size: 18px;
}
.questionheading a {
  color: #f00;
  font-size: 14px;
}
.questionheading a:hover, .questionheading a:focus {
  outline: none;
  text-decoration: none;
}
.incorrect_btn span {
  color: #e91e63;
  font-family: monospace;
  font-family: 'Mukta', sans-serif !important;
}
.incorrect_btn span::after {
  text-align: center;
  white-space: normal;
}
.incorrect_btn span:focus {
  outline: none;
}
/*== start of code for tooltips ==*/
.incorrect_btn .tool {
  cursor: help;
  position: relative;
}
/*== common styles for both parts of tool tip ==*/
.incorrect_btn .tool::before, .incorrect_btn .tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.incorrect_btn .tool:hover::before, .incorrect_btn .tool:focus::before, .incorrect_btn .tool:hover::after, .incorrect_btn .tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}
/*== pointer tip ==*/
.incorrect_btn .tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #EC5500 transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
  transform: scale(.6) translateY(-90%);
}
.incorrect_btn .tool:hover::before, .incorrect_btn .tool:focus::before {
  transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}
/*== speech bubble ==*/
.incorrect_btn .tool::after {
  border-radius: 10px;
  bottom: 160%;
  color: #fff;
  content: attr(data-tip);
  margin-left: -12em;
  padding: 1em;
  transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
  transform: scale(.6) translateY(50%);
  width: 15.5em;
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
}
.incorrect_btn .tool img {
  max-width: 20px;
}
.incorrect_btn .tool img:hover {
  transform: scale(1.1);
}
.form.select_pagef.apptest label span {
  font-weight: 700;
  margin-right: 10px;
  color: #b0b0b0;
}
.select_pagef .inputGroup input:checked ~ label span {
  color: #fff;
}
.incorrect_btn .tool:hover {
  cursor: pointer;
}
.incorrect_btn .tool:hover::after, .incorrect_btn .tool:focus::after {
  transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}
@media (max-width: 760px) {
  .incorrect_btn .tool::after {
    font-size: .75em;
    margin-left: -8em;
    width: 10em;
  }
}
.questiontxt strong {
  font-size: 22px;
  color: #fd6001;
}
.action-div-bottom {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.action-div-bottom .pull-right {
  float: right;
}
.form.select_pagef.apptest .radio.questiontext.inputGroup {
  width: 100%;
}
.form.select_pagef.apptest {
  max-width: 90%;
}
.dropdown-toggle::after {
  vertical-align: 0.150em;
}
/********* Footer CSS ********/
.foot {
  width: 100%;
  display: inline-block;
  background-image: url("../img/footer-bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  color: #fff;
  font-size: 16px;
}
.foot a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.foot a:hover {
  color: #fd6001;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer_about img {
  max-width: 170px;
  display: block;
  margin-bottom: 10px;
}
.mail_foot {
  margin-right: 8px;
}
.footer_about p {
  margin: 20px 0;
}
.social-foot {
  display: flex;
  margin-bottom: 0;
  margin-left: 10px;
}
.footer_about strong {
  margin-bottom: 5px;
  display: inline-block;
}
.foot h4 {
  color: #fd6001;
  margin-bottom: 15px;
  font-size: 22px;
}
.blog-menu li, .foot-menu li {
  margin-bottom: 8px;
}
.foot-menu li a, .blog-menu li a, .read-more {
  position: relative;
}
.foot-menu li a::before, .blog-menu li a::before, .read-more::before {
  content: "\f101";
  font-weight: 900;
  position: absolute;
  top: -3px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  font-family: "Font Awesome 5 Free";
  color: #fd6001;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 19px;
}
.foot .foot-menu li a:hover::before, .foot .blog-menu li a:hover::before, .read-more:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.foot-menu li a:hover, .blog-menu li a:hover, .read-more:hover {
  padding-left: 20px;
}
.container.right-txt {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.foot_social {
  display: flex;
  align-items: center;
}
.container.right-txt p {
  margin-bottom: 0;
}
.copyright {
  width: 100%;
  display: inline-block;
  padding: 20px 0 30px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
ul li a.mail_foot {
  color: #fd6001;
}
.nav-link.login_btn {
  display: inline-block;
  padding: 5px 25px !important;
  /* background: rgb(200, 72, 0); */
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  color: #fff !important;
  border-radius: 10px 10px 0 10px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.nav-link.login_btn:hover {
  text-decoration: none;
  color: #fff !important;
  background: rgb(18, 46, 170);
  background: linear-gradient(270deg, rgba(18, 46, 170, 1) 0%, rgba(11, 26, 94, 1) 100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nav-item.login-nv:hover::after {
  display: none;
}
.blog-menu li {
  line-break: unset;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/********* Footer CSS End ********/
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
  }
}
.form-control {
  line-height: 1;
  font-size: 16px;
}
.post.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;
}
.post .post-thumb {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {

  .single-blog h2 {
    font-size: 26px;
  }
  .single-blog h3 {
    font-size: 22px;
  }
  .single-blog h4 {
    font-size: 20px;
  }
  .single-blog h5 {
    font-size: 18px;
  }
  .single-blog h6 {
    font-size: 16px;
  }
  .single-blog .image-wrap iframe {
    height: 270px;
  }
  .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal-content {
    height: auto;
    min-height: 100%;
  }
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
}
.modal-content {
  border-radius: 15px 15px 0 15px;
}
.modal-header {
  background-color: #f7f7f7;
  padding-bottom: 50px;
  position: relative;
  border-radius: 15px 15px 0 0;
}
.modal-header h4 {
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #fd6001;
}
.modal-body {
  padding: 25px;
  margin: -35px 35px 35px 35px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 15px 15px 0 15px;
  line-height: 1;
}
.modal-header .close {
  color: #fd6001;
  font-size: 35px;
  position: absolute;
  right: 0;
  padding: 0;
  top: 0;
  background-color: #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #0b1a5e;
  text-decoration: none;
  opacity: 1;
}
#frmSignin input, #frmRegistration input {
  border-radius: 10px 10px 0 10px;
  min-height: 50px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#frmSignin label, #frmRegistration label {
  font-size: 16px;
  margin-bottom: 6px;
}
#frmRegistration {
  margin-bottom: 10px;
}
.form_act {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.form_act a {
  color: #fd6001;
  font-size: 16px;
}
.new_userlink {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
#frmSignin input:focus, #frmRegistration inpu:focus {
  border-color: #fd6001;
}
.new_userlink a {
  margin-left: 5px;
  color: #fd6001;
  transition: 0.4s;
}
.new_userlink a:hover, .form_act a:hover, .form-group.form-check a:hover {
  color: #0b1a5e;
  transition: 0.4s;
  text-decoration: none;
}
.modal-footer .btn.btn-default {
  font-size: 15px;
  border-radius: 8px 8px 0 8px;
}
.modal {
  overflow-y: auto;
}
.form-group.form-check a {
  color: #fd6001;
}
.price_sec {
  display: flex;
  justify-content: space-between;
}
.price_sec .price {
  border: 1px solid #efefef;
  text-align: center;
  border-radius: 15px 15px 0 15px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.price_sec .price:hover {
  cursor: pointer;
  box-shadow: none;
  transition: 0.4s;
}
.price_sec .columns {
  width: 32%;
}
.price_sec .header {
  background-color: #fd6001;
  border-radius: 15px 15px 0 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 18px 0 25px 0;
  width: 100%;
}
.pricetxt strong {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 10px 10px 0 10px;
  font-size: 25px;
}
.plan_txt {
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
.pricetxt {
  width: 100%;
  margin-bottom: 30px;
}
.price_sec .globel_btnr, .video-content .globel_btnr {
  display: inline-block;
  padding: 12px 40px;
  background: rgb(18, 46, 170);
  background: linear-gradient(270deg, rgba(18, 46, 170, 1) 0%, rgba(11, 26, 94, 1) 100%);
  color: #fff;
  border-radius: 10px 10px 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 0 !important;
  box-shadow: none;
  text-align: center;
}
.price_sec .globel_btnr, .video-content .globel_btnr {
  padding: 10px 25px;
  font-size: 14px;
}
.price_sec .globel_btnr:hover, .video-content .globel_btnr:hover {
  text-decoration: none;
  color: #fff;
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  border: 0 !important;
  box-shadow: none;
}
body .price_sec .globel_btnr:focus, .video-content .globel_btnr:focus {
  border: 0 !important;
  box-shadow: none;
}
.price_sec .globel_btnr {
  width: 100%;
  margin-top: 12px;
  padding: 14px 0;
}
.header-theme-color {
  color: #fd6001;
}
.table_design .incorrect_btn {
  float: right;
}
.table_design .incorrect_btn img {
  width: 22px;
}
.table_design .incorrect_btn .tool::after {
  padding: 12px;
  width: 15em;
  /* background: rgb(200, 72, 0); */
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  font-size: 14px;
}
.table_design {
  font-size: 16px;
}
.table_design .fas.fa-thumbs-down {
  color: #fd6001;
}
.table_design .fas.fa-thumbs-up {
  color: #008000;
}
.table_btns {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px 0;
}
.light_btn {
  display: inline-block;
  padding: 12px 40px;
  color: #171717;
  border-radius: 10px 10px 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  transition: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 0 !important;
  box-shadow: none;
  text-align: center;
  background-color: #efefef;
}
.btn.light_btn:hover {
  text-decoration: none;
  color: #fff;
  background: rgb(18, 46, 170);
  background: linear-gradient(270deg, rgba(18, 46, 170, 1) 0%, rgba(11, 26, 94, 1) 100%);
  border: 0 !important;
  box-shadow: none;
}
.table_design td {
  vertical-align: middle;
}
.dwn_papers {
  margin-bottom: 0 !important;
  padding-bottom: 25px;
}
/* Dashboard
================================================== */
.dsh_h {
  margin: 50px 0 30px;
  color: #fd6001;
}
.medels {
  width: 100%;
}
.medal-count {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}
.sig_medel, .score-board {
  position: relative;
  width: 33.333%;
}
.medal-img {
  text-align: center;
}
.mcard-content, .score-details {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
}
.sig_medel:nth-child(2n+1) {
  background-color: #efefef75;
  padding-bottom: 30px;
}
.score-board:nth-child(2n) {
  background-color: #efefef75;
  padding-bottom: 30px;
}
.sig_medel .widget-numbers, .sig_medel .widget-subheading {
  font-size: 22px;
  line-height: 1;
}
.medels, .scores, .winners, .meter-rank, .rankers, .video-sec, .dwn_papers, .sub_scores {
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px 15px 0 15px;
  margin-bottom: 50px;
}
.dash-header {
  border-radius: 15px 15px 0 0;
  background-color: #fd6001;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
}
.score_count {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scores .icon-wrapper {
  text-align: center;
  margin-top: 80px;
}
.scores .icon-wrapper i {
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 5px 4px 2px 7px;
  border-radius: 50% 50% 3px;
  font-size: 21px;
  margin-right: 10px;
  line-height: 1.5;
  color: #fff;
}
.scores .icon-wrapper i.fas.fa-concierge-bell {
  background: rgb(18, 46, 170);
  background: linear-gradient(270deg, rgba(18, 46, 170, 1) 0%, rgba(11, 26, 94, 1) 100%);
}
.scores .icon-wrapper i.fas.fa-star {
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
}
.scores .icon-wrapper .fas.fa-check {
  background: rgb(11, 196, 4);
  background: linear-gradient(90deg, rgb(9, 151, 4) 0%, rgb(3, 187, 5) 100%);
}
.score_count .widget-subheading {
  margin-top: 15px;
}
.widget-numbers {
  font-size: 24px;
  font-weight: 600;
}
.medels_details.all .medal-img img {
  max-height: 200px;
}
.medels_details.all .medal-count {
  bottom: 60px;
}
.medels_details.all .sig_medel .widget-numbers, .medels_details.all .sig_medel .widget-subheading {
  font-size: 18px;
  line-height: 1;
}
.rank-count {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  padding: 22px;
  background-color: #efefef;
  border-radius: 0 0 0px 15px;
}
#logo {
  display: inline-block;
  position: relative;
}
.speedometer {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 20px solid red;
  border-right-color: red;
  border-right-style: solid;
  border-right-width: 20px;
  border-bottom-color: red;
  border-bottom-style: solid;
  border-bottom-width: 20px;
  border-right: 20px solid white;
  border-bottom: 20px solid white;
  -webkit-transform: rotate(45deg);
  display: inline-block;
}
.needle {
  width: 5px;
  height: 80px;
  background: #999999;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  display: inline-block;
  left: 100px;
  position: absolute;
  top: 10px;
  -webkit-animation: move 3s;
  transform: rotate(30deg);
  transform-origin: bottom;
}
.dash-header-b i {
  top: 2px;
  position: relative;
  margin-right: 5px;
}
.winners-data table th, .scores-table table th {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 15px 20px;
  text-align: center;
}
.winners-data table td, .scores-table table td {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
}
.table-update {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #efefef;
  color: #fd6001;
  border-radius: 0 0 0 15px;
}
.winners-data table, .rankers-data table {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.score_meter {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 15px;
}
.score-card {
  border-radius: 0 0 0 15px;
}
#logo {
  display: inline-block;
  position: relative;
  margin: 15px auto 0;
}
.rankers-data table td {
  padding: 20px 15px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.dash-header-b {
  border-radius: 15px 15px 0 0;
  background-color: #fd6001;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  background: rgb(18, 46, 170);
  background: linear-gradient(270deg, rgba(18, 46, 170, 1) 0%, rgba(11, 26, 94, 1) 100%);
}
.video-content {
  width: 100%;
  display: flex;
  height: 81%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.video-sec {
  height: 100%;
  display: inline-block;
}
.paper-content {
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  display: inline-block;
  width: 100%;
}
.paper-content ul {
  margin: 28px 0;
}
.paper-content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.sub_scores {
  margin-top: 55px;
}
.scores-table table td .sub-header {
  text-align: left;
  padding-left: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.scores-table table td .sub-header i {
  margin-right: 7px;
  color: #fd6001;
}
.scores-table table th:first-child {
  text-align: left;
  padding-left: 35px;
}
.scores-table table .globel_btn {
  font-size: 14px;
  padding: 10px 20px;
}
.score_value {
  font-size: 24px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.dsh_btn {
  color: #fd6001;
  font-size: 15px;
  margin-right: 20px;
}
/* #home Page
================================================== */
.main-h {
  color: #171717;
  font-size: 36px;
  margin-bottom: 30px;
}
.main-h span {
  color: #d74d00;
}
.last_feat .media-post {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px !important;
}
.last_feat .media-post .post-thumb img {
  border-radius: 15px 15px 0 15px;
}
.post-right p {
  margin-bottom: 0;
}
.post-right {
  padding-left: 20px;
}
.post-right p {
  line-break: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.post-right h4 {
  margin-bottom: 5px;
}
.post-right h4 a {
  color: #171717;
}
.last_feat .media-post .post-right .read-more {
  color: #fd6001;
  font-weight: 500;
}
.post-right h4 a:hover {
  text-decoration: none;
  transition: 0.3s;
  color: #0b1a5e;
}
.testimonials-sec {
  background-color: #fbfbfba8;
  padding: 40px 0 60px;
}
.post.media-post:last-child {
  border: none;
}
.testimonials-sec h3 {
  text-align: center;
}
.select_test_cnt.home {
  margin: 70px 0;
}
.list-sltpg .des.awd {
  background-color: #f6f6f8;
  border-radius: 6px;
  padding: 5px 0 5px 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.select_test_cnt.home .desc {
  padding-left: 45px;
}
.select_test_cnt.home ol.list-sltpg li::before {
  content: ""counter(my-awesome-counter) ".";
  top: -5px;
  position: absolute;
  left: 0;
  font-weight: 600;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 5px 4px 2px 7px;
  color: #fff;
  border-radius: 50% 50% 3px;
  font-size: 16px;
  margin-right: 10px;
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  line-height: 1.5;
}
.learn_note {
  font-style: italic;
}
.qus-img img {
  width: 100%;
  border-radius: 20px 20px 0 20px;
}
.write_qus {
  background-color: rgba(255, 255, 255, 0.87);
  padding: 40px 0 60px;
}
.home_cta {
  padding: 60px 0;
}
.write_qus {
  background-color: rgba(255, 255, 255, 0.87);
  padding: 60px 0 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.09);
}
.home_cta.row .paper_dwn, .home_cta.row .worksheet {
  border: 1px solid #efefef;
  height: 100%;
  padding: 50px 20px;
  border-radius: 20px 20px 0 20px;
}
.home_cta.row .paper_dwn, .home_cta.row .worksheet {
  border: 1px solid #efefef;
  height: 100%;
  padding: 50px 20px;
  border-radius: 20px 20px 0 20px;
}
#breadcrumb {
  font-size: 16px;
  margin-bottom: 38px;
}
#breadcrumb a, .recent-posts a {
  color: #0b1a5e;
  transition: 0.3s;
}
#breadcrumb a:hover, #breadcrumb a:focus, .recent-posts a:hover, .recent-posts a:focus {
  color: #fd6001;
  text-decoration: none;
  transition: 0.3s;
}
.single-blog .image-wrap iframe {
  width: 100%;
  border-radius: 15px 15px 0 15px;
}
.single-blog .recent-posts ul {
  margin: 0;
}
.single-blog .questiontext::first-letter {
  color: #0b1a5e;
}
.dwn_papr {
  margin: 50px 0;
}
.dwn_level {
  padding: 15px;
  border-radius: 10px 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.row_dwn {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}
.dwn_level .download{
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  color: #fff;
  padding: 10px 50px 10px 25px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 10px 10px 0 10px;
  position: relative;
  transition: 0.4s;
}
.dwn_level .download:hover{
  transition: 0.4s;
  background: rgb(18, 46, 170);
  background: linear-gradient(270deg, rgba(18, 46, 170, 1) 0%, rgba(11, 26, 94, 1) 100%);
  color: #fff;
  text-decoration: none;
}
.dwn_level .download::after {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  font-size: 15px;
  top: 12px;
  right: 17px;
}
.blogs-page {
  margin: 50px 0;
}
.blogs-page h1 {
  font-size: 36px;
  color: #fd6001;
  margin-bottom: 30px;
}
.blogs_head {
	color: #fd6001;
	margin: 50px 0 25px;
}
.blog_hub {
  display: flex;
  flex-wrap: wrap;
}
.blog_hub .blog {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px 15px 0 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.31);
  height: 100%;
  border: 1px solid #efefef;
}
.row.blog_hub .col-md-6 {
  margin-bottom: 40px;
}
/*
.blog_hub .blog .blogheader {
	display: flex;
	flex-direction: column-reverse;
}
*/
.blogheader .meta.group {
  margin-top: -33px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 8px 20px;
  border-radius: 0 0 0 15px;
  position: relative;
  width: 100%;
  float: left;
}
.blogheader .meta.group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogheader .meta.group p {
  margin: 0;
  font-size: 12px;
}
.blogheader .meta.group a {
  color: #fd6001;
}
.blog_hub .blog .blogheader img {
  border-radius: 15px 15px 0 15px;
}
.blog_hub .post-title a {
  color: #0b1a5e;
}
.blog_hub .post-title {
  padding: 10px 20px 0;
  font-size: 24px;
}
.blog_hub .blogcontent p {
  margin-bottom: 5px;
}
.blog_hub .blogcontent {
  display: inline-block;
  padding: 0 20px;
}
.blog_hub .blog:hover h2 a {
  color: #fd6001;
  transition: 0.3s;
}
.blog_hub .blog h2 a:hover {
  color: #fd6001;
  transition: 0.3s;
}
.blog_hub .blog:hover {
  cursor: pointer;
  transition: 0.3s;
}
.general-pagination.group {
  display: flex;
  width: 100%;
  justify-content: center;
}
.blog_hub .blogcontent p {
  font-size: 16px;
  line-break: unset;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.blog_hub .blog .blogcontent .read-more {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-left: -250px;
  margin-bottom: 15px;
  display: inline-block;
}
.blog_hub .blog:hover .blogcontent .read-more {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  margin-left: 0px;
}
.general-pagination.group a:hover {
  background-color: #dddddd;
  text-decoration: none;
  transition: 0.3s;
}
.general-pagination.group a {
  background-color: #efefef;
  margin: 10px 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
  font-weight: 900;
}
.general-pagination.group a.next_forword {
  font-size: 14px;
}
.general-pagination.group a.selected {
  background-color: #fd6001;
  color: #fff;
}
.work_sheet {
	margin: 50px auto;
}
.dwn_wordsheet .grade {
	padding: 20px;
	border-radius: 10px 10px 0 10px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
}
.dwn_wordsheet .grade a {
	margin-right: 2%;
	width: 30%;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #efefef;
}
.dwn_wordsheet .download{
background-color: #fbfbfb;
  color: #171717;
  padding: 10px 40px 10px 15px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 10px 10px 0 10px;
  position: relative;
  transition: 0.4s;
}
.dwn_wordsheet .download:hover{
  transition: 0.4s;
  background: rgb(200, 72, 0);
  background: linear-gradient(34deg, rgba(200, 72, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
  color: #fff;
  text-decoration: none;
}
.dwn_wordsheet .download:hover::after {
	color: #fff;
}
.dwn_wordsheet .download::after {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	font-size: 15px;
	top: 12px;
	right: 17px;
	color: #9f9f9f;
}
 .work_sheet .header-theme-color i{
	font-size: 50px;
	 color: #fd6001;
}
/* #Media
================================================== */
@media (max-width: 767px) {
	.table_btns a {
	font-size: 12px;
	padding: 8px 14px;
}
	.table_btns {
	margin: 20px 0 35px 0;
}
	h2.header-theme-color {
	font-size: 28px;
}
		.float_btn a {
	padding: 6px 11px;
	font-size: 12px;
	border-radius: 6px 6px 0 0;
}
	.float_btn ul li {
	display: inline-block;
	margin-left: 0;
}
	.float_btn ul {
	display: flex;
	margin: 0;
	width: 100%;
}
	.float_btn {
	right: 0;
	width: 100%;
}
	.work_sheet .header-theme-color {
	font-size: 26px;
}
	 .work_sheet .header-theme-color i{
	font-size: 30px;
}
	.grade h3 {
	font-size: 24px;
}
	.dwn_wordsheet .grade a {
	margin-right: 4%;
	width: 45%;
	display: inline-block;
	font-size: 15px;
	border: 1px solid #efefef;
}
  .blogs-page h1 {
    font-size: 24px;
  }
  .dwn_papr h2 {
    font-size: 26px;
  }
  .dwn_level h3 {
    font-size: 22px;
  }
  .row_dwn h4 {
    font-size: 20px;
  }
  #breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .foot {
    padding-top: 25px;
  }
  .container.right-txt {
    flex-direction: column;
  }
  .foot_social {
    margin-bottom: 15px;
  }
  .container.right-txt p {
    text-align: center;
  }
  .copyright {
    padding: 20px 0 50px;
    margin-top: 10px;
  }
  .qus-img {
    margin-bottom: 25px;
  }
  .main-h {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .post-right h4 a {
    font-size: 18px;
  }
  .last_feat .media-post {
    margin-bottom: 15px;
    padding-bottom: 20px !important;
  }
  .testimonials-sec {
    background-color: #fbfbfba8;
    padding: 20px 0 10px;
  }
  .write_qus .row {
    flex-direction: column-reverse;
    /* display: flex; */
  }
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 160px auto 40px;
  }
  .select_test_cnt.home {
    margin: 40px 0;
  }
  .write_qus {
    padding: 35px 0 35px;
  }
  .home_cta.row .paper_dwn, .home_cta.row .worksheet {
    height: auto;
    padding: 30px 20px;
  }
  .home_cta {
    padding: 40px 0;
  }
  .home_cta .col-md-6:last-child {
    margin-top: 30px;
  }
  .post.media-post:last-child {
    border-bottom: 1px solid #efefef;
  }
  .row.last_feat .col-sm-6:last-child .post.media-post:last-child {
    border-bottom: none;
  }
  .globel_btn {
    padding: 9px 25px;
    font-size: 14px;
  }
  body .modal-body {
    padding: 15px;
    margin: 0;
    box-shadow: none;
  }
  .modal-body .globel_btn {
    display: inline-block;
    padding: 8px 25px;
  }
  .modal-header {
    background-color: #f7f7f7;
    padding-bottom: 20px;
    position: relative;
    border-radius: 15px 15px 0 0;
  }
  .modal-header {
    padding-bottom: 20px;
  }
  #frmSignin input, #frmRegistration input {
    border-radius: 5px 5px 0 5px;
    min-height: 46px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.11);
  }
  .light_btn {
    padding: 9px 25px;
    border-radius: 10px 10px 0 10px;
    font-size: 14px;
  }
  .scores-table table td::before {
    font-weight: 700;
    float: left;
    display: block;
    margin-right: 10px;
    content: attr(data-title) ": ";
  }
  .scores-table table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .scores-table table .globel_btn {
    font-size: 12px;
    padding: 9px 15px;
  }
  .scores-table table tr:nth-child(2n) {
    background-color: #efefef99;
  }
  .score_value {
    font-size: 18px;
  }
  scores-table table td .sub-header {
    padding-left: 0px;
    font-size: 16px;
  }
  .scores-table table th {
    display: none;
  }
  .dsh_h {
    margin: 50px 0 25px;
    font-size: 22px;
  }
  .video-sec .dash-header {
    font-size: 14px;
  }
  .medels, .scores, .winners, .meter-rank, .rankers, .video-sec, .dwn_papers, .sub_scores {
    margin-bottom: 35px;
  }
  .dwn_papers {
    margin-top: 35px;
  }
  .paper-content ul {
    margin: 20px 0;
  }
  .dwn-btn .globel_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .dash-header, .dash-header-b {
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
  }
  .sig_medel .widget-numbers, .sig_medel .widget-subheading, .medels_details.all .sig_medel .widget-subheading {
    font-size: 15px;
    line-height: 1;
  }
  .winners-data table th {
    padding: 10px 10px;
    font-size: 14px;
  }
  .winners-data table td {
    padding: 10px 0px;
    font-size: 14px;
  }
  .table-update {
    padding: 10px;
    font-size: 12px;
  }
  .scores .icon-wrapper i {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 5px 4px 2px 7px;
    font-size: 14px;
  }
  .widget-subheading {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .rank-count {
    font-size: 18px;
  }
  .medal-img img, .medels_details.all .medal-img img {
    max-height: 150px;
  }
  .scores .icon-wrapper {
    margin-top: 25px;
  }
  .score_count .widget-subheading {
    margin-top: 10px;
    padding: 10px;
  }
  .medal-count, .medels_details.all .medal-count {
    bottom: 50px;
  }
  .table_design th {
    display: none;
  }
  .table_design td {
    display: flex;
    justify-content: space-between;
  }
  .table_design td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display: block;
    margin-right: 10px;
  }
  .new_userlink {
    font-size: 14px;
  }
  .price_sec {
    flex-direction: column;
  }
  .price_sec .columns {
    width: 100%;
  }
  .modal-body {
    padding: 15px;
    margin: -35px 20px 30px 20px;
  }
  .modal-header h4 {
    font-size: 20px;
  }
  .price_sec .header {
    font-size: 18px;
    padding: 16px 0 22px 0;
  }
  .modal-header .close {
    right: 16px;
    top: 16px;
  }
  .pricetxt strong {
    padding: 6px 18px;
    font-size: 20px;
  }
  .navbar-nav .nav-item {
    border-bottom: 1px solid #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-nav.ml-auto.py-4.py-md-0 {
    padding-top: 10px !important;
  }
  body {
    font-family: 'Mukta', sans-serif !important;
    font-size: 16px;
  }
  .single-blog ul li, .single-blog ol li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .single-blog ol li::before {
    content: ""counter(my-awesome-counter) ".";
    font-size: 16px;
    top: 1px;
    position: absolute;
    left: -2px;
    line-height: 20px;
  }
  .single-blog .post-title {
    font-size: 28px;
    color: #fd6001;
    margin-top: 15px;
  }
  .icon-bg {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 3px 5px 0 5px;
    font-size: 12px;
    margin-right: 5px;
  }
  .single-blog ul, .single-blog ol {
    margin-left: 5px;
  }
  .inner-header-testpage .title.text-white {
    font-size: 18px;
  }
  .inner-header-testpage {
    padding: 45px 0;
    margin-bottom: 20px;
  }
  .socials .socials-small, .social-foot li a {
    width: 30px;
    height: 30px;
    margin-right: 18px;
    font-size: 14px;
  }
  .past_meta {
    display: inline-block;
  }
  .meta.group p {
    margin-right: 15px;
    font-size: 14px;
  }
  .hvr-shutter-out-horizontal {
    font-size: 14px;
    padding: 8px;
  }
  .buttons-sidebar {
    padding: 30px 20px 12px;
    margin-top: 25px;
  }
  .recent-posts, .recent-comments, .last-tweets {
    padding: 15px;
    ;
    margin-top: 35px;
  }
  .sidebar.group h3 a, .sidebar.group h3 {
    font-size: 20px;
  }
  .sidebar.group h3 {
    margin: 0;
    padding-bottom: 10px;
  }
  .thumb-img img {
    width: 90px;
    border-radius: 50%;
    height: 90px;
  }
  .text .title {
    font-size: 16px;
    line-height: 20px;
  }
  .recent-post {
    padding: 10px 0;
  }
  .text p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .slct-h, .apptest_h {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .questiontxt strong {
    font-size: 20px;
  }
  .form.select_pagef.apptest .questiontext.inputGroup {
    width: 100%;
  }
  .form.select_pagef.apptest {
    max-width: 100%;
  }
  .select_test_cnt .slct-h {
    margin: 15px 0;
    font-size: 28px;
  }
  .select-opts .slct-h {
    margin: 15px 0;
    font-size: 28px;
  }
  body .select-opts {
    padding: 10px 0 35px;
  }
  .slct-sbh {
    font-size: 22px;
  }
  header {
    min-height: 50px;
  }
  body .select_pagef .inputGroup {
    width: 100%;
  }
  body .select_pagef .inputGroup label {
    padding: 10px 45px 10px 20px;
    font-size: 16px;
  }
  body .select_pagef .inputGroup label::after {
    width: 22px;
    height: 22px;
    right: 20px;
    background-size: 12px;
  }
  body .sub_sclt .select_pagef .inputGroup {
    width: 100%;
  }
  .nav-item:after {
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 21px;
    left: 0;
    width: 12px;
    height: 2px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .nav-item.login-nv::before {
    display: none;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 11px;
    left: -23px;
    width: 2px;
    height: 12px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .conlusion-box {
    padding: 15px;
    border-left: 2px solid #0c1127;
  }
}
@media only screen and (min-width:767px) and (max-width:991px) {
		.dwn_wordsheet .grade a {
	margin-right: 4%;
	width: 45%;
	display: inline-block;
	font-size: 15px;
	border: 1px solid #efefef;
}
  .blogheader .meta.group p {
    margin: 0;
    font-size: 10px;
  }
  .slct-h, .apptest_h {
    font-size: 28px;
  }
  .main-h {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .post-right h4 a {
    font-size: 18px;
  }
  .foot, .table_design {
    font-size: 14px;
  }
  .foot-menu li a::before, .blog-menu li a::before {
    top: 0px;
    font-size: 15px;
  }
  .inner-header-testpage .title.text-white {
    font-size: 24px;
  }
  .btn.hvr-shutter-out-horizontal {
    font-size: 14px;
  }
  .buttons-sidebar {
    padding: 25px 15px 10px;
  }
  .recent-posts, .recent-comments, .last-tweets {
    padding: 15px;
    margin-top: 35px;
  }
  .sidebar.group h3 {
    margin: 0;
    font-size: 18px;
  }
  .thumb-img img {
    width: 65px;
    height: 65px;
  }
  .text .title {
    font-size: 14px;
    line-height: 15px;
  }
  .read-more {
    font-size: 14px;
  }
  .read-more::before {
    font-size: 14px;
  }
  .recent-post {
    padding: 15px 0;
  }
  .text p {
    font-size: 12px;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
  .inner-header-testpage {
    padding: 65px 0;
    margin-bottom: 30px;
  }
  .form.select_pagef.apptest {
    max-width: 90%;
  }
  body .nav-link.login_btn {
    padding: 5px 15px !important;
  }
  .foot h4 {
    font-size: 18px;
  }
  ul li a.mail_foot {
    font-size: 14px;
  }
  .footer_about img {
    max-width: 130px;
  }
  .select_test_cnt .slct-h {
    margin: 15px 0;
    font-size: 28px;
  }
  .select-opts .slct-h {
    margin: 15px 0;
    font-size: 28px;
  }
  body .select-opts {
    padding: 10px 0 35px;
  }
  .slct-sbh {
    font-size: 22px;
  }
  .desc {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  ol.list-sltpg li::before {
    font-size: 16px;
    top: 2px;
  }
  .form.select_pagef {
    font-size: 16px;
  }
  .navbar-brand img {
    height: 25px;
  }
  header {
    min-height: 60px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }
  .nav-item.pl-4.pl-md-0.ml-0.ml-md-4 {
    margin-left: 13px !important;
  }
  .dropdown-item {
    font-size: 14px;
  }
  .select_pagef .inputGroup label::after {
    right: 15px;
  }
  .select_pagef .inputGroup label {
    padding: 12px 15px;
  }
}
.clock {
  color: #ffffff;
  background-color: #212529;
  font-size: 30px;
  width: 80px;
  display: flex;
  float: right;
  margin-top: -50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  position: relative;
}
.post-featured {
	background-image: url("../img/blog-main-bg.png");
	width: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 15px;
}
.post-featured-result {
	background-image: url("../images/result-page.jpg");
}
.post-featured-questions {
	background-image: url("../images/qustions-page.jpg");
}
.post-featured h1.bg-title {
	font-size: 36px;
	color: #fff;
	width: 42%;
}
.post-featured-questions h1.bg-title {
	color:#fd6001;
}
.blog_img:hover {
	text-decoration: none;
}
@media only screen and (max-width:575px) {
  .post-featured {
    height: 165px !important;
    min-height: 165px !important;
  }
  .post-featured h1.bg-title {
  font-size: 20px !important;
  }
}
@media only screen and (min-width:575px) and (max-width:767px) {
  .post-featured {
    height: 290px !important;
    min-height: 290px !important;
  }
  .post-featured h1.bg-title {
    font-size: 20px !important;
  }
}
@media only screen and (min-width:767px) and (max-width:991px) {
  body .post-featured {
    min-height: 255px;
  }
}
.list-border a {
  color: #0b1a5e;
}
p a {
  color: #fd6001;
}