/*
    Theme Name: Mentor
    Theme URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
body {
  font-size: 15px;
  line-height: 1.52;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.section-padding {
  padding: 0px 0px;
  border: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  color: #fff;
}

a {
  color: #fff;
}

a:hover, a:focus {
  color: #fff !important;
}

/***********************************
Navigation bar
************************************/
.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand2 {
  color: #fff;
}

.navbar-default {
  background-color: #92374d;
}

.course-text {
  padding: 84px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.navbar-nav>li>a {
  padding: 0px;
  margin: 10px 5px;
  padding: 10px 15px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar-nav .active a {
  background: none !important;
  color: #fff !important;
  outline: none;
}

.navbar-nav2 .active a {
  background: none !important;
  color: #fff !important;
  outline: none;
}

.btn-trial a {
  background-color: #fff;
  border-radius: 25px;
  color: #92374d !important;
  border: 1px solid #fff;
}

.btn-trial a:hover, .btn-trial a:focus {
  border: 1px solid #fff;
  background-color: #92374d;
  color: #fff !important;
}

.btn-trial2 a {
  background-color: #92374d;
  border-radius: 25px;
  color: #fff !important;
  border: 1px solid #92374d;
}

.btn-trial2 a:hover, .btn-trial2 a:focus {
  border: 1px solid #92374d;
  background-color: #fff;
  color: #fff !important;
  border: 1px solid #fff;
}

.btn-lang a {
  background-color: #92374d;
  border-radius: 15px;
  color: #fff !important;
  border: 1px solid #fff;
}

.btn-lang a:hover, .btn-lang a:focus {
  border: 1px solid #92374d;
  background-color: #fff !important;
  color: #92374d !important;
}

.navbar-default .navbar-brand {
  font-family: 'Dosis', sans-serif !important;
  font-weight: 700;
  text-transform: lowercase;
  padding: 15px;
  height: inherit;
  font-size: 32px;
  margin: 10px 0px;
}

 .navbar-default .navbar-brand2 {
  font-family: 'Dosis', sans-serif !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px 15px;
  height: inherit;
  font-size: 15px;
  margin: 10px 0px;
  vertical-align: middle;
  display: flex;
   align-items: center;
   justify-content: center;
}

.navbar-default .navbar-brand span {
  font-weight: 100 !important;
  color: #fff !important;
}

.navbar-default .navbar-brand2 span {
  font-weight: 100 !important;
  color: #fff !important;
}


.navbar-header{
    position:relative;
}

.navbar-header:before {
    position: absolute;
    height: 115%;
    display: inline-block;
    background: #233C72;;
    top: -15%;
    left: -9999px;
    right: 0;
    transform: skew(30deg);
}
.navbar-default{
	background:#92374d;
}

.navbar-brand{
  	position: relative;
	z-index: 10;

}

.navbar-brand2{
  	position: relative;
	z-index: 10;

}


@media (max-width: 801px) {
 .navbar-header:before {


    left: -10%;
    width: 60%;
    height:115%;
	}

}

/* resizes title font for mobile version */
@media all and (max-width: 801px) {
  .navbar-default .navbar-brand {
    font-size: 16px;
  }


}




.navbar {
  margin-bottom: 0px;
}

.navbar2 {
  margin-bottom: 0px;
}

.padding-zero {
  padding: 0px;
}

.mart20 {
  margin-top: 20px;
}

/***********************************
Banner
************************************/
.banner {
  background: url('../img/bg-banner.jpg') no-repeat center top;
  background-size: cover;
  min-height: 580px;
  position: relative;
}

.bg-color {
  background-color: RGBA(12, 11, 11, 0.82);
  min-height: 580px;
}

.text-dec {
  font-size: 24px;
  padding: 10px 20px;
  margin: 15px 0;
  text-transform: uppercase;
  color: #92374d;
}

.text-border {
  border: 5px solid #fff;
  display: inline-block;
  margin-top: 150px;
}

.intro-para {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 45px;
  color: #92374d;
  margin-top: 30px;
}

.quote .btn {
  background-color:
}

.modal-dialog {
  width: 600px;
  margin: 150px auto;
}

.mouse {
  width: 25px;
  height: 45px;
  border: 2px solid #92374d;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -12.5px;
  border-radius: 12px;
}

@-webkit-keyframes rotateplane {
  0% {
    top: 10px;
  }

  25% {
    top: 14px;
  }

  50% {
    top: 19px;
  }

  75% {
    top: 24px;
  }

  100% {
    top: 28px;
  }
}

@-moz-keyframes rotateplane {
  0% {
    top: 10px;
  }

  25% {
    top: 14px;
  }

  50% {
    top: 19px;
  }

  75% {
    top: 24px;
  }

  100% {
    top: 28px;
  }
}

@-o-keyframes rotateplane {
  0% {
    top: 10px;
  }

  25% {
    top: 14px;
  }

  50% {
    top: 19px;
  }

  75% {
    top: 24px;
  }

  100% {
    top: 28px;
  }
}

.mouse::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #92374d;
  border-radius: 100%;
  left: 50%;
  top: 10px;
  margin-left: -2.5px;
  transition: all 0.3s ease-in;
  -webkit-animation-name: rotateplane;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s;
  /* Chrome, Safari, Opera */
  animation-name: rotateplane;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.modal-content h4 {
  font-size: 1.5em;
  font-weight: 700;
}

.login-box-body {
  padding: 15px 30px;
}

.login-box-msg, .register-box-msg {
  margin: 0px;
  text-align: center;
  padding: 0px 20px 20px;
}

.modal-sm {
  width: 400px;
}

.padleft-right {
  padding-left: 5px;
  padding-right: 0px;
}

.big-text {
  font-size: 35px;
}

.small-text {
  font-size: 16px;
}

.quote .btn {
  background-color: #fff;
  color: #92374d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}

.quote .btn:hover, .quote .btn:focus {
  background-color: #92374d;
  color: #fff;
  border-color: #92374d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/***********************************
Features
************************************/
}

.bottom-line {
  width: 25px;
  height: 3px;
  background-color: rgb(99, 122, 145);
}

.fea {
  margin-top: 0px;
}

.fea-img {
  width: 20%;
}

.heading {
  width: 80%;
}

.fea i {
  font-size: 39px;
  color: #fff;
  margin-top: 7px;
}

.heading h4 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
  margin: 10px 0px;
  text-align: left;
}

.heading p {
  text-align: left;
}

/***********************************
 Organisations
************************************/
#organisations {
  background-color: rgb(247, 247, 247);
}

.orga-stru {
  background-color: #fff;
  width: 109px;
  height: auto;
  padding: 10px 10px 25px 10px;
  text-align: center;
  border-radius: 0px 80px 99px 99px;
  -moz-border-radius: 0px 80px 99px 99px;
  -webkit-border-radius: 0px 80px 99px 99px;
  -o-border-radius: 0px 80px 99px 99px;
}

.orga-stru h3 {
  font-size: 36px;
  color: white;
  font-weight: bold;
}

.orga-stru p {
  font-size: 14px;
  color: white;
  font-weight: normal;
  line-height: 20px;
  padding-top: 15px;
}

.orga-stru i {
  font-size: 150px;
  margin-top: 35px;
  color: rgb(255, 255, 255);
}

h3.det-txt {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

h4.sm-txt {
  color: #fff;
  font-size: 24px;
}

p.det-p {
  padding: 40px 0px;
}

#pricing {
  background: rgb(247, 247, 247);
}

/***********************************
Cta
************************************/
#cta-2 {
  padding: 140px 0;
}

