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

/*****hadoc*****/
/* #hadoc(hadocHeader) #css starts */
.hadocHeader .logo{
    max-height: 50px
}
.hadocHeader .navbar-open-icon {
    display: inline
}
.hadocHeader .navbar-close-icon {
    display: none
}
.hadocHeader .navbar-toggler[aria-expanded="true"] .navbar-open-icon {
    display: none
}
.hadocHeader .navbar-toggler[aria-expanded="true"] .navbar-close-icon {
    display: inline
}
.hadocHeader .navbar-light .navbar-toggler{
    color: #353935;
    border-color: #353935;
    font-size: 25px;
}
.hadocHeader .btn{
    background-color: #353935;
    color: white;
    border: none;
    font-weight: bold
}
.hadocHeader .btn:hover{
    color: #fff;
    text-decoration: none;
}
/* #hadoc(hadocHeader) #css ends */
/*****hadoc*****/

/*****ben*****/
/* #ben(benBanner) #css starts  */
.benBanner .button {
    background-color: #353935;
    color: #fff
}
/* #ben(benBanner) #css ends  */
/*****ben*****/

/*****apo*****/
/* #apo(apoAbout) #css starts  */
.apoAbout .Explore{
    background-color: #353935;
       padding: 15px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 10px
}
.apoAbout .description{
    font-size: 40px;
    color: #353935;
        font-weight: 700
}
.apoAbout .para{
        font-size: 18px
}
/* #apo(apoAbout) #css ends  */
/*****apo*****/

/*****florence*****/
/* #florence(florenceFeature) #css starts */
.florenceFeature .fdb-block {
    padding: 7.5rem 0
 }
   
   .florenceFeature .fdb-block img + p, 
   .florenceFeature .fdb-block img + h3, 
   .florenceFeature .fdb-block img + h4 {
      margin-top: 1.25rem
     }
   
     .florenceFeature .fdb-block img.fdb-icon {
      width: auto;
      width: 3.75rem
     }
/* #florence(florenceFeature) #css starts */
/*****florence*****/

/*****pony*****/
/* #pony(ponyProduct) #css starts  */
.ponyProduct .card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center
}

.ponyProduct .card-product .img-wrap img {
    max-height: 220px;
    max-width: 320px;
}

.ponyProduct .title {
    color: #353935
}

.ponyProduct .card-product .info-wrap {
    overflow: hidden;
    padding: 15px
}

.ponyProduct .buttons {
    text-align: center;
    border-radius: 30px
}

.ponyProduct .blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px
}

.ponyProduct .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #353935;
    border-radius: 30px
}

.ponyProduct .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px
}

.ponyProduct .blob-btn:hover {
    color: #fff;
    border-radius: 30px
}

.ponyProduct .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px
}

.ponyProduct .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #fff
}

.ponyProduct .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo')
}

.ponyProduct .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #353935;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s
}

@supports (filter: url('#goo')) {
    .ponyProduct .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4); 
    }
}

.ponyProduct .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s
}

.ponyProduct .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s
}

.ponyProduct .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s
}

.ponyProduct .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s
}

.ponyProduct .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7)
}

@supports (filter: url('#goo')) {
    .ponyProduct .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}

/* #pony(ponyProduct) #css ends  */
/*****pony*****/

/*****pony*****/
/* #pony(ponyProduct) #css starts  */
.ponyProduct .card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center
}

.ponyProduct .card-product .img-wrap img {
    max-height: 220px;
    max-width: 320px;
}

.ponyProduct .title {
    color: #353935
}

.ponyProduct .card-product .info-wrap {
    overflow: hidden;
    padding: 15px
}

.ponyProduct .buttons {
    text-align: center;
    border-radius: 30px
}

.ponyProduct .blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px
}

.ponyProduct .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #353935;
    border-radius: 30px
}

.ponyProduct .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px
}

.ponyProduct .blob-btn:hover {
    color: #fff;
    border-radius: 30px
}

.ponyProduct .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px
}

.ponyProduct .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #fff
}

.ponyProduct .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo')
}

.ponyProduct .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #353935;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s
}

@supports (filter: url('#goo')) {
    .ponyProduct .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4); 
    }
}

.ponyProduct .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s
}

.ponyProduct .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s
}

.ponyProduct .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s
}

.ponyProduct .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s
}

.ponyProduct .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7)
}

@supports (filter: url('#goo')) {
    .ponyProduct .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}

/* #pony(ponyProduct) #css ends  */
/*****pony*****/

/*****babajide*****/
    /* #babajide(babajideBanner) #css starts  */
    .babajideBanner .button {
        background-color: #353935;
        color: #fff
    }

    .babajideBanner .button:hover {
        color: #fff
    }
    .babajideBanner .background{
    background-image: url(https://images.moksy.com/templates/default/banner/student-with-laptop-two.jpeg);
    padding: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    }
    /* #babajide(babajideBanner) #css ends  */
/*****babajide*****/

/*****quick*****/
/* #quick(quickQuote) #css starts  */
.quickQuote .subscription.bg-white {
    background: none
}

.quickQuote .bg-white {
    background-color: #fff
}

.quickQuote .subscription.bg-white .subscription-wrapper {
    background: #fff
}

.quickQuote .subscription-wrapper {
    border-radius: 0% 5% 10% 3%/10% 20% 0% 17%;
    -webkit-transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    padding: 70px 50px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    top:100px
}

.quickQuote .subscription-wrapper {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1)
}

.quickQuote .subscription-content {
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
}

.quickQuote h3, 
.quickQuote .h3 {
    font-size: 30px
}

.quickQuote .flex-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.quickQuote .subscription.bg-white .form-control {
    border: 1px solid #ebebeb
}

.quickQuote .subscription-wrapper .form-control {
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 45px
}

.quickQuote .subscription-wrapper .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: 0;
    box-shadow: none
}

.quickQuote .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.quickQuote .btn-primary {
    border: 0;
    color: #fff
}

.quickQuote .btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 18px 45px;
    border-radius: 45px;
    font-weight: 500;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: .3s ease-in;
    overflow: hidden
}

.quickQuote .btn-primary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: linear-gradient(45deg, #00a8f4 0%, #02d1a1 100%);
    z-index: -1;
    transition: ease 0.3s
}
/* #quick(quickQuote) #css ends  */
/*****quick*****/

/*****caisy*****/ 
    /* #caisy(caisyClients) #css starts  */
    .caisyClients .fdb-block img{
        max-height: 30px;
    }
    /* #caisy(caisyClients) #css ends  */
/*****caisy*****/

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

