

/* size-xl */
@media (min-width: 1200px) {
    h2.aboutheader {
        font-weight:bolder; text-align:center; color:#1C4C83; font-size:40px; margin-top:50px;
    }

    p.aboutbody {
        font-size:24px; text-align:center; color:#1C4C83;
    }

    h4.footerheader {
        text-align:center; color:#fff;
    }

    p.footerbody {
        font-size:18px; text-align:center; color:#fff;
    }

    .button-73 {
        font-size: 24px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        appearance: none;
        padding: 18px;
        border-color: #1C4C83 !important;
        background-color: #1C4C83;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-radius: 20px;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.2rem;
        letter-spacing: -.24px;
        margin: 0;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-73:hover {
        background-color: #1C4C83;
        border-color: #1C4C83;
        color: #fff !important;
        transform: scale(1.1);
    }

    .button-73:active {
        transform: scale(1.025);
        color: #fff !important;
    }

}

/* size-lg */
@media (min-width: 992px) and (max-width:1199px) {
    h2.aboutheader {
        font-weight:bolder; text-align:center; color:#1C4C83; font-size:40px; margin-top:50px;
    }

    p.aboutbody {
        font-size:24px; text-align:center; color:#1C4C83;
    }

    h4.footerheader {
        text-align:center; color:#fff;
    }

    p.footerbody {
        font-size:18px; text-align:center; color:#fff;
    }

    .button-73 {
        font-size: 24px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        appearance: none;
        padding: 18px;
        border-color: #1C4C83 !important;
        background-color: #1C4C83;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-radius: 20px;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.2rem;
        letter-spacing: -.24px;
        margin: 0;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-73:hover {
        background-color: #1C4C83;
        border-color: #1C4C83;
        color: #fff !important;
        transform: scale(1.1);
    }

    .button-73:active {
        transform: scale(1.025);
        color: #fff !important;
    }
}

/* size-md */
@media (min-width: 768px) and (max-width:991px) {
    h2.aboutheader {
        font-weight:bolder; text-align:center; color:#1C4C83; font-size:40px; margin-top:50px;
    }

    p.aboutbody {
        font-size:24px; text-align:center; color:#1C4C83;
    }

    h4.footerheader {
        text-align:center; color:#fff;
    }

    p.footerbody {
        font-size:18px; text-align:center; color:#fff;
    }

    .button-73 {
        font-size: 24px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        appearance: none;
        padding: 18px;
        border-color: #1C4C83 !important;
        background-color: #1C4C83;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-radius: 20px;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.2rem;
        letter-spacing: -.24px;
        margin: 0;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-73:hover {
        background-color: #1C4C83;
        border-color: #1C4C83;
        color: #fff !important;
        transform: scale(1.1);
    }

    .button-73:active {
        transform: scale(1.025);
        color: #fff !important;
    }
}

/* size-sm */
@media (min-width: 576px) and (max-width:767.98px) {
    h2.aboutheader {
        font-weight:bolder; text-align:center; color:#1C4C83; font-size:40px; margin-top:50px;
    }

    p.aboutbody {
        font-size:24px; text-align:center; color:#1C4C83;
    }

    h4.footerheader {
        text-align:center; color:#fff;
    }

    p.footerbody {
        font-size:18px; text-align:center; color:#fff;
    }

    
}

/* size-xs */
@media (max-width:575.98px) {
    h2.aboutheader {
        font-weight:bolder; text-align:center; color:#1C4C83; font-size:30px; margin-top:5px;
    }

    p.aboutbody {
        font-size:16px; text-align:center; color:#1C4C83;
    }

    h4.footerheader {
        text-align:center; color:#fff; font-size: 18px;
    }

    p.footerbody {
        font-size:14px; text-align:center; color:#fff;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
label,
textarea,
input,
button {
    font-family: 'Prompt', sans-serif !important;
}


.mega-menu .menu-links > li > a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#scrollTop {
    right: 32px !important;
}

.floating-container {
        position: fixed;
        width: 100px;
        height: 140px;
        bottom: 0;
        right: 0;
        margin: 120px 25px;
    }

    .floating-container .floating-button {
        position: absolute;
        width: 65px;
        height: 65px;
        background: #2cb3f0;
        bottom: 0;
        border-radius: 50%;
        left: 0;
        right: 0;
        margin: auto;
        color: white;
        line-height: 65px;
        text-align: center;
        font-size: 23px;
        z-index: 100;
        box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .floating-container .float-element {
        position: relative;
        display: block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 15px auto;
        color: white;
        font-weight: 500;
        text-align: center;
        line-height: 50px;
        z-index: 0;
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    .floating-container .float-element .material-icons {
        vertical-align: middle;
        font-size: 16px;
    }

    .floating-container .float-element:nth-child(1) {
        background: #42A5F5;
        box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
    }

    .floating-container .float-element:nth-child(2) {
        background: #4CAF50;
        box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
    }

    .floating-container .float-element:nth-child(3) {
        background: #FF9800;
        box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
    }

    .subbtn2 {
        width: 50px;
        height: 50px;
        background: red;
        bottom: 0;
        border-radius: 50%;
        left: 0;
        right: 0;
        margin: auto;
        color: white;
        line-height: 50px;
        text-align: center;
        font-size: 23px;
        z-index: 100;
        cursor: pointer;
    }

    .rotate {
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .rotate-up {
        transform: translateX(-50%) translateY(-50%) rotate(-90deg)
    }

    .rotate-down {
        transform: translateX(-50%) translateY(-50%) rotate(90deg)
    }
    #footer {
        margin-bottom: 0px !important;
    }

    .kc_fab_wrapper {
    right: 6px;
    bottom: 10px !important;
    }

.subbtn2 {
    width: 50px;
    height: 50px;
    background: red;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    cursor: pointer;
}


.social-icons.social-icons-colored a, .social-icons.social-icons-colored-hover a:hover {
    color: #1C4C83 !important;
}

#mainMenu.menu-rounded nav > ul > li.current > a, #mainMenu.menu-rounded nav > ul > li:hover > a, #mainMenu.menu-rounded nav > ul > li:focus > a {
    background-color:#1C4C83 !important;
    color:#fff !important;
    border-radius: 100px;
}

.hove {
    position: relative;
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
  }

  .imagehove {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlayhove {
    position: absolute; 
    bottom: 0; 
    background: rgb(255, 255, 255);
    background: rgba(253, 253, 253, 0.734); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity:0;
    color: #1C4C83;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
  }
  
  .hove:hover .overlayhove {
    opacity: 1;
  }

  .social-icons.social-icons-border li a {
    border: 2px solid #1C4C83 !important;
    color:#1C4C83 !important;
    background-color: transparent;
  }

  .social-icons.social-icons-colored .social-facebook a, .social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #1C4C83 !important;
  }

  .social-icons.social-icons-colored .social-tumblr a, .social-icons.social-icons-colored-hover .social-tumblr a:hover {
    background-color: #1C4C83 !important;
  }

  .social-icons.social-icons-colored .social-line a, .social-icons.social-icons-colored-hover .social-line a:hover {
    background-color: #1C4C83 !important;
  }

  .social-icons.social-icons-colored a, .social-icons.social-icons-colored-hover a:hover{
    color: #fff !important;
  }

  .kc_fab_overlay{
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255,255,255,0.5); /*dim the background*/
}
.kc_fab_wrapper{
    z-index: 9999;
    width:100%;
    height:240px;
    position:fixed;
    right:0px;
    bottom:0px;
    pointer-events:none;
}
.sub_fab_btns_wrapper{
    right:0;
    bottom:75px;
    position:absolute;
    display:none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    pointer-events:all;
}
.sub_fab_btns_wrapper button[data-link-title]:hover:after{
    content: attr(data-link-title);
    opacity: 1;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 10px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    pointer-events: none;
    position: absolute;
    right: 110%;
    min-width: 150px;
}
.sub_fab_btns_wrapper.show{
    display:block;
    opacity: 1;
}
.sub_fab_btns_wrapper button{
    width:60px;
    height:60px;
    border-radius:100%;
    background:#F44336;
    margin-bottom:12px;
    /*margin-right:26px;*/
    margin-right:17px;
    padding:0;
    border:none;
    outline:none;
    color:#FFF;
    /*font-size: 19px;*/
    font-size:20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition:.3s;
    pointer-events:all;
}
button.kc_fab_main_btn{
    background-color:#F44336;
    width:60px;
    height:60px;
    border-radius:100%;
    background:#F44336;
    right:16px;
    bottom:16px;
    position:absolute;
    margin-right:0;
    margin-bottom:0;
    padding:0;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition:.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    pointer-events:all;
}
.kc_fab_main_btn span{
    transition:.5s;
}
/*.kc_fab_main_btn:focus {
  transform:scale(1.1);
  transform:rotate(45deg);
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/

.ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    pointer-events:all;
}

.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;

}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

