body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: "f1";
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
    padding-left: 0 !important;
}

@font-face {
    font-family: "f1";
    src: url(../fonts/Rubik-Regular.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/Rubik-Medium.ttf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/Rubik-SemiBold.ttf);
}

@font-face {
    font-family: "f4";
    src: url(../fonts/Rubik-Bold.ttf);
}

p {
    font-size: 15px;
    line-height: 30px;
}
.w-md-80 {
    width: 80%;
    margin: auto;
}
.w-90 {
    width: 90%;
    margin: auto;
}

.d-flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.read_btn a {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    color: #1d4c68 !important;
    font-family: "f3";
}

.read_btn button {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    color: #1d4c68 !important;
    font-family: "f3";
}

/* nav starts */
.nav_me {
    background: #1d4c68;
    padding: 10px 0px !important;
}

.nav_me img {
    width: 230px !important;
}

.nav_me {
    z-index: 11;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}
.nav_me .nav_a li a.active {
    font-family: "f3";
    background-color: #fff !important;
    border-radius: 5px;
    color: #1d4c68 !important;
}

.nav_me .nav_a li a {
    font-family: "f1";
    font-size: 15px;
    color: #fff !important;
}

.nav-item {
    position: relative;
}

/* .nav-link::before {
  position: absolute;
  content: "";
  background: #fff !important;
  margin: auto;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: 0.2s;
} */

/* 
.navbar-light .navbar-nav .nav-link:hover::before {
  opacity: 0;
  transition: 0.2s;
} */

.navbar-light .navbar-toggler {
    background-color: #fff;
    color: #1d4c68 !important;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px 10px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.dropdown-menu li {
    position: relative;
}

.drop-a-sub-main {
    position: absolute;
    right: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 35px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dr_li {
    /* background: #b3b3b3 !important; */
    background: #1d4c68 !important;
}

.dr_li li {
    margin: 10px 0px;
}

.dr_li a:hover {
    background: none !important;
}

.social_nav i {
    color: #fff;
    margin: 0px 10px;
    font-size: 25px;
}

.nav_mail a {
    color: #fff !important;
    font-size: 16px;
    font-family: "f2";
}

/* nav ends */

/* home banner starts */
.ban_img {
    height: 80vh;
}

.ban_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban_img .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 175px;
    left: 0;
    text-align: center !important;
}
.ban_cap h2 {
    font-size: 35px;
    font-family: "f4";
    /* width: 80%;
    margin: auto; */
}
.ban_cap p {
    font-size: 40px;
}
.ban_cap h3 {
    font-size: 30px;
    font-family: "f1";
}
.carousel-indicators [data-bs-target] {
    background-color: #cbcbcb !important;
    height: 5px !important;
    border-radius: 10px !important;
    width: 40px !important;
}

.carousel-indicators {
    margin-bottom: 0.5rem !important;
}

/* home banner ends */

/* home about starts */

.home_about_bg {
    background: #1d4c68;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
}

.home_about img {
    width: 100%;
    border-radius: 20px;
}

.home_about h2 {
    font-family: "f4";
    font-size: 25px;
}

.home_about h3 {
    font-family: "f3";
    font-size: 25px;
}

.home_about p {
    text-align: justify;
}

/* home about ends */

/* home service starts */

.service_section {
    width: 90%;
    margin: auto;
}

.service_section h2 {
    font-family: "f4";
    font-size: 30px;
    color: #1d4c68;
}

.service_section p {
    color: #000;
}

.service_card {
    width: 90%;
    margin: 0 auto;
    background: #1d4c68;
    border-radius: 20px;
    height: 100%;
}

.service_card img {
    width: 100%;
    border-radius: 20px;
}

