/*****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*****/

/*****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*****/

/*****single*****/
/* #single(eb6af6ab30a03fde) #css starts  */
.singleFeature{
    background: #fff
}
.singleFeature span{
    font-size:15px
}
.singleFeature .box{
    padding:40px 0px
}

.singleFeature .box-part{
    background:#FFF;
    border-radius:0;
    padding:30px 10px;
    margin:15px 0px
}
.singleFeature .text{
    margin:20px 0px
}

.singleFeature .fab{
 color: #353935
}
/* #single(eb6af6ab30a03fde) #css ends  */
/*****single*****/

/*****suki*****/
    /* #sukiSlider(sukiSlider) #css starts  */
    .sukiSlider .card img{
        max-height: 50px;
        max-width: 50px;
        margin-left: 30px
    }
    .sukiSlider .btnStyle{
        background-color: #1DA599
    }
    .sukiSlider .icon{
        color: white
    }
    .sukiSlider .card-text{
        font-weight: bold
    }
    /* #sukiSlider(sukiSlider) #css ends  */
/*****suki*****/

/*****tamia*****/
    /* #tamia(tamiaTestimonial) #css starts  */
    .tamiaTestimonial .fdb-block {
        padding: 3rem 0;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        background-color: #FFFFFF; 
        background-image: url(https://images.moksy.com/templates/default/shapes/shape-red.svg)
      }
       
       .tamiaTestimonial .fdb-block .fdb-box {
          background: #FFFFFF;
          padding: 3.75rem 2.5rem;
          overflow: hidden;
          color: #353935;
          border-radius: 0.25rem;
          box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2)
        }
        .tamiaTestimonial .lead{
            font-weight: 500;
        }
    /* #tamia(tamiaTestimonial) #css ends  */
/*****tamia*****/

/*****basu*****/
/* #basu(basuBanner) #css starts  */
.basuBanner {
    overflow: hidden
}
.basuBanner .button {
background-color: #353935;
color: rgb(255, 255, 255);
margin-top: 20px
}

.basuBanner .background{
padding: 110px
}
.basuBanner .banner-container{
background-color: #E8EDF3
}
.basuBanner .backgroundIMG{
background-image: url(https://images.moksy.com/templates/default/banner/teacher.jpeg);
height: 100%;
background-size: cover;
background-position: top;
background-repeat: no-repeat;
padding: 185px
}
/* #basu(basuBanner) #css ends  */
/*****basu*****/

/*****tamzin*****/ 
/* #tamzin(tamzinTeam) #css starts */
.tamzinTeam .fdb-block {
    padding: 3rem 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #FFFFFF }

    .tamzinTeam  .fdb-block img + h4 {
      margin-top: 1.25rem 
    }

    .tamzinTeam .fdb-block .row-70 {
      height: 2rem;
      width: 100%
     }
/* #tamzin(tamzinTeam) #css ends */
/*****tamzin*****/

/*****fabia*****/
/* #fabia(fabiaForm) #css starts */
.fabiaForm .fdb-block {
    padding: 7.5rem 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
 }

 .fabiaForm .fdb-block .container {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(https://images.moksy.com/templates/default/shapes/shape-yellow.svg)
    }

    .fabiaForm .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) 
     }
     .fabiaForm .btn{
        color: #fff;
background-color: #353935;
border-color: #353935;
     }
/* #fabia(fabiaForm) #css starts */
/*****fabia*****/

/*****fanus*****/
 /* #fanus(fanusFooter) #css starts */
 .fanusFooter{
    overflow: hidden;
 }
 .fanusFooter .round-btn {
    display: inline;
    height: 40px;
    width: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    float: left;
    margin: 15px 8px;
    border: 1px solid
}

.fanusFooter .round-btn a {
    display: block;
    padding: 7px 12px;
    font-size: 18px;
    border-radius: 50%
}

.fanusFooter .standard_header .standard_social_links {
    margin-left: 1rem
}

.fanusFooter .footer-wrap {
    padding-top: 43px;
    background-size: cover
}

.fanusFooter .footer-wrap h3 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px
}

.fanusFooter .footer-wrap p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 15px
}

.fanusFooter .copyright {
    border-top: 1px solid gray;
    font-size: 14px;
    color: #000000;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    background: #FFFFFF
}

.fanusFooter footer .first_class {
    padding-bottom: 21px
}

.fanusFooter footer .fanusFooter .first_class p,
footer .first_class h3 {
    margin: 0 0

}

.fanusFooter footer {
    background: #ffffff
}

.fanusFooter footer .newsletter input[type="text"] {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #222;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 12px
}

.fanusFooter .newsletter .newsletter_submit_btn {
    background: #fff;
    position: absolute;
    right: 30px;
    border: 0;
    top: 26px;
    font-size: 17px;
    color: #333
}

.fanusFooter footer .round-btn a {
    padding: 6px 10px !important;
    color: #353935;
}

.fanusFooter footer .round-btn {
    margin: 15px 4px
}

.fanusFooter ul {
    padding-left: 5px
}

.fanusFooter footer li {
    list-style: none
}

@media(max-width:768px) {
    .fanusFooter .footer-wrap h3 {
        margin-top: 27px
    }

    .fanusFooter footer .round-btn {
        margin: 15px 4px
    }
}

@media(max-width:320px) {
    .fanusFooter .copyright {
        font-size: 13px
    }
}
/* #fanus(fanusFooter) #css ends */
/*****fanus*****/

