

/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/*****---------------------------------------- 1)
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(nice-select.css);
@font-face {
     font-family: 'helveticaregular';
     src: url('../fonts/helvetica_400-webfont.woff2') format('woff2'), url('../fonts/helvetica_400-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}


/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1560px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}


/*font-family: 'Roboto', sans-serif;*/

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
    text-transform: uppercase;
     font-size: 45px;
     color: #353d47;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
     left: 15px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #05254d;
     color: #fff;
    
     width: 100%;
     max-width: 275px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: bold;
     height: 75px;
     text-transform: uppercase;
     line-height: 75px;
}

.read_more:hover {
     background: #ed1c24;
     color: #fff;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/*-- header --*/

.header-area {
    padding: 30px 16px;
    color: #f1f1f1;
    width: 100%;
    z-index: 9999999;
    height: 87px;
    background: blue;
}

.logo_sm {display: none;}

.biosafe{
     position: relative;
     text-transform: uppercase;
     font-weight: bolder;
     font-size: 40px;
     font-family: Arial, Helvetica, sans-serif;
     margin-right: 20px;
     right: 10px;
}
.logo_midle {
     color: #fef6fc;
      font-weight: bold; 
      color: #fff !important;
     }

.logo_midle::before {
    position: absolute;
    content: "";
    bottom: -100px;
    width: 158px;
    height: 96px;
    background: url(../images/logo.png);
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 28px;
}


.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: justify;
    width: 100%;
    padding: 4px;
}

.site-navbar ul .sub-menu {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     background-color: blue;
     padding: 10px 0;
     border-radius: 10px;
     z-index: 1;
     width: 150px;
     text-align: justify;
   }
   
   .site-navbar ul li:hover .sub-menu {
     display: block;
   }
   
   .site-navbar ul .sub-menu a {
     color: #fff;
     display: block;
     padding: 10px 20px;
     text-decoration: none;
     font-size: 15px;
     text-align: justify;
   }
   
   .site-navbar ul .sub-menu li{
     border-bottom: 1px solid white;
     display: block;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: lowercase;
    letter-spacing: 0.3px;
    text-align: justify;

}

   
   
   .site-navbar ul .sub-menu a:hover {
     background-color: #444;
     width: 150px;
     text-align: justify;
   }
   .site-navbar li .sub-menu li:first-child {
     padding-top: 15px;
   }
   .site-navbar li .sub-menu li:last-child {
     margin-bottom: 0px;
     border-bottom: none;
 }

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
}

.site-navbar ul li a {
    color: #fef6fc;
    font-size: 1.1vw;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navbar ul li {
    padding-right: 50px;
     position: relative;
}


.site-navbar ul li:last-child {
    padding-right: 0;
}


.site-navbar ul li a.active {
    color: #00132b;
}




.contact {
    background-color: rgba(0, 0, 0, 0.5); /* set the background color to semi-transparent black */
    padding: 80px 0; /* add some padding to the top and bottom */
}

.contact .container {
    max-width: 500px; /* set the maximum width of the container */
    margin: 0 auto; /* center the container */
    background-color: white;
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}



.main_form a h2{
     background-color: #05254d;
     color: white;
     text-align: center;

}

   



.main_form a h1{
     text-align: center;
     color: black;

}
 
/** footer **/

.footer {
     padding-top: 80px;
     background: #111111;
     text-align: center;
     
 }
 
 
 
 .copyright {
    background-color: black;
     padding-bottom: 20px;
 }
 
 .copyright p {
     border-top:#d1d1d1 solid 1px;
     padding-top: 20px;
     color: white;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
     font-weight: normal;
 }
 
 .copyright a {
     color: #d1d1d1;
 }
 
 .copyright a:hover {
     color: #ed1c24;
 }



 .nav-toggler {
     border: 3px solid #fff;
     padding: 5px;
     background-color: transparent;
     cursor: pointer;
     height: 39px;
     display: none;
     z-index: 99999;
 }
 
 .nav-toggler span,
 .nav-toggler span:before,
 .nav-toggler span:after {
     width: 28px;
     height: 3px;
     background-color: #fff;
     display: block;
     transition: .3s;
 }
 
 .nav-toggler span:before {
     content: '';
     transform: translateY(-9px);
 }
 
 .nav-toggler span:after {
     content: '';
     transform: translateY(6px);
 }
 
 .nav-toggler.toggler-open span {
     background-color: transparent;
 }
 
 .nav-toggler.toggler-open span:before {
     transform: translateY(0px) rotate(45deg);
 }
 
 .nav-toggler.toggler-open span:after {
     transform: translateY(-3px) rotate(-45deg);
 }
 
 
 