.service_icon {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -75px;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.service_icon img {
    width: 50px;
    border-radius: 0;
}

.service_content {
    padding: 15px;
}

.service_content h3 {
    color: #fff;
    font-size: 25px;
    font-family: "f4";
}

/* home service ends */

/* why choose us starts */

.why_choose_title h2 {
    font-family: "f4";
    font-size: 30px;
    color: #1d4c68;
}

.why_choose_title h3 {
    font-size: 25px;
    font-family: "f3";
}

.why_choose_title p {
    color: #000;
}

.why_choose_card {
    width: 95%;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 10px 10px rgb(0 0 0 / 15%);
    height: 100%;
}

.why_choose_card img {
    width: 100%;
    border-radius: 20px;
}

.why_icon {
    background: #1d4c68;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.why_icon img {
    width: 60px;
}

.why_choose_content {
    padding: 40px;
}

.why_choose_content h3 {
    font-family: "f4";
    font-size: 25px;
    color: #000;
    text-align: center;
}

/* why choose ends */

/* home enquiry starts */

.enquiry_field {
    background: #1d4c68;
    border-radius: 20px;
    padding: 30px;
}

.enquiry_field .form-control {
    font-family: "f1";
    font-size: 15px;
    padding: 10px 15px;
}

.enquiry_field h3 {
    color: #fff;
    font-family: "f4";
    font-size: 25px;
}

/* home enquiry ends */

/* footer starts */

.foot_er {
    background: #1d4c68;
    padding: 30px 20px 10px;
    color: #fff;
}

.foot_er img {
    width: 225px;
    margin-bottom: 20px;
}

.foot_er h5 {
    font-family: "f4";
    font-size: 20px;
    margin-bottom: 10px;
}

.foot_er h6 {
    font-family: "f2";
    font-size: 18px;
}
.foot_er p {
    margin-bottom: 2px;
}
.foot_er i {
    font-size: 25px;
    margin-right: 10px;
}

.foot_er a {
    color: #fff !important;
    font-family: "f1";
}

.foot_er li {
    margin-bottom: 10px;
}

.footer_p p {
    font-size: 11px;
}
/* footer ends */

/* Page banner starts */
.ban_imgg {
    position: relative;
}

.ban_imgg h1 {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    font-size: 40px;
    font-family: "f4";
}

/* page banner ends */

/* contact us starts */

.con_t h2 {
    color: #1d4c68;
    font-size: 30px;
    font-family: "f4";
}

.con_re {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 10%);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pos-ab {
    text-align: end;
    position: absolute;
    top: 92px;
}

.pos-ab img {
    width: 80%;
}

.con_re h4 {
    font-family: "f3";
    font-size: 24px;
}

.cont_act {
    background: #fff;
    box-shadow: 0px 2px 50px 0px rgb(0 0 0 / 8%);
    border-radius: 20px;
}

.co_ic {
    font-size: 20px;
    color: #ffda30;
}

.co_ic {
    background: #1d4c68;
    color: #fff;
    border-radius: 100%;
    padding: 8px;
    width: 15px;
    height: 16px;
    font-size: 20px;
    margin-right: 5px;
}

.con_tit h5 {
    font-family: "f3";
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 5px;
    color: #1d4c68;
}
.con_txt h2 {
    font-family: "f4";
    font-size: 30px;
    color: #1d4c68;
}
.con_txt p {
    font-family: "f1";
    font-size: 15px;
    margin: 0;
}

.con_txt a {
    font-family: "f1";
    color: #000 !important;
    word-break: break-all;
}

.cont_con {
    padding: 20px 5px;
    border-radius: 5px;
    height: 100%;
    color: #000;
    position: relative;
}

.cont_con::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 62%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.fo_rm {
    z-index: 1;
    position: relative;
}

.cont_box {
    margin-bottom: 15px;
}

.cont_con .cont_box label {
    margin-bottom: 7px;
    font-family: "f2";
    font-size: 15px;
    color: #fff;
}

.cont_con .cont_box .form-control {
    background-color: #2c2c2c70;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    color: #fff !important;
    font-family: "f3";
    font-size: 12px;
    padding: 10px 20px;
}

.cont_con .cont_box .form-control:focus {
    color: #fff !important;
    border: 1px solid #1d4c68 !important;
}

.cont_con .bt_sub {
    background: #ffda30 !important;
    color: #000 !important;
    font-family: "f3";
    font-size: 14px;
    padding: 8px 12px;
    border: none;
}

/* contac us ends */

/* About-content start */

.abt-img-left img {
    width: 100%;
    border-radius: 10px;
}

.abt-para h2 {
    color: #1d4c68;
    font-size: 30px;
    font-family: "f4";
}

.abt-para h3 {
    color: #000;
    font-size: 25px;
    font-family: "f3";
}

.abt-para p {
    color: #000;
    font-family: "f1";
    text-align: justify;
}

/* About-content end */

/* our mission vission start */

.mission_vision {
    width: 100%;
    padding: 40px;
    margin: auto;
    background: #ccebff;
}

.mission_vision p {
    color: #000;
}

.mission_box {
    /* border: 2px solid #000; */
    border-radius: 20px;
    text-align: center;
    width: 90%;
    margin: auto;
    padding: 15px;
    height: 100%;
}

.mission_icon img {
    width: 80px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.mission_text h3 {
    font-family: "f3";
}

.mission_vision h2 {
    font-family: "f3";
    font-size: 30px;
    color: #1d4c68;
}
.mission_text p {
    text-align: start;
    display: flex;
}

.mission_text img {
    width: 20px;
    margin-right: 10px;
}
/* our mission vission end */

/* serivce page starts */

.service_page h2 {
    font-family: "f4";
    font-size: 30px;
    color: #1d4c68;
}

.service_page p {
    text-align: justify;
    color: #000;
}

.service_page_icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1d4c68;
    margin-bottom: 10px;
}

.service_page_icon img {
    width: 40px;
    color: #fff;
}

.service_specification h3 {
    font-family: "f4";
    font-size: 25px;
    color: #000;
}

.service_specification p {
    text-align: center;
}

.service_specification img {
    border-radius: 10px;
}

.service_best p {
    text-align: center;
}

.best_card {
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    width: 95%;
    margin: 10px auto;
    transition: all 0.8s ease;
}

.best_card:hover {
    transition: all 0.8s ease;
    transform: translateY(-10px);
}

.best_card h3 {
    font-family: "f3";
    font-size: 25px;
    color: #1d4c68;
}

.best_card p {
    text-align: start;
}

.best_icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1d4c68;
    margin-bottom: 10px;
}

.best_icon img {
    width: 40px;
}

/* service page ends */
.nav_me .nav_a .dropdown-item {
    white-space: inherit;
}

.enquiry_form img {
    width: 100%;
}
.mis_vis_image {
    border-radius: 20px;
}
.business_auto {
    border-radius: 20px;
}

/* country dropdwn */
.input-field {
    margin: 10px;
}
label {
    display: block;
}
input {
    border: 0;
    border-bottom: 2px solid red;
    transition: all 0.3s ease;
}

select {
    word-wrap: normal;
    padding: 10px 15px;
    border-radius: 5px;
}
