
@import url("https://fonts.googleapis.com/css?family=Oswald:600,700|Barlow:300,400,600");

body {
  line-height: 1.7;
  font-family: "Barlow", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #858585;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Barlow", sans-serif;
  color: #111;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.5px;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 600;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #111;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #0A1C4F;
}

a {
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}

p {
  color: #7B7B7B;
}

.navbar-toggle .icon-bar {
  background: #0A1C4F;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #0A1C4F;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #0A1C4F;
}

.btn {
  font-size: 16px;
  padding: 10px 32px 14px;
  line-height: 26px;
  text-transform: capitalize;
  text-transform: uppercase;
  border-radius: 35px;
  border: 2px solid transparent;
  transition: all .4s ease;
  font-weight: 700;
}

.btn-main, .btn-sm {
  background: #0A1C4F;
  color: #fff;
}

.btn-main:hover, .btn-sm:hover {
  background: #003da7;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.btn-white:hover {
  background: #0A1C4F;
  color: #fff;
  border-color: #0A1C4F;
}
.btn-green {
  background: #2270a2;
  color: #fff;
  border-color: #fff;
}

.btn-green:hover {
  background: #196b9e;
  color: #fff;
  border-color: #fff;
}
.btn-black {
  background: #111;
  color: #fff;
  border-color: #111;
}

.btn-black:hover {
  background: #0A1C4F;
  color: #fff;
  border-color: #0A1C4F;
}

.btn-solid-border {
  background: transparent;
  color: #111;
  border-color: rgba(0, 0, 0, 0.08);
}

.btn-solid-border:hover {
  background: transparent;
  border-color: #0A1C4F;
  color: #0A1C4F;
}

.btn-sm {
  padding: 6px 24px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}


.bg-gray {
  background: #f9f9f9;
}


.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}


.text-black {
  color: #111;
}

a {
  transition: all .35s ease;
}

a:hover {
  text-decoration: none;
}


.divider {
  width: 60px;
  height: 3px;
  background: #000;
  margin-bottom: 20px;
}

.text-color {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
  color: #D64528;
}

.heading {
  margin-bottom: 70px;
}

.heading h2 {
  margin-top: 10px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  color: #178a84;
}

/*-------------------
   MENU
----------------------*/
.main-navigation {
  z-index: 9999;
  background: #fff;
}

.main-navigation .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.main-navigation .header-contact a {
  color: #fff;
  margin-left: 15px;
}

.main-navigation .navbar-brand h2 {
  color: #fff;
}

.main-navigation .header-contact a i {
  margin-right: 3px;
  color: #D64528;
}

.main-navigation .navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  letter-spacing: .5px;
}

.menu-2 .navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.menu-2 .navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
}
.menu-2 .navbar-nav .nav-link:hover {
  color: #13163c;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 300ms ease;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-menu {
  opacity: 0;
}

.dropdown-menu.show {
  -webkit-animation: .2s forwards b;
          animation: .2s forwards b;
}

.dropdown-item {
  font-size: .6875rem;
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .1s;
  text-transform: uppercase;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0A1C4F;
}

.header-contact {
  margin-top: 13px;
}

.header-contact a {
  font-size: 14px;
}

.header-contact .btn:hover {
  background:#196b9e;
  border-color:#fff;
  color:#fff;
}
.header-contact .btn:hover i{
  color:#fff;
}


.main_menu{
  position:fixed;
  left:0;
  top:0;
  width: 100%;
  z-index: 999;
}

.dropdown-toggle::after {
  display: none;
}

.menu_fixed{
  background: #0A1C4F;
}
.menu_fixed.menu-2{
  background: #fff;
}

.menu-2 .btn-solid-border{
    border-color:#0A1C4F;
  }

  .menu-2 .btn-solid-border:hover{
    border-color:#0A1C4F;
    background-color: #0A1C4F;
  }

  .menu-2 .btn-solid-border i{
    margin-right:5px;
  }


/* ========================
Main Banner
==========================*/
.banner {
  padding: 200px 0px 160px;
  background: url("../images/banner/1.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.banner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #0A1C4F;
  opacity: .85;
}

.banner .banner-content .subtitle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
  color: #fff;
}

.banner .banner-content h1 {
  font-size: 60px;
  line-height: 70px;
  margin-top: 20px;
  color: #fff;
}

