@import url(main.css);

body {
  font-family: 'Poppins', sans-serif;
  color: #343434;
  font-weight: 400;
}

.section-padding {
  padding: 100px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}

.section-head h3 {
  font-weight: 900;
  font-size: 40px;
  position: relative;
  display: inline-block;
  z-index: 4;
}

.section-head h3:after {
  content: '';
  width: 100%;
  height: 30px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.bg-gray {
  background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo {}

p {
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
  color: #748182;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
   
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

.buton {
  padding: 10px 30px;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  font-size: 13px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.buton:hover {
  background: #1c1c1c;
  color: #eee;
}

.buton-bg {
  background: #1c1c1c;
  color: #eee;
}

.buton-bg:hover {
  background: transparent !important;
  color: #343434 !important;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
  border: none;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  min-height: auto;
   padding: 8px 0;
    padding-bottom: 25px;
  margin: 0;
}

.navbar-default .navbar-nav>li>a {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  color: #000;
  text-transform: capitalize;
}

.navbar-default .navbar-nav>li>a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #a200ad;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-default .navbar-nav>li {
  font-size: 16px;
  padding: 8px 10px;
  background: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-right: 2px solid #c6c6c6;
}

.navbar-default .navbar-nav>li:last-child {
  border-right: 0px;
}

.navbar-default .navbar-nav>li .active {
  background: none;
}

.navbar-default .navbar-nav>li .active:after {
  width: 100%;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
  padding: 0;
/*  position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
    padding: 8px 0;
    padding-bottom: 25px;
   
}

.nav-scroll .logo {}

.nav-scroll .logo:hover,
.nav-scroll .logo:focus {
  color: #1c1c1c;
}

.nav-scroll .navbar-nav>li>a {
  color: #111;
}

.nav-scroll .navbar-nav>li>a:after {
  background: #a200ad;
}

.navbar-nav {
  padding-top: 12px;
}

.logo {
  font-size: 23px;
  text-transform: capitalize;
  color: #070B2E;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}

.logo h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #501ac8;
  font-weight: 600;
}

.logo:hover,
.logo:focus {
  color: #b366cf;
}

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.header:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .65;
  z-index: 2;
}

.header .v-middle {
  z-index: 11;
}

.header .caption {
  text-align: center;
  color: #fff;
  margin-top: 50px;
}

.header .caption h5 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}

.header .caption h1 {
  font-weight: 200;
}

.header .caption h1 b {
  font-weight: 400;
}

.header .caption .social-icon {
  margin-top: 30px;
}

.header .caption .social-icon span {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}

.header .svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 22;
}

.header .svg svg {
  fill: #fff;
  width: 101%;
}

#particles-js {
  z-index: 9;
  position: relative;
}

/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero .hero-img {
  padding: 0 0 0 30px;
  position: relative;
}

.hero .hero-img:after {
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0px;
  bottom: -30px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  z-index: -1;
}

.hero .content h3 {
  font-weight: 800;
  margin-bottom: 5px;
}

.hero .content .sub-title {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hero .skills {
  margin-top: 30px;
}

.hero .skills .item {
  margin-bottom: 30px;
}

.hero .skills h6 {
  font-size: 13px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.hero .skills .skills-progress {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
  position: relative;
}

.hero .skills .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  border-radius: 5px;
  background-color: #1c1c1c;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.hero .skills .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 11px;
  color: #fff;
}

.hero .buton {
  margin-top: 20px;
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services .item {
  padding: 50px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 5px;
}

.services .item:hover .icon {
  background: #1c1c1c;
  color: #eee;
}

.services .item .icon {
  font-size: 30px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f4f4f4;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services .item h6 {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 18px;
}

.services .item p {
  word-spacing: 2px;
  font-size: 14px;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}

.portfolio .filtering span {
  margin: 0 15px;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.portfolio .filtering span:before {
  content: "";
  width: 0;
  height: 2px;
  background: #111;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.portfolio .filtering .active:before {
  width: 95%;
}

.portfolio .items {
  padding: 0 15px;
  margin-bottom: 30px;
}

.portfolio .item-img {
  position: relative;
  overflow: hidden;
}

.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio .item-img:hover h6,
.portfolio .item-img:hover .icons {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio .item-img h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.portfolio .item-img .icon i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid #111;
  background: #111;
  color: #eee;
}

.portfolio .item-img .icon i:hover {
  background: transparent;
  color: #000;
}

.portfolio .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* -------------------------------------------------------
                     Clients 
-------------------------------------------------------- */
.clients .citem .author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.clients .citem p {
  word-spacing: 2px;
}

.clients .citem h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 5px;
}

.clients .citem span {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin-bottom: 30px;
}

/* -------------------------------------------------------
                     Numbers 
-------------------------------------------------------- */
.numbers .icon {
  font-size: 30px;
  margin-bottom: 15px;
}

.numbers h3 {
  font-weight: 900;
  margin-bottom: 15px;
}

.numbers p {
  font-weight: 600;
  margin-bottom: 30px;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */
.blog .pitem {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
}

.blog .pitem .post-img {
  overflow: hidden;
}

.blog .pitem .post-img:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.blog .pitem img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog .pitem .content {
  background: #fff;
  padding: 30px 15px;
}

.blog .pitem .tag {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin-bottom: 10px;
}

.blog .pitem h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog .pitem .more {
  border-bottom: 2px solid #333;
}

.blog-nav {
  position: static !important;
  background: #fff !important;
  margin: 0;
}

.blog-nav .logo {
  color: #1c1c1c !important;
}

.blog-nav .navbar-nav li a {
  color: #1c1c1c !important;
  font-weight: 500;
}

.min-header {
  height: 40vh;
  background: #1c1c1c;
  position: relative;
}

.min-header h5 {
  font-weight: 800;
  letter-spacing: 1px;
  color: #ccc;
  margin-bottom: 15px;
}

.min-header a {
  position: relative;
  color: #ddd;
}

.min-header a:after {
  content: '/';
  position: relative;
  margin: 0 10px;
}

.min-header a:last-child:after {
  display: none;
}

.blogs .posts .post {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.blogs .posts .post .content {
  padding: 50px 15px;
  background: #fff;
}

.blogs .posts .post .content .post-title h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.blogs .posts .post .content .meta {
  margin-bottom: 20px;
}

.blogs .posts .post .content .meta li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}

.blogs .posts .post .content p {
  font-weight: 300;
}

.blogs .posts .post .content .spical {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}

.blogs .posts .post .content .butn {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 30px;
  border: 2px solid #ddd;
  font-weight: 500;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blogs .posts .post .content .butn:hover {
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}

.blogs .posts .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
  text-align: left;
}

.blogs .posts .post .share-post span {
  font-weight: 700;
}

.blogs .posts .post .share-post ul {
  float: right;
}

.blogs .posts .post .share-post ul li {
  display: inline-block;
  margin: 0 10px;
}

.blogs .posts .title-g h3 {
  font-weight: 800;
  font-size: 25px;
}

.blogs .posts .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.blogs .posts .comments-area .comment-box:nth-child(odd) {
  margin-left: 80px;
}

.blogs .posts .comments-area .comment-box:last-child {
  margin-bottom: 0;
}

.blogs .posts .comments-area .comment-box .author-thumb {
  width: 80px;
  float: left;
}

.blogs .posts .comments-area .comment-box .comment-info {
  margin-left: 100px;
}

.blogs .posts .comments-area .comment-box .comment-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blogs .posts .comments-area .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}

.blogs .posts .comments-area .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 12px;
}

.blogs .posts .comment-form .form input[type='text'],
.blogs .posts .comment-form .form input[type='email'],
.blogs .posts .comment-form .form textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}

.blogs .posts .comment-form .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

.blogs .posts .comment-form .form .buton {
  padding: 10px 40px;
  width: 100%;
}

.blogs .posts .pagination {
  display: block;
  text-align: center;
}

.blogs .posts .pagination li {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #ddd;
}

.blogs .side-bar .widget {
  margin-bottom: 50px;
}

.blogs .side-bar .widget:last-child {
  margin-bottom: 0;
}

.blogs .side-bar .widget .widget-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.blogs .side-bar .widget .widget-title h6 {
  position: relative;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blogs .side-bar .widget .widget-title h6:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blogs .side-bar .widget li {
  margin-bottom: 10px;
  color: #777;
}

.blogs .side-bar .widget li:last-child {
  margin: 0;
}

.blogs .side-bar .search form input {
  width: calc(100% - 52px);
  height: 50px;
  padding: 0 10px;
  border: 0;
  background: #f7f7f7;
}

.blogs .side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right;
}

/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
.contact .info .item {
  margin-bottom: 30px;
}

.contact .info .item:hover .icon {
  background: #1c1c1c;
  color: #eee;
}

.contact .info .item .icon {
  font-size: 25px;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f4f4f4;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contact .info .item h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.contact .form input[type='text'],
.contact .form input[type='email'],
.contact .form textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}

.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

.contact .form .buton {
  padding: 10px 40px;
}

/* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */
footer {
  background: #1f0064;
  padding: 14px 0;
}

footer p {
  font-size: 14px;
  word-spacing: 2px;
  color: #eee;
}

/* -------------------------------------------------------
                     Pages 
-------------------------------------------------------- */
.error {
  height: 100vh;
  color: #fff;
}

.error h2 {
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 15px;
}

.error h5 {
  margin-bottom: 30px;
  font-weight: 300;
}

.error p {
  color: #eee;
  margin-bottom: 10px;
}

.error input {
  padding: 10px;
  width: 500px;
  background: transparent;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 30px;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .contact-form{
        padding:10px !important;
    }
     form.frm-cl{
        width:100% !important;
    }
  .navbar-default .logo {
    margin-left: 20px;
  }

  .navbar-default .navbar-toggle {
    background: #000;
    margin-top: 0;
    border: none !important;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }

  .navbar-default .navbar-nav>li {
    line-height: 0;
  }

  .navbar-default .navbar-nav>li>a {
    padding-bottom: 0 !important;
    color: #111;
    display: inline-block;
  }

  .navbar-default .navbar-collapse {
    text-align: center;
    border: none;
    border-top: 1px solid rgba(12, 12, 12, 0.04);
    background: #fff;
    margin-top: 5px;
    padding-bottom: 15px;
  }

  .nav-scroll .navbar-toggle .icon-bar {}

  .portfolio .items {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav>li {
    margin: 25px 0px 0;
    font-size: 13px;
  }

  .hero .hero-img {
    margin-bottom: 80px !important;
  }

  .side-bar {
    margin-top: 80px;
  }
}

.container {
  position: relative;
  z-index: 1;
}

.page_title {
  text-align: center;
}

.page_title h1 {
  text-transform: uppercase;
  color: #140028;
  font-size: 40px;
  margin: 0 0 10px;
}

.page_title.color_green h1 {
  color: #a200ad;
}

.bg_cmn {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 0px;
}

.bg_cmn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #333;
}

.introduction {
  display: block;
  background-image: url(../img/bg/introduction.jpg);
}

.introduction::after {
  background: rgb(0 0 0 / 57%);
}

.introtext {
  text-align: center;
  color: #eee;
}

.introtext h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 11px;
  color: #cdf039;
}

