/* image overlay */

.content {
    position: relative;
    width: 100%;
    margin: auto;
}

li {
    display: flex;
    text-align: justify;
}

p {
    text-align: justify;
}

.text-justify {
    text-align: justify;
}

h3.content-title {
    color: #ffd272;
}

.content .content-overlay {
    background: #332f6abd;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h5 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 25px;
}

.content-details p {
    color: #f7df97;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


/* image overlay */

.ptb-10 {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: justify;
}

.img_300 {
    width: 300px;
}

.btn-clr {
    padding: 8px 36px 8px 36px;
    color: white;
    border: none;
    background-color: #332f6a;
    float: right;
}

.txt-black {
    color: black !important;
}

.p1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.float-right {
    float: right;
}

.w-168 {
    width: 152px;
    height: 89px !important;
}

.next {
    font-size: 29px;
    padding: 0px 19px 0px 19px !important;
}

.clr-or {
    background-color: #0b064d;
    color: white;
    border-radius: 0px !important;
    padding: 13px 59px 11px 49px !important;
    transition: 3s;
}

.clr-green {
    background-color: #a27a24;
    color: white;
    border-radius: 0px !important;
    padding: 13px 59px 11px 49px !important;
    transition: 3s;
}

/*.text-poppins {*/
/*    font-family: open Sans;*/
/*}*/

.hov1 {
    color: white;
    border-radius: 3px;
}

.hov1:hover {
    /*background-color: #50af2f !important;*/
    color: white;
    transition: 1s;
}

.clr-org:hover {
    background-color: #50af2f;
}

.carousel-item {
    transition: 0.5s !important;
}

.text-justify {
    text-align: justify;
}

.bg-hov {
    color: #111;
}

.bg-hov:hover {
    background-color: #e87817;
    box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    /* padding: 5px 9px 9px 9px; */
}

.bg-hov {
    transition: 1s;
}

.pt-40 {
    padding-top: 40px;
}

.p-20 {
    padding: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-20 {
    margin-top: 19px;
}

.p-6 {
    padding: 6px;
}

.pt-50 {
    padding-top: 50px;
}

.pl_3 {
    padding-left: 5px !important;
    padding-top: 2px;
    vertical-align: bottom !important;
}

.w-55 {
    width: 55px;
}

.p-10 {
    padding: 10px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pl-80 {
    padding-left: 80px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.bt-10 {
    bottom: -30px !important;
}

.inline-block {
    display: inline-block;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-60 {
    margin-top: 60px;
}

.bg-gray {
    background-color: #fafafa;
}

.br-o {
    border: #ec8834;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 23px 0 rgba(0, 0, 0, 0.19);
}

.cl-or {
    border: 1px solid orange;
    border-radius: 60%;
    padding: 6px;
    width: 0% !important;
}

.pd-45 {
    padding-top: 45PX;
}

.black {
    color: black !important;
}

.rblue {
    color: #291770;
}

#bg-g .active {
    background-color: #e87817 !important;
}

.p-10:hover {
    color: #131313 !important;
}


/*     testimonials */

.card {
    margin: 0 auto;
}

.card .carousel-item {
    height: 200px;
}

.card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}

.card .carousel-caption h3 {
    color: #3d3d3d;
}

.card .carousel-caption p {
    line-height: 30px;
}

.card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}

.card .carousel-caption .col-sm-9 {
    text-align: left;
}

.navi a {
    text-decoration: none;
}

a>.ico {
    background-color: grey;
    padding: 10px;
}

a:hover>.ico {
    background-color: #666;
}

.br-r {
    border-radius: 50%;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #332f6a;
    color: #eeeeee;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    right: 30px;
    bottom: 30px;
    padding-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    /*background-color: #57b038;*/
    color: #f0b202;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.8;
    border-radius: 50%;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.clr-black {
    color: #464646;
}

.fa-circle {
    color: #332f6a !important;
    margin-right: 10px;
    font-size: 10px;
    margin-top: 8px !important;
}

.f-14 {
    font-size: 14px;
}

.ml--37 {
    margin-left: -37px;
}

.mb--2 {
    margin-bottom: -2px;
}

.bdr-btm2 {
    border-bottom: solid 3px blue;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.w_80 {
    width: 80% !important;
}

.clr_blue {
    color: #332f6a !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.fs-22 {
    font-size: 22px;
}

.para_align {
    font-size: 14px;
    line-height: 26px;
}

.img12 {
    vertical-align: bottom !important;
}

.carousel-control-next-icon {
    background-image: url(../images/right_arrow.png);
    width: 25px;
    height: 25px;
}

.carousel-control-prev-icon {
    background-image: url(../images/left_arrow.png);
    width: 25px;
    height: 25px;
}

.carousel-indicators .active {
    background-color: #332f6a;
}

.img-80 {
    max-width: 80% !important;
}

.logo_blue_background {
    background-color: #332f6a;
    padding: 20px 20px;
}

.border_button {
    border: 1px solid #fff;
    padding: 10px 10px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    transition: 0.8s ease-in-out;
}

.border_button:hover {
    border: 1px solid transparent;
    background-color: #d5bc8f;
    color: #fff;
}

.head_clr {
    color: #ce9902 !important;
    line-height: 26px;
}

.p_align {
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
}

.white:hover {
    transition: 0.5s;
}

.white {
    color: #fff !important;
}

.u-dash a {
    color: #fff;
}

.u-dash {
    padding-top: 6px;
}

.fff {
    color: #fff;
}

.blue {
    color: #332f6a;
}

.record_content h3 {
    color: #fff;
    font-size: 18px;
    width: 100%;
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-indicators li {
    height: 5px;
    width: 15px;
    border: 1px solid #332f6a3b;
    background-color: #ffffffd9;
    cursor: pointer;
}

button {
    cursor: pointer
}


/* Image height In latest records */

.content-image {
    height: 260px !important;
}

.content-image {
    width: 100%;
}


/*// Image height In latest records */

.elite_logo_part img {
    width: 200px;
}
.elite_logo_index img {
    width: 150px;
}

.hr2 {
    width: 10%;
    background-color: #332f6a !important;
    height: 2px;
}


/*image overlay*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #332f6a;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    /* left: 10px; */
    width: calc(100% + 20px);
    height: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    line-height: 25px;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p,
.hovereffect h2 {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*   Media    */

@media only screen and (max-width:600px) {
    .img-100 {
        width: 100%;
    }
}

@media only screen and (max-width:900px) {
    .img1-100 {
        width: 100%;
    }
}

@media only screen and (min-width:320px) and (max-width: 1440px) {
    .imgres {
        width: 320px;
    }
}

@media only screen and (min-width:400px) and (max-width: 500px) {
    .imgres {
        margin-left: 50px;
    }
}

@media only screen and (min-width:500px) and (max-width: 640px) {
    .imgres {
        margin-left: 90px;
    }
}

@media only screen and (min-width:650px) {
    .img1-100 {
        padding-left: 15px;
    }
}

@media only screen and (max-width:580px) {
    #testimonials {
        text-align: center;
    }
    .record_content h3 {
        font-size: 12px;
    }
    .border_button {
        padding: 6px 6px;
        font-size: 12px
    }
    .logo_blue_background {
        background-color: #332f6a;
        padding: 10px 10px;
    }
}

@media only screen and (max-width:500px) {
    .bt-4 {
        bottom: -4px !important;
    }
}

@media only screen and (min-width:570px) and (max-width:639px) {
    #apj {
        text-align: center;
    }
}

@media only screen and (min-width:1100px) {
    .pl-45 {
        padding-left: 70px !important;
    }
}

@media only screen and (max-width:575px) {
    .grad2 {
        height: 684px;
    }
}

@media only screen and (max-width:768px) {
    .img_res {
        width: 400px !important;
    }
}

@media only screen and (max-width:991px) {
    .hovereffect h2 {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .img-80 {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .img-80 {
        margin-top: 100px;
        max-width: 200px !important;
    }
}