.banner .banner-content p {
  margin: 20px 0px 45px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  opacity: .7;
}

.banner .banner-content .btn-solid-border {
  color: #fff;
  border-color: #fff;
}

.banner .banner-content .btn-solid-border i {
  margin-left: 5px;
}

.banner .banner-content .btn-solid-border:hover {
  border-color: #fff;
  color: #0A1C4F;
  background: #fff;
}

/*  Banner -2  */
.banner-2 {
  background: #f7f9fe;
  background: url("../images/banner/coronavirus_header.png") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 220px 0px 150px;
}

.banner-2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #0A1C4F;
  opacity: .95;
}

.banner-2 .banner-img {
  margin-bottom: -160px;
}

.banner-2 .banner-content {
  padding-left: 50px;
}

.banner-2 .banner-content .subtitle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
  color: #fff;
}

.banner-2 .banner-content h1 {
  font-size: 60px;
  line-height: 70px;
  margin-top: 20px;
  color: #fff;
}

.banner-2 .banner-content p {
  margin: 20px 0px 45px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  opacity: .7;
}

.banner-2 .banner-content .btn-white {
  color: #0A1C4F;
}

.banner-2 .banner-content .btn-white:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.banner-3 {
  background: #f7f9fe;
  background-size: cover;
  position: relative;
  padding: 220px 0px 160px;
}

.banner-3 .banner-content .subtitle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
}

.banner-3 .banner-content h1 {
  font-size: 60px;
  line-height: 70px;
  margin-top: 20px;
  text-transform: capitalize;
  letter-spacing: -3px;
}

.banner-3 .banner-content p {
  margin: 20px 0px 45px;
  font-weight: 400;
  font-size: 18px;
}



/* =======================
ABOUT
===========================*/
.about .about-img {
  position: relative;
  margin-right: 30px;
}

.about .about-img img {
  border-radius: 5px;
}

.about .about-img:before {
  position: absolute;
  right: -30px;
  top: 30px;
  border: 10px solid #F9F9F9;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.about .about-item {
  padding-left: 25px;
}

.about .heading {
  margin-bottom: 30px;
}

.about .about-item-list ul li {
  color: #000;
  margin-bottom: 30px;
}

.about .about-item-list ul li .icon-box {
  float: left;
}

.about .about-item-list ul li .icon-box img {
  max-width: 65px;
}

.about .about-item-list ul li .content {
  padding-left: 100px;
}

.about .about-item-list ul li .content h4 {
  color: #178a84;
}

.about .about-item-list ul li .content p {
  margin-bottom: 0px;
}

/* =======================
 CTA
===========================*/

.cta{
  margin-top:30px;
}

.cta .cta-bg {
  background: url("../images/about/bg.png") no-repeat;
  background-size: cover;
  padding: 50px 40px 30px 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.03);
}

.cta .cta-bg .cta-contact {
  background: #2270a2;
  text-align: center;
  border-radius: 100px;
  padding: 18px 10px;
}

.cta .cta-bg .cta-contact .h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
}

.cta .cta-bg .cta-contact h2 {
  color: #fff;
}

.cta .cta-bg .cta-contact h2 i {
  color: #D64528;
  margin-right:10px;
}

.cta  .cta-content h2 {
  text-transform:uppercase;
  color:#178a84;
}

/* =======================
 SYmptoms
===========================*/

.symptoms {
  padding:100px 0 80px;
}
.symptoms .symptoms-item {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 40px 35px 25px 40px;
  transition: .4s ease 0s;
  border-radius: 4px;
  background: #F9F9F9;
  text-align: center;
}

.symptoms .symptoms-item:hover {
  background: #0A1C4F;
}

.symptoms .symptoms-item:hover h3, .symptoms .symptoms-item:hover p {
  color: #fff;
}

.symptoms .symptoms-item .symptoms-icon img {
  max-width: 100px;
}

.symptoms .symptoms-item h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  position: relative;
  text-transform: capitalize;
  font-size: 22px;
  color:#0A1C4F;
}
/* =======================
Prevention
===========================*/
.prevention {
  position: relative;
  background: #178a84;
}

.prevention .heading span, .prevention .heading h2 {
  color: #fff;
}

.prevention .heading p {
  color: #fff;
  opacity: .8;
}

