/*****TypographyCSS*****/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  scroll-behavior: smooth;}

@-ms-viewport {
  width: device-width; }


body {
  margin: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #353935; }
/* no margin for header and footer section */
section.footer, section.header  {
    margin: 0; 
}
/* 20px top and bottom margin for all sections */
section {
    margin: 20px 0; 
    display: block;
    width: 100%;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
 }

textarea {
  overflow: auto;
  resize: vertical; }

h1, .h1 {
  font-size: 2.75rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.813rem; }

.lead {
  font-size: 1.4rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
/*****TypographyCSS*****/

/*****hailey*****/ 
/* #hailey(haileyHeader) #css starts  */
.haileyHeader .logo {
    max-width: 70px;
    margin: 0 auto 2em auto
}
.haileyHeader .logo-header {
    background: linear-gradient(rgb(117 123 129 / 60%), rgba(62, 63, 64, 0.6)), url(https://images.moksy.com/templates/default/banner/keyboard-background.jpg);
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 100px
}
.haileyHeader .logo-header h2 {
    font-size: 60px;
    margin: 0 auto 0.2em auto
}
.haileyHeader .logo-header p {
    font-size: 1.15rem;
    width: 80%;
    margin: 0 auto 2em auto
}

.haileyHeader .logo-header .btn {
    padding: 10px 26px;
    background-color:  #FFF;
    color: #313131;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    border: solid 2px #313131;
    border-radius: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}
.haileyHeader .logo-header .btn:hover {
    color: #FFF;
    background-color: #313131; 
    border-color: #313131
}
@media (min-width: 992px) {
    .haileyHeader .logo-header {
        height: 100vh;
        padding-top: 0;
        padding-bottom: 0
    }
    .haileyHeader .logo-header h2 {
        font-size: 4rem
    }
    .haileyHeader .logo-header p {
        width: 60%
    }
}
@media (max-width: 480px) {
    .haileyHeader .logo-header h2 {
        font-size: 2.4rem
    }
}
/* #hailey(haileyHeader) #css ends  */
/*****hailey*****/

/*****agni*****/
/* #agni(agniAbout) #css starts  */
.agniAbout .DescriptionHeading {
    font-size: 50px
}
.agniAbout .DescriptionPara {
    color: #808080;
    font-size: 18px
}
.agniAbout .badge{
    color: #fff;
    background-color: #353935;
}
.agniAbout .searchBtn{
    background-color:#353935;
    border-radius: 15px;
    color: white;
    padding: 0.375rem 2rem;
}
.agniAbout .input-group>.form-control:focus,
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border: none;
}
.agniAbout img{
    margin-top: 25px;
}
/* #agni(agniAbout) #css ends  */
/*****agni*****/

/*****fori*****/
/* #fori(foriFeature) #css starts */
.foriFeature .fdb-block {
    padding: 7.5rem 0
 }

 .foriFeature  .fdb-block img.fdb-icon {
      width: auto;
      width: 3.75rem
    }
/* #fori(foriFeature) #css starts */
/*****fori*****/

/*****atami*****/
 /* #atami(atamiAbout) #css starts  */
 .atamiAbout .video_card {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.atamiAbout .video_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7
}

.atamiAbout .video_card>img {
    width: 100%
}

.atamiAbout .video_card>.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    background: #2077FF;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.4);
    border: none;
    color: white;
    outline: none
}

.atamiAbout .video_card>.btn:hover {
    box-shadow: 0px 0px 0px 14px rgba(255, 255, 255, 0.5)
}

.atamiAbout .video_card>.btn:active {
    color: #2077FF;
    background: rgba(255, 255, 255, 0.5)
}
.atamiAbout .para{
    font-size: 20px;
}
/* #atami(atamiAbout) #css ends  */
/*****atami*****/

/*****fortune*****/
/* #fortune(fortuneFeature) #css starts  */
/* #fortune(fortuneFeature) #css ends  */
/*****fortune*****/

/*****agdu*****/
    /* #agdu(agduAbout) #css starts  */
    .agduAbout .video_card {
        position: relative;
        border-radius: 5px;
        overflow: hidden
    }

    .agduAbout .video_card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f48637;
        opacity: 0.7
    }

    .agduAbout .video_card>img {
        width: 100%
    }

    .agduAbout .video_card>.btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        background: #fff;
        border-radius: 100%;
        width: 80px;
        height: 80px;
        box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.4);
        border: none;
        outline: none
    }

    .agduAbout .video_card>.btn:hover {
        box-shadow: 0px 0px 0px 14px rgba(255, 255, 255, 0.5)
    }

    .agduAbout .video_card>.btn:active {
        background: rgba(255, 255, 255, 0.5)
    }
    /* #agdu(atamiAbout) #css ends  */
/*****agdu*****/

/*****tanvi*****/
    /* #tanvi(tanviTestimonial) #css starts  */
    .tanviTestimonial .fdb-block {
        padding: 3rem 0;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        background-color: #FFFFFF
       }
      
      .tanviTestimonial .fdb-block .fdb-box {
          background: #FFFFFF;
          padding: 3.75rem 2.5rem;
          overflow: hidden;
          color: #444444;
          border-radius: 0.25rem;
          box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) 
      }
    /* #tanvi(tanviTestimonial) #css ends  */
/*****tanvi*****/

/*****cade*****/
 /* #cade(cadeCounters) #css starts  */
 .cadeCounters h2{
    font-size: 35px;
    color: #353935   
}
.cadeCounters h4{
    font-size: 24px;
    color: #424242
}
.cadeCounters .h-50{
    margin-top: -66px
}

@media (min-width: 576px) {
    .cadeCounters .col-md-3{ 
        margin-bottom: 30px;
        text-align: center
     }          
}
@media (max-width: 576px) {
    .cadeCounters .col-md-3{ 
        margin-bottom: 30px;
        text-align: center            
     } 
     .cadeCounters .h-50{
        display: none
     }
    }
     @media (max-width: 900px) {
    .cadeCounters .col-md-3{ 
        margin-bottom: 30px;
        text-align: center            
     } 
     .cadeCounters .h-50{
        display: none
     }
}
/* #cade(cadeCounters) #css ends  */
/*****cade*****/

/*****babatunde*****/
/* #babatunde(babatundeBanner) #css starts  */
.babatundeBanner .button {
    background-color: #353935;
    color: #fff;
    margin-top: 10px;
}
.babatundeBanner .button:hover {
    color: #fff;
}
.babatundeBanner .background{
    background-image: url(https://images.moksy.com/templates/default/banner/student-with-laptop.jpeg);
    padding: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: black;
    opacity: 0.8;
}
.babatundeBanner .heading{
    margin-bottom: 25px
}
/* #babatunde(babatundeBanner) #css ends  */
/*****babatunde*****/

/*****finni*****/
    /* #finni(finniFooter) #css starts */
   .finniFooter .logo{
        max-height: 60px
    }
    .finniFooter a{
        color: #353935;
    }
    /* #finni(finniFooter) #css ends */
/*****finni*****/