.cta-2-txt {
  font-size: 24px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
  line-height: 34px !important;
}

.cta-2-form input[type="email"] {
  border: 0px solid #CCC;
  padding: 13px 40px;
  font-size: 18px;
  color: #2b5d83;
  font-weight: 100;
  min-width: 280px;
  margin-left: -4px;
  margin-bottom: 2px;
  border: 1px solid #fff;
  background-color: rgb(247, 247, 247);
  border-radius: 30px 0px 0px 30px;
}

.cta-2-form-submit-btn {
  font-size: 18px;
  text-transform: capitalize;
  color: #92374d;
  background-color: #fff;
  border: 2px solid #92374d;
  padding: 14px 30px;
  margin-left: -4px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 30px 30px 0px;
}

/***********************************
Work Shop
************************************/
#work-shop {
  background-color: rgb(247, 247, 247);
}

.service-box {
  background: #92374d;
  padding: 60px 30px 80px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.icon-box i {
  color: #fff;
  font-size: 65px;
}

.ser-text {
  font-size: 24px;
}

.icon-box, .icon-text {
  padding: 20px 0px 0px;
}

/***********************************
Mentor Team
************************************/
.pm-staff-profile-image {
  width: 150px;
  height: 150px;
  background-color: #C6C6C6;
  border-radius: 50%;
  display: inline-block;
}

.pm-staff-profile-details {
  padding: 20px 20px;
}

.pm-staff-profile-name {
  font-size: 24px;
  text-transform: capitalize;
  color: #2b5d83;
}

.pm-staff-profile-title {
  text-transform: capitalize;
  color: #4b4b4b;
  font-weight: 500;
  padding: 12px 0px;
}

.pm-staff-profile-bio {
  text-transform: capitalize;
  color: #4b4b4b;
  font-weight: 100;
}

/***********************************
Testimonial
************************************/
#testimonial {
  background-color: #111;
}

