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

/*****hackett*****/
    /* #hackett(hackettHeader) #css starts  */
    .hackettHeader .logo{
        max-height: 50px
    }
    .hackettHeader .navbar-open-icon {
        display: inline
    }
    .hackettHeader .navbar-close-icon {
        display: none
    }
    .hackettHeader .navbar-toggler[aria-expanded="true"] .navbar-open-icon {
        display: none
    }
    .hackettHeader .navbar-toggler[aria-expanded="true"] .navbar-close-icon {
        display: inline
    }
    .hackettHeader .navbar-light .navbar-toggler{
        color: #353935;
        border-color: #353935;
        font-size: 25px;
    }
    .hackettHeader .btnlink{
        padding: 0rem !important;
        background-color: #84c984;
        color: white;
        border: none;
        font-weight: bold
    }
    
    .hackettHeader .btntwo{
        background-color: #353935;
        color: white;
        border: none;
        font-weight: bold
    }
    .hackettHeader .btn:hover{
        color: #fff;
        text-decoration: none;
    }
/* #hackett(hackettHeader) #css ends  */
/*****hackett*****/

/*****aliyah*****/
/* #aliyah(aliyahAbout) #css starts  */
.aliyahAbout .Background{
    background-color: #fff;
    padding: 40px
}
.aliyahAbout h2{
    font-size: 50px;
    font-weight: bold
}
.aliyahAbout .stroke{
    background-color: black;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    font-style: italic
}
.aliyahAbout .btndecor{
    background-color: #353935;
    border: 1px solid #353935;
    border-radius: 35px;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
}
.aliyahAbout .image{
    background-color: #fff
}
/* #aliyah(aliyahAbout) #css ends  */
/*****aliyah*****/

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

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

/*****bartholomew*****/
/* #bartholomew(bartholomewBlog) #css starts  */
.bartholomewBlog .blog-home3 {
  color: #8d97ad;
  font-weight: 300
}

.bartholomewBlog .blog-home3 h3,
.bartholomewBlog .blog-home3 h5,
.bartholomewBlog .blog-home3 h6 {
  color: #3e4555
}

.bartholomewBlog .blog-home3 h5 {
    line-height: 22px;
    font-size: 18px
}

.bartholomewBlog .blog-home3 a.link {
    margin-left: 10px;
    display: inline-block;
    color: #3e4555
}

.bartholomewBlog .blog-home3 a.link:hover {
    color: #316ce8
}

.bartholomewBlog .blog-home3 .font-weight-medium {
  font-weight: 500
}

.bartholomewBlog .blog-home3 .bg-light {
  background-color: #f4f8fa
}

.bartholomewBlog .blog-home3 .subtitle {
  color: #8d97ad;
  line-height: 24px
}

.bartholomewBlog .blog-home3 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1)
}

.bartholomewBlog .blog-home3 .on-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.bartholomewBlog .blog-home3 .on-hover:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}

.bartholomewBlog .blog-home3 .bg-success-gradient {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%)
}

.bartholomewBlog .blog-home3 .date-pos {
  font-size: 14px
}

.bartholomewBlog .blog-home3 a {
  overflow: hidden
}