.introtext h3 {
  font-size: 20px;
  border-top: 2px dotted #6e6e6e;
  border-bottom: 2px dotted #6e6e6e;
  padding: 7px 0;
  font-weight: 400;
  width: fit-content;
  margin: auto;
}

.intorow .col-md-4 {
  border-right: 2px dotted #6e6e6e;
  border-bottom: 2px dotted #6e6e6e;
  padding: 29px 21px;
  font-weight: 300;
  font-size: 19px;
}


.intorow .col-md-4:nth-child(3),
.intorow .col-md-4:nth-child(6),
.intorow .col-md-4:nth-child(9) {
  border-right: 0px;
}

.intorow .col-md-4:nth-child(4),
.intorow .col-md-4:nth-child(5),
.intorow .col-md-4:nth-child(6) {
  border-bottom: 0px;
}

.resonpinsible_sec {
  text-align: center;
  background: rgb(255 255 255 / 20%);
  padding: 12px 39px;
}

.resonpinsible_sec h4 {
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  color: #ceff00;
}

.resonpinsible_sec.white h4,
.test_se_blck h4 {
  color: #fff;
}

.test_se_blck {
  background-color: #200066;
  margin: 16px 0 13px;
}


.who_we_are {
  display: block;
  background-image: url(../img/bg/video-bg-img.jpg);
  padding: 77px 0px 105px;
}