.bg-white {
  background-color: #92374d !important;
}

.text-comment {
  background-color: rgb(255, 255, 255);
  padding: 20px;
}

.text-par {
  font-size: 20px;
  padding-bottom: 15px;
}

/***********************************
Course
************************************/
[class*=" imghvr-"] figcaption, [class^="imghvr-"] figcaption {
  background-color: #fff;
}

[class*=" imghvr-"], [class^="imghvr-"] {
  background-color: #fff;
  color: #92374d;
}

/***********************************
Price Table
************************************/
.price-table {
  box-shadow: 0px 0px 1px 0px RGBA(0, 0, 0, 0.4);
  position: relative;
}

.price-table .pricing-head {
  background: #92374d;
  padding: 40px;
  text-align: center;
}

.price-table .pricing-head h4 {
  font-size: 22px;
  color: #232c3b;
  margin-top: 0px;
  letter-spacing: 1px;
  border-bottom: 1px solid #232c3b;
  padding-bottom: 20px;
}

.pricing-head .amount {
  font-size: 60px;
  font-weight: bold;
}

.pricing-head .curency {
  display: inline-block;
  position: relative;
  top: -30px;
  font-size: 20px;
}

.price-in {
  background: #92374d;
  text-align: center;
}

.btn-bg {
  border: 0px;
  border-radius: 0px;
  color: #92374d !important;
  padding: 20px 0px;
  font-weight: bold !important;
  font-size: 14px;
  background-color: #fff;
}

/***********************************
Contact Us
************************************/
.contact form .form {
  width: 100%;
  height: auto;
  padding: 15px 15px 12px;
  font-size: 18px;
  margin-bottom: 18px;
  color: #7f7f7f;
  letter-spacing: 0.5px;
}

#contact .form-control {
  background: #fafafa;
  border: 1px solid rgba(119, 81, 81, 0.34);
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
}

.textarea {
  height: 228px;
  max-width: 100%;
  max-height: 229px;
}

.light {
  font-weight: 100;
}

