* {
    font-family: 'Montserrat', sans-serif;
}

a.nav-link {
    transition: 0.5s all;
    color: rgb(0, 0, 0);
}

a.nav-link:hover {
    /* color: rgb(255, 255, 255) !important;
            box-shadow: #1c7dc2 0 80px 0px 0px inset;
            transition: 0.5s all; */
    text-decoration: underline;
}


/* EXTRA */

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    background-color: #999999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    left: 16px;
    top: 4px;
}

#button:hover {
    background: #ff79a5;
}

.bnr-desc {
    padding-top: 10px;
    max-width: 300px;
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
    padding-right: 25px;
}

a.active {
    text-decoration: underline;
}


/* END EXTRA */


/* .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #1c7dc2;
} */

.blod {
    font-weight: 700;
}

.blod-2 {
    font-weight: 600 important;
}

.practice-heads {
    font-size: 0.9rem;
    font-weight: 600;
}

#buttt {
    border: 1px solid grey;
    padding: 5px;
}

.bg-partner {
    background: #ebf4f6;
}

.bg-row {
    /* background: #f4f9fa; */
}

.col-sm-4 h5 {
    border-left: 5px solid #177ac2;
    padding-left: 20px;
}

.parent-header {
    position: relative;
    text-align: center;
    color: black;
}

.child-header h4 {
    font-weight: 600 !important;
}

.child-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-claim {
    background-image: url('../images/bg-claim.jpg');
    background-color: #cccccc;
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map ul {
    list-style: none;
    padding-left: 0;
    color: #ffff;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    line-height: 2;
    font-weight: 500;
}

.bg-contact {
    background-image: url('../images/Szeina_bottom_home.jpg');
    background-color: #cccccc;
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-div {
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.heads {
    font-weight: 600 important;
    font-size: 1rem;
}

.practice ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
}

.practice h4 i {
    color: #0699d9;
}

.practice p {
    padding-left: 15px;
}

.practice-left {
    background: #d8e6ef;
}

.blue {
    color: #023866;
}

.child {
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.bg-white {
    z-index: 9;
    min-height: 400px;
    padding-bottom: 50px;
}

.h-1 {
    max-width: 380px;
    color: #fff;
    font-weight: 900;
    padding-top: 170px;
    margin-left: 10px;
}

.bg-3 {
    background: #d8e6ef;
    position: relative;
    min-height: 400px;
}

.bg-3::after,
.bg-3::before {
    height: 100%;
    content: ' ';
    /* position: absolute; */
    top: 0;
    width: 50%;
}

.bg-3::after {
    right: 0;
    /* background-color: #fff; */
}

.intro {
    background: #023865;
}

.h-2 {
    color: #fff;
    font-weight: 600;
}

.p-1 {
    padding-top: 10px;
    max-width: 300px;
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
}

.navbar-nav li {
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
}

.mobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background-color: #023865;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.child-2 {
    background: rgba(33, 127, 196, 0.7);
    min-height: 60px;
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.header {
    background-image: url('../images/bg_new.jpg');
    background-color: #cccccc;
    height: 550px;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-team {
    background-image: url('../images/Szeina_inner.jpg');
    background-color: #cccccc;
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-tabs .nav-link {
    background: #d9e6ef;
    color: #134570;
    font-weight: 700;
    margin-left: 15px;
    border: 0;
    border-radius: 0;
}

.nav-tabs {
    border-bottom: 0;
}

hr {
    border-top: 0.5px !important;
}

.bio ul {
    margin-top: 20px;
    list-style: initial;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    /* font-weight: 900; */
}

.borders {
    border-bottom: 1px solid #023866;
    padding: 0;
    margin: 0;
}

.bio ul li::before {
    /* content: "-";
    color: #5198cf;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    width: 1em;
    margin-left: -1em; */
}

.main-img {
    background: #91bee2;
    position: relative;
}

.main-img img {
    margin-bottom: 15px !important;
    margin-left: 15px !important;
    margin-top: -15px !important;
}

.bg-blue {
    color: #fff;
    background: #023866;
    width: max-content;
    padding: 3px;
}

.h-team {
    font-weight: 700;
}

.close_butt {
    position: absolute;
    top: 0;
    right: 0;
}

.footer-cr {
    font-size: 12px;
    font-weight: 500;
    padding-top: 30px;
}

.footer {
    background: #1c7cc2;
}

.navbar-brand img {
    max-width: 320px;
    padding: 5px;
}

@media(max-width: 768px) {
    .navbar-nav {
        /*background: #000;*/
        position: relative;
        z-index: 999;
    }
    .pl-x {
        padding-left: 20px !important;
    }
    .left-side {
        margin: 0 auto;
        padding-left: 0;
    }
    .middle-footer img {
        float: left !important;
        padding: 5px 0px;
    }
    .mobile ul li a {
        color: #fff !important;
        padding: 10px !important;
    }
    .mobile .dropdown ul {
        background: #1c7cc2;
        width: 280px;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #023865;
    }
    .mobile ul li a {
        color: #fff !important;
        padding: 10px !important;
    }
    .mobile .dropdown ul {
        background: #467da5;
        width: 280px;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #023865;
    }
    .navbar-brand img {
        max-width: 250px;
        padding: 2px;
    }
    .navbar {
        padding: 0;
    }
    .pading {
        padding: 0;
    }
    .h-1 {
        max-width: 280px;
        font-size: 1.5rem;
        font-weight: 700;
        padding-top: 85px;
        margin-left: 15px;
    }
    .header {
        background-image: url('../images/bg.jpg');
        background-color: #cccccc;
        height: 350px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .p-1 {
        font-size: 14px;
    }
    .bg-3::after,
    .bg-3::before {
        height: 100%;
        content: ' ';
        position: relative;
    }
    .practice ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style: none;
    }
    .child-header h1 {
        font-size: 1rem;
    }
    .bg-partner h1 {
        font-size: 2rem;
    }
    .intro p {
        padding: 0 !important;
    }
    #cont {
        padding: 0;
    }
    .map {
        padding: 3px !important;
    }
    .nav-tabs .nav-link {
        margin-top: 10px;
    }
    .cl-1,
    .cl-2,
    .cl-3 {
        padding: 0 !important;
        margin: 0;
    }
    .bg-blue {
        color: #fff;
        font-size: 18px;
    }
    .cl-2 {
        margin-top: 30px;
    }
    .bio h1 {
        font-size: 1.5rem;
        margin-top: 10px;
    }
    .bio ul {
        font-size: 12px;
    }
}


/* new adding  */
@media only screen and (min-width: 840px) and (max-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
        max-width: 800px;
    }
}

@media (max-width: 768px){
    .h-1,.h-2{
        max-width: 280px;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .cus-index-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 320px){
    .h-1,.h-2{
        max-width: 100px;
    }
}


/******NEW CSS 20-11-2022******/

/***** Mobile Layout *****/
@media only screen and (max-width: 767px) {
.header h1.h-1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px;
}
.header p {
    margin-left: 0;
}
.introduction-section-home h2 {
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.introduction-section-home p {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
}
.contactsection-home {
    padding: 0px 15px;
}
.bg-contact h1 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.intro h2 {
    max-width: 100% !important; 
}	


}
	
	