.who_we_are::after {
  background: linear-gradient(to bottom, #140028, rgb(0 0 0 / 34%));
}

.who_we_are_text {
  text-align: center;
}

.who_we_are_text p {
  color: #eee;
  font-size: 20px;
  margin: 0 0 22px;
  padding: 0 101px;
  /* font-weight: 300; */
  line-height: 36px;
}

.wh_wr_are_btm {
  text-align: center;
}

.interpretation::after {
  background: #070b2e;
}

.inttrtn_list {
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.intrpr_pic {
  position: relative;
  display: inline-block;
}

.intrpr_pic img {
  display: inline-block;
}

.intrpr_txt {
  position: relative;
  padding: 13px;
  background: rgb(255 255 255 / 20%);
  min-height: 267px;
}

.intrpr_txt h3 {
  font-weight: 500;
  font-size: 21px;
  margin: 0 0 13px;
  background: rgb(255 255 255 / 27%);
  padding: 8px 0;
}

.intrpr_txt span {
  display: block;
  font-weight: 300;
  line-height: 27px;
  font-size: 17px;
}

.sustainblegolas_respopnsibilities {
  text-align: center;
  margin-top: 29px;
}

.sustainblegolas_respopnsibilities h4 {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 27px;
}

.sustainblegolas_respopnsibilities img {
  box-shadow: 0px 0px 10px;
}

.takeatest_section {
  display: block;
  /*background-image: url(../img/bg/dotted1.jpg);*/
  background-size: initial;
  background-position: initial;
  background-repeat: repeat;
}

.takeatest_section::after {
  background: rgb(187 192 255 / 83%);
}

.tktst_into {
  color: #eee;
  text-align: center;
  margin-bottom: 30px;
}

.tktst_into p {
  color: #070b2e;
  font-size: 18px;
}

._tts_list_blks h2 {
  color: #a200ad;
  font-size: 31px;
  margin: 0 0 18px;
}

.tslst_blocks {
  border-bottom: 2px dotted #121212;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.tslst_blocks:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.tslst_blocks h3 {
  color: #050824;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.tslst_blocks p {
  color: #050824;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 11px;
}

.tslst_blocks ul li {
  color: #020310;
  width: fit-content;
  background: rgb(255 255 255 / 11%);
  padding: 3px 10px;
  font-size: 15px;
      display: inline-block;
}

.tslst_blocks ul li label {
  font-weight: 400;
}

.align-items-center {
  align-items: center;
}

.test_slider_ .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.test_slider_ .owl-nav .owl-next,
.test_slider_ .owl-nav .owl-prev {
  background: #070b2e;
  color: #ffffff;
  padding: 5px 9px;
  font-size: 23px;
  margin: 0 4px;
  border-radius: 2px;
  text-transform: uppercase;
}

.test_slider_ .owl-nav .owl-next {
  background: #a200ad;
}

.test_slider_ .owl-item.active:first-child .owl-prev {
  display: none;
}

.test_pic {
  text-align: center;
}

.test_pic img {
  border: 3px solid #1f0064;
  padding: 8px;
}

.test_submitbtn button {
  border: none;
  background: #a200ad;
  color: #fff;
  padding: 8px 9px;
  font-size: 19px;
  border-radius: 3px;
  display: none;
  z-index: 2;
}

.addbtn_submit .test_slider_ .owl-nav .owl-next {
  display: none;
}

.addbtn_submit .test_submitbtn button {
  display: inline-block;
  position: absolute;
  width: 90px;
  left: 175px;
  right: 0;
  margin: auto;
  bottom: 0px;
}


.tslst_blocks input[type="radio"] {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */
  transform: scale(1.6);
  margin: 0px 3px 0px 0;
}

.tsthdr {
  display: block;
  text-align: center;
  border: 0px;
  padding-bottom: 0;
}

.tsthdr h4 {
  color: #a200ad;
  text-transform: uppercase;
}

.tsthdr .close {
  position: absolute;
  opacity: 1;
  right: 0px;
  top: 0px;
  background: #a200ad;
  padding: 10px;
  color: #fff;
}

.test_results_info ul {
  margin: 0px;
}

.test_results_info ul li {
  display: block;
  text-align: center;
  font-size: 19px;
  background: #070B2E;
  color: #fff;
  padding: 14px;
}

.test_results_info ul li span {
  display: block;
  color: #eff61d;
  font-size: 26px;
  margin: 0px 0 5px;
}

.z-index-1 {
  z-index: initial;
}

.main_body .modal-backdrop {
  z-index: 0;
}

.z-index_1 {
  z-index: 1;
  position: relative;
}

.thks_text {
  text-align: center;
  color: #a200ad;
  font-size: 21px;
  margin: 6px 0 0;
}



.tests_list_slides {
  min-height: 355px;
}

.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
  padding-left: 10px;
  cursor: pointer;
}

.form-wizard .form-wizard-header {
  text-align: center;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
  background-color: #1f0064;
  color: #ffffff;
  display: inline-block;
  padding: 8px 17px;
  text-align: center;
  font-size: 20px;
  border: none;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}

.form-wizard .wizard-fieldset {
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.form-wizard .form-wizard-previous-btn {
  background-color: #9f00aa;
}

.form-wizard .form-control {
  font-weight: 300;
  height: auto !important;
  padding: 15px;
  color: #888888;
  background-color: #f1f1f1;
  border: none;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}

.form-wizard .form-group {
  position: relative;
  margin: 9px 0 0;
  text-align: center;
}

.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}

.form-wizard .form-wizard-steps {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.form-wizard .form-wizard-steps li {
  width: 15%;
  position: relative;
}

.form-wizard .form-wizard-steps li::after {
  background-color: #200066;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
  background-color: #200066;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
  color: #fff;
}

.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
  background-color: #9f00aa;
  color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
  background-color: #9f00aa;
  left: 50%;
  width: 50%;
  border-color: #9f00aa;
}

.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #200066;
}