.white {
  color: #fff !important;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

/***********************************
Footer
************************************/
.footer {
  padding: 60px 0 20px;
  background: #111;
  color: #ccc;
}

.footer a {
  color: #92374d;
}

.footer h3 {
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
  font-size: 24px;
}

.footer .form-control {
  border-radius: 30px;
  border: none;
  background: rgba(255, 255, 255, .1);
  padding-left: 30px;
  color: #e5e6e7;
  margin-bottom: 0;
  height: 48px;
}

.footer .social-links li a {
  color: #92374d;
  font-size: 32px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.footer .social-links li {
  display: inline-block;
  margin: 0 25px 25px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.footer .mc-trial {
  margin: 20px 0;
}

.footer .social-links {
  list-style: none;
  padding: 0;
  margin: 30px 0 40px;
  padding: 40px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-submit:hover, .btn-submit:focus {
  background-color: #fff;
  color: #92374d;
}

.btn-submit {
  padding: 14px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #fff;
  color: #92374d;
}

.btn-submit i {
  padding-left: 8px;
}

.btn-sec {
  margin-top: 20px;
}

.ser-btn {
  padding: 10px 18px;
  border: 0px;
  background-color: #222935;
  color: #92374d;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 20px;
}

.mem-info {
  padding: 45px 10px 0px;
  background-color: #eee;
}

.mem-info h4 {
  font-size: 18px;
  padding: 10px 0px;
}

.mem-info h3 {
  font-size: 24px;
  padding: 15px 0px;
}

.mem-info h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mem-info p {
  margin: 0 0 10px;
}

.agent-social li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  margin-bottom: 10px;
}

.btn {
  padding: 10px 20px;
}

.light-form-button {
  background: #fff;
  border: 1px solid rgba(119, 81, 81, 0.34);
  width: 24%;
  padding: 10px 10px;
  margin-bottom: 15px;
  color: #92374d;
  : #fafafa;
  border: 1px solid rgba(119, 81, 81, 0.34);
  width: 24%;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-green, .btn-green:hover {
  background-color: #fff;
  color: #92374d;
}

.footer .form-control:focus {
  box-shadow: none;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 769px) and (max-width: 980px) {
  .ser-text {
    font-size: 20px;
  }

  .service-box, .feature-info, .orga-stru {
    margin-bottom: 30px;
  }

  .pricing-head .amount {
    font-size: 51px;
  }

  .price-table .pricing-head h4 {
    font-size: 18px;
  }
}

@media (min-width: 451px) and (max-width: 768px) {
  .ser-text {
    font-size: 20px;
  }

  .service-box, .feature-info {
    margin-bottom: 30px;
  }

  .pricing-head .amount {
    font-size: 51px;
  }

  .price-table .pricing-head h4 {
    font-size: 18px;
  }
}

@media (min-width: 20px) and (max-width: 450px) {
  .text-dec {
    font-size: 20px;
  }

  .big-text {
    font-size: 30px;
  }

  .small-text {
    font-size: 14px;
  }

  .intro-para {
    font-size: 30px;
  }

  .header-section p {
    font-size: 14px;
  }

  .heading {
    margin-bottom: 20px;
  }

  .orga-stru i {
    font-size: 92px;
  }

  .orga-stru {
    padding: 5px 5px 15px 5px;
    width: 75px;
    margin-bottom: 20px;
  }

  .orga-stru h3 {
    font-size: 28px;
  }

  .orga-stru p {
    font-size: 13px;
  }

  h3.det-txt {
    font-size: 28px;
  }

  .cta-2-txt {
    font-size: 20px;
  }

  .service-box, .text-comment, .price-table {
    margin-bottom: 30px;
  }

  .contact-form-button {
    width: 40%;
  }

  .footer .social-links li {
    margin: 0 5px 25px;
  }

  .cta-2-form-submit-btn {
    font-size: 10px;
  }

  .cta-2-form input[type="email"] {
    padding: 13px 10px;
    font-size: 10px;
    min-width: 187px;
  }

  .modal-sm {
    width: 300px;
  }

  .login-box-body {
    padding: 15px 20px;
  }

  .-default .navbar-brand {
    margin-left: 10px;
  }

  .-default .navbar-brand2 {
    margin-left: 20px;
  }

  . -default .navbar-nav>li>a {
    text-align: center;
  }
}

/***********************************
************************************
iframe plots
************************************
***********************************/
#makemat {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.iframe-container {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-top: 35px;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  margin-right: 20px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}

.iframe-container2 {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom: 105%;
  height: 0;
  overflow: hidden;
}

.iframe-container3 {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.iframe-container3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}

.iframe-container_table {
  /* padding-bottom = h/w as a % */
}

.iframe-container_table iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  align="left";
}

.iframe-container2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}

.iframe-container-spider {
  /* padding-bottom = h/w as a % */
  position: relative;
  height: 0;
  overflow: hidden;
  height: 700px;
}

.iframe-container-spider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}

.iframe-container-counter {
  /* padding-bottom = h/w as a % */
  position: relative;
  height: 0;
  padding-bottom: 22.5%
}

.iframe-container-counter iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.iframe-container-table {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom: 100%;
  height: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.iframe-container-table4 {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom: 30%;
  height: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.iframe-container-table3 {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom: 31%;
  height: 100%;
  overflow: hidden;
  margin-right: 20px;
}

@media screen and (max-width: 800px) {



  h2a {
    margin-bottom: 20;
    color: #000;
    font-size: 20px;
    font-family: arial;
    font-weight: 900;
  }

  h2b {
    margin-bottom: 20;
    color: #000;
    font-size: 22px;
    font-family: arial;
    font-weight: 900;
    text-align: center;
  }

  pa1 {
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: justify;
    text-justify: inter-word;
    display: inline-block;
    font-weight: 500;
  }

  pa2 {
    text-align: justify;
    text-justify: inter-word;
    font-size: 12px;
    color: #000;
    display: inline-block;
    font-weight: 500;
  }

  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    z-index: 1;
    /* Sit on top */
    padding-top: 0;
    /* Location of the box */
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: visible;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .btn {
    border: none;
    background-color: inherit;
    padding: 0px 0px;
    font-size: 12px;
    cursor: pointer;
    display: float;
  }

  .iframe-container-table {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 100%;
    height: 100%;
    margin-right: 20px;
  }

  .iframe-container-table4 {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 30%;
    height: 100%;
    margin-right: 20px;
  }

  .iframe-container-table2 {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 110%;
    height: 100%;
    margin-right: 20px;
  }



  .iframe-container-table2_ {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 110%;
    height: 100%;
    margin-right: 20px;
  }

  .iframe-container-table3 {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 100%;
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
  }

  .iframe-container-table iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    align="left";
  }
}



.iframe-container-table2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}

}

