@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alexandria&display=swap');

:root {
    scroll-behavior: smooth;
}

* {
    font-family: 'Amiri', serif;
    /* position: absolute; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

.navv {
    background-color: #f7f9fb;
}

.inputs-page {
    box-sizing: border-box;
    background-color: #f7f9fb;

}

.inputs-page .card-wrapper {
    justify-content: center;
    width: 100%;
    margin: 15px;
}

/* select button style */
.search-select-box button {
    display: flex;
    max-width: 100%;
    /* background-color: white; */
    /* border: 2px solid red; */
    /* border-right:0px; */
    border-radius: 25px;
    height: 43px;
    /* justify-content: center; */
    /* text-align: center; */

}

.search-select-box div.dropdown.bootstrap-select.show-tick.select-field {
    width: 90%;
    max-width: 100%;
    height: 45px;
    /* text-align: center; */
}

.search-select-box div.filter-option {
    margin-right: 30px;
    text-align: right !important;
}

/* margin bottom for rows */
.m-b {
    margin-bottom: 30px;
}

/* input-border-color */

.b-orange {
    border: 2px solid #fd7e14;
}

.b-blue {
    border: 2px solid #1B6FD0;
}

.b-green {
    border: 2px solid #20c997;
}

.b-black {
    border: 2px solid black;
}

.b-Purple {
    border: 2px solid Purple;
}

.b-red {
    border: 2px solid Crimson;
}


.search-select-box button:focus {
    outline: 0 !important;
    border-color: #f7f9fb;
}

.inputs-page .card {

    border-color: transparent;
    box-shadow: 7px -7px 7px rgba(0, 0, 0, .05);
    border-radius: 45px;
}

.inputs-page.card.fat {
    padding: 10px;
}

.inputs-page .card .card-title {
    margin-bottom: 30px;
}

/* fit width to contnt */
.w-content {
    width: 110px;
}

.w-content2 {
    width: 150px;
}

.w-content3 {
    width: 200px;
}

.w-content4 {
    width: 250px;
}

.w-95 {
    width: 95%;
}

.w-30 {
    width: 30%;
}

.mm {
    margin-right: -30px;
}

.mwd {
    width: 90%;
}

/* icon style */
.select-icons i {
    margin-right: 5px;
    margin-top: 15px;
    position: absolute;
}

.input-icons i {
    margin-top: 7px;
    position: absolute;
}

.select-icons {
    margin: 5px;
    width: 100%;
    display: flex;

}

.input-icons {
    box-sizing: border-box;
    width: max-content;
    padding: 5px;
    margin: 5px;
    display: flex;


}

.input-radio {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    margin: 5px;
    float: right;
    text-align: center;
}

.icon {
    padding: 5px;
    min-width: 30px;
    margin-right: 5px;
}
.d-flex label{
    margin-bottom: 5px;
    height: 43px;
}

.select-field {
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 45px;
}

.input-field {
    width: 100%;
    padding: 5px;
    text-align: center;
    height: 43px;
}

/* pofile image */
.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 165px;
    height: 165px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
}

.profile-pic .-label {
    cursor: pointer;
    height: 165px;
    width: 165px;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: rgb(250, 250, 250);
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
}

.profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}

/* website style */
/* whatsapp-iocn */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/* back to top icon */
.top {
    position: fixed;
    left: 4rem;
    bottom: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgb(226, 78, 9);
    box-shadow: 0 0.25rem 0.5rem 0 gray;
    opacity: 0.7;
    text-decoration: none;
    text-align: center;
}

.top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 40px;
    color: #fff;
}

.top:hover {
    cursor: pointer;
    background-color: #333;
}

/* *********************************************************************************** */
.head-actions {
    background-color: #1f3d89;
    padding: 10px;
    width: 100%;
    height: max-content;
}

.btns {
    font-family: 'Alexandria', sans-serif;
    font-weight: 500;
    width: 197px;
    margin: 5px;
    transition: transform 250ms ease-in-out, opacity 250ms linear;
}



.btns:hover,
.btns:focus {
    transform: scale(1.1);
    opacity: 0.8;
    background-color: darkturquoise;
    font-size: 10px;
    box-shadow: 3px 3px 3px gray;
}

a.btns>span {
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

a.btns.btn.color-green {
    background-color: #42ef61;
}

a.btns.btn.color-yellow {
    background-color: #ffea42;
}

a.btns.btn.color-red {
    background-color: red;
}

a.btns.btn.color-blue {
    background-color: #05abf4;
}

.sec3 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #203d89;
    padding: 10px;
    width: 100%;
    border-radius: 10px;

}

.sec3 h2 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 400;
    color: white;
}

.sec4 button {
    background-color: #203d89;
}

.sec4 button span {
    font-family: 'Alexandria', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 25px;
    line-height: 2;

}

.sec4 p.p1 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    color: rgb(3, 3, 117);
}

.sec4 p.p2 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
}

.sec5 {
    margin-top: 30px;

}

.sec5-1,
.sec5-4 {
    background-color: #8a2d33;
    text-align: center;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    color: #fff;
}

.sec5-2,
.sec5-3 {
    background-color: #203d89;
    text-align: center;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    color: #fff;
}

.sec5-1 h1,
h4,
h5,
.sec5-2 h1,
h4,
h5,
.sec5-3 h1,
h4,
h5,
.sec5-4 h1,
h4,
h5 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 400;
}

.sec5-1 h4,
h5,
.sec5-2 h4,
h5,
.sec5-3 h4,
h5,
.sec5-4 h4,
h5 {
    color: rgb(206, 206, 206);

}

.sec6 h1 {
    color: rgb(3, 3, 117);
}

.sec6>h1,
.sec6 p {
    font-family: 'Alexandria', sans-serif;
    font-weight: 800;
}

.sec6 p.p2 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    color: rgb(31, 31, 153);
}

.sec7 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.sec7>.row>.col>.card {
    border-radius: 15px;
    background-color: #203d89;
}

.card-text {
    font-family: 'Alexandria', sans-serif;
    font-weight: 500;
    color: rgb(206, 206, 206);
}

.card-title {
    font-family: 'Alexandria', sans-serif;
    color: #fff;
}

.card-body>.card-icons {
    position: relative;
}

.card>.card-icons>.iconns {
    display: none;
    position: absolute;
    bottom: 150px;
    left: 20px;
    transition: all linear 0.25s;
}

.card>.card-icons>.iconns a {
    margin: 5px;
}

.card>.card-icons:hover .iconns {
    display: grid;
}

.card>.card-icons img {
    border-radius: 15px;

}

.card>.card-icons:hover img {
    filter: grayscale(100%);
    transform: scale(1.1);
    border-radius: 25px;

}

.sec8 p.p2 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
}

.sec8 p.p1 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 2.5;
    color: rgb(3, 3, 117);
    text-align: justify;
}

.sec8 h1 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    color: rgb(3, 3, 117);

}

.sec9 {
    background-color: #203d89;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.sec9 h1,
h4,
a {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    color: white;
}

.sec10 p.about-sns {
    font-family: 'Alexandria', sans-serif;
    font-weight: 700;
    color: rgb(3, 3, 117);
}

.sec10 h5 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

.btn-col {
    display: block;
    background-color: #203d89;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 7px;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 20px;
}

.btn-col:hover {
    color: cyan;
}
