@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/************Bootstrap pop up*********/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

body .modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #262626;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  right: 0 !important;
  left: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #03306b;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: 0px;
  height: 30px;
  background: #03306b;
  color: #fff;
  line-height: 27px;
  opacity: 1;
  padding: 0px 10px;
  position: absolute;
  right: 15px;
  bottom: 7px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 22px;
  text-align: right;
  border-top: 1px solid #03306b;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.modal-header h4 {
  color: #03306b;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.modal-body {
  background: #fff;
}

.modal-body input {
  margin: 5px 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #75706d;
  padding: 7px 0 5px 11px;
  border-radius: 3px;
}

.modal-body input:focus {
  border: 1px solid #ccc;
}

.modal-body textarea {
  margin: 5px 0px;
  resize: none;
  overflow: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #75706d;
  padding: 3px 0 0 11px;
  border-radius: 3px;
}

.modal-body textarea:focus {
  border: 1px solid #ccc;
}

.submit-bttn {
  background: #eee !important;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  border: 1px solid #ddd !important;
  color: #03306b !important;
  font-size: 17px;
  text-transform: uppercase;
  padding: 9px 12px;
  border-radius: 5px;
  float: left;
  -webkit-transition: all 1s;
          transition: all 1s;
}

.submit-bttn:hover {
  text-decoration: none;
  background: #fff;
  color: #000 !important;
  border: 1px solid #03306b !important;
}

.close {
  background-color: #fff;
  color: #48C6E5;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  border: 1px solid #48C6E5;
}

.modal-body input {
  width: 100%;
  font: 300 14px/25px "Roboto", sans-serif;
  padding: 3px 0 0 11px;
  border-radius: 3px;
  color: #000;
  border: 1px solid #c4c5c6;
  background: #dedede;
}

.modal-body input:focus {
  border: 1px solid #ccc;
}

.modal-body textarea {
  width: 100%;
  font: 300 14px/25px "Roboto", sans-serif;
  color: #000;
  border: 1px solid #c4c5c6;
  height: 87px;
  background: #dedede;
  padding: 3px 0 0 11px;
  border-radius: 3px;
}

.modal-body textarea:focus {
  border: 1px solid #ccc;
}

.modal-body p {
  font: 300 15px/21px "Roboto", sans-serif;
  color: #20242F;
}

.modal-body p span {
  text-transform: uppercase;
  font-weight: 500;
  color: #03306b;
}

/************Bootstrap pop up*********/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* 
 * Apply a natural box layout model to all elements, but allowing components to change.
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #e22500;
  color: #fff;
  padding: 0.8em 0;
  text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'ces';
  src: url("../font/ces.eot?72514960");
  src: url("../font/ces.eot?72514960#iefix") format("embedded-opentype"), url("../font/ces.woff?72514960") format("woff"), url("../font/ces.ttf?72514960") format("truetype"), url("../font/ces.svg?72514960#ces") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ces";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: '\e800';
}

/* '' */
.icon-twitter:before {
  content: '\e801';
}

/* '' */
.icon-linkedin:before {
  content: '\e802';
}

/* '' */
.icon-gplus:before {
  content: '\e803';
}

/* '' */
.icon-pinterest:before {
  content: '\e804';
}

/* '' */
@font-face {
  font-family: 'HelveticaNeueLTStd-Th';
  src: url("../font/HelveticaNeueLTStd-Th.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaNeueLTStd-Th.otf") format("opentype"), url("../font/HelveticaNeueLTStd-Th.woff") format("woff"), url("../font/HelveticaNeueLTStd-Th.ttf") format("truetype"), url("../font/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_ProximaNova-Light_0';
  src: url("../font/ProximaNova-Light_0.eot");
  src: local("☺"), url("../font/ProximaNova-Light_0.woff") format("woff"), url("../font/ProximaNova-Light_0.ttf") format("truetype"), url("fonts/ProximaNova-Light_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.bottom-form input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.bottom-form input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #111111;
  opacity: 1 !important;
  /* for chrome */
}

.bottom-form textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.bottom-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #111111;
  opacity: 1 !important;
  /* for chrome */
}

.request-info input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.request-info input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #111111;
  opacity: 1 !important;
  /* for chrome */
}

.request-info textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.request-info textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #111111;
  opacity: 1 !important;
  /* for chrome */
}

.leav-cmnt-box input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.leav-cmnt-box input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
  /* for chrome */
}

.leav-cmnt-box textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.leav-cmnt-box textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
  /* for chrome */
}