.iframe-container-table2_ iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

/***********************************
************************************
svg plots
************************************
***********************************/
/* ratio based on images (png) dimensions
   ratio relative / absolute needed with safari (win7) and dolphin browser android 4.2
   with background-size: cover in the SVG (<style>)
*/
.svg-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 10%;
  margin: auto;
  overflow: hidden;
  float: left;
}

.svg-content {
  position: absolute;
  top: 25px;
  left: 0;
  padding: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.box-transparent {
  overflow: hidden;
  max-width: 100%;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  text-overflow: ellipsis;
}

.wrapper {
  margin: 7px;
  overflow: hidden;
  border: 3px solid black;
  border-radius: 10px;
}

.wrapper2 {
  margin: 10px;
}

.wrapper2_ {
  margin: 10px;
  width: 130%
}

.wrapper2__ {
  margin: 10px;
  width: 100%;
  position: relative;
}

.wrapper3 {
  margin: 20px;
  text-align: center;
}

.wrapper4 {
  margin: 5px;
}

.wrapper5 {
  margin: 20px;
}

.wrapper6 {
  text-align: left;
}

@media all and (min-width: 801px) {
  pa1 {
    width: 100%;
    font-size: 18px;
    color: #000;
    text-align: justify;
    text-justify: inter-word;
    display: inline-block;
    font-weight: 500;
  }

  h2a {
    margin-bottom: 20;
    color: #000;
    font-size: 32px;
    font-family: arial;
    font-weight: 900;
  }

  h2b {
    margin-bottom: 20;
    color: #000;
    font-size: 27px;
    font-family: arial;
    font-weight: 900;
    text-align: center;
  }

  h3b {
    margin-bottom: 20;
    color: #000;
    font-size: 20px;
    font-family: arial;
    font-weight: 900;
    text-align: center;
  }

  pa2 {
    text-align: justify;
    text-justify: inter-word;
    font-size: 16px;
    color: #000;
    display: inline-block;
    font-weight: 500;
  }


  .iframe-container2 {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 105%;
    height: 0;
    overflow: hidden;
  }
  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    z-index: 1;
    /* Sit on top */
    padding-top: 0;
    /* Location of the box */
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: visible;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .btn {
    border: none;
    background-color: inherit;
    padding: 0px 0px;
    font-size: 18px;
    cursor: pointer;
    display: float;
  }

  .iframe-container-table2 {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 50%;
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
  }

  .iframe-container-tiktok {
    /* full screen */
    position: relative;
    padding-bottom: 110%;
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
  }

  .iframe-container-tiktok iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    align="left";
  }

}

.iframe-container-table2_ {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom: 50%;
  height: 100%;
  overflow: hidden;
  margin-right: 20px;
  left: -10%
}

.wrapper2__ {
  margin: 10px;
  position: relative;
  width: 100%;
  left: -10%;
}
}

