/* Add here all your CSS customizations */
.bgheader {
    background: url(../img/bg-nav.png) 0 0 repeat #e3570b;
}

.effectdiv {
    position: absolute;
    z-index: 555;
    width: 89px;
    height: 100px;
    top: -2px;
    background: url(../img/logo-effect.png);
    -webkit-animation: mymove 2s infinite;
    animation: mymove 3s infinite;
}
/*
effectdiv:hover {
effectdiv:hover {
    -webkit-animation-play-state: paused;  Safari 4.0 - 8.0
    animation-play-state: paused;
}
*/

.thumb-info .thumb-info-title2 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 1;
    margin: 5px;
}

.text-left {
    text-align: left;
}

.whitetext {
    color: white !important;
}

    .whitetext:hover {
        color: black !important;
    }


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.sidebarbg {
    background-color: #066A53 !important;
    color: white !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 530px;
    }
}

@keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 530px;
    }
}

.cartimg {
    max-height: 295px !important;
}

/* calender home classes start */

.calenderbor { /* fallback DIY*/ /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#ff6d00), color-stop(0.25, #ff6d00), color-stop(0.5, #c83f00), color-stop(0.75, #ff6d00), to(#c83f00)); /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left, #ff6d00, #ff6d00, #c83f00, #ff6d00, #c83f00); /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #ff6d00, #ff6d00, #c83f00, #ff6d00, #c83f00); /* IE 10 */
    background: -ms-linear-gradient(left, #ff6d00, #ff6d00, #c83f00, #ff6d00, #c83f00); /* Opera 11.10+ */
    background: -o-linear-gradient(left, #ff6d00, #ff6d00, #c83f00, #ff6d00, #c83f00);
}

.calenderbg {
    background: #fff;
    min-height: 100%;
}


/* calender home classes end */

.boxshadow1 {
    box-shadow: 0 0 20px #d4d4d4;
}

.btn.btn-rounded2 {
    border-radius: 5px !important;
}

.text-color-orange {
    color: #e95511 !important;
}

/* activities home classes start */

.headingact {
    background: #e8e8e8; /*#e95511;*/
    padding: 8px;
}

.pact {
    background: #f6f6f6;
    padding: 15px;
    border: solid 1px #e8e8e8;
}
/* activities home classes end */


/* publication home classes start */
.pubhomebox {
    box-shadow: 0 0 10px #e1e1e1;
}
/* publication home classes end */

/* award home classes start */
.awardhomebox {
    box-shadow: 0 0 10px #e1e1e1;
}
/* award home classes end */

/* Guideline home classes start */
.guidelinehomebox {
    min-height: 250px;
}
/* Guideline home classes end */

.pubcartbox {
    box-shadow: 10px 10px 10px #e1e1e1;
}

/* abt home classes start */
.abtibg {
    background: url(../img/abtbg.png) 0 0 repeat !important;
}

/* abt home classes end */


/* testimonial home classes start */
.testibg {
    background: url(../img/testbg.jpg) 0 0 repeat !important;
}

/* testimonial home classes end */


/* left border */
.leftbor {
    border-left: solid 1px #d4d4d4;
}

/* left border end */



/* opinion home classes start */

.opinion {
    border: solid 3px #e95511;
    border-radius: 6px;
    min-height: 618px;
    max-height: 618px;
}

/* opinion home classes end */



/*home page publication start*/
.pubimage {
    min-height: 300px !important;
}

.awimage {
    min-height: 230px !important;
}
/*home page publication end*/

/*publication page start*/
.publiimg {
    min-height: 350px !important;
}
/*publication page end */


/*activity page start*/
.actimg {
    min-height: 300px !important;
}
/*activity page end */

.error {
    color: red;
}

.error2 {
    color: red;
}

.bodybg {
    background-color: #f6f6f6;
}

.bodybg2 {
    background-color: #fff !important;
}


.formbg2 {
    background-color: #4d4c4c;
    color: white;
}

    .formbg2:hover {
        background-color: #fff
    }

.img-activity {
    max-height: 250px;
}

.img-pub {
    max-height: 350px;
}

.basket-green {
    position: fixed;
    bottom: 60px;
    left: 2%;
    width: 80px;
    z-index: 999;
    border-radius: 5px !important;
    -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
    opacity: .9;
    background-color: #24b51e !important;
}

#ewan:hover {
    background-color: #4d4c4c !important
}

.basket {
    position: fixed;
    bottom: 60px;
    left: 2%;
    width: 80px;
    z-index: 999;
    border-radius: 5px !important;
    -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #e3570b;
    padding: 10px;
    opacity: .9;
}

.bottomqty {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    text-align: center;
    line-height: 20px;
    border-radius: 30px;
    -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}



/* cart scroll */
.cartscroll {
    overflow-y: scroll;
    height: 400px;
}

.tablescroll {
    overflow-x: scroll;
    width: 600px;
}

.guidelinescroll {
    overflow-y: scroll;
    height: 250px;
}

.cartshadow {
    box-shadow: 0 0 8px #9f9f9f !important;
}

.text-white {
    color: white !important;
}

/*30.04.19 testimonial image class*/

.testiimg {
    width: 75px;
    height: 75px;
    border-radius: 50% !important;
}

.bg-white {
    background-color: white !important;
}

.bg-dark-orange {
    background-color: #797979 !important
}

.testiimg2 {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    overflow-x: auto;
    width: Auto;
    max-height: 500px;
    padding: 15px;
}

.modal {
    text-align: center;
}

.modal-dialog {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

.lheight {
    line-height: 20px !important;
}

.pagehead-white {
    color: white;
}

.text-blue {
    color: #1460d5;
    font-weight: 600;
}

.anibtn {
    background-color: red;
    -webkit-animation-name: example;
    -webkit-animation-duration: 6s;
    animation-name: example;
    animation-duration: 1.8s;
    animation-iteration-count: 30000;
}

@-webkit-keyframes example {
    0% {
        background-color: #06c554;
    }

    50% {
        background-color: #ffdf0e;
    }


    100% {
        background-color: #ff6f2d;
    }
}

@keyframes example {
    0% {
        background-color: #06c554;
    }

    50% {
        background-color: #ffdf0e;
    }

    100% {
        background-color: #ff6f2d;
    }
}

@font-face {
    font-family: 'AnmolLipi';
    src: url('/assets/fonts/Anmo000.ttf') format('truetype');
}

.fnt {
    font-family: AnmolLipi !important;
    font-size: 18px
}

.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
    top: auto;
    bottom: 0;
}

.socialxx {
    font-size: 25px !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
}




.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y {
    transform: rotateY(180deg);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x {
    transform: rotateX(180deg);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
    transform: rotateY(180deg) rotateX(180deg);
}

.section.section-with-shape-divider.overlay:before {
    z-index: 1;
}

* Section With Shape Divider */
.section.section-with-shape-divider {
    position: relative;
    overflow: hidden;
}

.section.section-with-shape-divider .shape-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

    .section.section-with-shape-divider .shape-divider svg {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        transform: translate3d(-50%, 0, 0);
    }


@media (min-width: 1950px) {
    .section.section-with-shape-divider .shape-divider svg {
        width: 100%;
    }
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.fslide {
    max-height: 220px;
}

.page-header2 {
    margin: 0 0 1px 0 !important;
}

.engfont {
    font-family: Arial !important
}

.frheight {
    min-height: 200px;
    max-height: 200px;
}

.frheight2 {
    min-height: 140px;
    max-height: 140px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 480px) {
    .Don-cms h1 b span {
        line-height: 28.12px !important;
    }
}

@media (max-width: 480px) {
    .Don-img {
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
    .don-1st-img {
        margin-top: -13px !important;
    }
    .Make-Res{
        display:flex;
        place-content:center;
    }
    .resp {
        font-size: 15px !important;
        line-height: 20px;        
    }

    .resp b {        
        font-weight: normal !important;
    }

    .card-header-resp{
        height:auto !important;
    }

    .card-resp {
        width:125%;
        margin-left: -12%;
    }

    #sbtbtn {
        margin-left: auto !important;
    }

    .mfp-close {
        width: 0px !important;
        height: 0px !important;
    }
}