::-webkit-input-placeholder {
  color: inherit;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft-step {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft-step {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft-step {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn01 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn01 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn01 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomIn02 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomIn03 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomIn04 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInUp03 {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9500;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  /*   border-bottom: 1px solid #e5e5e5; */
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  /* padding: 15px; */
  text-align: right;
  /*   border-top: 1px solid #e5e5e5; */
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

html {
  font-family: 'Roboto', sans-serif;
  color: #6a6a6a;
  font-weight: 400;
  background: #f5f5f5;
  font-size: 14px;
}

a {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

h1, h2, h3, h4, h5, h6 {
  color: #0a6fb1;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  font-size: 35px;
}

.img-responsive {
  max-width: 100%;
}

.sel-wrap {
  position: relative;
}

.sel-wrap:before {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  height: 36px;
  width: 36px;
  background: #343535;
  pointer-events: none;
}

.sel-wrap:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 17px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #434444;
  pointer-events: none;
}

.icons {
  background: url(../images/sprite.png) no-repeat;
  position: relative;
  display: inline-block;
}

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
}

.headar {
  background: #fff;
  padding: 4px 0 5px 0;
  border-bottom: 1px solid #c3c3c3;
}

.logo {
  float: left;
}

.logo img {
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.top-right {
  float: right;
  padding-top: 20px;
  text-align: right;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

@media (max-width: 1197px) {
  .top-right {
    padding-top: 7px;
  }
}

@media (max-width: 991px) {
  .top-right {
    padding-top: 7px;
  }
}

@media (max-width: 767px) {
  .top-right {
    padding-top: 20px;
  }
}

@media (max-width: 479px) {
  .top-right {
    padding-top: 0px;
  }
}

.top-tel {
  color: #000;
  text-decoration: none;
  font-family: 'HelveticaNeueLTStd-Th';
  font-size: 35px;
  display: inline-block;
}

@media (max-width: 767px) {
  .top-tel {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .top-tel {
    font-size: 25px;
  }
}

.top-tel i {
  width: 23px;
  height: 27px;
  margin-right: 15px;
  top: 1px;
}

@media (max-width: 767px) {
  .top-tel i {
    display: none;
  }
}

.top-soc {
  display: inline-block;
  position: relative;
  top: -7px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .top-soc {
    padding-right: 2px;
  }
}

@media (max-width: 479px) {
  .top-soc {
    padding-right: 30px;
  }
}

.top-soc a {
  width: 33px;
  height: 33px;
  display: inline-block;
  background: #3a589b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 33px;
  font-size: 19px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .top-soc a {
    height: 27px;
    width: 27px;
    font-size: 14px;
    line-height: 27px;
  }
}

.top-soc a:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.top-soc a.icon-twitter {
  background: #598dca;
}

.top-soc a.icon-linkedin {
  background: #007ab9;
}

.slim-header .headar {
  padding: 4px 0 1px;
}

.slim-header .logo img {
  max-width: 73%;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

@media (max-width: 1197px) {
  .slim-header .logo img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .slim-header .logo img {
    max-width: 100%;
  }
}

.slim-header .top-right {
  padding-top: 7px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .slim-header .top-right {
    padding-top: 7px;
  }
}

@media (max-width: 767px) {
  .slim-header .top-right {
    padding-top: 20px;
  }
}

@media (max-width: 479px) {
  .slim-header .top-right {
    padding-top: 0;
  }
}

.main-nav {
  background: #03306b;
}

.main-nav ul.mnav {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #003475;
  border-right: 1px solid #074ea7;
}

.main-nav ul.mnav > li {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #003475;
  border-left: 1px solid #074ea7;
  position: relative;
}

.main-nav ul.mnav > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 18px;
  font: 300 19px "Roboto", sans-serif;
}

.main-nav ul.mnav > li:hover a, .main-nav ul.mnav > li.current a {
  background: #051c3a;
}

.main-nav ul.mnav > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-nav ul.mnav ul {
  position: absolute;
  visibility: hidden;
  left: 0;
  text-align: left;
  opacity: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
  list-style: none;
}

.main-nav ul.mnav ul li {
  border-bottom: 1px solid #03306b;
  min-width: 340px;
}

.main-nav ul.mnav ul li:last-child {
  border-bottom: none;
}

.main-nav ul.mnav ul li a {
  font: 300 18px "Roboto", sans-serif;
  color: #fff;
  padding: 8px 15px;
  display: block;
  background: #03306b;
  text-decoration: none;
}

.main-nav ul.mnav ul li a:hover {
  background: #03306b;
}

.main-nav ul.mnav ul ul {
  top: 0;
  left: 100%;
}

.mob-menu, .mob-btn {
  display: none;
}

#main-content {
  padding-top: 97px;
}

.banner ul {
  margin: 0;
  padding: 0;
}

.banner ul li {
  display: block;
}

.bnr-item {
  width: 100%;
  height: 80vh;
  position: relative;
}

@media(max-width:  1400px) {
  .bnr-item {
    height: 600px
  }
}

.bnr-item .container {
  position: relative;
}

.bnr-item.flex-active-slide a, .bnr-item.flex-active-slide .btn {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bnr-item.flex-active-slide .slide-mob {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bnr-item.flex-active-slide .slide-law {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bnr-item.flex-active-slide .slide-truck {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bnr-item.flex-active-slide .slide-health {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bnr-item.flex-active-slide .slide-beauty {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.main-nav .submenu i {
  position: absolute;
  width: 43px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.main-nav .submenu i:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 9px;
  top: 22px;
  z-index: 10;
}

.main-nav .submenuu i {
  position: absolute;
  width: 43px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.main-nav .submenuu i .submenuu i:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 9px;
  top: 22px;
  z-index: 10;
}

.slide-mob {
  position: absolute;
  right: 40px;
  top: 70px;
  text-align: center;
}

@media(max-width: 1400px) {
  .slide-mob {
    top: 35px;
  }
}

.slide-mob img {
  margin-bottom: 15px;
}

.slide-mob p {
  font: 900 46px/47px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-top: 180px;
}

@media (max-width: 1200px) {
  .slide-mob p {
    padding-top: 70px;
    font: 900 38px/45px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .slide-mob p {
    padding-bottom: 45px;
    font: 900 25px/38px "Roboto", sans-serif;
  }
}

.slide-mob p span {
  font: 400 27px/25px "Roboto Condensed", sans-serif;
  color: #fff;
}

.slide-mob a {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 2px;
  text-decoration: none;
  padding: 15px 60px;
  color: #579e59;
  margin: 0 2px;
  font-weight: 700;
  border-radius: 30px;
}

.slide-mob a:hover {
  background: #57ed8d;
  color: #fff;
}

.slide-mob .btn {
  background: #051c3a;
  color: #fff;
}

.slide-mob .btn:hover {
  background: #03306b;
}

.demo {
  width: 100%;
  float: left;
}

.slide-law {
  position: absolute;
  right: 0;
  margin: 180px auto;
  left: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .slide-law {
    position: static;
    margin: 60px auto;
    width: 100%;
  }
  .slide-law img {
    width: 100%;
  }
}

.slide-law p {
  font: 900 46px/47px "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  padding-bottom: 23px;
  padding-top: 130px;
}

@media (max-width: 1200px) {
  .slide-law p {
    padding-top: 70px;
    font: 900 38px/45px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .slide-law p {
    padding-bottom: 45px;
    font: 900 25px/38px "Roboto", sans-serif;
  }
}


.slide-law p span {
  font: 400 27px/25px "Roboto Condensed", sans-serif;
  color: #fff;
}

.slide-law a {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 2px;
  text-decoration: none;
  padding: 15px 60px;
  color: #fff;
  margin: 0 2px;
  font-weight: 700;
  border-radius: 30px;
}

.slide-law a:hover {
  background: #57ed8d;
  color: #fff;
}

.slide-law .btn {
  background: #051c3a;
  color: #fff;
}

@media (max-width: 767px) {
  .slide-law .btn {
    margin-bottom: 10px;
  }
}

.slide-law .btn:hover {
  background: #03306b;
}

.slide-truck {
  position: absolute;
  right: 0;
  left: 0;
  margin: 180px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .slide-truck {
    position: static;
    margin: 49px auto;
    width: 100%;
  }
  .slide-truck img {
    width: 100%;
  }
}

.slide-truck p {
  font: 900 46px/48px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 26px;
  padding-top: 130px;
  margin: 0;
}
@media (max-width: 1200px) {
  .slide-truck p {
    padding-top: 70px;
    font: 900 38px/45px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .slide-truck p {
    padding-bottom: 45px;
    font: 900 25px/38px "Roboto", sans-serif;
  }
}

.slide-truck p span {
  font: 400 27px/25px "Roboto Condensed", sans-serif;
  color: #fff;
}

.slide-truck a {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 2px;
  text-decoration: none;
  padding: 15px 60px;
  color: #fff;
  margin: 0 2px;
  font-weight: 700;
  border-radius: 30px;
}

.slide-truck a:hover {
  background: #57ed8d;
  color: #fff;
}

.slide-truck .btn {
  background: #051c3a;
  color: #fff;
}

@media (max-width: 767px) {
  .slide-truck .btn {
    margin-bottom: 10px;
  }
}

.slide-truck .btn:hover {
  background: #03306b;
}

.slide-health {
  position: absolute;
  right: 40px;
  top: 175px;
  text-align: center;
}

@media (max-width: 767px) {
  .slide-health {
    position: static;
    margin: 32px auto;
    width: 100%;
  }
}

.slide-health p {
  font: 900 46px/33px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #252525;
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .slide-health p {
    font: 900 34px/33px "Roboto", sans-serif;
  }
}

.slide-health p span {
  font: 400 27px/25px "Roboto Condensed", sans-serif;
  color: #252525;
}

@media (max-width: 767px) {
  .slide-health p span {
    font: 900 22px/20px "Roboto", sans-serif;
  }
}

.slide-health a {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 2px;
  text-decoration: none;
  padding: 15px 20px;
  color: #3693ec;
  margin: 0 2px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .slide-health a {
    color: #fff;
  }
}

.slide-health a:hover {
  background: #57ed8d;
  color: #fff;
}

.slide-health .btn {
  background: #03306b;
  color: #fff;
}

@media (max-width: 767px) {
  .slide-health .btn {
    margin-bottom: 10px;
  }
}

.slide-health .btn:hover {
  background: #03306b;
}

.slide-beauty {
  position: absolute;
  right: 80px;
  top: 160px;
  text-align: center;
}

@media (max-width: 767px) {
  .slide-beauty {
    position: static;
    margin: 50px auto;
    width: 100%;
  }
}

.slide-beauty p {
  font: 900 46px/47px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin-bottom: 41px;
}

@media (max-width: 767px) {
  .slide-beauty p {
    font: 900 31px/40px "Roboto", sans-serif;
  }
}

.slide-beauty p span {
  font: 400 27px/28px "Roboto Condensed", sans-serif;
  color: #fff;
  display: block;
}

@media (max-width: 767px) {
  .slide-beauty p span {
    font: 400 22px/25px "Roboto", sans-serif;
  }
}

.slide-beauty a {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 2px;
  text-decoration: none;
  padding: 15px 20px;
  color: #fed488;
  margin: 0 2px;
  font-weight: 700;
}

.slide-beauty a:hover {
  background: #57ed8d;
  color: #fff;
}

.slide-beauty .btn {
  background: #03306b;
  color: #fff;
}

@media (max-width: 767px) {
  .slide-beauty .btn {
    margin-bottom: 10px;
  }
}

.slide-beauty .btn:hover {
  background: #03306b;
}

.banner .flex-control-nav {
  /* @include linear-gradient(#fff, #e3e3e3); */
  background: url(../images/flex-control-nav-bg.png) center top repeat-x;
}

.fcon-grid {
  display: table;
  width: 100%;
  border-right: 1px solid #f9f9fa;
}

.fcon-grid div {
  display: table-cell;
  position: relative;
}

.fcon-grid .slide-one {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  width: 170px;
}

.fcon-grid .slide-one span {
  background: #03306b;
  border-top: 8px solid #5ec399;
  display: block;
  text-align: center;
  padding: 27px 20px 25px 20px;
  position: absolute;
  line-height: 30px;
  bottom: 0px;
}

.fcon-grid .slide-one span i {
  color: #5ec399;
  font-style: normal;
}

.slide-thumb {
  padding: 40px 25px 12px 35px;
  font-weight: 300;
  text-transform: uppercase;
  height: 75px;
  color: #818080;
  text-shadow: 1px 1px 0 #fff;
  border-right: 1px solid rgba(205, 205, 206, 0.7);
  border-left: 1px solid #f9f9fa;
  min-width: 170px;
  font-size: 17px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .slide-thumb {
    padding: 28px 25px 12px 35px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .slide-thumb {
    font-size: 7px;
    min-width: 55px;
    height: 50px;
  }
}

.slide-thumb.first {
  border-left: 0;
}

.slide-thumb i {
  height: 36px;
  width: 37px;
  position: absolute;
  background: #5ec399;
  top: -10px;
  left: 37px;
  text-align: center;
  line-height: 32px;
}

@media (max-width: 767px) {
  .slide-thumb i {
    left: 10px;
  }
}

.slide-thumb i:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 11px solid #03306b;
  border-right: 8px solid transparent;
  top: 0;
  right: -8px;
}

.slide-thumb.flex-active {
  color: #363636;
}

.slide-thumb.flex-active i {
  background: #03306b;
  height: 45px;
  top: -20px;
  line-height: 45px;
}

.slide-thumb.flex-active i:after {
  border-bottom-color: #0a5587;
  height: 0;
  width: 0;
  border-bottom: 20px solid #0a5587;
  border-right: 8px solid transparent;
}

.book-head-box {
  width: 16%;
  float: left;
}

@media only screen and (max-width: 1199px) {
  .book-head-box {
    width: 100%;
  }
}

.book-form-box {
  width: 55%;
  float: left;
}

@media only screen and (max-width: 1199px) {
  .book-form-box {
    width: 100%;
  }
}

.book-text-box {
  width: 29%;
  float: left;
}

@media only screen and (max-width: 1199px) {
  .book-text-box {
    width: 97%;
  }
}

@media (max-width: 767px) {
  .book-text-box {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}

.hm-form1 {
  padding: 36px 0 24px 0;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 991px) {
  .hm-form1 {
    padding: 10px 0 24px 0;
  }
}

.hm-form1 .book-head-device {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .hm-form1 .book-head-device {
    color: #03306b;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 31px;
    padding: 20px 0;
    display: block;
    text-align: center;
  }
}

.hm-form1 .book {
  color: #03306b;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 31px;
  padding: 20px 0;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .hm-form1 .book {
    display: none;
  }
}

.hm-form1 input[type=text], .hm-form1 input[type=tel], .hm-form1 input[type=email], .hm-form1 textarea {
  border: 1px solid #b5b5b5;
  height: 26px;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 300;
}

.hm-form1 textarea {
  height: 69px;
  padding-top: 10px;
  margin-bottom: 0;
  resize: none;
  width: 100%;
  color: #000;
}

@media (max-width: 767px) {
  .hm-form1 textarea {
    margin-bottom: 10px;
  }
}

.hm-form1 input {
  width: 32.9%;
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .hm-form1 input {
    width: 100%;
  }
}

.hm-form1 .read {
  color: #595654;
  font-size: 12px;
}

@media only screen and (max-width: 1199px) {
  .hm-form1 .read {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .hm-form1 .read {
    width: 100%;
  }
}

.hm-form1 .read input {
  float: left;
  position: relative;
  top: 2px;
  width: 0;
}

.hm-form1 .read label {
  padding-left: 20px;
  display: block;
  line-height: 14px;
  font-size: 13px;
  font-weight: 300;
}

.hm-form1 p {
  font-size: 13px;
  color: #434343;
  font-weight: 300;
  padding-left: 5px;
  margin: 12px 0 3px 0;
}

.hm-form1 p span {
  color: #03306b;
  text-transform: uppercase;
  font-weight: 700;
}

.hm-form1 .btn-grp {
  text-align: right;
}

.hm-form1 .btn-grp a {
  background: #fcd454;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 12px;
  text-decoration: none;
  margin-left: 25px;
  font-size: 14px;
}

.hm-form1 .btn-grp a:hover {
  background: #fbc722;
}

.bottom-form {
  background: #242525;
  color: #757575;
}

.bottom-form h2 {
  color: #fff;
  margin-bottom: 35px;
  font: 900 35px/23px "Roboto", sans-serif;
}

@media (max-width: 479px) {
  .bottom-form h2 {
    font: 900 25px/17px "Roboto", sans-serif;
  }
}

.bottom-form h2 span {
  font: 300 14px/20px "Roboto", sans-serif;
  color: #7d7d7d;
  text-transform: none;
}

@media (max-width: 479px) {
  .bottom-form h2 span {
    font: 300 14px/6px "Roboto", sans-serif;
  }
}

.bottom-form p {
  margin: 0;
  margin-bottom: 25px;
}

.bottom-form input[type=text], .bottom-form input[type=tel], .bottom-form input[type=email], .bottom-form select, .bottom-form textarea {
  width: 100%;
  height: 38px;
  background: #fff;
  border: 1px solid #343535;
  padding-left: 10px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  font-weight: 300;
  color: #111111;
}

.bottom-form input[type=text]:focus, .bottom-form input[type=tel]:focus, .bottom-form input[type=email]:focus, .bottom-form select:focus, .bottom-form textarea:focus {
  border-color: #676868;
  outline: 0;
}

.bottom-form textarea {
  padding-top: 10px;
  height: 80px;
  font-weight: 300;
  resize: none;
}

.bottom-form .form-btm {
  text-align: right;
}

.bottom-form .form-btm p {
  margin: 0;
  margin-bottom: 10px;
  font: 300 15px/20px "Roboto", sans-serif;
}

.bottom-form .form-btm p span {
  text-transform: uppercase;
  color: #e7c34f;
}

.bottom-form .form-btm .read {
  line-height: 12px;
  padding-bottom: 22px;
}

.bottom-form .form-btm .read label {
  font: 300 13px/16px "Roboto", sans-serif;
}

.bottom-form .form-btm a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background: #03306b;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
  margin-left: 15px;
  border-radius: 30px;
}

.bottom-form .form-btm a:hover {
  background: #051c3a;
  text-decoration: none;
}

.bottom-form .form-btm-lft {
  padding-bottom: 49px;
}

.btm-address {
  background: #434444;
  color: #a6a6a6;
}
.contact-page .btm-address {
  background: #242525;
}
@media (max-width: 991px) {
  .btm-address {
    text-align: center;
  }
}

.btm-address .btm-address-inner {
  padding: 25px 25px 0 25px;
}

.btm-address .btm-address-inner span a {
  color: #fff;
}

.btm-address .btm-address-inner span a:hover {
  color: #f1f1f1;
}

.btm-address .btm-address-inner p {
  margin: 15px 0 20px 0;
  font: 300 14px/22px "Roboto", sans-serif;
}

.btm-address .btm-address-inner img {
  max-width: 100%;
  padding-bottom: 15px;
}

.btm-address .proud-logo {
  padding: 0 0px 25px 0;
}

.btm-address .proud-logo img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.btm-soc {
  padding: 25px 0 15px 0;
}

.btm-soc a {
  background: #e8e9e3;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: #434444;
  text-decoration: none;
  font-size: 16px;
}

.btm-soc a:hover {
  background: #b9bcaa;
  color: #434444;
}

a.btm-ph {
  color: #e8e9e3;
  font-size: 20px;
  text-decoration: none;
  font-weight: 300;
  font-family: 'HelveticaNeueLTStd-Th';
}

a.btm-ph:hover {
  color: #e8e9e3;
}

a.btm-ph i {
  width: 16px;
  height: 19px;
  background-position: -26px 0;
  top: 1px;
  margin-right: 10px;
}

.btm-navs {
  text-align: center;
  padding: 30px 0 30px 0;
}

.btm-navs ul {
  margin: 0;
  padding: 0;
}

.btm-navs ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .btm-navs ul li {
    display: block;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #ebebeb;
  }
}

.btm-navs ul li a {
  color: #6a6a6a;
  text-decoration: none;
  border-right: 1px solid #979797;
  padding: 0 30px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .btm-navs ul li a {
    border-right: none;
  }
}

.btm-navs ul li a:hover, .btm-navs ul li a.current {
  color: #03306b;
}

.btm-navs ul li:last-child a {
  border-right: 0;
}

.btm-navs p {
  color: #a5a5a4;
  margin-bottom: 4px;
  font-weight: 300;
}

.btm-navs .pwrd {
  color: #a5a5a4;
  text-decoration: none;
  font-weight: 300;
}

.btm-navs .pwrd:hover {
  color: #3f3f3e;
}

.btm-navs .icons {
  display: block;
  width: 33px;
  height: 33px;
  background-position: -45px 0;
  margin: 7px auto;
  text-indent: -9999px;
}

.btm-navs .icons:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.step-adm {
  background: #0a6fb1;
}

.step-adm .head-box {
  background: #0c5483;
  text-align: center;
  position: relative;
  padding: 30px 0 30px 0;
  /* &:before{
                content: '';
                position: absolute;
                left: 6px;
                top: 10px;
                @include triangle(12px, gray, right);
            }
            &:after{
                content: '';
                position: absolute;
                left:-6px;
                z-index: 1;
                top: 18px;
                @include triangle(12px, #0c5483, right);
            } */
}

.step-adm .head-box:after, .step-adm .head-box:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
}

@media (max-width: 991px) {
  .step-adm .head-box:after, .step-adm .head-box:before {
    display: none;
  }
}

.step-adm .head-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #0c5483;
}

.step-adm .head-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #0c5483;
  border-width: 15px;
  margin-top: -15px;
}

.step-adm .head-box h3 {
  font: 900 25px/26px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.step-adm .step {
  padding: 36px 0;
}

.step-adm .steps-box {
  font: 400 14px/20px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.step-adm .steps-box i {
  font-style: normal;
  background: #2fac40;
  color: #fff;
  font: 700 19px/40px "Roboto", sans-serif;
  text-align: center;
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: 10px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .step-adm .steps-box i {
    margin-left: 10px;
    font: 700 19px/33px "Roboto", sans-serif;
    width: 33px;
    height: 33px;
  }
}

.step-adm .steps-box i.current, .step-adm .steps-box i:hover {
  background: #fcd454;
  color: #0c5483;
}

.step-adm {
  background: #0a6fb1;
}

.step-adm .step-adm-inner {
  display: table;
  width: 100%;
}

.step-adm .step-adm-inner ul {
  display: table-row;
}

.step-adm .step-adm-inner ul li {
  display: table-cell;
  padding: 32px 7px 32px 7px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .step-adm .step-adm-inner ul li {
    display: block;
    border-bottom: 1px solid #0C5483;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .step-adm .step-adm-inner ul li {
    margin-left: 0;
  }
}

.step-adm .step-adm-inner ul .head-box {
  background: #0c5483;
  color: #fff;
  font: 900 25px/26px "Roboto", sans-serif;
  text-transform: uppercase;
  width: 14%;
  margin-right: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .step-adm .step-adm-inner ul .head-box {
    width: 100%;
  }
}

.step-adm .step-adm-inner ul .steps-box {
  font: 400 15px/20px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: 20%;
  text-align: left;
  padding: 0 0 0 28px;
}

@media (max-width: 1199px) {
  .step-adm .step-adm-inner ul .steps-box {
    font: 400 11px/20px "Roboto", sans-serif;
    width: 22%;
  }
}

@media (max-width: 991px) {
  .step-adm .step-adm-inner ul .steps-box {
    font: 400 15px/20px "Roboto", sans-serif;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}

.step-adm .step-adm-inner ul .steps-box a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .step-adm .step-adm-inner ul .steps-box a {
    font: 400 10px/20px "Roboto", sans-serif;
  }
}

@media (max-width: 991px) {
  .step-adm .step-adm-inner ul .steps-box a {
    font: 400 15px/20px "Roboto", sans-serif;
    text-align: center;
  }
}

.step-adm .step-adm-inner ul .steps-box a:hover {
  color: #fff;
}

.step-adm .step-adm-inner ul .steps-box a:hover i {
  background: #fcd454;
  color: #0c5483;
  -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}

.cc-sec {
  background: #fff;
  position: relative;
  padding-top: 50px;
}

.cc-sec .cc-sec-lft {
  padding: 52px 55px 30px 0px;
}

@media (max-width: 1199px) {
  .cc-sec .cc-sec-lft {
    padding: 30px 10px 30px 10px;
  }
}

.cc-sec .cc-sec-lft .logo-head {
  display: table;
}

.cc-sec .cc-sec-lft .logo-head ul {
  display: table-row;
}

.cc-sec .cc-sec-lft .logo-head ul li {
  display: table-cell;
  background: none;
  padding: 0;
}

@media (max-width: 767px) {
  .cc-sec .cc-sec-lft .logo-head ul li {
    display: block;
  }
}

.cc-sec .cc-sec-lft .logo-head .cc-logo {
  right: 0;
  padding: 0 0 0 26%;
}

.cc-sec .cc-sec-lft .logo-head .cc-logo img {
  display: inline-block;
  right: 0;
}

@media (max-width: 767px) {
  .cc-sec .cc-sec-lft .logo-head .cc-logo {
    padding: 0;
    text-align: center;
  }
}

.cc-sec .cc-sec-lft h3 {
  color: #03306b;
  font: 900 35px/23px "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .cc-sec .cc-sec-lft h3 {
    text-align: center;
  }
}

.cc-sec .cc-sec-lft h3 span {
  font: 500 15px/20px "Roboto", sans-serif;
  color: #252525;
}

@media (max-width: 479px) {
  .cc-sec .cc-sec-lft h3 span {
    font: 500 13px/20px "Roboto", sans-serif;
  }
}

.cc-sec .cc-sec-lft p {
  font: 300 15px/22px "Roboto", sans-serif;
  color: #000;
  padding-bottom: 12px;
}

.cc-sec .cc-sec-lft h4 {
  font: 400 16px/20px "Roboto", sans-serif;
  color: #252525;
  margin: 0;
  padding-bottom: 13px;
  text-transform: none;
}

.cc-sec .cc-sec-lft ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cc-sec .cc-sec-lft ul li {
  background: url(../images/home-cc-li.png) left 12px no-repeat;
  font: 300 15px/33px "Roboto", sans-serif;
  color: #000;
  padding: 0 0 0 15px;
}

.cc-sec .cc-sec-ryt {
  background: url(../images/cc-bg.png) left center no-repeat;
  background-size: cover;
  position: absolute;
  width: 38%;
  height: 100%;
  right: 0;
  top: 50px;
}

@media (max-width: 1199px) {
  .cc-sec .cc-sec-ryt {
    position: relative;
  }
}

.home-bt-sec {
  padding: 70px 0 65px 0;
  background: #fff;
}

@media (max-width: 991px) {
  .home-bt-sec {
    padding: 30px 0 30px 0;
  }
}

@media (max-width: 767px) {
  .home-bt-sec {
    padding: 31px 10px 85px;
  }
}

.home-bt-sec h3,
.howto-reach h3 {
  font: 900 35px "Roboto", sans-serif;
  color: #03306b;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .home-bt-sec h3,
  .howto-reach h3 {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 767px) {
  .home-bt-sec h3,
  .howto-reach h3 {
    font-size: 23px;
    margin: 0 0 20px 0;
  }
}

.home-bt-sec h3 a,
.howto-reach h3 a {
  color: #03306b;
  text-decoration: none;
}

.home-bt-sec h3 a:hover,
.howto-reach h3 a:hover {
  color: #03306b;
}
.howto-reach {
  background-color: #fff;
}

.home-bt-sec .mrb-box .img-box {
  margin-bottom: 20px;
  position: relative;
}

.home-bt-sec .mrb-box .img-box img {
  max-width: 100%;
  height: 100%;
}

@media (max-width: 1991px) {
  .home-bt-sec .mrb-box .img-box img {
    width: 100%;
  }
}

.home-bt-sec .mrb-box .img-box .date {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  right: 1px;
  background: #03306b;
  text-align: center;
  line-height: 18px;
  padding: 10px 17px;
}

.home-bt-sec .mrb-box .img-box .date span {
  font-size: 25px;
  color: #fff;
  line-height: 26px;
}

.home-bt-sec .mrb-box h4 {
  font: 600 18px/24px "Roboto", sans-serif;
  color: #03306b;
  margin-bottom: 7px;
  min-height: 50px;
  margin: 0;
}

.home-bt-sec .mrb-box h4 a {
  color: #03306b;
  text-decoration: none;
}

.home-bt-sec .mrb-box h4 a:hover {
  color: #0f9d4d;
}

.home-bt-sec .mrb-box p {
  font: 300 14px/24px "Roboto", sans-serif;
  color: #000;
  padding-bottom: 33px;
  margin: 0;
}

.home-bt-sec .mrb-box p a {
  color: #03306b;
  text-decoration: none;
}

.home-bt-sec .mrb-box p a:hover {
  color: #000;
  text-decoration: underline;
}

.home-bt-sec .mrb-box .view-btn {
  background: #03306b;
  font: 300 14px "Roboto", sans-serif;
  color: #fff;
  padding: 6px 26px;
  text-decoration: none;
}

.home-bt-sec .mrb-box .view-btn:hover {
  background: #10642e;
  text-decoration: none;
}

.home-bt-sec .testi-box {
  border: 1px solid #e1e1e1;
  padding: 2px 18px 15px 15px;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .home-bt-sec .testi-box {
    padding: 2px 18px 15px 5px;
  }
}

.home-bt-sec .testi-box .home-testi-slider {
  font-weight: 300;
  list-style: none;
}

.home-bt-sec .testi-box .home-testi-slider li {
  padding: 10px 10px 15px 34px;
}

.home-bt-sec .testi-box .home-testi-slider li::before {
  background: url(../images/home-testi-open.png) left 0px no-repeat;
  width: 18px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.home-bt-sec .testi-box .home-testi-slider li::after {
  background: url(../images/home-testi-close.png) right bottom no-repeat;
  width: 18px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 14px;
}

.home-bt-sec .testi-box .bx-prev {
  background: url(../images/home-testi-pre.png) left center no-repeat;
}

.home-bt-sec .testi-box .bx-next {
  background: url(../images/home-testi-nxt.png) right center no-repeat;
}

.home-bt-sec .testi-box .bx-controls-direction {
  padding: 0 0 0 35px;
}

.home-bt-sec .testi-box .bx-controls-direction a {
  text-indent: -9999px;
  height: 31px;
  width: 38px;
  display: inline-block;
  margin-right: 3px;
}

.home-bt-sec .testi-box p {
  color: #555555;
  font: 300 15px/22px "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 10px;
}

.home-bt-sec .view-btn {
  background: #03306b;
  font: 300 14px "Roboto", sans-serif;
  color: #fff;
  padding: 6px 26px;
  text-decoration: none;
}

.mt-50 {
  margin-top: 50px;
}

.home-bt-sec .view-btn:hover {
  background: #10642e;
  text-decoration: none;
}

.inner-banner {
  height: 372px;
  background: url(../images/inner-banner.jpg) no-repeat top;
  text-align: center;
}

.inner-banner p {
  color: #fff;
  text-transform: uppercase;
  margin-top: 130px;
  text-align: center;
  margin-bottom: 25px;
  font: 900 36px "Roboto", sans-serif;
}

.inner-banner a {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px 60px;
  color: #fff;
  margin: 0 2px;
  font-weight: 700;
  font-size: 17px;
}

.inner-banner a:hover {
  background: #57ed8d;
  color: #fff;
}

.inner-banner .btn {
  background: #03306b;
  color: #fff;
  font-size: 17px;
}

.inner-banner .btn:hover {
  background: #03306b;
}

.inner-content {
  padding-top: 15px;
  padding-bottom: 30px;
}

.inner-content h1 {
  margin-top: 0;
  text-transform: none;
  font-size: 35px;
  margin: 0;
}

.inner-content .bred-crumb {
  padding: 23px 0;
}

.inner-content .bred-crumb > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-content .bred-crumb > ul li {
  display: inline-block;
  border-right: 1px solid #000;
  line-height: 12px;
}

.inner-content .bred-crumb > ul li:last-child {
  border-right: none;
}

.inner-content .bred-crumb > ul li a {
  font: 300 14px/12px "Roboto", sans-serif;
  color: #000;
  text-decoration: none;
  margin: 0 7px 0 7px;
}

.inner-content .bred-crumb > ul li a.active, .inner-content .bred-crumb > ul li a.current {
  color: #27a354;
  text-decoration: underline;
  font-weight: 400;
}

.inner-content .bred-crumb > ul li a:hover {
  color: #27a354;
  text-decoration: underline;
  font-weight: 300;
}

.inner-content .bred-crumb > ul li a:first-child {
  margin-left: 0;
}

.incontent h2 {
  font-size: 20px;
  color: #03306b;
  text-transform: none;
}

.incontent h3 {
  color: #565656;
  font-size: 16px;
  text-transform: none;
}

.incontent h4 {
  color: #565656;
  font-size: 14px;
}

.course-grid {
  display: table;
  width: 100%;
}

.c-row {
  display: table-row;
}



.course-item {
  width: 50%;
  display: table-cell;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #dcdcdc;
}

.course-item .c-title {
  background: #03306b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  height: 43px;
  line-height: 43px;
  padding-left: 13px;
  margin-bottom: 18px;
}

.course-item .c-title a {
  color: #fff;
  text-decoration: none;
}

.course-item .c-title:hover {
  color: #57ed8d;
  text-decoration: none;
  background: #0c69a3;
}

.course-item .c-title figure {
  float: right;
  margin: 0;
  margin-right: 10px;
}

.course-item .c-image {
  display: block;
  height: auto;
  margin-bottom: 5px;
}

.pt-60 {
  padding-top: 90px;
}

.pb-20 {
  padding-bottom: 20px!important;
}

@media (max-width: 479px) {
  .course-item .c-image {
    width: 100%;
  }
}

.course-item .c-image img {
  max-width: 100%;
  width: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 479px) {
  .course-item .c-image img {
    width: 100%;
  }
}

.course-item .c-image img:hover {
  opacity: .5;
}

.course-item ul {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.course-item ul li {
  display: block;
  font-size: 16px;
  color: #6a6a6a;
  font-weight: 500;
  padding: 2px 0;
  background: url(../images/bullet.png) 0 9px no-repeat;
  padding-left: 15px;
}

.course-item ul li strong {
  color: #03306b;
}

.src-link {
  color: #03306b;
  font-weight: 500;
}

.src-link a {
  color: #03306b;
  text-decoration: none;
}

.src-link a:hover {
  color: #0c6c2e;
}

.clist01 {
  margin-bottom: 40px;
  padding-left: 0;
}

.clist01 li {
  display: block;
  margin: 5px 0;
  background: url(../images/bullet.png) 0 5px no-repeat;
  padding-left: 15px;
}

.home-welcome {
  width: 100%;
  padding: 75px 0px;
  background: #efefef;
}
.home-welcome.bg-white {
  background: #fff;
}

.home-welcome h1 {
  color: #7c7c7c;
  font: 400 46px/46px "Conv_BebasNeue", Sans-Serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.home-welcome h1:after {
  content: '';
  height: 5px;
  width: 120px;
  background: #000;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.home-welcome h1 span {
  color: #2c2c2c;
}

.home-welcome h1 a {
  color: #7c7c7c;
  text-decoration: none;
  transition: all ease 0.5s;
}

.home-welcome h1 a:hover {
  color: #57cdfd;
  transition: all ease 0.7s;
}

.home-welcome h1 a:hover span {
  color: #006c97;
  transition: all ease 0.7s;
}

.home-welcome p {
  color: #2c2c2c;
  font: 300 16px/26px roboto;
  float: left;
  padding-bottom: 15px;
}

.home-welcome .rd-mre-bttn {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 2px;
  text-decoration: none;
  padding: 15px 60px;
  color: #fff;
  margin: 0 2px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #051c3a;
}

.home-welcome .rd-mre-bttn:hover {
  background: #03306b;
  color: #fff;
}

.home-welcome figure {
  margin-top: 50px;
  float: right;
}

.home-welcome figure img {
  box-shadow: -50px -50px 0px 0px rgba(0, 0, 0, 0.75);
  -kthtml-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.home-welcome figure img:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -kthtml-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

figure {
  margin: 0;
}

.home-welcome h3 {
  color: #03306b;
  font: 900 35px/23px "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .home-welcome h3 {
    text-align: center;
  }
}

.home-welcome h3 span {
  font: 500 15px/20px "Roboto", sans-serif;
  color: #252525;
}

@media (max-width: 479px) {
  .home-welcome h3 span {
    font: 500 13px/20px "Roboto", sans-serif;
  }
}

.side-menu {
  background: #0b6a2d;
  color: #fff;
  margin: 0 -10px;
  padding: 25px 10px;
}

.side-menu a {
  color: #fff;
  text-decoration: none;
}

.side-menu ul {
  display: block;
  margin: 0;
  padding: 0;
}

.side-menu ul li {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #3c8857;
  position: relative;
}

.side-menu ul li i {
  position: absolute;
  font-style: normal;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #0b6a2d;
  right: 0;
  top: 20px;
  background: #b6e793;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
}

.side-menu ul li a {
  padding: 16px 0;
  display: block;
}

.side-menu ul li ul {
  display: none;
}

.side-menu ul li ul li {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}

.side-menu ul li ul li:last-child {
  border-bottom: 0;
}

.side-menu ul li ul li a {
  padding: 10px 0;
}

.side-menu ul li ul li a:hover {
  color: #b6e793;
}

.side-bar .request-info {
  background: #e6e6e6;
  padding: 30px 12px;
}

.side-bar .request-info p {
  font: 300 14px/22px "Roboto", sans-serif;
  color: #595654;
  text-align: right;
  margin: 0;
}

.side-bar .request-info p span {
  color: #03306b;
  text-transform: uppercase;
}

.side-bar .request-info h3 {
  font: 900 22px/23px "Roboto", sans-serif;
  color: #03306b;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0;
}

.side-bar .request-info h3 span {
  color: #757575;
  font: 300 14px/22px "Roboto", sans-serif;
  text-transform: none;
}

.side-bar .request-info input[type=text], .side-bar .request-info input[type=tel], .side-bar .request-info input[type=email], .side-bar .request-info select, .side-bar .request-info textarea {
  width: 100%;
  height: 38px;
  background: #fff;
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  font-weight: 300;
  padding: 0 0 0 12px;
  color: #636363;
}

.side-bar .request-info input[type=text]:focus, .side-bar .request-info input[type=tel]:focus, .side-bar .request-info input[type=email]:focus, .side-bar .request-info select:focus, .side-bar .request-info textarea:focus {
  border-color: #676868;
  outline: 0;
}

.side-bar .request-info textarea {
  height: 104px;
  resize: none;
  width: 100%;
  padding: 5px 0 0 12px;
}

.side-bar .request-info .read {
  padding-bottom: 24px;
  color: #595654;
  font: 300 13px/22px "Roboto", sans-serif;
  margin: 0;
}

.side-bar .request-info .submit {
  color: #fff;
  font: 300 15px/22px "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 6px 15px;
  background: #03306b;
  float: right;
  text-decoration: none;
}

.side-bar .request-info .submit:hover {
  background: #11aa64;
  text-decoration: none;
}

.steps-adm {
  background: #0a6fb1;
  padding: 30px 12px;
}

.steps-adm h3 {
  border-bottom: 2px solid #fcd454;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
}

.steps-adm h3:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fcd454;
  position: absolute;
  bottom: -10px;
  left: 20px;
}

.steps-adm ul {
  margin: 0;
  padding: 0 5px;
}

.steps-adm ul li {
  display: block;
  border-bottom: 1px solid #65a5ce;
}

.steps-adm ul li:last-child {
  border-bottom: none;
}

.steps-adm ul li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 17px 0 20px 0px;
  text-decoration: none;
  font-size: 14px;
}

.steps-adm ul li a:hover {
  color: #fff;
}

.steps-adm ul li a:hover i {
  background: #fcd454;
  color: #0c5483;
}

.steps-adm ul li i {
  font-style: normal;
  background: #2fac40;
  color: #fff;
  font: 700 19px/33px "Roboto", sans-serif;
  text-align: center;
  float: left;
  width: 33px;
  height: 33px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 50%;
}

.steps-adm ul li i.current, .steps-adm ul li i:hover {
  background: #fcd454;
  color: #0c5483;
}

.sidebar-testi {
  padding: 30px 10px;
  position: relative;
  background: #fff;
}

.side-bloc {
  padding: 20px 10px 30px 10px;
  background: #fff;
}

.side-bloc h3 {
  margin: 0px 0 20px 0;
  color: #03306b;
  font: 700 22px "Roboto", sans-serif;
}

.side-slide .bx-viewport {
  height: 219px !important;
}

.sidebar-testi-slider {
  font-weight: 300;
  list-style: none;
}

.sidebar-testi-slider li {
  padding: 14px 10px 18px 0;
}

.sidebar-testi-slider li::before {
  background: url(../images/home-testi-open.png) left 0px no-repeat;
  width: 18px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
}

.sidebar-testi-slider li::after {
  background: url(../images/home-testi-close.png) left 0px no-repeat;
  width: 18px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.side-slide .bx-viewport {
  height: 219px !important;
}

.side-slide .bx-prev {
  background: url(../images/home-testi-pre.png) left center no-repeat;
}

.side-slide .bx-next {
  background: url(../images/home-testi-nxt.png) right center no-repeat;
}

.side-slide .bx-controls-direction {
  padding: 28px 0 0 35px;
  float: right;
}

.side-slide .bx-controls-direction a {
  text-indent: -9999px;
  height: 31px;
  width: 38px;
  display: inline-block;
  margin-right: 3px;
}

.vall {
  color: #fff;
  position: absolute;
  padding: 6px 10px;
  text-transform: uppercase;
  background: #03306b;
  left: 26px;
  bottom: 27px;
  text-decoration: none;
}

.vall:hover {
  background: #11aa64;
}

/*Inner content area*/
.bred-crumb {
  padding: 23px 0;
}

.bred-crumb > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bred-crumb > ul > li {
  display: inline-block;
  border-right: 1px solid #000;
  line-height: 12px;
}

.bred-crumb > ul > li:last-child {
  border-right: none;
}

.bred-crumb > ul > li > a {
  font: 300 14px/12px "Roboto", sans-serif;
  color: #000;
  text-decoration: none;
  margin: 0 7px 0 7px;
}

.bred-crumb > ul > li > a.active, .bred-crumb > ul > li > a.current {
  color: #27a354;
  text-decoration: underline;
  font-weight: 400;
}

.bred-crumb > ul > li > a:hover {
  color: #27a354;
  text-decoration: underline;
  font-weight: 300;
}

.bred-crumb > ul > li > a:first-child {
  margin-left: 0;
}

.inner-content-area {
  padding: 25px 0 0 0;
}

.inner-content-area h1 {
  color: #0a6fb1;
  font: 500 35px/26px "Roboto", sans-serif;
  margin: 0px 0 0px 0;
  padding-bottom: 38px;
  text-transform: none;
}

@media (max-width: 991px) {
  .inner-content-area h1 {
    font: 500 29px/26px "Roboto", sans-serif;
    padding-bottom: 16px;
  }
}

.inner-content-area h2 {
  color: #03306b;
  font: 900 20px/22px "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 22px;
  text-transform: none;
}

@media (max-width: 991px) {
  .inner-content-area h2 {
    font: 900 16px/22px "Roboto", sans-serif;
    padding-bottom: 10px;
  }
}

.inner-content-area h3 {
  color: #565656;
  font: 700 14px/24px "Roboto", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
}

@media (max-width: 991px) {
  .inner-content-area h3 {
    padding-bottom: 11px;
  }
}

.inner-content-area h4 {
  color: #6a6a6a;
  font: 700 16px/24px "Roboto", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
  text-transform: none;
}

@media (max-width: 991px) {
  .inner-content-area h4 {
    padding-bottom: 11px;
  }
}

.inner-content-area p {
  font: 300 14px/22px "Roboto", sans-serif;
  color: #6a6a6a;
  padding-bottom: 24px;
  margin: 0;
}

@media (max-width: 991px) {
  .inner-content-area p {
    padding-bottom: 11px;
  }
}

.inner-content-area p a {
  color: #2aa456;
  text-decoration: none;
}

.inner-content-area p a:hover {
  color: #b6e793;
  text-decoration: none;
}

.inner-content-area img {
  max-width: 471px;
  margin: 0;
  height: auto;
}

@media (max-width: 991px) {
  .inner-content-area img {
    max-width: 350px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .inner-content-area img {
    max-width: 250px;
    height: auto;
  }
}

@media (max-width: 479px) {
  .inner-content-area img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .inner-content-area .listing-mobile-img {
    max-width: 172px;
  }
}

@media (max-width: 767px) {
  .inner-content-area .listing-mobile-img {
    float: none !important;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    margin-bottom: 10px;
  }
}

.inner-content-area ul {
  padding: 0px 15px 14px 0px;
  list-style: none;
  margin: 0;
}

.inner-content-area ul > li {
  background: url(../images/inner-list.png) left 9px no-repeat;
  padding: 0 0px 0px 17px;
  text-decoration: none;
  color: #6a6a6a;
  font: 300 14px/28px "Roboto", sans-serif;
}

.inner-content-area ul > li > a {
  text-decoration: none;
  color: #6a6a6a;
  font: 300 14px/22px "Roboto", sans-serif;
}

.inner-content-area ul > li > a:hover {
  color: #27a354;
  text-decoration: none;
}

.inner-content-area .align-left {
  float: left;
  margin: 0 20px 10px 0px;
}

.inner-content-area .align-center {
  float: none;
  margin: 0 auto;
  margin-bottom: 22px;
}

.inner-content-area .align-right {
  float: right;
  padding: 0 0 0 0px;
  margin: 0 0px 19px 20px;
}

.inner-content-area .aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.inner-content-area .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.inner-content-area .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.inner-content-area a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.inner-content-area a img.alignnone {
  margin: 5px 20px 20px 0;
}

.inner-content-area a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.inner-content-area a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bred-crumb {
  padding: 23px 0;
}

.bred-crumb ul {
  list-style: none;
}

.bred-crumb ul li {
  display: inline-block;
  border-right: 1px solid #000;
  line-height: 12px;
}

.bred-crumb ul li:last-child {
  border-right: none;
}

.bred-crumb ul li a {
  font: 300 14px/12px "Roboto", sans-serif;
  color: #000;
  text-decoration: none;
  margin: 0 7px 0 7px;
}

.bred-crumb ul li a.active, .bred-crumb ul li a.current {
  color: #27a354;
  text-decoration: underline;
  font-weight: 400;
}

.bred-crumb ul li a:hover {
  color: #27a354;
  text-decoration: underline;
  font-weight: 300;
}

.bred-crumb ul li a:first-child {
  margin-left: 0;
}

.blog-sidebar {
  background: #fff;
}

.blog-sidebar h3 {
  background: #27a354;
  color: #fff;
  font: 900 22px "Roboto", sans-serif;
  padding: 10px 10px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  border-left: 7px solid #7cc576;
}

.blog-sidebar .rp-list {
  padding: 0px 15px 14px 16px;
  list-style: none;
}

.blog-sidebar .rp-list li {
  background: url(../images/blog-listing.png) left 5px no-repeat;
  padding: 0 0px 13px 13px;
}

.blog-sidebar .rp-list li a {
  text-decoration: none;
  color: #252525;
  font: 300 14px/22px "Roboto", sans-serif;
  padding: 0;
}

.blog-sidebar .rp-list li a:hover {
  color: #27a354;
  text-decoration: none;
}

.blog-sidebar .cate {
  padding: 0px 15px 14px 15px;
  list-style: none;
}

.blog-sidebar .cate li {
  background: url(../images/blog-listing.png) left 5px no-repeat;
  padding: 0 0px 13px 16px;
}

.blog-sidebar .cate li a {
  text-decoration: none;
  color: #252525;
  font: 300 14px/22px "Roboto", sans-serif;
  padding: 0;
}

.blog-sidebar .cate li a:hover {
  color: #27a354;
  text-decoration: none;
}

.blog-sidebar .archiv {
  padding: 0px 15px 14px 15px;
  list-style: none;
}

.blog-sidebar .archiv li {
  background: url(../images/blog-listing.png) left 5px no-repeat;
  padding: 0 0px 13px 16px;
}

.blog-sidebar .archiv li a {
  text-decoration: none;
  color: #252525;
  font: 300 14px/22px "Roboto", sans-serif;
  padding: 0;
}

.blog-sidebar .archiv li a:hover {
  color: #27a354;
  text-decoration: none;
}

.blog-sidebar .rss {
  padding: 0px 15px 14px 15px;
  list-style: none;
}

.blog-sidebar .rss li {
  background: url(../images/blog-listing.png) left 5px no-repeat;
  padding: 0 0px 13px 16px;
}

.blog-sidebar .rss li a {
  text-decoration: none;
  color: #252525;
  font: 300 14px/22px "Roboto", sans-serif;
  padding: 0;
}

.blog-sidebar .rss li a:hover {
  color: #27a354;
  text-decoration: none;
}

@media (max-width: 991px) {
  .blog-content-area .mob-ver {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-content-area .main-content-box {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 18px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .blog-content-area .main-content-box {
    padding: 13px;
  }
}

.blog-content-area .main-content-box:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 18px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid gray;
}

.blog-content-area .main-content-box:after {
  content: '';
  position: absolute;
  left: -6px;
  z-index: 1;
  top: 18px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid white;
}

.blog-content-area .main-content-box .read-more {
  background: #27a354;
  border: 1px solid #27a354;
  padding: 5px 23px;
  font: 300 15px/22px "Roboto", sans-serif;
  color: #fff;
  float: left;
  text-decoration: none;
}

.blog-content-area .main-content-box .read-more:hover {
  border: 1px solid #27a354;
  color: #27a354;
  background: #fff;
}

.blog-content-area .main-content-box h2 {
  font-family: 'Conv_ProximaNova-Light_0';
  font-size: 25px;
  color: #252525;
  line-height: 27px;
  padding-bottom: 26px;
  text-transform: none;
  margin: 0;
}

@media (max-width: 767px) {
  .blog-content-area .main-content-box h2 {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 10px;
  }
}

.blog-content-area .main-content-box h2 a {
  color: #252525;
  text-decoration: none;
}

.blog-content-area .main-content-box h2 a:hover {
  color: #27a354;
  text-decoration: none;
}

.blog-content-area .main-content-box > p {
  font: 300 15px/24px "Roboto", sans-serif;
  color: #252525;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .blog-content-area .main-content-box > p {
    padding-bottom: 20px;
  }
}

.blog-content-area .image-box {
  margin-bottom: 27px;
  position: relative;
  width: 100%;
  height: 421px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 1197px) {
  .blog-content-area .image-box {
    height: 322px;
  }
}

@media (max-width: 991px) {
  .blog-content-area .image-box {
    height: 348px;
  }
}

@media (max-width: 767px) {
  .blog-content-area .image-box {
    height: 209px;
  }
}

@media (max-width: 360px) {
  .blog-content-area .image-box {
    height: 116px;
  }
}

.blog-content-area .image-box img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .blog-content-area .image-box img {
    width: 100%;
  }
}

.blog-content-area .image-box .date-box {
  background: #27a354;
  border-left: 7px solid #7cc576;
  text-transform: uppercase;
  font: 16px/24px "Conv_ProximaNova-Light_0";
  padding: 7px 10px 5px;
  position: absolute;
  top: 10%;
  left: 0;
  color: #fff;
}

.blog-content-area .bcs-box {
  background: #efefef;
  padding: 8px 8px;
  margin-bottom: 25px;
}

.blog-content-area .bcs-box .cmnt {
  float: left;
  list-style: none;
}

.blog-content-area .bcs-box .cmnt li {
  display: inline-block;
  font-family: 15px 'Conv_ProximaNova-Light_0';
  color: #6f6f6f;
  font-size: 15px;
  line-height: 24px;
  padding-right: 55px;
}

@media (max-width: 767px) {
  .blog-content-area .bcs-box .cmnt li {
    padding-right: 10px;
  }
}

.blog-content-area .bcs-box .cmnt:last-child {
  padding-right: 0;
}

.blog-content-area .bcs-box .cmnt span {
  color: #27a354;
  font-size: 15px;
  font-family: 'Conv_ProximaNova-Light_0';
}

.blog-content-area .bcs-box .cmnt span a {
  color: #27a354;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.blog-content-area .bcs-box .cmnt span a:hover {
  color: #252525;
  text-decoration: none;
}

.blog-content-area .bcs-box .sm {
  float: right;
  font-family: 'Conv_ProximaNova-Light_0';
  color: #6f6f6f;
  font-size: 15px;
  margin: 0;
}

.blog-content-area .bcs-box .sm p {
  font-family: 'Conv_ProximaNova-Light_0';
  color: #6f6f6f;
  font-size: 15px;
  margin: 0;
}

.blog-content-area .bcs-box .sm .icon-gplus {
  background: #f55050;
  color: #fff;
  font-size: 12px;
  border: 1px solid #f55050;
}

.blog-content-area .bcs-box .sm .icon-gplus:hover {
  color: #f55050;
  background: #fff;
  border: 1px solid #f55050;
}

.blog-content-area .bcs-box .sm .icon-facebook {
  background: #5073f1;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  border: 1px solid #5073f1;
}

.blog-content-area .bcs-box .sm .icon-facebook:hover {
  color: #5073f1;
  background: #fff;
  border: 1px solid #5073f1;
}

.blog-content-area .bcs-box .sm .icon-twitter {
  background: #53b8f5;
  color: #fff;
  font-size: 12px;
  border: 1px solid #53b8f5;
}

.blog-content-area .bcs-box .sm .icon-twitter:hover {
  color: #53b8f5;
  background: #fff;
  border: 1px solid #53b8f5;
}

.blog-content-area .bcs-box .sm a {
  margin-right: 3px;
  display: inline-block;
  text-decoration: none;
  padding: 3px 5px;
}

.blog-content-area .sub-content-box {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 18px;
  margin-bottom: 43px;
}

@media (max-width: 991px) {
  .blog-content-area .sub-content-box {
    padding: 13px;
  }
}

.blog-content-area .sub-content-box > p {
  font: 300 15px/24px "Roboto", sans-serif;
  color: #252525;
  padding-bottom: 40px;
}

.blog-content-area .sub-content-box:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 18px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid gray;
}

.blog-content-area .sub-content-box:after {
  content: '';
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 18px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid white;
}

.blog-content-area .sub-content-box .img-box {
  height: 246px;
  margin-bottom: 27px;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 1197px) {
  .blog-content-area .sub-content-box .img-box {
    height: 188px;
  }
}

@media (max-width: 991px) {
  .blog-content-area .sub-content-box .img-box {
    height: 205px;
  }
}

@media (max-width: 360px) {
  .blog-content-area .sub-content-box .img-box {
    height: 156px;
  }
}

.blog-content-area .sub-content-box .img-box img {
  max-width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  border: 1px solid #d7d7d7;
}

@media (max-width: 991px) {
  .blog-content-area .sub-content-box .img-box img {
    width: 100%;
  }
}

.blog-content-area .sub-content-box .img-box .date-box {
  background: #27a354;
  border-left: 7px solid #7cc576;
  text-transform: uppercase;
  font: 16px/24px "Conv_ProximaNova-Light_0";
  padding: 7px 10px 5px;
  position: absolute;
  top: 20px;
  left: 1px;
  color: #fff;
}

.blog-content-area .sub-content-box h2 {
  font: 20px/24px "Conv_ProximaNova-Light_0";
  color: #252525;
  padding-bottom: 16px;
  margin: 0;
  text-transform: none;
}

.blog-content-area .sub-content-box h2 a {
  color: #252525;
  text-decoration: none;
}

.blog-content-area .sub-content-box h2 a:hover {
  color: #27a354;
  text-decoration: none;
}

.blog-content-area .sub-content-box .read-cmnt .read-more {
  background: #27a354;
  border: 1px solid #27a354;
  padding: 5px 23px;
  font: 300 14px/22px "Conv_ProximaNova-Light_0";
  color: #fff;
  float: left;
  text-decoration: none;
}

.blog-content-area .sub-content-box .read-cmnt .read-more:hover {
  border: 1px solid #27a354;
  color: #27a354;
  background: #fff;
}

.blog-content-area .sub-content-box .read-cmnt .cmnt {
  font: 15px 'Conv_ProximaNova-Light_0';
  color: #252525;
  border: 1px solid #e7e7e7;
  float: right;
  list-style: none;
}

.blog-content-area .sub-content-box .read-cmnt .cmnt li {
  display: inline-block;
  padding: 9px;
  border-right: 1px solid #e7e7e7;
}

.blog-content-area .sub-content-box .read-cmnt .cmnt li:last-child {
  border-right: none;
}

.blog-content-area .sub-content-box .bcs-box {
  background: #efefef;
  padding: 8px 8px;
  margin-bottom: 25px;
}

.blog-content-area .sub-content-box .bcs-box .post {
  float: left;
}

.blog-content-area .sub-content-box .bcs-box .post p {
  font-family: 'Conv_ProximaNova-Light_0';
  color: #6f6f6f;
  font-size: 15px;
  margin: 0;
}

.blog-content-area .sub-content-box .bcs-box .post p span {
  color: #27a354;
  font-size: 15px;
  font-family: 'Conv_ProximaNova-Light_0';
}

.blog-content-area .sub-content-box .bcs-box .post p span a {
  color: #27a354;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.blog-content-area .sub-content-box .bcs-box .post p span a:hover {
  color: #252525;
  text-decoration: none;
}

.blog-content-area .sub-content-box .bcs-box .sm {
  float: right;
  font-family: 'Conv_ProximaNova-Light_0';
  color: #6f6f6f;
  font-size: 15px;
  margin: 0;
}

.blog-content-area .sub-content-box .bcs-box .sm p {
  font-family: 'Conv_ProximaNova-Light_0';
  color: #6f6f6f;
  font-size: 14px;
  margin: 0;
}

.blog-content-area .sub-content-box .bcs-box .sm .icon-gplus {
  background: #f55050;
  color: #fff;
  font-size: 12px;
  border: 1px solid #f55050;
}

.blog-content-area .sub-content-box .bcs-box .sm .icon-gplus:hover {
  color: #f55050;
  background: #fff;
  border: 1px solid #f55050;
}

.blog-content-area .sub-content-box .bcs-box .sm .icon-facebook {
  background: #5073f1;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  border: 1px solid #5073f1;
}

.blog-content-area .sub-content-box .bcs-box .sm .icon-facebook:hover {
  color: #5073f1;
  background: #fff;
  border: 1px solid #5073f1;
}

.blog-content-area .sub-content-box .bcs-box .sm .icon-twitter {
  background: #53b8f5;
  color: #fff;
  font-size: 12px;
  border: 1px solid #53b8f5;
}

.blog-content-area .sub-content-box .bcs-box .sm .icon-twitter:hover {
  color: #53b8f5;
  background: #fff;
  border: 1px solid #53b8f5;
}

.blog-content-area .sub-content-box .bcs-box .sm a {
  margin-right: 3px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 5px;
  line-height: 15px;
}

.blog-content-area .pagination {
  list-style: none;
  margin-bottom: 35px;
  float: right;
}

.blog-content-area .pagination li {
  display: inline-block;
  margin-right: 2px;
}

.blog-content-area .pagination li a {
  background: #fff;
  border: 1px solid #27a354;
  color: #000;
  font-family: 'Conv_ProximaNova-Light_0';
  font-size: 15px;
  font-weight: 300;
  padding: 9px 15px 7px 15px;
  text-decoration: none;
}

.blog-content-area .pagination li a.current, .blog-content-area .pagination li a:hover, .blog-content-area .pagination li a.active {
  background: #27a354;
  text-decoration: none;
  border: 1px solid #27a354;
  color: #fff;
}

.blog-content-area .leav-cmnt-box {
  padding: 20px;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 50px;
}

.blog-content-area .leav-cmnt-box h4 {
  font-family: 'Conv_ProximaNova-Light_0';
  font-size: 27px;
  color: #252525;
  margin: 0;
  padding-bottom: 12px;
  text-transform: none;
}

.blog-content-area .leav-cmnt-box input[type=text], .blog-content-area .leav-cmnt-box input[type=tel], .blog-content-area .leav-cmnt-box input[type=email], .blog-content-area .leav-cmnt-box select, .blog-content-area .leav-cmnt-box textarea {
  width: 100%;
  height: 38px;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-family: 'Conv_ProximaNova-Light_0';
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 0 12px;
  color: #636363;
}

.blog-content-area .leav-cmnt-box input[type=text]:focus, .blog-content-area .leav-cmnt-box input[type=tel]:focus, .blog-content-area .leav-cmnt-box input[type=email]:focus, .blog-content-area .leav-cmnt-box select:focus, .blog-content-area .leav-cmnt-box textarea:focus {
  border-color: #676868;
  outline: 0;
}

.blog-content-area .leav-cmnt-box textarea {
  height: 104px;
  font-family: 'Conv_ProximaNova-Light_0';
  resize: none;
  width: 100%;
  padding: 9px 0 0 12px;
  margin-bottom: 22px;
}

.blog-content-area .leav-cmnt-box .submit {
  font-family: 'Conv_ProximaNova-Light_0';
  font-size: 20px;
  background: #27a354;
  border: 1px solid #27a354;
  text-decoration: none;
  padding: 6px 27px;
  color: #fff;
  float: left;
}

.blog-content-area .leav-cmnt-box .submit:hover {
  color: #27a354;
  border: 1px solid #27a354;
  text-decoration: none;
  background: #fff;
}

.blog-content-area .blog-comments {
  padding-bottom: 30px;
}

.blog-content-area .blog-comments h4 {
  font-family: 'Conv_ProximaNova-Light_0';
  font-size: 20px;
  margin-bottom: 5px;
  color: #1f1f1f;
}

.blog-content-area .blog-comments .devider {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.blog-content-area .blog-comments p {
  font-family: 'Conv_ProximaNova-Light_0';
  font-size: 15px;
  color: #1f1f1f;
  line-height: 24px;
  margin: 0;
}

.blog-content-area .blog-comments .img-posted-box {
  margin-bottom: -7px;
}

.blog-content-area .blog-comments .img-posted-box img {
  float: left;
  margin-right: 10px;
}

.blog-content-area .blog-comments .img-posted-box p {
  font-family: 'Conv_ProximaNova-Light_0';
  font-size: 15px;
  color: #1f1f1f;
  line-height: 24px;
  line-height: 60px;
  margin: 0;
}

.blog-content-area .blog-comments .img-posted-box p span {
  color: #27a354;
}

@media only screen and (min-width: 992px) {
  .modal-open #header {
    padding-right: 17px;
  }
}

@media only screen and (max-width: 1199px) {
  .hm-item {
    width: 100%;
    padding: 5px 0;
  }
  .fcon-grid .slide-one {
    display: none;
  }
  .course-item .c-title {
    width: 80%;
  }
}

@media only screen and (max-width: 1199px) {
  .logo {
    width: 182px;
  }
  #main-content {
    padding-top: 63px;
  }
  .slide-thumb {
    min-width: 140px;
  }
  .btm-address {
    margin-top: 15px;
  }
  .main-nav {
    display: none;
  }
  .mob-btn {
    position: relative;
    float: right;
    display: block;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #666;
  }
  .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .mob-menu {
    display: block;
    position: fixed;
    right: -240px;
    z-index: 9500;
    padding-top: 50px;
    top: 0;
    overflow-y: scroll;
    background: #03306b;
    width: 240px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .mob-menu ul {
    padding: 0;
  }
  .mob-menu li {
    display: block;
    position: relative;
    border-top: 1px solid #333;
  }
  .mob-menu li i {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
  }
  .mob-menu li i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #ccc;
    position: absolute;
    right: 17px;
    top: 20px;
    z-index: 10;
  }
  .mob-menu li:hover {
    background: #b3b3b3;
  }
  .mob-menu li ul {
    display: none;
  }
  .mob-menu li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-transform: capitalize;
    background: #03306b;
  }
  .mob-menu li > a:hover {
    background: #f2f2f2;
    color: #999;
  }
  .mob-menu li ul a {
    padding-left: 20px;
  }
  .mob-menu li.open > ul {
    display: block;
  }
  .mob-menu li ul {
    background: #03306b;
  }
  .mob-menu li ul li {
    padding: 0 0 0 5px;
  }
  .mob-menu li ul li a {
    background: #03306b;
  }
  .show-menu .mob-menu {
    right: 0;
  }
  .ovrlay {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .show-menu .ovrlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9400;
    overflow: hidden;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .inner-banner p {
    text-align: center;
    margin-top: 50px;
  }
}

@media(max-width: 991px) {
  .d-sm-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hgroup img {
    float: none;
  }
  .slide-thumb {
    min-width: 55px;
  }
  .slide-mob {
    position: static;
    width: 300px;
    margin: 35px auto;
  }
  .slide-mob img {
    width: 86%;
  }
  .slide-mob .btn {
    margin: 3px 0;
  }
  .bnr-item {
    height: auto;
    padding: 15px 0;
  }
  .course-item {
    width: 100%;
    display: block;
  }
  .c-row .course-item:last-child {
    padding-left: 0;
  }
  .c-row .course-item:first-child {
    border-right: 0;
  }
  .inner-banner p {
    font-size: 22px;
  }
  .inner-banner a {
    margin: 5px 0;
  }
  .course-item .c-title {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .hm-item .txt {
    padding: 20px;
  }
  .hm-item figure {
    float: none;
    width: 100%;
  }
  .hm-item figure img {
    width: 100%;
  }
  .hm-item figure:after, .hm-item figure:before {
    display: none;
  }
}
