.dotted-bg {
    background: #28406d url(../img/bg-5.png) repeat center center;
}
.bg-1 {
/*    background: url(../img/bg-1.jpg) center center / cover no-repeat;*/
}
    .bg-1 .dotted-bg img
    {
        width:200px;
        opacity:0;
    }
    .bg-1 .number, .bg-1 .heading2 {
        color: #e2c606 !important;
    }
    .menu-main ul li a.active, .menu-main ul li .link.active {
        color: #223966;
    }
.menu-main ul li a::before, .menu-main ul li .link::before {
    background-color: #223966;
}

.footer-main {
    background-color: #e3e3e3;
}
    .footer-main .caption1 {
        color: #223966;
    }
.table tr td
{
border:1px solid #000;
padding:4px;
}

.table {
    width: 100%;
}
.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.them {
    color: #223966;
}
.box-header {
    background-image: url(/img/cross-line2.png);
    width: 250px;
    margin: 0 auto;
    padding: 1em 0;
    margin-bottom: 1em;
    border: 1px solid #ebebeb;
}
    .box-header h3 {
      position: relative;
    }
    .box-header h3::after {
        width: 20px;
        left: 5px;
        top: 50%;
        margin-top: 4px;
    }
    .box-header h3::before {

    width: 20px;
    right: 5px;
    top: 50%;
    margin-top: 4px;
}
    .box-header h3::after, .box-header h3::before {
        content: '';
        position: absolute;
        background-color: #000;
        height: 4px;
        -moz-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        -webkit-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }