body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  background: #f2f2f2 url('../img/bg.jpg');
}
h1,
h2,
h3,
h4,
h5 {
  color: #002a79;
  margin: 0px;
}
h1 {
  font-size: 62px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 15px;
}
p {
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
a:hover,
a:focus {
  text-decoration: none;
}
a,
.btn {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.transition {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.btn-primary:hover {
  background-color: #2c9dde;
  border-color: #1d81ba;
}
.btn-secondary {
  background-color: #2c9dde;
  border-color: #1d81ba;
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #16628e;
  border-color: #16628e;
}
.btn-small {
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #2190d0;
}
.btn-small:hover {
  color: #fff;
}
.btn-small-success {
  background-color: #2c9dde;
}
.btn-small-success:hover {
  background-color: #1e87c3;
}
.pager {
  font-size: 12px;
}
.main-btn {
  background-color: #2c9dde;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 7px 15px 5px;
}
.main-btn:focus {
  color: #fff;
}
.page {
  padding: 30px 20px;
  background-color: #fff;
  border-top: 2px solid #2c9dde;
}
.page .message {
  font-size: 20px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page p {
  text-align: justify;
}
.page-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-title-center {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.page-title-center:after {
  display: block;
  content: "";
  height: 4px;
  width: 100px;
  border-top: 1px solid #2c9dde;
  border-bottom: 1px solid #2c9dde;
  margin: 5px auto;
  clear: both;
}
.subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #2c9dde;
}
.subtitle-center {
  text-align: center!important;
  max-width: 800px;
  margin: 0px auto 20px;
}
.title {
  margin-bottom: 15px;
}
.table {
  font-size: 13px;
}
.table thead {
  background-color: #002a79;
  color: #fff;
}
.section {
  margin-top: 60px;
  margin-bottom: 30px;
}
.section-breadcrumb {
  background-color: #f7f7f7;
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.section-breadcrumb .breadcrumb {
  margin-bottom: 0px;
  background-color: #f7f7f7;
  padding-left: 0px;
  padding-right: 0px;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: 'fontawesome';
}
.marquee {
  top: 6px;
  position: relative;
  box-sizing: border-box;
  animation: marquee 60s linear infinite;
}
.marquee:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    top: 400px;
  }
  100% {
    top: -1500px;
  }
}
.latest-buzz .item {
  font-size: 12px;
  margin-bottom: 15px;
}
.latest-buzz .item h6 {
  font-size: 16px;
  font-weight: 600;
}
.latest-buzz .item h6 a {
  color: #2c9dde;
}
.latest-buzz .item h6 a:hover {
  color: #002a79;
}
.latest-buzz .item img {
  float: left;
}
.latest-buzz .item p {
  margin-bottom: 0px;
}
.latest-buzz .item p small {
  font-size: 12px;
  color: #979797;
}
.latest-buzz .item:after {
  clear: both;
  content: "";
  display: block;
  height: 2px;
}
.latest-buzz .nav-tabs {
  font-size: 12px;
  margin-bottom: 10px;
}
.nav-tabs {
  border-bottom: 2px solid #DDD;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #666;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #2c9dde !important;
  background: transparent;
}
.nav-tabs > li > a::after {
  content: "";
  background: #2c9dde;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.widget-box h3 {
  background-color: #002a79;
  font-size: 24px;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.widget-box .content {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding: 5px 15px 15px 15px;
}
.pre-nav {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pre-nav .logo {
  width: 335px;
}
.pre-nav .media {
  position: relative;
  top: 5px;
  margin-top: 0px;
  width: 200px;
  float: right;
}
.pre-nav .media img {
  width: 36px;
}
.pre-nav .media h4 {
  font-weight: 600;
  margin-bottom: 0px;
}
.pre-nav .media p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #717171;
  margin-bottom: 0px;
}
.pre-nav .main-btn {
  position: relative;
  top: 5px;
}
.navbar-default .navbar-nav > .active > a {
  color: #555555;
  background-color: transparent;
  border-bottom: 1px solid #EFEFEF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #2c9dde;
}
.navbar-inverse {
  margin-bottom: 0px;
  border: none;
}
.navbar-inverse .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 13px;
}
.navbar-inverse .dropdown-menu {
  padding: 0px;
}
.navbar-collapse {
  padding-left: 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 8px;
}
.navbar-nav > li > .dropdown-menu {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 12px;
}
.navbar-nav > li > .dropdown-menu li a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar-nav > li > .dropdown-menu li a:before {
  content: "\f101";
  font-family: "fontawesome";
  display: inline-block;
  margin-right: 5px;
  color: #2c9dde;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 0px 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm-content {
  padding-top: 5px;
}
.yamm-content .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.yamm-content ul {
  padding-left: 0;
}
.yamm-content ul li {
  list-style: none;
  font-size: 12px;
}
.yamm-content ul li a {
  display: block;
  padding: 3px;
  border-radius: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.yamm-content ul li a:before {
  content: "\f101";
  font-family: "fontawesome";
  display: inline-block;
  margin-right: 5px;
  color: #2c9dde;
}
.yamm-content ul li :hover {
  background-color: #eaeaea;
}
.yamm-content .li-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #2c9dde;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.yamm-content .li-header a {
  background-image: url('../img/right-arrow.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 25px 25px;
  color: #fff;
  font-weight: bold;
  min-height: 50px;
}
.yamm-content .li-header a:hover {
  background-color: transparent;
}
.yamm-content .li-header a:before {
  content: "" !important;
}
.yamm-content .li-header:hover {
  background-color: #002a79;
}
.sy-slides-wrap {
  max-height: 480px;
  overflow: hidden;
}
.slider ul li a:hover,
.slider ul li a:focus {
  background-color: transparent !important;
}
.dashboard-nav .user-info {
  margin-right: 20px;
  position: relative;
  top: 12px;
}
.dashboard-content .dashboard-panel {
  margin-bottom: 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.dashboard-content .dashboard-panel .heading {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 6px 15px 4px;
  background-color: #002a79;
}
.dashboard-content .dashboard-panel .heading p {
  color: #e8e8e8;
  margin: 0px;
}
.dashboard-content .dashboard-panel .content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px 15px;
  background-color: #fafafa;
}
.dashboard-content .dashboard-panel .content h4 {
  font-weight: 600;
}
.dashboard-content .dashboard-panel .content h4 .fa {
  color: #002a79;
}
.dashboard-content .dashboard-panel .content .number {
  font-size: 32px;
}
.dashboard-content .dashboard-panel .content a {
  font-size: 14px;
  font-weight: 600;
}
.sidebar-nav {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overlay: hidden;
}
.sidebar-nav .navbar .navbar-collapse {
  padding: 0;
  max-height: none;
}
.sidebar-nav .navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-nav .navbar a {
  color: #606060;
}
.sidebar-nav .navbar ul {
  float: none;
  display: block;
}
.sidebar-nav .navbar li {
  float: none;
  display: block;
}
.sidebar-nav .navbar > li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.sidebar-nav .navbar > li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sidebar-nav .navbar li > a {
  background-color: #f1f1f1;
}
.sidebar-nav .navbar li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #fff;
}
.sidebar-nav .navbar .nav-list a {
  color: #606060;
  padding-left: 25px;
  background: #f8f8f8;
  font-size: 12px;
}
.sidebar-nav .navbar .nav-list a:hover {
  background-color: #ccc;
}
.sidebar-nav .navbar-nav > li:first-child a {
  border-top: none !important;
}
.sidebar-nav .navbar-nav > li:last-child a {
  border-bottom: none !important;
}
#queryForm form {
  padding: 15px 15px 0px 15px;
  background: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
ul.query-chain {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.query-chain li {
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #f8f8f8;
}
ul.query-chain li h4 {
  font-weight: 600;
}
ul.query-chain li .date {
  font-size: 12px;
  color: #a2a2a2;
}
ul.query-chain li p {
  margin-bottom: 0px;
}
.footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0e2550;
  background-image: url(../img/chalkboard.png);
}
.footer h3 {
  color: #2c9dde;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 10px;
}
.footer h4 {
  font-size: 20px;
  margin-top: 15px;
}
.footer h4 a {
  color: #2c9dde;
  margin-right: 6px;
}
.footer ul {
  padding-left: 0px;
  font-size: 13px;
}
.footer ul li {
  list-style: none;
  color: #bbb;
  margin-bottom: 6px;
}
.footer ul li strong {
  color: #6f85ae;
}
.footer ul.list-inline li a {
  color: #6f85ae;
}
.footer ul.list-inline li a:hover {
  color: #fff;
}
.footer p {
  color: #bbb;
  margin-bottom: 0px;
  line-height: 1.8;
}
.footer p a {
  color: #d2d2d2 !important;
  background-color: transparent;
  margin-bottom: 15px;
}
.copy-right {
  background-color: #0e1e3d;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copy-right p {
  margin: 0px;
  color: #bbb;
  font-size: 12px;
}
.copy-right p a {
  color: #2c9dde;
}
.copy-right p a:hover {
  background-color: transparent;
  color: #2c9dde;
}
.social-icons li a img {
  max-width: 40px;
}
.login-box h4 {
  background: #002a79;
  padding: 12px 15px 10px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 2px solid #2c9dde;
  color: #fff;
}
.login-box .content {
  border: 1px solid #ccc;
  padding: 15px;
  border-top: none;
}
.login-box .content form label {
  font-size: 14px;
}
.login-box .content .forgot-pass {
  font-size: 13px;
}
.page-front img {
  width: 100%;
  margin-bottom: 20px;
}
.page-front li {
  margin-bottom: 10px;
}
.page-front blockquote {
  background-color: #f1f1f1;
  border-left-color: #2c9dde;
  color: #2c9dde;
}
.page-front h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.page-front .thumbnail {
  display: block;
}
.page-front .thumbnail img {
  width: 100%;
}
.page-front .thumbnail .caption {
  height: 50px;
}
.page-front .thumbnail .caption h4 {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.page-front .email-us,
.page-front .rpf {
  margin-bottom: 20px;
}
.page-title {
  font-weight: 600;
  color: #002a79;
  margin-bottom: 15px;
}
.page-title:after {
  content: "";
  width: 80px;
  height: 4px;
  border-top: 1px solid #2c9dde;
  border-bottom: 1px solid #2c9dde;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.conduct-list li {
  color: #2c9dde;
}
.linked-list li a {
  color: #2c9dde;
}
.services-menu {
  border: 1px solid #dadada;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.services-menu h4 {
  background-color: #002a79;
  line-height: 25px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
}
.services-menu h4 a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.services-menu ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.services-menu ul li {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #fff;
  background-color: #f1f1f1;
  transition: ease all 0.3s;
  margin-bottom: 0px;
}
.services-menu ul li a {
  font-size: 12px;
  color: #000;
  padding: 10px 15px;
  display: block;
}
.services-menu ul li:hover {
  background-color: #2c9dde;
}
.services-menu ul li:hover a {
  color: #fff;
}
.service-list {
  background-color: #f2f9fd;
  padding: 10px;
  border: 1px solid #d3d2d2;
  margin-bottom: 30px;
  height: 642px;
}
.service-list img {
  width: 100%;
  margin-bottom: 20px;
}
.team-photo h4 {
  padding: 10px;
  color: #fff;
  background-color: #002a79;
  width: 100%;
}
.team-info {
  border: 1px solid #dddddd;
  padding: 20px 15px;
  background-color: #f9f9f9;
}
.service-link {
  background-image: url(../img/bg-pattern.png);
  padding: 15px;
  background-color: #f1f1f1;
  min-height: 435px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
}
.service-link h4 {
  line-height: 1.5;
}
.service-link h4 a {
  color: #fff;
}
.service-link ul {
  padding: 0px;
}
.service-link ul li {
  list-style: none;
  font-size: 13px;
}
.service-link ul li a {
  color: #e0f4ff;
}
.service-link ul li a:hover {
  color: #fff;
}
.service-link div.img {
  margin: 0px auto;
  max-width: 120px;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  max-height: 120px;
  background-color: #58b1e5;
  border: 6px solid #b0daf3;
}
.service-link div.img img {
  padding: 10px;
  opacity: 0.9;
}
.service-link:hover div.img {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.sbox1 {
  background-color: #2c9dde;
  border: 1px solid #2190d0;
}
.sbox2 {
  background-color: #58b1e5;
  border: 1px solid #2c9dde;
}
.sbox3 {
  background-color: #2c9dde;
  border: 1px solid #2190d0;
}
.sbox4 {
  background-color: #58b1e5;
  border: 1px solid #2c9dde;
}
.navbar-nav .dropdown .lg-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.services-menu-box h4 {
  line-height: 1.5;
}
.services-menu-box h4 a {
  background-image: url(../img/right-arrow-padding.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 25px 25px;
  display: block;
  color: #fff;
  padding: 10px 15px;
  background-color: #2c9dde;
  border-radius: 5px;
}
.services-menu-box h4 a:hover {
  background-color: #002a79;
}
.services-menu-box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.services-menu-box ul li {
  padding-top: 5px;
}
.services-menu-box ul li a {
  font-size: 12px;
  display: block;
}
.services-menu-box ul li a:hover {
  color: #2c9dde;
}
.services-menu-box ul li a:before {
  content: "\f101";
  font-family: "fontawesome";
  margin-right: 5px;
  margin-left: 5px;
  color: #2c9dde;
}
.calendar header {
  overflow: clear;
  position: relative;
  background: #2c9dde;
  padding-top: 12px;
  padding-bottom: 12px;
}
.calendar h2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}
.calendar button {
  position: absolute;
  top: 10px;
  background-color: #1d81ba;
  border: none;
  color: #fff;
}
.calendar button:first-child {
  left: 0;
}
.calendar button:last-child {
  right: 0;
}
.calendar table {
  background: #fff;
  border-collapse: collapse;
  color: #222;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  width: 100%;
}
.calendar td {
  border: 1px solid #ccc;
  color: #444;
  line-height: 22px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.calendar tr:first-child td {
  color: #222;
  font-weight: 700;
  background-color: #f2f2f2;
}
.calendar .selected {
  background: yellow;
  border: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  padding: 0px;
}
.calendar .selected a {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  background: #f0951d;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  color: #fff;
}
.calendar-title {
  background-color: #1a6e9e;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 15px;
  text-align: center;
}
.SandboxRoot.env-bp-430 .timeline-Tweet-text {
  font-size: 16px !important;
}
.timeline-Viewport {
  height: 300px !important;
}
ul.publication-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}
ul.publication-list li {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fafafa;
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
ul.publication-list li a {
  padding: 5px 15px;
  display: block;
}
ul.publication-list li a span.date {
  display: block;
  font-size: 13px;
  color: #9e9e9e;
}
ul.publication-list li:hover {
  background: #2c9dde;
  border-color: #1d81ba;
}
ul.publication-list li:hover a {
  color: #fff;
}
ul.publication-list li:hover a span.date {
  color: #b9e5ff;
}
@media (max-width: 991px) {
  .service-list {
    height: 690px;
  }
  .service-link {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .yamm .yamm-content {
    padding: 20px 0px;
  }
  .yamm .yamm-content ul li a {
    color: #ffffff;
    padding: 5px 15px 5px 25px;
  }
  .yamm .yamm-content ul li a:hover {
    background-color: #2c9dde;
  }
  .yamm .yamm-content ul .li-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .yamm .yamm-content ul .li-header a {
    height: auto;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .pre-nav .logo {
    width: 190px;
  }
  .table-content {
    margin-top: 20px;
  }
  .btns {
    margin-top: 20px;
    text-align: center;
  }
  .btns .btn {
    margin-bottom: 10px;
  }
  .subheading p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 15px;
  }
  .footer h4 {
    margin-bottom: 20px;
  }
  .yamm-content ul li a {
    color: #ffffff;
  }
  .yamm-content ul .li-header {
    border-bottom: none;
    height: auto;
  }
}
@media (max-width: 771px) {
  .navbar-default {
    padding: 0px 15px;
  }
}
@media (max-width: 400px) {
  .pre-nav .logo {
    width: 140px;
  }
  .pre-nav .main-btn {
    top: 0px;
  }
}
.about {
  margin-top: 40px;
  margin-bottom: 40px;
}
