body {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    color: rgb(27, 27, 27);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    text-wrap: pretty;
}
a,
a:focus,
a:hover,
button {
    text-decoration: none;
    color: inherit;
    outline: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
header {
    position: relative;
    z-index: 999;
}
.font-righteous {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.menu-fix {
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 999;
    padding: 0px 0 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 8px -8px rgb(0, 0, 0, 0.3);
}
.fixed-menu {
    display: block;
}
.modal-header .close {
    background: #feab31;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    color: #000;
    font-size: 20px;
    border: 0;
}
ol {
    padding-left: 15px;
}
.form-control {
    border-radius: 0px;
}
.send-btn {
    background-color: rgb(11, 86, 138);
    transition: all 0.3s ease-in-out 0s;
}
.send-btn:hover {
    background-color:rgb(17, 111, 176);
}

/*======Footer-CSS=====*/
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: rgb(11, 86, 138);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color:rgb(17, 111, 176);
    opacity: 1;
    border-radius: 0px;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
/*======Footer-CSS-End=====*/

.cursor-pointer {
    cursor: pointer;
}
.blue-color {
    color: rgb(11, 86, 138);
}
.blue-bg {
    background-color: rgb(11, 86, 138);
}
.font-14 {
    font-size: 14px;
    letter-spacing: 4px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
    letter-spacing: 4px;
}
.font-22 {
    font-size: 22px;
    letter-spacing: 0.045em;
}
.font-32 {
    font-size: 32px;
}
/*======Inner-Pages-Css=====*/

/*======Inner-Pages-Css-End=====*/