* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: lightpink;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto;
}

.txt-j {
    text-align: justify;
}

.font-family {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.header_wrapper {
    /* padding: 5px; */
    padding: 18px;
    box-shadow: 0 0.125rem 0.25rem rgb(34 30 31 / 40%);
}

.side-menu ul li {
    display: inline-block;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    padding: 5px;
    background-color: rgb(244, 247, 247);
    border: 1px solid black;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;

}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    display: none;
}

.header_wrapper .navbar-toggler {
    border: 0;
    color: black;
    box-shadow: none !important;
}

.banner-slide_img img {
    text-align: end;
}

.banner-slide_img img {
    border: 2px solid #021832;
    padding: 10px;
    border-bottom: none;
    border-left: none;
}

.head-doc {
    color: #021832;
    font-weight: 600;
}

.txt-center {
    text-align: center;
    font-size: 28px;
    padding-top: 23px;
    font-weight: 600;
    color: #021832;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.section-title:after {
    content: "";
    background-image: url(img/title-icon.webp);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    /* margin: -0.9375rem; */
    height: 0.9375rem;
}

.navbar-collapse ul li a {
    color: #021832;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.top-bar ul li {
    display: inline;
    margin-left: 15px;

}

.top-bar ul li a {
    color: #e5e5e5;
}

a {
    text-decoration: none !important;
}

.fa-user-md {
    font-size: 20px;
    color: #021832;
}



.box-s {
    box-shadow: 0 0.125rem 0.25rem rgb(34 30 31 / 40%);
    /* background-color: #e5e5e5; */
    background-color: #021832;
}

.active {
    color: red !important;
}

.active2 {
    background-color: #021832 !important;
    color: white !important;
}

.d-flex {
    display: flex;
}


.head-doc-2 {
    width: 30% !important;
}

.align-i-c {
    align-items: center;
}

.bg-banner_wrapper {
    background-color: #e5e5e5;
}

.section-team {
    font-family: "Poppins", sans-serif;
}

.section-team .header-section {
    margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
    padding: 30px;
    /* background-color: lightgray; */
    border-radius: 5px;
}



.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 35px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

/* .section-team .single-person:hover .person-image {
	padding: 12px;
    border: 4px dashed black;
} */

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /* background: linear-gradient(to right, #016cec, #00b5f7); */
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

/* .section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #016cec;
} */

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}


/* .section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
} */
.person-info {
    text-align: center;
    color: #021832;
    margin-bottom: 15px;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}

.person-btn {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.person-btn button {
    padding: 9px 20px;
    color: white;
    font-weight: 500;
    border: 2px solid #021832;
    /* background-color: #1196CC; */
    background-color: #021832;
    border: none;
}

.speciality {
    color: #021832;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}

.icon {
    background: rgb(2, 24, 50) !important;
}

.fa-user-md {
    color: white;
}

.person-btn button:hover {
    background: #caa169;
    color: white;
    /* border: none; */
}



/* Service Section Start   */
.section-services {
    padding-top: 35px;
    font-family: "Poppins", sans-serif;
    background-color: #211f24;
    color: #fff;
    background: #e5e5e5;
}

.section-services .header-section {
    margin-bottom: 35px;
}

.section-services .header-section .title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #f70037;
}

.section-services .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #f70037;
}

.section-services .header-section .title span {
    color: #f70037;
}

.section-services .header-section .description {
    color: #021832;
    font-size: 18px;
    font-weight: 500;
}

.section-services .single-service {
    margin-top: 40px;
    background-color: #021832;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.section-services .single-service .part-1 {
    padding: 40px 40px 25px;
    border-bottom: 2px solid #e5e5e5;
}

.section-services .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #f70037;
}

.section-services .single-service .part-1 .title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}

.section-services .single-service .part-2 {
    padding: 30px 40px 40px;
}

.section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #e5e5ee;
    font-size: 14px;
    line-height: 1.8em;
}

.section-services .single-service .part-2 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.part-1 {
    text-align: center;
}

.section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #f70037;
}

/* services Section End  */

.work_wrapper table {
    width: 100%;
}

.work_wrapper table tr {
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
}

tr td {
    padding: 5px 10px;
    text-align: end;
}

tr th {
    padding-left: 10px;
}

.wrk-hor {
    background-color: #021832;
    text-align: center;
    font-weight: 600;
    color: white;
    padding: 10px;
}

.Working {
    margin-top: 30px;
}

.bg-ap-img {
    background: rgb(0, 0, 0, 0.7) url("../images/img/bg6.jpg");
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    background-blend-mode: darken;
    padding: 76.5px 0px;
}

.c-btn {
    padding: 10px;
    border: none;
    color: #021832;
    font-size: 20px;
    font-weight: 700;
}

.ap-head {
    color: white;
    font-weight: 600;
}

.ap-sub-head {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #f70037;
}


.video-b {
    padding: 10px;
    border: 1px solid #021832;
}

.v-mt {
    margin-top: 30px;
}

.footer-clr {
    background-color: #021832;
}

.foot-l ul {
    list-style: none;
}

.foot-l ul a {
    color: #e5e5e5;
}

.foot-l ul h5 {
    color: white;
}

.foot-l ul li {
    padding: 7px 0px;
    font-size: 14px;
}

.foot-l {
    padding: 30px 0px 15px 0px
}

.logo-footer {
    padding: 30px;
}

.f-add {
    color: #e5e5ee;
    font-size: 14px;
}

.f-la {
    background-color: red;
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
}

.social-icon {
    justify-content: space-around;
}

