@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: 'Nunito', sans-serif;
}

:root {
    --color-white: white;
    --color-black: #1e1e1e;
    --color-light-white: #f5f5f5;
    --color-yellow: #FCB316;
    --color-purple: #775AA7;
    --color-blue: #134A99;
    --color-pink: #EE2A6A;
    --font-pt: 'PT Serif',
        serif;
}

.color-grey {
    color: grey;
}

.row {
    margin: 0px;
    padding: 0px;
}

.container-fluid,
.container {
    padding: 0px;
}

.row {
    margin: 0px;
    padding: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul,
p {
    padding: 0px;
    margin: 0px;
}

.white {
    color: var(--color-white);
}

.flex_prop {
    display: flex;
    align-items: center;
}

img {
    width: 100%;
}

.font_14 {
    font-size: 14px !important;
}

.font_15 {
    font-size: 15px;
}

.font_12 {
    font-size: 12px;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

.margin_top {
    margin-top: 70px;
}

.relative {
    position: relative;
}

.bg_common {
    background-color: var(--color-light-white);
}

.bg_prop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.white {
    color: var(--color-white);
}

.bg-martblue {
    background-color: var(--color-martblue);
}

.b-r-3 {
    border-radius: 3px;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font_13 {
    font-size: 12px;
}

.b-r-50 {
    border-radius: 50%;
}

.bg_light {
    background-color: var(--color-light-white);
}

main {
    overflow: hidden;
}

/*Header*/
.logo_header img {
    height: 80px;
    width: auto;
}

.logo_header {
    background-color: rgba(19, 74, 153, 0.1);
}

.sub_nav {
    background-color: #f8f8f8;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.client_img{
    display: none;
}
.sub_ul ul {
    display: flex;
    gap: 20px;
}

.sub_ul ul li {
    display: flex;
    align-items: center;
    gap: 3px;
}

.sub_ul ul li img {
    height: 24px;
    width: auto;
}
.sub_ul ul li a{
    color: var(--color-black);
}
.social_links ul {
    display: flex;
    gap: 10px;
}

.social_links ul li a {
    width: 26px;
    height: 26px;
    background-color: var(--color-blue);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.social_links ul li a i {
    font-size: 13px;
}

.nav_links ul {
    display: flex;
    gap: 40px;
}

.nav_links ul li a {
    color: var(--color-black);
}

.nav_links li a {
    font-weight: 600;
}

.nav_call a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-black);
    font-family: var(--font-pt);
}

.call_title {
    font-weight: 700;
    font-size: 18px;
}

.nav_call img {
    height: 45px;
    width: auto;
}

.book_btn {
    background-color: var(--color-blue);
    color: var(--color-white) !important;
    padding: 9px 20px;
    border-radius: 5px;
}

.banner_hero {
    background-image: url("../imgs/bg-3.jpg");
    height: 450px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.banner_title {
    font-family: var(--font-pt);
    font-weight: 600;
}

.buttons_cont a {
    display: inline-flex;
    align-items: center;
    background-color: var(--color-blue);
    color: var(--color-white);
    padding: 0px;
    border-radius: 3px;
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.buttons_cont a span {
    height: 43px;
    background-color: var(--color-white);
    padding: 0px 15px;
    margin-left: 15px;
    color: var(--color-black);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 3px 3px 0px;
}

.semi_title {
    background-color: rgba(19, 74, 153, 0.1);
    padding: 4px 15px;
    border-radius: 5px;
}

.common_title {
    font-weight: 600;
    font-size: 32px;
    font-family: var(--font-pt);
}

.hero_banner {
    display: flex;
    justify-content: center;
}

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero_semi_content {
    width: 60%;
}

.hero-banner .swiper-slide img {
    height: 500px;
    object-fit: cover;
}

.hero-banner .swiper-wrapper {
    padding-bottom: 0px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: transparent;
    border: 2px solid var(--color-blue);
}

.swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);
}
.about_ul{
    padding-left: 14px;
}
.about_ul li{
    list-style: disc !important;
    margin: 6px 0px;
}
/*Footer*/
footer {
    background-color: rgba(19, 74, 153, 0.1);
}

.footer_logo img {
    height: 80px;
    width: auto;
}

.footer_title {
    font-family: var(--font-pt);
    font-weight: 600;
    font-size: 24px;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.footer_links li a {
    color: var(--color-black);
    font-weight: 600;
}

.social_footer li a {
    background-color: var(--color-blue);
    color: var(--color-white);
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 7px 16px;
    border-radius: 3px;
    font-weight: 600;
}

.twitte_bg {
    background-color: #22A1EE !important;
}

.you_bg {
    background-color: #FF131B !important;
}

.footer_hr {
    margin: 10px 0px;
}

.logo_nav {
    display: none;
}

.button_menu {
    display: none;
}

.sub_ul ul li p {
    margin-top: 3px;
}

.nav_head {
    display: none;
}
.banner_common {
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
     background-color: var(--color-blue);
}
.spacing_editor p, .spacing_editor ul{
    margin-top: 12px;
}
.spacing_editor h1, .spacing_editor h2, .spacing_editor h3, .spacing_editor h4, .spacing_editor h5{
     font-family: var(--font-pt);
     margin-top: 12px;
}
.spacing_editor ul{
    padding-left: 25px;
}
.spacing_editor ul li{
    list-style: disc;
    margin: 6px 0px;
}