html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Barlow", sans-serif;
  position: relative;
  font-size: 19px;
  line-height: 27px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #c4a040; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p, li {
  color: #555; }

section {
  padding: 100px 0;
  position: relative; }

@media (max-width: 500px) {
  section {
    padding: 60px 0; } }
.btn {
  color: #fff;
  background-color: #c4a040;
  box-shadow: inset 0px 0px 15px #7b6504;
  text-transform: uppercase;
  padding: 16px 35px 17px 35px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 15px;
  border-radius: 35px;
  font-family: "Barlow", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:hover {
  color: #fff;
  background-color: #c4a040;
  box-shadow: inset 0px 0px 3px #7b6504; }

.title-h {
  font-size: 65px;
  font-weight: 500;
  line-height: 70px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  margin-top: 0;
  color: #09254a;
  font-family: "Saira Condensed", sans-serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 44px; } }

.title-p {
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 10px;
  margin-top: 10px;
  color: #666; }

@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px; } }
.inner-h {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  margin-top: 30px;
  font-size: 33px; }

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 992px) {
  .desctop-view {
    display: none; } }
.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.break {
  position: relative;
  margin-bottom: 30px; }
  .break .svg-inline--fa {
    color: #994248;
    position: absolute;
    top: -11px;
    z-index: 3;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 48px;
    height: 40px;
    padding: 0 8px; }

.break:after {
  content: '';
  background: #c4a040;
  height: 2px;
  display: block;
  margin: 0 auto;
  width: 190px;
  bottom: 0;
  position: absolute;
  margin-left: -95px;
  left: 50%;
  z-index: 2;
  margin-top: -5px; }

/******navbar start*******/
/******navbar start*******/
.top-bar {
  background-color: #09254a; }
  .top-bar p, .top-bar a {
    padding-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Barlow", sans-serif;
    line-height: 23px; }
    @media (max-width: 768px) {
      .top-bar p, .top-bar a {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
        font-weight: 600; } }
  .top-bar a:hover {
    color: #09254a; }

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 12px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #174074; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #fff !important;
      border-bottom: solid 1px #eee; } }

.navbar {
  min-height: 120px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 66px; } }

.navbar-brand {
  padding: 1px 10px 2px 2px; }
  @media (max-width: 1255px) {
    .navbar-brand {
      padding: 1px 0px 2px 0px; } }
  @media (max-width: 370px) {
    .navbar-brand {
      padding: 2px 0 0 0; } }

.navbar-brand img {
  width: auto;
  height: 85px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 55px; } }

.caret {
  margin-left: 4px; }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Saira Condensed", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav ul.nav > li > a {
    color: #09254a;
    font-size: 20px;
    font-family: "Saira Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 0; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 4px solid #c4a040;
    margin-top: 0px;
    width: 250px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 13px 18px 13px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    margin: 14px 0 12px 0;
    letter-spacing: 0px; } }
  @media (min-width: 991px) and (max-width: 1050px) {
    nav.navbar.bootsnav ul.nav > li > a {
      font-weight: 600;
      font-size: 18px;
      text-decoration: none; } }

@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 7px 10px 7px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Saira Condensed", sans-serif;
    letter-spacing: 0px; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #c4a040; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-family: "Saira Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eee; } }
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 20px;
  margin-right: 15px;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav .btn {
      display: none; } }

nav.bootsnav .btn {
  color: #fff !important;
  background-color: #c4a040 !important; }

nav.bootsnav .btn:hover {
  color: #c4a040 !important;
  background-color: transparent !important; }

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #09254a;
    font-weight: 600; }

  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 75vh;
  width: 100%;
  position: relative; }
  @media (max-width: 991px) {
    .hero {
      min-height: 65vh;
      padding-bottom: 30px; } }
  .hero .back {
    background: rgba(3, 11, 23, 0.5); }