.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}

.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}

@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #a200ad;
    background-color: transparent;
}
.th-logo {
    width: 165px;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
}
.introduction.bg-1{
  background-image: url(../img/bg/cta.webp);
  padding: 158px 0px;
}
.resonpinsible_sec.un-l {
    text-align: center;
    background:rgb(156 0 253 / 20%);
    padding: 12px 39px;
    width: 70%;
    margin: auto;
    border-radius: 20px;

}
.page_title h1 span{
  font-style: italic;
  font-size: 20px;
  display: block;
      line-height: 30px;
}
.wi-1{
  width: 700px;
  margin: auto;
}
.wi-1 p{
    color: #140028;
  font-style: italic;
}
ul.row.intorow li span{
     color: #140028;
}
#home .page_title h1{
color: #fff;
}
section.takeatest_section.introduction.bg_cmn.wt-s {
    background: #fff;
}
.introtext h4{
  padding-top: 15px;
  color: #140028;
}
.intorow .wi-key {
  border-right: 2px dotted #6e6e6e;
  border-bottom: 2px dotted #6e6e6e;
  padding: 29px 21px;
  font-weight: 300;
  font-size: 19px;
  width: 25%;
}


.intorow .wi-key:nth-child(4),

.intorow .wi-key:nth-child(8) {
  border-right: 0px;
}

