@font-face {
    font-family: "myFont";
    src: url("fonts/coconnextarabic-light.ttf");
}

body {
    font-family: myFont;
    background-color: #fff;
}

.templatemo_caption {
    margin: auto;
    text-align: right;
    width: 80%;
    position: relative;
    top: -150px;
    text-align: center;
}

.templatemo_slidetitle {
    font-size: 2em;
    background: #ffffff99;
    padding: 5px 8px;
    color: #202320;
    float: none;
    margin-bottom: auto;
}

h1 {
    font-size: 1.9em;
    color: white;
    background: #2058c7;
    padding: 10px 8px;
    float: none;
    font-family: myFont;
}

.btn {
    font-size: 17px;
    border-radius: 0px;
    margin: 5px;
}

.btn-primary {
    background-color: #3b80c0;
    border-color: #3b80c0;
    font-size: 22px;
    color: white;
    text-shadow: 0px 1px #000;
}

.btn-success {
    background-color: #304d67;
    border-color: #304d67;
}

.btn-success:hover {
    background-color: #3f4f6f;
}

.btn-success:active {
    background-color: #3f4f6f;
}

.btn-success:focus {
    background-color: #3f4f6f;
}

.btn-primary:hover {
    background-color: #2058c7;
    border-color: #2058c7;
}

.btn-primary:active {
    background-color: #2058c7;
    border-color: #2058c7;
}

.btn-primary:focus {
    background-color: #2058c7;
    border-color: #2058c7;
}

.sky-bg {
    background-color: #59829d;
    border-color: #59829d;
}

.sky-bg:hover {
    background-color: #7196ae;
    border-color: #7196ae;
}

.blue-bg {
    background-color: #60609f;
    border-color: #60609f;
}

.blue-bg:hover {
    background-color: #7070af;
    border-color: #7070af;
}

.logo-img {
    max-width: 200px;
}

#top-menu ul {
    float: none;
    text-align: center;
    padding: 0;
}

#top-menu li {
    float: none;
}

#top-menu a {
    font-size: 22px;
}

.templatemo_about_box {
    font-size: 17px;
}

.inner-hover-box {
    font-size: 17px;
    color: black;
}

p {
    font-size: 17px;
}

h2 {
    font-size: 1.7em;
    font-family: myFont;
    padding: 10px;
}

.templatemo_footer ul li {
    font-size: 17px;
}

.templatemo_footer ul {
    float: none;
}


/**********************************AMEELANA*****************************************/

.title-head {
    background-color: #1d507a;
}

.top-button {
    font-size: 24px;
    margin: auto 30px;
}

.btn-link {
    color: #2c6495;
}

label {
    font-size: 22px;
    color: #333333;
}

.form-control {
    font-size: 24px;
    min-height: 50px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: myFont;
    /* color: #333; */
}

h2,
h3,
h4,
h5 {
    font-family: myFont;
    color: #333;
}

h2 {
    background-color: #f3f3f3;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-md-3 {
    float: right;
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 23%;
    }
}

.container {
    padding-left: 5px;
    padding-right: 5px;
}

.form-control {
    border-radius: 0;
}

label {
    font-size: 1.2875rem !important;
}

.navbar.default-layout .navbar-brand-wrapper .navbar-brand img {
    max-height: 100%;
    object-fit: contain;
}

.nav-link:hover {
    background-color: #1d507a !important;
}

.nav-item:hover {
    background-color: #1d507a !important;
}

.navbar {
    position: static;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
    justify-content: right;
}

.navbar.fixed-top+.page-body-wrapper {
    padding-top: 0px !important;
}

.navbar.default-layout .navbar-brand-wrapper {
    margin-right: 15px;
}


/*scroll bar styles*/


/* width */

::-webkit-scrollbar {
    width: 3px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn {
    border-radius: 10px;
}

.btn-primary {
    background: #406a7a;
}