/*------------------------------------------------------*/
/* Common Styles for overall theme
/*------------------------------------------------------*/
body {
  background: #F2F7FA;
  background: url("../images/background.png") repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3c41;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700;
  color: #3a3c41;
}
a {
  outline: 0;
  color: #026397;
}
a:hover {
    outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
    text-decoration: none;
  color: #026397;
}
a:active {
    outline: none;
    text-decoration: none;
  color: #026397;      
}
a:visited {
    outline: none;
    text-decoration: none;
}
button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
label {
  color: #333333;
  font-weight: 500;
}
/* slogan section */
.slogan-section {
  margin-bottom: 50px;
  text-align: center;
}
.slogan-section h2 {
  margin: 0 0 10px;
  font-weight: 400;
}
.text-left {
  text-align: left;
}
.line-section {
  margin-bottom: 20px;
}
.line-section h3,
.line-section h4,
.line-section h5 {
  margin: 0 0 20px;
}
.for-border {
  height: 11px;
  width: 100%;
  background: transparent url(../images/feature-border.png) center center no-repeat;
  border: none;
}
h2 {    /* All other pages */
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 25px;
  color: #026397;
}
h2.blue {
  font-weight: 800;
  color: #66c9e0;
}
h2.blue a {
  font-weight: 800;
  color: #66c9e0;
}
h2.blue a:hover {
  color: #65a1b0;
}
h3 {    /* All other pages */
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}
h3 a {
  font-size: 23px;
  color: #333333;
  font-weight: 700;
}
h3.blue {
  font-weight: 700;
  color: #66c9e0;
}
h3.blue a {
  font-weight: 800;
  color: #66c9e0;
}
h3.blue a:hover {
  color: #65a1b0;
}
h4 {    /* Home page */
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 8px;
}
h5 {    /* Home page */
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 8px;
}
b {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
p {
  font-size: 20px;   /* Also see setting for HTML on line 264 in bootstrap.css */
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: justify;
}
.btn {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: #136d82;
}
input,
textarea {
  font-size: 20px;
  font-weight: 600;
  color: #9ba0aa;
  resize: none;
}
.common-style {
  padding: 81px 0;
}


/*------------------------------------------------------*/
/* Similar Page styles
/*------------------------------------------------------*/
.page-top {
  padding: 27px 0;
  background: #fff;
}
.page-top h1,
.page-top h2 {
  margin: 0 15px 0 0;
  font-size: 30px;
  font-weight: 400;
  float: left;
  line-height: 46px;
}
.bread-crumb {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 17px;
}
.bread-crumb .breadcrumb {
  padding: 0;
  background: none;
  border-radius: 0;
  margin: 0;
}
.bread-crumb .breadcrumb li {
  display: block;
  float: left;
}
.bread-crumb .breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.bread-crumb .breadcrumb li.active {
  color: #f15b5a;
}
.bread-crumb .divider {
  display: inline-block;
  background: url("../images/breadcrumbs-divider.png") center center no-repeat;
  width: 24px;
  height: 10px;
}
.bread-crumb a {
  font-weight: 400;
  color: #333333;
  display: inline-block;
}
.bread-crumb a:hover {
  text-decoration: underline;
}
#search {
  margin-bottom: 0;
}
#search form {
  position: relative;
}
#search form input[type="text"] {
  background-color: #f0f5f7;
  width: 100%;
  padding: 13px 10px 13px 40px;
  border: none;
  outline: none;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}
#search form input[type="submit"] {
  background: url("../images/search-submit.png") center no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 999;
  border: none;
  outline: none;
  padding: 0;
}
#filters {
  padding: 0;
  border-bottom: 1px solid #dcdee4;
  margin-bottom: 30px;
}
#filters li {
  list-style: none;
  display: inline-block;
  margin: 0 18px -1px 0;
  padding-bottom: 2px;
}
#filters li a {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
  display: inline-block;
  text-decoration: none;
}
#filters li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #f15b5a;
}
#filters li:hover a {
  padding-bottom: 20px;
}
#filters li.active {
  padding-bottom: 0;
  border-bottom: 2px solid #f15b5a;
}
#filters li.active a {
  padding-bottom: 20px;
}
.social-icon ul {
  padding: 0;
}
.social-icon ul li {
  list-style: none;
  background-color: #dcdee4;
  display: inline-block;
}
.social-icon ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.social-icon ul li .fa {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 36px;
}
.social-icon ul li:hover {
  background-color: #66c9e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
code {
  white-space: normal;
}
#scroll-top {
  display: inline;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #67c9e0;
  text-align: center;
  display: table;
  z-index: 99999999;
}
.loader .table-cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
}
.loader h1 {
  margin-top: 2rem;
  font-size: 4rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 800;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="range"],