.social-icon a {
    color: white;
    font-size: 25px;
}

/* Hover On NavBar Effect Start  */

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}


.collapse {
    justify-content: center;
}

.dropbtn {
    color: black;
    padding: 9px;
    font-size: 16px;
    border: none;
    background: transparent;
    color: #021832;
    font-size: 16px;
    font-weight: 500;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content :hover {
    background-color: #021832;
    color: white;

}



.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    background: white;


}

/* Change color of dropdown links on hover */


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */



.navbar-toggler {
    border: 0;
    color: black;
    box-shadow: none !important;
}

.bo {
    background: #ffffff;
    background: #f37820;
}


.btn-d {
    -webkit-animation: button-shine 45s linear infinite;
    animation: button-shine 45s linear infinite;
    color: white;
    padding: 10px 20px;
    border: none;
    background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, hsla(0, 0%, 100%, .37) 45.27%, rgba(133, 239, 49, 0) 62.27%), #000;
}


download-app-button__ios {
    background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, hsla(0, 0%, 100%, .37) 45.27%, rgba(133, 239, 49, 0) 62.27%), #000;
}

.main-sub-txt {
    font-size: 18px;
    color: #f37820;
}


.dropdown-content a {
    min-width: 233px;
    line-height: 22px;
    padding: 10px 0 10px 5px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #ccc;
    text-align: left;
    text-transform: uppercase;
}

/* Hover On NavBar Effect Start  */


.ptb-17 {
    padding: 25px 0px 10px 0px;
}

.vt img {
    border-radius: 12px;
    border: 1px solid;
    padding: 5px;
}

.doc-head {
    font-weight: 600;
    color: #021832;
}

.doc-subhead {
    color: #021832;
}

.doc-txt {
    color: #021832;
    font-weight: 500;
    text-align: justify;
}

.doc-txt li {
    color: #021832;
    font-weight: 500;
    text-align: justify;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.d-nr p {
    margin-bottom: 8px;
}

.mt-10 {
    margin-top: 10px;
}


.banner2_wrapper {
    background: #021832;
    padding: 70px;

}


.doc-subhead2 {
    color: #021832;
    font-weight: 600;
}

.doc-head2 {
    /* font-size: revert; */
    color: white;
    background: #021832;
    padding: 11px 1px 5px 1px;
}

.clr-blu {
    color: red;
}

.li-bl {
    background-color: #021832
}

.blog-box {
    width: 100%;
    border: 1px solid #021832;

}

.box-head {
    padding: 10px 15px 0px 15px;
}

.rmo-btn button {
    margin-left: 15px;
    padding: 10px 20px;
    background: #021832;
    color: white;
    border: none;
    margin-bottom: 15px;
}

.rmo-btn button:hover {
    background-color: red;
    font-weight: 600;
    transition: .4s ease-in-out;
}

.page-1 {
    background-color: #fff;
    border: 1px solid #021832;
    border-radius: 3px;
    color: #021832;
    display: block;
    line-height: 45px;
    margin-left: -1px;
    min-height: 45px;
    min-width: 48px;
    padding: 0 5px;
    transition: .4s ease-in-out;
    text-align: center;
    margin: 0px 10px 0px 10px;
}

.page-1:hover {
    background-color: #021832;
    color: white;
}

.pagination {

    display: flex;
    justify-content: center;
}

.b-date {
    background-color: red;
    padding: 8px;
    color: white;
}

.b-art {
    background-color: #021832;
    padding: 8px;
    color: white;
    margin-left: 4px;
}

.blog-sb {
    margin-top: 20px;
}

.blog-sb input {
    width: 85%;
    padding: 5px;
    outline: none;
}

.blog-sb i {
    height: 28px;
    background-color: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 28px;
    padding-left: 16px;
    padding-right: 16px;
}

.line a {
    color: #021832;
    font-weight: 500;
    margin-bottom: 20px;
}

.line a:hover {
    color: red;
}

.line {
    padding-left: 0px;
}

.line li {
    margin: 10px 0px;
    font-weight: 700;
    list-style: none;
}

.clr-red {
    color: red;
}

.blog-txt {
    text-align: justify;
}

.con-form input {
    width: 95%;
    margin: 10px;
    padding: 5px;
    outline: none;
    border: none;
    background: cadetblue;
    border-bottom: 2px solid rgb(14, 13, 13);
}

.con-form textarea {
    width: 80%;
    margin: 10px;
    padding: 5px;
    outline: none;
    width: 95%;
    background: cadetblue;
    border: 2px solid rgb(5, 5, 5);
}

.s-bn button {
    padding: 8px 60px;
    border: none;
    margin: 10px;
    background: red;
    color: white;
    transition: .4s ease-in-out;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-s {
    display: flex;
    justify-content: center;
}

.s-bn button:hover {
    background: red;
    color: white;
    transition: .4s ease-in-out;
}

.con-form {
    background: cadetblue;
    padding: 15px;
}

.name3::placeholder {
    color: black;
}

.form-head {
    background: red;
    padding: 5px;
    color: white;
    text-align: center;
}


/* Photo Gallery  */

.img-box img {
    display: block;
    transition: transform 400ms ease-out;
    height: 200px;

}

.img-box {
    max-width: 380px;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 20px 0px;
    overflow: hidden;
}

.img-box img:hover {
    transform: scale(1.15);
}

@media(max-width: 425px) {

    .banner-slide_img img {
        border: 2px solid #021832;
        padding: 10px;
        border-bottom: none;
        border-left: none;
        width: 350px;
    }
}

.v-border {
    margin: 15px 0px;
}