.intorow .wi-key:nth-child(5),
.intorow .wi-key:nth-child(6),
.intorow .wi-key:nth-child(7),.intorow .wi-key:nth-child(8) {
  border-bottom: 0px;
}
#home .introtext h4 {
    padding-top: 15px;
    color: #fff;
}
.who_we_are .page_title h1{
  color: #fff;
}
.who_we_are .page_title p{
  font-style: italic;
  color: #fff;
  margin-bottom: 15px;
      font-size: 18px;
}
.sbt-btn {
    background: #782fbc;
    color: #ffffff;
    padding: 10px 29px;
    font-size: 17px;
    margin: 0 4px;
    border-radius: 2px;
    text-transform: uppercase;
}
.introduction.bg-1.pr-f{
  padding: 88px 0px !important;
}
.text-le{
  text-align: left;
}
p.te-st{
  font-style: italic !important;
}
.wi-1.text-le p{
  margin-bottom: 15px !important;
  font-style: normal;
  text-align: justify;
}
.bg-2{
  background: rgb(255 255 255 / 20%);
  padding: 45px;
  border-radius: 20px;
  text-align: left;
}

.li-s li{
  color: #fff;
    list-style: disc !important;
    text-align: left;
    font-size: 18px !important;
    line-height: 30px;
}
.li-s{
  list-style: disc;
}
section.who_we_are.bg_cmn.pb-b {
    padding-bottom: 50px;
    padding-top: 40px;
}
.cor{
  color: #140028;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 15px;
}
.who_we_are_text.wh-p p{
  font-size: 17px;
  line-height: 25px;
}
.aut span{
  font-style: italic;
}
.aut p{
  color: #140028;
  margin-top: 10px;
}


