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

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

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

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

.w-90 {
    width: 90%;
    margin: auto;
}

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

a {
    text-decoration: none !important;
}

p {
    line-height: 30px;
}

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

.d-flex-ac {
    display: flex;
    align-items: center;
}

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

/* navbar starts */

.top_nav {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
}

.navbar-light img {
    width: 65px;
}

.navbar {
    padding: 0px !important;
}

.media_icons .soc_ic {
    font-size: 25px;
    margin-right: 10px;
    color: #fff;
}

.media_icons .con_ic {
    font-size: 25px;
    margin-right: 5px;
}

.media_icons a {
    font-size: 18px;
    font-family: "f2";
    color: #fff !important;
    margin-right: 15px;
}

.nav_bar {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px
}

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

.navbar-nav .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.navbar-light .navbar-toggler {
    background-color: #D4A53B !important;
    color: #000 !important;
}

.nav-item a {
    font-size: 16px;
    font-family: "f2";
}

.navbar-light .navbar-nav .nav-link.active {
    color: #D4A53B !important;
    font-family: "f2";
}

.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;
  }
  .sub-drop-down-menu .dropdown-item:hover {
    background: #fff !important;
  }
  .sub-drop-down-menu {
    position: inherit !important;
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
  }
  .sub-drop-down-menu li {
    width: 100% !important;
  }
  .sub-drop-down-menu a {
    margin-bottom: 5px;
  }
  .dropdown-submenu .sub-drop-down-menu {
    background:  #D4A53B;
  }
  .dr_hv:hover {
    background:  #ffffff !important;
  }
  
/* dropdownn ends */

/* home banner starts */

.ban_bgimg {
    position: relative;
    height: 100vh;
}

.ban_bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ban_bgimg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ban_bgimg:before {
    background: #0000006c;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;

}

.ban_bgimg .carousel-caption {
    position: absolute;
    color: #fff;
    /* height: 100%; */
    top: 15%;
    /* left: 10%; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start !important;
}

.ban_con h1 {
    font-family: "f4";
    font-size: 40px;
}

/* home banner ends */

/* home about us starts */
.about_us span {
    font-family: "f3";
    font-size: 25px;
    color: #D4A53B;
}

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

.about_us p {
    font-family: "f1";
    font-size: 16px;
    color: #252525;
    text-align: justify;

}

.about_us a {
    background-color: #D4A53B;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "f1";
    font-size: 16px;
}

.choose_us span {
    font-family: "f3";
    font-size: 25px;
    color: #D4A53B;
}

.choose_us h2 {
    font-family: "f4";
    font-size: 30px;
}

.choose_us p {
    font-family: "f1";
    font-size: 16px;
    text-align: justify;
}

.ri-send-plane-fill {
    margin-right: 10px;

}

/* home about ends */
/* about starts */
.page_banner {
    position: relative;
    height: 70vh;
}

.page_banner::before {
    background: #0000006c;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.page_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_banner_caption {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
}

.page_banner_caption h1 {
    font-family: "f4";
    font-size: 40px;
}

/* about ends */

/* home products starts */
.bg_img {
    background: url(../img/product-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    padding: 60px;
    position: relative;
}

.bg_img p {
    font-family: "f2";
}

.bg_img::before {
    position: absolute;
    content: '';
    background: #000000a8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_card {
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    padding: 18px;
    height: 100%;
    top: 0;
    left: 0;
}

.bg_content p {
    font-family: "f2";
}

.title_section {
    position: relative;
    z-index: 1;
    color: #fff;
}

.title_section h2 {
    font-family: "f4";
    font-size: 30px;
    color: #fff;
}

.bg_content {
    background-color: #ffffff;
    z-index: 1;
    border-radius: 10px;
    padding: 20px;
    margin-top: -300px;
    position: relative;
    box-shadow: 0px 3px 10px #00000026;
}

.bg_content a {
    background: #D4A53B;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "f2";
    font-size: 14px;
}

.bg_content h3 {
    font-family: "f5";
    font-size: 35px;
    color: #D4A53B;
}

.bg_content img {
    box-shadow: 0px 3px 10px #00000026;
    border-radius: 10px;
}

/* home products ends */
.product_card {
    position: relative;
}

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

.product_content {
    background: #D4A53B;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    height: 48px;
    transition: 0.3s;
}

.product_content h4 {
    font-size: 18px;
    font-family: "f4";
    color: #fff;
}

.product_card:hover .product_content {
    background: rgba(0, 0, 0, 0.578);
    height: 100%;
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_card .re_btn {
    display: none;
    transition: 0.3s;
}

.product_card .re_btn {
    display: block;
    transition: 0.3s;
}

/* .product_card .product_content h4{
   margin-bottom: 10px;
} */

/* product ends */

/* footer starts */

.footer_img {
    background: url(../img/footer-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 60px;
}

.footer_content img {
    width: 80px;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

.footer_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer_links li {
    background: #D4A53B;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 12px;
}

.footer_links img {
    width: 20px !important;
}

.footer_img h5 {
    font-family: "f4";
    color: #D4A53B;
    font-size: 25px;
}

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

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

.reach_icon {
    width: 50px !important;
    height: 50px !important;
    padding: 20px;
    background: #D4A53B;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.reach_icon img {
    width: 25px !important;
}

.footer_img p {
    color: #fff;
    font-family: "f2";
}

.footer_input {
    position: relative;
}

.footer_input .form-control {
    padding: 15px 20px;
}

.input_icon {
    position: absolute;
    top: 9px;
    right: 10px;
}

/* footer ends */

/* contact starts */

.cont_form {
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
    border-radius: 10px;
    background: #3c3c3c;
    color: #fff;
}

.cont_form h3 {
    font-family: "f4";
    font-size: 25px;
    margin-bottom: 15px;
    color: #ffffff;
}

.cont_grp {
    margin-bottom: 20px;
}

.cont_form .cont_grp label {
    margin-bottom: 7px;
    font-family: "f2";
    font-size: 16px;
}

.cont_form .cont_grp .form-control {
    background-color: #00000014;
    border-radius: 5 !important;
    color: #fff;
}

.cont_form .cont_grp .form-control:focus {
    color: #fff !important;
    border: 1px solid #D4A53B !important;
}

.cont_form .bt_sub {
    width: 100%;
    background: #D4A53B;
    color: #fff !important;
    font-family: "f2";
    font-size: 15px;
    border: none;
}

.cont_add h2 {
    font-family: "f4";
    font-size: 30px;
    color: #D4A53B;
}

.cont_add p {
    font-family: "f2";
    font-size: 16px;
    color: #666666;
    margin: 0;
}

.cont_info {
    padding: 15px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    background: #00000014;
}

.cont_con .cont_info .icon {
    font-size: 35px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background: #D4A53B !important;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 1px;
    position: relative;
}

.ic_on {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ic_on img {
    width: 35px;
}

.cont_info h4 {
    font-family: "f4";
    font-size: 20px;
}

.cont_info a {
    font-family: "f2";
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
    color: #000;
    text-align: center;
}

.re_ser .btn-nc {
    background: #D4A53B !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: "f2";
    font-size: 16px !important;
    border: none;
    padding: 8px 15px;
    margin-top: 10px;
}

/* contact ends */