/* GLOBAL STYLES ONE CLICK 2 UNIVERSITY
-------------------------------------------------- */


body {
    background-color: #e3e3e3;
}



.roboto-regular p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    color: #8492a6;
}

hr {
    background-color: #fff;
    padding: 0;
    margin: 10px;
}

    hr.hr-1 {
        border: 0;
        height: 3px;
        background-image: linear-gradient(to right, rgba(246, 15, 61, 0), rgba(202, 5, 44, 0.95), rgba(246, 15, 61, 0));
    }

/*####### Custumize MegaDroop Menu*/

.droopmenu-navbar {
    background-color: rgb(2, 40, 64) !important;
}


/*###### universal link #### */

a.universal {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    /*color: #8492a6;*/
    color: #f60f3d;
    text-decoration:none
}
a:visited.universal {
    color: #f60f3d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    text-decoration: none
}

a:hover.universal {
    color: #f60f3d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    text-decoration: none;
    color: #0e273e;
}




/*###### red button #####*/



.oneClick {
    background-color: #f60f3e;
    border-radius: 28px;
    border: 1px solid #969696;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding: 10px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    text-transform:uppercase;
    cursor:pointer;
}

    .oneClick:hover,
    .oneClick:active {
        background-color: #022840;
        transform: translateY(-3px);
        color: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }


    .oneClick::before {
        background: #fff;
        content: "";
        height: 155px;
        opacity: 0;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        width: 50px;
        transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .oneClick::after {
        background: #fff;
        content: "";
        height: 20rem;
        opacity: 0;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 8rem;
    }

    /*####### caption title ######*/
.carousel-caption {
    position: absolute;
    right: 15%;
   /* bottom: 9rem;*/
    left: 15%;
    padding-top: 1.25rem;
    /* padding-bottom: 1.25rem;*/
    margin-bottom: 0rem;
    margin-top:2rem;
    text-align: center;
    background-color: #fff;
    max-width: 550px;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.65);
    border-radius: 15px;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(2.748rem, 1vw, 2.2rem);
    font-weight: 300;
    font-style: normal;
    color: #0a8cbf;
    text-transform: uppercase;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(2.148rem, 1vw, 2.2rem);
    font-weight: 300;
    font-style: normal;
    color: #0a8cbf;
    text-transform: uppercase;
}

h4 {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(2.148rem, 1vw, 2.2rem);
    font-weight: 300;
    font-style: normal;
    color: #0a8cbf;
    
}

/*##### h3 for slider #####*/
    h3.slider-text {
        color: #022840;
        font-size: 0.90rem;
        font-family: "Poppins", sans-serif;
        line-height: 1.4;
        margin-bottom: 10px;
        font-weight: 600;
      /*  background-color: #fff;
        max-width: 480px;
        padding: 25px;*/
    }
    .myButton:hover {
    background-color: #5cbf2a;
}

.myButton:active {
    position: relative;
    top: 1px;
}

        

/*####### End of Custumize MegaDroop Menu*/

.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
}

/*--- btn-3 ---*/
.btn-3 {
    padding: 5px;

}
.btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}
    .btn-3 span {
        color: rgb(255, 255, 255);
        background-color: rgb(54, 56, 55);
    }

    .btn-3::before,
    .btn-3::after {
        background: transparent;
        z-index: 2;
    }

/* 11. hover-border-1 */
.btn.hover-border-1::before,
.btn.hover-border-1::after {
    width: 10%;
    height: 25%;
    transition: 0.35s;
}

.btn.hover-border-1::before {
    top: 0;
    left: 0;
    border-left: 1px solid rgb(28, 31, 30);
    border-top: 1px solid rgb(28, 31, 30);
}

.btn.hover-border-1::after {
    bottom: 0;
    right: 0;
    border-right: 1px solid rgb(28, 31, 30);
    border-bottom: 1px solid rgb(28, 31, 30);
}

.btn.hover-border-1:hover::before,
.btn.hover-border-1:hover::after {
    width: 99%;
    height: 98%;
}

ul {
    list-style-type: square;
    margin: 0;
    padding: 0;
}

