html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
}
.navbar-brand img{
	width: 70px;
}
.log{
  width: 100px!important; 
}
a:hover{
  text-decoration: none;
}
.imgbg{
	width: 100%;
  height: 80%;
}
.navbar{
	background-color: rgb(5, 5, 5)!important;
  z-index: 2;
}
@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.team4 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}
.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
  color: #3bb78f;
}
.team4 .font-weight-medium {
	font-weight: 500;
}
.team4 h5 {
    line-height: 22px;
    font-size: 18px;
}
.team4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
		font-size: 13px;
}
.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.jumbotron{
  color:black!important;
}
.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}
   .line{
   	height: 7px;
   background-color: #f9484a;
background-image: linear-gradient(315deg, #34e24c 0%, #23f5af 74%);
margin-bottom: 20px;
   }
   .line2{
   	height: 9px;
    border-radius: 5px;
   	width:50%;
background-color: #3bb78f;
background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
margin-left: 25%;
   }
   #test-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 1.5rem auto;
  width: 75%;
  max-width: 1200px;}
  #test-list section {
    margin-bottom: 50px;
    width: 264px;}
    #test-list .top-box {
      background-color: #DFDBD5;
      width: 263px;
      height: 103px;
      position: absolute;
      z-index: 1;
    }
   #test-list img {
      background-color: gray;
      border-radius: 100%;
      border: 3px solid #D4D4D4;
      width: 133px;
      height: 133px;
      object-fit: cover;
      position: relative;
      display: block;
      margin: auto;
      top: 15px;
      z-index: 5;
    }
    .bottom-box {
      box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
      width: 263px;
      height: 238px;
      transform: translateY(-50px);
      }
      .bottom-box blockquote {
        margin: 0 auto;
        padding: 0;
        width: 210px;
        
      }
      .bottom-box p {
          font-style: italic;
          font-size: 16px;
          line-height: 21px;
          padding-top: 60px;
        }
     .bottom-box .test-details {
        text-align: center;}
        .bottom-box  span {
          font-size: 18px;
          font-weight: 500;
        }
.head1{
  font-size: 100px;
  font-weight: bolder;
  text-align: center;
  font-style: oblique;
  color: white;
}
.head2{
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  color: white;
}
.pl{
position: absolute;
top:36%;
        left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
}
 .register-button {
   background: cyan;
   width: 180px;
   margin-top: 40px;
   padding: 5px 0;
   border-radius: 10px;
}
 .register-button p {
   font-family: 'Roboto';
   text-align: center;
   text-transform: uppercase;
   color: maroon;
  
}
 .register-button:hover {
   background: darkred;
   cursor: pointer;
   opacity: 2;
}
.register-button:hover p{
  color: black;
}
 .register-button:after {
   content: "";
   display: block;
   position: absolute;
   width: 60%;
   height: 10%;
   border-radius: 50%;
   background-color: #000;
   opacity: 0.4;
   bottom: -30px;
}
@media (max-width: 768px) {
  .im1{
    width:70px!important;
  }
  .im2{
    position: absolute;right: 0;
    width:110px!important;
    height: 70px;
  }
  .im3{
    right: 0px;
  }
  .imgbg{
        margin-top: -100px;
    margin-left: -70px;

    height: 100vh;
    width: 800px;
  }
  .logbutton{
    position: relative;
    left:0%;
    margin-bottom: 30px; 
  }
  .sca{
    max-width: 70%;
    margin-left: 15%;
  }
  .pl{
        left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  }
  .head1{
    font-size: 40px;
  }
  .head2{
    font-size: 20px;
  }
  .navbar{
    background-color: transparent!important;
  }
   .grid-container {
    display: grid;
    grid-row-gap: 30px;
  }	
}
@media (min-width: 768px) and (max-width: 992px) {  
    .pl{
    left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  }
  .head1{
    font-size: 70px;
  }
  .head2{
    font-size: 20px;
  }
  .im1{
    width:70px!important;
  }
  .im2{
    position: absolute;right: 0;
    width:100px!important;
  }
  .imgbg{
        margin-left: 0px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px){
  .im3{
    display: none; 
  }
  .xy{
    margin-left: 20px;
  }
    .ht{
    height: 255px;
    width: 255px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#faq {
  padding: 60px 0;
}
#faq #faq-list {
  padding: 0;
  list-style: none;
}
#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}
#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
  color:red;
}
#faq #faq-list a:hover, #faq #faq-list a:focus{
  text-decoration:none;
}
#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}
#faq #faq-list p {
  margin-bottom: 20px;
}
#faq #faq-list a.collapse {
  color: cyan ;
}
#faq #faq-list a.collapsed {
  color: #7168e7 ;
}
#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}
.myfooter ul
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.myfooter ul li
{
  list-style: none;
  margin-left: 20px;
  font-size: 2.5rem;
  padding: 10px;
}
.myfooter ul li:nth-child(1) a
{
  color:#3B5998;
}
.myfooter ul li:nth-child(2) a
{
  color:  #f40083;
}
.myfooter ul li:nth-child(3) a
{
  color:#007bb5;
}
.myfooter ul li:nth-child(4) a
{
  color: black;
}
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #0bab64 ;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #0bab64 ;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #0bab64 ;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #0bab64 ;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0bab64 ;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
