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

/*****annu*****/
    /* #annu(annuAbout) #css starts  */
    .annuAbout #AbOuTuS {
        padding: 3rem;
        font-weight: bold
    }

    .annuAbout #AbOuTuS .text-custom {
        color: #0062ff
    }

    .annuAbout #AbOuTuS a {
        text-decoration: none
    }

    .annuAbout #AbOuTuS .images {
        max-height: 80px;
        max-width: 80px
    }

    /* #annu(annuAbout) #css ends  */
/*****annu*****/

/*****fethany*****/
/* #fethany(fethanyFeature) #css starts  */
/* #fethany(fethanyFeature) #css ends  */
/*****fethany*****/

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

/*****safar*****/
    /* #safar(cda4f61d9a1b5853) #css starts  */
    .safarFeature .fa {
        font-size: 40px
    }

    .safarFeature span {
        font-size: 30px
    }

    .safarFeature .leftImage {
        height: 400px
    }
    .safarFeature .width{
    width: 18rem
 }
 .safarFeature .card-img-top {
        height: 70px;
        width: 70px;
        margin-left: 88px;
        margin-top: 20px
    }
    .safarFeature .card{
        width: 250px
    }
    .safarFeature .text-center{
        margin-left: 37px
    }
    .safarFeature .text-center3{
        margin-left: 50px
    }
 @media only screen and (max-width: 576px) {
    .safarFeature .card{
        margin-left: 50px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .safarFeature .image{
    text-align: center
  }
  .safarFeature .text{
    text-align: center
  }
  .safarFeature .card{
   margin-left: 220px
  }
}
    /* #safar(cda4f61d9a1b5853) #css ends  */
/*****safar*****/

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

/*****ted*****/
    /* #ted(tedTestimonial) #css starts  */
    .tedTestimonial .logo{
        max-width: 50px
    }
    @media (min-width: 1200px) {
        .tedTestimonial .pb-xl-5, 
        .tedTestimonial .py-xl-5 {
            padding-bottom: 0rem !important;
        }
    }
    @media (min-width: 1200px) {
        .tedTestimonial .mt-xl-5, 
        .tedTestimonial .my-xl-5 {
            margin-top: 2rem !important;
        }
    }
    /* #ted(tedTestimonial) #css ends  */
/*****ted*****/

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

/*****babette*****/
 /* #babette(babetteBanner) #css starts  */
 .babetteBanner .BG {
    background-image: url(https://images.moksy.com/templates/default/banner/two-student.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    border-radius: 50px
}

.babetteBanner .btn {   
    padding: 25px 25px 25px 30px;
    background-color: #fff;
    border-radius: 10px
}
.babetteBanner .fa{
    color: #353935;
    font-size: 40px;
}

.babetteBanner a {
    text-decoration: none;
    color: #353935
}

.babetteBanner a:hover {
    color: #353935
}
.babetteBanner .stroke { 
        color: white; 
        -webkit-text-stroke-width: 1px; 
        -webkit-text-stroke-color: #0EA187
    } 
    .babetteBanner .desText{
        font-size: 50px;
        font-weight: bold
    }
/* #babette(babetteBanner) #css ends  */
/*****babette*****/

/*****finger*****/
    /* #finger(fingerFooter) #css starts */
    .fingerFooter .fdb-block {
        padding: .5rem 0
       }
    .fingerFooter a,
    .fingerFooter a:hover{
        color: #fff;
    }
    /* #finger(fingerFooter) #css ends */
/*****finger*****/