form input[type="password"],
form input[type="text"],
form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 11px 10px;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
form input[type="file"] {
  margin-bottom: 30px;
  color: #333333;
  font-size: 20px;
}
form input[type="submit"] {
  padding: 12px 25px;
  background-color: #333333;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}
form input[type="submit"]:hover {
  background-color: #f15b5a;
}
form input[type="submit"]:focus{
    outline: none;
}
form input.error,
form textarea.error {
  border: 1px solid #ff0000;
  margin-bottom: 0px;
  font-size: 10px;
}
form fieldset label {
  font-size: 14px;
  color: #999ca5;
  font-weight: 500;
  border-bottom: 1px solid #dcdee4;
  padding: 5px;
  float: left;
}
form fieldset .common {
  display: inline-block;
  float: left;
  margin-left: 7px;
}
form p {
  margin: 0;
}
textarea,
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#error-container {
  margin: 0;
}
#error-container label {
  font-size: 14px;
  display: block;
}
/* IE8 Specific Styles */
.ie8 img {
  width: inherit;
  max-width: 100% !important;
  height: auto !important;
}
.ie8 .features-var-three .feature-icon img,
.ie8 .features-var-two .single-feature img,
.ie8 .home-main .flexslider-three .slides img,
.ie8 .appoint-page .appoint-section .top-icon img {
  width: auto !important;
}
.ie8 .overlay {
  visibility: hidden;
}
/*------------------------------------------------------*/
/*  Header styles
/*------------------------------------------------------*/
.header-top {
  background-color:#0C5D89; /* #215E7F; #60646d; */
  padding: 2px 0;
}
.header-top p {
  color: #bbbfc9;
}
.header-top p span {
  color: #fefefe;
  white-space: pre;
}
.header-top #inspiry_language_list {
  margin-left: 5px;
  float: right;
}
.header-top #inspiry_language_list ul {
  list-style: none;
  padding: 0;
}
.header-top #inspiry_language_list ul li {
  float: left;
  margin: 0 0 0 10px;
}
.header-top #inspiry_language_list ul li img {
  margin: 0 0 0 0;
  vertical-align: bottom;
}
.header-top #inspiry_language_list ul li span {
  font-size: 12px;
}
.header-top #inspiry_language_list ul li a {
  font-size: 12px;
  color: #bbbfc9;
}
.header-top #inspiry_language_list ul li a:hover {
  color: #fefefe;
}
.nav-toggle {
  display: none;
}
#header {
  padding: 28px 0;
  background: #fff;
}
#header .logo {
  float: left;
}
#header .logo h1 {
  margin: 0px;
}
#header .logo h1 a {
  font-size: 30px;
  font-weight: 800;
}
#header .logo img {
  margin-top: -10px;
  margin-bottom: 4px;
}
nav.main-menu {
  float: right;
  margin-right: -18px;
}
nav.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main-menu ul > li {
  margin: 0;
  float: left;
  position: relative;
}
nav.main-menu ul > li > a {
  margin-top: 4px;
  width: 100%;
  display: block;
  padding: 2px 18px;
  text-decoration: none;
  color: #026397;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
nav.main-menu ul > li ul {
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 36px;
  left: 0;
  width: 190px;
  display: none;
  background-color: #67c9e0;
}
nav.main-menu ul > li ul li {
  list-style: none;
  float: none;
  position: relative;
}
nav.main-menu ul > li ul li a {
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
}
nav.main-menu ul > li ul li:hover a {
  background-color: #53c3dd;
}
nav.main-menu ul > li ul li ul {
  position: absolute;
  left: 190px;
  top: 0;
}
nav.main-menu ul > li:hover > a,
nav.main-menu ul > .current-menu-item > a {
  background-color: #3084B4;    /* Menu color */
  color: #fff;
}

/*------------------------------------------------------*/
/* Pricing Table Styles
/*------------------------------------------------------*/
.small_pricing_table {
    display: none;
}
.pricing_table {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-collapse: separate;
    margin-top: 25px;
}
.pricing_small_table, .pricing_smallest_table {
    display: none;
}
.pricing_table tr:first-child th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.pricing_table tr:first-child th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.pricing_table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.pricing_table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.pricing_table tr th {
    font-weight: bold;
    background-color: #9BB5C9;
    padding: 15px 5px 15px 5px;
    text-align: center;
}
.pricing_table tr:first-child th:first-child {
    padding: 20px;
    text-align: left;
}
.pricing_table tr td.feature {
    background-color: #e9eef2;
    border-left: 1px solid #9BB5C9;
}
.pricing_table tr th {
    border-left: 1px solid #9BB5C9;
    border-right: 1px solid #9BB5C9;
}
.pricing_table tr td {
    text-align: left;
    background-color: #FFFFFF;
    vertical-align: middle;
    padding: 20px;
    border-left: 1px solid #9BB5C9;
    border-bottom: 1px solid #9BB5C9;
    text-align: center;
}
.pricing_table tr td:first-child {
    text-align: left;
}
.pricing_table tr td:last-child {
    border-right: 1px solid #9BB5C9;
}
.pricing_table tr td.checkmark {
    padding: 0px 15px 0px 15px;
    text-align: center;
    line-height: 1;
}
.pricing_table tr th {
    width: auto;
}
.pricing_table tr th.item {
    width: 20%;
}

a.pricing_button {
    background: -moz-linear-gradient(center top, #fefefe, #eeeeee) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee');
    font-weight: bold;
    font-style: normal;
    border: 1px solid #9BB5C9;
    color: #005c9e;
    box-shadow: none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    padding:5px 10px;
    display: block;
}

a.pricing_button:hover,
a.pricing_button:focus,
a.pricing_button.focus,
a.pricing_button:active,
a.pricing_button.active{
    color: #005c9e;
    border: 1px solid #9BB5C9;
}
/*------------------------------------------------------*/
/* Main Slider styles
/*------------------------------------------------------*/
.home-slider {
  position: relative;
}
.home-main ul {
    list-style: none;
    padding-left: 0px;
}
.home-main ul li {
    padding-left: 25px;
	background-image:url(../images/blue-bullet.png);
	background-repeat: no-repeat;
    background-size: 17px 17px;
	background-position: 0 .25em;
    margin-top: -5px;
    margin-bottom: 12px;
}
.home-slider ul li {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-slider .flexslider {
  min-height: 100px;
}
.home-slider .flexslider.loading {
  min-height: 550px;
  background: transparent url('../images/slider-loader.gif') no-repeat center center;
}
.home-slider .content-wrapper {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 999;
}
.home-slider .slide-content {
  width: 60%;
}
.home-slider .slide-content h1 {
  font-size: 42px;
  color: #ffffff;
  margin: 0 0 30px;
  margin-top: -25px;
  font-weight: 600;
}
.home-slider .slide-content h1 span {
  font-weight: 800;
}
.home-slider .slide-content h1:after {
  /* content: url("../images/plus-red.png"); */
  margin-left: 10px;
}
.home-slider .slide-content p {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 33px;
  text-align: left;
}
.home-slider .slide-content .slider-button {
  padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;

  background-color: #f15b5a;
    color: #ffffff;
}
.home-slider .slide-content .slider-button:hover {
  background-color: #333333;
  color: #fff;
}
.home-slider .slide-content.display-bg {
  background-color: rgba(225, 255, 255, 0.6);
  padding: 20px;
}
.home-slider .slide-content.display-bg h1 {
  font-size: 42px;
}

.home-slider .common {
  padding-left: 9px;
  padding-right: 9px;
}
.home-slider input[type="text"],
.home-slider input[type="email"],
.home-slider input[type="number"],
.home-slider textarea {
  background: none;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #adebfa;
  width: 100%;
  display: inline-block;
  resize: none;
  padding: 0px 5px 5px 5px;
  margin-bottom: 0;
}
.home-slider textarea {
  height: auto;
  margin: 0;
  line-height: 20px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.home-slider input[type="text"]:focus,
.home-slider input[type="email"]:focus,
.home-slider textarea:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}
.home-slider input[type="text"],
.home-slider input[type="email"] {
  margin-bottom: 23px;
}
.home-slider input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  border: 0;
  padding: 6px 19px;
  color: #333333;
  background-color: #fff;
  border: none;
  border-image: none;
  letter-spacing: 0;
  outline: none;
}
.home-slider input[type="submit"]:hover {
  background-color: #333333;
  color: #fff;
}
.home-slider input[type="submit"]:focus {
  outline: none;
  background-color: #fafafa;
  color: #333333;
}
.home-slider input.error,
.home-slider textarea.error {
  border: 0;
  border-bottom: 2px solid #ff0000;
}
.home-slider input.error:focus,
.home-slider textarea.error:focus {
  border-bottom: 2px solid #fff;
}
.home-slider ::-webkit-input-placeholder {
  color: #fff;
}
.home-slider :-moz-placeholder {
  color: #fff;
}
.home-slider ::-moz-placeholder {
  color: #fff;
}
.home-slider :-ms-input-placeholder {
  color: #fff;
}
.home-slider #message-sent {
  clear: both;
  padding: 10px 0;
  font-weight: 600;
  color: #fff;
  display: none;
}

/*------------------------------------------------------*/
/*  Home Main Styles
/*------------------------------------------------------*/
.home-features .single-feature {
    margin-bottom: 20px;
}
.home-features .separator {
    clear: both;
  }
.home-main {
  padding: 35px 0;
  border-top: 2px solid #EEF0F4;
  border-top: 0px solid #F0EFFC;
  margin-top: 5px
}
.home-main .flexslider-three {
  position: relative;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.home-main .flexslider-three .slides {
  zoom: 1;
}
.home-main .flexslider-three .slides img {
  margin-bottom: 36px;
}
.home-main .flexslider-three .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.home-main .flexslider-three .flex-direction-nav a {
  top: 86px;
  width: 14px;
  height: 17px;
  font-size: 0;
    -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.home-main .flexslider-three .flex-direction-nav .flex-prev {
  left: 39%;
  opacity: 1;
  background: url("../images/prev-icon-two-sprite.png") 0px 0px no-repeat;
}
.home-main .flexslider-three .flex-direction-nav .flex-next {
  right: 39%;
  opacity: 1;
  background: url("../images/next-icon-two-sprite.png") 0px 0px no-repeat;
}
.home-main .flexslider-three:hover .flex-next:hover {
  background-position: 0px -37px;
}
.home-main .flexslider-three:hover .flex-prev:hover {
  background-position: 0px -37px;
}
.home-main blockquote {
  border: none;
  font-family: 'Droid Serif', serif;
  padding: 0;
  margin: 0 0 50px;
}
.home-main blockquote p {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #6a7177;
}
.home-main .testimonial-footer h3 {
  margin: 0 0 10px;
}
.home-main .testimonial-footer .for-border {
  margin: 0 0 10px;
}
.testimonial-push-down {
  height: 100px;
  background-color: #fff;
}
.home-main.testimonial-var-two .flexslider-three {
  margin-top: -147px;
}

/*------------------------------------------------------*/
/* Footer styles
/*------------------------------------------------------*/
#main-footer {
  background-color: #333333;
  padding: 100px 0 30px 0;
  color: #9ba0aa;
  line-height: 24px;
}
#main-footer .widget h3.title {
  margin-bottom: 30px;
  color: #f0f5f7;
  font-size: 18px;
  font-weight: 700;
}
#main-footer .widget p {
  margin-bottom: 25px;
}
#main-footer .widget a {
  color: #b5bac6;
}
#main-footer .widget a:hover {
  color: #cbd1de;
}
#main-footer .widget ul {
  border-color: #4a4c52;
}
#main-footer .widget ul li {
  border-color: #4a4c52;
}
#main-footer .widget .tagcloud a {
  color: #fff;
}
#main-footer .widget label {
  color: #9ba0aa;
}
#main-footer .widget input[type="text"] {
  background-color: #515359;
  border: none;
  padding: 12px 15px;
  margin-bottom: 13px;
  width: 100%;
  color: #fff;
  outline: none;
  overflow: hidden;
}
#main-footer .widget input[type="text"]:focus {
  background-color: #696c74;
}
#main-footer .widget input[type="submit"] {
  border: none;
  background-color: #67c9e0;
  color: #fff;
}
#main-footer .widget input[type="submit"]:hover {
  background-color: #4dbed9;
}
#main-footer .widget .wp-email-capture-widget {
  margin: 20px 0;
}
#main-footer .appoint-widget span {
  border-bottom: 1px solid #4a4c52;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}