.bartholomewBlog .blog-home3 a img {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

.bartholomewBlog .blog-home3 a img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.bartholomewBlog .blog-image{
    height: 223px;
}
/* #bartholomew(bartholomewBlog) #css ends  */
/*****bartholomew*****/

/*****cash*****/
    /* #cash(cashCounters) #css starts  */
    .cashCounters h2{
        color: #424242;
        margin-top: 12px;
        font-size: 30px;
    }
    .cashCounters .BG{
        background-color:#fff
    }
    .cashCounters .fa,
    .cashCounters .fas{
        margin-top: 10px;
        font-size: 50px
    }
    .cashCounters h4 {
        font-size: 30px;
        margin-bottom: 0.2rem !important;
    }

    @media (min-width: 576px) {
        .cashCounters .col-md-3{ 
            margin-bottom: 30px;
            text-align: center
         }         
    }
    @media (max-width: 576px) {
        .cashCounters .col-md-3{ 
            margin-bottom: 30px;
            text-align: center            
         } 
    }
    /* #cash(cashCounters) #css ends  */
/*****cash*****/

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

/*****taylor*****/
    /* #taylor(taylorTestimonial) #css starts  */
    .taylorTestimonial .fdb-block {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        background-color: #FFFFFF
       }
      
        .taylorTestimonial  .fdb-block .container {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain
      }
      
          .taylorTestimonial .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)
           }
           .taylorTestimonial  .BGContainer{
              background-image: url(https://images.moksy.com/templates/default/shapes/shape-purple.svg)
           }
    /* #taylor(taylorTestimonial) #css ends  */
/*****taylor*****/

/*****funny*****/
/* #funny(funnyFooter) #css starts */
.funnyFooter {
    min-height: 40vh
}

.funnyFooter a,
.funnyFooter a:hover,
.funnyFooter a:focus,
.funnyFooter a:active {
    text-decoration: none;
    outline: none
}

.funnyFooter a,
.funnyFooter a:active,
.funnyFooter a:focus {
    color: #fff;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

.funnyFooter ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.funnyFooter img {
    max-width: 100%;
    height: auto
}

.funnyFooter .footer-section {
    background-color: #233243;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.funnyFooter .footer-section:before {
    content: '';
    position: absolute;
    top: -146%;
    left: -18%;
    width: 44%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(31, 47, 64);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10
}

.funnyFooter .footer-section:after {
    position: absolute;
    content: '';
    background-color: rgb(31, 47, 64);
    top: -24%;
    right: 4%;
    width: 26%;
    height: 264%;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    z-index: -10
}

.funnyFooter .footer-top {
    padding-top: 40px;
    padding-bottom: 50px
}

.funnyFooter .footer-top p,
.funnyFooter .company-footer-contact-list li {
    color: #ffffff
}

.funnyFooter .company-footer-contact-list {
    margin-top: 10px
}

.funnyFooter .company-footer-contact-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.funnyFooter .company-footer-contact-list li+li {
    margin-top: 5px
}

.funnyFooter .company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block
}

.funnyFooter .footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px
}

.funnyFooter .widget-title {
    text-transform: capitalize
}

.funnyFooter .footer-top .widget-title {
    color: #ffffff;
    margin-bottom: 30px
}

.funnyFooter .courses-link-list li+li {
    margin-top: 10px
}

.funnyFooter .courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    
    font-weight: 400
}

.funnyFooter .courses-link-list li a:hover {
    color: #ffb606
}

.funnyFooter .courses-link-list li i {
    margin-right: 5px
}

.funnyFooter .footer-top .small-post-title a {
    
    color: #ffffff;
    font-weight: 400
}

.funnyFooter .small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    
    font-weight: 400
}

.funnyFooter .small-post-list li+li {
    margin-top: 30px
}

.funnyFooter .news-letter-form {
    margin-top: 15px
}

.funnyFooter .news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    outline: none;
}

.funnyFooter .news-letter-form .email-btn {
    width: auto;
    border: none;
    background-color: #ffb606;
    padding: 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    margin-top: 10px
}

.funnyFooter .footer-bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149)
}

.funnyFooter .copy-right-text {
    color: #ffffff
}

.funnyFooter .copy-right-text a {
    color: #ffb606
}

.funnyFooter .terms-privacy li+li {
    margin-left: 30px
}

.funnyFooter .terms-privacy li a {
    color: #ffffff;
    position: relative
}

.funnyFooter .terms-privacy li a:after {
    position: absolute;
    content: '-';
    color: #ffffff;
    display: inline-block;
    top: 0;
    right: -18px
}

.funnyFooter .terms-privacy li+li a:after {
    display: none
}
.funnyFooter .number{
    color: #fff;
}

/* #funny(funnyFooter) #css ends */
/*****funny*****/