.prevention .prevention-wrap .prevention-item {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.07);
  transition: .4s ease all;
  border-radius: 5px;
}

.prevention .prevention-wrap .prevention-item:hover {
  box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.03);
}

.prevention .prevention-wrap .prevention-item img {
  width: 100%;
  border-radius: 5px;
}

.prevention .prevention-wrap .prevention-item .content {
  padding: 25px 30px 0px 30px;
  text-align: center;
}

.prevention .prevention-wrap .prevention-item .content h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
}

.prevention .prevention-wrap .prevention-item .content p {
  color: #fff;
  opacity: .8;
}

/* =======================
PRocess
===========================*/
.process .process-wrap {
  position: relative;
  padding-right: 30px;
}

.process .heading {
  margin-bottom: 20px;
}

.process .about-info {
  margin-bottom: 25px;
}

.process .counter {
  margin-bottom: 20px;
}

.process .counter h4 {
  font-size: 16px;
  color: #50658e;
  margin-bottom: 0px;
}

.process .counter h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.process p.info {
  font-style: italic;
  color: #50658e;
}

/*=========================
TEAM SECTION
==============================*/
.team {
  background: #F9F9F9;
}

.team .team-item {
  overflow: hidden;
}

.team .team-item .team-img {
  position: relative;
  border: 5px solid #fff;
}

.team .team-item .team-img:hover:before, .team .team-item .team-img:hover .social-info {
  opacity: 1;
  visibility: visible;
}

.team .team-item .team-img:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(10, 28, 79,.8);
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
}

.team .team-item .team-img .social-info {
  text-align: center;
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 50%;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.team .team-item .team-img .social-info li a i {
  color: #fff;
}

.team .team-item .team-info {
  text-align: center;
  margin-top: 20px;
}

.team .team-item .team-info h4 {
  margin-bottom: 0px;
  color:#0A1C4F;
}

.team .team-item .team-info p {
  margin-bottom: 10px;
}

/* =======================
BLOG
===========================*/
.blog-item {
  background: #fff;
  transition: .4s;
  cursor: pointer;
  border: 1px solid #f5f5f5;
}

.blog-item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}

.blog-item img {
  width: 100%;
}

.blog-item h3 {
  font-size: 22px;
  font-family: "Lato", sans-serif;
}

.blog-item .blog-item-content {
  padding: 20px 30px 30px 30px;
}

.blog-item .blog-item-content a {
  margin-right: 15px;
  color:#0A1C4F;
}

.blog-item .post-meta {
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.blog-item .post-meta span {
  margin-right: 20px;
  font-size: 14px;
}

.blog-item .post-meta i {
  margin-right: 7px;
  color: #D64528;
}

.blog-item:hover h3 a {
  color: #D64528;
}
/* =======================
Footer
===========================*/

.footer {
  background-color: #13163c;
  padding: 80px 0px 50px;
  /* background: url("../images/bg/bg-footer.png") no-repeat; */
  /* background-size: cover;
  position: relative; */
}

.footer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background: #2270a2; */
  opacity: .55;
}

.footer .footer-widget .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.footer .footer-widget ul li {
  line-height: 35px;
}

.footer .footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a:hover {
  color: #fff;
}

.footer .footer-widget .btn:hover {
  background: #fff;
  color: #0A1C4F;
  border-color: #0A1C4F;
}

.footer-btm {
  padding: 20px 20px 10px 20px;
  margin-top: 50px;
  background: #222;
  border-radius: 5px;
}

.footer-btm p, .footer-btm a {
  color:#fff;
}

.footer-btm a {
  text-decoration: underline;
}

.footer-btm .footer-socials a {
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding-top: 3px;
  border-radius: 3px;
}

/* Back To Top */
.backtop {
  position: fixed;
  left: 50px;
  bottom: 20px;
  opacity:0;
  visibility: hidden;
  transition: all .4s ease ;
  -webkit-transition: all .4s ease ;
  -moz-transition: all .4s ease ;
  -ms-transition: all .4s ease ;
  -o-transition: all .4s ease ;
}

.backtop a {
  color: #fff;
  width: 50px;
  height: 50px;
  background: #D64528;
  text-align: center;
  padding-top: 10px;
  display: block;
}

.reveal{
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=maps/style.css.map */
