@font-face {
    font-family: 'Metropolis Semi Bold';
    src: url('Metropolis-SemiBold.otf');
    src: local('Metropolis Semi Bold'), local('Metropolis-SemiBold'),
    url('../fonts/Metropolis-SemiBold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis Medium';
    src: url('Metropolis-Medium.otf');
    src: local('Metropolis Medium'), local('Metropolis-Medium'),
    url('../fonts/Metropolis-Medium.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('Metropolis-Regular.otf');
    src: local('Metropolis'), local('Metropolis-Regular'),
    url('../fonts/Metropolis-Regular.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis Light';
    src: url('Metropolis-Light.otf');
    src: local('Metropolis Light'), local('Metropolis-Light'),
    url('../fonts/Metropolis-Light.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

h1, h2, h3 {

    color: #444444;
    font-family: 'Metropolis Semi Bold';
}

p, h4, h5, h6 {
    line-height: 23px;
    font-family: 'Metropolis Medium';
}

a {
    font-family: 'Metropolis';
}

button, span {
    font-family: 'Metropolis Light';
}

* {
    outline: none;
    list-style: none;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.navbar {
    padding: .5rem 4rem;
}

.nav-item {
    margin-left: 15px;
}

.nav-item:last-child {
    border: 1px solid #000;
}

.nav-link {
    display: block;
    padding: 0.2rem 1rem !important;
}

.background {
    background-image: url(../img/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
    padding: 40px 0px;
}

.background h2 {
    color: #fff;
}

.background h1 {
    letter-spacing: -1px;
    color: #315591;
}

.background button {
    background: #315591;
    border: 0;
    padding: 5px 15px;
    color: #fff;
}

.row1 {
    max-width: 1050px;
    border: 1px solid #80808030;
    margin: 0 auto;
}

.blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 10px 10px 10px;
    border-right: 1px solid #80808030;
    margin-bottom: 70px;
}

.blocks h4 {
    text-transform: uppercase;
}

.blocks:last-child {
    border-right: unset;
}

#main_sec > div {
    margin: 35px auto;
}

.background_full {
    background-image: url(../img/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
    padding: 40px 0px;
}

.background_full h3 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.blue_circle {
    display: flex;
    background-color: #315591;
    border-radius: 50%;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    max-width: 60px;
    margin-right: 12px;
}

.blocks_two {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.blocks_two_div {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.blocks_two_div p {
    margin: 0;
    text-align: left;
}

.blocks_two_title {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 12px;
    letter-spacing: 3px;
}

.services_container h3 {
    text-align: center;
    margin-bottom: 40px;
}

.services_container h4 {
    color: #315591;
}

.services_container hr {
    background: #0060ff36;
    width: 23%;
    height: 1px;
    margin: 0;
    margin-bottom: 12px;
}

.services_container .row {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.background_full_two {
    background-image: url(../img/bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
    padding: 40px 0px;
}

.testimonal_container {
    max-width: 1000px;
}

.testimonal_container p {
    padding: 10px 39px;
}

.testimonal_name_row {
    justify-content: flex-end;
    padding-right: 20px;
}

.testimonal_name_row label {
    margin: 0;
    margin-bottom: 2px;
    margin-left: 8px;
}

.gold_line {
    background: #bcaa58;
    width: 27px;
    height: 1.5px;
}

.choose_background {
    background-image: url(../img/bg5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
    padding: 40px 0px;
    margin: 0 auto !important;
}

.testimonal_name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.choose_title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.choose_title p {
    color: #444444;
    text-align: center;
}

.choose_title h3 {
    margin-bottom: 30px;
}

.img_size {
    width: 100%;
}

.gold_circle {
    display: flex;
    background-color: #e7c935;
    border-radius: 50%;
    width: 100%;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    max-width: 30px;
    margin-right: 12px;
    color: #fff;
    padding: 2px;
}

.gold_circle {
    padding-left: 3px;
}

.choose_container .row {
    justify-content: center;
}

.choose_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.choose_text p {
    color: #444444;
    margin-bottom: 0;
    padding: 0px 25px;
}

.choose_cols {
    margin-bottom: 20px;
}

footer {
    background-color: #f5f5f5;
}

footer h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer_row1 {
    border-bottom: 1px solid #17171759;
    padding: 30px 0px;
}

.footer_row1 span {
    padding-left: 18px;
}

.contacts {
    margin-bottom: 10px;
}

.footer_row1 form {
    margin-top: 20px;
}

.mail_input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    color: #fff;
}

.mail_input input {
    border: 0;
    height: 100%;
    width: 100%;
    max-width: 250px;
    padding: 10px;
}

.mail_input button {
    border: 0;
    height: 100%;
    color: #fff;
    background: #315591;
    padding: 0px 15px;

}

.footer_cols h6 {
    color: #315591;
}

.footer_cols ul {
    padding: 0;
}

.social ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.social li {
    margin-right: 10px;
    cursor: pointer;
}

.copyright {
    text-align: center;
    justify-content: center;
    padding: 10px;
    align-items: center;
    display: flex;
}

.copyright p {
    font-family: 'Metropolis Light';
}

.logo_size {
    width: 100%;
    max-width: 181px;
}

.invalid-feedback {
    padding-left: 10px;

    display: none;
    width: 37%;
    margin-top: .25rem;
    font-size: 80%;
    word-break: break-word;
    color: #dc3545;
}

/*how it works*/
.background_how {
    background-image: url(../img/how_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
    padding: 40px 0px;
}

.background_how .col-sm-12 {
    padding: 0px 20px;
    color: #fff;
    text-align: center;
}

.background_how h1 {
    color: #fff;
}

.text {
    text-align: center;
    margin: 10px auto;
}

.text_header {
    display: flex;
    align-items: center;

}

.text_header p {
    margin-bottom: 0;
    border-bottom: 1px solid #e7c935;
}

.text_blocks {
    margin-top: 50px;
    justify-content: space-between;
}

section {
    margin: 60px auto 0px auto;
}

.texts_subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_blocks img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.background_how2 {
    background-image: url(../img/how_bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
    padding: 40px 0px;
    margin-top: 20px;
}

.background_how2 .col-sm-12 {
    padding: 0px 20px;
    color: #fff;
    text-align: center;
}

.background_how2 h1 {
    color: #fff;
}

.background_how2 button {
    color: #fff;
    background: #315591;
    outline: navajowhite;
    border: 0;
    padding: 6px 41px;
}

.reverse :nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
}

/*contact*/
.background_cont {
    background-image: url(../img/cont_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
    padding: 40px 0px;
}

.background_cont .col-sm-12 {
    padding: 0px 20px;
    color: #fff;
    text-align: center;
}

.background_cont h1 {
    color: #fff;
}

.contInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contInfo span {
    color: rgba(0, 0, 0, 0.62);
    font-weight: 500;
}

.Contact_information {
    justify-content: space-around;
    padding: 0px 40px;
    margin: 80px auto;
}

.contact_form {
    margin: 60px auto;
    justify-content: space-around;
    display: flex;
    align-items: center;
}

.contact_form hr {
    width: 42%;
    height: 2px;
    background: #315591;
    display: flex;
    align-items: flex-start;
    margin: 18px 4px;
}

.contact_form label {
    font-weight: 500;
    margin-left: 20px;
    text-transform: uppercase;

}

.contact_form button {
    color: #fff;
    background: #315591;
    outline: navajowhite;
    border: 0;
    padding: 6px 41px;
}

.map {
    -webkit-box-shadow: 15px -19px 0px -2px rgba(49, 85, 145, 1);
    -moz-box-shadow: 15px -19px 0px -2px rgba(49, 85, 145, 1);
    box-shadow: 15px -19px 0px -2px rgba(49, 85, 145, 1);
}

.map iframe {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 435px;

}

.contact_form .form-control {
    border-radius: 0px;
}

/*blog*/
.background_Blog {
    background-image: url(../img/blog_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
    padding: 40px 0px;
}

.background_Blog .col-sm-12 {
    padding: 0px 20px;
    color: #fff;
    text-align: center;
}

.background_Blog h1 {
    color: #fff;
}

.border {
    border: 1px solid #000;

}

.blog_row1 {
    justify-content: space-around;
}

.blog_sidebar1 ul {
    padding: 0px;
}

.blog_sidebar1 span {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 22px;
}

.blog_sidebar1 li {
    margin-top: 10px;
    font-size: 18px;
}

.blog_sidebar1 li a {
    color: #000000;
    text-decoration: none;
}

.post {
    width: 45%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6 !important;
    margin: 10px;
    display: inline-block;
}

.post img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.post h6 {
    color: #315591;
}

.justify {
    padding: 10px;
}

.one_line {
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9d9e9e;
}

.like {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40px;

}

.post a {
    text-decoration: none;
    color: #000;
}

.post a span {
    color: #315591;
}

.blog {
    display: flex;
    flex-wrap: wrap;
}

.pop_posts img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    max-width: 150px;
}

.blog_sidebar1 {
    padding: 10px;
    margin-top: 10px;
}

.blog_sidebar2 {
    padding: 10px;
}

.pop_posts {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_text {
    width: 100%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 14px;
}

.pop_text a {
    color: #000000;
}

.blog_sidebar3 {
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blog_sidebar3 h3 {
    border-bottom: 1px solid #315591;
    padding-bottom: 10px;
}

.blog_sidebar3 form input {
    background: #e4e4e4;

}

.border p {
    font-family: 'Metropolis Light';
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}

.post p {
    font-family: 'Metropolis Light';
    font-size: 12px;
}

.blue_button {
    color: #000;
    background-color: #fff;
    border: 1px solid #315591;
    padding: 4px 10px;
    margin: 10px;
}

.blue_button:hover {
    color: #fff;
    background-color: #315591;
    border: 1px solid #315591;

}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

/*login*/
.login_li {
    cursor: pointer;
}

.modal-header .close {
    margin: 0;
}

.modal-header img {
    width: 100%;
    max-width: 300px;
    object-fit: contain;
    margin: 0 auto;
}

.modal-content form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-content a {
    color: #000;
    padding-top: 10px;

}

.modal-content input {
    margin: 10px auto;
    width: 100%;
    padding: 5px;
}

.remember {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}

/*.check_sign {*/
/*margin: 4px !important;*/
/*width: 15px !important;*/
/*}*/

.form-check.remember_me {
    display: flex;
    justify-content: center;
    align-items: center;
}

input#remember {
    padding: 0;
    width: 4%;
    margin: 0 10px;
    position: inherit;
}

.log_btn {
    margin: 10px 0;
    width: 100%;
    background: #315591;
    border: 1px solid #315591;
    padding: 5px 15px;
    color: #fff;
    border-radius: 0;
    display: block;
}

.log_btn:hover {
    margin: 10px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #315591;
    color: #000;
}


.sign_btn {
    margin: 10px 0;
    width: 100%;
    background: unset;
    border: 1px solid #315591 !important;
    padding: 5px 15px !important;
    border-radius: 0;
    display: block;
    opacity: 1;
    color: #315591;

    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.sign_btn:hover {
    margin: 10px 0;
    width: 100%;
    background: #315591;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #fff;
    opacity: 1;
}

.remember_me {
    text-align: center;
}

.modal_footer p {
    text-align: center;
    padding: 5px 0;
}

.modal_footer a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.forgot_pass {
    display: block;
    text-align: right;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.pt-4, .py-4 {
    padding: unset !important;
}

.help-block strong {
    color: red;
}


/* Tabs */

.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 30px;
}

#nav-tabs-wrapper {
    width: 100%;
    height: 70px;
    overflow: auto;
}

@media screen and (min-width: 769px) {
    #nav-tabs-wrapper {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }

    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }

    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

    .nav-tabs-horizontal > li {
        float: none;
    }

    .nav-tabs-horizontal > li + li {
        margin-left: 2px;
    }

    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    }

    .nav-tabs-horizontal > li > a {
        border-radius: 4px;
    }

    .nav-tabs-horizontal > li.active > a,
    .nav-tabs-horizontal > li.active > a:hover,
    .nav-tabs-horizontal > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}

/* End Tabs */

.tab-content > .active {
    display: flex;
}

.justify > p {
    max-height: 70px;
    overflow: hidden;
    height: 70px;
}

.cont__height {
    min-height: 270px;
}

.single_left {
    text-align: center;
}

.single_left img {
    max-width: 500px;
    width: 100%;
}

.single_right {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.single_desc p {
    text-align: justify;
}

.footer_menu a {
    color: #000000;
}

.payment_sec {
    margin: 60px auto;
}

.d-n {
    display: none !important;
}

.more a {
    color:#000;
}

.page_h2 {
    text-align: center;
}

.page_content {
    margin: auto;
    width: 1000px;
}

.pages_main {
    margin: 50px 0px 50px 0px;
}

#expired {
    text-align: center;
}

.payImg {
    width: 150px;
    margin-top: 10px;
}

/*box style*/


ul li{
    list-style-type: none;
}
.container-icon ul {

    width: 80%;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 70px
}
.container-icon li{
    flex-basis: 20%;
    margin: 15px;
}
.test{
    display: flex;
    flex-wrap: wrap;
}

.container-icon img{
    width: 45px;
    height: 45px;
    color: white;
    border-radius: 50%;
    background-color:none;
    margin-top: 12px;
}
.container-icon span{
    color: #aaaaaa;
}


.container-icon i{
    width: 50px;
    height: 50px;
    margin-top: 20px;
    font-size: 50px;
    color: white
}

.container-icon p{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
}

.container-icon h4{
    color: #2b3438;
    font-size: 15px;
}
