@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Inter", serif;
}
@font-face {
    font-family: "Mister";
    src: url("/imgs/mister.otf");
    font-weight: bold;
  }
:root {
    --font-bebas: "Bebas Neue",
        sans-serif;
    --color-purple: #2D7EF3;
    --color-black: black; 
    --color-blue: #2D7EF3;
    --color-white: white; 
    --color-red: #d32f2f;
}
 
.color_font_blue{
    color: var(--color-blue); 
}
a,
li {
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

a {
    color: #3a3a3a;
}

.container,
.container-xl {
    max-width: 1450px;
}

.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;
}

.flex_props {
    display: flex;
    align-items: center;
}

.b-r-3 {
    border-radius: 3px;
}

.container,
.container-fluid {
    /* margin: 0px; */
    padding: 0px;
}

.color-grey {
    color: rgb(80, 80, 80);
}

img {
    width: 100%;
    /* height: 100%; */
}

.row,
ul {
    margin: 0px;
    padding: 0px;
}

.flex_prop {
    display: flex;
    align-items: center;
}

.relative {
    position: relative;
}

.bg_props {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.white {
    color: var(--color-white);
}

.margin_top {
    margin-top: 65px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 13px;
}

.font_15 {
    font-size: 15px;
}

.mt_5{
    margin-top: 60px;
}
 
/**/
.f_get {
    background-color: #f1f6fa;
}

.soc_f ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.soc_f ul li a {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: var(--color-ble);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ul_f_i {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ul_f_i li a {
    color: var(--color-black);
    font-size: 14px;
}

.fol {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.hr_h1 {
    margin: 11px 0px; 
    opacity: 0.1;
}

.fo-t {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: -3px;
}

.f_ul li {
    margin: 6px 0px;
}

.f_ul li a {
    color: var(--color-black);
    font-size: 14px;
}

.c_m {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.c_m img {
    height: 26px;
    width: auto;
}

.btns-2 button {
    background-color: white;
    color: var(--color-white);
    border: none;
    padding: 7px 4px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.1);
}
.btns-2 button img{
    height: 18px;
    width: 50px;
    object-fit: contain; 
}.num_bi {
    font-weight: 600;
    font-size: 20px;
}
.f_ul a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-right: 7px;
}
.bg_des111 {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
}
.whatsapp_ {
    background-color: #16ac4d !important;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: inline-flex;
    z-index: 9;
    align-items: center;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    gap: 7px;
    border-radius: 5px 0px 0px 0px;
}
.whatsapp_ i{
    font-size: 22px;
}
.abb1 img {
    border-radius: 10px;
}
.banner_bg {
    background-color: #2D7EF3;
    color: white;
    padding: 3rem 0px;
}

.gap_g_cust ul {
    padding-left: 25px;
}

.gap_g_cust ul li {
    list-style: disc;
    margin: 7px 0px;
}
.imgs_abb_b img {
    border-radius: 10px;
    height: 260px;
    object-fit: cover;
}

.para_call_c {
    font-weight: 600;
    font-size: 17px;
}

.ph_cccc h5 {
    color: #2796ef;
}

.depart_container {
    background-color: #f7f7f7;
    border: 1px solid rgba(189, 189, 189, 0.1);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.2);
}

.ph_cccc img {
    height: 27px;
    width: auto;
}

.abb1 img {
    border-radius: 10px;
}
.border_bb{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 20px;
}
 