.tab_container {
    margin: 0 0px 0;
}
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}
.accordion li a {
       position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    background: #782fbc;
    border: 0;
    padding: 25px 20px 25px;
    border-radius: 5px;
    z-index: 1;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    display: flex
;
    justify-content: space-between;
    color: #fff !important;
}
.tag span{
margin-bottom: 10px;
}
.accordion li a:before {
    position: absolute;
    content: "";
    left: 4%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: rgba(12, 110, 109, 0.10196078431372549);
    transition: .5s;
}
.accordion li a span {
    position: relative;
    z-index: 1;
}
.accordion li a i {
    font-size: 15px;
    color: #fff;
    transform: rotate(0deg);
}
.bi-chevron-right::before {
    content: "\f285";
}
.accordion li p {
    display: none;
    text-align: justify;
    font-size: 15px;
    color: #222;
    padding: 24px 42px 33px 40px;
    margin: 0;
    filter: drop-shadow(0px 10px 40px rgba(12, 110, 109, 0.1)) !important;
    background: #fff;
}
.accordion li a.active i {
    transform: rotate(90deg);
}
.vl{
  margin-left: 20px;
}
.vl li{
  list-style: disc !important;
}
.contact-form-box.style_two {
    background: #fff;
    filter: drop-shadow(0px 5px 40px rgba(189, 202, 202, 0.35));
    padding: 44px 50px 60px;
    position: relative;
    top: 100px;
}
.contact-form-box.style_two {
    border-radius: 20px;
    padding: 64px 60px 70px;
    top: 0;
}
 .contact-form-box.style_two {
    border-radius: 20px;
    padding: 64px 60px 70px;
    top: 0;
}
 .section_title p {
    margin: 28px 0 40px;
}
 .contact_shape2 {
    right: 12%;
    bottom: 3%;
}
.contact_thumb_shape {
    position: absolute;
    bottom: 29%;
    left: 6%;
}
.contact-form-box.style_two {
    background: #782fbc;
    filter: drop-shadow(0px 5px 40px rgba(189,202,202,0.35));
    padding: 20px;
    position: relative;
/*    top: 100px;*/
    box-shadow: 0px 0px 10px #ccc;
    border: 3px solid #fff;
    padding: 15px;
}
.contact-form-box.style_two h4{
  text-transform: uppercase;
  color: #fff;
}
.contact-form-box.style_two p{
  padding: 0px;
  margin: 0px;
    color: #fff;
}
.contact-form-box.style_two .section_title.style_four {
    margin-bottom: 12px;
}
.contact-form-box.style_two .contact-form button:hover {
    background: #782fbc;
    color: #ffff;
}
.contact-form-box.style_two .contact-form button {
    width: 46%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
}
.contact-form button:hover {
    background: #ffff;
    color: #0c6e6d;
}
.contact-form button {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background: #140028;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
}
.contact-form-box.style_two .section_title.style_four:before {
    width: 37%;
}
.contact-form-box.style_two .section_title h1 {
    font-size: 34px;
}
.contact-form-box.style_two .form-box input {
      height: 54px;
    padding-left: 15px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e6eaea;
        border-radius: 10px;
}
.form-box.message {
    margin-bottom: 8px;
}
.form-box textarea {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.1);
    padding: 15px 25px;
    outline: 0;
}
.form-box textarea::placeholder {
    font-size: 15px;
    color: #6b7a7a;
    font-weight: 400;
}
.checkbox {
    margin: 0 0 22px;
}
.checkbox label {
    font-size: 15px;
    color: #6b7a7a;
    font-weight: 400;
}
.contact-form-box.style_two .contact-form button {
    width: 46%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
}
.contact-form-box.style_two .contact-form button:hover {
    background: #782fbc;
    color: #ffff;
}
.contact-form-box.style_two .contact-form i {
    margin-right: 5px;
}
.contact_shape {
    position: absolute;
    top: -11%;
    left: 21%;
}
.contact_shape1 {
    position: absolute;
    bottom: 4%;
    left: 7%;
    z-index: -1;
}
.contact_shape2 {
    position: absolute;
    right: 9%;
    bottom: 3%;
    z-index: -1;
}

