*
{
  margin: 0px;
  padding: 0px;    
}

@font-face 
{
    font-family: gilroy-light;
    src: url(../fonts/gilroy/Gilroy-Light.ttf);
}
@font-face 
{
    font-family: gilroy-medium;
    src: url(../fonts/gilroy/Gilroy-Medium.ttf);
}
p
{
    color: #212529;
    letter-spacing: 1px;
    line-height: 140%;
    font-size: 1rem !important;
}
body
{
    font-family: gilroy-medium;
}
:root
{
    --bg-primary: #ECECEC;
    --bg-secondary: #2C6793;
    --primary-color: #2C6793;
    --text-p: #212529;
    --site-padding: 0% 11%;
    --inner-banner-h: 2rem;
    --card-overlay: rgb(44,103,147,0.7);
}
.site_margin
{
    padding: var(--site-padding);
}
.section_top
{
    margin-top: 80px;
}
a
{
    text-decoration: none !important;
    color: var(--text-p) !important;
    cursor: pointer !important;
}
button
{
    cursor: pointer !important;
}
.top_bar
{
    background-color: var(--bg-primary);
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.top_bar h6
{
    font-family: gilroy-light;
    font-size: 0.9rem;
}
.top_bar h6:hover i
{
    transform: translateX(3px);
    transition-duration: 0.3s;
    color: var(--primary-color);
}
.top_bar ul
{
    list-style: none;
    display: flex;
}
.top_bar ul li:first-child
{
    margin-left: 0px !important;
}
.top_bar ul li
{
  margin-left: 20px;    
}
.logo_section_mc
{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
}
.logo_section_mc img
{
    width: 100px;
}
.icon_box_mc
{
    display: grid;
    grid-template-columns: 30% 70%;
}
.icon_box_mc i
{
    font-size: 1.5rem;
    color: #212529 !important;
}
.icon_box_mc h4
{
    white-space: nowrap;
    margin-top: 5px;
    color: #212529 !important;
}
.icon_box_left
{
    display: flex;
    align-items: center;
    color: #212529 !important;
}
nav
{
    background-color: var(--bg-secondary);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
nav ul
{
    display: flex;
    list-style: none;
}
nav ul li
{
    margin-left: 40px;
}
nav ul li:first-child
{
    margin-left: 0px;
}
nav ul li a
{
    color: #fff !important;
}
.pd_table p
{
    font-size: 0.8rem !important;
    color: orangered;
    padding-top: 1rem;
}

.table_section_mc p
{
    font-size: 0.8rem !important;
    color: orangered;
    padding-top: 1rem;
}
.cen{
    text-align:center;
}
.dou span{
    font-size: 0.8rem !important;
    color: orangered;
    padding-top: 1rem;
}
.dou{
    display: flex;
    
    justify-content: space-around;
}
.pd_table .col-lg-9 p{
   
    margin: 10px 0;
}




/* Banner section start */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .owl-nav button:focus {
      outline: none;
  }
  .owl-dots {
    display: none;
}
.owl-nav span {
    color: #2C6793;
}
.owl-nav button
{
    background: rgb(192 192 192 / 38%) !important;
}
.item_mc img
{
  width: 100%;
}



.i_item_mc
{
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
padding:  9%;
}
.i_item_mc p
{
    font-size: 1rem ;
    color: #fff;
}

.i_item_mc h6
{
    font-size: 2.5rem ;
    color: #ffffff;
}



.about_mc img
{
    width: 100%;
}
h1
{
    font-size: 2rem !important;
}
.about_mc
{
    align-items: center;
}
.about_mc p
{
    margin-top: 25px;
    text-align: justify;
}
.product_mc
{
    background-color: var(--bg-primary);
    padding-top: 4rem;
    padding-bottom: 6rem; 
}
.product_mc .p_card_body
{
     margin-top: 30px;
}
.abut_us_mc
{
    margin: 0% 10%;
}
.product_mc h1
{
    position: relative;
    overflow: hidden;
}

.product_mc h1:after
{
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #2C6793;
  top: 55%;
  z-index: 99;
  margin-left: 10px;
}
.p_card_body
{
    background-color: #2C6793;
    position: relative;
}
.p_card_inner
{
    position: absolute;
    top: 45%;
    left: 50%;
    width: 77%;
    height: 70%;
    transform: translate(-50%, -50%);
    background-color: var(--card-overlay);
    display: none;
    animation: mymove 0.8s;

}

@keyframes mymove {
    from {opacity: 0;}
    to {opacity: 1;}
}
.icon_mc {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p_card_body:hover .p_card_inner
{
    display: block !important;
}
.p_card_inner a i
{
  color: #fff;
  font-size: 18px;
}
.p_card_body h2
{
    color: #fff;
    padding: 2% 5%;
    font-size: 1.1rem !important;
    letter-spacing: 1px;
    font-weight: 100;
    text-align: center;
}
.p_card_body img
{
    width: 100%;
}
.cs_mc
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/index_contact.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7%;
    padding-bottom: 7%;
}
.cs_mc h1
{
    color: #fff;
}
.cs_mc button
{
    color: #fff;
    padding: 10px 40px;
    background: transparent;
    border: 1px #fff solid;
    margin-top: 25px;

}
.index_contact_mc
{
    text-align: center;
}
footer
{
    background-color: rgb(35, 83, 120);
}
.footer_logo
{
    filter: brightness(0) invert(1);
    width: 100px;
}
footer .row
{
    padding: 5% 0%;
} 
footer .row p
{
   color: #fff;
   margin-top: 30px;
   margin-right: 30px;
}
.footer_list
{
    list-style: none;
}
.footer_list li
{
    margin-top: 15px;
}
.footer_list li a
{
    color: #fff !important;
}
footer h3
{
    color: #fff !important;
    letter-spacing: 3px;
}
.footer_flex
{
    display: flex;
    justify-content: space-between;
}
.footer_flex
{
    border-bottom: 1px solid rgb(193, 192, 192);
    padding-bottom: 5px;
}
.footer_flex_col
{
    color: #fff;
}
.copyright_section
{
    background-color: #000;
}
.copyright_section_mc
{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.copyright_section_mc p
{
    color: #fff;
}
.copyright_section_mc p a
{
    color: #9C1118 !important;
    font-weight: 900;
}
#menu_open
{
    font-size: 25px;
    color: #3b3c3c;
    display: none;
}
body
{
    position: relative;
}
.mobile_menu
{
    position: absolute;
    right: 0;
    height: 100% !important;
    background-color: #235378;
    width: 100%;
    z-index: 999;
   
}
.mobile_menu ul
{
    list-style: none;
    margin: 30px 30px;
}
.mobile_menu ul li
{
    margin-top: 25px;
} 
.mobile_menu ul li a
{
   color: #fff !important;
   font-size: 1rem;
   font-weight: 400;
   letter-spacing: 1px;
}
.dn
{
    display: none !important;
    animation-name: mm;
    animation-duration: 1s;
}

.db
{
    display: block !important;
    animation-name: mm_2;
    animation-duration: 1s;
}

@keyframes mm {
    from {width: 100%;}
    to {width: 0%}
  }

  @keyframes mm_2 {
    from {width: 0%;}
    to {width: 100%}
  }
  .produts_card_mc
  {
    background-color: var(--bg-primary);
  }
  .produts_card_mc .row .col-lg-3
  {
    margin-top: 30px;
  }
  .close_menu_icon
  {
    color: rgb(255, 255, 255) !important;
  }
  .inner_page_banner
  {
    background-size: cover;
    background-position: 50% 50%;

  }
  .inner_page_banner h5
  {
    font-size: var(--inner-banner-h);
    padding: 6% 11%;
    color: var(--primary-color);
  }
h3
{
    font-size: 2rem;
}
h6
{
    font-size: 1.3rem;
}
.table_section_mc h3
{
    color: var(--primary-color);
} 
.table_section_mc h6
{
    color: var(--primary-color);
} 
.table_section_mc img
{
    width: 100%;
}


.pd_table
{
    align-items: center;
}
.pd_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .pd_table td, .pd_table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .pd_table tr:nth-child(even){background-color: #f2f2f2;}
  
  .pd_table tr:hover {background-color: #ddd;}
  
  .pd_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2C6793;
    color: white;
  }
  .pd_table_mc
  {
    width: 100%;
    overflow: scroll;
  }
  .img_w
  {
    width: 100%;
  }
  .align_item
  {
    align-items: center;
  }
.mission_mc
{
    text-align: center;
}
.mission_mc p
{
    margin-top: 30px;
}
.mission_mc h1
{
    position: relative;
    line-height: 137%;
}
.mission_mc h1::after
{
    content: "";
    height: 2px;
    background-color: rgb(44,103,147);
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
}
.mission_mc h1::before
{
    content: "";
    height: 2px;
    background-color: rgb(44,103,147);
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 0;
}
.contact_form label
{
    font-size: 1rem;
}
.contact_form input[placeholder]
{
    padding-left: 5px;
}
.contact_form input[type="text"]
{
    width: 100%;
    border: 1px solid rgb(44,103,147);
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact_form input[type="submit"]
{
    width: 100%;
    border: 1px solid rgb(44,103,147);
    height: 35px ;
    background: none;
    color: var(--primary-color);
    cursor: pointer !important;
}
.contact_form input[type="submit"]:hover
{
    width: 100%;
    border: 1px solid rgb(44,103,147);
    height: 35px ;
    background: rgb(44,103,147);
    color: #fff;
    cursor: pointer !important;
}
.contact_form textarea
{
    width: 100%;
    border: 1px solid rgb(44,103,147);
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact_form textarea[placeholder]
{
    padding-left: 5px;
}
.contact_content
{
    padding: 0px 0px 0px 80px ;
}
.contact_content ul
{
    list-style: none !important;
}
.contact_content ul li
{
   display: grid;
   grid-template-columns: 4% 96%;
   margin-top: 30px;
   font-size: 18px;
   letter-spacing: 1px;
}
.my_product_table
{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.left_img_section
{
    border-right: 1px solid rgb(139, 136, 136);
    border-bottom: 1px solid rgb(139, 136, 136);
}
.i_about_btn
{
    margin-top: 20px;
    border: 1px solid rgb(44,103,147);
    padding: 2% 5%;
    color: rgb(44,103,147);
    background-color: transparent;
}









/* inner banner owl */
.inner_page_banner .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .inner_page_banner .owl-nav button.owl-prev {
    left: 0;
  }
  .inner_page_banner .owl-nav button.owl-next {
    right: 0;
  }
  
  .inner_page_banner .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .inner_page_banner .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .inner_page_banner .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .inner_page_banner .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .inner_page_banner .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .inner_page_banner span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
.inner_page_banner .owl-nav button:focus {
      outline: none;
  }
/* inner banner owl */