


/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}




.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}




.gm-style img {
  max-width: none;
}

@font-face {
  font-family: arialnarrow;
  src: url("../fonts/arial-narrow-bold-webfont.woff") format("woff"), url("../fonts/arial-narrow-bold-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: calibri;
  src: url("../fonts/calibri-webfont.woff") format("woff"), url("../fonts/calibri-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: calibri;
  src: url("../fonts/calibrib-webfont.woff") format("woff"), url("../fonts/calibrib-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-google-plus:before {
  content: "\e901";
}

.ico-instagram:before {
  content: "\e902";
}

.ico-linkedin:before {
  content: "\e903";
}

.ico-twitter:before {
  content: "\e904";
}

.ico-facebook:before {
  content: "\e905";
}

.ico-logout:before {
  content: "\e906";
}

.ico-bell:before {
  content: "\e907";
}

.ico-menu:before {
  content: "\e908";
}

.ico-search:before {
  content: "\e909";
}

/* Resize style */
.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.main {
  position: relative;
}

.social-networks {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -4px;
}
@media (min-width: 480px) {
  .social-networks {
    margin: 0 -5px;
  }
}
@media (min-width: 768px) {
  .social-networks {
    margin: 0 -10px;
  }
}
.social-networks li {
  position: relative;
  padding: 0 4px;
  display: block;
}
@media (min-width: 480px) {
  .social-networks li {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .social-networks li {
    padding: 0 10px;
  }
}
.social-networks a {
  width: 40px;
  height: 40px;
  position: relative;
  background-size: cover;
  display: block;
}
@media (min-width: 480px) {
  .social-networks a {
    width: 44px;
    height: 44px;
  }
}
.social-networks a.facebook {
  background: url(../images/facebook.svg) no-repeat;
}
.social-networks a.twitter {
  background: url(../images/twitter.svg) no-repeat;
}
.social-networks a.instagram {
  background: url(../images/instagram.svg) no-repeat;
}
.social-networks a.google {
  background: url(../images/google-plus.svg) no-repeat;
}
.social-networks a.linkedin {
  background: url(../images/linkedin.svg) no-repeat;
}
.social-networks a i {
  display: none;
}
.social-networks a:hover {
  opacity: 0.9;
}

/* button style */
.btn-holder {
  position: relative;
  display: block;
}
.btn-holder .btn {
  font: 700 12px/15px "Lato", "Arial", "Helvetica", sans-serif;
  border-radius: 25px;
  padding: 8px 18px;
}
.btn-holder .btn-primary {
  background: #164767;
  border-color: #164767;
  color: #fff;
}
.btn-holder .btn-primary:hover, .btn-holder .btn-primary:focus {
  background: #040d13;
  border-color: #040d13;
  color: #fff;
}

/* header style */
.header {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  z-index: 99;
}
@media (min-width: 576px) {
  .header {
    padding: 12px 0;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 15px 0;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 25px 0 12px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 38px 0 12px;
  }
}
.header .container {
  max-width: 1200px;
  width: 100%;
}

/* header holder style */
.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .header-holder {
    position: relative;
  }
}

/* page logo style */
.logo {
  position: relative;
  display: block;
  width: 150px;
}
@media (min-width: 768px) {
  .logo {
    width: 210px;
  }
}
@media (min-width: 1024px) {
  .logo {
    width: 280px;
  }
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* header-info-area style */
.header-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .header-info-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .header-info-area {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .header-info-area {
    padding: 7px 3px 0 0;
  }
}
.header-info-area .login-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .header-info-area .login-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}
.header-info-area .register-btn-wrap {
  border-left: 1px solid #000;
  padding: 0 0 0 5px;
  margin: 0 0 0 5px;
}
@media (min-width: 576px) {
  .header-info-area .register-btn-wrap {
    border-left-width: 2px;
    padding: 0 0 0 8px;
    margin: 0 0 0 8px;
  }
}
@media (min-width: 1024px) {
  .header-info-area .register-btn-wrap {
    border-left-width: 3px;
    padding: 0 0 0 11px;
    margin: 0 0 0 11px;
  }
}

/* header-info-list style */
.header-info-list {
  font: 700 15px/18px "calibri", "Arial", "Helvetica", sans-serif;
  position: relative;
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .header-info-list {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .header-info-list {
    font-size: 20px;
    line-height: 24px;
    margin: 0 -10px;
  }
}
.header-info-list li {
  position: relative;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .header-info-list li {
    padding: 0 7px;
  }
}
@media (min-width: 1024px) {
  .header-info-list li {
    padding: 0 12px;
  }
}
.header-info-list li.menu-link {
  display: none;
}
@media (min-width: 768px) {
  .header-info-list li.menu-link {
    display: block;
  }
}
.header-info-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.header-info-list a i {
  position: relative;
  display: block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
@media (min-width: 576px) {
  .header-info-list a i {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .header-info-list a i {
    font-size: 24px;
    margin: 0 7px 0 0;
  }
}
.header-info-list a .ico-logout {
  font-size: 14px;
}
@media (min-width: 576px) {
  .header-info-list a .ico-logout {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .header-info-list a .ico-logout {
    font-size: 20px;
  }
}
.header-info-list a .text {
  display: block;
}
.header-info-list a:hover {
  color: #a88029;
}

/* notification-info style */
.notification-info {
  position: relative;
  display: block;
  font-size: 22px;
  color: #000;
  margin: 0 0 0 10px;
}
@media (min-width: 1024px) {
  .notification-info {
    font-size: 28px;
    margin: 0 0 0 13px;
  }
}
.notification-info i {
  position: relative;
  display: block;
}
.notification-info .num {
  width: 12px;
  height: 12px;
  font: 700 9px/10px "calibri", "Arial", "Helvetica", sans-serif;
  background: #cbcbcb;
  text-align: center;
  position: absolute;
  right: -1px;
  top: -1px;
  border-radius: 50%;
  color: #000;
  z-index: 2;
}
@media (min-width: 1024px) {
  .notification-info .num {
    top: 1px;
  }
}
.notification-info:hover {
  color: #a88029;
}

/* nav drop style */

@media (max-width: 767px) {
  
  
}

/* nav drop style */

@media (max-width: 767px) {
 
}

/* nav drop style */

@media (max-width: 767px) {
  
}

/* search-area style */
.search-area {
  position: relative;
  /* search-opener style */
}
@media (max-width: 767px) {
  .search-area .search-opener {
    display: none;
  }
}

/* search-slide style */
.search-slide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  padding: 5px 0;
  z-index: 5;
  display: none;
}
@media (max-width: 767px) {
  .search-slide {
    position: static !important;
    display: block !important;
    width: 100% !important;
    padding: 0;
  }
  .search-slide.js-slide-hidden {
    position: static !important;
    display: block !important;
  }
}

/* search-field style */
.search-field {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.search-field label {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  pointer-events: none;
  margin: 0;
}
.search-field label i {
  position: relative;
  display: block;
}
.search-field input[type=search],
.search-field input[type=text] {
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 26px;
  background: none;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  padding: 5px 10px 5px 28px;
}
.search-field input[type=search]:-moz-placeholder,
.search-field input[type=text]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.search-field input[type=search]::-moz-placeholder,
.search-field input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.search-field input[type=search]:-ms-input-placeholder,
.search-field input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-field input[type=search]::-webkit-input-placeholder,
.search-field input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* menu-opener style */
.menu-opener {
  width: 18px;
  height: 16px;
  position: relative;
  display: block;
  border-top: 2px solid #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-active .menu-opener {
  border-top: none;
}
.menu-opener:before, .menu-opener:after {
  width: 18px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #000;
}
.menu-active .menu-opener:before, .menu-active .menu-opener:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.menu-opener:after {
  top: 12px;
}
.menu-active .menu-opener:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}
@media (min-width: 768px) {
  .menu-opener {
    display: none;
  }
}

/* visual section style */
.visual-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 35px;
  margin: -54px 0 0;
}
@media (min-width: 480px) {
  .visual-section {
    padding: 110px 0 40px;
  }
}
@media (min-width: 576px) {
  .visual-section {
    padding: 110px 0 40px;
  }
}
@media (min-width: 768px) {
  .visual-section {
    padding: 150px 0 50px;
    margin: -77px 0 0;
  }
}
@media (min-width: 1024px) {
  .visual-section {
    padding: 220px 0 70px;
    margin: -100px 0 0;
  }
}
@media (min-width: 1200px) {
  .visual-section {
    padding: 268px 0 80px;
    margin: -113px 0 0;
  }
}
.visual-section:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  top: 54px;
  background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .visual-section:before {
    top: 77px;
  }
}
@media (min-width: 1024px) {
  .visual-section:before {
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .visual-section:before {
    top: 113px;
  }
}
.visual-section-custom .social-networks {
  padding: 18px 0 0;
}
@media (min-width: 480px) {
  .visual-section-custom .social-networks {
    padding: 22px 0 0;
  }
}
@media (min-width: 768px) {
  .visual-section-custom .social-networks {
    padding: 25px 0 0;
  }
}
@media (min-width: 1024px) {
  .visual-section-custom .social-networks {
    padding: 32px 0 0;
  }
}

/* visual-caption style */
.visual-caption {
  font: 400 15px/20px "calibri", "Arial", "Helvetica", sans-serif;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 560px;
  color: #fff;
}
@media (min-width: 480px) {
  .visual-caption {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .visual-caption {
    font-size: 18px;
    line-height: 23px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .visual-caption {
    font-size: 19px;
  }
}
.visual-caption h1 {
  font: 800 36px/1 "Arial", "Helvetica", sans-serif;
  margin: 0 0 12px;
}
@media (min-width: 480px) {
  .visual-caption h1 {
    font-size: 40px;
    margin: 0 0 15px;
  }
}
@media (min-width: 576px) {
  .visual-caption h1 {
    font-size: 44px;
    margin: 0 0 18px;
  }
}
@media (min-width: 768px) {
  .visual-caption h1 {
    font-size: 50px;
    margin: 0 0 22px;
  }
}
@media (min-width: 1024px) {
  .visual-caption h1 {
    font-size: 61px;
    margin: 0 0 34px;
  }
}
.visual-caption h1 .sub-text {
  display: block;
  font-size: 14px;
}
@media (min-width: 480px) {
  .visual-caption h1 .sub-text {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .visual-caption h1 .sub-text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .visual-caption h1 .sub-text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .visual-caption h1 .sub-text {
    font-size: 24px;
  }
}
.visual-caption p {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 0;
}

/* content-section style */
.content-section {
  position: relative;
  padding: 22px 0 10px;
}
@media (min-width: 480px) {
  .content-section {
    padding: 26px 0 10px;
  }
}
.content-section .container {
  max-width: 1100px;
  width: 100%;
}
.content-section h2 {
  font: 700 22px/26px "calibri", "Arial", "Helvetica", sans-serif;
  color: #060531;
  margin: 0 0 16px;
}
@media (min-width: 480px) {
  .content-section h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .content-section h2 {
    font-size: 31px;
    line-height: 36px;
    margin: 0 0 25px;
  }
}

/* detail-blocks-area style */
.detail-blocks-area {
  position: relative;
  padding: 0 0 5px;
}
.detail-blocks-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-blocks-area .row:before, .detail-blocks-area .row:after {
  display: none;
}
.detail-blocks-area .detail-block-col {
  float: none;
  margin: 0 0 15px;
}
@media (min-width: 480px) {
  .detail-blocks-area .detail-block-col {
    margin: 0 0 22px;
  }
}
@media (max-width: 767px) {
  .detail-blocks-area .detail-block-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .detail-blocks-area .detail-block-col {
    width: 100%;
  }
}

/* detail-block style */
.detail-block {
  position: relative;
  background: #e4e4e4;
  overflow: hidden;
  padding: 29px 20px 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
}
@media (min-width: 1024px) {
  .detail-block {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
  }
}
.detail-block:hover {
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1024px) {
  .detail-block:hover {
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 24px rgba(0, 0, 0, 0.4);
  }
}
.detail-block .image-holder {
  position: relative;
}
@media (min-width: 1024px) {
  .detail-block .image-holder {
    padding: 0 12px;
  }
}
.detail-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
@media (min-width: 1024px) {
  .detail-block .image-holder img {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 575px) {
  .detail-block .image-holder img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 30%;
       object-position: 0 30%;
  }
}
.detail-block .description {
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding: 18px 0 0;
  text-align: center;
  color: #6d6d6d;
}
.detail-block .description h3 {
  font: 900 16px/1.2 "Lato", "Arial", "Helvetica", sans-serif;
  color: #232323;
  margin: 0 0 8px;
}
.detail-block .description p {
  margin: 0 0 12px;
}

/* about-info-area style */
.about-info-area {
  position: relative;
}
@media (min-width: 1200px) {
  .about-info-area {
   
  }
}
.about-info-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-info-area .row:before, .about-info-area .row:after {
  display: none;
}
.about-info-area .about-info-col {
  float: none;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .about-info-area .about-info-col {
    width: 100%;
  }
}

.about-info-block {
  position: relative;
  background: #f5f7f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 15px;
  height: 100%;
}
@media (min-width: 1024px) {
  .about-info-block {
    padding: 15px 25px;
  }
}
.about-info-block .image-holder {
  position: relative;
  width: 155px;
}
@media (min-width: 480px) {
  .about-info-block .image-holder {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .about-info-block .image-holder {
    width: 182px;
  }
}
.about-info-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 1024px) {
  .about-info-block .image-holder img {
    height: auto;
  }
}
.about-info-block .description {
  font: 400 12px/16px "Lato", "Arial", "Helvetica", sans-serif;
  position: relative;
  color: #000;
  padding: 10px 0 0;
}
@media (min-width: 480px) {
  .about-info-block .description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .about-info-block .description {
    padding: 14px 0 0 30px;
  }
}
.about-info-block .description p {
  text-align: justify;
  margin: 0;
}
.about-info-block .text-wrap {
  position: relative;
}
.about-info-block h3 {
  font: 700 15px/20px "Lato", "Arial", "Helvetica", sans-serif;
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .about-info-block h3 {
    margin: 0 0 15px;
  }
}
.about-info-block .btn-holder {
  text-align: right;
  margin: 5px 0 0;
}
.about-info-block .pdf-btn {
  width: 48px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background: url(../images/pdf-btn.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.about-info-block .pdf-btn:hover {
  opacity: 0.9;
}

/* footer style */
.footer {
  position: relative;
  background: #333;
  padding: 22px 0 5px;
}
@media (min-width: 480px) {
  .footer {
    padding: 25px 0 5px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 25px 0;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .container {
  max-width: 1100px;
  width: 100%;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .row:before, .footer .row:after {
  display: none;
}
.footer .footer-col {
  float: none;
}
@media (max-width: 767px) {
  .footer .footer-col {
    width: 50%;
    margin: 0 0 20px;
  }
}

/* footer nav-block style */
.footer-nav-block {
  position: relative;
}
.footer-nav-block h3 {
  font: 700 17px/20px "Lato", "Arial", "Helvetica", sans-serif;
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 9px;
  border-bottom: 1px solid #8d8d8d;
}
@media (min-width: 480px) {
  .footer-nav-block h3 {
    font-size: 18px;
    line-height: 22px;
    border-bottom: 2px solid #8d8d8d;
    padding: 0 0 9px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .footer-nav-block h3 {
    font-size: 21px;
    line-height: 24px;
  }
}

/* footer nav-list style */
.footer-nav-list {
  font: 400 12px/16px "Lato", "Arial", "Helvetica", sans-serif;
  margin: 0;
}
@media (min-width: 480px) {
  .footer-nav-list {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  .footer-nav-list {
    font-size: 14px;
  }
}
.footer-nav-list li {
  position: relative;
  margin: 0 0 3px;
}
.footer-nav-list li:last-child {
  margin-bottom: 0;
}
.footer-nav-list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.footer-nav-list a:hover {
  color: #a88029;
}

/* social share list style */
.social-share-list {
  position: relative;
  padding: 2px 0 0;
  margin: 0;
}
.social-share-list li {
  position: relative;
  margin: 0 0 10px;
}
.social-share-list li:last-child {
  margin-bottom: 0;
}
.social-share-list a {
  position: relative;
}
.social-share-list a:hover {
  opacity: 0.9;
}
.social-share-list img {
  display: block;
  max-width: 100%;
  height: auto;
}
.visual-section-custom:before {
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    top: 0px;
  
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
}
.visual-section-custom {
   
    padding: 170px 0 170px;
    position: relative;
    
}
.image-holder {
  padding-left: 0px !important;
}
.detail-block{
  padding: 0px !important;
}
.pl-0{
  padding: 0px !important;
}
.description p {
  text-align: justify;
  padding: 13px;
}
.con-readmore{
    text-align: right;
    padding: 11px;
}
.container .navbar-default {
  display: none !important;
}
body {
  border: unset !important;
}
.header {
  background: #1e6292;
}
.text-nav-li-a {
  font-size: 16px !important;
  color:white;
}
.press-footer {
  display: none;
}
.footer {
  padding: 0px !important;
}
.grid-column-h4 span {
  font-size: 14px !important;
}
.footer a, .footer p {
  font-size: 14px;
}
/*.footer {
    padding-bottom: 20px;
    background-color: #ddd !important;
}*/



/* New Custom style */
.detail-blocks-area .detail-block {
  display: flex;
  flex-wrap: wrap;
}

.detail-blocks-area .detail-block .image-holder {
  width: 260px;
  padding: 0;
}

.detail-blocks-area .detail-block .description {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 15px;
}

.con-readmore {
  padding: 0;
}

.description p {
  padding: 0;
}

.btn-holder .btn {
  border-radius: 0;
  font-weight: 400;
  width: auto;
}

.btn-holder .btn .icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 2px;
}

.btn-holder .btn .icon-holder img {
  width: 12px;
  height: auto;
  display: block;
}

.custom-header {
  position: relative;
}

.custom-header .inner-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.custom-header-holder {
  position: relative;
  background: #fff;
  padding: 3px 0;
  z-index: 100;
}

.search-info-area {
  position: relative;
}

.search-info-btn {
  position: relative;
  display: block;
  color: #164767;
}

.search-info-btn:hover,
.search-info-btn.active {
  background: #164767;
  box-shadow: 0 0 15px rgba(0,0,0, 0.5);
}

.search-info-btn:hover .btn-text-wrap,
.search-info-btn.active .btn-text-wrap {
  color: #000;
  filter: invert(100%);
}

.search-info-btn .btn-text-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}

.search-info-btn .icon-holder {
  display: block;
  width: 23px;
  margin: 0 6px 0 0;
}

.search-info-btn .icon-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.search-info-btn .text {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.search-info-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 100;
}

.search-info-content {
  position: relative;
  background: #fff;
  padding: 45px 0;
  box-shadow: 0 4px 4px rgba(0,0,0, 0.5);
}

.search-info-content .inner-container {
  position: relative;
  max-width: 630px;
  padding: 0 15px;
  margin: 0 auto;
}

.search-field-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-field-area .search-btn {
  width: 45px;
  height: 45px;
  border: 1px solid #d0cfce;
  background: #fff;
  transition: all 0.4s ease;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

.search-field-area .search-btn img {
  display: block;
  height: auto;
  width: 16px;
  margin: 0 auto;
}

.search-field-area .search-btn:hover {
  border-color: #164767;
}

.search-field-holder {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  padding: 0 10px 0 0;
}

.search-field-holder .search-field {
  width: 100%;
  height: 45px;
  outline: none;
  box-shadow: none;
  border: 1px solid #d0cfce;
  background: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 0;
  transition: all 0.4s ease;
}

.search-field-holder .search-field:focus {
  border-color: #164767;
}

.advanced-search-area {
  position: relative;
  text-align: center;
  margin: 10px 0 0;
}

.advanced-search-area a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 400;
  color: #aaa8a8;
  transition: all 0.4s ease;
}

.advanced-search-area a:hover {
  color: #164767;
}

.slide-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 99;
}

.slide-overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.about-info-block .text-wrap {
  max-width: 212px;
  margin: 0 0 12px auto;
}

.custom-footer.footer .grid-column {
  width: 25%;
  text-align: start !important;
}

.custom-footer.footer .grid-column-h4 {
  margin-bottom: 0 !important;
}

.custom-footer.footer .grid-column-h4 span {
  display: block;
  padding: 0 0 6px;
}

@media (max-width: 1199px) {
  .detail-blocks-area .detail-block .image-holder {
    width: 210px;
  }
}

@media (max-width: 991px) {
  .detail-block .description h3 {
    text-align: left;
  }

  .about-info-area .about-info-col {
    width: 100%;
  }

  .about-info-block .image-holder {
    width: 155px;
  }

  .about-info-block .text-wrap {
    max-width: 100%;
    margin: 0;
  }

  .custom-footer.footer .grid-column-h4 {
    margin-bottom: 8px !important;
  }

  .custom-footer.footer .copyrights-row {
    border-top: 2px solid #e4e4e4;
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {

  .detail-blocks-area .detail-block .image-holder {
    width: 100%;
  }

  .search-info-content {
    padding: 30px 0;
  }

  .search-info-btn .text {
    display: none;
  }

  .search-info-btn .icon-holder {
    margin: 0;
  }

  .custom-footer.footer .grid-column {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .detail-block .image-holder img {
    -o-object-position: 0 20%;
       object-position: 0 20%;
  }

  .custom-footer.footer .grid-column {
    width: 100%;
  }

  .custom-footer.footer .grid-column-h4 span {
    border-bottom-width: 1px !important;
  }

  .custom-footer.footer .copyrights-row {
    border-top-width: 1px;
    margin: 10px 0 0;
  }
}

@media (max-width: 479px) {

  .about-info-block {
    overflow: hidden;
    display: block;
  }

  .about-info-block .image-holder {
    float: left;
    width: 135px;
    margin: 0 15px 5px 0;
  }

  .about-info-block .description {
    padding: 0;
  }
}

@media (max-width: 374px) {

  .about-info-block .image-holder {
    width: 120px;
    margin: 0 10px 5px 0;
  }
}
