@import url(../css/ie7.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800)");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic");
@font-face {
  font-family: 'TradeGothicLightLight';
  src: url("../fonts/TradeGothicLightLight.eot?#iefix");
  font-weight: normal;
  font-style: normal; }

  @font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.headerSec h1 {
  font-size: 20px; }

/****************************************************************************************
@
@	Global Style and Reset
@
****************************************************************************************/
/* Global Styles */
::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #446792;
    text-rendering: optimizeLegibility;
    margin-top: 0.4em;
    margin-bottom: 0.5em;
    line-height: 1.2125em;
}
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }

ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #000;
  cursor: pointer; }

a:hover {
  color: #000;
  text-decoration: none; }

a img {
  border: none; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #518cb5;
  border-radius: 5px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4c4c4c;
  border-radius: 5px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; }

.darkHeader {
  background-color: #f4f4f4;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
  padding-top: 20px !important;
  padding-bottom: 17px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  position: fixed;
  width: 100%;
  animation: smoothScroll 1s forwards;
  z-index: 9; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }
/* 
  ---------------------------------------------
  preloader
  --------------------------------------------- 
  */
#preloader {
  overflow: hidden;
  background-image: linear-gradient(127deg, #446792 0%, #446792 85%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff; }

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px; }

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite; }

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s; }

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s; }

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6); }
  50% {
    -webkit-transform: rotate(-89deg);
    transform: rotate(-89deg); }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }
@keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6); }
  50% {
    -webkit-transform: rotate(-89deg);
    transform: rotate(-89deg); }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }
.dl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block; }

.dl__square {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff; }

.dl__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-animation: dyinglight 1s ease infinite;
  animation: dyinglight 1s ease infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.dl__corner--top:before,
.dl__corner--top:after,
.dl__corner--bottom:before,
.dl__corner--bottom:after {
  position: absolute;
  width: 17px;
  height: 17px;
  color: #fff;
  content: ""; }

.dl__corner--top:before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: -6px;
  left: -6px; }

.dl__corner--top:after {
  border-right: 1px solid;
  border-top: 1px solid;
  top: -6px;
  right: -6px; }

.dl__corner--bottom:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  left: -6px; }

.dl__corner--bottom:after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  right: -6px; }

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important; }

#back2Top {
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 999; }

/*----------------------*/
.container {
  max-width: 62.5em;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px; }

/*==================================css reset==================================*/
/****************************************************************************************
@
@	Styles
@
****************************************************************************************/
.headerSec .navbar .nav-link {
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
  color: #446792 !important;
  font-family: 'Lato';
  font-size: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  padding-right: 20px;
  padding-left: 20px; }
.headerSec .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0; }

.bannerSec {
  position: relative;
  margin-top: 0px; }
  .bannerSec img {
    width: 100%;
    max-height: 360px; }
  .bannerSec .bannerTxt {
    background: rgba(60, 140, 191, 0.78);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px;
    margin-right: 15px; }
    .bannerSec .bannerTxt h1 {
      font-size: 1.125em;
      font-family: 'Lato', Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #fff;
      text-rendering: optimizeLegibility;
      margin-top: 0.2em;
      margin-bottom: 0.5em;
      line-height: 1.2125em;
      text-transform: uppercase; }
    .bannerSec .bannerTxt p {
      font-family: inherit;
      font-weight: normal;
      font-size: 13px;
      line-height: 1.6;
      margin-bottom: 1.25em;
      text-rendering: optimizeLegibility; }
    .bannerSec .bannerTxt a {
      color: #fff;
      text-decoration: underline;
      padding-bottom: 10px; }

.detailssec .grayBx {
  background: #f3f4f5;
  padding: 5px 30px;
  font-size: .875em;
 }
  .detailssec .grayBx h2 {
    font-size: 1.4375em;
    text-transform: uppercase;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #446792;
    text-rendering: optimizeLegibility;
    margin-top: 0.1em;
    margin-bottom: 0.1em; }
  .detailssec .grayBx p {
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
    margin: 0 0 5px;
    color: #444;
   }
  .detailssec .grayBx a {
    color: #446792; }

.footerSec {
  padding-top: 5px; }
  .footerSec .fotrLink {
    text-align: right;
    margin-bottom: 0.25rem; }
    .footerSec .fotrLink li {
      display: inline-block;
      padding: 0 4px 0 0; }
      .footerSec .fotrLink li a {
        font-size: .8125em;
        font-family: inherit;
        font-weight: normal;
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 1.25em;
        color: #446792; }
  .footerSec p {
    font-size: .8125em;
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0.25em;
    color: #acacac; }
  .footerSec ul li + li:before {
    content: "|";
    font-size: 14px;
    left: -3px;
    position: relative; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #518CB5;
  text-transform: uppercase;
  font-size: 100%; }

blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }

.innerBanner {
  overflow: hidden; }
  .innerBanner img {
    object-fit: cover;
    width: 100%;
    height: 145px; }
  .innerBanner .bannerTxt {
    background: rgba(61, 140, 189, 0.9);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px;
    margin-right: 15px;
    width: 75%;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .innerBanner .bannerTxt h1 {
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      position: absolute;
      bottom: 0;
      color: #fff;
      font-family: 'Lato', Arial, sans-serif;
      font-size: 50px;
      line-height: 65px;
      font-weight: 600;
      text-transform: capitalize;
      margin: 0;
      padding-left: 25px; }

.contactUs .bannerTxt {
  min-width: 75%;
  right: 0; }
  .contactUs .bannerTxt a {
    text-decoration: none; }

.innerSec h5 {
  font-size: 1.6875em;
  font-family: 'Lato', Arial, sans-serif;
  color: #446792;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }
.innerSec strong {
  font-size: 13px; }

::-webkit-scrollbar {
  display: none; }

.dropdown-item {
  font-size: 12px;
  padding: 0.1rem 0.5rem;
  color: #446792; }

/*# sourceMappingURL=main.css.map */
.page-id-12 blockquote h6{
  font-size: 11px;
  text-transform: capitalize;
  font-family: 'Georgia';
}
.page-id-12 blockquote h4{
  margin-bottom: 7px;
}
.page-id-12 blockquote h4 em{
  text-transform: lowercase;
  font-family: 'Georgia';
  font-size: 19px;
}
.page-id-12 blockquote h4 strong em{
  text-transform: capitalize;
    font-family: 'Georgia';
    font-size: 19px;
    font-weight: bold;
}
