body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3f6cc0;
}

a:hover {
  color: #658fcd;
  text-decoration: none;
}
 h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
} 

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-family: "Bungee Inline", cursive;
  font-size: 40px;
}

#header .navbar-title-1 {
  color: #2a4365;
}

#header .navbar-title-2 {
  color: #26a6d1;
}

#header .logo img {
  max-height: 50px;
  padding-bottom: 7px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }

  #header .logo {
    font-size: 28px;
  }
}

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




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
/* .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #555555;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #2a4365;
}
 */


/* Mobile Navigation */
/* .mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1d222eb3;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  transition: ease-in-out 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #7388d5;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #1b46bc;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(21, 27, 26, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h1 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

/* @media (max-width: 767px) {
  .section-title h1 {
    font-size: 20px;
  }

} */


.section-title h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #3f6cc0;
  bottom: 0;
  left: calc(5% - 18px);

}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
#privacypolicy
--------------------------------------------------------------*/

.privacypolicy_content p
{

text-align: justify;

} 
 .privacypolicy_para{
  font-style: italic;
 font-weight: 600;
 color: #555555;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {

  padding-bottom: 0;

}


.breadcrumbs .breadcrumb-hero {
  text-align: center;
  background-color: #2a4365;
  padding: 20px 0;
  color: #fff;
}

/*--------------------------------------------------------------
/////////////end Breadcrumbs
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2a4365;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;

}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  /* font-style: italic; */
}