@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

#fixed{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #ff8877;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fixedhover{
  height: 70px;
  width: 120px;
  position: fixed;
  bottom: 30px;
  right: 100px;
  background-color: #c9c7c7;
  border-radius: 10px;
  display: none;
}

#fixed:hover + #fixedhover{
  display: block;
  z-index: 100000;
}

#fixedhover > p{
  margin-top: 8px;
  font-weight: bold;
}

#fixed > p{
  color: white;
  font-weight: bold;
}

#fixed:hover{
  cursor: pointer;
}

.testlink{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #f6d7d3;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: -1;
  }
  
  .testlink > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-weight: 500;
  }
  
  .testlink > div > h4 {
    font-weight: bolder;
  }
  
  .testlink > a{
    color: #fff;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: smaller;
  }
  
  .testlink > a:hover{
    color: #ff8877;
    background-color: black;
  }
  

#y1, #y2, #y3, #y4, #y5{
  background-color: #E0ECFF;
}
.banner_info{
  height: 50rem;
}
.full_cont{
        display: flex;
        border: 1px black;
        background-image: url('images/Ready-fin-3-1\ \(1\).gif');
        background-repeat: no-repeat;
        background-size: 100% 100%;
     }
    .right{
        padding-top: 30%;
        padding-left: 30%;
        display: inline;   
    }
    .left{
      margin-top: 7%;
      margin-left: 7%;
    }
    
    .data1,.data2{ 
        margin-right: 7%;
    }
    
    .rightnav {
    display: flex;
    align-items: center;
    font-family: 'Source Sans Pro';
    color: white;

  }

    .rightnav li {
    position: relative;
    list-style: none;
    padding-right: 5%;
    font-family: 'Source Sans Pro';
    font-size: 1rem;

  }
  .header {
    background: #fbfafb;
    color: #000;
    font-family: 'Source Sans Pro';
  }
    .top {
    text-decoration: none;
    color: black;
    font-weight:700;
        font-size:12px

  }
  
    .top2 {
    text-decoration: none;
    color: black;
    font-weight:700;
        font-size:16px

  }

  .top:hover {
    color: #ff8877;
  }


  .nav-item{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .logo2 {
    width: 15rem;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }
.topnav-right {
  float: right;
}

#hdh3 {
    font-family: 'Crete Round', serif;
}
#right-part{
  margin-top: 400px;
}

#dot {
  height: 70px;
  width: 70px;
  background-color: #f6d7d3;
  border-radius: 50%;
  display: inline-block;
}

#div_top_line {
    background-color:#ff8877;
    display:inline;      
}
#ul_top_line li{
    display: inline;
}

.top-left {
  position: absolute;
  padding-top: 2%;
  padding-left: 5%;
  text-align: justify;
}
.top-right {
  right: 5%;
  text-align: justify;
}
.bottom-right {
  position: absolute;
  bottom: 35%;
  right: 5%;
  text-align: justify;
}
.count-info-div {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.imags {
    margin-left: 0;
}
@media only screen and (max-width: 576px){
  .col-sm-3 {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1150px){
  .top-left {
    position: relative;
  }
  .bottom-right {
    top: 5%;
  }
  .count-info1 {
      display: inline-block;
  }
  .tracks {
      width: auto;
  }
}

@media only screen and (max-width: 940px){
  .boxcont {
      display:block;
  }
  .heading-block1 {
      width:100%;
  }
}

@media only screen and (max-width: 800px){
  #intro_panels{
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-basis: 100%;
  }
  .top-left h1,h4{
    font-size: small;
  }
  .top-left {
    position: relative;
  }

  .bottom-left {
    font-size: small;
  }
  .bottom-right p,h5{
    font-size: smaller;
  }
  .bottom-right {
    top: 5%;
  }
  .btn-small {
      font-size: 10px;
  }
    .bottom-right{
    display: none;
  }
}
@media only screen and (max-width: 600px){
  .vid_container{
    display: flex;
    flex-direction: column;
  }
  .top-left {
    position: relative;
    text-align: justify;
  }
  .bottom-right {
    top: 5%;
  }

  .bottom-left {
    position: absolute;
    bottom: 15%;
    left: 5%;
    text-align: justify;
  }
  .btn-small {
      font-size: 10px;
  }
  
}

#intro_panels{
  display: flex;
  align-items: stretch;
}

#intro_panels h3{
  font-size: 12rem;
}
#right-part h5{
  font-size: small;
  color: #ff8877;
}
.vid_container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 35%;
  left: 5%;
}
.nav-item{
  text-align: center;
  padding-left: 10px;
  padding-right: 30px;
}
.primary-icon{
  height: auto;
}
html, body {
    padding: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
}
#myHeaderfix{
background:rgba(251,250,251,0.95);
}
.h_intro{
margin-top:-80px;
z-index:999 !important;
}
.tops_bar{
margin-left:60%;
}
@media screen and (max-width: 480px) {
.tops_bar{
margin-left:0% !important;
}
.tops_bar li{
float:left;
display:inline;
}
.navbar-brand img{
margin-left:0% !important;
}
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media screen and (min-width: 1200px) {
#myHeaderfix .container {
    max-width: 94% !important;
	font-family: 'Poppins', sans-serif;
}
#myHeaderfix {
    padding: 0rem 1rem;
}
#myHeaderfix .navbar .navbar-brand{
margin-right:20px;
}
#myHeaderfix .navbar-nav .nav-item a{
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	padding:35px 16px;
}
#myHeaderfix .nav-item {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
#myHeaderfix .navbar-nav .nav-item a:hover{
	background:#F0F0F0;
	color:#000000;
}
#myHeaderfix .social_icons{
float:right !important;
margin-left: 170px;
}
}
@media screen and (min-width: 1580px) {
#myHeaderfix .social_icons{
float:right !important;
margin-left: 300px;
}
}
.navbar-nav .nav-item a{
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
@media screen and (max-width: 480px) {
.navbar-nav .nav-item a {
    line-height: 46px;
}
.navbar-nav .nav-item {
    border-bottom: 1px solid #CCCCCC;
}
#myHeaderfix {
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}
}


  
  