section.who_we_are.bg_cmn.faq_area {
    padding-bottom: 50px;
}
.num {

}
.num li{
  line-height: 35px;
  font-size: 17px;
  color: #140028;
}
li.read-but {
    border-right: 0px !important;
    background: #782fbc  !important;
    color: #fff !important;
}
li.read-but a, li.read-but1 a{
   color: #fff !important;
}
li.read-but1 {
    border-right: 0px !important;
    background: #c14700  !important;
    color: #fff !important;
}
li.read-but:hover, li.read-but1:hover{
   background: #140028  !important;
}
li.br-ri {
    border-right: 0px !important;
}
img.imd {
    margin-bottom: 13px;
    border-radius: 20px;
}
.introduction.bg-1.bg-2 {
    background-image: url(../img/bg/introduction1.jpg);
    padding: 158px 0px;
    background-position: center top;
}
.introduction.bg-1.bg-3 {
    background-image: url(../img/bg/introduction4.jpg);
    padding-bottom: 250px !important;
    padding: 158px 0px;

    background-position: center top;
}
.introduction.bg-1.bg-4 {
    background-image: url(../img/bg/introduction3.jpg);
  
    padding: 158px 0px;

    background-position: center top;
}
.t5d-lf p.bg-g{
text-align: left;
    padding-left: 0px;
}
.t5d-lf .page_title {
    text-align: left;
}
ul.li-s.pl-20 {
    padding-left: 18px;
}
img.th-logo1 {
    width: 150px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.foot-ul li{
  display: inline-block;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0px 10px;
}
.foot-ul{
  margin-bottom: 15px;
}
.foot-ul li:hover{
  color: #782fbc;
}
.page_title.wi-1.text-le {
    width: 100%;
}
.modal-body .test_results_info ul li {
   
    text-align: left;
 
}



.contact-box {
    /* text-align: center; */
    position: relative;
}
.contact-box {
/*    padding: 0px 40px;*/
    width: 100%;
}
.contact-icon {
    width: 28px;
    /* margin: auto auto 10px; */
    display: inline-block;
    float: left;
    position: absolute;
    left: 0px;
    top: -6px;
}
.contact-icon img {
    width: 100%;
}
.contact-form {
    /* max-width: 700px; */
    background-color: #FFF;
    /* margin: -300px auto auto; */
    z-index: 2;
    position: relative;
    padding: 50px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.form-group {
    margin-bottom: 20px;
}
.customize-contact {
    display: block;
    width: 100%;
    height: 30px;
    padding: 10px 5px !important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 15px;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: none;
    border-bottom: solid #DDD 1px;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 3px 0px;
    transition: 0.6s;
    border-radius: 0px;
}
.form-control {
/*    padding: .5em .75em;*/
    padding:15px 10px !important;
    background: hsl(0, 0%, 100%);
    background: var(--color-bg);
    border: 2px solid #ddd;
    border:2px solid #ddd;
    width: 100%;
}
.err-msg {
    color: #c3262e;
    font-size: 13px;
    position: relative;
    top: 0px;
    display: block;
}
.contact-form h3{
  margin-bottom: 20px;
}
.contact-form p{
  color: #000;
  margin-bottom: 20px;
}
.t-p p{
  color: #000;
}
.co-m{
  font-size: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.social-items h4{
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}
.fl-l{
  float: left;
  margin-right:20px ;
}
.clear{
  clear: both;
}
.social-items p{
  color: #000;
  margin-bottom: 20px;
}
.social-items.gg p:hover{
  color: #782fbc  ;
}
.n-h:hover{
  color: #000 !important;
}
.contact-form{
  color: #000;
}
p.br-tp {
    border-bottom: 1px dashed #140028;
    padding: 7px 0px;
    margin-bottom: 0px;
}
form.frm-cl {
    width: 650px;
    margin: auto;
}
form.frm-cl textarea.form-control {
    height: 70px;
}
.g-recaptcha div{
    width:auto !important;
}
.frm-cl button.btn.btn-custom {
    color: #000;
    margin: 10px 0px;
}
.ji-o{
    color:#fff;
}
.ji-o {
    color: #fff;
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}