.hero-title {
  margin-top: 28vh;
  padding-left: 10px;
  color: #333; }
  @media (max-width: 991px) {
    .hero-title {
      margin-top: 20vh;
      margin-bottom: 10px;
      padding-left: 0px;
      text-align: center; } }
  .hero-title h1 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .hero-title h1 {
        font-size: 45px;
        line-height: 48px; } }
  .hero-title h2 {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .hero-title h2 {
        font-size: 18px;
        line-height: 22px; } }
  .hero-title .btn {
    margin: 20px 5px 20px 0;
    font-size: 17px; }
    @media (max-width: 767px) {
      .hero-title .btn {
        font-size: 16px; } }
  .hero-title .btn:hover {
    background-color: #c4a040;
    border: 2px solid #c4a040; }

/***************hero end******/
/********* cta start ********/
.about .scale-box {
  background-color: #fff;
  padding: 5px 10px 15px 10px;
  box-shadow: 2px 1px 25px rgba(0, 0, 0, 0.2);
  transform: translate(15%, 50px) scale(1.3);
  z-index: 2; }
  @media (max-width: 768px) {
    .about .scale-box {
      transform: translate(0%, 20px) scale(1);
      margin-bottom: 50px;
      padding: 5px 3px 15px 3px; } }
  .about .scale-box h2 {
    color: #c4a040;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .about .scale-box h2 {
        font-size: 25px; } }
  .about .scale-box p {
    font-family: "Saira Condensed", sans-serif;
    font-size: 16px; }
    @media (max-width: 768px) {
      .about .scale-box p {
        font-size: 22px;
        line-height: 24px;
        margin-top: 5px; } }

.about-box {
  padding-right: 80px;
  padding-top: 100px; }
  @media (max-width: 1050px) {
    .about-box {
      padding-right: 00px;
      padding-top: 50px; } }
  @media (max-width: 768px) {
    .about-box {
      padding-right: 00px;
      padding-top: 0px; } }

.about-box2 {
  padding-left: 20px;
  padding-top: 100px; }

/******************************/
.boxes {
  background-attachment: fixed;
  padding: 100px 0; }
  .boxes .title-p {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); }
  .boxes .title-h {
    color: #c4a040;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); }
  .boxes .back {
    background-color: rgba(6, 21, 45, 0.7); }
  .boxes .documents-box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 20px;
    margin-bottom: 15px;
    border-radius: 4px; }
    @media (max-width: 768px) {
      .boxes .documents-box {
        padding: 15px 15px; } }
    .boxes .documents-box h3 {
      margin: 0;
      font-size: 20px;
      color: #09254a; }
      @media (max-width: 768px) {
        .boxes .documents-box h3 {
          margin-bottom: 5px; } }
    .boxes .documents-box a {
      color: #7e1e2a; }
    .boxes .documents-box .svg-inline--fa {
      margin-right: 5px;
      font-size: 17px; }
  .boxes .documents-box:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.down-right {
  text-align: right; }
  @media (max-width: 991px) {
    .down-right {
      text-align: left; } }

/*********services start*******/
.services-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.1);
  width: calc(33% - 20px);
  margin: 15px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 991px) {
    .services-box {
      width: calc(49% - 15px); } }
  @media (max-width: 700px) {
    .services-box {
      width: calc(100% - 0px);
      margin: 8px 0px; } }
  .services-box .services-img {
    height: 240px; }
  .services-box .services-text {
    padding: 20px; }
    .services-box .services-text h3 {
      margin: 0;
      font-family: "Saira Condensed", sans-serif;
      font-size: 36px;
      color: #09254a; }

.services-box:hover {
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2); }

