@media (min-width: 1200px) {
  .container{
      max-width: 1270px;
  }
}

a
{
  transition: all 0.3s ease 0s
}

input {-webkit-appearance: none; box-shadow: none !important; }
:-webkit-autofill { color: #fff !important; }

body
{
  font-family: 'Open Sans', sans-serif;
  background-color: #f1f1f2;
}

.main-wrapper
{
  min-height: 70vh;
}

header .middle
{
  background-color: #3d70bb;
  padding: 30px;
  border-bottom: 3px solid #345c96;
}

header .middle .btn-cart
{
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

header .middle .btn-cart:hover
{
  background-color: #1b1b1b;
}

header .middle .btn-cart .fas
{
  color: #f30240;
  margin-right: 5px;
}

header .middle .btn-search
{
  width: 100%;
  color: #000;
  background-color: #fff;
}

header .middle .btn-search:hover
{
  width: 100%;
  color: #000;
  background-color: #fff;
}

header .navigation
{
  background-color: #fff;
  border-bottom: 2px solid #e4e7ed;
}

@media only screen and (max-width: 800px )
{
  header .middle
  {
    padding: 20px;
  }
  header .header-mob
  {
    margin: 10px;
  }
  header .text-left
  {
    text-align: center !important;
  }
  header .text-right
  {
    text-align: center !important;
  }
  header .header-logo 
  {
    height: 50px;
  }
  .navbar-fmoh ul li
  {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.main-front
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar
{
  margin: 0;
  padding: 0;
}

.navbar-fmoh {
  position: sticky;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-fmoh ul
{
  
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-fmoh ul li a
{
  margin-right: 50px;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 17px;
}

.navbar-fmoh ul li a:hover
{
  color: #3d70bb;
  text-decoration: none;
}

.navbar-fmoh ul li .active 
{
  font-weight: 600;
}

.navbar-toggler
{
  background-color: #3c6fba;
  width: 100%;
  border-radius: 0px;
  height: 40px;
  color: #fff;
}

.home-box
{
  margin-top: 15px;
  background-color: #fff;
  padding: 20px;
}

.home-box .owl-carousel
{
  margin-top: 15px;
}

.home-box .owl-carousel .owl-dots
{
  position: relative;
  top: 0;
}

.owl-stage-outer {
    position:relative;
    z-index:10;
}

.owl-controls {
    position:relative;
    z-index:99;
    margin-top:-35px;
}

.home-box .slider
{
  height: 400px;
}

.home-box .slider img
{
  object-fit: cover;
  height: 400px;
}

.home-box .slider h1
{
  position: absolute;
  top: 50%;  
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  padding: 20px;
                                        
}

.home-box .sidebar .heading 
{
  display: block;
  background-color: #3d70bb;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-box .sidebar .statistics-title 
{
  display: block;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.home-box .sidebar .additional
{
  display: block;
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}

.home-box .sidebar .additional:hover
{
  cursor: pointer;
  color: #3d70bb;
  text-decoration: none;
}

.home-box .sidebar #home-statistics
{
  margin-bottom: 15px;
}

.page-title
{
  margin-top: 15px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 600;
}

.sub-page-title
{
  margin-top: 15px;
  background-color: #fff;
  padding: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-news
{
  margin-top: 15px;
}

.home-news-box
{
  background-color: #fff;
  margin-bottom: 15px;
}

.home-news-box-image
{
  height: 200px;
  text-align: center;
}

.home-news-box-image img
{
  width: 100%;
  text-align: center;
  height: 200px;
  object-fit: cover;
}

.home-news-box-content 
{
  border-top: 2px solid #3d70bb;
  background-color: #fff;
  padding: 10px;
  min-height: 100px;
}

.home-news-box-content.heightfix
{
  height: 180px;
}

.home-news-box-content.heightfix2
{
  height: 210px;
}

.home-news-box-content h2
{
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}

.home-news-box-content .date
{
  display: block;
  font-size: 11px;
  color: #949494;
  margin-bottom: 15px;
}

.home-news-box-buttons .btn-read
{
  background-color: #3d70bb;
  width: 100% !important;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.main-wrapper {
  min-height: 80vh;
  margin-bottom: 50px;
}

.home-news .additional
{
  display: block;
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}

.home-news .additional:hover
{
  cursor: pointer;
  color: #3d70bb;
  text-decoration: none;
}

.footer
{
  position: relative;
  left: 0;
  bottom: 0;
  border-top: 2px solid #3d70bb;
  padding: 20px;
  background-color: #fff;
}

.footer .title
{
  display: block;
  font-size: 12px;
}

.footer .subtitle
{
  display: block;
  font-size: 12px;
}

.footer .by
{
  font-size: 12px;
}

.footer .by a
{
  color: #000;
}

.footer .by a:hover
{
  color: #3d70bb;
  text-decoration: none;
}

.page-breadcrumb
{
  background-color: #fff;
}

.page-breadcrumb ul
{
  margin: 5px;
  list-style-type: none;
  padding: 0px;
  display: inline-block;
}

.page-breadcrumb ul li
{
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
}

.page-breadcrumb li + li::before {
    content: " / ";
    font-weight: 400;
}

.page-breadcrumb ul li a
{
  color: #000;
  text-decoration: none;
}

.page-breadcrumb ul li a:hover
{
  color: #3d70bb;
}

.page-breadcrumb .active
{
  font-weight: bold;
}

.multimedia-box
{
  background-color: #fff;
  margin-bottom: 15px;
}

.multimedia-box h2
{
  background-color: #3d70bb;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}

.multimedia-box h2 .label
{
  display: inline-block;
  border-radius: 15px;
  background-color: #000;
  height: 30px;
  font-size: 12px;
}

.multimedia-box video
{
  width: 100% !important;
}

.multimedia-box a
{
  display: block;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #949494;
  text-align: right;
  text-transform: uppercase;
}

.multimedia-box a:hover
{
  text-decoration: none;
  color: #3d70bb;
}

.faq ul li{
    list-style: none;
}
.faq div[data-toggle="collapse"]{
   border-bottom:2px solid #f3f3f3;
   width:100%;
   cursor:pointer;
   padding:1%;
}
.faq .collapse{
  background:#f3f3f3;
}

.faq 
{
  background-color: #fff;
  padding: 20px;
  margin-top: 15px;
}

.faq .drop-blue
{
  color: #3d70bb;
}

.statistics
{
  background-color: #fff;
  padding: 20px;
  margin-top: 15px;
}

.statistics .thead-fmoh
{
  color: #fff;
  background-color: #3d70bb;
}

.statistics .graph
{
  margin-top: 20px;
  display: block;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.statistics .notice
{
  text-align: right;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #9e9e9e;
}

.home-box .home-video .heading 
{
  display: block;
  background-color: #3d70bb;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-box .home-video video
{
  width: 100% !important;
}

.home-box .home-video a
{
  display: block;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #949494;
  text-align: right;
  text-transform: uppercase;
}

.home-box .home-video a:hover
{
  text-decoration: none;
  color: #3d70bb;
}

.page-box 
{
  background-color: #fff;
  margin-top: 15px;
  padding: 20px;
}

.page-box p
{
  margin: 0px;
  margin-bottom: 5px;
}

.contact-box .title
{
  display: block;
  background-color: #3d70bb;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-box ul
{
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
    list-style-position: outside;
}

.contact-box ul li
{
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-box ul li:before
{
   counter-increment: myCounter;
  content: "-";
  color: white;
  background: #2980B9;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

.contact-box ul .subtitle
{
  background-color: #f3f3f3;
  text-transform: uppercase;
}

.contact-box .select-box .select
{
  display: flex; 
  background-color: #3d70bb;
  margin-bottom: 15px;
  height: 150px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  width: 100% !important;
}

.contact-box .select-box .select:hover
{
  cursor: pointer;
  background-color: #345c96;
  border: 2px solid #3d70bb;
}

.contact-box .select-box .select-title
{
  margin: auto; /* Important */ 
  text-align: center; 
}

.contact-box .hide-box
{
  display: none;
}

nav {
  display: block;
  margin-bottom: 30px;
}

.faq-content {
  margin-top: 30px;
}


nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;
    display: block;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  display: block;
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active
 {
  content: "";
  background:#3d70bb;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #3d70bb;
    border-bottom:5px solid #3d70bb;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #3d70bb;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.faq-custom 
{
  padding: 20px;
}

.faq-custom .title
{
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}

.faq-custom p
{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: justify;
}

.page-post 
{
  margin-top: 15px;
  background-color: #fff;
  padding: 20px;
}

.post-image
{
  height: 675px;
}

.post-image img
{
  width: 100%;
  height: 675px;
  object-fit: cover;
}

.post-notice 
{
  text-align: right;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 25px;
}

.post-downloads 
{
  margin-top: 50px;
}

.post-downloads .title
{
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom:  2px solid #3d70bb;
}

.post-downloads ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}


.post-downloads ul li:before
{
  content: "-";
  color: white;
  background: #2980B9;
  display: inline-block;
  text-align: center;
  margin: 5px 5px;
  line-height: 15px;
  width: 15px;
  height: 15px;
}

.post-downloads ul li a
{
  color: #000;
  font-size: 12px;
}

.post-downloads ul li a:hover
{
  color: #3d70bb;
  text-decoration: none;
}

.table-red
{
  color: #ff0000;
  font-weight: 600;
}

.table-green
{
  color: #008000;
  font-weight: 600;
}

p 
{
  margin-bottom: 10px;
}

.faq-title-question
{
  font-weight: 600;
}

.nav-faq .nav-item
{
  display: block;
}

.multimedia-poster {
  text-align: center;
}

.multimedia-poster img
{
  text-align: center;
  object-fit: cover;
  width: 220px;
  height: 120px;
}

.multimedia-poster img:hover
{
  cursor: pointer;
  border: 3px solid #345c96;
}

.first-contact
{
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 21px;
  border-bottom: 3px solid #345c96;
}

.contact-title
{
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

header .top
{
  height: 50px;
  line-height: 50px;
  background-color: #f3f3f3;
}

.social-icon
{
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  padding: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.social-icon.fb
{
  background: #3b5998;
}

.social-icon.ig
{
  background: #833AB4;
}

.social a
{
  display: inline-block;
}

.footer-left
{
  text-align: left !important;
}

.footer-right
{
  text-align: right !important;
}

@media only screen and (max-width: 800px )
{
  .social
  {
    margin: 0 auto;
    margin-top: 15px;
  }
  .footer-left
  {
    text-align: center !important;
  }

  .footer-right
  {
    text-align: center !important;
  }
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.page-post iframe, img {
  display:block;
  max-width: 100% !important;
  text-align: center !important;
  margin: 0 auto;
}

.home-news a {
  text-decoration: none;
  color: #000;
}

.home-news a:hover {
  text-decoration: none;
}