#main-footer .appoint-widget span:last-child {
  border-bottom: none;
}
#main-footer #wp_email_capture > form > div {
  background: transparent !important;
  color: #e0e0e0;
  margin: 0 0 15px !important;
  width: 100%;
}
#subs_form #subs-error-container{
    margin-top: 10px;
}
#subs_form #subs-error-container label{
    font-size: 14px;
}
#subs_form #subs-response-container{
    margin-top: 10px;
}
/*------------------------------------------------------*/
/* Footer Bottom
/*------------------------------------------------------*/
.footer-bottom {
  margin-top: -25px;
  margin-bottom: 25px;
  border-top: 0px solid #4a4c52;
}
.footer-bottom p {
  color: #ECECEC;
  font-size: 16px;
  text-align: left;
}
.footer-bottom a {
  color: #ECECEC;
}
.footer-bottom .footer-social-nav {
  margin: 0;
  padding: 0;
  float: right;
}
.footer-bottom .footer-social-nav li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
}
.footer-bottom .footer-social-nav li .fa {
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #53565c;
}
.footer-bottom .footer-social-nav li .fa:hover {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -2px;
}
.footer-bottom .footer-social-nav li a {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-bottom .footer-social-nav li a:hover {
  text-decoration: none;
}
/*------------------------------------------------------*/
/* Scroll Top
/*------------------------------------------------------
a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 42px;
  width: 42px;
  z-index: 9999;
  line-height: 3em;
  background: #6ABFE3 url("../images/scroll-top.png") center center no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50px;
}
a#scroll-top:hover {
  background-color: #52abc0;
}
*/

/* Custom Bootstrap */
.section-menu .nav-item {
    background: none !important;
    margin-left: -24px;
}

.nav-tabs .nav-link {
    border-bottom-color: #E5EFFC !important;
}

.nav-tabs .nav-link.active {
    color: #000000;
    background-color: #E5EFFC;
    border-color: #E5EFFC #E5EFFC #000000;
    border-bottom-color: #000000 !important;
}

.section-menu .nav-link:focus, .section-menu .nav-link:hover {
    color: #000000;
    border-bottom-color: #000000 !important;
}

.table .thead-light th {
    color: #000000;
    background-color: #CEDEEF;
    border-color: #CEDEEF;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #CEDEEF;
}

/* Customized for BP Template Below */
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem .5rem 1rem;
    font-size: 1.25rem;
    background-color: #026397;
    line-height: 1.3;
    border-radius: .3rem;
}
.btn-primary {
    padding: .3rem 0.8rem .5rem 0.8rem;
    color: #fff;
    background-color: #026397;
    border-color: #026397;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
    padding: 20px;
}

.forum-table td, .forum-table th {
	border-color: #CEDEEF;
}
.forum-table th {
	background: #CEDEEF;
}
.forum-table tr td:first-child {
	background: #E5F1FE;
}
.form-group {
    margin-bottom: 0px;
    font-size: 18px !important;
}
textarea.form-control {
    font-size: 20px;
}
select.form-control {
    font-size: 20px;
    margin-bottom: 20px;
}

.login_form_field {
    padding: 40px 35px 0px 35px;
}

.login_form_container {
    padding-bottom: 1rem;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}