/******services end********/
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .boxes {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/*****tc- footer start******/
.tc-footer {
  border-top: 1px solid #eee;
  background-attachment: fixed;
  position: relative;
  padding: 40px 0 20px 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer {
      padding: 30px 0 25px 0; } }
  .tc-footer a, .tc-footer li {
    color: #09254a;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 27px;
    font-weight: 700; }
    @media only screen and (max-width: 990px) {
      .tc-footer a, .tc-footer li {
        font-size: 18px; } }
  .tc-footer a:hover {
    color: #c4a040; }
  .tc-footer p {
    color: #555;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 23px;
    padding-right: 25px; }
    @media only screen and (max-width: 990px) {
      .tc-footer p {
        font-size: 16px;
        line-height: 22px;
        padding-right: 0; } }
  .tc-footer li {
    display: inline-block;
    margin: 5px 20px; }
  .tc-footer img {
    width: 90%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 990px) {
      .tc-footer img {
        height: auto;
        width: 100%;
        margin-bottom: 10px; } }

.tc-footer ul {
  list-style: none;
  margin: 25px 0 2px 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer ul {
      margin: 15px 0; } }

.copyright {
  padding-top: 15px;
  background-color: #09254a; }
  @media only screen and (max-width: 990px) {
    .copyright {
      text-align: center; } }
  .copyright p, .copyright a {
    color: #ccc;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "Saira Condensed", sans-serif;
    margin-bottom: 0; }
  .copyright .footer-right {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .copyright .footer-right {
        text-align: center; } }
  .copyright .svg-inline--fa {
    height: 35px;
    width: 35px;
    padding: 8px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #eee;
    color: #eee;
    margin: 0px 4px 5px 4px; }
    @media only screen and (max-width: 768px) {
      .copyright .svg-inline--fa {
        margin: 0px 8px 5px 0px; } }
  .copyright .svg-inline--fa:hover {
    background-color: #c4a040;
    border: 2px solid #c4a040;
    color: #333; }

/*****tc-footer end******/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden; }

.inner-content {
  position: relative;
  display: block;
  margin-top: 18vh; }

.inner-content h1 {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }

.tc-header .back {
  background: rgba(3, 11, 23, 0.5); }

/***************************/
.contact-page .btn {
  margin-top: 20px; }

.contact-page .contact-top a {
  display: block;
  color: #c4a040;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 7px; }

.contact-page .contact-top a:hover {
  color: #000; }

input, textarea {
  width: 100%;
  padding: 11px 15px 14px 15px;
  border: 1px solid #c6d9ec;
  margin-bottom: 20px;
  outline: none;
  border-radius: 0; }

select {
  width: 100%;
  padding: 11px 9px;
  border: 1px solid #c6d9ec;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #333; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 12px;
  color: #333; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 12px;
  color: #333; }

::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #333; }

.downloads-page {
  background-attachment: fixed;
  padding: 50px 0; }
  .downloads-page .documents-box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
    margin-bottom: 15px;
    border-radius: 4px; }
    @media (max-width: 768px) {
      .downloads-page .documents-box {
        padding: 15px 15px; } }
    .downloads-page .documents-box h3 {
      margin: 0;
      font-size: 22px;
      color: #09254a; }
      @media (max-width: 768px) {
        .downloads-page .documents-box h3 {
          margin-bottom: 5px; } }
    .downloads-page .documents-box a {
      color: #7e1e2a; }
    .downloads-page .documents-box p {
      font-size: 17px;
      line-height: 22px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .downloads-page .documents-box .svg-inline--fa {
      margin-right: 5px;
      font-size: 17px; }
  .downloads-page .documents-box:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.downloads-page:nth-child(even) {
  background: #fff; }

.downloads-page:nth-child(odd) {
  background: rgba(51, 102, 153, 0.05); }

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: inline-block;
  margin: 10px 9px;
  width: calc(49% - 20px); }
  @media (max-width: 991px) {
    .team-box {
      width: calc(100% - 15px); } }
  @media (max-width: 550px) {
    .team-box {
      width: calc(100% - 0px);
      margin: 7px 0px; } }

.team-img {
  height: 210px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 768px) {
    .team-img {
      height: 200px; } }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 25px 15px 25px 5px; }
  @media (max-width: 768px) {
    .team-info {
      padding: 15px 10px 15px 10px; } }

.team-info h3, .team-job-desc {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  color: #09254a;
  font-size: 30px;
  margin-top: 5px; }
  @media (max-width: 768px) {
    .team-info h3, .team-job-desc {
      font-size: 26px;
      margin-bottom: 10px; } }

.team-info h4 {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  opacity: 0.7; }

.team-info .team-phone {
  font-size: 18px; }
  @media (max-width: 768px) {
    .team-info .team-phone {
      font-size: 16px;
      margin-top: 5px; } }

.team-phone .svg-inline--fa {
  font-size: 15px;
  margin-right: 8px; }

.team-info .btn {
  padding: 8px 20px;
  font-size: 12px;
  margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .team-info .btn {
      margin-bottom: 0; } }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

@media screen and (max-width: 768px) {
  .padd-left {
    padding-left: 0px; } }

@media screen and (max-width: 768px) {
  .padd-right {
    padding-right: 0px; } }

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.team-name {
  font-size: 16px;
  color: #c4a040;
  font-weight: 300; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #c4a040;
  margin: 10px 6px 2px 0px;
  color: #c4a040; }

.staff-bio .svg-inline--fa:hover {
  background-color: #c4a040;
  color: #fff; }

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
.p-text {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.padd-left {
  padding-left: 0; }

/********* TEAM PAGE END *******/
/******* BLOG PAGE START *********/
.blog-page .blog-box {
  overflow: hidden;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .blog-page .blog-box {
      margin-bottom: 10px; } }
.blog-page .back-img {
  height: 290px; }
  @media screen and (max-width: 768px) {
    .blog-page .back-img {
      height: 200px; } }
.blog-page .blog-text {
  padding: 20px 30px 30px 30px; }
  @media screen and (max-width: 768px) {
    .blog-page .blog-text {
      padding: 10px 5px 15px 0px; } }
.blog-page h3 {
  color: #3c415d;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0; }
.blog-page p {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }
  @media screen and (max-width: 768px) {
    .blog-page p {
      margin-bottom: 0; } }
.blog-page .blog-link {
  color: #ed1c24;
  font-weight: 700; }
.blog-page .blog-link:hover {
  color: #3c415d; }

.blog-detail-page img {
  margin-bottom: 20px; }
.blog-detail-page p {
  font-size: 18px;
  line-height: 28px;
  color: #374650; }
.blog-detail-page li {
  font-size: 18px;
  line-height: 28px;
  color: #374650; }
.blog-detail-page h2 {
  font-weight: 800;
  color: #19334d;
  font-size: 24px; }
.blog-detail-page .sidebar-box {
  border-radius: 2px;
  position: relative;
  padding: 8px;
  box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px; }
  .blog-detail-page .sidebar-box h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #09254a;
    margin-top: 5px; }
    @media screen and (max-width: 991px) {
      .blog-detail-page .sidebar-box h5 {
        font-size: 17px;
        line-height: 21px;
        margin-top: 10px;
        margin-bottom: 0; } }
  .blog-detail-page .sidebar-box ul {
    list-style: none;
    padding-left: 15px;
    margin-top: 10px; }
  .blog-detail-page .sidebar-box li {
    font-size: 18px;
    margin-bottom: 5px; }
.blog-detail-page h3 {
  font-weight: 600;
  margin-top: 0px;
  font-size: 36px;
  margin-bottom: 25px;
  color: #19334d; }
.blog-detail-page .sidebar-img {
  height: 80px; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .sidebar-img {
      height: 150px; } }
.blog-detail-page .sidebar-padding {
  padding-left: 0; }
  @media screen and (max-width: 991px) {
    .blog-detail-page .sidebar-padding {
      padding-left: 15px; } }
.blog-detail-page .sidebar-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.blog-detail-page .sidebar-box:hover {
  box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.3); }
.blog-detail-page .sidebar-box:hover h5 {
  color: #333; }
.blog-detail-page .svg-inline--fa {
  margin-right: 10px;
  font-size: 15px; }
.blog-detail-page a:hover {
  color: #c4a040; }

.pagination {
  margin-top: 60px; }

.pagination > li > a, .pagination > li > span {
  padding: 6px 14px;
  color: #c4a040;
  border: 1px solid #c6d9ec;
  border-radius: 0 !important; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  background-color: #c6d9ec; }

.inner-content .svg-inline--fa {
  color: #fff;
  margin: -25px 5px 5px 5px;
  font-size: 30px; }

.inner-content .svg-inline--fa:hover {
  color: #ccc; }

.tc-header p {
  color: #c4a040; }

/******** BLOG PAGE END *******/

/*# sourceMappingURL=style.css.map */