@media all and (min-width: 701px) {
  .urltable {
    height: 500px;
  }

  .iframe-container-table {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 100%;
    height: 460px;
    margin-right: 20px;
  }

  .iframe-container-table iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    align="left";
  }

  .iframe-container-table4 {
    /* padding-bottom = h/w as a % */
    position: relative;
    padding-bottom: 30%;
    height: 460px;
    margin-right: 20px;
  }

  .iframe-container-table4 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    align="left";
  }

  .iframe-container-spider {
    /* padding-bottom = h/w as a % */
    position: relative;
    height: 0;
    overflow: hidden;
    height: 700px;
    width: 100%;

  }

  .iframe-container-spider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    align="left";
  }

  .iframe-container-wc {
    /* padding-bottom = h/w as a % */
    position: relative;
    height: 0;
    overflow: hidden;
    height: 700px;
  }

  .iframe-container-wc iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    align="left";
  }

  .wrapper40 {
    width: 39.9999%;
    display: block;
    float: left;
  }

  .wrapper60 {
    width: 59.9999%;
    display: block;
    float: right;
  }

  .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
}

@media all and (max-width: 800px) {

  .iframe-container-tiktok {
    /* full screen */
    position: relative;
    padding-bottom: 210%;
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
  }

  .iframe-container-tiktok iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    align="left";
  }
  .wrapper {
    margin: 7px;
    overflow: hidden;
    border: 3px solid black;
    border-radius: 10px;

  }

  .navbar-default .navbar-brand2{
    font-weight: 700;
    font-size: 9px;
  padding-top: 28px;
  align:center;
  }
  }

  .wrapper2 {
    margin: 10px;
  }

  .wrapper2_ {
    margin: 10px;
    position: relative;
    width: 100%
  }

  .wrapper2__ {
    margin: 20px;
    position: relative;
    width: 100%:
  }

  .wrapper3 {
    margin: 20px;
    text-align: center;
  }

  .wrapper4 {
    margin: 5px;
  }

  .wrapper5 {
    margin: 20px;
  }

  .wrapper6 {
    text-align: left;
  }

  h3b {
    margin-bottom: 20;
    color: #000;
    font-size: 12px;
    font-family: arial;
    font-weight: 900;
    text-align: center;
  }

  .iframe-container-table2 {
    /* full screen */
    position: relative;
    padding-bottom: 110%;
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
  }



  .iframe-container-table2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    align="left";
  }


.iframe-container-table2_ {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom: 100%;
  height: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.iframe-container-table2_ iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}


.wrapper40 {
  width: 100%;
  display: block;
  float: left;
}

.wrapper60 {
  width: 100%;
  display: block;
  float: left;
}

.iframe-container-table {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom:180%;
  margin-right: 20px;
}



.iframe-container-table4 {
  /* padding-bottom = h/w as a % */
  position: relative;
  padding-bottom:180%;
  margin-right: 20px;
}

.iframe-container-table4 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}

.iframe-container-spider {
  /* padding-bottom = h/w as a % */
  position: relative;
  height: 0;
  overflow: hidden;
  height: 700px;
}

.iframe-container-spider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border: 0;
}

}

.col-container {
  display: table;
  /* Make the container element behave like a table */
  width: 100%;
  /* Set full-width to expand the whole page */
}

.col {
  display: table-cell;
  /* Make elements inside the container behave like table cells */
}

.iframe-container-wc {
  /* padding-bottom = h/w as a % */
  position: relative;
  height: 0;
  overflow: hidden;
  height: 700px;
}

.iframe-container-wc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  align="left";
}


@media all and (max-width: 700px) {


  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    z-index: 1;
    /* Sit on top */
    padding-top: 0;
    /* Location of the box */
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: visible;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .btn {
    border: none;
    background-color: inherit;
    padding: 0px 0px;
    font-size: 12px;
    cursor: pointer;
    display: float;
  }

  .img {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.modal_:target:before {
  display: none;
}

.modal_:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.modal_ .modal_-dialog {
  background: #fefefe;
  border: #333333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  z-index: 11;
  width: 360px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  top: 20%;
}

.modal_:target .modal_-dialog {
  top: -100%;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
}

.modal_-body {
  padding: 20px;
}

.modal_-header, .modal_-footer {
  padding: 10px 20px;
}

.modal_-header {
  border-bottom: #eeeeee solid 1px;
}

.modal_-header h2 {
  font-size: 20px;
}

.modal_-footer {
  border-top: #eeeeee solid 1px;
  text-align: right;
}
