body{
    font-family: 'Georgia','Times','Times New Roman','serif' !important;
}
.centered {
    position: absolute;
    bottom: 0;
    right: 16px;
    font-size: 40px;
    color: blueviolet;
    /* transform: translate(-50%, -50%); */
}

main {
    padding-top: 60px !important;
}

.image-container {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-right {
    position: absolute;
    bottom: 2px;
    right: 16px;
    font-size: 32px;
    color: white;
}

.img-responsive-left {
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 1rem;
}

.img-responsive-right {
    float: right;
    margin-left: 1.25rem;
    margin-bottom: 1rem;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.indent-left {
    text-indent: 50px;
}

.d1_img{
    width: 100%;
    height: 100%;
}

.text_styles{
    /* text-indent: 50px; */
    word-wrap: break-word;
    text-align: justify;
}

@media screen and (max-width: 576px) {
    .img-responsive-right, .img-responsive-left {
        float: none;
    }
    img.img-responsive-left, img.img-responsive-right {
        display: block !important;
        margin: 0 auto 1rem auto !important;
    }
    .row {
        margin: 0 !important;
    }
    .title-image {
        height: 70px;
    }
    .bottom-right {
        font-size: 1.25rem;
    }
    .d1_img{
        height: 400px !important;
    }
    .fourboxes__image{
        height: 400px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .title-image {
        height: 100px;
    }
}

.clearfix_custom {
    overflow: auto;
}

.shadow-dark {
    box-shadow: 10px 10px 5px #94928f;
}

.fourboxes {
    margin-top: 25px;
    margin-bottom: 50px;
    border: 1px solid #dee2e6!important;
    border-radius: 5px 5px 0 0;
}

.fourboxes__single {
    display: flex;
    background: #fffff0;
}

.fourboxes__single:first-child {
    border-radius: 5px 5px 0 0
}

.fourboxes__single:last-child {
    border-radius: 0 0 5px 5px
}

.fourboxes--right {
    /* background:#fab01a; */
    background: #ffe5b4;
}

.fourboxes--right:after {
    content: ' ';
    display: table;
    clear: both
}

.fourboxes__image {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.fourboxes__content {
    width: 50%;
    padding: 45px
}

.fourboxes__title {
    color: #000;
    font-family: 'Georgia','Times','Times New Roman','serif';
    font-style: italic;
    font-size: 1.5rem;
}

.fourboxes__desc {
    color: #404040;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 45px
}

.fourboxes--right .fourboxes__btn {
    float: right
}

.read-more-btn{
    text-transform: uppercase;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-family: 'Cinzel',serif;
    font-weight: 100;
    border-radius: 0 !important;
}

.contact_us_image{
    width: 100%;
    height: 400px;
}

@media(max-width:767px) {
    .fourboxes__single {
        flex-direction: column;
        /* margin-bottom: 25px; */
        border-radius: 5px
    }
    .fourboxes__single:first-child {
        border-radius: 5px
    }
    .fourboxes__image {
        order: 0;
        width: 100%;
        min-height: 180px;
    }
    .fourboxes__content {
        order: 1;
        width: 100%;
        padding: 25px
    }
    .fourboxes__content_first-child {
        border-radius: 5px
    }
    .fourboxes__btn {
        float: right
    }
}

.subscribe-btn {
    padding: 0;
    background: transparent;
    padding-right: 6px
}

.myaccordion button:focus {
    outline:0 !important;
    box-shadow: none !important;
}


.myaccordion {
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }

  .myaccordion .card,
  .myaccordion .card:last-child .card-header {
    border: none;
  }

  .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
  }

  .myaccordion .fa-stack {
    font-size: 18px;
  }

  .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
  }

  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
    text-decoration: none;
  }

  .myaccordion li + li {
    margin-top: 10px;
  }

  .highlighted {
    border-radius: 3px;
    /* background: #ffe2dd;d8def9 */
    background: #e3e7fa;
    padding: 1.2rem;
    margin-bottom: 1rem;
}

blockquote {
    margin: 0 0;
    padding: 0;
    font-size: 110%;
}

blockquote p {
    line-height: 1.6;
    /* color: #696969; */
    color: #3a539b;
    hyphens: auto;
}

blockquote cite {
    color: #2c3e50;
}

cite {
    display: block;
    font-size: 0.9rem;
}
cite:before {
    content: "—\00a0\00a0";
}

blockquote p:first-of-type::before {
    font-family: FontAwesome;
    content: "\f10d\00a0\00a0";
    color: #3a539b;
    opacity: 0.5;
    line-height: 1;
    font-size: 1rem;
}

blockquote p:last-of-type::after {
    font-family: FontAwesome;
    content: "\00a0\f10e";
    color: #3a539b;
    opacity: 0.5;
    line-height: 1;
    font-size: 1rem;
}

.aboutUs__quote {
    font-size: 1.2rem !important;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
    position: relative;
}
