
.modal {
    top:5vh;
    text-align:-webkit-center;
    padding-left:0px !important;
}

.modal-body {
    
    overflow-y: hidden;
    height:fit-content;
    padding-bottom:2rem;
}

.modal-dialog{
    
}

.img-fluid{
    height: auto;
    
}

.modal-header{
    padding-bottom:0px;
}

.imagewrap {
    display: inline-block;
    position: relative;
    max-width:min-content;
}

.button_elim {
    position: absolute;
    top: 3%;
    left: 95%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    
    color: red;
    font-size: 15px;
    padding: 6px 12px;
    border-color:black;    
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    background-color:white;
    font-weight:bold;
    border-width:2px;
}

.imagewrap .button1:hover {
    background-color: black;
}

.ekko-lightbox-nav-overlay a{
    opacity:1;
}

    .ekko-lightbox-nav-overlay a span {
        text-align: left;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: black;
        font-size: 50px;
    }

.img-imgwrap{
    padding:10px;
    padding-bottom:25px;
    background-color:white;
    border:solid;
    border-width:1px;
    border-color:black;
    margin:5px;
}

.i1_s {
    color: #203566;
    text-align: justify;
    font-family: lato-regular;
    font-size: 14px;
    line-height: 1.2;
}

.modal-title {
    color: #203566;
    text-align: justify;
    font-family: lato-regular;
    font-size: 18px;
    line-height: 1.2;
}


.main-hr {
    width: 30%;
    border: none;
    border-top: 1px solid #c3c3c3;
}

.icon-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #cdcdcd;
    background: white;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: width 0.2s ease-in-out;
}

.add-btn:hover {
    width: 120px;
}

.add-btn::before,
.add-btn::after {
    transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    content: "";
    position: absolute;
    height: 4px;
    width: 10px;
    top: calc(50% - 2px);
    background: red;
}

.add-btn::after {
    right: 14px;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.add-btn::before {
    left: 14px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.icon-btn:focus {
    outline: none;
}

.btn-txt {
    opacity: 0;
    transition: opacity 0.2s;
}

.add-btn:hover::before,
.add-btn:hover::after {
    width: 4px;
    border-radius: 2px;
}

.add-btn:hover .btn-txt {
    opacity: 1;
}

.add-icon::after,
.add-icon::before {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    top: calc(50% - 10px);
    background: red;
    overflow: hidden;
}

.add-icon::before {
    left: 22px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.add-icon::after {
    right: 22px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.add-btn:hover .add-icon::before {
    left: 15px;
    height: 4px;
    top: calc(50% - 2px);
}

.add-btn:hover .add-icon::after {
    right: 15px;
    height: 4px;
    top: calc(50% - 2px);
}

.prof-tit {
    color: white;
    text-align: justify;
    font-family: lato-bold;
    font-size: 20px;
    line-height: 1.2;
}

.prof-sub{
    color: white;
    text-align: justify;
    font-family: lato-regular;
    font-size: 18px;
    line-height: 1.2;
}

body {
    margin: 0;
    font-family: Helvetica, sans-serif;
    background-color: #1e326a;
}

a {
    color: #000;
}

.font-black{
    color:black;
}

.font-white {
    color: white;

}

.bg-transparent{
    background-color:transparent;
}

    .link_yellow:hover {
        text-decoration: none !important;
        color: #f2e800;
    }

.font-cma-yellow {
    color: #f2e800;
}

.btn-white-border {
    vertical-align: -webkit-baseline-middle;
    border: 2px solid;
    border-radius: 10px !important;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none !important;
}

.btn-trans-bg-blue-ft {
    vertical-align: -webkit-baseline-middle;
    border: 2px solid;
    border-radius: 10px !important;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none !important;
    background-color: transparent;
    color: #203566;
    border-color: #203566;
}

.btn-blue-bg-white-ft {
    vertical-align: -webkit-baseline-middle;
    border: 2px solid;
    border-radius: 10px !important;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none !important;
    background-color: #203566;
    color: white;
    border-color: #203566;
}

.btn-blue {
    background-color: #203566;
    color:white !important;
}

.btn-white {
    background-color: transparent;
    color: #203566 !important;
}

.btn-blue-bg-white-ft:hover {
    color: blue;
}
.btn-trans-bg-blue-ft:hover {
    color: white;
}


.hs_home_text1 {
    margin-left: 90px;
    margin-right: 90px;
}

@media screen and (max-width: 480px) {
    .hs_home_text1 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .text_home{
        height:auto;
        min-height:550px;
        padding-top:50px;
    }
}

