
.box:hover{
     transform: scale(1.05);
    transition: 0.5s;
} 
.box {
        display: grid;
    grid-template-columns: 17% 53% 30%;
    grid-gap: 10px;
    margin-bottom:20px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
    padding: 10px;
}
.box-location li img{
    width:20px;
        margin-right: 2px;
}
.box .box-img img{
      width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.box .box-details h4, .box .box-location h4{
    line-height: 1.3em !important;
        font-size: 14px !important;
}
.box .box-location li{
    font-size: 12.5px !important;
}
.box .box-details p{
       margin-bottom: 0 !important;
       color:#1f1f1f !important;
       font-size: 12.5px !important;
}
.flyer-img img:hover{
       transform: scale(1.05);
    transition: 0.5s;
}

.aboutcrdi {
    padding-top: 30px;
}

.algncentre {
    text-align: center;
}

.imglogo {
    width: 75%;
    text-align: center;
}

.font-size-24{
    font-size:64px;
}
.aboutcontent {
    font-size: 1em;
    line-height: 1.85714286em;
    font-weight: 500;
    text-align: justify;
    width: 50%;
}

.padtop50 {
    padding-top: 50px !important;
}

.padleft50 {
    padding-left: 50px;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.marginleftright5 {
    margin-right: 5%;
    margin-left: 5%;
}


.img-icon {
    float: left;
    width: 25%;
    text-align: left;
}

.img-title {
    float: left;
    width: 75%;
    line-height: 1.2em !important;
    font-weight: 500;
    font-size: 25px;
    padding-top: 20px;
    text-align: left;
    margin-left: -80px;
}

.about-content-crdi {
    width: 100%;
    float: left;
}

.nopadtop {
    padding-top: 0px !important;
}

.button-right{
    float:right;
}

.font-size-15{
    font-size:16px;
}


.blk-bg{
    background-color:#000;
    color:#fff;
}

.font-clr {
    color: #13ABFF;
}
.grey-bg {
    background-color: #4D4D4D;
    color: #fff;
}

.clr-red{
    color:#BE1E2D;
}

.diamod-clr{
    color:#1B75BB;
}

.gold-clr {
    color: #F4CC00;
}

.silver-clr {
    color: #A6A8AB;
}

.org-clr{
    color:#F6BC20;
}

.red-clr {
    color: red;
}

.blue-clr{
    background-color:#272663;
}

.wasmediumcaption-blue {
    color: #13ABFF;
    font-size: 27px;
    font-weight: 0;
    line-height: 1.2;
}

.wasmediumcaption-white {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 0;
    line-height: 1.2;
}


.mobileviewimg250 {
    padding-bottom: 2em;
    width: 250px;
    float: right;
    margin-right: 25px;
}

.waspara {
    color: #fff !important;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 1.5em;
}
.image-content {
    position: relative;
    top: 80px;
}
.flyer-img {
        text-align: right;
}
.vision-text {
    margin: 25px 0px 25px;
    background-color: #65C8C6;
    padding: 20px;
}

.mission-text {
    margin: 25px 0px 0px;
    background-color: #0365AB ;
    padding: 20px;
}

.vision-text2 {
    margin: 25px 0px 25px;
    background-color: #FF0000;
    padding: 20px;
}

.row_1 .row_1_1{
    margin: 0px 0px 20px;
}
.events-news-1{
    padding:20px 0px;
}
.dropdown-menu li a:hover span{
    opacity:1;
}
.dropdown-menu li span{
    opacity:0;
}
@media(max-width: 1200px){
    .box-img, .box-details{
        margin-bottom:8px;
    }
    .box .box-img img{
        width:auto;
    }
    .box{
        display:block;
    }
    .box h4{
        font-size:17px !important;
    }
}
@media(max-width: 992px){
    .flyer-img img{
        width:100% !important;
    }
}
@media only screen and (max-width: 600px) {
    #header[data-transparent="true"]:not(.sticky-active) .header-inner {
        background-color: white !important;
    }

    .margin-left {
        margin-left: 8%;
    }

    padding-img {
        padding: 40px;
    }

    .m-l-80 {
        margin-left: -22px !important;
    }

    .inspiro-slider .slide .slide-captions h2 {
        font-size: 30px !important;
        font-weight: 400;
        line-height: 45px;
        margin-bottom: 30px;
        color: #fff;
    }

    .img-icon {
        margin-top: 20px;
        float: left;
        width: 25%;
        text-align: left;
    }

    .img-title {
        float: left;
        width: 100%;
        line-height: 1.2em !important;
        font-weight: 500;
        font-size: 18px;
        padding-top: 20px;
        padding-left: 54px;
        text-align: left;
        margin-left: -87px;
    }
    .pd-right{
        padding-right:30px;
    }
    .image-content {
        position: relative;
        top: 20px;
    }
}