/* Projects Styling
-----------------------------------------*/
/*  Colors
-----------------------------------------*/
/*  Fonts
-----------------------------------------*/
/*---------------------------------------------------*/
/* Settings
-----------------------------------------------------*/
/* top header */
/* anchor link */
/*---------------------------------------------------*/
/* Header Css Start
-----------------------------------------------------*/
/*************************
Mixins
*/
/*************place holder ************/
/************ Transition *************/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SFProText-Heavy.woff2") format("woff2"), url("../fonts/SFProText-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.bg-white-smoke {
  background: #f5f5f5; }

.bg-white {
  background: #fff; }

.bg-blue {
  background: #002C73; }
  .bg-blue p {
    color: #fff; }
  .bg-blue .title-heading-with-line h2 {
    color: #fff; }

.pd-0 {
  padding: 0px; }

::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-family: "SF Pro Text";
  font-weight: 400; }

:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-family: "SF Pro Text";
  font-weight: 400; }

::placeholder {
  color: #000;
  font-size: 16px;
  font-family: "SF Pro Text";
  font-weight: 400; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "SF Pro Text";
  font-weight: 400;
  -webkit-text-size-adjust: 100%; }

a {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  font-family: "SF Pro Text";
  font-weight: 400;
  color: #002C73; }
  a:hover {
    color: #E2231A; }

.btn {
  color: #fff;
  font-size: 16px;
  font-family: "SF Pro Text";
  font-weight: 500;
  padding: 13px 31px;
  display: inline-block; }
  @media screen and (max-width: 1023px) {
    .btn {
      font-size: 14px; } }
  .btn.upload-btn {
    padding: 13px 90px 13px 50px; }
    @media screen and (max-width: 1023px) {
      .btn.upload-btn {
        padding: 13px 90px 11px 50px !important; } }
    .btn.upload-btn img {
      padding-right: 15px;
      display: inline-block;
      vertical-align: middle; }
  .btn.btn-small-orange {
    font-size: 12px;
    position: relative;
    border: none;
    background: #E2231A;
    padding: 11px 55px 10px 20px !important; }
    .btn.btn-small-orange:after {
      position: absolute;
      content: "";
      background: #E2231A url("../images/arrow-pointing-to-right.svg") center center no-repeat;
      right: 0;
      width: 30px;
      height: 100%;
      padding: 0 2px;
      top: 0;
      background-size: 15px;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out;
      border-left: 1px solid #fff; }
    .btn.btn-small-orange:hover, .btn.btn-small-orange:focus {
      background: #000; }
      .btn.btn-small-orange:hover:after, .btn.btn-small-orange:focus:after {
        background-color: #000; }
  .btn.btn-small-black {
    font-size: 12px;
    position: relative;
    border: none;
    padding: 11px 55px 10px 20px !important;
    background: #000; }
    .btn.btn-small-black:after {
      position: absolute;
      content: "";
      background: #000 url("../images/arrow-pointing-to-right.svg") center center no-repeat;
      right: 0;
      width: 30px;
      height: 100%;
      padding: 0 2px;
      top: 0;
      background-size: 15px;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out;
      border-left: 1px solid #fff; }
    .btn.btn-small-black:hover, .btn.btn-small-black:focus {
      background: #E2231A; }
      .btn.btn-small-black:hover:after, .btn.btn-small-black:focus:after {
        background-color: #E2231A; }
  .btn.btn-primary {
    position: relative;
    border: none;
    background: #E2231A;
    padding: 13px 75px 13px 25px; }
    .btn.btn-primary:after {
      position: absolute;
      content: "";
      background: #E2231A url("../images/arrow-pointing-to-right.svg") center center no-repeat;
      right: 0;
      width: 30px;
      height: 100%;
      padding: 0 10px;
      top: 0;
      background-size: 20px;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out;
      border-left: 1px solid #fff; }
    .btn.btn-primary:hover {
      background: #000;
      color: #fff; }
      .btn.btn-primary:hover:after {
        background-color: #000; }
  .btn.btn-dark-orange {
    background: #E2231A; }
    .btn.btn-dark-orange:hover {
      background: #000; }
  .btn.btn-secondary {
    color: #E2231A;
    padding: 0; }
    .btn.btn-secondary:hover {
      color: #000; }
  .btn.btn-black {
    background: #000;
    color: #fff;
    position: relative;
    border: none;
    padding: 13px 70px 13px 25px; }
    @media screen and (max-width: 1199px) {
      .btn.btn-black {
        padding: 13px 65px 13px 15px; } }
    .btn.btn-black:after {
      position: absolute;
      content: "";
      background: #000 url("../images/arrow-pointing-to-right.svg") center center no-repeat;
      right: 0;
      border-left: 1px solid #fff;
      width: 30px;
      height: 100%;
      padding: 0 10px;
      top: 0;
      background-size: 20px;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .btn.btn-black:hover {
      background: #E2231A;
      color: #fff; }
      .btn.btn-black:hover:after {
        background-color: #E2231A; }
  .btn.btn-link {
    color: #000;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 35px; }
    .btn.btn-link:before {
      position: absolute;
      content: "";
      background: url("../images/arrow-orange-left.svg");
      left: 0;
      width: 26px;
      height: 13px;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .btn.btn-link:hover {
      color: #E2231A; }
  .btn.btn-cancel {
    background: #000;
    color: #fff; }
    .btn.btn-cancel:hover {
      background: #E2231A; }

h1 {
  font-family: "SF Pro Text";
  font-size: 60px;
  margin: 0 0 25px; }
  @media screen and (max-width: 1199px) {
    h1 {
      font-size: 50px; } }
  @media screen and (max-width: 1023px) {
    h1 {
      font-size: 44px; } }
  @media screen and (max-width: 991px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-family: "SF Pro Text";
  font-weight: 500;
  font-size: 35px;
  margin: 0 0 25px;
  font-weight: 700; }
  @media screen and (max-width: 1199px) {
    h2 {
      font-size: 30px; } }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-width: 991px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 25px; }
  @media screen and (max-width: 1199px) {
    h3 {
      font-size: 28px; } }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 24px; } }
  @media screen and (max-width: 991px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 25px; }
  @media screen and (max-width: 1023px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 25px; }
  @media screen and (max-width: 1023px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 25px; }
  @media screen and (max-width: 1023px) {
    h6 {
      font-size: 16px; } }

p {
  font-family: "SF Pro Text";
  font-size: 16px;
  padding-bottom: 25px;
  margin: 0;
  line-height: 1.5;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px; } }

em {
  font-style: normal; }

a {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

.container {
  width: 100%;
  max-width: 1430px;
  padding: 0 15px; }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1430px;
      width: 100%;
      padding: 0 15px;
      margin: 0 auto; } }

.owl-nav {
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 115px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  text-align: center; }
  .owl-nav .owl-prev {
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    width: 47px;
    position: absolute;
    text-indent: -9999px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    .owl-nav .owl-prev:before {
      position: absolute;
      content: "";
      background: url("../images/prev-arrow-orange-icon.svg") no-repeat center center;
      left: 18px;
      width: 12px;
      height: 22px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .owl-nav .owl-prev:after {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 25px;
      height: 3px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .owl-nav .owl-prev:hover:before {
      left: 0px; }
    .owl-nav .owl-prev:hover:after {
      width: 44px; }
  .owl-nav .owl-next {
    position: absolute;
    background-position: left center;
    background-repeat: no-repeat;
    width: 47px;
    right: 0;
    text-indent: -9999px;
    background-size: 27px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    .owl-nav .owl-next:before {
      position: absolute;
      content: "";
      background: url("../images/next-arrow-orange-icon.svg") no-repeat center center;
      right: 18px;
      width: 12px;
      height: 22px;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .owl-nav .owl-next:after {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 25px;
      height: 3px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .owl-nav .owl-next:hover:before {
      right: 0px; }
    .owl-nav .owl-next:hover:after {
      width: 44px; }

.line-seprator {
  width: 100%;
  border-bottom: 1px solid rgba(0, 44, 115, 0.33); }

.space-75 {
  padding: 75px 0 35px; }

.space-bottom-355 {
  padding-bottom: 355px !important; }

.space-top-30 {
  padding-top: 30px !important; }

.space-bottom-15 {
  padding-bottom: 15px; }

.title-heading-with-line {
  width: 100%;
  text-align: center; }
  .title-heading-with-line h2 {
    position: relative;
    color: #002C73;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700; }
    .title-heading-with-line h2:after {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 40px;
      height: 3px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }
    @media screen and (max-width: 479px) {
      .title-heading-with-line h2 {
        font-size: 21px; } }

.title-heading-with-line.text-left {
  text-align: left; }
  .title-heading-with-line.text-left h2 {
    text-align: left; }
    .title-heading-with-line.text-left h2:after {
      left: 0;
      right: inherit;
      text-align: left;
      margin: 0; }

form .form-control {
  margin-bottom: 15px; }

form label {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%; }

form .half-col {
  width: calc(50% - 30px);
  margin: 0 15px; }
  @media only screen and (max-width: 767px) {
    form .half-col {
      width: 100%;
      margin: 0 0 15px; } }
  form .half-col small.user-note {
    display: block; }

form .three-col {
  width: calc(33.33% - 30px);
  margin: 0 15px; }
  @media only screen and (max-width: 767px) {
    form .three-col {
      width: 100%;
      margin: 0 0 15px; } }

form .full-col {
  width: calc(100% - 30px);
  margin: 0 15px; }
  @media only screen and (max-width: 767px) {
    form .full-col {
      width: 100%;
      margin: 0 0 15px; } }

form input[type="text"], form input[type="search"], form input[type="email"], form input[type="phone"], form input[type="password"], form input[type="url"], form input[type="tel"] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  font-family: "SF Pro Text";
  font-weight: 400;
  padding: 0 15px;
  font-size: 16px;
  color: #002C73;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  border: 1px solid transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  form input[type="text"].wpcf7-not-valid, form input[type="search"].wpcf7-not-valid, form input[type="email"].wpcf7-not-valid, form input[type="phone"].wpcf7-not-valid, form input[type="password"].wpcf7-not-valid, form input[type="url"].wpcf7-not-valid, form input[type="tel"].wpcf7-not-valid {
    border: 1px solid #E2231A !important; }
  @media screen and (max-width: 1199px) {
    form input[type="text"], form input[type="search"], form input[type="email"], form input[type="phone"], form input[type="password"], form input[type="url"], form input[type="tel"] {
      height: 55px;
      line-height: 55px; } }

form textarea {
  width: 100%;
  background: #f5f5f5;
  font-family: "SF Pro Text";
  font-weight: 400;
  padding: 15px 15px;
  font-size: 16px;
  color: #002C73;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  border: 1px solid transparent;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  form textarea.wpcf7-not-valid {
    border: 1px solid #E2231A !important; }

form select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5 url("../images/select-icon.svg");
  cursor: pointer;
  background-position: 95% center;
  background-repeat: no-repeat;
  font-family: "SF Pro Text";
  font-weight: 400;
  padding: 0 45px 0 20px;
  font-size: 16px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  form select::-ms-expand {
    display: none; }
  @media screen and (max-width: 1199px) {
    form select {
      height: 55px;
      line-height: 55px; } }

form input[type="submit"] {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #E2231A !important;
  border: none;
  padding: 14px 46px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  height: 50px; }
  form input[type="submit"]:hover {
    background: #000 !important; }

form button {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #E2231A;
  border: none;
  padding: 14px 46px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  form button:hover {
    background: #000; }
  @media screen and (max-width: 479px) {
    form button {
      padding: 14px 35px; } }

form input[type="search"]::-webkit-search-decoration,
form input[type="search"]::-webkit-search-cancel-button,
form input[type="search"]::-webkit-search-results-button,
form input[type="search"]::-webkit-search-results-decoration {
  display: none; }

form .infobox-col {
  display: flex;
  position: relative; }
  @media screen and (max-width: 767px) {
    form .infobox-col {
      padding-bottom: 30px !important; } }
  form .infobox-col .error-message {
    position: absolute;
    bottom: -30px; }
    @media screen and (max-width: 767px) {
      form .infobox-col .error-message {
        bottom: 0; } }
  form .infobox-col .infobox-email {
    width: 30%;
    color: #fff;
    padding: 0 15px;
    background: #B4B4B4;
    border: none;
    height: 60px;
    line-height: 60px; }
    @media screen and (max-width: 1199px) {
      form .infobox-col .infobox-email {
        height: 55px;
        line-height: 55px; } }
  form .infobox-col input[type="email"], form .infobox-col input[type="text"] {
    width: 70%; }

.wpcf7-not-valid-tip {
  font-family: "SF Pro Text";
  margin-top: 5px !important;
  font-size: 14px;
  font-weight: 500; }

.wpcf7-not-valid {
  border: 2px dotted #f00000;
  color: #f00000;
  font-size: 14px;
  padding: 10px !important;
  font-family: "SF Pro Text";
  font-weight: 500; }

.wpcf7-mail-sent-ok {
  border: 2px dotted #398f14 !important;
  text-align: center;
  font-size: 14px;
  padding: 10px !important;
  font-family: "SF Pro Text";
  font-weight: 500;
  color: #398f14; }

.wpcf7-checkbox.wpcf7-not-valid {
  border: none !important; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: none !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.space-top-200 {
  margin-top: -200px; }

.space-top-495 {
  margin-top: -495px; }

.space-bottom-560 {
  padding-bottom: 570px !important; }
  @media screen and (max-width: 1199px) {
    .space-bottom-560 {
      padding-bottom: 560px !important; } }

.overlay-blue {
  position: relative; }
  .overlay-blue:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 44, 115, 0.9); }

.overlay-red {
  position: relative; }
  .overlay-red:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 35, 26, 0.9); }

.btn-submit-wrapper {
  width: 100%;
  text-align: center; }

.btn-submit {
  position: relative; }
  .btn-submit .btn {
    cursor: pointer;
    padding: 13px 70px 13px 20px; }
    .btn-submit .btn.btn-primary:after {
      right: 0;
      border-left: 1px solid #fff; }
    .btn-submit .btn.upload-btn {
      padding: 13px 90px 13px 50px !important; }
      @media screen and (max-width: 1023px) {
        .btn-submit .btn.upload-btn {
          padding: 13px 90px 11px 50px !important; } }
  .btn-submit:after {
    position: absolute;
    content: "";
    background: #E2231A url(../images/arrow-pointing-to-right.svg) center center no-repeat;
    width: 15px;
    height: 100%;
    padding: 0 16px;
    top: 0;
    background-size: 20px;
    margin-left: 1px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    display: none; }

/*animetion css*/
.animated:nth-child(1) {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.animated:nth-child(2) {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.animated:nth-child(3) {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.animated:nth-child(4) {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.animated:nth-child(5) {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }

.animated:nth-child(6) {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important; }

.animated:nth-child(7) {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important; }

.animated:nth-child(8) {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important; }

.animated:nth-child(9) {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important; }

.animated:nth-child(10) {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important; }

.animated:nth-child(11) {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important; }

.animated:nth-child(12) {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important; }

.animated:nth-child(13) {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important; }

.animated:nth-child(14) {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important; }

.animated:nth-child(15) {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important; }

.animated:nth-child(16) {
  -webkit-animation-delay: 3.2s !important;
  animation-delay: 3.2s !important; }

.animated:nth-child(17) {
  -webkit-animation-delay: 3.4s !important;
  animation-delay: 3.4s !important; }

.animated:nth-child(18) {
  -webkit-animation-delay: 3.6s !important;
  animation-delay: 3.6s !important; }

.animated:nth-child(19) {
  -webkit-animation-delay: 3.8s !important;
  animation-delay: 3.8s !important; }

.animated:nth-child(20) {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important; }

.animated:nth-child(21) {
  -webkit-animation-delay: 4.2s !important;
  animation-delay: 4.2s !important; }

.animated:nth-child(22) {
  -webkit-animation-delay: 4.4s !important;
  animation-delay: 4.4s !important; }

.animated:nth-child(23) {
  -webkit-animation-delay: 4.6s !important;
  animation-delay: 4.6s !important; }

.animated:nth-child(24) {
  -webkit-animation-delay: 4.8s !important;
  animation-delay: 4.8s !important; }

.animated:nth-child(25) {
  -webkit-animation-delay: 5s !important;
  animation-delay: 5s !important; }

.animated:nth-child(26) {
  -webkit-animation-delay: 5.2s !important;
  animation-delay: 5.2s !important; }

.animated:nth-child(27) {
  -webkit-animation-delay: 5.4s !important;
  animation-delay: 5.4s !important; }

.animated:nth-child(28) {
  -webkit-animation-delay: 5.6s !important;
  animation-delay: 5.6s !important; }

.animated:nth-child(29) {
  -webkit-animation-delay: 5.8s !important;
  animation-delay: 5.8s !important; }

.animated:nth-child(30) {
  -webkit-animation-delay: 6s !important;
  animation-delay: 6s !important; }

.animated:nth-child(31) {
  -webkit-animation-delay: 6.2s !important;
  animation-delay: 6.2s !important; }

.animated:nth-child(32) {
  -webkit-animation-delay: 6.4s !important;
  animation-delay: 6.4s !important; }

.animated:nth-child(33) {
  -webkit-animation-delay: 6.6s !important;
  animation-delay: 6.6s !important; }

.animated:nth-child(34) {
  -webkit-animation-delay: 6.8s !important;
  animation-delay: 6.8s !important; }

.animated:nth-child(35) {
  -webkit-animation-delay: 7s !important;
  animation-delay: 7s !important; }

.animated:nth-child(36) {
  -webkit-animation-delay: 7.2s !important;
  animation-delay: 7.2s !important; }

.animated:nth-child(37) {
  -webkit-animation-delay: 7.4s !important;
  animation-delay: 7.4s !important; }

.animated:nth-child(38) {
  -webkit-animation-delay: 7.6s !important;
  animation-delay: 7.6s !important; }

.animated:nth-child(39) {
  -webkit-animation-delay: 7.8s !important;
  animation-delay: 7.8s !important; }

.animated:nth-child(40) {
  -webkit-animation-delay: 8s !important;
  animation-delay: 8s !important; }

.animated:nth-child(41) {
  -webkit-animation-delay: 8.2s !important;
  animation-delay: 8.2s !important; }

.animated:nth-child(42) {
  -webkit-animation-delay: 8.4s !important;
  animation-delay: 8.4s !important; }

.animated:nth-child(43) {
  -webkit-animation-delay: 8.6s !important;
  animation-delay: 8.6s !important; }

.animated:nth-child(44) {
  -webkit-animation-delay: 8.8s !important;
  animation-delay: 8.8s !important; }

.animated:nth-child(45) {
  -webkit-animation-delay: 9s !important;
  animation-delay: 9s !important; }

.animated:nth-child(46) {
  -webkit-animation-delay: 9.2s !important;
  animation-delay: 9.2s !important; }

.animated:nth-child(47) {
  -webkit-animation-delay: 9.4s !important;
  animation-delay: 9.4s !important; }

.animated:nth-child(48) {
  -webkit-animation-delay: 9.6s !important;
  animation-delay: 9.6s !important; }

.animated:nth-child(49) {
  -webkit-animation-delay: 9.8s !important;
  animation-delay: 9.8s !important; }

.animated:nth-child(50) {
  -webkit-animation-delay: 10s !important;
  animation-delay: 10s !important; }

.animated:nth-child(51) {
  -webkit-animation-delay: 10.2s !important;
  animation-delay: 10.2s !important; }

.animated:nth-child(52) {
  -webkit-animation-delay: 10.4s !important;
  animation-delay: 10.4s !important; }

.animated:nth-child(53) {
  -webkit-animation-delay: 10.6s !important;
  animation-delay: 10.6s !important; }

.animated:nth-child(54) {
  -webkit-animation-delay: 10.8s !important;
  animation-delay: 10.8s !important; }

.animated:nth-child(55) {
  -webkit-animation-delay: 11s !important;
  animation-delay: 11s !important; }

.animated:nth-child(56) {
  -webkit-animation-delay: 11.2s !important;
  animation-delay: 11.2s !important; }

.animated:nth-child(57) {
  -webkit-animation-delay: 11.4s !important;
  animation-delay: 11.4s !important; }

.animated:nth-child(58) {
  -webkit-animation-delay: 11.6s !important;
  animation-delay: 11.6s !important; }

.animated:nth-child(59) {
  -webkit-animation-delay: 11.8s !important;
  animation-delay: 11.8s !important; }

.animated:nth-child(60) {
  -webkit-animation-delay: 12s !important;
  animation-delay: 12s !important; }

.animated:nth-child(61) {
  -webkit-animation-delay: 12.2s !important;
  animation-delay: 12.2s !important; }

.animated:nth-child(62) {
  -webkit-animation-delay: 12.4s !important;
  animation-delay: 12.4s !important; }

.animated:nth-child(63) {
  -webkit-animation-delay: 12.6s !important;
  animation-delay: 12.6s !important; }

.animated:nth-child(64) {
  -webkit-animation-delay: 12.8s !important;
  animation-delay: 12.8s !important; }

.animated:nth-child(65) {
  -webkit-animation-delay: 13s !important;
  animation-delay: 13s !important; }

.animated:nth-child(66) {
  -webkit-animation-delay: 13.2s !important;
  animation-delay: 13.2s !important; }

.animated:nth-child(67) {
  -webkit-animation-delay: 13.4s !important;
  animation-delay: 13.4s !important; }

.animated:nth-child(68) {
  -webkit-animation-delay: 13.6s !important;
  animation-delay: 13.6s !important; }

.animated:nth-child(69) {
  -webkit-animation-delay: 13.8s !important;
  animation-delay: 13.8s !important; }

.animated:nth-child(70) {
  -webkit-animation-delay: 14s !important;
  animation-delay: 14s !important; }

.animated:nth-child(71) {
  -webkit-animation-delay: 14.2s !important;
  animation-delay: 14.2s !important; }

.animated:nth-child(72) {
  -webkit-animation-delay: 14.4s !important;
  animation-delay: 14.4s !important; }

.animated:nth-child(73) {
  -webkit-animation-delay: 14.6s !important;
  animation-delay: 14.6s !important; }

.animated:nth-child(74) {
  -webkit-animation-delay: 14.8s !important;
  animation-delay: 14.8s !important; }

.animated:nth-child(75) {
  -webkit-animation-delay: 15s !important;
  animation-delay: 15s !important; }

.animated:nth-child(76) {
  -webkit-animation-delay: 15.2s !important;
  animation-delay: 15.2s !important; }

.animated:nth-child(77) {
  -webkit-animation-delay: 15.4s !important;
  animation-delay: 15.4s !important; }

.animated:nth-child(78) {
  -webkit-animation-delay: 15.6s !important;
  animation-delay: 15.6s !important; }

.animated:nth-child(79) {
  -webkit-animation-delay: 15.8s !important;
  animation-delay: 15.8s !important; }

.animated:nth-child(80) {
  -webkit-animation-delay: 16s !important;
  animation-delay: 16s !important; }

.animated:nth-child(81) {
  -webkit-animation-delay: 16.2s !important;
  animation-delay: 16.2s !important; }

.animated:nth-child(82) {
  -webkit-animation-delay: 16.4s !important;
  animation-delay: 16.4s !important; }

.animated:nth-child(83) {
  -webkit-animation-delay: 16.6s !important;
  animation-delay: 16.6s !important; }

.animated:nth-child(84) {
  -webkit-animation-delay: 16.8s !important;
  animation-delay: 16.8s !important; }

.animated:nth-child(85) {
  -webkit-animation-delay: 17s !important;
  animation-delay: 17s !important; }

.animated:nth-child(86) {
  -webkit-animation-delay: 17.2s !important;
  animation-delay: 17.2s !important; }

.animated:nth-child(87) {
  -webkit-animation-delay: 17.4s !important;
  animation-delay: 17.4s !important; }

.animated:nth-child(88) {
  -webkit-animation-delay: 17.6s !important;
  animation-delay: 17.6s !important; }

.animated:nth-child(89) {
  -webkit-animation-delay: 17.8s !important;
  animation-delay: 17.8s !important; }

.animated:nth-child(90) {
  -webkit-animation-delay: 18s !important;
  animation-delay: 18s !important; }

.animated:nth-child(91) {
  -webkit-animation-delay: 18.2s !important;
  animation-delay: 18.2s !important; }

.animated:nth-child(92) {
  -webkit-animation-delay: 18.4s !important;
  animation-delay: 18.4s !important; }

.animated:nth-child(93) {
  -webkit-animation-delay: 18.6s !important;
  animation-delay: 18.6s !important; }

.animated:nth-child(94) {
  -webkit-animation-delay: 18.8s !important;
  animation-delay: 18.8s !important; }

.animated:nth-child(95) {
  -webkit-animation-delay: 19s !important;
  animation-delay: 19s !important; }

.animated:nth-child(96) {
  -webkit-animation-delay: 19.2s !important;
  animation-delay: 19.2s !important; }

.animated:nth-child(97) {
  -webkit-animation-delay: 19.4s !important;
  animation-delay: 19.4s !important; }

.animated:nth-child(98) {
  -webkit-animation-delay: 19.6s !important;
  animation-delay: 19.6s !important; }

.animated:nth-child(99) {
  -webkit-animation-delay: 19.8s !important;
  animation-delay: 19.8s !important; }

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.animated {
  opacity: 0; }
  .animated.fadeInUp.visible {
    -webkit-animation: fadeInUp 1s ease 0.1s forwards;
    animation: fadeInUp 1s ease 0.1s forwards; }

@-webkit-keyframes fadeIn {
  from {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0; }
  to {
    opacity: 1; } }

.animated {
  opacity: 0; }
  .animated.fadeIn.visible {
    -webkit-animation: fadeIn 1s ease 0.3s forwards;
    animation: fadeIn 1s ease 0.3s forwards; }

.header-main {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 40px;
  z-index: 99;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  @media screen and (max-width: 1023px) {
    .header-main {
      padding-top: 0; } }
  .header-main .container {
    max-width: 1195px;
    width: 100%; }
  .header-main .top-header .top-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    @media screen and (max-width: 1023px) {
      .header-main .top-header .top-wrap {
        padding: 0 0;
        display: block; } }
  .header-main .top-header .top-nav-listing {
    display: flex; }
    @media screen and (max-width: 1023px) {
      .header-main .top-header .top-nav-listing {
        display: block !important; } }
    .header-main .top-header .top-nav-listing ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .header-main .top-header .top-nav-listing ul {
          display: block !important;
          margin: 0;
          padding: 0;
          background: transparent !important; } }
      .header-main .top-header .top-nav-listing ul li {
        list-style: none;
        color: #fff;
        padding: 0 18px;
        position: relative; }
        @media screen and (max-width: 1023px) {
          .header-main .top-header .top-nav-listing ul li {
            padding: 10px 0; } }
        .header-main .top-header .top-nav-listing ul li:after {
          content: "";
          position: absolute;
          right: 0;
          background: #fff;
          width: 1px;
          height: 19px;
          top: 2px; }
          @media screen and (max-width: 1023px) {
            .header-main .top-header .top-nav-listing ul li:after {
              display: none; } }
        .header-main .top-header .top-nav-listing ul li.current-menu-item a:after {
          opacity: 1;
          visibility: visible;
          width: 100%; }
        .header-main .top-header .top-nav-listing ul li a {
          color: #fff;
          text-decoration: none;
          position: relative; }
          .header-main .top-header .top-nav-listing ul li a:after {
            content: "";
            position: absolute;
            bottom: -5px;
            background: #fff;
            width: 0;
            height: 1px;
            opacity: 0;
            left: 0;
            visibility: hidden;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            transition: 0.5s all ease-in-out; }
          .header-main .top-header .top-nav-listing ul li a:hover:after {
            opacity: 1;
            visibility: visible;
            width: 100%; }
          @media screen and (max-width: 1023px) {
            .header-main .top-header .top-nav-listing ul li a {
              font-size: 20px; } }
  .header-main .top-header .social-listing {
    margin-right: 10px; }
    @media screen and (max-width: 1023px) {
      .header-main .top-header .social-listing {
        margin: 15px 0; } }
    .header-main .top-header .social-listing ul {
      padding: 0;
      margin: 0; }
      .header-main .top-header .social-listing ul.social-media {
        display: flex; }
        @media screen and (max-width: 1023px) {
          .header-main .top-header .social-listing ul.social-media {
            display: block;
            background: transparent;
            width: 100%;
            padding: 15px 0; } }
        .header-main .top-header .social-listing ul.social-media li {
          color: #E2231A;
          display: inline-block;
          margin: 0 6px;
          -webkit-transition: 0.5s all ease-in-out;
          -moz-transition: 0.5s all ease-in-out;
          -ms-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out;
          cursor: pointer; }
          .header-main .top-header .social-listing ul.social-media li a {
            color: #E2231A;
            background: #fff;
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center; }
            @media screen and (max-width: 1023px) {
              .header-main .top-header .social-listing ul.social-media li a:after {
                display: none; } }
          .header-main .top-header .social-listing ul.social-media li:hover a {
            color: #fff;
            background: #E2231A; }
            @media screen and (max-width: 1023px) {
              .header-main .top-header .social-listing ul.social-media li:hover a {
                background: #002C73; } }
          @media screen and (max-width: 1023px) {
            .header-main .top-header .social-listing ul.social-media li {
              line-height: 22px;
              width: auto; } }
  .header-main .top-header .btn-member-login .btn.btn-primary {
    padding: 13px 31px;
    font-weight: 400;
    border: 1px solid #fff;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    @media screen and (max-width: 1023px) {
      .header-main .top-header .btn-member-login .btn.btn-primary {
        font-size: 16px;
        padding: 10px 25px; } }
    .header-main .top-header .btn-member-login .btn.btn-primary:hover, .header-main .top-header .btn-member-login .btn.btn-primary:focus {
      border: 1px solid #E2231A;
      background: #E2231A; }
      @media screen and (max-width: 1023px) {
        .header-main .top-header .btn-member-login .btn.btn-primary:hover, .header-main .top-header .btn-member-login .btn.btn-primary:focus {
          background: #002C73;
          border: 1px solid #002C73; } }
    .header-main .top-header .btn-member-login .btn.btn-primary:after {
      display: none; }
    .header-main .top-header .btn-member-login .btn.btn-primary.logout-menu {
      border: 0;
      padding: 14px 30px 14px 15px; }
      .header-main .top-header .btn-member-login .btn.btn-primary.logout-menu i {
        padding-right: 5px; }
      .header-main .top-header .btn-member-login .btn.btn-primary.logout-menu:hover, .header-main .top-header .btn-member-login .btn.btn-primary.logout-menu:focus {
        background: transparent;
        color: #E2231A; }
  @media screen and (max-width: 1023px) {
    .header-main .container {
      padding: 0; } }
  .header-main .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.16); }
    .header-main .header-wrap .logo {
      width: 17%;
      position: relative;
      z-index: 11;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-main .header-wrap .logo:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 0;
        background: #fff;
        right: -68px;
        width: 180px;
        height: 100%;
        transform: skewX(49deg);
        z-index: -1; }
        @media screen and (max-width: 479px) {
          .header-main .header-wrap .logo:after {
            width: 130px; } }
      @media screen and (max-width: 1199px) {
        .header-main .header-wrap .logo {
          width: 19%; } }
      @media screen and (max-width: 1023px) {
        .header-main .header-wrap .logo {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        .header-main .header-wrap .logo {
          width: 33%; } }
      @media screen and (max-width: 639px) {
        .header-main .header-wrap .logo {
          width: 45%; } }
      @media screen and (max-width: 479px) {
        .header-main .header-wrap .logo {
          width: 42%; } }
      .header-main .header-wrap .logo .logo-wrap {
        background: #fff;
        padding-left: 20px;
        max-width: 215px;
        width: 100%;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .header-main .header-wrap .logo .logo-wrap {
            padding-left: 15px; } }
        .header-main .header-wrap .logo .logo-wrap a {
          display: inline-block;
          vertical-align: middle; }
          .header-main .header-wrap .logo .logo-wrap a img {
            max-width: 196px; }
            @media screen and (max-width: 479px) {
              .header-main .header-wrap .logo .logo-wrap a img {
                width: 150px; } }
    .header-main .header-wrap .menu-wrap {
      width: 72.2%;
      position: relative; }
      .header-main .header-wrap .menu-wrap:after {
        position: absolute;
        content: "";
        width: 172px;
        height: 100%;
        top: 0;
        left: -58px;
        z-index: 0;
        background: #E2231A;
        transform: skewX(135deg);
        z-index: 0; }
        @media screen and (max-width: 639px) {
          .header-main .header-wrap .menu-wrap:after {
            width: 120px; } }
      @media screen and (max-width: 1023px) {
        .header-main .header-wrap .menu-wrap {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        .header-main .header-wrap .menu-wrap {
          width: 55%; } }
      @media screen and (max-width: 639px) {
        .header-main .header-wrap .menu-wrap {
          width: 40%; } }
      @media screen and (max-width: 479px) {
        .header-main .header-wrap .menu-wrap {
          width: 37%; } }
      @media screen and (max-width: 380px) {
        .header-main .header-wrap .menu-wrap {
          width: 25%; } }
      .header-main .header-wrap .menu-wrap .menu-main-menu-container {
        background: #E2231A;
        padding: 0 25px 0;
        text-align: right;
        width: 100%;
        margin-left: auto;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 1023px) {
          .header-main .header-wrap .menu-wrap .menu-main-menu-container {
            padding: 40px 25px; } }
        @media screen and (max-width: 479px) {
          .header-main .header-wrap .menu-wrap .menu-main-menu-container {
            padding: 35px 25px; } }
        .header-main .header-wrap .menu-wrap .menu-main-menu-container:after {
          content: "";
          position: absolute;
          top: 0;
          background: #e2231a;
          width: 97%;
          height: 100%;
          left: 0;
          right: 0;
          display: none; }
          @media screen and (max-width: 1023px) {
            .header-main .header-wrap .menu-wrap .menu-main-menu-container:after {
              display: block; } }
  .header-main.fixed {
    padding-top: 0;
    top: -2px;
    background: #002C73;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.16); }
    .header-main.fixed .top-wrap {
      margin: 0 0 -50px 0;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      @media screen and (max-width: 1023px) {
        .header-main.fixed .top-wrap {
          transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          -webkit-transform: translateY(0); } }
    @media screen and (max-width: 1023px) {
      .header-main.fixed .menu-wrap .menu-main-menu-container {
        padding: 30px 25px; } }
    @media screen and (max-width: 479px) {
      .header-main.fixed .menu-wrap .menu-main-menu-container {
        padding: 25px 25px; } }

.sec-hero-banner {
  width: 100%;
  position: relative;
  z-index: 11; }
  .sec-hero-banner .home-slider .owl-nav {
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: auto;
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    top: 62%;
    z-index: 1;
    height: 0;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .sec-hero-banner .home-slider .owl-nav {
        top: 50%; } }
    @media screen and (max-width: 639px) {
      .sec-hero-banner .home-slider .owl-nav {
        top: 52%; } }
    .sec-hero-banner .home-slider .owl-nav .owl-prev {
      background-image: url("../images/hero-prev-arrow.svg");
      background-position: -2px center;
      background-repeat: no-repeat;
      width: 43px;
      height: 44px;
      position: absolute;
      left: 15px;
      text-indent: -9999px;
      background-size: auto;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
      .sec-hero-banner .home-slider .owl-nav .owl-prev:before, .sec-hero-banner .home-slider .owl-nav .owl-prev:after {
        display: none; }
      .sec-hero-banner .home-slider .owl-nav .owl-prev:hover {
        background-color: #E2231A;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
      @media (max-width: 767px) {
        .sec-hero-banner .home-slider .owl-nav .owl-prev {
          width: 40px;
          height: 40px;
          left: 5px; } }
    .sec-hero-banner .home-slider .owl-nav .owl-next {
      position: absolute;
      background-image: url("../images/hero-next-arrow.svg");
      background-position: 0 center;
      background-repeat: no-repeat;
      width: 43px;
      height: 44px;
      right: 15px;
      text-indent: -9999px;
      background-size: auto;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
      .sec-hero-banner .home-slider .owl-nav .owl-next:before, .sec-hero-banner .home-slider .owl-nav .owl-next:after {
        display: none; }
      @media screen and (max-width: 767px) {
        .sec-hero-banner .home-slider .owl-nav .owl-next {
          right: 5px;
          width: 40px;
          height: 40px; } }
      .sec-hero-banner .home-slider .owl-nav .owl-next:hover {
        background-color: #E2231A;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
  .sec-hero-banner .home-slider .item {
    width: 100%;
    height: 765px;
    background-position: center center;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .sec-hero-banner .home-slider .item {
        height: 665px; } }
    @media screen and (max-width: 991px) {
      .sec-hero-banner .home-slider .item {
        height: 565px; } }
    @media screen and (max-width: 479px) {
      .sec-hero-banner .home-slider .item {
        height: 465px; } }
    .sec-hero-banner .home-slider .item:after {
      position: absolute;
      content: "";
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .sec-hero-banner .home-slider .item .banner-cont {
      padding: 95px 55px;
      position: absolute;
      top: 65%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      width: 100%;
      text-align: center;
      z-index: 22;
      max-width: 1120px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) {
        .sec-hero-banner .home-slider .item .banner-cont {
          top: 53.5%; } }
      @media screen and (max-width: 479px) {
        .sec-hero-banner .home-slider .item .banner-cont {
          top: 56.5%; } }
      .sec-hero-banner .home-slider .item .banner-cont h2 {
        font-size: 60px;
        color: #fff;
        font-weight: 900;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1.2px; }
        @media screen and (max-width: 1199px) {
          .sec-hero-banner .home-slider .item .banner-cont h2 {
            font-size: 50px; } }
        @media screen and (max-width: 1023px) {
          .sec-hero-banner .home-slider .item .banner-cont h2 {
            font-size: 44px; } }
        @media screen and (max-width: 991px) {
          .sec-hero-banner .home-slider .item .banner-cont h2 {
            font-size: 36px; } }
        @media screen and (max-width: 767px) {
          .sec-hero-banner .home-slider .item .banner-cont h2 {
            font-size: 30px; } }
        @media screen and (max-width: 639px) {
          .sec-hero-banner .home-slider .item .banner-cont h2 {
            font-size: 26px; } }
        @media screen and (max-width: 479px) {
          .sec-hero-banner .home-slider .item .banner-cont h2 {
            font-size: 22px; } }
      .sec-hero-banner .home-slider .item .banner-cont p {
        color: #fff; }

.branch-hero-banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 765px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1199px) {
    .branch-hero-banner {
      height: 665px; } }
  @media screen and (max-width: 991px) {
    .branch-hero-banner {
      height: 565px; } }
  @media screen and (max-width: 479px) {
    .branch-hero-banner {
      height: 465px; } }
  .branch-hero-banner .branch-hero-banner-slider {
    padding: 225px 0 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .branch-hero-banner .branch-hero-banner-slider {
        padding: 170px 25px 0; } }
    @media screen and (max-width: 1023px) {
      .branch-hero-banner .branch-hero-banner-slider {
        padding: 100px 25px 0; } }
    .branch-hero-banner .branch-hero-banner-slider .owl-nav {
      left: 0;
      margin: 0 auto;
      position: absolute;
      width: auto;
      max-width: 1430px;
      width: 100%;
      margin: 0 auto;
      top: 65%;
      z-index: 9999;
      text-align: center;
      height: 0; }
      @media screen and (max-width: 991px) {
        .branch-hero-banner .branch-hero-banner-slider .owl-nav {
          top: 55%; } }
      @media screen and (max-width: 767px) {
        .branch-hero-banner .branch-hero-banner-slider .owl-nav {
          top: 58%; } }
      .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-prev {
        background-image: url("../images/hero-prev-arrow.svg");
        background-position: -2px center;
        background-repeat: no-repeat;
        width: 43px;
        height: 44px;
        position: absolute;
        left: -70px;
        text-indent: -9999px;
        background-size: auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
        .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-prev:before, .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-prev:after {
          display: none; }
        .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-prev:hover {
          background-color: #E2231A;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%; }
        @media screen and (max-width: 1400px) {
          .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-prev {
            left: 5px; } }
        @media (max-width: 767px) {
          .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-prev {
            width: 40px;
            height: 40px;
            left: 5px; } }
      .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-next {
        position: absolute;
        background-image: url("../images/hero-next-arrow.svg");
        background-position: 0 center;
        background-repeat: no-repeat;
        width: 43px;
        height: 44px;
        right: -70px;
        text-indent: -9999px;
        background-size: auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
        .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-next:before, .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-next:after {
          display: none; }
        @media screen and (max-width: 1400px) {
          .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-next {
            right: 5px; } }
        @media screen and (max-width: 767px) {
          .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-next {
            right: 5px;
            width: 40px;
            height: 40px; } }
        .branch-hero-banner .branch-hero-banner-slider .owl-nav .owl-next:hover {
          background-color: #E2231A;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%; }
    .branch-hero-banner .branch-hero-banner-slider .item {
      height: 420px; }
      @media screen and (max-width: 1199px) {
        .branch-hero-banner .branch-hero-banner-slider .item {
          height: 375px; } }
      @media screen and (max-width: 767px) {
        .branch-hero-banner .branch-hero-banner-slider .item {
          height: 350px; } }
      @media screen and (max-width: 639px) {
        .branch-hero-banner .branch-hero-banner-slider .item {
          height: 320px; } }
      @media screen and (max-width: 479px) {
        .branch-hero-banner .branch-hero-banner-slider .item {
          height: 300px; } }
      .branch-hero-banner .branch-hero-banner-slider .item .banner-cont {
        padding: 35px 75px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        z-index: 22;
        max-width: 1120px;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .branch-hero-banner .branch-hero-banner-slider .item .banner-cont {
            padding: 35px 35px;
            top: 55%; } }
        .branch-hero-banner .branch-hero-banner-slider .item .banner-cont h2 {
          font-size: 60px;
          color: #fff;
          font-weight: 900;
          margin-bottom: 0;
          text-transform: uppercase;
          letter-spacing: 1.2px; }
          @media screen and (max-width: 1199px) {
            .branch-hero-banner .branch-hero-banner-slider .item .banner-cont h2 {
              font-size: 50px; } }
          @media screen and (max-width: 1023px) {
            .branch-hero-banner .branch-hero-banner-slider .item .banner-cont h2 {
              font-size: 44px; } }
          @media screen and (max-width: 991px) {
            .branch-hero-banner .branch-hero-banner-slider .item .banner-cont h2 {
              font-size: 36px; } }
          @media screen and (max-width: 767px) {
            .branch-hero-banner .branch-hero-banner-slider .item .banner-cont h2 {
              font-size: 30px;
              line-height: 1.1;
              margin-bottom: 10px; } }
          @media screen and (max-width: 639px) {
            .branch-hero-banner .branch-hero-banner-slider .item .banner-cont h2 {
              font-size: 26px; } }
          @media screen and (max-width: 479px) {
            .branch-hero-banner .branch-hero-banner-slider .item .banner-cont h2 {
              font-size: 22px; } }
        .branch-hero-banner .branch-hero-banner-slider .item .banner-cont p {
          color: #fff; }
          @media screen and (max-width: 767px) {
            .branch-hero-banner .branch-hero-banner-slider .item .banner-cont p {
              line-height: 1.35; } }
      .branch-hero-banner .branch-hero-banner-slider .item .branch-slider-bg {
        width: 100%;
        background-position: center;
        background-size: cover;
        text-align: center;
        margin: 0 auto;
        height: 100%; }

.searchform label {
  display: none; }

.searchform input[type="text"], .searchform input[type="email"], .searchform input[type="tel"] {
  border: 1px solid #000;
  height: 52px;
  line-height: 52px;
  margin-bottom: 10px; }

.append-div {
  padding-top: 0px !important; }
  .append-div .top-header {
    padding-bottom: 45px; }

ul.search-bar-listing li {
  padding: 0 21px !important; }
  ul.search-bar-listing li:after {
    display: none; }
  ul.search-bar-listing li a i {
    padding-right: 10px;
    font-weight: 400;
    font-size: 15px; }

@media screen and (max-width: 1023px) {
  ul.search-bar-listing {
    margin-top: 8px !important; } }

/*
  Only required is to display none the .menu-icon
*/
.menu-icon {
  display: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 33px;
  font-size: 22px;
  padding: 10px 0; }
  .menu-icon .menu-box {
    width: 50px;
    height: 35px;
    margin-right: 15px;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11; }
    .menu-icon .menu-box span {
      width: 100%;
      height: 5px;
      margin-bottom: 8px;
      background: #fff;
      display: block;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
  .menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px); }
  .menu-icon.active span:nth-child(2) {
    opacity: 0; }

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translateY(3px) translateX(3px);
  -webkit-transform: rotate(45deg) translateY(6px) translateX(6px); }

.menu-icon.active span:nth-child(2) {
  opacity: 0; }

.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-12px) translateX(12px);
  -webkit-transform: rotate(-45deg) translateY(-12px) translateX(12px); }

.enumenu_ul .caret {
  color: #fff;
  margin-left: 7px; }

.enumenu_ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.enumenu_ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 40px 12px 40px; }
  @media screen and (max-width: 1400px) {
    .enumenu_ul > li {
      padding: 40px 10px 40px; } }
  @media screen and (max-width: 1199px) {
    .enumenu_ul > li {
      padding: 40px 7px 40px; } }

.enumenu_ul > li.menu-item-has-children > a {
  padding: 0 6px 0 0; }

.enumenu_ul li a {
  font-size: 16px;
  color: #fff;
  font-family: "SF Pro Text";
  font-weight: 400;
  text-decoration: none;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .enumenu_ul li a {
      font-size: 14px; } }

.enumenu_ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  background: #fff;
  width: 0;
  height: 1px;
  opacity: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

.enumenu_ul > li a .submenuToggle {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  .enumenu_ul > li a .submenuToggle:before {
    position: absolute;
    content: "";
    background: url("../images/menu-arrow.svg") center center no-repeat;
    width: 12px;
    height: 6px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    @media screen and (max-width: 1023px) {
      .enumenu_ul > li a .submenuToggle:before {
        display: none; } }

.enumenu_ul > li.hover a .submenuToggle:before {
  transform: rotate(180deg); }

.enumenu_ul li a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible; }

.enumenu_ul li.current-menu-item > a:after, .enumenu_ul li.current-menu-ancestor > a:after {
  width: 100%;
  opacity: 1;
  visibility: visible; }

.enumenu_ul ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative; }

.enumenu_ul ul {
  top: 100%;
  z-index: 999;
  list-style: none;
  left: -25px;
  background: #fff;
  position: absolute;
  min-width: 150px;
  padding: 0;
  border-bottom: 2px solid #E2231A;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  margin: 0;
  padding: 0; }

/*Sub menu styles*/
.menu.submenu-ul-level1 li a {
  background: rgba(31, 26, 107, 0.8);
  color: #002C73;
  padding-left: 90px; }

.enumenu_ul li:hover > ul {
  opacity: 1;
  visibility: visible; }

.enumenu_ul .sb-menu .sb-menu {
  left: 100%;
  top: 0; }

.enumenu_ul ul li a {
  padding: 10px 10px;
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center; }

.enumenu_ul > li.current-menu-parent .sub-menu li.current_page_item a {
  color: #E2231A; }

.enumenu_ul ul li:hover > a {
  background: transparent;
  color: #E2231A; }

.enumenu_ul .arrow {
  position: absolute;
  right: 50px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: url(../images/menu-arrow.svg) no-repeat center center;
  cursor: pointer;
  z-index: 999; }

.enumenu_ul .arrow.up {
  transform: rotate(180deg); }

@media screen and (max-width: 1023px) {
  .enumenu_ul > li ul {
    background: #fff;
    padding: 8px 0;
    display: none;
    position: relative;
    min-width: auto;
    left: 0;
    opacity: 1 !important;
    visibility: visible;
    z-index: 0;
    -webkit-transition: 0s all ease-in-out;
    -moz-transition: 0s all ease-in-out;
    -ms-transition: 0s all ease-in-out;
    -o-transition: 0s all ease-in-out;
    transition: 0s all ease-in-out; }
  header {
    padding-top: 0; }
  .enumenu_ul {
    display: none; }
  .menu-block {
    height: auto; }
  .menu-icon {
    display: block; }
  .services-detail a.pba-detail {
    border-bottom: 2px solid #d3d9da; }
  .enumenu_ul > li {
    width: 100%;
    margin: 0px;
    padding: 10px 0;
    text-align: center; }
  .enumenu_ul > li > a {
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 20px; }
  .enumenu_ul {
    width: 100%; }
  .enumenu_ul > li ul {
    background: #fff;
    padding: 8px 0;
    display: none; }
  .enumenu_ul > li ul li {
    padding: 5px 0; }
  .enumenu_ul > li ul a {
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 0; }
  /* Push Menu */
  body.menuslide_push {
    position: relative; }
  body.menuslide_push.slidemenuLeft {
    left: 0;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s; }
  body.menuslide_push.slidemenuRight {
    right: 0;
    transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s; }
  body.slidemenuRight .enumenu_ul {
    right: -100%; }
  body.slidemenuRight.menu-open .enumenu_ul {
    right: 0; }
  body.slidemenuLeft .enumenu_ul {
    left: -100%; }
  body.slidemenuLeft.menu-open .enumenu_ul {
    left: 0; }
  body.menuslide_push.slidemenuLeft.menu-open {
    left: 300px; }
  body.menuslide_push.slidemenuRight.menu-open {
    right: 300px; }
  body.menuslide_push .enumenu_ul, body.menuOverlap .enumenu_ul {
    background: #E2231A;
    display: block;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
    transition: all 0.5s ease 0s;
    max-width: 100%;
    top: 0;
    padding: 110px 0 25px; } }

body.menu-open .header-main .header-wrap .menu-wrap .menu-main-menu-container {
  background: transparent; }

body.menu-open .header-main .header-wrap .logo {
  z-index: 0;
  display: none; }

body.menu-open .header-main .header-wrap .menu-wrap {
  width: 100%; }
  body.menu-open .header-main .header-wrap .menu-wrap:after {
    display: none; }

@media screen and (max-width: 1023px) {
  body.menu-open .header-main.fixed {
    padding-top: 0; } }

body.menu-open .header-main.fixed .menu-wrap {
  width: 100%; }

@media screen and (max-width: 1023px) {
  .header-main.fixed .enumenu_ul > li {
    padding: 10px 0; } }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.wrapper, .body-wrapper {
  position: relative;
  overflow: hidden; }

.scroll-to-top {
  position: fixed;
  bottom: 75px;
  background: #E2231A;
  right: 15px;
  padding: 10px 15px;
  color: #fff;
  z-index: 11;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  cursor: pointer; }
  .scroll-to-top:hover {
    background: #002C73; }

.two-col-wrapper {
  display: flex;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .two-col-wrapper {
      display: block; } }
  .two-col-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .two-col-wrapper .container {
        display: block;
        padding: 0; } }
  .two-col-wrapper .col-wrap {
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .two-col-wrapper .col-wrap {
        height: auto;
        width: 100%;
        position: relative; } }
    .two-col-wrapper .col-wrap .bg-img {
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .two-col-wrapper .col-wrap .bg-img {
          width: 100%;
          top: inherit; } }
    .two-col-wrapper .col-wrap .link-more {
      position: absolute;
      right: 0;
      line-height: 1;
      width: 68px;
      height: 50px;
      line-height: 60px;
      text-align: center;
      bottom: 0; }
      @media screen and (max-width: 1023px) {
        .two-col-wrapper .col-wrap .link-more {
          bottom: 2px; } }
      .two-col-wrapper .col-wrap .link-more img {
        z-index: 1; }
      .two-col-wrapper .col-wrap .link-more:after {
        position: absolute;
        content: "";
        background: rgba(226, 35, 26, 0.9);
        width: 100%;
        height: 100%;
        right: 0;
        padding: 0;
        z-index: -1;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
      .two-col-wrapper .col-wrap .link-more:hover:after {
        background: #000; }
    .two-col-wrapper .col-wrap:first-child {
      width: 49.7%; }
      @media screen and (max-width: 1023px) {
        .two-col-wrapper .col-wrap:first-child {
          width: 100%; } }
      .two-col-wrapper .col-wrap:first-child .bg-img {
        left: 0;
        width: 49.88%; }
        @media screen and (max-width: 1023px) {
          .two-col-wrapper .col-wrap:first-child .bg-img {
            width: 100%;
            margin-right: 0;
            border-bottom: 2px solid #fff; } }
    .two-col-wrapper .col-wrap:nth-of-type(2) {
      justify-content: flex-start;
      padding-left: 75px; }
      @media screen and (max-width: 1400px) {
        .two-col-wrapper .col-wrap:nth-of-type(2) {
          padding-left: 25px; } }
      @media screen and (max-width: 1023px) {
        .two-col-wrapper .col-wrap:nth-of-type(2) {
          padding-left: 0; } }
      .two-col-wrapper .col-wrap:nth-of-type(2) .bg-img {
        right: 0; }
    .two-col-wrapper .col-wrap h3 {
      color: #fff;
      margin-bottom: 0; }
      @media screen and (max-width: 1400px) {
        .two-col-wrapper .col-wrap h3 {
          font-size: 24px; } }
      @media screen and (max-width: 1199px) {
        .two-col-wrapper .col-wrap h3 {
          font-size: 22px; } }
    .two-col-wrapper .col-wrap .col-cont {
      position: relative;
      z-index: 1;
      height: 100%; }
      @media screen and (max-width: 1023px) {
        .two-col-wrapper .col-wrap .col-cont {
          padding: 35px 0; } }
    .two-col-wrapper .col-wrap ul.three-col-listing {
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      justify-content: center;
      padding: 55px 0 25px; }
      @media screen and (max-width: 1023px) {
        .two-col-wrapper .col-wrap ul.three-col-listing {
          margin: 0; } }
      @media screen and (max-width: 639px) {
        .two-col-wrapper .col-wrap ul.three-col-listing {
          padding: 25px 0; } }
      .two-col-wrapper .col-wrap ul.three-col-listing li {
        display: inline-block;
        width: calc(33.33% - 20px);
        margin: 0 10px 35px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 639px) {
          .two-col-wrapper .col-wrap ul.three-col-listing li {
            width: calc(50% - 20px);
            margin: 0 10px 55px; } }
        @media screen and (max-width: 479px) {
          .two-col-wrapper .col-wrap ul.three-col-listing li {
            width: 100%;
            margin: 0 0 55px; } }
        @media screen and (max-width: 639px) {
          .two-col-wrapper .col-wrap ul.three-col-listing li:last-child {
            margin-bottom: 0; } }
        .two-col-wrapper .col-wrap ul.three-col-listing li figure {
          margin: 0;
          padding: 0; }
          .two-col-wrapper .col-wrap ul.three-col-listing li figure .icon-thumb {
            height: 40px;
            margin-bottom: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
          .two-col-wrapper .col-wrap ul.three-col-listing li figure figcaption h5 {
            color: #fff;
            font-weight: 500;
            margin-bottom: 0;
            border-bottom: 1px solid #fff;
            display: inline-block;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            transition: 0.5s all ease-in-out; }
            @media screen and (max-width: 1400px) {
              .two-col-wrapper .col-wrap ul.three-col-listing li figure figcaption h5 {
                font-size: 16px; } }
            @media screen and (max-width: 1199px) {
              .two-col-wrapper .col-wrap ul.three-col-listing li figure figcaption h5 {
                font-size: 14px; } }
            @media screen and (max-width: 1023px) {
              .two-col-wrapper .col-wrap ul.three-col-listing li figure figcaption h5 {
                font-size: 16px; } }
        .two-col-wrapper .col-wrap ul.three-col-listing li a {
          display: inline-block; }
          .two-col-wrapper .col-wrap ul.three-col-listing li a:hover figcaption h5 {
            color: #000;
            border-bottom: 1px solid #000; }
    .two-col-wrapper .col-wrap:first-child .col-cont {
      display: flex;
      align-items: center;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        .two-col-wrapper .col-wrap:first-child .col-cont {
          display: block;
          text-align: center;
          padding: 65px 0; } }
      @media screen and (max-width: 639px) {
        .two-col-wrapper .col-wrap:first-child .col-cont {
          display: block;
          text-align: center;
          padding: 25px 0; } }
      .two-col-wrapper .col-wrap:first-child .col-cont ul.three-col-listing {
        width: 100%; }

ul.four-col-listing {
  padding: 125px 0 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 1600px) {
    ul.four-col-listing {
      margin: 0; } }
  @media screen and (max-width: 1199px) {
    ul.four-col-listing {
      padding: 90px 0 25px; } }
  @media screen and (max-width: 1400px) {
    ul.four-col-listing {
      margin: 0; } }
  ul.four-col-listing li {
    width: calc(25% - 30px);
    display: inline-block;
    text-align: center;
    border: 1px solid #002C73;
    background: #fff;
    padding-bottom: 12px;
    margin: 0 15px; }
    @media screen and (max-width: 1400px) {
      ul.four-col-listing li {
        margin: 0 10px; } }
    @media screen and (max-width: 991px) {
      ul.four-col-listing li {
        width: calc(50% - 20px);
        margin: 0 10px 85px; } }
    @media screen and (max-width: 639px) {
      ul.four-col-listing li {
        width: 100%;
        margin: 0 0 85px; } }
    @media screen and (max-width: 991px) {
      ul.four-col-listing li:last-child, ul.four-col-listing li:nth-last-child(2) {
        margin-bottom: 0; } }
    @media screen and (max-width: 639px) {
      ul.four-col-listing li:nth-last-child(2) {
        margin-bottom: 85px; } }
    ul.four-col-listing li .img-thumb {
      border: 2px solid #002C73;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 125px;
      height: 125px;
      line-height: 132px;
      margin: -65px auto 45px;
      display: flex;
      background: #fff;
      align-items: center;
      justify-content: center; }
    ul.four-col-listing li .col-desc {
      width: 100%;
      max-width: 275px;
      margin: 0 auto;
      padding: 0 15px; }
      ul.four-col-listing li .col-desc span {
        font-size: 35px;
        font-family: "SF Pro Text";
        font-weight: 700;
        color: #000; }
        @media screen and (max-width: 1199px) {
          ul.four-col-listing li .col-desc span {
            font-size: 30px; } }
        @media screen and (max-width: 1023px) {
          ul.four-col-listing li .col-desc span {
            font-size: 28px; } }
        @media screen and (max-width: 991px) {
          ul.four-col-listing li .col-desc span {
            font-size: 24px; } }
      ul.four-col-listing li .col-desc h3 {
        display: inline-block;
        font-size: 35px;
        font-family: "SF Pro Text";
        font-weight: 700;
        color: #000;
        margin-bottom: 20px; }
        @media screen and (max-width: 1199px) {
          ul.four-col-listing li .col-desc h3 {
            font-size: 30px; } }
        @media screen and (max-width: 1023px) {
          ul.four-col-listing li .col-desc h3 {
            font-size: 28px; } }
        @media screen and (max-width: 991px) {
          ul.four-col-listing li .col-desc h3 {
            font-size: 24px; } }
      ul.four-col-listing li .col-desc h6 {
        font-family: "Montserrat";
        font-weight: 700;
        color: #002C73;
        line-height: 1.4; }

ul.upcoming-event-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 45px;
  text-align: left;
  position: relative;
  padding: 0 0 25px; }
  @media screen and (max-width: 1400px) {
    ul.upcoming-event-listing {
      margin: 0 0 45px; } }
  ul.upcoming-event-listing:after {
    position: absolute;
    content: "";
    background: #c4ccdb;
    width: 98.5%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-algn: center;
    bottom: 0; }
  ul.upcoming-event-listing li {
    width: calc(33.33% - 60px);
    margin: 17px 30px;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 1400px) {
      ul.upcoming-event-listing li {
        width: calc(33.33% - 20px);
        margin: 20px 10px; } }
    @media screen and (max-width: 991px) {
      ul.upcoming-event-listing li {
        width: calc(50% - 20px);
        margin: 20px 10px 0; } }
    @media screen and (max-width: 767px) {
      ul.upcoming-event-listing li {
        width: 100%;
        margin: 20px 10px 15px; } }
    ul.upcoming-event-listing li:before {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 2px;
      height: 130%;
      left: 0;
      top: 0; }
    ul.upcoming-event-listing li:after {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      left: -4px;
      top: 25px; }
      @media screen and (max-width: 991px) {
        ul.upcoming-event-listing li:after {
          top: 20px; } }
    ul.upcoming-event-listing li:first-child, ul.upcoming-event-listing li:nth-of-type(2), ul.upcoming-event-listing li:nth-of-type(3) {
      padding: 12px 0 0; }
      ul.upcoming-event-listing li:first-child:after, ul.upcoming-event-listing li:nth-of-type(2):after, ul.upcoming-event-listing li:nth-of-type(3):after {
        top: 0; }
    @media screen and (max-width: 767px) {
      ul.upcoming-event-listing li:nth-of-type(2):after {
        top: 20px; } }
    @media screen and (max-width: 991px) {
      ul.upcoming-event-listing li:nth-of-type(3):after {
        top: 20px; } }
    ul.upcoming-event-listing li .event-wrap {
      display: flex;
      flex-wrap: wrap;
      padding-left: 25px;
      position: relative;
      padding-bottom: 55px;
      height: 100%; }
      @media screen and (max-width: 1023px) {
        ul.upcoming-event-listing li .event-wrap {
          padding-bottom: 45px; } }
      @media screen and (max-width: 767px) {
        ul.upcoming-event-listing li .event-wrap {
          padding-bottom: 35px; } }
      ul.upcoming-event-listing li .event-wrap:after {
        position: absolute;
        content: "";
        background: rgba(112, 112, 112, 0.2);
        width: 94%;
        height: 1px;
        margin-left: auto;
        bottom: 0;
        right: 0; }
        @media screen and (max-width: 767px) {
          ul.upcoming-event-listing li .event-wrap:after {
            width: 97%; } }
      ul.upcoming-event-listing li .event-wrap .event-date {
        width: 23%;
        padding-right: 10px;
        text-align: center; }
        ul.upcoming-event-listing li .event-wrap .event-date h6 {
          color: #002C73;
          font-size: 16px; }
          @media screen and (max-width: 1199px) {
            ul.upcoming-event-listing li .event-wrap .event-date h6 {
              font-size: 14px; } }
          ul.upcoming-event-listing li .event-wrap .event-date h6 span {
            display: block;
            line-height: 1.1;
            font-size: 55px;
            font-family: "SF Pro Text";
            font-weight: 700; }
            @media screen and (max-width: 1199px) {
              ul.upcoming-event-listing li .event-wrap .event-date h6 span {
                font-size: 46px; } }
      ul.upcoming-event-listing li .event-wrap .event-desc {
        width: 77%;
        padding-top: 5px; }
        @media screen and (max-width: 1199px) {
          ul.upcoming-event-listing li .event-wrap .event-desc {
            width: 100%; } }
        ul.upcoming-event-listing li .event-wrap .event-desc h5 {
          font-weight: 700;
          color: #002C73;
          margin-bottom: 18px;
          line-height: 1.5; }
        ul.upcoming-event-listing li .event-wrap .event-desc a {
          font-size: 20px;
          font-weight: 700;
          color: #002C73;
          margin-bottom: 18px;
          line-height: 1.5; }
          ul.upcoming-event-listing li .event-wrap .event-desc a:hover {
            color: #E2231A; }
        ul.upcoming-event-listing li .event-wrap .event-desc .btn-more-info {
          position: absolute;
          bottom: 20px; }
          ul.upcoming-event-listing li .event-wrap .event-desc .btn-more-info a {
            font-size: 12px;
            color: #fff;
            margin-bottom: 0; }
          ul.upcoming-event-listing li .event-wrap .event-desc .btn-more-info .btn {
            font-size: 12px;
            padding: 10px 58px 10px     23px; }
            ul.upcoming-event-listing li .event-wrap .event-desc .btn-more-info .btn.btn-primary:after {
              background-size: 16px;
              padding: 0 2px;
              right: 0;
              border-left: 1px solid #fff; }
          @media screen and (max-width: 991px) {
            ul.upcoming-event-listing li .event-wrap .event-desc .btn-more-info {
              position: relative;
              bottom: 0; } }
        ul.upcoming-event-listing li .event-wrap .event-desc .destination {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media screen and (max-width: 1199px) {
            ul.upcoming-event-listing li .event-wrap .event-desc .destination {
              margin-bottom: 8px; } }
          @media screen and (max-width: 767px) {
            ul.upcoming-event-listing li .event-wrap .event-desc .destination {
              margin-bottom: 25px;
              display: block; } }
          ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing {
            padding: 0;
            margin: 0 0 17px;
            width: 72%; }
            @media screen and (max-width: 767px) {
              ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing {
                margin: 0 0 10px; } }
            ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing li {
              position: relative;
              margin: 0;
              border-bottom: none;
              width: auto;
              padding: 0 8px;
              font-size: 14px;
              font-family: "SF Pro Text";
              font-weight: 400; }
              @media screen and (max-width: 1400px) {
                ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing li {
                  padding: 0 5px; } }
              ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing li img {
                margin-right: 8px; }
                @media screen and (max-width: 1400px) {
                  ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing li img {
                    margin-right: 10px; } }
              ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing li:before {
                display: none; }
              ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing li:after {
                position: absolute;
                content: "";
                background: #000;
                width: 1px;
                height: 15px;
                right: -1px;
                top: 52%;
                left: inherit;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -webkit-transform: translateY(-50%); }
              ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing li:first-child {
                padding-left: 0; }
              ul.upcoming-event-listing li .event-wrap .event-desc .destination ul.destination-listing li:last-child:after {
                display: none; }
          ul.upcoming-event-listing li .event-wrap .event-desc .destination .state {
            width: 42%; }
            ul.upcoming-event-listing li .event-wrap .event-desc .destination .state img {
              margin-right: 10px; }
            ul.upcoming-event-listing li .event-wrap .event-desc .destination .state em {
              font-family: "SF Pro Text";
              font-weight: 400;
              font-style: normal;
              font-size: 14px; }
    ul.upcoming-event-listing li:last-child:before, ul.upcoming-event-listing li:nth-last-child(2):before, ul.upcoming-event-listing li:nth-last-child(3):before {
      height: 100%; }
    ul.upcoming-event-listing li:last-child .event-wrap:after, ul.upcoming-event-listing li:nth-last-child(2) .event-wrap:after, ul.upcoming-event-listing li:nth-last-child(3) .event-wrap:after {
      display: none; }
    @media screen and (max-width: 991px) {
      ul.upcoming-event-listing li:nth-last-child(3):before {
        height: 130%; } }
    @media screen and (max-width: 1023px) {
      ul.upcoming-event-listing li:nth-last-child(2) .event-wrap, ul.upcoming-event-listing li:nth-last-child(3) .event-wrap {
        padding-bottom: 45px; }
        ul.upcoming-event-listing li:nth-last-child(2) .event-wrap:after, ul.upcoming-event-listing li:nth-last-child(3) .event-wrap:after {
          display: block; } }
    @media screen and (max-width: 767px) {
      ul.upcoming-event-listing li:nth-last-child(2):before {
        height: 130%; } }

ul.latest-news-listing {
  margin: 0 -15px;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    ul.latest-news-listing {
      margin: 0; } }
  ul.latest-news-listing li {
    width: calc(33.33% - 30px);
    margin: 0 15px 25px;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 767px) {
      ul.latest-news-listing li {
        width: 100%;
        margin: 0 0px 25px; } }
    ul.latest-news-listing li .news-thumb {
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 55%;
      margin-bottom: 18px;
      background-color: #f2f2f2; }
    ul.latest-news-listing li .news-desc {
      text-align: center;
      padding: 0 15px 68px; }
      @media screen and (max-width: 1023px) {
        ul.latest-news-listing li .news-desc {
          padding: 0 5px 48px; } }
      @media screen and (max-width: 767px) {
        ul.latest-news-listing li .news-desc {
          padding: 0 15px 15px; } }
      ul.latest-news-listing li .news-desc h6 {
        color: #002C73;
        margin-bottom: 15px;
        line-height: 1.6;
        font-weight: 700; }
      ul.latest-news-listing li .news-desc a {
        color: #002C73;
        margin-bottom: 15px;
        line-height: 1.6;
        font-weight: 700; }
        ul.latest-news-listing li .news-desc a:hover {
          color: #E2231A; }
      ul.latest-news-listing li .news-desc .btn-more-news {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        @media screen and (max-width: 767px) {
          ul.latest-news-listing li .news-desc .btn-more-news {
            position: relative; } }
        ul.latest-news-listing li .news-desc .btn-more-news a {
          color: #fff;
          font-size: 16px; }
          ul.latest-news-listing li .news-desc .btn-more-news a:hover {
            color: #fff; }
          @media screen and (max-width: 1023px) {
            ul.latest-news-listing li .news-desc .btn-more-news a {
              font-size: 16px; } }
      @media screen and (max-width: 1023px) {
        ul.latest-news-listing li .news-desc p {
          font-size: 14px; } }

ul.insight-facts-listing {
  position: relative;
  margin: 0 -15px 20px;
  padding: 10px 0 38px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    ul.insight-facts-listing {
      margin: 0 0 20px; } }
  ul.insight-facts-listing:after {
    position: absolute;
    content: "";
    background: #c4ccdb;
    width: 98%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: none; }
  ul.insight-facts-listing li {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      ul.insight-facts-listing li {
        width: 100%;
        margin: 25px 0 0; } }
    ul.insight-facts-listing li .insight-thumb {
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 57%;
      margin-bottom: 25px;
      position: relative; }
      ul.insight-facts-listing li .insight-thumb:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        right: 0; }
    ul.insight-facts-listing li .video-wrapper {
      position: relative;
      width: 100%;
      padding-bottom: 55.4%;
      margin-bottom: 20px; }
      ul.insight-facts-listing li .video-wrapper:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        right: 0;
        z-index: 0; }
      ul.insight-facts-listing li .video-wrapper.open:after {
        display: none; }
      ul.insight-facts-listing li .video-wrapper iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0; }
      ul.insight-facts-listing li .video-wrapper .play-video, ul.insight-facts-listing li .video-wrapper .not-play-video {
        position: static;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        backface-visibility: hidden; }
        ul.insight-facts-listing li .video-wrapper .play-video:after, ul.insight-facts-listing li .video-wrapper .not-play-video:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          background: url(../images/video-play-icon.svg) no-repeat center center;
          width: 50px;
          height: 50px;
          margin: auto;
          z-index: 11;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -webkit-transition: 0.5s all ease-in-out;
          -moz-transition: 0.5s all ease-in-out;
          -ms-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out;
          background-size: cover;
          border: 2px solid transparent;
          backface-visibility: hidden; }
        ul.insight-facts-listing li .video-wrapper .play-video:hover:after, ul.insight-facts-listing li .video-wrapper .not-play-video:hover:after {
          background-color: #E2231A;
          border: 2px solid #E2231A; }
    ul.insight-facts-listing li .insight-desc {
      text-align: center;
      padding: 0 22px; }
      @media screen and (max-width: 1199px) {
        ul.insight-facts-listing li .insight-desc {
          padding: 0 15px; } }
      ul.insight-facts-listing li .insight-desc h6 {
        color: #002C73;
        margin-bottom: 15px;
        font-weight: 700;
        letter-spacing: 0.5px; }

.top-cont {
  padding: 20px 55px 5px;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .top-cont {
      padding: 20px 15px 5px; } }
  .top-cont p {
    padding-bottom: 15px;
    line-height: 1.7; }

.home-intro-section {
  padding: 120px 0 30px; }
  @media screen and (max-width: 767px) {
    .home-intro-section {
      padding: 60px 0 30px; } }

.upcoming-events {
  width: 100%;
  padding: 90px 0; }
  @media screen and (max-width: 1199px) {
    .upcoming-events {
      padding: 25px 0 70px; } }
  .upcoming-events .top-cont {
    max-width: 1440px;
    width: 100%; }
  .upcoming-events .view-all-event {
    border-top: none;
    padding: 0; }
    .upcoming-events .view-all-event .btn {
      font-size: 12px; }

.latest-news {
  width: 100%;
  padding: 100px 0 110px; }
  @media screen and (max-width: 1199px) {
    .latest-news {
      padding: 40px 0; } }
  @media screen and (max-width: 767px) {
    .latest-news .container {
      padding: 0; } }
  .latest-news .latest-news-wrap {
    text-align: center; }
    .latest-news .latest-news-wrap .top-cont {
      max-width: 1070px;
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; }

.event-photo-slider {
  width: 100%;
  padding: 120px 0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .event-photo-slider {
      padding: 75px 0 25px; } }
  @media screen and (max-width: 767px) {
    .event-photo-slider {
      padding: 50px 0 25px; } }
  @media screen and (max-width: 479px) {
    .event-photo-slider {
      padding: 25px 0 25px; } }
  @media screen and (max-width: 1023px) {
    .event-photo-slider .container {
      padding: 0; } }
  .event-photo-slider .event-photo-wrap {
    text-align: center; }
    .event-photo-slider .event-photo-wrap .top-cont {
      max-width: 935px;
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; }
      .event-photo-slider .event-photo-wrap .top-cont p {
        letter-spacing: 0.3px; }
  .event-photo-slider .event-slider {
    padding: 30px 0 50px;
    position: relative;
    max-width: 985px;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .event-photo-slider .event-slider {
        padding: 15px 0 50px; } }
    @media screen and (max-width: 639px) {
      .event-photo-slider .event-slider {
        max-width: 100%; } }
    .event-photo-slider .event-slider .owl-stage-outer {
      overflow: visible; }
      @media screen and (max-width: 639px) {
        .event-photo-slider .event-slider .owl-stage-outer {
          overflow: hidden; } }
    .event-photo-slider .event-slider .event-thumb {
      width: 100%;
      width: 100%;
      padding-bottom: 77%;
      margin-bottom: 25px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .event-photo-slider .event-slider .event-thumb img {
        width: auto !important; }
      .event-photo-slider .event-slider .event-thumb .link-more {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #E2231A;
        padding: 15px 20px; }
        .event-photo-slider .event-slider .event-thumb .link-more:hover {
          background: #002C73; }
    .event-photo-slider .event-slider .event-desc {
      text-align: center;
      padding: 0 45px; }
      @media screen and (max-width: 1023px) {
        .event-photo-slider .event-slider .event-desc {
          padding: 0 15px; } }
      .event-photo-slider .event-slider .event-desc h6 {
        color: #002C73;
        font-weight: 700; }
      .event-photo-slider .event-slider .event-desc a {
        color: #002C73;
        font-weight: 700;
        font-size: 18px; }
        .event-photo-slider .event-slider .event-desc a:hover {
          color: #E2231A; }

.global-above-footer {
  padding: 120px 0; }
  @media screen and (max-width: 1199px) {
    .global-above-footer {
      padding: 50px 0 100px; } }
  @media screen and (max-width: 767px) {
    .global-above-footer {
      padding: 25px 0; } }
  .global-above-footer .partners-wrap {
    width: 100%;
    text-align: center; }

.photo-gallery .global-above-footer {
  padding: 80px 0; }
  @media screen and (max-width: 1199px) {
    .photo-gallery .global-above-footer {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .photo-gallery .global-above-footer {
      padding: 25px 0; } }

ul.global-above-footer-box-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding: 0; }
  @media screen and (max-width: 1600px) {
    ul.global-above-footer-box-listing {
      margin: 0; } }
  ul.global-above-footer-box-listing li {
    width: calc(33.33% - 60px);
    margin: 0 30px 40px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      ul.global-above-footer-box-listing li {
        width: 100%;
        margin: 0 0 65px; } }
    ul.global-above-footer-box-listing li:after {
      position: absolute;
      content: "";
      background: rgba(0, 44, 115, 0.1);
      width: 1px;
      height: 85.575%;
      top: 50%;
      transform: translateY(-50%);
      right: -30px; }
      @media screen and (max-width: 767px) {
        ul.global-above-footer-box-listing li:after {
          display: none; } }
    ul.global-above-footer-box-listing li .icon-thumb {
      width: 60px;
      height: 60px;
      margin: 0 auto 20px;
      border-radius: 50%;
      background: #E2231A;
      line-height: 60px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    ul.global-above-footer-box-listing li .above-footer-box-desc {
      max-width: 395px;
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; }
      @media screen and (max-width: 1023px) {
        ul.global-above-footer-box-listing li .above-footer-box-desc p {
          font-size: 14px; } }
      ul.global-above-footer-box-listing li .above-footer-box-desc p a {
        color: #000;
        font-size: 16px; }
        ul.global-above-footer-box-listing li .above-footer-box-desc p a:hover {
          color: #E2231A; }
        @media screen and (max-width: 1023px) {
          ul.global-above-footer-box-listing li .above-footer-box-desc p a {
            font-size: 14px; } }
      ul.global-above-footer-box-listing li .above-footer-box-desc h4 {
        color: #002C73;
        position: relative;
        padding-bottom: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.3; }
        ul.global-above-footer-box-listing li .above-footer-box-desc h4:after {
          position: absolute;
          content: "";
          background: #E2231A;
          bottom: 0;
          width: 42px;
          height: 4px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        @media screen and (max-width: 1023px) {
          ul.global-above-footer-box-listing li .above-footer-box-desc h4 {
            font-size: 18px; } }
        @media screen and (max-width: 767px) {
          ul.global-above-footer-box-listing li .above-footer-box-desc h4 {
            font-size: 20px; } }
      ul.global-above-footer-box-listing li .above-footer-box-desc .link-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
        ul.global-above-footer-box-listing li .above-footer-box-desc .link-wrapper a.btn {
          font-size: 16px; }
    ul.global-above-footer-box-listing li:last-child:after {
      display: none; }

.connect-with-branch {
  width: 100%;
  padding: 120px 0 225px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .connect-with-branch {
      padding: 75px 0; } }
  @media screen and (max-width: 767px) {
    .connect-with-branch {
      padding: 50px 0 25px; } }
  .connect-with-branch:before {
    content: "";
    position: absolute;
    top: 57.6%;
    transform: translateY(-50%);
    background: url("../images/timeline-curve.svg") no-repeat center center;
    width: 100%;
    height: 211px;
    z-index: 9;
    background-size: cover;
    z-index: 0; }
    @media screen and (max-width: 1400px) {
      .connect-with-branch:before {
        top: 56.7%; } }
    @media screen and (max-width: 1199px) {
      .connect-with-branch:before {
        display: none; } }
  .connect-with-branch .top-cont {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }

.home-member-profile {
  width: 100%;
  padding: 0px 0 25px;
  margin-top: 175px;
  display: inline-block; }
  @media screen and (max-width: 1199px) {
    .home-member-profile {
      padding: 75px 0 25px; } }
  @media screen and (max-width: 767px) {
    .home-member-profile {
      padding: 50px 0 15px; } }
  .home-member-profile .members-profile-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 125px 0 140px;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
    margin-top: -175px; }
    @media screen and (max-width: 1199px) {
      .home-member-profile .members-profile-wrap {
        padding: 75px 15px; } }
    @media screen and (max-width: 767px) {
      .home-member-profile .members-profile-wrap {
        padding: 45px 15px 75px; } }
  .home-member-profile .top-cont {
    max-width: 870px;
    width: 100%;
    margin: 0 auto; }
  .home-member-profile .member-profile-slider {
    padding: 12px 60px 45px; }
    @media screen and (max-width: 1023px) {
      .home-member-profile .member-profile-slider {
        padding: 12px 40px 45px; } }
    @media screen and (max-width: 767px) {
      .home-member-profile .member-profile-slider {
        padding: 12px 20px 45px; } }
    .home-member-profile .member-profile-slider .item {
      border: 1px solid rgba(112, 112, 112, 0.2);
      padding: 40px 20px; }
      @media screen and (max-width: 767px) {
        .home-member-profile .member-profile-slider .item {
          padding: 35px 15px; } }
      .home-member-profile .member-profile-slider .item a {
        height: 70px; }
        @media screen and (max-width: 767px) {
          .home-member-profile .member-profile-slider .item a {
            height: 60px; } }
      .home-member-profile .member-profile-slider .item img {
        width: auto;
        margin: 0 auto;
        text-align: center;
        height: inherit; }

.home-acbc-sponsors {
  padding: 75px 0; }
  @media screen and (max-width: 1199px) {
    .home-acbc-sponsors {
      padding: 50px 0 25px; } }
  .home-acbc-sponsors .top-cont {
    max-width: 905px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 0; }
  .home-acbc-sponsors .sponsors-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: -505px;
    padding: 120px 50px 72px;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 1199px) {
      .home-acbc-sponsors .sponsors-wrap {
        padding: 75px 15px 50px; } }
    @media screen and (max-width: 767px) {
      .home-acbc-sponsors .sponsors-wrap {
        padding: 50px 15px 25px; } }
  .home-acbc-sponsors.space-top-0 .sponsors-wrap {
    margin-top: 0; }

#branch_acbc_sponsors .sponsors-wrap {
  margin-top: 0; }

ul.sponsors-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px; }
  ul.sponsors-listing li {
    width: calc(25% - 30px);
    margin: 0 15px 50px;
    border: 1px solid rgba(112, 112, 112, 0.2);
    display: inline-block;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    @media screen and (max-width: 991px) {
      ul.sponsors-listing li {
        width: calc(33.33% - 30px);
        margin: 0 15px 35px; } }
    @media screen and (max-width: 639px) {
      ul.sponsors-listing li {
        width: calc(50% - 30px); } }
    @media screen and (max-width: 479px) {
      ul.sponsors-listing li {
        width: 100%;
        margin: 0 15px 35px; } }
    ul.sponsors-listing li a {
      display: block;
      padding: 44px 15px; }
      @media screen and (max-width: 1199px) {
        ul.sponsors-listing li a {
          padding: 35px 15px; } }
      @media screen and (max-width: 767px) {
        ul.sponsors-listing li a {
          padding: 25px 15px; } }
    ul.sponsors-listing li:hover {
      background: #f5f5f5; }
    ul.sponsors-listing li .sponsor-thumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 75px; }
      ul.sponsors-listing li .sponsor-thumb img {
        max-width: 100%;
        height: inherit; }

.insight-facts {
  width: 100%;
  padding: 120px 0; }
  @media screen and (max-width: 1199px) {
    .insight-facts {
      padding: 75px 0px; } }
  @media screen and (max-width: 1023px) {
    .insight-facts {
      padding: 50px 0px; } }
  @media screen and (max-width: 767px) {
    .insight-facts {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .insight-facts .container {
      padding: 0; } }
  .insight-facts .insight-facts-wrap {
    width: 100%;
    text-align: center; }
    .insight-facts .insight-facts-wrap .top-cont {
      max-width: 1070px;
      width: 100%;
      margin: 0 auto; }
  .insight-facts .insight-center-btn {
    width: 100%;
    text-align: center;
    margin: 0; }
    .insight-facts .insight-center-btn p {
      padding-bottom: 17px; }
    .insight-facts .insight-center-btn .btn {
      font-size: 16px;
      display: inline-block; }

.bg-white-smoke .select-styled {
  background-color: #fff;
  color: #333333; }
  .bg-white-smoke .select-styled.active:after {
    background-color: #fff; }

.bg-white-smoke .select-options {
  background-color: #fff; }

.general-form-section {
  padding: 75px 0 15px; }
  @media screen and (max-width: 1199px) {
    .general-form-section {
      padding: 50px 0; } }
  .general-form-section .top-cont {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .general-form-section .get-in-touch-wrap {
    padding: 0 120px; }
    @media screen and (max-width: 1199px) {
      .general-form-section .get-in-touch-wrap {
        padding: 0; } }
  .general-form-section .form-section-wrap {
    position: relative;
    padding-bottom: 120px; }
    .general-form-section .form-section-wrap:after {
      position: absolute;
      content: "";
      background: rgba(0, 44, 115, 0.2);
      bottom: 0;
      width: 100%;
      height: 1px;
      left: 0;
      right: 0;
      z-index: -1;
      margin: 0 auto; }
  .general-form-section form .form-control {
    margin: 0 -15px 20px;
    display: flex; }
    @media screen and (max-width: 767px) {
      .general-form-section form .form-control {
        display: block;
        margin: 0 0 20px; } }
    .general-form-section form .form-control.btn-submit {
      margin: 0 0px 20px; }
  .general-form-section form input[type="text"], .general-form-section form input[type="search"], .general-form-section form input[type="email"], .general-form-section form input[type="phone"], .general-form-section form input[type="password"], .general-form-section form input[type="url"] {
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    background: #f5f5f5;
    border: 1px solid rgba(0, 44, 115, 0.33); }
    @media screen and (max-width: 1199px) {
      .general-form-section form input[type="text"], .general-form-section form input[type="search"], .general-form-section form input[type="email"], .general-form-section form input[type="phone"], .general-form-section form input[type="password"], .general-form-section form input[type="url"] {
        height: 55px;
        line-height: 55px; } }
  .general-form-section form select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 44, 115, 0.33);
    background: #f5f5f5; }
  .general-form-section form textarea {
    padding: 15px;
    height: 200px;
    background: #f5f5f5 !important;
    border: 1px solid rgba(0, 44, 115, 0.33); }
  .general-form-section form .full-col {
    padding: 0; }
    .general-form-section form .full-col input[type="checkbox"] {
      position: absolute;
      opacity: 0; }
      .general-form-section form .full-col input[type="checkbox"] + .wpcf7-list-item-label {
        font-family: "SF Pro Text";
        font-weight: 400;
        position: relative;
        cursor: pointer;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        text-align: left;
        padding-left: 45px; }
        .general-form-section form .full-col input[type="checkbox"] + .wpcf7-list-item-label a {
          padding: 0 5px;
          color: #000; }
          .general-form-section form .full-col input[type="checkbox"] + .wpcf7-list-item-label a:hover {
            color: #E2231A; }
      .general-form-section form .full-col input[type="checkbox"] + .wpcf7-list-item-label:before {
        content: '';
        position: absolute;
        left: 0;
        margin-right: 12px;
        display: inline-block;
        vertical-align: text-top;
        width: 30px;
        height: 30px;
        background: #F9F9F9;
        border: 1px solid #f5f5f5;
        margin-top: 0;
        border: 1px solid rgba(0, 44, 115, 0.33); }
      .general-form-section form .full-col input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
        background: #f5f5f5 url("../images/checkmark-icon.svg") center center no-repeat;
        background-size: 19px 14px;
        background-position: center center; }
    .general-form-section form .full-col .custom-control {
      margin-bottom: 12px; }
    .general-form-section form .full-col input[type="checkbox"] {
      position: absolute;
      opacity: 0; }
      .general-form-section form .full-col input[type="checkbox"] + .label-text {
        font-family: "SF Pro Text";
        font-weight: 400;
        position: relative;
        cursor: pointer;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        text-align: left;
        padding-left: 45px;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .general-form-section form .full-col input[type="checkbox"] + .label-text {
            font-size: 14px; } }
      .general-form-section form .full-col input[type="checkbox"] + .label-text:before {
        content: '';
        position: absolute;
        left: 0;
        margin-right: 12px;
        display: inline-block;
        vertical-align: text-top;
        width: 25px;
        height: 25px;
        background: #F9F9F9;
        border: 1px solid rgba(0, 44, 115, 0.33); }
      .general-form-section form .full-col input[type="checkbox"]:checked + .label-text:before {
        background: #f5f5f5 url("../images/checkmark-icon.svg") center center no-repeat;
        background-size: 19px 14px;
        background-position: center center; }
    .general-form-section form .full-col input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .general-form-section form .full-col input[type="radio"] + .label-text {
        font-family: "SF Pro Text";
        font-weight: 400;
        position: relative;
        cursor: pointer;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        text-align: left;
        padding-left: 45px;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .general-form-section form .full-col input[type="radio"] + .label-text {
            font-size: 14px; } }
      .general-form-section form .full-col input[type="radio"] + .label-text:before {
        content: '';
        position: absolute;
        left: 0;
        margin-right: 12px;
        display: inline-block;
        vertical-align: text-top;
        width: 25px;
        height: 25px;
        background: #F9F9F9;
        border: 1px solid rgba(0, 44, 115, 0.33);
        margin-top: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
      .general-form-section form .full-col input[type="radio"] + .label-text:after {
        content: '';
        position: absolute;
        margin-right: 12px;
        display: inline-block;
        vertical-align: text-top;
        width: 17px;
        height: 17px;
        left: 5px;
        background: #E2231A;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        opacity: 0;
        visibility: hidden; }
      .general-form-section form .full-col input[type="radio"]:checked + .label-text:after {
        visibility: visible;
        opacity: 1; }
  .general-form-section form .btn-submit {
    position: relative; }
    .general-form-section form .btn-submit .ajax-loader {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    @media screen and (max-width: 380px) {
      .general-form-section form .btn-submit {
        max-width: 100%;
        width: 100%; } }
  .general-form-section form .select-styled {
    border: 1px solid rgba(0, 44, 115, 0.33);
    background: #f5f5f5;
    text-align: left; }
  .general-form-section form .select-options {
    background: #f5f5f5;
    border: 1px solid rgba(0, 44, 115, 0.33);
    border-top: 0;
    text-align: left; }
  .general-form-section.bg-white-smoke input[type="text"], .general-form-section.bg-white-smoke input[type="email"] {
    background-color: #fff !important;
    color: #000; }
  .general-form-section.bg-white-smoke select {
    background-color: #fff !important;
    color: #000; }
  .general-form-section.bg-white-smoke .select-styled {
    background-color: #fff; }
  .general-form-section.bg-white-smoke textarea {
    background-color: #fff !important;
    color: #000; }
  .general-form-section.bg-white-smoke input[type="submit"] {
    background: #E2231A;
    color: #fff; }
    .general-form-section.bg-white-smoke input[type="submit"]:hover {
      background: #000; }
  .general-form-section.bg-white-smoke::-webkit-input-placeholder {
    color: #000; }
  .general-form-section.bg-white-smoke:-ms-input-placeholder {
    color: #000; }
  .general-form-section.bg-white-smoke::placeholder {
    color: #000; }

.sign-up .general-form-section form .form-control {
  margin: 0 -15px 40px; }
  @media screen and (max-width: 767px) {
    .sign-up .general-form-section form .form-control {
      margin: 0 0 20px; } }

@media screen and (max-width: 767px) {
  .sign-up .general-form-section form .half-col {
    margin: 0 0 20px; } }

@media screen and (max-width: 767px) {
  .sign-up .register-form-section .title-heading-with-line {
    padding-top: 20px; } }

.call-to-action {
  padding: 60px 0; }
  .call-to-action .top-cont {
    padding: 20px 0px 5px;
    max-width: 100%;
    width: 100%; }
    .call-to-action .top-cont p {
      color: #fff; }
  .call-to-action .call-to-action-wrap {
    width: 100%;
    margin-top: 25px; }
  .call-to-action form input[type="text"],
  .call-to-action form input[type="search"],
  .call-to-action form input[type="email"],
  .call-to-action form input[type="phone"],
  .call-to-action form input[type="password"] {
    background: #fff;
    font-size: 18px;
    color: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
  .call-to-action form ::-webkit-input-placeholder {
    color: #000;
    font-size: 18px; }
  .call-to-action form :-ms-input-placeholder {
    color: #000;
    font-size: 18px; }
  .call-to-action form ::placeholder {
    color: #000;
    font-size: 18px; }
  .call-to-action form .form-control {
    margin: 0 -20px 20px;
    display: flex; }
    @media screen and (max-width: 767px) {
      .call-to-action form .form-control {
        display: block;
        margin: 0 0 20px; } }
    .call-to-action form .form-control .half-col {
      width: calc(50% - 40px);
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        .call-to-action form .form-control .half-col {
          width: 100%;
          margin: 0 0 20px; } }
  .call-to-action form .btn-submit {
    max-width: 190px;
    width: 100%;
    margin: 35px 0 0;
    position: relative; }
    .call-to-action form .btn-submit .ajax-loader {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.timeline-chart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0; }
  @media screen and (max-width: 1199px) {
    .timeline-chart {
      position: relative; }
      .timeline-chart:after {
        position: absolute;
        content: "";
        background: #E2231A;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center; } }
    @media screen and (max-width: 1199px) and (max-width: 639px) {
      .timeline-chart:after {
        display: none; } }
  .timeline-chart .timeline-box {
    width: 100%;
    max-width: calc(25% - 80px);
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .timeline-chart .timeline-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .timeline-chart .timeline-box a.batch-link-wrap {
      display: table;
      margin: 0 auto; }
    .timeline-chart .timeline-box .timeline-img {
      width: 196px;
      height: 196px;
      border-radius: 50%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box .timeline-img {
          width: 150px;
          height: 150px; } }
      @media screen and (max-width: 639px) {
        .timeline-chart .timeline-box .timeline-img {
          width: 196px;
          height: 196px; } }
    .timeline-chart .timeline-box .timeline-desc {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 639px) {
        .timeline-chart .timeline-box .timeline-desc {
          margin-bottom: 0; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box .timeline-desc {
          order: 2; } }
      .timeline-chart .timeline-box .timeline-desc h5 {
        color: #002C73;
        font-weight: 700; }
      .timeline-chart .timeline-box .timeline-desc .btn {
        font-size: 12px;
        padding: 10px 23px; }
        .timeline-chart .timeline-box .timeline-desc .btn.btn-primary {
          margin-left: -32px; }
          .timeline-chart .timeline-box .timeline-desc .btn.btn-primary:after {
            background-size: 16px;
            background-size: 16px;
            padding: 0 2px;
            right: -35px; }
    .timeline-chart .timeline-box .top-box {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 128px;
      position: relative;
      left: 0px;
      top: 10px; }
      .timeline-chart .timeline-box .top-box a.batch-link-wrap {
        order: 1;
        display: table;
        margin: 0 auto 25px; }
      @media screen and (max-width: 1400px) {
        .timeline-chart .timeline-box .top-box {
          top: 2px; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box .top-box {
          width: 50%;
          padding-bottom: 50px; } }
      @media screen and (max-width: 639px) {
        .timeline-chart .timeline-box .top-box {
          width: 100%;
          padding-bottom: 145px; } }
      .timeline-chart .timeline-box .top-box:after {
        position: absolute;
        content: "";
        background: url(../images/line-with-bottom-dots.svg) center center no-repeat;
        width: 14px;
        height: 138px;
        bottom: 54px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 0; }
        @media screen and (max-width: 1199px) {
          .timeline-chart .timeline-box .top-box:after {
            background: url(../images/line-with-bottom-dots.svg) center center no-repeat;
            top: 10px;
            left: auto;
            right: -15px;
            transform: rotate(270deg) translateY(-50%); } }
        @media screen and (max-width: 767px) {
          .timeline-chart .timeline-box .top-box:after {
            top: 10px; } }
        @media screen and (max-width: 639px) {
          .timeline-chart .timeline-box .top-box:after {
            left: 0;
            right: 0;
            bottom: 15px;
            -webkit-transform: rotate(0deg) translateY(-100%);
            -moz-transform: rotate(0deg) translateY(-100%);
            transform: rotate(0deg) translateY(-100%);
            top: 100%; } }
      .timeline-chart .timeline-box .top-box .timeline-desc {
        margin-bottom: 15px; }
        @media screen and (max-width: 639px) {
          .timeline-chart .timeline-box .top-box .timeline-desc {
            margin-bottom: 0; } }
      .timeline-chart .timeline-box .top-box .timeline-img {
        order: 2; }
        @media screen and (max-width: 1199px) {
          .timeline-chart .timeline-box .top-box .timeline-img {
            order: 1;
            margin-bottom: 25px; } }
    .timeline-chart .timeline-box .bottom-box {
      left: 150px;
      position: relative;
      bottom: 0;
      margin-top: 30px; }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box .bottom-box {
          width: 50%;
          margin-top: 100px;
          left: 0; } }
      @media screen and (max-width: 639px) {
        .timeline-chart .timeline-box .bottom-box {
          width: 100%;
          margin-top: 0px;
          padding-bottom: 145px; } }
      .timeline-chart .timeline-box .bottom-box:after {
        position: absolute;
        content: "";
        background: url(../images/line-with-top-dots.svg) center center no-repeat;
        width: 14px;
        height: 138px;
        top: -78px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 0; }
        @media screen and (max-width: 1199px) {
          .timeline-chart .timeline-box .bottom-box:after {
            background: url(../images/line-with-bottom-dots.svg) center center no-repeat;
            top: 10px;
            left: -15px;
            right: auto;
            -webkit-transform: rotate(-270deg) translateY(-50%);
            -moz-transform: rotate(-270deg) translateY(-50%);
            transform: rotate(-270deg) translateY(-50%); } }
        @media screen and (max-width: 767px) {
          .timeline-chart .timeline-box .bottom-box:after {
            top: 10px; } }
        @media screen and (max-width: 639px) {
          .timeline-chart .timeline-box .bottom-box:after {
            left: 0;
            right: 0;
            top: inherit;
            bottom: 0;
            -webkit-transform: rotate(0deg) translateY(0);
            -moz-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); } }
      .timeline-chart .timeline-box .bottom-box .timeline-img {
        margin-bottom: 25px; }
    @media screen and (max-width: 1199px) {
      .timeline-chart .timeline-box:first-child {
        top: 15px; } }
    @media screen and (max-width: 639px) {
      .timeline-chart .timeline-box:first-child {
        top: 0; } }
    .timeline-chart .timeline-box:nth-of-type(2) .top-box {
      top: 85px;
      left: -40px; }
      @media screen and (max-width: 1400px) {
        .timeline-chart .timeline-box:nth-of-type(2) .top-box {
          top: 75px;
          left: -48px; } }
      @media screen and (max-width: 1200px) {
        .timeline-chart .timeline-box:nth-of-type(2) .top-box {
          top: 70px;
          left: -55px; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box:nth-of-type(2) .top-box {
          top: 0px;
          left: 0px; } }
    .timeline-chart .timeline-box:nth-of-type(3) .top-box {
      top: 152px;
      left: -45px;
      /*  @media screen and(max-width:$tablet-large){
                    left:-65px;
                    top:118px;
                }*/ }
      @media screen and (max-width: 1600px) {
        .timeline-chart .timeline-box:nth-of-type(3) .top-box {
          top: 148px;
          left: -85px; } }
      @media screen and (max-width: 1400px) {
        .timeline-chart .timeline-box:nth-of-type(3) .top-box {
          top: 137px;
          left: -90px; } }
      @media screen and (max-width: 1200px) {
        .timeline-chart .timeline-box:nth-of-type(3) .top-box {
          top: 125px;
          left: -100px; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box:nth-of-type(3) .top-box {
          top: 0px;
          left: 0px; } }
    .timeline-chart .timeline-box:nth-of-type(4) .top-box {
      top: 158px;
      left: -70px; }
      @media screen and (max-width: 1600px) {
        .timeline-chart .timeline-box:nth-of-type(4) .top-box {
          left: -145px; } }
      @media screen and (max-width: 1400px) {
        .timeline-chart .timeline-box:nth-of-type(4) .top-box {
          top: 145px;
          left: -135px; } }
      @media screen and (max-width: 1200px) {
        .timeline-chart .timeline-box:nth-of-type(4) .top-box {
          top: 140px;
          left: -125px; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box:nth-of-type(4) .top-box {
          top: 0px;
          left: 0px; } }
    .timeline-chart .timeline-box:nth-of-type(1) .bottom-box {
      bottom: -22px; }
      @media screen and (max-width: 1200px) {
        .timeline-chart .timeline-box:nth-of-type(1) .bottom-box {
          left: 115px;
          bottom: -16px; } }
      @media screen and (max-width: 1400px) {
        .timeline-chart .timeline-box:nth-of-type(1) .bottom-box {
          bottom: -12px;
          left: 130px; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box:nth-of-type(1) .bottom-box {
          bottom: 0px;
          left: 0; } }
      @media screen and (max-width: 639px) {
        .timeline-chart .timeline-box:nth-of-type(1) .bottom-box {
          margin-top: 12px; } }
    .timeline-chart .timeline-box:nth-of-type(2) .bottom-box {
      left: 132px;
      bottom: -108px; }
      @media screen and (max-width: 1600px) {
        .timeline-chart .timeline-box:nth-of-type(2) .bottom-box {
          left: 120px;
          bottom: -108px; } }
      @media screen and (max-width: 1400px) {
        .timeline-chart .timeline-box:nth-of-type(2) .bottom-box {
          left: 95px;
          bottom: -92px; } }
      @media screen and (max-width: 1200px) {
        .timeline-chart .timeline-box:nth-of-type(2) .bottom-box {
          left: 55px;
          bottom: -80px; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box:nth-of-type(2) .bottom-box {
          left: 0;
          bottom: 0; } }
    .timeline-chart .timeline-box:nth-of-type(3) .bottom-box {
      left: 120px;
      bottom: -138px; }
      @media screen and (max-width: 1600px) {
        .timeline-chart .timeline-box:nth-of-type(3) .bottom-box {
          left: 53px; } }
      @media screen and (max-width: 1400px) {
        .timeline-chart .timeline-box:nth-of-type(3) .bottom-box {
          left: 60px;
          bottom: -125px; } }
      @media screen and (max-width: 1200px) {
        .timeline-chart .timeline-box:nth-of-type(3) .bottom-box {
          left: 20px;
          bottom: -115px; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box:nth-of-type(3) .bottom-box {
          left: 0;
          bottom: 0; } }
    .timeline-chart .timeline-box:nth-of-type(4) .bottom-box {
      left: 118px;
      bottom: -115px; }
      @media screen and (max-width: 1600px) {
        .timeline-chart .timeline-box:nth-of-type(4) .bottom-box {
          left: 0;
          bottom: -128px; } }
      @media screen and (max-width: 1400px) {
        .timeline-chart .timeline-box:nth-of-type(4) .bottom-box {
          bottom: -118px; } }
      @media screen and (max-width: 1200px) {
        .timeline-chart .timeline-box:nth-of-type(4) .bottom-box {
          bottom: -110px; } }
      @media screen and (max-width: 1199px) {
        .timeline-chart .timeline-box:nth-of-type(4) .bottom-box {
          left: 0;
          bottom: 0; } }
    @media screen and (max-width: 639px) {
      .timeline-chart .timeline-box:last-child .bottom-box {
        padding-bottom: 0px; }
        .timeline-chart .timeline-box:last-child .bottom-box:after {
          display: none; } }

.fancybox-inner .fancybox-content {
  max-width: 550px;
  width: 100%; }

.fancybox-inner .fancybox-button {
  top: 0;
  bottom: inherit; }

.fancybox-inner #global-search-form input[type="search"] {
  color: #000; }

.single-event_gallery .fancybox-inner .fancybox-content {
  max-width: 550px;
  width: 100%; }

.single-event_gallery .fancybox-inner .fancybox-button {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  opacity: 1;
  top: inherit;
  bottom: -50px; }
  .single-event_gallery .fancybox-inner .fancybox-button:hover svg path {
    fill: #E2231A; }

.single-event_gallery .fancybox-inner h2 {
  text-transform: capitalize;
  font-weight: 700; }

.single-event_gallery .fancybox-inner .select-options {
  min-height: 155px; }

.single-event_gallery .fancybox-inner #global-search-form {
  max-width: 550px;
  width: 100%; }
  .single-event_gallery .fancybox-inner #global-search-form .fancybox-button {
    top: 0px;
    bottom: inherit; }

.single-event_gallery .arrow-wrap {
  position: absolute;
  left: -55px;
  right: -55px;
  margin: 0 auto;
  text-align: center;
  bottom: 0; }

.single-event_gallery .fancybox-button--arrow_left:before {
  position: absolute;
  content: "";
  background: url("../images/prev-arrow-white-icon.svg") no-repeat center center;
  left: 20px;
  width: 12px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

.single-event_gallery .fancybox-button--arrow_left:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 25px;
  height: 3px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

.single-event_gallery .fancybox-button--arrow_left:hover:before {
  left: 0px; }

.single-event_gallery .fancybox-button--arrow_left:hover:after {
  width: 44px; }

.single-event_gallery .fancybox-navigation {
  visibility: visible !important;
  max-width: 735px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0; }
  .single-event_gallery .fancybox-navigation .fancybox-button {
    visibility: visible !important;
    width: 48px;
    height: inherit;
    cursor: pointer;
    outline: none; }
    .single-event_gallery .fancybox-navigation .fancybox-button div {
      display: none; }

.single-event_gallery .fancybox-button--arrow_right:before {
  position: absolute;
  content: "";
  background: url("../images/next-arrow-white-icon.svg") no-repeat center center;
  right: 20px;
  width: 12px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

.single-event_gallery .fancybox-button--arrow_right:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 25px;
  height: 3px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

.single-event_gallery .fancybox-button--arrow_right:hover:before {
  right: 0px; }

.single-event_gallery .fancybox-button--arrow_right:hover:after {
  width: 44px; }

.member-only-offers {
  padding: 120px 0 565px;
  background-color: #002C73;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  display: block; }
  .member-only-offers:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 44, 115, 0.9);
    z-index: 0;
    height: 100%;
    top: 0;
    bottom: 0; }
  .member-only-offers .member-offer-wrap {
    position: relative;
    z-index: 11; }
    .member-only-offers .member-offer-wrap .title-heading-with-line h2 {
      color: #fff; }
    .member-only-offers .member-offer-wrap .top-cont {
      max-width: 1006px;
      width: 100%;
      margin: 0 auto;
      padding: 26px 55px 5px;
      text-align: center; }
      .member-only-offers .member-offer-wrap .top-cont p {
        color: #fff; }
      @media screen and (max-width: 767px) {
        .member-only-offers .member-offer-wrap .top-cont {
          padding: 26px 15px 5px; } }

.member-offer-slider {
  position: relative;
  z-index: 11;
  padding: 20px 0 50px; }
  .member-offer-slider .member-box p {
    color: #fff; }
  .member-offer-slider .member-box h6 {
    color: #fff;
    margin-bottom: 18px; }
  .member-offer-slider .member-box h4 {
    color: #fff; }
  .member-offer-slider .member-box .offer-count {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .member-offer-slider .member-box .offer-count {
        top: 70px;
        left: 0;
        right: 0; } }
    .member-offer-slider .member-box .offer-count:before {
      position: absolute;
      content: "";
      border: 6px solid #002C73;
      width: 108px;
      height: 108px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      left: 5px;
      right: 5px;
      margin: 0 auto; }
    .member-offer-slider .member-box .offer-count:after {
      position: absolute;
      content: "";
      border: 6px solid #fff;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50.3%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
  .member-offer-slider .member-box .offer-desc {
    margin: 0 0 0 65px;
    border: 1px solid #fff;
    padding: 45px 35px 35px 95px; }
    @media screen and (max-width: 767px) {
      .member-offer-slider .member-box .offer-desc {
        margin: 65px 0 0;
        padding: 100px 25px 35px 25px;
        text-align: center; } }
  .member-offer-slider .member-box .round-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .member-offer-slider .member-box .round-box {
        margin: 0 auto; } }
    .member-offer-slider .member-box .round-box h3 {
      color: #E2231A;
      font-size: 35px;
      font-weight: 700;
      margin-bottom: 0;
      line-height: 1; }
      .member-offer-slider .member-box .round-box h3 span {
        display: block;
        color: #E2231A;
        font-size: 25px;
        font-weight: 400; }
  .member-offer-slider .member-box .btn-more .btn {
    font-size: 12px;
    padding: 13px 25px; }
    .member-offer-slider .member-box .btn-more .btn.btn-primary:after {
      right: -40px;
      width: 18px;
      background-size: 14px; }
  .member-offer-slider .owl-nav .owl-prev:before {
    background: url("../images/prev-arrow-white-icon.svg");
    width: 13px;
    height: 22px; }
  .member-offer-slider .owl-nav .owl-prev:after {
    background: #fff; }
  .member-offer-slider .owl-nav .owl-next:before {
    background: url("../images/next-arrow-white-icon.svg") no-repeat center center;
    width: 13px;
    height: 22px; }
  .member-offer-slider .owl-nav .owl-next:after {
    background: #fff; }

.branch-event-photo-listing {
  width: 100%;
  padding: 45px 0 120px; }
  @media screen and (max-width: 767px) {
    .branch-event-photo-listing {
      padding: 45px 0 85px; } }
  .branch-event-photo-listing .event-photo-wrap {
    text-align: center; }
    .branch-event-photo-listing .event-photo-wrap .top-cont {
      padding: 25px 55px 5px;
      max-width: 1060px;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .branch-event-photo-listing .event-photo-wrap .top-cont {
          padding: 15px 0 5px; } }

.branch-executive-committee .branch-committee-wrap {
  padding: 120px 50px 70px;
  -webkit-box-shadow: 0 3px 13px -5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 13px -5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 13px -5px rgba(0, 0, 0, 0.16);
  margin-top: -280px;
  background: #fff; }
  @media screen and (max-width: 1199px) {
    .branch-executive-committee .branch-committee-wrap {
      padding: 90px 25px 90px; } }
  @media screen and (max-width: 1023px) {
    .branch-executive-committee .branch-committee-wrap {
      padding: 45px 15px; } }
  .branch-executive-committee .branch-committee-wrap .top-cont {
    padding: 25px 55px 5px;
    text-align: center;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .branch-executive-committee .branch-committee-wrap .top-cont {
        padding: 25px 15px 5px; } }

.executive-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  padding: 28px 0; }
  .executive-listing li {
    display: inline-block;
    width: calc(25% - 30px);
    margin: 0 15px 25px;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid rgba(0, 44, 115, 0.1);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    @media screen and (max-width: 1023px) {
      .executive-listing li {
        width: calc(50% - 30px); } }
    @media screen and (max-width: 639px) {
      .executive-listing li {
        width: 100%;
        margin: 0 0 25px; } }
  .executive-listing .owl-item {
    border: 1px solid rgba(0, 44, 115, 0.1);
    padding: 40px 20px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    .executive-listing .owl-item li {
      width: auto;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      margin: 0;
      padding: 0; }
      .executive-listing .owl-item li:hover {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    .executive-listing .owl-item:hover {
      border-top: 1px solid transparent;
      -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2); }
  .executive-listing .executive-thumb {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 20px; }
  @media screen and (max-width: 1023px) {
    .executive-listing:last-child, .executive-listing:nth-last-child(2) {
      margin: 0 0px 0px; } }
  .executive-listing .executive-desc h4 {
    color: #002C73;
    font-weight: 700; }
    @media screen and (max-width: 1199px) {
      .executive-listing .executive-desc h4 {
        font-size: 20px; } }
    .executive-listing .executive-desc h4 span {
      font-size: 16px;
      font-weight: 700;
      color: #E2231A;
      display: block; }
      @media screen and (max-width: 1199px) {
        .executive-listing .executive-desc h4 span {
          font-size: 14px; } }
  .executive-listing ul.social-media {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
    .executive-listing ul.social-media li {
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0;
      border: 0;
      width: 40px;
      height: 40px;
      background: #002C73;
      border-radius: 50%;
      line-height: 40px;
      margin: 0 5px;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
      @media screen and (max-width: 1199px) {
        .executive-listing ul.social-media li {
          width: 35px;
          height: 35px;
          line-height: 35px; } }
      .executive-listing ul.social-media li a {
        display: block;
        color: #fff; }
      .executive-listing ul.social-media li:hover {
        background: #E2231A; }

.event-photo-listing-slider {
  padding: 25px 0; }
  .event-photo-listing-slider .item {
    display: block; }
    @media screen and (max-width: 767px) {
      .event-photo-listing-slider .item {
        display: block; } }
    .event-photo-listing-slider .item .event-listing-wrap:first-child {
      margin-bottom: 42px; }
      @media screen and (max-width: 767px) {
        .event-photo-listing-slider .item .event-listing-wrap:first-child {
          margin-bottom: 0; } }
    .event-photo-listing-slider .item .event-thumb {
      width: 100%;
      padding-bottom: 83%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      margin: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .event-photo-listing-slider .item .event-thumb {
          padding-bottom: 71%; } }
    .event-photo-listing-slider .item .event-desc {
      min-height: 52px;
      height: 100%; }
      @media screen and (max-width: 1023px) {
        .event-photo-listing-slider .item .event-desc {
          min-height: 44px; } }
      .event-photo-listing-slider .item .event-desc h6 a {
        font-weight: 700; }
    .event-photo-listing-slider .item .link-more {
      position: absolute;
      right: 0;
      line-height: 1;
      width: 68px;
      height: 50px;
      line-height: 60px;
      text-align: center;
      bottom: 0;
      z-index: 1; }
      .event-photo-listing-slider .item .link-more img {
        z-index: 1;
        width: auto;
        display: inline-block; }
      .event-photo-listing-slider .item .link-more:after {
        position: absolute;
        content: "";
        background: rgba(226, 35, 26, 0.9);
        width: 100%;
        height: 100%;
        right: 0;
        padding: 0;
        z-index: -1;
        bottom: 0;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
      .event-photo-listing-slider .item .link-more:hover:after {
        background: #000; }

.branch-latest-news {
  padding: 120px 0 355px; }
  @media screen and (max-width: 1199px) {
    .branch-latest-news {
      padding: 120px 0 320px; } }
  @media screen and (max-width: 767px) {
    .branch-latest-news {
      padding: 60px 0 300px; } }
  .branch-latest-news.must-attend-events {
    padding: 120px 0; }
    @media screen and (max-width: 1199px) {
      .branch-latest-news.must-attend-events {
        padding: 60px 0; } }
    @media screen and (max-width: 767px) {
      .branch-latest-news.must-attend-events {
        padding: 40px 0; } }
    .branch-latest-news.must-attend-events .branch-latest-news-listing .item {
      width: 100%; }
  .branch-latest-news .top-cont {
    width: 100%;
    margin: 0 auto; }
  .branch-latest-news .branch-latest-news-listing {
    padding: 30px 0 50px; }
    .branch-latest-news .branch-latest-news-listing .owl-stage {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .branch-latest-news .branch-latest-news-listing .owl-stage .owl-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto !important; }
  .branch-latest-news .branch-latest-news-thumb {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #B4B4B4;
    padding-bottom: 56.2%;
    margin-bottom: 15px; }
  .branch-latest-news .branch-latest-news-desc {
    text-align: center;
    padding: 0 15px 50px; }
    @media screen and (max-width: 1023px) {
      .branch-latest-news .branch-latest-news-desc {
        padding: 0 5px 40px; } }
    @media screen and (max-width: 767px) {
      .branch-latest-news .branch-latest-news-desc {
        padding: 0 15px 15px; } }
    .branch-latest-news .branch-latest-news-desc h6 {
      color: #002C73;
      margin-bottom: 15px;
      line-height: 1.6;
      font-weight: 700; }
    .branch-latest-news .branch-latest-news-desc a {
      color: #002C73;
      margin-bottom: 15px;
      line-height: 1.6;
      font-weight: 700;
      font-size: 16px; }
      .branch-latest-news .branch-latest-news-desc a:hover {
        color: #E2231A; }
    .branch-latest-news .branch-latest-news-desc .btn-more-news {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .branch-latest-news .branch-latest-news-desc .btn-more-news {
          position: relative; } }
      .branch-latest-news .branch-latest-news-desc .btn-more-news a {
        color: #fff;
        margin-bottom: 0;
        text-transform: inherit; }
        .branch-latest-news .branch-latest-news-desc .btn-more-news a:hover {
          color: #fff; }
        @media screen and (max-width: 1023px) {
          .branch-latest-news .branch-latest-news-desc .btn-more-news a {
            font-size: 16px; } }
    @media screen and (max-width: 1023px) {
      .branch-latest-news .branch-latest-news-desc p {
        font-size: 14px; } }

span.wpcf7-list-item {
  margin: 0 !important; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.rev-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px; }
  @media screen and (max-width: 1199px) {
    .rev-select {
      height: 55px;
      line-height: 55px; } }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  padding: 0 15px;
  color: #000;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  .select-styled:after {
    content: "";
    width: 16px;
    height: 10px;
    background: url("../images/select-icon.svg") 90% center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .select-styled.active:after {
    background: #f5f5f5 url("../images/select-icon-active.svg") 90% center no-repeat; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 11;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  background-color: #f5f5f5;
  min-height: 380px;
  height: 100%;
  overflow: auto; }

.select-options li {
  margin: 0;
  padding: 8px 0;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  font-family: "SF Pro Text";
  font-weight: 400;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  .select-options li:hover {
    color: #E2231A; }
  .select-options li[rel="hide"] {
    display: none; }

.branch-intro-section .two-col-wrapper .col-wrap .col-cont ul.three-col-listing {
  margin: 0 -15px; }
  @media screen and (max-width: 1199px) {
    .branch-intro-section .two-col-wrapper .col-wrap .col-cont ul.three-col-listing {
      margin: 0; } }
  .branch-intro-section .two-col-wrapper .col-wrap .col-cont ul.three-col-listing li {
    width: calc(50% - 30px); }
    @media screen and (max-width: 767px) {
      .branch-intro-section .two-col-wrapper .col-wrap .col-cont ul.three-col-listing li {
        width: 100%; } }

.newsletter-form-popup-wrapper .email-box {
  width: 100%;
  text-align: center; }
  .newsletter-form-popup-wrapper .email-box input[type="email"] {
    margin-bottom: 20px;
    color: #000; }

.branch-partners.member-profile-listing {
  padding: 120px 0 65px; }
  @media screen and (max-width: 1023px) {
    .branch-partners.member-profile-listing {
      padding: 65px 0; } }
  @media screen and (max-width: 991px) {
    .branch-partners.member-profile-listing {
      padding: 35px 0 15px; } }

.branch-partners .member-listing.event-partner {
  padding: 28px 0 0; }
  .branch-partners .member-listing.event-partner .item {
    width: calc(20% - 30px);
    padding: 48px 40px; }
    @media screen and (max-width: 1023px) {
      .branch-partners .member-listing.event-partner .item {
        width: calc(25% - 30px);
        padding: 35px 40px; } }
    @media screen and (max-width: 991px) {
      .branch-partners .member-listing.event-partner .item {
        width: calc(33.33% - 30px);
        padding: 30px 20px; } }
    @media screen and (max-width: 639px) {
      .branch-partners .member-listing.event-partner .item {
        width: calc(50% - 30px); } }
    @media screen and (max-width: 639px) {
      .branch-partners .member-listing.event-partner .item:nth-of-type(2n) {
        margin-right: 0; } }

.member-profile-listing .insight-center-btn {
  margin: 0 !important; }

.member-profile-listing.member-profile-without-slider .member-listing {
  padding: 32px 60px 0; }
  @media screen and (max-width: 1023px) {
    .member-profile-listing.member-profile-without-slider .member-listing {
      padding: 32px 0 0; } }
  .member-profile-listing.member-profile-without-slider .member-listing .item {
    padding: 47px 40px;
    margin: 0 15px 48px; }
    @media screen and (max-width: 767px) {
      .member-profile-listing.member-profile-without-slider .member-listing .item {
        padding: 30px 10px;
        margin: 0 15px 30px; } }
    .member-profile-listing.member-profile-without-slider .member-listing .item a {
      height: 70px; }
      @media screen and (max-width: 767px) {
        .member-profile-listing.member-profile-without-slider .member-listing .item a {
          height: inherit; } }
    .member-profile-listing.member-profile-without-slider .member-listing .item img {
      width: auto;
      height: inherit;
      margin: 0 auto; }

ul.listing-with-color-icon {
  padding: 0; }
  ul.listing-with-color-icon li {
    padding-left: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      ul.listing-with-color-icon li {
        font-size: 14px; } }
    ul.listing-with-color-icon li ul {
      margin: 15px 0 0;
      padding-left: 15px; }
    ul.listing-with-color-icon li:after {
      content: "";
      position: absolute;
      left: 0px;
      width: 6px;
      height: 6px;
      top: 8px;
      background-color: #E2231A;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }

.general-page-content {
  padding: 75px 0; }
  .general-page-content .general-content-wrap {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto; }
  .general-page-content .top-cont {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 5px; }
  .general-page-content h5 {
    font-weight: 700; }
  .general-page-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: #E2231A;
    margin-bottom: 10px; }
  .general-page-content p a {
    color: #000; }
    .general-page-content p a:hover {
      color: #E2231A; }

.filtering-wrap {
  padding: 0 10px; }
  @media screen and (max-width: 1199px) {
    .filtering-wrap {
      flex-wrap: wrap;
      padding: 0; } }
  @media screen and (max-width: 639px) {
    .filtering-wrap {
      padding: 0; } }
  .filtering-wrap .filtering-box {
    width: 100%; }
    .filtering-wrap .filtering-box .left-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1023px) {
        .filtering-wrap .filtering-box .left-wrap {
          display: block; } }
      @media screen and (max-width: 767px) {
        .filtering-wrap .filtering-box .left-wrap {
          width: 100%;
          display: block;
          justify-content: center; } }
      @media screen and (max-width: 639px) {
        .filtering-wrap .filtering-box .left-wrap {
          display: block; } }
      .filtering-wrap .filtering-box .left-wrap .title-heading {
        width: 15%;
        padding-right: 15px; }
        @media screen and (max-width: 1199px) {
          .filtering-wrap .filtering-box .left-wrap .title-heading {
            width: 14%; } }
        .filtering-wrap .filtering-box .left-wrap .title-heading p {
          padding-bottom: 0;
          font-weight: 700; }
          @media screen and (max-width: 1199px) {
            .filtering-wrap .filtering-box .left-wrap .title-heading p {
              font-size: 12px; } }
          @media screen and (max-width: 1023px) {
            .filtering-wrap .filtering-box .left-wrap .title-heading p {
              font-size: 16px; } }
        @media screen and (max-width: 1023px) {
          .filtering-wrap .filtering-box .left-wrap .title-heading {
            width: 100%;
            padding-right: 0;
            margin-bottom: 10px;
            text-align: center; } }
      .filtering-wrap .filtering-box .left-wrap .filter-cont {
        width: 85%;
        display: flex;
        margin: 0 -15px;
        flex-wrap: wrap; }
        @media screen and (max-width: 1199px) {
          .filtering-wrap .filtering-box .left-wrap .filter-cont {
            width: 86%;
            margin: 0; } }
        @media screen and (max-width: 1023px) {
          .filtering-wrap .filtering-box .left-wrap .filter-cont {
            width: 100%; } }
      .filtering-wrap .filtering-box .left-wrap .col-box {
        width: calc(33.33% - 30px);
        margin: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 1199px) {
          .filtering-wrap .filtering-box .left-wrap .col-box {
            width: calc(33.33% - 20px);
            margin: 0 10px; } }
        @media screen and (max-width: 767px) {
          .filtering-wrap .filtering-box .left-wrap .col-box {
            width: 100%;
            margin: 0 0 20px;
            display: block; } }
        .filtering-wrap .filtering-box .left-wrap .col-box .select-styled {
          padding: 0; }
          @media screen and (max-width: 1199px) {
            .filtering-wrap .filtering-box .left-wrap .col-box .select-styled {
              font-size: 12px; } }
          @media screen and (max-width: 1023px) {
            .filtering-wrap .filtering-box .left-wrap .col-box .select-styled {
              font-size: 14px; } }
          .filtering-wrap .filtering-box .left-wrap .col-box .select-styled:after {
            right: 0; }
            @media screen and (max-width: 1199px) {
              .filtering-wrap .filtering-box .left-wrap .col-box .select-styled:after {
                right: 0; } }
            @media screen and (max-width: 991px) {
              .filtering-wrap .filtering-box .left-wrap .col-box .select-styled:after {
                right: 10px; } }
          @media screen and (max-width: 991px) {
            .filtering-wrap .filtering-box .left-wrap .col-box .select-styled {
              padding: 0 10px; } }
        .filtering-wrap .filtering-box .left-wrap .col-box .btn-submit {
          width: 100%; }
          .filtering-wrap .filtering-box .left-wrap .col-box .btn-submit .btn {
            display: block;
            width: 100%; }
            @media screen and (max-width: 1199px) {
              .filtering-wrap .filtering-box .left-wrap .col-box .btn-submit .btn {
                font-size: 14px;
                padding: 10px 60px 10px 15px; } }
            @media screen and (max-width: 991px) {
              .filtering-wrap .filtering-box .left-wrap .col-box .btn-submit .btn {
                font-size: 16px; } }
            .filtering-wrap .filtering-box .left-wrap .col-box .btn-submit .btn.btn-primary:after {
              right: 0;
              border-left: 1px solid #fff;
              padding: 0 5px;
              background-size: 16px; }
          .filtering-wrap .filtering-box .left-wrap .col-box .btn-submit:after {
            display: none; }

.top-filtering {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 44, 115, 0.33); }
  .top-filtering.bg-white-smoke .select-styled {
    background: transparent; }
    .top-filtering.bg-white-smoke .select-styled:after {
      right: 10px;
      background: url("../images/select-orange-icon.svg") 90% center no-repeat; }
    .top-filtering.bg-white-smoke .select-styled.active:after {
      background: url("../images/select-orange-icon-active.svg") 90% center no-repeat; }
  .top-filtering.bg-white-smoke .select-hidden {
    padding-right: 15px; }
  .top-filtering.bg-white-smoke .rev-select {
    height: 52px;
    line-height: 52px;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .top-filtering.bg-white-smoke .rev-select {
        height: 42px;
        line-height: 42px; } }
    @media screen and (max-width: 767px) {
      .top-filtering.bg-white-smoke .rev-select {
        background-color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        height: 52px;
        line-height: 52px; } }
    .top-filtering.bg-white-smoke .rev-select select {
      display: none; }
    .top-filtering.bg-white-smoke .rev-select .error-message {
      color: #f00000;
      position: absolute;
      top: calc(100% - 28px);
      left: 0;
      right: 0;
      font-size: 12px; }
      @media screen and (max-width: 1199px) {
        .top-filtering.bg-white-smoke .rev-select .error-message {
          top: calc(100% - 24px); } }
      @media screen and (max-width: 991px) {
        .top-filtering.bg-white-smoke .rev-select .error-message {
          font-size: 12px;
          margin: 10px 0;
          padding: 0 10px; } }
  .top-filtering.bg-white-smoke .select-options {
    padding: 25px 12px 10px;
    background-color: #f5f5f5;
    min-height: 215px;
    min-width: 215px; }
    .top-filtering.bg-white-smoke .select-options li:last-child {
      padding-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .top-filtering.bg-white-smoke .select-options li {
        font-size: 12px; } }
    @media screen and (max-width: 1023px) {
      .top-filtering.bg-white-smoke .select-options li {
        font-size: 14px; } }
  .top-filtering form input[type="search"] {
    background: url("../images/search-black-icon.svg") left center no-repeat;
    padding: 0 0 0 25px;
    color: #333333;
    font-size: 16px;
    font-family: "SF Pro Text";
    line-height: 52px;
    height: 52px; }
    @media screen and (max-width: 1199px) {
      .top-filtering form input[type="search"] {
        font-size: 12px;
        height: 42px;
        line-height: 42px; } }
    @media screen and (max-width: 1023px) {
      .top-filtering form input[type="search"] {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .top-filtering form input[type="search"] {
        background-color: #fff;
        padding: 0 0 0 35px;
        background-position: 10px center;
        height: 52px;
        line-height: 52px; } }
  .top-filtering form ::-webkit-input-placeholder {
    color: #333333;
    font-size: 16px; }
    @media screen and (max-width: 1199px) {
      .top-filtering form ::-webkit-input-placeholder {
        font-size: 12px; } }
    @media screen and (max-width: 1023px) {
      .top-filtering form ::-webkit-input-placeholder {
        font-size: 14px; } }
  .top-filtering form :-ms-input-placeholder {
    color: #333333;
    font-size: 16px; }
    @media screen and (max-width: 1199px) {
      .top-filtering form :-ms-input-placeholder {
        font-size: 12px; } }
    @media screen and (max-width: 1023px) {
      .top-filtering form :-ms-input-placeholder {
        font-size: 14px; } }
  .top-filtering form ::placeholder {
    color: #333333;
    font-size: 16px; }
    @media screen and (max-width: 1199px) {
      .top-filtering form ::placeholder {
        font-size: 12px; } }
    @media screen and (max-width: 1023px) {
      .top-filtering form ::placeholder {
        font-size: 14px; } }

/************FAQs START***********/
.faq-section {
  padding: 20px 0 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .faq-section {
      padding: 20px 0 60px; } }
  @media screen and (max-width: 767px) {
    .faq-section {
      padding: 20px 0 10px; } }

.faq-section .section-title {
  text-align: center;
  color: #FFF;
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 26px; }

.faq-main {
  width: 100%;
  padding-top: 22px; }

.faq-section .faq-desc {
  display: none;
  cursor: default;
  color: #000;
  padding-top: 0;
  font-size: 16px;
  font-family: "SF Pro Text";
  padding-bottom: 30px; }

.faq-section .faq-main ol {
  padding: 0 0 30px; }

.faq-section .faq-main ol li {
  font-size: 14px;
  border: solid 1px rgba(0, 44, 115, 0.1);
  position: relative;
  cursor: pointer;
  list-style-type: none;
  padding: 30px 28px 0;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .faq-section .faq-main ol li {
      padding: 15px 15px 0; } }

.faq-section .faq-main ol li::after {
  content: "";
  position: absolute;
  background: url(../images/faq-plus.svg) center center no-repeat;
  background-size: 24px;
  width: 32px;
  height: 32px;
  display: block;
  top: 30px;
  right: 25px;
  cursor: pointer;
  border: 2px solid #002C73;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  @media screen and (max-width: 767px) {
    .faq-section .faq-main ol li::after {
      background-size: 20px;
      width: 28px;
      height: 28px;
      right: 15px;
      top: 20px;
      border: 2px solid #002C73; } }

.faq-section .faq-main ol li.open::after {
  backface-visibility: hidden;
  border: 2px solid #fff;
  background: url(../images/faq-minus.svg) center center no-repeat; }
  @media screen and (max-width: 767px) {
    .faq-section .faq-main ol li.open::after {
      background-size: 20px;
      width: 28px;
      height: 28px;
      border: 2px solid #fff; } }

.faq-section .faq-main ol li:hover:after {
  background-color: #c4ccdb; }

.faq-section .faq-main ol li.open:hover:after {
  background-color: #E2231A; }

.faq-section .faq-title {
  color: #000;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-family: "SF Pro Text";
  font-size: 24px;
  max-width: 95%;
  width: 100%;
  margin-bottom: 30px; }
  @media screen and (max-width: 1199px) {
    .faq-section .faq-title {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .faq-section .faq-title {
      font-size: 18px;
      max-width: 100%;
      width: 100%;
      padding-right: 65px; } }

.faq-section .faq-desc p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px; }

.faq-section .faq-main ol li.open {
  background: #002C73; }

.faq-section .faq-main ol li.open .faq-title {
  color: #fff; }

.faq-section .faq-main ol li.open .faq-desc {
  color: #fff; }

/************FAQs END***********/
.insight-center-wrap {
  display: flex;
  flex-wrap: wrap; }
  .insight-center-wrap .insight-center-left {
    width: 71.5%;
    padding-right: 60px; }
    @media screen and (max-width: 991px) {
      .insight-center-wrap .insight-center-left {
        width: 100%;
        padding-right: 0px; } }
    .insight-center-wrap .insight-center-left .title-heading-with-line {
      text-align: left; }
      .insight-center-wrap .insight-center-left .title-heading-with-line h2 {
        text-align: left;
        letter-spacing: -1.2px; }
        @media screen and (max-width: 1199px) {
          .insight-center-wrap .insight-center-left .title-heading-with-line h2 {
            letter-spacing: 0; } }
        .insight-center-wrap .insight-center-left .title-heading-with-line h2:after {
          right: inherit;
          left: 0; }
    .insight-center-wrap .insight-center-left .article-post {
      padding: 20px 0 60px;
      margin-bottom: 100px;
      border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
      .insight-center-wrap .insight-center-left .article-post .title-heading-with-line {
        margin-bottom: 35px; }
      @media screen and (max-width: 1199px) {
        .insight-center-wrap .insight-center-left .article-post {
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        .insight-center-wrap .insight-center-left .article-post {
          margin-bottom: 20px;
          padding: 20px 0 40px; } }
      .insight-center-wrap .insight-center-left .article-post .top-cont {
        padding: 0 0 5px; }
  .insight-center-wrap .insight-center-right {
    width: 28.5%;
    margin-top: 140px; }
    @media screen and (max-width: 991px) {
      .insight-center-wrap .insight-center-right {
        width: 100%;
        margin-top: 0px; } }

ul.insight-sidebar-listing {
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F9F9F9; }
  ul.insight-sidebar-listing.is_stuck {
    margin-top: 0;
    overflow: auto; }
  ul.insight-sidebar-listing li {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    font-family: "Montserrat";
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px; }
    ul.insight-sidebar-listing li:last-child {
      border-bottom: none; }
    @media screen and (max-width: 1199px) {
      ul.insight-sidebar-listing li {
        font-size: 14px; } }
    @media screen and (max-width: 991px) {
      ul.insight-sidebar-listing li {
        font-size: 16pxtablet-p; } }
    ul.insight-sidebar-listing li a {
      font-size: 16px;
      font-weight: 700;
      color: #333333;
      font-family: "Montserrat"; }
      ul.insight-sidebar-listing li a:hover {
        color: #E2231A; }
      @media screen and (max-width: 1199px) {
        ul.insight-sidebar-listing li a {
          font-size: 14px; } }
      @media screen and (max-width: 991px) {
        ul.insight-sidebar-listing li a {
          font-size: 16px; } }
    ul.insight-sidebar-listing li.active {
      background: #fff; }

ul.article-listing {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 18px; }
  @media screen and (max-width: 767px) {
    ul.article-listing {
      margin: 0 0 18px; } }
  ul.article-listing > li {
    margin: 0 15px 25px !important;
    display: block; }
    @media screen and (max-width: 767px) {
      ul.article-listing > li {
        width: 100% !important;
        margin: 0 0 15px !important; } }
    ul.article-listing > li .article-img {
      width: 100%;
      padding-bottom: 60%;
      margin-bottom: 15px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      position: relative;
      background-color: #f2f2f2; }
      ul.article-listing > li .article-img ul.pdf-download-list {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: 0; }
        ul.article-listing > li .article-img ul.pdf-download-list li {
          width: auto !important;
          margin: 0 15px !important;
          padding-top: 15px;
          display: inline-block; }
          ul.article-listing > li .article-img ul.pdf-download-list li:first-child {
            margin: 0 !important; }
          ul.article-listing > li .article-img ul.pdf-download-list li a {
            display: inline-block;
            width: 60px;
            height: 60px;
            background: rgba(0, 0, 0, 0.3);
            text-align: center;
            position: relative; }
            ul.article-listing > li .article-img ul.pdf-download-list li a .download-icon:after {
              position: absolute;
              content: "";
              background: url("../images/download-white-icon.svg") center center no-repeat;
              left: 0;
              right: 0;
              margin: 0 auto;
              width: 42px;
              height: 60px;
              -webkit-transition: 0.5s all ease-in-out;
              -moz-transition: 0.5s all ease-in-out;
              -ms-transition: 0.5s all ease-in-out;
              -o-transition: 0.5s all ease-in-out;
              transition: 0.5s all ease-in-out;
              background-size: 80%; }
            ul.article-listing > li .article-img ul.pdf-download-list li a:hover {
              background: #fff; }
              ul.article-listing > li .article-img ul.pdf-download-list li a:hover .download-icon:after {
                background: url("../images/download-blue-icon.svg") center center no-repeat;
                background-size: 80%; }
    ul.article-listing > li a:hover .article-img .download-icon {
      background: #fff; }
      ul.article-listing > li a:hover .article-img .download-icon:after {
        background: url("../images/download-blue-icon.svg"); }
    ul.article-listing > li .article-desc h6 {
      font-family: "Montserrat";
      color: #002C73;
      font-weight: 700;
      letter-spacing: 0.3px;
      margin-bottom: 18px; }
      ul.article-listing > li .article-desc h6 a {
        color: #002C73; }
        ul.article-listing > li .article-desc h6 a:hover {
          color: #E2231A; }
    ul.article-listing > li .article-desc .article-link a {
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #E2231A;
      margin-bottom: 10px; }
      @media screen and (max-width: 1199px) {
        ul.article-listing > li .article-desc .article-link a {
          font-size: 16px; } }
      ul.article-listing > li .article-desc .article-link a:hover {
        color: #002C73; }
    ul.article-listing > li .article-desc .article-title a {
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      color: #002C73;
      margin-bottom: 10px; }
      @media screen and (max-width: 1199px) {
        ul.article-listing > li .article-desc .article-title a {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        ul.article-listing > li .article-desc .article-title a {
          font-size: 18px; } }
      ul.article-listing > li .article-desc .article-title a:hover {
        color: #E2231A; }
    ul.article-listing > li .article-desc p {
      line-height: 1.6; }
    ul.article-listing > li .video-wrapper {
      position: relative;
      width: 100%;
      padding-bottom: 56.8%;
      margin-bottom: 20px; }
      ul.article-listing > li .video-wrapper:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.8);
        top: 0;
        left: 0;
        right: 0;
        z-index: 0; }
      ul.article-listing > li .video-wrapper.open:after {
        display: none; }
      ul.article-listing > li .video-wrapper iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0; }
      ul.article-listing > li .video-wrapper .play-video, ul.article-listing > li .video-wrapper .not-play-video {
        position: static;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        backface-visibility: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        ul.article-listing > li .video-wrapper .play-video:after, ul.article-listing > li .video-wrapper .not-play-video:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          background: url(../images/video-play-icon.svg) no-repeat center center;
          width: 50px;
          height: 50px;
          margin: auto;
          z-index: 11;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -webkit-transition: 0.5s all ease-in-out;
          -moz-transition: 0.5s all ease-in-out;
          -ms-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out;
          background-size: cover;
          border: 2px solid transparent; }
        ul.article-listing > li .video-wrapper .play-video:hover:after, ul.article-listing > li .video-wrapper .not-play-video:hover:after {
          background-color: #E2231A;
          border: 2px solid #E2231A; }
        ul.article-listing > li .video-wrapper .play-video .timestamp, ul.article-listing > li .video-wrapper .not-play-video .timestamp {
          background: #fff;
          color: #000;
          position: absolute;
          z-index: 11;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          right: 10px;
          top: 10px;
          text-align: center;
          padding: 7px 11px;
          font-size: 12px;
          color: #002C73;
          font-weight: 700; }
    ul.article-listing > li .event-thumb {
      width: 100%;
      padding-bottom: 65%;
      margin-bottom: 15px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      ul.article-listing > li .event-thumb .link-more {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #E2231A;
        padding: 10px 15px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          ul.article-listing > li .event-thumb .link-more {
            padding: 15px 20px; } }
        ul.article-listing > li .event-thumb .link-more img {
          max-width: 20px;
          width: 100%; }
          @media screen and (max-width: 767px) {
            ul.article-listing > li .event-thumb .link-more img {
              max-width: 22px; } }
        ul.article-listing > li .event-thumb .link-more:hover {
          background: #002C73; }
    ul.article-listing > li .event-desc {
      text-align: center;
      padding: 0 15px; }
      ul.article-listing > li .event-desc a {
        color: #002C73;
        font-weight: 700;
        font-size: 16px; }
        ul.article-listing > li .event-desc a:hover {
          color: #E2231A; }
  ul.article-listing.three-col-report-listing > li {
    width: calc(33.33% - 30px) !important;
    margin: 0 15px; }
    @media screen and (max-width: 991px) {
      ul.article-listing.three-col-report-listing > li {
        width: calc(50% - 30px) !important; } }
    @media screen and (max-width: 767px) {
      ul.article-listing.three-col-report-listing > li {
        width: 100% !important; } }
    ul.article-listing.three-col-report-listing > li .article-img {
      min-height: 520px;
      border: 1px solid #f5f5f5;
      position: relative;
      padding-bottom: 0; }
      ul.article-listing.three-col-report-listing > li .article-img .img-thumb {
        height: 522px; }
        @media screen and (max-width: 991px) {
          ul.article-listing.three-col-report-listing > li .article-img .img-thumb {
            height: 470px; } }
        @media screen and (max-width: 767px) {
          ul.article-listing.three-col-report-listing > li .article-img .img-thumb {
            height: 100%; } }
        ul.article-listing.three-col-report-listing > li .article-img .img-thumb img {
          width: 100%;
          height: 100%; }
      @media screen and (max-width: 1199px) {
        ul.article-listing.three-col-report-listing > li .article-img {
          min-height: 370px; } }
      @media screen and (max-width: 991px) {
        ul.article-listing.three-col-report-listing > li .article-img {
          min-height: 405px; } }
  ul.article-listing.two-col-report-listing > li {
    width: calc(50% - 30px) !important; }
    @media screen and (max-width: 767px) {
      ul.article-listing.two-col-report-listing > li {
        width: 100% !important; } }
    ul.article-listing.two-col-report-listing > li .article-img {
      min-height: 520px;
      position: relative;
      padding-bottom: 0; }
      ul.article-listing.two-col-report-listing > li .article-img .img-thumb {
        height: 522px; }
        @media screen and (max-width: 991px) {
          ul.article-listing.two-col-report-listing > li .article-img .img-thumb {
            height: 470px; } }
        @media screen and (max-width: 767px) {
          ul.article-listing.two-col-report-listing > li .article-img .img-thumb {
            height: 100%; } }
        ul.article-listing.two-col-report-listing > li .article-img .img-thumb img {
          width: 100%;
          height: 100%; }
      @media screen and (max-width: 1199px) {
        ul.article-listing.two-col-report-listing > li .article-img {
          min-height: 370px; } }
      @media screen and (max-width: 991px) {
        ul.article-listing.two-col-report-listing > li .article-img {
          min-height: 405px; } }
  ul.article-listing.two-col-listing > li {
    width: calc(50% - 30px) !important; }
    @media screen and (max-width: 767px) {
      ul.article-listing.two-col-listing > li {
        width: 100% !important; } }
  ul.article-listing.three-col-listing > li {
    width: calc(33.33% - 30px) !important; }
    @media screen and (max-width: 767px) {
      ul.article-listing.three-col-listing > li {
        width: 100% !important; } }

.full-width-content {
  padding: 120px 0; }
  @media only screen and (max-width: 1400px) {
    .full-width-content {
      padding: 95px 0px; } }
  @media only screen and (max-width: 1200px) {
    .full-width-content {
      padding: 75px 0px; } }
  @media only screen and (max-width: 991px) {
    .full-width-content {
      padding: 55px 0px; } }
  @media only screen and (max-width: 767px) {
    .full-width-content {
      padding: 45px 0px 30px 0px; } }
  .full-width-content .title-heading-with-line h2 {
    line-height: 1.35; }
  .full-width-content .top-cont {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 0px; }
    @media only screen and (max-width: 991px) {
      .full-width-content .top-cont {
        padding: 20px 45px; } }
    @media only screen and (max-width: 767px) {
      .full-width-content .top-cont {
        padding: 20px 10px; } }
    .full-width-content .top-cont p:last-child {
      padding: 0; }

.podcast .full-width-content {
  padding: 95px 0px 25px; }
  @media only screen and (max-width: 1200px) {
    .podcast .full-width-content {
      padding: 75px 0px 25px; } }
  @media only screen and (max-width: 991px) {
    .podcast .full-width-content {
      padding: 55px 0px 25px; } }
  @media only screen and (max-width: 767px) {
    .podcast .full-width-content {
      padding: 45px 0px 25px; } }

.podcast .podcast-listing {
  padding: 25px 0 70px; }

.single-podcast .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont {
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .single-podcast .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont {
      padding: 30px 15px; } }
  .single-podcast .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont p a {
    color: #000; }
    .single-podcast .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont p a:hover {
      color: #E2231A; }
  .single-podcast .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont ul li a {
    color: #000; }
    .single-podcast .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont ul li a:hover {
      color: #E2231A; }

.content-block ul li {
  padding: 0 0 0 0;
  position: relative;
  margin: 0px;
  padding: 0 0 35px 15px; }
  .content-block ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 6px;
    top: 8px;
    background-color: #E2231A;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%; }

.page-template-tpl-insight-center .full-width-content {
  padding: 50px 0 0; }
  @media screen and (max-width: 1199px) {
    .page-template-tpl-insight-center .full-width-content {
      padding: 40px 0 0; } }

.page-template-tpl-insight-member-renewal-page .general-form-section form .form-control.submit-btn {
  margin: 0 0 20px; }

.two-col-insight-center {
  padding: 15px 0 55px; }

/*Two column structure for common style start here */
.listing-page-main-wrapper {
  padding: 120px 0; }
  @media only screen and (max-width: 1400px) {
    .listing-page-main-wrapper {
      padding: 90px 15px 25px; } }
  @media only screen and (max-width: 1200px) {
    .listing-page-main-wrapper {
      padding: 75px 15px 25px; } }
  @media only screen and (max-width: 991px) {
    .listing-page-main-wrapper {
      padding: 55px 0 25px; } }
  @media only screen and (max-width: 767px) {
    .listing-page-main-wrapper {
      padding: 45px 0 25px; } }
  .listing-page-main-wrapper .listing-section-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px; }
    .listing-page-main-wrapper .listing-section-wrapper .media-list {
      position: relative; }
      .listing-page-main-wrapper .listing-section-wrapper .media-list .view-all-event {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        border-top: 1px solid rgba(0, 44, 115, 0.33);
        padding: 35px 0 0 0;
        margin: 15px 0 0; }
        @media only screen and (max-width: 991px) {
          .listing-page-main-wrapper .listing-section-wrapper .media-list .view-all-event {
            padding: 40px 0;
            position: static;
            margin-left: -50px; } }
        .listing-page-main-wrapper .listing-section-wrapper .media-list .view-all-event a.btn.btn-primary {
          padding: 10px 20px;
          font-size: 16px; }
        .listing-page-main-wrapper .listing-section-wrapper .media-list .view-all-event.disable-btn .btn {
          opacity: 0.5;
          pointer-events: none; }
        .listing-page-main-wrapper .listing-section-wrapper .media-list .view-all-event.disable-btn .loading-img {
          opacity: 0.85; }
    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper {
      width: 70%;
      padding-right: 60px; }
      .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper.full-width-wrapper {
        width: 100%;
        padding-right: 0; }
      @media screen and (max-width: 991px) {
        .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper {
          width: 100%;
          padding-right: 0; } }
      .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list {
        margin: 0px;
        padding: 0px;
        width: 100%;
        position: relative; }
        @media only screen and (max-width: 991px) {
          .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list {
            order: 2; } }
        .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul {
          margin: 0 0 10px 0;
          padding: 0 0 30px 0; }
          @media only screen and (max-width: 991px) {
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul {
              padding: 0; } }
          .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li {
            list-style-type: none;
            margin: 0px 0 5px;
            padding: 0px; }
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li:last-child {
              margin-bottom: 0; }
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post {
              position: relative;
              display: flex;
              margin: 0 0 50px 0; }
              @media only screen and (max-width: 767px) {
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post {
                  margin: 0 0 40px 0;
                  display: block; } }
              @media only screen and (max-width: 639px) {
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post {
                  margin: 0 0 30px 0;
                  flex-wrap: wrap; } }
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post ul {
                padding: 0 0px 0 20px;
                margin: 0; }
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post ul li {
                  list-style: disc;
                  margin-bottom: 5px; }
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post ul li a {
                    color: #000; }
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-post {
                width: 350px;
                height: 100%;
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat;
                position: relative;
                background-color: #f2f2f2; }
                @media only screen and (max-width: 1400px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-post {
                    width: 290px; } }
                @media only screen and (max-width: 991px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-post {
                    width: 250px; } }
                @media only screen and (max-width: 767px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-post {
                    width: 100%;
                    padding-bottom: 55.5%; } }
                @media only screen and (max-width: 639px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-post {
                    width: 100%; } }
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content {
                width: 100%;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
                margin: 0;
                padding: 25px 30px; }
                @media only screen and (max-width: 1400px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content {
                    padding: 20px 20px 20px 20px; } }
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content h4 {
                  color: #002C73;
                  font-size: 18px;
                  font-weight: 700;
                  font-family: "Montserrat";
                  margin-bottom: 20px; }
                  @media only screen and (max-width: 1200px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content h4 {
                      font-size: 17px; } }
                  @media only screen and (max-width: 991px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content h4 {
                      font-size: 16px; } }
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content h4:hover {
                    color: #E2231A; }
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content h4 a {
                    color: #002C73;
                    font-size: 18px;
                    font-family: "Montserrat";
                    font-weight: 900; }
                    @media only screen and (max-width: 1200px) {
                      .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content h4 a {
                        font-size: 17px; } }
                    @media only screen and (max-width: 767px) {
                      .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content h4 a {
                        font-size: 16px; } }
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content h4 a:hover {
                      color: #E2231A; }
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content p {
                  font-size: 16px;
                  padding: 0 0 25px 0; }
                  @media only screen and (max-width: 767px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content p {
                      padding: 0 0 15px 0; } }
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content .btn {
                  font-weight: 400;
                  display: inline-block; }
                  @media only screen and (max-width: 1200px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content .btn {
                      bottom: 10px; } }
                  @media only screen and (max-width: 767px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content .btn {
                      bottom: 0;
                      position: relative;
                      margin: 20px 0 0 0; } }
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content .btn.btn-pdf {
                    color: #fff;
                    background: #E2231A; }
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content .btn.btn-pdf i {
                      padding-left: 5px; }
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .newsletter-content .btn.btn-pdf:hover {
                      background: #000; }
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content {
                width: calc(100% - 350px);
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
                margin: 0;
                padding: 25px 30px; }
                @media only screen and (max-width: 1400px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content {
                    width: calc(100% - 290px);
                    padding: 20px 20px 20px 20px; } }
                @media only screen and (max-width: 991px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content {
                    width: calc(100% - 250px); } }
                @media only screen and (max-width: 767px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content {
                    width: calc(100% - 0px); } }
                @media only screen and (max-width: 639px) {
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content {
                    width: 100%; } }
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content h4 {
                  color: #002C73;
                  font-size: 18px;
                  font-weight: 700;
                  font-family: "Montserrat";
                  margin-bottom: 20px; }
                  @media only screen and (max-width: 1200px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content h4 {
                      font-size: 17px; } }
                  @media only screen and (max-width: 991px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content h4 {
                      font-size: 16px; } }
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content h4:hover {
                    color: #E2231A; }
                  .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content h4 a {
                    color: #002C73;
                    font-size: 18px;
                    font-family: "Montserrat";
                    font-weight: 900; }
                    @media only screen and (max-width: 1200px) {
                      .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content h4 a {
                        font-size: 17px; } }
                    @media only screen and (max-width: 767px) {
                      .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content h4 a {
                        font-size: 16px; } }
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content h4 a:hover {
                      color: #E2231A; }
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content p {
                  font-size: 16px;
                  padding: 0 0 25px 0; }
                  @media only screen and (max-width: 767px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content p {
                      padding: 0 0 15px 0; } }
                .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content a.btn {
                  font-weight: 400;
                  display: inline-block; }
                  @media only screen and (max-width: 1200px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content a.btn {
                      bottom: 10px; } }
                  @media only screen and (max-width: 767px) {
                    .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li .inner-post .media-content a.btn {
                      bottom: 0;
                      position: relative;
                      margin: 20px 0 0 0; } }
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li.no-post-found {
              width: 100% !important;
              font-size: 18px;
              font-weight: 700;
              color: #E2231A;
              padding: 10px; }
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul > li.no-post-found h3 {
                font-size: 18px; }
        .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.podcast-play-listing li {
          margin: 0 15px 30px !important;
          display: block;
          padding: 30px 30px !important; }
        .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-podcast-play-listing li {
          margin: 0 15px 30px !important;
          display: block;
          padding: 30px 30px 60px !important; }
        .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.three-col-podcast-play-listing li {
          margin: 0 15px 30px !important;
          display: block;
          padding: 30px 30px 60px !important; }
          @media screen and (max-width: 991px) {
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.three-col-podcast-play-listing li {
              width: calc(50% - 30px); } }
          @media screen and (max-width: 767px) {
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.three-col-podcast-play-listing li {
              width: 100%;
              margin: 0 0 20px; } }
          @media screen and (max-width: 767px) {
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.three-col-podcast-play-listing li:last-child {
              margin-bottom: 0; } }
        .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -15px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          @media screen and (max-width: 991px) {
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing {
              margin: 0; } }
          .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: calc(50% - 30px);
            margin: 0 15px; }
            @media screen and (max-width: 991px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li {
                width: 100%;
                margin: 0;
                display: block; } }
            @media only screen and (max-width: 1400px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li .inner-post .media-post {
                width: 220px; } }
            @media only screen and (max-width: 991px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li .inner-post .media-post {
                width: 220px; } }
            @media only screen and (max-width: 767px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li .inner-post .media-post {
                width: 100%;
                padding-bottom: 35%; } }
            @media only screen and (max-width: 1400px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li .inner-post .media-content {
                width: calc(100% - 220px);
                padding: 20px 20px 20px 20px; } }
            @media only screen and (max-width: 991px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li .inner-post .media-content {
                width: calc(100% - 220px); } }
            @media only screen and (max-width: 767px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li .inner-post .media-content {
                width: 100%; } }
            @media screen and (max-width: 1199px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li .inner-post .media-content .btn-read-more .btn-primary {
                padding: 10px 75px 10px 25px; } }
            @media screen and (max-width: 991px) {
              .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list ul.two-col-blog-listing li .inner-post .media-content .btn-read-more .btn-primary {
                padding: 13px 75px 13px 25px; } }
        .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list .view-all-event {
          position: relative;
          left: 0;
          right: 0;
          text-align: center;
          border-top: 1px solid rgba(0, 44, 115, 0.33);
          padding: 50px 0 0 0; }
          @media only screen and (max-width: 991px) {
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list .view-all-event {
              padding: 40px 0;
              position: static;
              margin-left: 0; } }
          .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list .view-all-event a.btn.btn-primary {
            padding: 10px 60px 10px 20px;
            font-size: 14px; }
            .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list .view-all-event a.btn.btn-primary:after {
              right: 0;
              padding: 0 5px;
              border-left: 1px solid #fff; }
          .listing-page-main-wrapper .listing-section-wrapper .listing-wrapper .media-list .view-all-event.disable-btn .btn {
            opacity: 0.5;
            pointer-events: none; }
    .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper {
      width: 30%; }
      @media screen and (max-width: 991px) {
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper {
          width: 100%;
          padding-right: 0;
          margin-bottom: 25px; } }
      .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .title-heading-with-line h3 {
        text-align: left;
        text-align: left;
        font-weight: 700;
        font-size: 22px;
        padding-bottom: 12px; }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .title-heading-with-line h3:after {
          right: inherit; }
      .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section {
        padding: 0px; }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section form .btn-submit {
          max-width: 255px;
          width: 100%;
          margin: 0; }
          .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section form .btn-submit input[type="submit"] {
            margin-left: 0; }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control {
          margin: 0; }
          .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control .full-col {
            width: 100%;
            padding: 0 0 20px 0;
            text-align: left; }
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control .full-col .rev-select .select-styled {
              border: 1px solid rgba(0, 44, 115, 0.33); }
              .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control .full-col .rev-select .select-styled:after {
                background: #f5f5f5 url(../images/select-orange-icon.svg) 90% center no-repeat; }
              .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control .full-col .rev-select .select-styled.active:after {
                background: #f5f5f5 url("../images/select-orange-icon-active.svg") 90% center no-repeat; }
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control .full-col .rev-select .select-options {
              border: 1px solid rgba(0, 44, 115, 0.33);
              border-top: none; }
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control .full-col span.date {
              margin: 0px;
              border: 1px solid rgba(0, 0, 0, 0.3);
              display: inline-block;
              width: 100%; }
              .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control .full-col span.date #datepicker {
                content: "";
                padding: 20px 40px 20px 20px;
                background-image: url(../images/calendar-interface-symbol-tool.svg);
                background-size: 19px;
                background-position: 95% center;
                display: inline-block;
                background-repeat: no-repeat; }
                @media screen and (max-width: 991px) {
                  .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .general-form-section .form-control .full-col span.date #datepicker {
                    background-position: 98.2% center; } }
      .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact {
        width: 100%;
        background: #f5f5f5;
        padding: 80px 30px 60px 30px;
        /*@media only screen and (max-width:$min-1200){
                    width:calc(350px - 40px);
                }
                @media only screen and (max-width:$tablet-p){
                    width:calc(100% - 0px);
                    order:1;
                    padding: 60px 20px 40px;
                    margin: 0 0 45px 0;
                }
                @media only screen and (max-width:$small){
                    padding:30px 15px;
                }*/ }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact h2 {
          font-size: 35px;
          margin-bottom: 50px;
          color: #002C73;
          font-weight: 700;
          text-align: center; }
          @media only screen and (max-width: 1200px) {
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact h2 {
              font-size: 32px;
              margin-bottom: 40px; } }
          @media only screen and (max-width: 767px) {
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact h2 {
              font-size: 30px;
              margin-bottom: 30px; } }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact .media-dp {
          display: block;
          width: 236px;
          height: 236px;
          margin: 0 auto;
          border-radius: 100%;
          border: 10px solid #fff;
          overflow: hidden; }
          @media only screen and (max-width: 1200px) {
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact .media-dp {
              width: 200px;
              height: 200px; } }
          .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact .media-dp .dp {
            width: 100%;
            height: 100%;
            display: inline-block;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact h5 {
          color: #333333;
          font-size: 24px;
          text-align: center;
          margin: 10px 0 10px 0;
          font-weight: 500; }
          @media only screen and (max-width: 1200px) {
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact h5 {
              font-size: 22px;
              margin: 10px 0 10px 0; } }
          @media only screen and (max-width: 767px) {
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact h5 {
              font-size: 20px;
              margin: 5px 0; } }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact span.desination {
          display: block;
          color: #E2231A;
          text-align: center;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1200px) {
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact span.desination {
              font-size: 15px; } }
          @media only screen and (max-width: 767px) {
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact span.desination {
              font-size: 14px; } }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact span.coun-name {
          text-align: center;
          font-size: 16px;
          display: block;
          color: #000;
          font-weight: 400;
          margin-bottom: 20px; }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact .contact-info {
          display: block;
          width: 100%;
          text-align: center; }
          .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact .contact-info a {
            text-align: center;
            font-size: 16px;
            color: #000;
            font-weight: 700;
            margin-bottom: 20px;
            display: block; }
            @media only screen and (max-width: 1200px) {
              .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact .contact-info a {
                font-size: 15px; } }
            @media only screen and (max-width: 767px) {
              .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact .contact-info a {
                font-size: 14px; } }
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .media-contact .contact-info a:hover {
              color: #E2231A; }
      .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .filter-listing ul {
        margin: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .filter-listing ul li {
          list-style-type: none;
          margin: 0px;
          padding: 0px;
          line-height: 1;
          width: 100%; }
          .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .filter-listing ul li h4 {
            font-size: 16px;
            color: #000;
            margin-bottom: 20px;
            font-weight: 700; }
            .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .filter-listing ul li h4 a {
              color: #333333; }
              .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .filter-listing ul li h4 a:hover {
                color: #002C73; }
          .listing-page-main-wrapper .listing-section-wrapper .sidebar-wrapper .filter-listing ul li.active h4 a {
            color: #002C73; }

.news listing-page-main-wrapper .listing-section-wrapper {
  padding-bottom: 75px; }

.publications-listing .listing-wrapper {
  padding-right: 0; }
  .publications-listing .listing-wrapper ul.article-listing.report-listing {
    margin: 0 -15px; }
    .publications-listing .listing-wrapper ul.article-listing.report-listing li {
      width: calc(33.33% - 30px);
      margin: 0 15px; }
      .publications-listing .listing-wrapper ul.article-listing.report-listing li .article-img {
        background-size: cover;
        border: 1px solid #f5f5f5; }

/* TWo column structure for common style ends here */
.order-details-top {
  width: 100%;
  padding: 10px 0;
  background: #f5f5f5;
  text-align: center; }
  .order-details-top h3 {
    margin-bottom: 10px;
    font-weight: 700; }
  .order-details-top p {
    padding-bottom: 15px; }

.order-information {
  padding: 25px;
  position: relative; }
  .order-information:after {
    position: absolute;
    content: "";
    background: #f5f5f5;
    width: 95.5%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 767px) {
    .row {
      margin: 0; } }
  .row .col-12 {
    width: 100%; }
  .row .col-4 {
    width: calc(33.33% - 30px);
    margin: 0 15px; }
    @media screen and (max-width: 767px) {
      .row .col-4 {
        width: 100%;
        margin: 0; } }
  .row .col-left {
    margin-left: auto !important; }

.order-summery {
  padding: 0 25px; }
  @media screen and (max-width: 767px) {
    .order-summery {
      padding: 0 15px; } }
  .order-summery .row {
    margin: 0; }
  .order-summery .card-default {
    margin-top: 30px; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-x: auto; } }

table {
  width: 100%; }
  table thead th, table thead td {
    font-size: 16px;
    font-family: "SF Pro Text";
    font-weight: 700;
    color: #000; }
  table tbody td {
    font-size: 16px;
    font-family: "SF Pro Text";
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      table tbody td {
        font-size: 14px; } }
    table tbody td small {
      font-size: 14px;
      font-family: "SF Pro Text";
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        table tbody td small {
          font-size: 12px; } }

.table-bottom {
  margin-bottom: 20px; }

.card .card-title {
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .card .card-body {
    margin-bottom: 20px; } }

.card .card-body p {
  padding-bottom: 0px; }

.order-wrapper {
  width: 100%;
  margin: 25px 0;
  border: 1px solid rgba(0, 44, 115, 0.33); }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: inherit; }
  .table th, .table td {
    padding: 15px 10px;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 44, 115, 0.33); }
  .table tbody tr:nth-of-type(odd) {
    background: #f5f5f5; }

.owl-navs {
  left: -55px;
  margin: 0 auto;
  position: relative;
  width: 215px;
  right: 0;
  z-index: 9999;
  text-align: center;
  padding: 25px 0 0; }
  .owl-navs .prev {
    cursor: pointer;
    font-size: 0;
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    width: 47px;
    position: absolute;
    text-indent: -9999px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    .owl-navs .prev:before {
      position: absolute;
      content: "";
      background: url("../images/prev-arrow-orange-icon.svg") no-repeat center center;
      left: 18px;
      width: 12px;
      height: 22px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .owl-navs .prev:after {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 25px;
      height: 3px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .owl-navs .prev:hover:before {
      left: 0px; }
    .owl-navs .prev:hover:after {
      width: 44px; }
  .owl-navs .next {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    background-position: left center;
    background-repeat: no-repeat;
    width: 47px;
    right: 0;
    text-indent: -9999px;
    background-size: 27px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    .owl-navs .next:before {
      position: absolute;
      content: "";
      background: url("../images/next-arrow-orange-icon.svg") no-repeat center center;
      right: 18px;
      width: 12px;
      height: 22px;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .owl-navs .next:after {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 25px;
      height: 3px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    .owl-navs .next:hover:before {
      right: 0px; }
    .owl-navs .next:hover:after {
      width: 44px; }

.top-content-section {
  width: 100%;
  padding: 80px 0 0; }
  .top-content-section .full-col {
    padding-top: 25px; }
    .top-content-section .full-col:first-child {
      padding-top: 0; }
  .top-content-section h3 {
    color: #002C73;
    font-family: "SF Pro Text";
    font-weight: 700; }
  .top-content-section ul {
    padding-left: 20px; }
    .top-content-section ul li {
      font-family: "SF Pro Text";
      font-size: 16px;
      font-weight: 400;
      color: #000;
      margin-bottom: 15px;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .top-content-section ul li {
          font-size: 14px; } }

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  height: 150px;
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden !important; }
  @media screen and (max-width: 767px) {
    .fancybox-thumbs {
      max-width: 460px; } }
  @media screen and (max-width: 639px) {
    .fancybox-thumbs {
      max-width: 390px;
      height: 140px; } }
  @media screen and (max-width: 479px) {
    .fancybox-thumbs {
      max-width: 265px; } }
  @media screen and (max-width: 380px) {
    .fancybox-thumbs {
      max-width: 225px;
      height: 130px; } }

/*.fancybox-thumbs-x{
    overflow: visible !important;
}*/
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px; }

.fancybox-toolbar {
  visibility: visible !important;
  opacity: 1 !important; }
  .fancybox-toolbar .fancybox-button {
    width: 60px;
    height: 60px; }

.fancybox-thumbs__list a {
  height: 120px;
  width: 120px;
  margin: 15px; }
  .fancybox-thumbs__list a:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 90%;
    height: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1; }
  .fancybox-thumbs__list a.fancybox-thumbs-active:before {
    border: 1px solid #E2231A; }
  @media screen and (max-width: 639px) {
    .fancybox-thumbs__list a {
      width: 100px;
      height: 100px; } }
  @media screen and (max-width: 380px) {
    .fancybox-thumbs__list a {
      width: 80px;
      height: 80px; } }

.fancybox-thumbs__list:first-child {
  margin-left: 0; }

.iframe-section {
  margin-bottom: 25px; }

.site-content h2 {
  font-size: 28px; }

.site-content h3 {
  font-size: 26px; }

.site-content h4 {
  font-size: 22px; }

.site-content h5 {
  font-size: 20px; }

.site-content ul {
  padding-left: 20px; }
  .site-content ul li {
    font-family: "SF Pro Text";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .site-content ul li {
        font-size: 14px; } }
    .site-content ul li a {
      color: #000;
      font-family: "SF Pro Text";
      font-size: 16px;
      font-weight: 400; }
      .site-content ul li a:hover {
        color: #E2231A; }
      @media screen and (max-width: 767px) {
        .site-content ul li a {
          font-size: 14px; } }

.site-content ol {
  padding-left: 20px; }
  .site-content ol li {
    font-family: "SF Pro Text";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .site-content ol li {
        font-size: 14px; } }
    .site-content ol li a {
      color: #000;
      font-family: "SF Pro Text";
      font-size: 16px;
      font-weight: 400; }
      .site-content ol li a:hover {
        color: #E2231A; }
      @media screen and (max-width: 767px) {
        .site-content ol li a {
          font-size: 14px; } }

.site-content p a {
  color: #000; }
  .site-content p a:hover {
    color: #E2231A; }

ul.btn-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-left: 0 !important; }
  ul.btn-listing li {
    display: inline-block;
    margin: 0 10px 20px; }
    @media screen and (max-width: 380px) {
      ul.btn-listing li {
        width: 100%; } }
    ul.btn-listing li a.btn {
      padding: 10px 60px 10px 25px;
      font-size: 14px; }
      @media screen and (max-width: 380px) {
        ul.btn-listing li a.btn {
          width: 100%;
          text-align: center; } }
      ul.btn-listing li a.btn.btn-primary:after {
        right: 0;
        padding: 0 5px;
        background-size: 16px;
        border-left: 1px solid #fff; }

.insight-center .home-acbc-sponsors {
  padding: 95px 0; }
  @media screen and (max-width: 1199px) {
    .insight-center .home-acbc-sponsors {
      padding: 50px 0 25px; } }
  .insight-center .home-acbc-sponsors .sponsors-wrap {
    background: transparent;
    padding: 0 50px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.insight-center .faq-section {
  margin-bottom: 100px; }
  @media screen and (max-width: 1199px) {
    .insight-center .faq-section {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .insight-center .faq-section {
      padding: 20px 0 40px;
      margin-bottom: 20px; } }

.podcast-listing {
  width: 100%;
  padding: 75px 0; }
  .podcast-listing .podcast-section-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px; }
    .podcast-listing .podcast-section-wrapper .podcast-wrapper {
      width: 70%;
      padding-right: 60px; }
      @media screen and (max-width: 991px) {
        .podcast-listing .podcast-section-wrapper .podcast-wrapper {
          margin-right: 0;
          width: 100%;
          margin-bottom: 35px;
          padding-right: 0; } }
      .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-logo-wrap {
        margin-bottom: 20px;
        width: 50%; }
        .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-logo-wrap img {
          width: 100%; }
      .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app {
        background: #002C73;
        width: 100%;
        padding: 15px 25px;
        margin: 15px 0 35px; }
        @media screen and (max-width: 767px) {
          .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app {
            padding: 15px; } }
        .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap {
          display: flex; }
          @media screen and (max-width: 1023px) {
            .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap {
              display: block; } }
          .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .cont {
            width: 72%; }
            @media screen and (max-width: 1023px) {
              .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .cont {
                width: 100%;
                margin-bottom: 25px; } }
            .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .cont p {
              color: #fff;
              padding-bottom: 0;
              font-size: 16px;
              font-weight: 700;
              font-family: "Montserrat"; }
              @media screen and (max-width: 1199px) {
                .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .cont p {
                  font-size: 14px; } }
              @media screen and (max-width: 1023px) {
                .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .cont p {
                  font-size: 16px; } }
          .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .btn-submit {
            width: 28%;
            text-align: right; }
            @media screen and (max-width: 1023px) {
              .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .btn-submit {
                width: 100%;
                text-align: left; } }
            @media screen and (max-width: 1400px) {
              .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .btn-submit .btn {
                padding: 13px 60px 13px 15px; } }
            @media screen and (max-width: 1199px) {
              .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .btn-submit .btn {
                padding: 13px 55px 13px 15px;
                font-size: 12px; } }
            @media screen and (max-width: 1023px) {
              .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .btn-submit .btn {
                padding: 13px 60px 13px 25px; } }
            @media screen and (max-width: 1199px) {
              .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .btn-submit .btn.btn-primary:after {
                background-size: 16px;
                padding: 0 5px; } }
            @media screen and (max-width: 1023px) {
              .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-app .podcast-app-wrap .btn-submit .btn.btn-primary:after {
                background-size: 20px;
                padding: 0 8px; } }
      .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont {
        border: 1px solid rgba(51, 51, 51, 0.33);
        padding: 50px; }
        @media screen and (max-width: 767px) {
          .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont {
            padding: 30px 15px; } }
        .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont .title-with-heading-line h2 {
          text-align: left; }
          .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont .title-with-heading-line h2:after {
            right: inherit; }
        .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont .img-block {
          margin-bottom: 45px; }
          @media screen and (max-width: 380px) {
            .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont .img-block img {
              width: 100%; } }
        .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont .video-wrapper {
          position: relative;
          width: 100%;
          padding-bottom: 58.5%;
          margin-bottom: 40px;
          border: 1px solid rgba(0, 0, 0, 0.3); }
          .podcast-listing .podcast-section-wrapper .podcast-wrapper .podcast-cont .video-wrapper iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 0; }
      .podcast-listing .podcast-section-wrapper .podcast-wrapper form .form-control .full-col {
        margin: 0;
        width: 100%; }
      .podcast-listing .podcast-section-wrapper .podcast-wrapper form textarea {
        height: 150px;
        border: 1px solid rgba(0, 44, 115, 0.33);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0; }
      .podcast-listing .podcast-section-wrapper .podcast-wrapper form input[type="text"], .podcast-listing .podcast-section-wrapper .podcast-wrapper form input[type="email"] {
        border: 1px solid rgba(0, 44, 115, 0.33);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0; }
      .podcast-listing .podcast-section-wrapper .podcast-wrapper form .btn-submit {
        margin-top: 40px;
        display: block; }
    .podcast-listing .podcast-section-wrapper .podcast-sidebar {
      width: 30%; }
      .podcast-listing .podcast-section-wrapper .podcast-sidebar .view-all-event {
        border-top: none;
        padding: 0; }
      @media screen and (max-width: 991px) {
        .podcast-listing .podcast-section-wrapper .podcast-sidebar {
          margin-right: 0;
          width: 100%; } }

.logo-listing-wrapper {
  width: 100%;
  padding-right: 35px; }
  @media screen and (max-width: 991px) {
    .logo-listing-wrapper {
      padding-right: 0; } }

.box-content {
  width: 100%;
  height: 1070px;
  overflow: auto; }
  .box-content .mCSB_inside > .mCSB_container {
    margin-right: 35px; }
  .box-content .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border: 1px solid rgba(0, 44, 115, 0.33);
    width: 10px; }
  .box-content .mCSB_scrollTools .mCSB_draggerContainer {
    height: 96%; }
  .box-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 101px;
    background-color: rgba(0, 44, 115, 0.33);
    top: 4px;
    opacity: 1; }

ul.podcast-play-listing {
  padding: 0;
  margin: 0; }
  ul.podcast-play-listing li {
    width: 100%;
    border: 1px solid rgba(0, 44, 115, 0.2);
    margin-bottom: 20px;
    display: block;
    padding: 30px; }
    ul.podcast-play-listing li h6 {
      color: #002C73;
      font-weight: 700;
      font-size: 16px;
      font-family: "Montserrat"; }
    ul.podcast-play-listing li a {
      color: #E2231A;
      font-size: 14px;
      text-decoration: underline;
      display: inline-block;
      vertical-align: middle;
      font-family: "Montserrat";
      font-weight: 400; }
      ul.podcast-play-listing li a i {
        color: #E2231A;
        border: 2px solid #E2231A;
        padding: 5px 5px 5px 6px;
        margin-left: 10px;
        font-size: 8px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
        position: relative;
        top: -2px; }
      ul.podcast-play-listing li a:hover {
        color: #002C73; }
        ul.podcast-play-listing li a:hover i {
          color: #002C73;
          border: 2px solid #002C73; }

ul.two-col-podcast-play-listing {
  padding: 0;
  margin: 0 -15px 18px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    ul.two-col-podcast-play-listing {
      margin: 0 0 20px; } }
  ul.two-col-podcast-play-listing li {
    width: calc(50% - 30px);
    margin: 0 15px;
    border: 2px solid rgba(0, 44, 115, 0.2);
    margin-bottom: 30px;
    display: block;
    padding: 30px 30px 60px;
    position: relative; }
    @media screen and (max-width: 767px) {
      ul.two-col-podcast-play-listing li {
        width: 100%;
        margin: 0 0 20px;
        padding: 30px; } }
    ul.two-col-podcast-play-listing li h6 {
      color: #002C73;
      font-weight: 700;
      font-size: 16px;
      font-family: "Montserrat"; }
    ul.two-col-podcast-play-listing li a {
      color: #E2231A;
      font-size: 14px;
      text-decoration: underline;
      display: inline-block;
      vertical-align: middle;
      font-family: "Montserrat";
      font-weight: 400;
      position: absolute;
      bottom: 30px; }
      @media screen and (max-width: 767px) {
        ul.two-col-podcast-play-listing li a {
          bottom: 0;
          position: relative; } }
      ul.two-col-podcast-play-listing li a i {
        color: #E2231A;
        border: 2px solid #E2231A;
        padding: 5px 5px 5px 6px;
        font-size: 8px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
        position: relative;
        top: -2px; }
      ul.two-col-podcast-play-listing li a:hover {
        color: #002C73; }
        ul.two-col-podcast-play-listing li a:hover i {
          color: #002C73;
          border: 2px solid #002C73; }

ul.three-col-podcast-play-listing {
  padding: 0;
  margin: 0 -15px 18px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    ul.three-col-podcast-play-listing {
      margin: 0 0 20px; } }
  ul.three-col-podcast-play-listing li {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    border: 2px solid rgba(0, 44, 115, 0.2);
    margin-bottom: 30px;
    display: block;
    padding: 30px 30px 60px;
    position: relative; }
    @media screen and (max-width: 767px) {
      ul.three-col-podcast-play-listing li {
        width: 100%;
        margin: 0 0 20px;
        padding: 30px; } }
    ul.three-col-podcast-play-listing li h6 {
      color: #002C73;
      font-weight: 700;
      font-size: 16px;
      font-family: "Montserrat"; }
    ul.three-col-podcast-play-listing li a {
      color: #E2231A;
      font-size: 14px;
      text-decoration: underline;
      display: inline-block;
      vertical-align: middle;
      font-family: "Montserrat";
      font-weight: 400;
      position: absolute;
      bottom: 30px; }
      @media screen and (max-width: 767px) {
        ul.three-col-podcast-play-listing li a {
          bottom: 0;
          position: relative; } }
      ul.three-col-podcast-play-listing li a i {
        color: #E2231A;
        border: 2px solid #E2231A;
        padding: 5px 5px 5px 6px;
        font-size: 8px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
        position: relative;
        top: -2px; }
      ul.three-col-podcast-play-listing li a:hover {
        color: #002C73; }
        ul.three-col-podcast-play-listing li a:hover i {
          color: #002C73;
          border: 2px solid #002C73; }

ul.logo-with-border-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px; }
  ul.logo-with-border-listing li {
    width: calc(25% - 30px);
    margin: 0 15px 50px;
    border: 1px solid rgba(112, 112, 112, 0.2);
    display: inline-block;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    @media screen and (max-width: 991px) {
      ul.logo-with-border-listing li {
        width: calc(33.33% - 30px);
        margin: 0 15px 35px; } }
    @media screen and (max-width: 639px) {
      ul.logo-with-border-listing li {
        width: calc(50% - 30px); } }
    @media screen and (max-width: 479px) {
      ul.logo-with-border-listing li {
        width: 100%;
        margin: 0 15px 35px; } }
    ul.logo-with-border-listing li a {
      display: block;
      padding: 44px 15px; }
      @media screen and (max-width: 1199px) {
        ul.logo-with-border-listing li a {
          padding: 35px 15px; } }
      @media screen and (max-width: 767px) {
        ul.logo-with-border-listing li a {
          padding: 25px 15px; } }
    ul.logo-with-border-listing li:hover {
      background: #f5f5f5; }
    ul.logo-with-border-listing li .logo-thumb img {
      max-width: 100%;
      width: 100%; }

ul.listing-with-circle {
  margin: 0;
  padding: 0; }
  ul.listing-with-circle li {
    position: relative;
    padding-left: 20px;
    display: block;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 16px;
    font-family: "SF Pro Text";
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      ul.listing-with-circle li {
        font-size: 14px; } }
    ul.listing-with-circle li:after {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 8px;
      height: 8px;
      left: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      top: 6px; }

ul.link-listing {
  padding: 0;
  margin: 0 0 40px; }
  ul.link-listing li {
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    color: #E2231A !important;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      ul.link-listing li {
        font-size: 14px; } }
    ul.link-listing li:last-child {
      margin-bottom: 0; }
    ul.link-listing li a {
      font-size: 16px;
      color: #E2231A !important; }
      ul.link-listing li a:hover {
        color: #002C73 !important; }
      @media screen and (max-width: 767px) {
        ul.link-listing li a {
          font-size: 14px; } }

.top-filtering {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  .top-filtering.fixed {
    width: 100%;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 22;
    top: 100px; }
    @media screen and (max-width: 1023px) {
      .top-filtering.fixed {
        top: 78px; } }
    @media screen and (max-width: 479px) {
      .top-filtering.fixed {
        top: 68px; } }

.view-all-event {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  border-top: 1px solid rgba(0, 44, 115, 0.33);
  padding: 50px 0 0 0; }
  @media only screen and (max-width: 991px) {
    .view-all-event {
      padding: 40px 0;
      position: static;
      margin-left: -50px; } }
  .view-all-event a.btn.btn-primary {
    padding: 10px 70px 10px 20px;
    font-size: 14px; }
  .view-all-event.disable-btn .btn {
    opacity: 0.5;
    pointer-events: none; }

ul.document-download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    ul.document-download-list {
      order: 2; } }
  ul.document-download-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
    ul.document-download-list li:last-child {
      margin-right: 0; }
    ul.document-download-list li a {
      color: #fff;
      padding: 10px 15px;
      background: #E2231A;
      display: inline-block; }
      ul.document-download-list li a:hover {
        background: #000; }
      ul.document-download-list li a i {
        padding-left: 10px; }

.image-and-content {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .image-and-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .image-and-content .img-wrap {
      order: 1;
      margin-bottom: 15px; } }

.addtoany_shortcode {
  padding: 0;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
  top: calc(100% - 50%);
  right: 0;
  background: #fff;
  border-radius: 5px 0 0 5px;
  padding: 5px 5px 2px;
  z-index: 1; }
  .addtoany_shortcode .addtoany_list a {
    display: block; }

.single-newsletter .media-listing .single-media-detail {
  padding: 45px 0 85px; }
  @media only screen and (max-width: 991px) {
    .single-newsletter .media-listing .single-media-detail {
      padding: 45px 0 65px; } }
  @media only screen and (max-width: 767px) {
    .single-newsletter .media-listing .single-media-detail {
      padding: 45px 0; } }

.page-template-tpl-insight-center-form-pages .contact-form-section {
  padding: 60px 0; }
  @media only screen and (max-width: 991px) {
    .page-template-tpl-insight-center-form-pages .contact-form-section {
      padding: 55px 0px; } }
  @media only screen and (max-width: 767px) {
    .page-template-tpl-insight-center-form-pages .contact-form-section {
      padding: 45px 0px; } }

.page-template-tpl-insight-center-form-pages .input-group .full-content {
  padding: 0 !important; }

.page-template-tpl-insight-center-form-pages .general-form-section form .form-control {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .page-template-tpl-insight-center-form-pages .general-form-section form .form-control {
      margin-bottom: 0; } }

.page-template-tpl-insight-center-form-pages .general-form-section form textarea {
  height: 150px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.page-template-tpl-insight-center-form-pages .general-form-section form .select-options {
  min-height: 195px; }

.page-template-tpl-insight-center-form-pages .general-form-section form .btn-submit {
  width: auto;
  display: inline-block; }
  .page-template-tpl-insight-center-form-pages .general-form-section form .btn-submit .ajax-loader {
    right: -40px; }

.page-template-tpl-insight-center-form-pages .general-form-section form .two-col-form-wrap .form-control {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .page-template-tpl-insight-center-form-pages .general-form-section form .two-col-form-wrap .form-control {
      margin-bottom: 0; } }

.back-to-insight {
  width: 100%;
  padding: 10px 0 60px; }

.file-upload {
  display: flex;
  align-items: center;
  width: 75%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .file-upload {
      margin-bottom: 40px;
      width: 100%;
      flex-wrap: wrap; } }
  .file-upload .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer; }
  .file-upload .file-upload-btn {
    margin: 0;
    background: #f5f5f5;
    outline: none;
    font-weight: 400;
    order: 2;
    color: #000;
    font-family: "SF Pro Text";
    font-size: 16px;
    border: 1px solid rgba(0, 44, 115, 0.33);
    cursor: pointer;
    padding: 10px 55px 10px 15px;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    .file-upload .file-upload-btn:after {
      position: absolute;
      content: "";
      background: url("../images/upload-black-icon.svg") no-repeat center center;
      right: 10px;
      width: 18px;
      height: 17px;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .file-upload .file-upload-btn:hover {
      background: #F9F9F9; }
    @media screen and (max-width: 479px) {
      .file-upload .file-upload-btn {
        margin: 35px 0 10px;
        width: 100%; } }
    .file-upload .file-upload-btn .logo-caption.active {
      display: none; }
  .file-upload .file-upload-content {
    display: none;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    order: 1;
    font-size: 0; }
    @media screen and (max-width: 479px) {
      .file-upload .file-upload-content {
        margin: 0 auto;
        order: inherit; } }
    .file-upload .file-upload-content .img-thumb {
      position: relative;
      width: 60px;
      height: 60px;
      overflow: hidden;
      border: 1px solid rgba(0, 44, 115, 0.33);
      background: #f5f5f5;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
      .file-upload .file-upload-content .img-thumb .file-upload-image {
        position: absolute;
        width: 30px;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
  .file-upload .image-upload-wrap {
    margin-top: 0;
    border: 1px solid rgba(0, 44, 115, 0.33);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f5f5f5;
    position: relative; }
    @media screen and (max-width: 479px) {
      .file-upload .image-upload-wrap {
        margin: 0 auto; } }
    .file-upload .image-upload-wrap:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 50%;
      margin: 0 auto;
      background: #f5f5f5 url("../images/company-logo-default-icon.svg") center center no-repeat;
      width: 16px;
      height: 20px;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .file-upload .image-upload-wrap .drag-text {
      text-align: center; }
    .file-upload .image-upload-wrap .drag-text h3 {
      font-weight: 100;
      text-transform: uppercase;
      color: #15824B;
      padding: 60px 0; }
  .file-upload .image-title-wrap {
    padding: 0 5px;
    position: absolute;
    bottom: -25px; }
    @media screen and (max-width: 479px) {
      .file-upload .image-title-wrap {
        bottom: inherit;
        top: 30px;
        left: 0;
        right: 0;
        z-index: 11; } }
    @media screen and (max-width: 479px) {
      .file-upload .image-title-wrap button {
        margin: 35px 0 15px; } }
    .file-upload .image-title-wrap .remove-image {
      font-family: "SF Pro Text";
      font-size: 12px;
      color: #000;
      background: transparent;
      border: none;
      outline: none;
      border: none;
      font-weight: 400;
      border-bottom: 1px solid #000;
      padding: 0;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
      .file-upload .image-title-wrap .remove-image:hover {
        color: #E2231A;
        border-bottom: 1px solid #E2231A;
        background: transparent; }

.drag-file-upload {
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .drag-file-upload {
      margin-bottom: 40px; } }
  .drag-file-upload .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer; }
  .drag-file-upload .file-upload-btn {
    margin: 0;
    background: transparent;
    outline: none;
    font-weight: 400;
    color: #E2231A;
    font-family: "SF Pro Text";
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    .drag-file-upload .file-upload-btn:hover {
      background: transparent;
      color: #000; }
  .drag-file-upload .file-upload-content {
    display: none;
    text-align: center;
    width: 100%; }
  .drag-file-upload .file-upload-wrap {
    padding: 25px;
    position: relative;
    background: #f5f5f5;
    border: 1px solid rgba(0, 44, 115, 0.33);
    text-align: center;
    width: 100%; }
    .drag-file-upload .file-upload-wrap .drag-text {
      text-align: center; }
    .drag-file-upload .file-upload-wrap .drag-text h3 {
      font-weight: 100;
      color: #000;
      font-weight: 700;
      padding: 20px 0;
      font-size: 24px; }
      .drag-file-upload .file-upload-wrap .drag-text h3 small {
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px; }
      .drag-file-upload .file-upload-wrap .drag-text h3 span {
        display: block;
        font-size: 18px;
        margin-bottom: 15px; }
      .drag-file-upload .file-upload-wrap .drag-text h3 em {
        font-style: normal;
        color: #E2231A;
        display: block;
        font-size: 18px; }
  .drag-file-upload .image-title-wrap {
    padding: 0 5px;
    position: absolute;
    bottom: -25px; }
    .drag-file-upload .image-title-wrap .remove-image {
      font-family: "SF Pro Text";
      font-size: 12px;
      color: #000;
      background: transparent;
      border: none;
      outline: none;
      border: none;
      font-weight: 400;
      border-bottom: 1px solid #000;
      padding: 0;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
      .drag-file-upload .image-title-wrap .remove-image:hover {
        color: #E2231A;
        border-bottom: 1px solid #E2231A;
        background: transparent; }

ul.woocommerce-order-overview {
  background: #f5f5f5;
  padding: 0;
  border: 3px dotted rgba(0, 44, 115, 0.33);
  margin: 25px 0px 40px !important;
  display: flex; }
  @media screen and (max-width: 991px) {
    ul.woocommerce-order-overview {
      flex-wrap: wrap; } }
  @media screen and (max-width: 991px) {
    ul.woocommerce-order-overview {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center; } }
  @media screen and (max-width: 479px) {
    ul.woocommerce-order-overview {
      padding: 10px 0; } }
  ul.woocommerce-order-overview li {
    float: none !important;
    margin: 15px 15px 15px 0 !important;
    width: calc(25% - 20px);
    padding: 5px 15px 5px 0 !important; }
    @media screen and (max-width: 991px) {
      ul.woocommerce-order-overview li {
        width: calc(33.33% - 20px);
        margin: 15px;
        padding: 5px 10px 5px 10px !important; } }
    @media screen and (max-width: 639px) {
      ul.woocommerce-order-overview li {
        width: calc(50% - 20px);
        margin: 15px 0 !important; } }
    @media screen and (max-width: 479px) {
      ul.woocommerce-order-overview li {
        width: 100%;
        margin: 10px 0 !important; } }
    @media screen and (max-width: 767px) {
      ul.woocommerce-order-overview li.date {
        display: block; } }
    ul.woocommerce-order-overview li:first-child {
      padding-left: 15px !important; }
      @media screen and (max-width: 991px) {
        ul.woocommerce-order-overview li:first-child {
          padding-left: 10px !important; } }
    ul.woocommerce-order-overview li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      margin-right: 0 !important; }
      @media screen and (max-width: 479px) {
        ul.woocommerce-order-overview li:last-child {
          margin-bottom: 0 !important; } }
    @media screen and (max-width: 991px) {
      ul.woocommerce-order-overview li:nth-of-type(3) {
        border-right: none; } }
    @media screen and (max-width: 639px) {
      ul.woocommerce-order-overview li:nth-of-type(3) {
        border-right: 1px dashed #d3ced2; } }
    @media screen and (max-width: 639px) {
      ul.woocommerce-order-overview li:nth-of-type(2n) {
        border-right: none; } }
    ul.woocommerce-order-overview li strong {
      padding-top: 5px;
      font-size: 14px !important; }
      @media screen and (max-width: 639px) {
        ul.woocommerce-order-overview li strong {
          font-size: 13px !important; } }

.woocommerce .thankyou-page-wrapper .status, .woocommerce-page .thankyou-page-wrapper .status {
  width: 100%;
  padding-bottom: 35px; }
  .woocommerce .thankyou-page-wrapper .status .title-heading-with-line, .woocommerce-page .thankyou-page-wrapper .status .title-heading-with-line {
    display: block;
    text-align: center; }
  .woocommerce .thankyou-page-wrapper .status .woocommerce-thankyou-order-received, .woocommerce-page .thankyou-page-wrapper .status .woocommerce-thankyou-order-received {
    color: #398f14;
    font-size: 24px;
    font-weight: 400; }

.woocommerce input[type="checkbox"], .woocommerce-page input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  .woocommerce input[type="checkbox"] + span, .woocommerce-page input[type="checkbox"] + span {
    font-family: "SF Pro Text";
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-left: 45px; }
  .woocommerce input[type="checkbox"] span, .woocommerce-page input[type="checkbox"] span {
    padding-left: 45px; }
  .woocommerce input[type="checkbox"] + span:before, .woocommerce-page input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    left: 0;
    margin-right: 12px;
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    height: 30px;
    background: #F9F9F9;
    border: 1px solid #f5f5f5;
    margin-top: 0;
    -webkit-box-shadow: 0px 4px 10px -5px rgba-black;
    -moz-box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 44, 115, 0.33); }
  .woocommerce input[type="checkbox"]:checked + span:before, .woocommerce-page input[type="checkbox"]:checked + span:before {
    background: #f5f5f5 url("../images/checkmark-icon.svg") center center no-repeat;
    background-size: 19px 14px;
    background-position: center center; }

.woocommerce .button, .woocommerce input[type="submit"], .woocommerce-page .button, .woocommerce-page input[type="submit"] {
  background: #E2231A !important;
  color: #fff !important;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 13px 60px 13px 15px !important; }
  .woocommerce .button:after, .woocommerce input[type="submit"]:after, .woocommerce-page .button:after, .woocommerce-page input[type="submit"]:after {
    position: absolute;
    content: "";
    background: #E2231A url("../images/arrow-pointing-to-right.svg") center center no-repeat;
    right: 0;
    width: 30px;
    height: 100%;
    padding: 0 5px;
    top: 0;
    background-size: 16px;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    border-left: 1px solid #fff; }
  .woocommerce .button:hover, .woocommerce input[type="submit"]:hover, .woocommerce-page .button:hover, .woocommerce-page input[type="submit"]:hover {
    background: #000 !important; }
    .woocommerce .button:hover:after, .woocommerce input[type="submit"]:hover:after, .woocommerce-page .button:hover:after, .woocommerce-page input[type="submit"]:hover:after {
      background-color: #000; }
  @media screen and (max-width: 767px) {
    .woocommerce .button, .woocommerce input[type="submit"], .woocommerce-page .button, .woocommerce-page input[type="submit"] {
      font-size: 14px; } }

.woocommerce .woocommerce-order-details, .woocommerce-page .woocommerce-order-details {
  width: 100%;
  padding: 25px 0; }
  .woocommerce .woocommerce-order-details .button, .woocommerce .woocommerce-order-details input[type="submit"], .woocommerce-page .woocommerce-order-details .button, .woocommerce-page .woocommerce-order-details input[type="submit"] {
    padding: 10px 60px 10px 15px !important; }

.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="phone"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="password"]
input[type="url"], .woocommerce-page form input[type="text"],
.woocommerce-page form input[type="email"],
.woocommerce-page form input[type="tel"],
.woocommerce-page form input[type="phone"],
.woocommerce-page form input[type="tel"],
.woocommerce-page form input[type="password"]
input[type="url"] {
  background: #f5f5f5;
  border: 1px solid rgba(0, 44, 115, 0.33);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 52px;
  line-height: 52px;
  color: #000; }

.woocommerce form textarea, .woocommerce-page form textarea {
  background: #f5f5f5;
  border: 1px solid rgba(0, 44, 115, 0.33);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 120px !important;
  line-height: 1.2; }

.woocommerce form label, .woocommerce-page form label {
  font-weight: 700; }

.woocommerce form .select2-container .select2-selection--single, .woocommerce-page form .select2-container .select2-selection--single {
  height: 52px !important;
  border: 1px solid rgba(0, 44, 115, 0.33) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #f5f5f5 url("../images/select-icon.svg");
  cursor: pointer;
  background-position: 98% center;
  background-repeat: no-repeat;
  font-family: "SF Pro Text";
  font-weight: 400;
  padding: 0 40px 0 5px;
  font-size: 16px;
  color: #000;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .woocommerce form .select2-container .select2-selection--single::-ms-expand, .woocommerce-page form .select2-container .select2-selection--single::-ms-expand {
    display: none; }
  .woocommerce form .select2-container .select2-selection--single .select2-selection__arrow, .woocommerce-page form .select2-container .select2-selection--single .select2-selection__arrow {
    display: none; }
  .woocommerce form .select2-container .select2-selection--single .select2-selection__rendered, .woocommerce-page form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 52px !important; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%; }

.woocommerce form fieldset, .woocommerce-page form fieldset {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 44, 115, 0.33); }
  .woocommerce form fieldset legend, .woocommerce-page form fieldset legend {
    font-weight: 700; }

.woocommerce form .woocommerce-address-fields__field-wrapper, .woocommerce-page form .woocommerce-address-fields__field-wrapper {
  margin-bottom: 25px; }

.woocommerce .woocommerce-MyAccount-content h3, .woocommerce-page .woocommerce-MyAccount-content h3 {
  font-weight: 700; }

.woocommerce .woocommerce-MyAccount-content p a, .woocommerce-page .woocommerce-MyAccount-content p a {
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation, .woocommerce-page .woocommerce-MyAccount-navigation {
    margin-bottom: 35px; } }

.woocommerce .woocommerce-MyAccount-navigation ul, .woocommerce-page .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F9F9F9; }
  .woocommerce .woocommerce-MyAccount-navigation ul li, .woocommerce-page .woocommerce-MyAccount-navigation ul li {
    font-size: 16px;
    font-weight: 700;
    color: #707070;
    font-family: "Montserrat";
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.33);
    display: block; }
    .woocommerce .woocommerce-MyAccount-navigation ul li:last-child, .woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
      border-bottom: none; }
    .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce-page .woocommerce-MyAccount-navigation ul li a {
      font-size: 16px;
      font-weight: 700;
      color: #707070;
      padding: 20px;
      display: block;
      font-family: "Montserrat"; }
      @media screen and (max-width: 991px) {
        .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce-page .woocommerce-MyAccount-navigation ul li a {
          padding: 15px 20px; } }
    .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #E2231A;
      color: #fff; }
    .woocommerce .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-page .woocommerce-MyAccount-navigation ul li:hover a {
      background: #E2231A;
      color: #fff; }

.woocommerce .addresses, .woocommerce-page .addresses {
  display: flex;
  margin: 0 -15px; }
  @media screen and (max-width: 1023px) {
    .woocommerce .addresses, .woocommerce-page .addresses {
      margin: 0;
      display: block; } }
  .woocommerce .addresses .woocommerce-Address, .woocommerce-page .addresses .woocommerce-Address {
    border: 1px solid rgba(0, 44, 115, 0.33);
    padding: 25px;
    width: calc(50% - 30px);
    margin: 0 15px; }
    @media screen and (max-width: 1023px) {
      .woocommerce .addresses .woocommerce-Address, .woocommerce-page .addresses .woocommerce-Address {
        width: 100%;
        margin: 0 0 25px;
        padding: 20px; } }
    @media screen and (max-width: 991px) {
      .woocommerce .addresses .woocommerce-Address:last-child, .woocommerce-page .addresses .woocommerce-Address:last-child {
        margin-bottom: 0; } }
  .woocommerce .addresses address, .woocommerce-page .addresses address {
    font-style: normal; }
  .woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
    font-size: 24px;
    color: #002C73;
    font-weight: 700; }
    @media screen and (max-width: 1199px) {
      .woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
        font-size: 20px; } }
    @media screen and (max-width: 479px) {
      .woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
        font-size: 18px; } }
  .woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
    background: #E2231A;
    color: #fff;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 8px 15px !important;
    text-transform: capitalize;
    position: relative; }
    .woocommerce .addresses .title .edit:hover, .woocommerce-page .addresses .title .edit:hover {
      background: #000 !important; }

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #f5f5f5;
  border: 1px solid rgba(0, 44, 115, 0.33);
  border-spacing: 0; }
  .woocommerce table.shop_table .product-name a, .woocommerce-page table.shop_table .product-name a {
    color: #000;
    font-weight: 700; }
    .woocommerce table.shop_table .product-name a:hover, .woocommerce-page table.shop_table .product-name a:hover {
      color: #E2231A; }
  @media screen and (max-width: 768px) {
    .woocommerce table.shop_table tfoot tr th, .woocommerce-page table.shop_table tfoot tr th {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .woocommerce table.shop_table tfoot tr td, .woocommerce-page table.shop_table tfoot tr td {
      font-size: 14px; } }
  .woocommerce table.shop_table .coupon input[type="text"], .woocommerce-page table.shop_table .coupon input[type="text"] {
    height: 42px;
    line-height: 42px;
    width: auto; }

.woocommerce table.woocommerce-checkout-review-order-table tr th.product-name, .woocommerce-page table.woocommerce-checkout-review-order-table tr th.product-name {
  width: 70%; }

.woocommerce table.woocommerce-checkout-review-order-table tr th.product-total, .woocommerce-page table.woocommerce-checkout-review-order-table tr th.product-total {
  width: 30%; }

.woocommerce table.woocommerce-checkout-review-order-table tr.recurring-totals, .woocommerce-page table.woocommerce-checkout-review-order-table tr.recurring-totals {
  background: #002C73;
  color: #fff; }
  .woocommerce table.woocommerce-checkout-review-order-table tr.recurring-totals th, .woocommerce-page table.woocommerce-checkout-review-order-table tr.recurring-totals th {
    border: 1px solid #002C73; }

.woocommerce .woocommerce-order-details h2, .woocommerce-page .woocommerce-order-details h2 {
  margin-bottom: 20px !important;
  letter-spacing: 1px;
  color: #002C73; }

.woocommerce .woocommerce-order-details a, .woocommerce-page .woocommerce-order-details a {
  color: #000; }
  .woocommerce .woocommerce-order-details a:hover, .woocommerce-page .woocommerce-order-details a:hover {
    color: #E2231A; }

.woocommerce .woocommerce-checkout .title-heading-with-line, .woocommerce-page .woocommerce-checkout .title-heading-with-line {
  display: none; }

.woocommerce .woocommerce-checkout .col2-set, .woocommerce-page .woocommerce-checkout .col2-set {
  width: 100%;
  display: flex; }
  @media screen and (max-width: 768px) {
    .woocommerce .woocommerce-checkout .col2-set, .woocommerce-page .woocommerce-checkout .col2-set {
      display: block; } }

.woocommerce .woocommerce-checkout h3, .woocommerce-page .woocommerce-checkout h3 {
  color: #002C73;
  font-weight: 700;
  font-size: 24px; }

.woocommerce .woocommerce-checkout .left-side-checkout-form, .woocommerce-page .woocommerce-checkout .left-side-checkout-form {
  width: 50%;
  padding-right: 60px;
  padding-right: 60px; }
  @media screen and (max-width: 768px) {
    .woocommerce .woocommerce-checkout .left-side-checkout-form, .woocommerce-page .woocommerce-checkout .left-side-checkout-form {
      width: 100%;
      margin-bottom: 25px;
      padding-right: 0; } }
  .woocommerce .woocommerce-checkout .left-side-checkout-form .col2-set .col-1, .woocommerce-page .woocommerce-checkout .left-side-checkout-form .col2-set .col-1 {
    width: 100%; }
  .woocommerce .woocommerce-checkout .left-side-checkout-form .woocommerce-billing-fields, .woocommerce-page .woocommerce-checkout .left-side-checkout-form .woocommerce-billing-fields {
    margin-bottom: 25px; }

.woocommerce .woocommerce-checkout .right-side-order-review, .woocommerce-page .woocommerce-checkout .right-side-order-review {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .woocommerce .woocommerce-checkout .right-side-order-review, .woocommerce-page .woocommerce-checkout .right-side-order-review {
      width: 100%; } }
  .woocommerce .woocommerce-checkout .right-side-order-review .woocommerce-terms-and-conditions-wrapper, .woocommerce-page .woocommerce-checkout .right-side-order-review .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 25px; }
  .woocommerce .woocommerce-checkout .right-side-order-review .place-order #place_order, .woocommerce-page .woocommerce-checkout .right-side-order-review .place-order #place_order {
    width: 100%;
    float: none; }

.woocommerce .woocommerce-checkout-payment, .woocommerce-page .woocommerce-checkout-payment {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }
  .woocommerce .woocommerce-checkout-payment .wc-payment-form .wc-stripe-elements-field, .woocommerce-page .woocommerce-checkout-payment .wc-payment-form .wc-stripe-elements-field {
    padding: 15px 15px; }

.woocommerce .about_paypal, .woocommerce-page .about_paypal {
  color: #000; }
  .woocommerce .about_paypal:hover, .woocommerce .about_paypal:focus, .woocommerce-page .about_paypal:hover, .woocommerce-page .about_paypal:focus {
    color: #E2231A; }

.woocommerce-checkout .title-heading-with-line {
  display: none; }

.key-contact-section {
  padding: 80px 0; }

ul.contact-listing {
  display: flex;
  margin: 50px -15px 10px;
  padding: 0;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    ul.contact-listing {
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    ul.contact-listing {
      margin: 40px 0 10px; } }
  ul.contact-listing li {
    width: calc(33.33% - 30px);
    margin: 0 15px 35px;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 991px) {
      ul.contact-listing li {
        width: calc(50% - 30px);
        margin: 0 15px 30px; } }
    @media screen and (max-width: 767px) {
      ul.contact-listing li {
        width: 100%;
        margin: 0 0px 30px;
        border-right: none; } }
    ul.contact-listing li:after {
      position: absolute;
      content: "";
      right: 0;
      background: rgba(0, 44, 115, 0.33);
      width: 1px;
      height: 185%;
      top: 0; }
      @media screen and (max-width: 1199px) {
        ul.contact-listing li:after {
          height: 163%; } }
      @media screen and (max-width: 991px) {
        ul.contact-listing li:after {
          height: 185%; } }
      @media screen and (max-width: 768px) {
        ul.contact-listing li:after {
          height: 155%; } }
      @media screen and (max-width: 767px) {
        ul.contact-listing li:after {
          display: none; } }
    ul.contact-listing li.no-post-found {
      width: 100% !important;
      font-size: 18px;
      font-weight: 700;
      color: #E2231A;
      padding: 10px; }
      ul.contact-listing li.no-post-found:after {
        display: none; }
      ul.contact-listing li.no-post-found h3 {
        font-size: 18px; }
    ul.contact-listing li:last-child:after, ul.contact-listing li:nth-last-child(2):after, ul.contact-listing li:nth-last-child(3):after {
      height: 100%; }
    @media screen and (max-width: 991px) {
      ul.contact-listing li:nth-last-child(3):after {
        height: 185%; } }
    ul.contact-listing li:nth-of-type(3n):after {
      display: none; }
      @media screen and (max-width: 991px) {
        ul.contact-listing li:nth-of-type(3n):after {
          display: block; } }
      @media screen and (max-width: 767px) {
        ul.contact-listing li:nth-of-type(3n):after {
          display: none; } }
    @media screen and (max-width: 991px) {
      ul.contact-listing li:nth-of-type(2n):after {
        display: none; } }
    ul.contact-listing li .contact-box-wrap {
      display: flex;
      margin-bottom: 30px; }
      @media screen and (max-width: 380px) {
        ul.contact-listing li .contact-box-wrap {
          display: block; } }
      ul.contact-listing li .contact-box-wrap:last-child {
        margin-bottom: 0; }
      ul.contact-listing li .contact-box-wrap .img-box {
        width: 13%; }
        @media screen and (max-width: 1199px) {
          ul.contact-listing li .contact-box-wrap .img-box {
            width: 18%; } }
        @media screen and (max-width: 991px) {
          ul.contact-listing li .contact-box-wrap .img-box {
            width: 15%; } }
        @media screen and (max-width: 380px) {
          ul.contact-listing li .contact-box-wrap .img-box {
            width: 100%;
            margin-bottom: 15px; } }
        ul.contact-listing li .contact-box-wrap .img-box .user-icon {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background: #f5f5f5;
          overflow: hidden;
          position: relative; }
          ul.contact-listing li .contact-box-wrap .img-box .user-icon i {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
            top: 46%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            color: #B4B4B4; }
      ul.contact-listing li .contact-box-wrap .contact-desc {
        width: 65%; }
        @media screen and (max-width: 1199px) {
          ul.contact-listing li .contact-box-wrap .contact-desc {
            width: 60%;
            padding-right: 10px; } }
        @media screen and (max-width: 991px) {
          ul.contact-listing li .contact-box-wrap .contact-desc {
            width: 63%; } }
        @media screen and (max-width: 380px) {
          ul.contact-listing li .contact-box-wrap .contact-desc {
            width: 100%;
            margin-bottom: 15px; } }
        ul.contact-listing li .contact-box-wrap .contact-desc h6 {
          font-size: 16px;
          margin-bottom: 0; }
          @media screen and (max-width: 1199px) {
            ul.contact-listing li .contact-box-wrap .contact-desc h6 {
              font-size: 14px; } }
          @media screen and (max-width: 767px) {
            ul.contact-listing li .contact-box-wrap .contact-desc h6 {
              font-size: 16px; } }
          @media screen and (max-width: 479px) {
            ul.contact-listing li .contact-box-wrap .contact-desc h6 {
              font-size: 14px; } }
          ul.contact-listing li .contact-box-wrap .contact-desc h6 span {
            display: block;
            color: #E2231A;
            font-size: 14px; }
            @media screen and (max-width: 1199px) {
              ul.contact-listing li .contact-box-wrap .contact-desc h6 span {
                font-size: 12px; } }
            @media screen and (max-width: 767px) {
              ul.contact-listing li .contact-box-wrap .contact-desc h6 span {
                font-size: 14px; } }
            @media screen and (max-width: 479px) {
              ul.contact-listing li .contact-box-wrap .contact-desc h6 span {
                font-size: 12px; } }
      ul.contact-listing li .contact-box-wrap .publish-link {
        width: 22%; }
        @media screen and (max-width: 380px) {
          ul.contact-listing li .contact-box-wrap .publish-link {
            width: 100%; } }
        ul.contact-listing li .contact-box-wrap .publish-link a {
          color: #002C73;
          font-size: 10px;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          padding-left: 20px; }
          ul.contact-listing li .contact-box-wrap .publish-link a:before {
            position: absolute;
            content: "";
            background: url("../images/publish-icon.svg") center center no-repeat;
            width: 15px;
            height: 15px;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          ul.contact-listing li .contact-box-wrap .publish-link a:hover {
            color: #E2231A; }
            ul.contact-listing li .contact-box-wrap .publish-link a:hover:before {
              background: url("../images/publish-icon-hover.svg") center center no-repeat; }
    ul.contact-listing li:first-child .contact-box-wrap .img-box .user-icon {
      margin: 0; }

.search-results ul.newsletter-listing > li {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 25px 30px !important; }
  @media only screen and (max-width: 1400px) {
    .search-results ul.newsletter-listing > li {
      padding: 20px !important; } }
  .search-results ul.newsletter-listing > li .newsletter-content {
    width: 100%;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important; }

.sitemap-list h4 {
  position: relative;
  color: #002C73;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 700; }

ul.page-list {
  padding: 0; }
  ul.page-list > li {
    color: #000;
    font-size: 16px;
    font-family: "SF Pro Text";
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: block;
    padding-left: 20px; }
    ul.page-list > li:last-child {
      margin-bottom: 0; }
    ul.page-list > li:before {
      position: absolute;
      content: "";
      background: url("../images/sitemap-listing-logo.png");
      left: 0;
      width: 12px;
      height: 12px;
      top: 5px; }
    ul.page-list > li > a {
      color: #000;
      font-size: 16px;
      font-family: "SF Pro Text";
      font-weight: 700; }
      ul.page-list > li > a:hover {
        color: #E2231A; }
    ul.page-list > li ul {
      padding: 20px 0 10px 0px; }
      ul.page-list > li ul li {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 10px;
        position: relative;
        display: block;
        padding-left: 20px; }
        ul.page-list > li ul li:before {
          position: absolute;
          content: "";
          background: url("../images/check-mark-black-icon.png");
          left: 0;
          width: 12px;
          height: 12px;
          top: 5px; }
        ul.page-list > li ul li:last-child {
          margin-bottom: 0; }
        ul.page-list > li ul li a {
          font-size: 14px;
          color: #000;
          font-weight: 500; }
          ul.page-list > li ul li a:hover {
            color: #E2231A; }

.two-col-form-wrap {
  display: flex;
  padding-top: 5px; }
  @media screen and (max-width: 767px) {
    .two-col-form-wrap {
      display: block; } }
  .two-col-form-wrap .form-left-wrap {
    width: 50%;
    margin-right: 60px;
    border: 2px dashed rgba(0, 44, 115, 0.33);
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .two-col-form-wrap .form-left-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px; } }
    .two-col-form-wrap .form-left-wrap .upload-logo {
      margin-bottom: 40px; }
    .two-col-form-wrap .form-left-wrap h6 {
      font-weight: 700;
      margin-bottom: 10px; }
      @media screen and (max-width: 639px) {
        .two-col-form-wrap .form-left-wrap h6 {
          font-size: 16px; } }
      @media screen and (max-width: 479px) {
        .two-col-form-wrap .form-left-wrap h6 {
          font-size: 14px; } }
    .two-col-form-wrap .form-left-wrap .codedropz-upload-wrapper .wpcf7-drag-n-drop-file.d-none {
      display: block;
      opacity: 0;
      visibility: visible;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .two-col-form-wrap .form-left-wrap .codedropz-upload-handler {
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-bottom: 0; }
      .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-upload-container {
        padding: 0; }
      .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-upload-inner {
        overflow: inherit;
        white-space: inherit; }
        .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-upload-inner h3 {
          font-weight: 700;
          font-size: 24px;
          margin: 0;
          margin-bottom: 15px; }
          @media screen and (max-width: 1023px) {
            .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-upload-inner h3 {
              font-size: 20px; } }
          @media screen and (max-width: 767px) {
            .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-upload-inner h3 {
              font-size: 20px;
              line-height: 1.3; } }
          @media screen and (max-width: 639px) {
            .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-upload-inner h3 {
              font-size: 16px; } }
        .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-upload-inner span {
          display: block;
          margin-bottom: 15px;
          font-weight: 700; }
      .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-btn-wrap a {
        color: #E2231A;
        font-size: 18px;
        font-weight: 700; }
        .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-btn-wrap a:hover {
          color: #002C73; }
        @media screen and (max-width: 639px) {
          .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-btn-wrap a {
            font-size: 16px; } }
        @media screen and (max-width: 479px) {
          .two-col-form-wrap .form-left-wrap .codedropz-upload-handler .codedropz-btn-wrap a {
            font-size: 14px; } }
    .two-col-form-wrap .form-left-wrap .form-control {
      align-items: center;
      margin: 0 !important;
      width: 100%;
      height: 100%;
      padding: 25px;
      position: relative; }
      .two-col-form-wrap .form-left-wrap .form-control .wpcf7-form-control-wrap {
        position: static; }
      .two-col-form-wrap .form-left-wrap .form-control .full-col {
        text-align: center;
        margin: 0 !important; }
        .two-col-form-wrap .form-left-wrap .form-control .full-col p {
          padding-bottom: 0; }
      @media screen and (max-width: 767px) {
        .two-col-form-wrap .form-left-wrap .form-control {
          display: inherit; } }
  .two-col-form-wrap .form-right-wrap {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .two-col-form-wrap .form-right-wrap {
        width: 100%; } }

#message {
  position: absolute;
  right: 0;
  padding: 15px; }
  @media screen and (max-width: 767px) {
    #message {
      position: relative;
      padding: 35px 0 0; } }
  #message p {
    padding-bottom: 0;
    font-size: 14px;
    color: #f00000; }
  #message h6 {
    font-size: 14px;
    font-weight: 700;
    color: #f00000;
    margin-bottom: 0; }
    #message h6 span {
      font-size: 14px;
      font-weight: 400; }

#update-profile-form .form-control .full-col .company-logo-wrapper {
  display: none; }

.submit-a-report-article div.wpcf7-acceptance-missing {
  display: block !important;
  border: 2px dotted red;
  color: red;
  font-size: 14px;
  padding: 10px !important;
  font-family: "SF Pro Text";
  font-weight: 500;
  width: 47.5%;
  margin: 25px 0 0 auto;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .submit-a-report-article div.wpcf7-acceptance-missing {
      width: 43.2%; } }
  @media screen and (max-width: 768px) {
    .submit-a-report-article div.wpcf7-acceptance-missing {
      width: 41%; } }
  @media screen and (max-width: 767px) {
    .submit-a-report-article div.wpcf7-acceptance-missing {
      width: 100%; } }

.woocommerce-input-wrapper input[type="checkbox"] {
  position: relative;
  opacity: 1; }

.member-detail-popup-wrapper {
  padding: 15px 0; }
  .member-detail-popup-wrapper .member-thumb {
    margin: 0 auto 15px; }
  .member-detail-popup-wrapper table.member-data-list {
    border: 1px solid rgba(0, 44, 115, 0.33);
    border-spacing: 0; }
    .member-detail-popup-wrapper table.member-data-list tr {
      background: #f5f5f5; }
      .member-detail-popup-wrapper table.member-data-list tr td {
        font-size: 14px;
        width: 50%;
        padding: 8px 10px; }
        .member-detail-popup-wrapper table.member-data-list tr td:first-child {
          font-weight: 700; }
      .member-detail-popup-wrapper table.member-data-list tr:nth-of-type(even) {
        background: #fff; }
      .member-detail-popup-wrapper table.member-data-list tr:last-child td {
        border-bottom: none; }

p.order-again {
  display: none; }

.become-a-sponsor .general-form-section form .select-styled.active {
  border: 1px solid rgba(0, 44, 115, 0.33); }

.become-a-sponsor .general-form-section form .select-options {
  min-height: 200px; }

.member-listing-wrapper-not-loggedin {
  opacity: 0.1; }
  .member-listing-wrapper-not-loggedin img {
    width: 100%; }

.directory-listing {
  position: relative; }
  .directory-listing .info-text-box {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.member-directory .fancybox-inner .fancybox-content {
  max-width: 1040px;
  width: 100%;
  padding: 44px 30px; }
  .member-directory .fancybox-inner .fancybox-content .member-heading-wrap {
    display: flex;
    align-items: center; }
    .member-directory .fancybox-inner .fancybox-content .member-heading-wrap .member-thumb {
      margin-bottom: 25px;
      margin-right: 25px; }

.warning-msg {
  position: relative;
  top: 0;
  z-index: 999;
  background: #E2231A;
  width: 100%;
  padding: 7px 0;
  width: 100%;
  text-align: center; }
  .warning-msg .warning-msg-wrap {
    display: inline-block; }
    .warning-msg .warning-msg-wrap p {
      color: #fff;
      padding-bottom: 0;
      font-size: 14px;
      display: inline-block; }
    .warning-msg .warning-msg-wrap a.btn-review {
      font-family: "SF Pro Text";
      font-weight: 700;
      margin-left: 10px;
      display: inline-block;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 14px;
      padding: 2px 10px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }

.member-directory-main-wrapper h1 {
  font-size: 30px; }

.member-directory-main-wrapper h2 {
  font-size: 26px; }

.member-directory-main-wrapper h3 {
  font-size: 24px; }

.member-directory-main-wrapper h4 {
  font-size: 22px; }

.member-directory-main-wrapper h5 {
  font-size: 20px; }

.member-directory-main-wrapper h6 {
  font-size: 18px; }

.single .site-content p a {
  color: #002C73;
  text-decoration: underline; }
  .single .site-content p a:hover {
    color: #E2231A; }

.floating-filter {
  display: none;
  position: fixed;
  top: 50%;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  background: #E2231A;
  color: #fff;
  padding: 12px 15px;
  z-index: 11111;
  cursor: pointer; }
  .floating-filter small {
    font-size: 14px;
    font-family: "SF Pro Text";
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .floating-filter small {
        font-size: 0; } }
  .floating-filter i {
    padding-right: 5px; }
    @media screen and (max-width: 767px) {
      .floating-filter i {
        font-size: 16px;
        padding-right: 0; } }
  .floating-filter:hover {
    background: #002C73; }
  @media screen and (max-width: 767px) {
    .floating-filter {
      top: 60%;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      right: 15px;
      padding: 10px 14px; } }

.sec-hero-banner {
  width: 100%; }
  .sec-hero-banner .page-banner-wrapper .item {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .sec-hero-banner .page-banner-wrapper .item .banner-cont {
      padding: 150px 0 95px 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 775px;
      width: 100%;
      margin: 100px auto 0 auto;
      text-align: center;
      z-index: 1; }
      @media screen and (max-width: 1023px) {
        .sec-hero-banner .page-banner-wrapper .item .banner-cont {
          width: calc(100% - 30px);
          top: 38%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          bottom: inherit; } }
      .sec-hero-banner .page-banner-wrapper .item .banner-cont h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 15px; }
      .sec-hero-banner .page-banner-wrapper .item .banner-cont h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        text-transform: inherit; }
      .sec-hero-banner .page-banner-wrapper .item .banner-cont p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
    .sec-hero-banner .page-banner-wrapper .item:after {
      position: absolute;
      content: "";
      background: rgba(0, 0, 0, 0.6);
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }

.secretariat-section .country-listing {
  margin: 0;
  padding: 95px 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1400px) {
    .secretariat-section .country-listing {
      padding: 95px 15px; } }
  @media only screen and (max-width: 1200px) {
    .secretariat-section .country-listing {
      padding: 75px 15px; } }
  @media only screen and (max-width: 991px) {
    .secretariat-section .country-listing {
      padding: 55px 15px; } }
  @media only screen and (max-width: 767px) {
    .secretariat-section .country-listing {
      padding: 45px 15px; } }
  .secretariat-section .country-listing li {
    width: 33.33%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media only screen and (max-width: 991px) {
      .secretariat-section .country-listing li {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .secretariat-section .country-listing li {
        width: 100%; } }
    .secretariat-section .country-listing li .inner-block {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      -ms-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
      width: calc(100% - 21px);
      padding: 40px 40px 40px 40px;
      margin: 25px 0;
      cursor: pointer;
      position: relative;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
      @media only screen and (max-width: 991px) {
        .secretariat-section .country-listing li .inner-block {
          padding: 30px;
          margin: 20px 0; } }
      @media only screen and (max-width: 767px) {
        .secretariat-section .country-listing li .inner-block {
          padding: 20px;
          margin: 15px 0; } }
      .secretariat-section .country-listing li .inner-block h4 {
        color: #002C73;
        font-weight: 700;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .secretariat-section .country-listing li .inner-block h4 {
            font-size: 22px; } }
        .secretariat-section .country-listing li .inner-block h4 a {
          font-size: 24px;
          color: #002C73;
          font-weight: 700;
          padding: 0; }
          @media only screen and (max-width: 768px) {
            .secretariat-section .country-listing li .inner-block h4 a {
              font-size: 22px; } }
      .secretariat-section .country-listing li .inner-block a {
        font-size: 16px;
        color: #000;
        margin: 0 0 12px 0;
        padding: 0 0 0 32px;
        display: inline-block;
        position: relative;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
        .secretariat-section .country-listing li .inner-block a i {
          margin: 0;
          color: #E2231A;
          position: absolute;
          left: 0;
          top: 5px; }
          .secretariat-section .country-listing li .inner-block a i.fa-phone-volume:before {
            content: "";
            background-image: url(../images/telephone-icon.png);
            background-size: contain;
            background-position: center center;
            width: 18px;
            height: 18px;
            display: inline-block;
            background-repeat: no-repeat; }
          .secretariat-section .country-listing li .inner-block a i.fa-envelope:before {
            content: "";
            background-image: url(../images/email-icon.png);
            background-size: contain;
            background-position: center center;
            width: 18px;
            height: 18px;
            display: inline-block;
            background-repeat: no-repeat; }
        .secretariat-section .country-listing li .inner-block a:hover {
          color: #E2231A; }
      .secretariat-section .country-listing li .inner-block span {
        font-size: 16px;
        color: #000;
        margin: 0 0 12px 0;
        padding: 0 0 0 32px;
        display: inline-block;
        position: relative;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
        .secretariat-section .country-listing li .inner-block span i {
          margin: 0;
          color: #E2231A;
          position: absolute;
          left: 0;
          top: 5px; }
      .secretariat-section .country-listing li .inner-block:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 3px;
        background: #E2231A;
        opacity: 0;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
      .secretariat-section .country-listing li .inner-block:hover:before {
        opacity: 1; }

.contact-form-section {
  padding: 120px 0; }
  @media only screen and (max-width: 1400px) {
    .contact-form-section {
      padding: 95px 0px; } }
  @media only screen and (max-width: 1200px) {
    .contact-form-section {
      padding: 75px 0px; } }
  @media only screen and (max-width: 991px) {
    .contact-form-section {
      padding: 55px 0px; } }
  @media only screen and (max-width: 767px) {
    .contact-form-section {
      padding: 45px 0px; } }
  .contact-form-section.insight-form-section {
    padding: 45px 0; }
  .contact-form-section .form-section-wrap {
    padding-bottom: 0; }
    .contact-form-section .form-section-wrap:after {
      display: none; }
    .contact-form-section .form-section-wrap .top-cont {
      padding: 50px 15px 40px 15px;
      text-align: center; }
    .contact-form-section .form-section-wrap .form-main-wrapper {
      max-width: 1160px;
      margin: 0 auto; }
      @media only screen and (max-width: 1400px) {
        .contact-form-section .form-section-wrap .form-main-wrapper {
          margin: 0 auto;
          padding: 0 15px; } }
      .contact-form-section .form-section-wrap .form-main-wrapper .form-control {
        margin: 0 -15px 40px; }
        @media only screen and (max-width: 767px) {
          .contact-form-section .form-section-wrap .form-main-wrapper .form-control {
            margin: 0 0 20px; } }

.general-form-section form input[type="text"], .general-form-section form input[type="email"] {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.general-form-section form textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 120px;
  border: none; }

.general-form-section form .form-control .full-col {
  width: 100% !important; }

.general-form-section form select {
  border: none; }

.general-form-section form .select-styled {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.general-form-section.bg-white-smoke input[type="text"], .general-form-section.bg-white-smoke input[type="email"] {
  background-color: #fff !important;
  color: #000; }

.general-form-section.bg-white-smoke select {
  background-color: #fff !important;
  color: #000; }

.general-form-section.bg-white-smoke .select-styled {
  background-color: #fff; }

.general-form-section.bg-white-smoke textarea {
  background-color: #fff !important;
  color: #000; }

.general-form-section.bg-white-smoke input[type="submit"] {
  background: #E2231A;
  color: #fff; }
  .general-form-section.bg-white-smoke input[type="submit"]:hover {
    background: #000; }

.general-form-section.bg-white-smoke::-webkit-input-placeholder {
  color: #000; }

.general-form-section.bg-white-smoke:-ms-input-placeholder {
  color: #000; }

.general-form-section.bg-white-smoke::placeholder {
  color: #000; }

.become-a-member .contact-form-section {
  padding: 65px 0 100px; }
  @media only screen and (max-width: 1200px) {
    .become-a-member .contact-form-section {
      padding: 55px 0px 80px; } }
  @media only screen and (max-width: 767px) {
    .become-a-member .contact-form-section {
      padding: 45px 0px 65px; } }

.become-a-member form ul.select-options {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 44, 115, 0.33);
  border-top: none;
  min-height: 250px; }

.error404 {
  background: #002C73;
  height: 100vh; }

.error404 header,
.error404 footer {
  display: none; }

.error404 .logo {
  margin: 0 auto 20px;
  display: block;
  text-align: center; }

.error404 .error-main {
  max-width: 600px;
  margin: auto;
  padding: 5%;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.17);
  -webkit-box-shadow: 0 0px 60px rgba(255, 255, 255, 0.55);
  box-shadow: 0 0px 60px rgba(255, 255, 255, 0.55); }

.error404 .content-404 {
  text-align: center; }

.error404 .content-404 .btn.btn-primary {
  margin: 0; }

@media screen and (max-width: 575px) {
  .error404 .content-404 p {
    font-size: 14px;
    color: #000; }
  .error404 .content-404 h3 {
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 20px 0;
    font-size: 22px;
    color: #002C73; } }

.logo-wrap {
  background-color: #fff; }

.logo-wrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.error404 .body-wrapper .page-content-section div#content {
  height: 100vh;
  display: flex;
  align-items: center; }

.error404 .content-404 h3 {
  color: #002C73; }

@media (max-width: 1023px) {
  .error404 .content-404 h3 {
    font-size: 20px;
    letter-spacing: 2px; } }

@media (max-width: 575px) {
  .error404 .content-404 h3 {
    font-size: 18px; } }

@media (max-width: 575px) {
  .error404 .content-404 .cta-button {
    font-weight: 400; } }

.error404 .content-404 .cta-button:hover {
  background: #002C73;
  color: #002C73; }

.error404 .not-found-wrap {
  height: 100vh; }

.error404 p, .error404 h1 {
  color: #002C73; }

.error404 h1 {
  font-size: 100px;
  text-align: center;
  margin: 0 auto; }

.media-listing {
  display: inline-block;
  width: 100%; }
  .media-listing .inner-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    padding: 120px 0 195px 0;
    position: relative; }
    @media only screen and (max-width: 1400px) {
      .media-listing .inner-block {
        padding: 90px 15px 140px 15px; } }
    @media only screen and (max-width: 1200px) {
      .media-listing .inner-block {
        padding: 75px 15px; } }
    @media only screen and (max-width: 991px) {
      .media-listing .inner-block {
        padding: 55px 0; } }
    @media only screen and (max-width: 767px) {
      .media-listing .inner-block {
        padding: 45px 0; } }
    .media-listing .inner-block .media-list {
      margin: 0px;
      padding: 0px;
      width: calc(100% - 525px);
      position: relative; }
      @media only screen and (max-width: 1200px) {
        .media-listing .inner-block .media-list {
          width: calc(100% - 350px); } }
      @media only screen and (max-width: 991px) {
        .media-listing .inner-block .media-list {
          width: 100%;
          order: 2; } }
      .media-listing .inner-block .media-list ul {
        margin: 0 0 0 0;
        padding: 0 0 30px 0; }
        @media only screen and (max-width: 991px) {
          .media-listing .inner-block .media-list ul {
            padding: 0; } }
        .media-listing .inner-block .media-list ul li {
          list-style-type: none;
          margin: 0px;
          padding: 0px; }
          .media-listing .inner-block .media-list ul li.no-post-found {
            width: 100% !important;
            font-size: 18px;
            font-weight: 700;
            color: #E2231A;
            padding: 10px; }
            .media-listing .inner-block .media-list ul li.no-post-found h3 {
              font-size: 18px; }
          .media-listing .inner-block .media-list ul li .inner-post {
            position: relative;
            display: flex;
            margin: 0 0 50px 0; }
            @media only screen and (max-width: 767px) {
              .media-listing .inner-block .media-list ul li .inner-post {
                margin: 0 0 40px 0;
                display: block; } }
            @media only screen and (max-width: 639px) {
              .media-listing .inner-block .media-list ul li .inner-post {
                margin: 0 0 30px 0;
                flex-wrap: wrap; } }
            .media-listing .inner-block .media-list ul li .inner-post .media-post {
              width: 350px;
              height: 100%;
              background-size: contain;
              background-position: center center;
              background-repeat: no-repeat;
              position: relative;
              background-color: #f2f2f2; }
              @media only screen and (max-width: 1400px) {
                .media-listing .inner-block .media-list ul li .inner-post .media-post {
                  width: 290px; } }
              @media only screen and (max-width: 991px) {
                .media-listing .inner-block .media-list ul li .inner-post .media-post {
                  width: 250px; } }
              @media only screen and (max-width: 767px) {
                .media-listing .inner-block .media-list ul li .inner-post .media-post {
                  width: 100%;
                  padding-bottom: 55.5%; } }
              @media only screen and (max-width: 639px) {
                .media-listing .inner-block .media-list ul li .inner-post .media-post {
                  width: 100%; } }
            .media-listing .inner-block .media-list ul li .inner-post .media-content {
              width: calc(100% - 350px);
              box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
              margin: 0;
              padding: 25px 30px; }
              @media only screen and (max-width: 1400px) {
                .media-listing .inner-block .media-list ul li .inner-post .media-content {
                  width: calc(100% - 290px);
                  padding: 20px 20px 20px 20px; } }
              @media only screen and (max-width: 991px) {
                .media-listing .inner-block .media-list ul li .inner-post .media-content {
                  width: calc(100% - 250px); } }
              @media only screen and (max-width: 767px) {
                .media-listing .inner-block .media-list ul li .inner-post .media-content {
                  width: calc(100% - 0px); } }
              @media only screen and (max-width: 639px) {
                .media-listing .inner-block .media-list ul li .inner-post .media-content {
                  width: 100%; } }
              .media-listing .inner-block .media-list ul li .inner-post .media-content h4 {
                color: #002C73;
                font-size: 18px;
                font-weight: 700;
                font-family: "Montserrat";
                margin-bottom: 20px; }
                @media only screen and (max-width: 1200px) {
                  .media-listing .inner-block .media-list ul li .inner-post .media-content h4 {
                    font-size: 17px; } }
                @media only screen and (max-width: 991px) {
                  .media-listing .inner-block .media-list ul li .inner-post .media-content h4 {
                    font-size: 16px; } }
                .media-listing .inner-block .media-list ul li .inner-post .media-content h4:hover {
                  color: #E2231A; }
                .media-listing .inner-block .media-list ul li .inner-post .media-content h4 a {
                  color: #002C73;
                  font-size: 18px;
                  font-family: "Montserrat";
                  font-weight: 900; }
                  @media only screen and (max-width: 1200px) {
                    .media-listing .inner-block .media-list ul li .inner-post .media-content h4 a {
                      font-size: 17px; } }
                  @media only screen and (max-width: 767px) {
                    .media-listing .inner-block .media-list ul li .inner-post .media-content h4 a {
                      font-size: 16px; } }
                  .media-listing .inner-block .media-list ul li .inner-post .media-content h4 a:hover {
                    color: #E2231A; }
              .media-listing .inner-block .media-list ul li .inner-post .media-content p {
                font-size: 16px;
                padding: 0 0 25px 0; }
                @media only screen and (max-width: 767px) {
                  .media-listing .inner-block .media-list ul li .inner-post .media-content p {
                    padding: 0 0 15px 0; } }
              .media-listing .inner-block .media-list ul li .inner-post .media-content a.btn {
                font-weight: 400;
                display: inline-block; }
                @media only screen and (max-width: 1200px) {
                  .media-listing .inner-block .media-list ul li .inner-post .media-content a.btn {
                    bottom: 10px; } }
                @media only screen and (max-width: 767px) {
                  .media-listing .inner-block .media-list ul li .inner-post .media-content a.btn {
                    bottom: 0;
                    position: relative;
                    margin: 20px 0 0 0; } }
      .media-listing .inner-block .media-list .view-all-event {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        border-top: 1px solid rgba(0, 44, 115, 0.33);
        padding: 50px 0 0 0; }
        @media only screen and (max-width: 991px) {
          .media-listing .inner-block .media-list .view-all-event {
            padding: 40px 0;
            position: static;
            margin-left: 0; } }
        .media-listing .inner-block .media-list .view-all-event a.btn.btn-primary {
          padding: 10px 60px 10px 20px;
          font-size: 14px; }
          .media-listing .inner-block .media-list .view-all-event a.btn.btn-primary:after {
            right: 0;
            padding: 0 5px;
            border-left: 1px solid #fff; }
        .media-listing .inner-block .media-list .view-all-event.disable-btn .btn {
          opacity: 0.5;
          pointer-events: none; }
  .media-listing .media-contact {
    width: calc(535px - 70px);
    background: #f5f5f5;
    padding: 80px 30px 60px 30px; }
    @media only screen and (max-width: 1200px) {
      .media-listing .media-contact {
        width: calc(350px - 40px); } }
    @media only screen and (max-width: 991px) {
      .media-listing .media-contact {
        width: calc(100% - 0px);
        order: 1;
        padding: 60px 20px 40px;
        margin: 0 0 45px 0; } }
    @media only screen and (max-width: 767px) {
      .media-listing .media-contact {
        padding: 30px 15px; } }
    .media-listing .media-contact h2 {
      font-size: 35px;
      margin-bottom: 50px;
      color: #002C73;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 1200px) {
        .media-listing .media-contact h2 {
          font-size: 32px;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 767px) {
        .media-listing .media-contact h2 {
          font-size: 30px;
          margin-bottom: 30px; } }
    .media-listing .media-contact .media-dp {
      display: block;
      width: 236px;
      height: 236px;
      margin: 0 auto;
      border-radius: 100%;
      border: 10px solid #fff;
      overflow: hidden; }
      @media only screen and (max-width: 1200px) {
        .media-listing .media-contact .media-dp {
          width: 200px;
          height: 200px; } }
      .media-listing .media-contact .media-dp .dp {
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
    .media-listing .media-contact h5 {
      color: #333333;
      font-size: 24px;
      text-align: center;
      margin: 10px 0 10px 0;
      font-weight: 500; }
      @media only screen and (max-width: 1200px) {
        .media-listing .media-contact h5 {
          font-size: 22px;
          margin: 10px 0 10px 0; } }
      @media only screen and (max-width: 767px) {
        .media-listing .media-contact h5 {
          font-size: 20px;
          margin: 5px 0; } }
    .media-listing .media-contact span.desination {
      display: block;
      color: #E2231A;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1200px) {
        .media-listing .media-contact span.desination {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .media-listing .media-contact span.desination {
          font-size: 14px; } }
    .media-listing .media-contact span.coun-name {
      text-align: center;
      font-size: 16px;
      display: block;
      color: #000;
      font-weight: 400;
      margin-bottom: 20px; }
    .media-listing .media-contact .contact-info {
      display: block;
      width: 100%;
      text-align: center; }
      .media-listing .media-contact .contact-info a {
        text-align: center;
        font-size: 16px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;
        display: block; }
        @media only screen and (max-width: 1200px) {
          .media-listing .media-contact .contact-info a {
            font-size: 15px; } }
        @media only screen and (max-width: 767px) {
          .media-listing .media-contact .contact-info a {
            font-size: 14px; } }
        .media-listing .media-contact .contact-info a:hover {
          color: #E2231A; }
  .media-listing .site-content {
    margin: 0px;
    padding: 0px;
    width: calc(100% - 535px); }
    @media only screen and (max-width: 1200px) {
      .media-listing .site-content {
        width: calc(100% - 350px); } }
    @media only screen and (max-width: 991px) {
      .media-listing .site-content {
        width: calc(100% - 0px); } }
  .media-listing h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #002C73;
    font-family: "Montserrat";
    font-weight: 700; }
    @media only screen and (max-width: 1400px) {
      .media-listing h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 1200px) {
      .media-listing h1 {
        font-size: 26px; } }
    @media only screen and (max-width: 991px) {
      .media-listing h1 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .media-listing h1 {
        font-size: 22px; } }
  .media-listing .single-media-detail {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    padding: 120px 0 65px 0;
    position: relative; }
    @media only screen and (max-width: 1400px) {
      .media-listing .single-media-detail {
        padding: 90px 15px 65px 15px; } }
    @media only screen and (max-width: 1200px) {
      .media-listing .single-media-detail {
        padding: 75px 15px 50px 15px; } }
    @media only screen and (max-width: 991px) {
      .media-listing .single-media-detail {
        padding: 55px 15px 35px 15px; } }
    @media only screen and (max-width: 767px) {
      .media-listing .single-media-detail {
        padding: 45px 15px 25px 15px; } }
    @media only screen and (max-width: 991px) {
      .media-listing .single-media-detail .media-contact {
        margin: 0; } }
    .media-listing .single-media-detail .site-content {
      width: 100%; }
      .media-listing .single-media-detail .site-content ul {
        margin-bottom: 25px; }
    .media-listing .single-media-detail .date {
      display: flex; }
      .media-listing .single-media-detail .date .date-col {
        padding-right: 20px; }
  .media-listing .date {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px; }
    .media-listing .date .date-col {
      padding-right: 20px; }
    .media-listing .date span.post-date-cal-icon {
      position: relative;
      color: #E2231A;
      font-size: 12px;
      font-weight: 500;
      margin: 0; }
      .media-listing .date span.post-date-cal-icon:before {
        content: "";
        background-image: url(../images/calendar-interface-symbol-tool.svg);
        background-size: contain;
        background-position: center center;
        width: 18px;
        height: 18px;
        margin-right: 7px;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-top: -3px; }
    @media only screen and (max-width: 767px) {
      .media-listing .date {
        display: none; } }
    .media-listing .date span {
      color: #E2231A;
      font-size: 14px;
      font-weight: 500; }
    .media-listing .date i {
      color: #E2231A;
      font-size: 18px;
      font-weight: 600; }

@media only screen and (max-width: 1400px) {
  .search-no-results .media-listing .inner-block {
    padding: 90px 15px; } }

@media only screen and (max-width: 1200px) {
  .search-no-results .media-listing .inner-block {
    padding: 75px 15px; } }

@media only screen and (max-width: 991px) {
  .search-no-results .media-listing .inner-block {
    padding: 55px 0; } }

@media only screen and (max-width: 767px) {
  .search-no-results .media-listing .inner-block {
    padding: 45px 0; } }

.search-no-results .media-listing .inner-block .media-list {
  width: 100%; }

.half-title-with-content {
  padding: 120px 0 0 0; }
  @media only screen and (max-width: 1400px) {
    .half-title-with-content {
      padding: 90px 15px 0px 15px; } }
  @media only screen and (max-width: 1200px) {
    .half-title-with-content {
      padding: 75px 15px; } }
  @media only screen and (max-width: 991px) {
    .half-title-with-content {
      padding: 55px 15px; } }
  @media only screen and (max-width: 767px) {
    .half-title-with-content {
      padding: 45px 0; } }
  .half-title-with-content .inner-title-with-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    margin: 0 -10px; }
    @media only screen and (max-width: 767px) {
      .half-title-with-content .inner-title-with-content {
        margin: 0 !important; } }
    .half-title-with-content .inner-title-with-content .about-title {
      width: 33.33%; }
      @media only screen and (max-width: 1023px) {
        .half-title-with-content .inner-title-with-content .about-title {
          width: 100%; } }
      .half-title-with-content .inner-title-with-content .about-title h2 {
        color: #002C73;
        font-size: 35px;
        font-family: "SF Pro Text";
        font-weight: 700;
        text-align: left; }
        @media only screen and (max-width: 1400px) {
          .half-title-with-content .inner-title-with-content .about-title h2 {
            font-size: 32px; } }
        @media only screen and (max-width: 1200px) {
          .half-title-with-content .inner-title-with-content .about-title h2 {
            font-size: 30px; } }
        @media only screen and (max-width: 991px) {
          .half-title-with-content .inner-title-with-content .about-title h2 {
            font-size: 28px; } }
        @media only screen and (max-width: 767px) {
          .half-title-with-content .inner-title-with-content .about-title h2 {
            font-size: 26px; } }
        .half-title-with-content .inner-title-with-content .about-title h2:after {
          left: 0;
          right: auto; }
    .half-title-with-content .inner-title-with-content .about-content {
      width: 66.66%;
      padding: 6px 0 0 15px; }
      @media only screen and (max-width: 1023px) {
        .half-title-with-content .inner-title-with-content .about-content {
          width: 100%;
          padding: 0; } }
      @media only screen and (max-width: 767px) {
        .half-title-with-content .inner-title-with-content .about-content p:last-child {
          padding: 0px; } }
  .half-title-with-content .community-list {
    margin: 30px -10px -185px -10px;
    position: relative;
    bottom: 0; }
    @media only screen and (max-width: 1200px) {
      .half-title-with-content .community-list {
        margin: 30px 0 0px 0; } }
    @media only screen and (max-width: 767px) {
      .half-title-with-content .community-list {
        margin: 30px -5px 0; } }
    .half-title-with-content .community-list ul {
      margin: 0px;
      padding: 0px;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -30px; }
      @media only screen and (max-width: 767px) {
        .half-title-with-content .community-list ul {
          margin: 0 -15px; } }
      @media screen and (max-width: 639px) {
        .half-title-with-content .community-list ul {
          margin: 0; } }
      .half-title-with-content .community-list ul li {
        text-align: center;
        list-style-type: none;
        border: 1px solid rgba(0, 44, 115, 0.1);
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
        background-color: #fff;
        width: calc(33.33% - 60px);
        padding: 50px 30px;
        margin: 0 30px 20px;
        cursor: pointer;
        position: relative; }
        .half-title-with-content .community-list ul li:after {
          content: "";
          position: absolute;
          bottom: 0px;
          left: 0px;
          right: 0px;
          width: 100%;
          height: 3px;
          background: #E2231A;
          opacity: 0;
          -webkit-transition: 0.5s all ease-in-out;
          -moz-transition: 0.5s all ease-in-out;
          -ms-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out; }
        .half-title-with-content .community-list ul li:hover:after {
          opacity: 1; }
        @media only screen and (max-width: 1199px) {
          .half-title-with-content .community-list ul li {
            width: calc(33.33% - 30px);
            margin: 0 15px 20px;
            padding: 30px 15px 20px; } }
        @media only screen and (max-width: 767px) {
          .half-title-with-content .community-list ul li {
            width: calc(50% - 30px);
            margin: 0 15px 30px; } }
        @media only screen and (max-width: 639px) {
          .half-title-with-content .community-list ul li {
            width: 100%;
            margin: 0 0 30px;
            padding: 40px 15px; } }
        .half-title-with-content .community-list ul li .inner-cell h3 {
          color: #002C73;
          font-size: 24px;
          font-family: "SF Pro Text";
          text-transform: uppercase;
          font-weight: 900;
          margin: 15px 0; }
          @media only screen and (max-width: 1200px) {
            .half-title-with-content .community-list ul li .inner-cell h3 {
              font-size: 22px; } }
          @media only screen and (max-width: 991px) {
            .half-title-with-content .community-list ul li .inner-cell h3 {
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            .half-title-with-content .community-list ul li .inner-cell h3 {
              font-size: 18px; } }
        .half-title-with-content .community-list ul li .inner-cell p {
          padding: 0px; }
        .half-title-with-content .community-list ul li:last-child .inner-cell {
          margin-bottom: 10px; }
  .half-title-with-content.pd-0 {
    padding: 0px; }
    .half-title-with-content.pd-0 .container {
      padding: 120px 15px; }
      @media only screen and (max-width: 1400px) {
        .half-title-with-content.pd-0 .container {
          padding: 95px 15px; } }
      @media only screen and (max-width: 1200px) {
        .half-title-with-content.pd-0 .container {
          padding: 75px 15px; } }
      @media only screen and (max-width: 991px) {
        .half-title-with-content.pd-0 .container {
          padding: 55px 15px; } }
      @media only screen and (max-width: 767px) {
        .half-title-with-content.pd-0 .container {
          padding: 45px 15px 55px 15px; } }
      @media only screen and (max-width: 1400px) {
        .half-title-with-content.pd-0 .container .inner-title-with-content {
          margin: 0; } }

.we-are {
  padding: 285px 0 95px 0; }
  @media only screen and (max-width: 1400px) {
    .we-are {
      padding: 200px 0 90px 0; } }
  @media only screen and (max-width: 1200px) {
    .we-are {
      padding: 75px 0; } }
  @media only screen and (max-width: 991px) {
    .we-are {
      padding: 55px 0; } }
  @media only screen and (max-width: 767px) {
    .we-are {
      padding: 45px 0; } }
  .we-are .title-heading-with-line h2 {
    font-weight: 700; }
  .we-are .top-cont {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .we-are .top-cont {
        padding: 15px 0; } }
  .we-are .we-are-listing {
    padding: 10px 0 0 0; }
    .we-are .we-are-listing ul {
      margin: 0px;
      padding: 0px;
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      justify-content: space-between; }
      .we-are .we-are-listing ul li {
        width: calc(33.33% - 20px);
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center; }
        @media only screen and (max-width: 991px) {
          .we-are .we-are-listing ul li {
            width: calc(50% - 20px);
            margin-bottom: 20px; } }
        @media only screen and (max-width: 767px) {
          .we-are .we-are-listing ul li {
            width: calc(50% - 20px);
            margin-bottom: 0; } }
        @media only screen and (max-width: 639px) {
          .we-are .we-are-listing ul li {
            width: calc(100% - 0px); } }
        .we-are .we-are-listing ul li .inner-cell {
          -webkit-transition: 0.5s all ease-in-out;
          -moz-transition: 0.5s all ease-in-out;
          -ms-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out;
          overflow: hidden; }
          .we-are .we-are-listing ul li .inner-cell h3 {
            color: #002C73;
            font-size: 18px;
            font-family: "SF Pro Text";
            font-weight: 700;
            margin: 20px 0; }
            @media only screen and (max-width: 1400px) {
              .we-are .we-are-listing ul li .inner-cell h3 {
                margin: 15px 0; } }
            @media only screen and (max-width: 1200px) {
              .we-are .we-are-listing ul li .inner-cell h3 {
                margin: 15px 0; } }
            @media only screen and (max-width: 767px) {
              .we-are .we-are-listing ul li .inner-cell h3 {
                margin: 10px 0 18px 0; } }
            .we-are .we-are-listing ul li .inner-cell h3 a {
              color: #002C73;
              font-size: 18px;
              font-family: "SF Pro Text";
              font-weight: 700; }
              @media only screen and (max-width: 1400px) {
                .we-are .we-are-listing ul li .inner-cell h3 a {
                  font-size: 17px; } }
              @media only screen and (max-width: 1200px) {
                .we-are .we-are-listing ul li .inner-cell h3 a {
                  font-size: 16px; } }
              @media only screen and (max-width: 991px) {
                .we-are .we-are-listing ul li .inner-cell h3 a {
                  font-size: 16px; } }
              @media only screen and (max-width: 767px) {
                .we-are .we-are-listing ul li .inner-cell h3 a {
                  font-size: 15px; } }
          .we-are .we-are-listing ul li .inner-cell .team-img {
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            transition: 0.5s all ease-in-out;
            overflow: hidden; }
            .we-are .we-are-listing ul li .inner-cell .team-img img {
              max-width: 100%;
              display: block;
              -webkit-transition: 0.5s all ease-in-out;
              -moz-transition: 0.5s all ease-in-out;
              -ms-transition: 0.5s all ease-in-out;
              -o-transition: 0.5s all ease-in-out;
              transition: 0.5s all ease-in-out; }
          .we-are .we-are-listing ul li .inner-cell:hover img {
            transform: scale(1.1); }
        .we-are .we-are-listing ul li:last-child .inner-cell h3 {
          margin-bottom: 5px; }

.title-heading-with-line h3 {
  position: relative;
  color: #002C73;
  padding-bottom: 20px;
  text-align: center; }

.title-heading-with-line h3:after {
  position: absolute;
  content: "";
  background: #E2231A;
  width: 40px;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0; }

.half-image-with-content {
  padding: 120px 0; }
  @media only screen and (max-width: 1400px) {
    .half-image-with-content {
      padding: 95px 0px; } }
  @media only screen and (max-width: 1200px) {
    .half-image-with-content {
      padding: 75px 0px; } }
  @media only screen and (max-width: 991px) {
    .half-image-with-content {
      padding: 55px 0px; } }
  @media only screen and (max-width: 767px) {
    .half-image-with-content {
      padding: 45px 0px; } }
  .half-image-with-content .top-cont {
    padding: 26px 0 65px 0;
    text-align: center;
    max-width: 1054px;
    margin: 0 auto; }
  .half-image-with-content .position-section ul {
    margin: 0px;
    padding: 0px; }
    .half-image-with-content .position-section ul li {
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0px; }
      .half-image-with-content .position-section ul li.left-img .content-block {
        width: 55%;
        order: 2; }
        @media only screen and (max-width: 1200px) {
          .half-image-with-content .position-section ul li.left-img .content-block {
            width: 50%; } }
        @media only screen and (max-width: 991px) {
          .half-image-with-content .position-section ul li.left-img .content-block {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .half-image-with-content .position-section ul li.left-img .content-block {
            width: 100%; } }
        .half-image-with-content .position-section ul li.left-img .content-block .inner-content {
          padding: 0 0 0 60px; }
          @media only screen and (max-width: 991px) {
            .half-image-with-content .position-section ul li.left-img .content-block .inner-content {
              padding: 0 0 0 50px; } }
          @media only screen and (max-width: 767px) {
            .half-image-with-content .position-section ul li.left-img .content-block .inner-content {
              padding: 40px 0 0 0; } }
          .half-image-with-content .position-section ul li.left-img .content-block .inner-content .title-heading-with-line {
            text-align: left;
            padding: 0 0 25px 0; }
            .half-image-with-content .position-section ul li.left-img .content-block .inner-content .title-heading-with-line h3 {
              color: #002C73;
              font-size: 35px;
              font-family: "SF Pro Text";
              font-weight: 700;
              text-align: left; }
              @media only screen and (max-width: 1400px) {
                .half-image-with-content .position-section ul li.left-img .content-block .inner-content .title-heading-with-line h3 {
                  font-size: 32px; } }
              @media only screen and (max-width: 1200px) {
                .half-image-with-content .position-section ul li.left-img .content-block .inner-content .title-heading-with-line h3 {
                  font-size: 30px; } }
              @media only screen and (max-width: 991px) {
                .half-image-with-content .position-section ul li.left-img .content-block .inner-content .title-heading-with-line h3 {
                  font-size: 28px; } }
              @media only screen and (max-width: 767px) {
                .half-image-with-content .position-section ul li.left-img .content-block .inner-content .title-heading-with-line h3 {
                  font-size: 26px; } }
              .half-image-with-content .position-section ul li.left-img .content-block .inner-content .title-heading-with-line h3:after {
                left: 0;
                right: auto; }
          @media only screen and (max-width: 767px) {
            .half-image-with-content .position-section ul li.left-img .content-block .inner-content ul li:last-child {
              padding-bottom: 10px; } }
      .half-image-with-content .position-section ul li.left-img .img-block {
        width: 45%;
        order: 1; }
        @media only screen and (max-width: 1200px) {
          .half-image-with-content .position-section ul li.left-img .img-block {
            width: 50%; } }
        @media only screen and (max-width: 991px) {
          .half-image-with-content .position-section ul li.left-img .img-block {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .half-image-with-content .position-section ul li.left-img .img-block {
            width: 100%; } }
        .half-image-with-content .position-section ul li.left-img .img-block img {
          max-width: 100%;
          width: 100%; }
          @media only screen and (max-width: 767px) {
            .half-image-with-content .position-section ul li.left-img .img-block img {
              margin: 0 auto;
              display: block;
              width: 100%; } }
      .half-image-with-content .position-section ul li.right-img .content-block {
        width: 55%;
        order: 1; }
        @media only screen and (max-width: 1200px) {
          .half-image-with-content .position-section ul li.right-img .content-block {
            width: 50%; } }
        @media only screen and (max-width: 991px) {
          .half-image-with-content .position-section ul li.right-img .content-block {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .half-image-with-content .position-section ul li.right-img .content-block {
            width: 100%; } }
        .half-image-with-content .position-section ul li.right-img .content-block .inner-content {
          padding: 0 35px 0 0; }
          @media only screen and (max-width: 767px) {
            .half-image-with-content .position-section ul li.right-img .content-block .inner-content {
              padding: 0; } }
          .half-image-with-content .position-section ul li.right-img .content-block .inner-content .title-heading-with-line {
            text-align: left;
            padding: 0 0 25px 0; }
            .half-image-with-content .position-section ul li.right-img .content-block .inner-content .title-heading-with-line h3 {
              color: #002C73;
              font-size: 35px;
              font-family: "SF Pro Text";
              font-weight: 700;
              text-align: left; }
              @media only screen and (max-width: 1400px) {
                .half-image-with-content .position-section ul li.right-img .content-block .inner-content .title-heading-with-line h3 {
                  font-size: 32px; } }
              @media only screen and (max-width: 1200px) {
                .half-image-with-content .position-section ul li.right-img .content-block .inner-content .title-heading-with-line h3 {
                  font-size: 30px; } }
              @media only screen and (max-width: 991px) {
                .half-image-with-content .position-section ul li.right-img .content-block .inner-content .title-heading-with-line h3 {
                  font-size: 28px; } }
              @media only screen and (max-width: 767px) {
                .half-image-with-content .position-section ul li.right-img .content-block .inner-content .title-heading-with-line h3 {
                  font-size: 26px; } }
              .half-image-with-content .position-section ul li.right-img .content-block .inner-content .title-heading-with-line h3:after {
                left: 0;
                right: auto; }
      .half-image-with-content .position-section ul li.right-img .img-block {
        width: 45%;
        order: 2; }
        @media only screen and (max-width: 1200px) {
          .half-image-with-content .position-section ul li.right-img .img-block {
            width: 50%; } }
        @media only screen and (max-width: 991px) {
          .half-image-with-content .position-section ul li.right-img .img-block {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .half-image-with-content .position-section ul li.right-img .img-block {
            width: 100%;
            padding: 0px 0px 10px 0px; } }
        .half-image-with-content .position-section ul li.right-img .img-block img {
          max-width: 100%; }
          @media only screen and (max-width: 767px) {
            .half-image-with-content .position-section ul li.right-img .img-block img {
              margin: 0 auto;
              display: block; } }

.msg-section {
  padding: 120px 0;
  background-color: #002c73;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  display: block; }
  @media only screen and (max-width: 1400px) {
    .msg-section {
      padding: 95px 0px; } }
  @media only screen and (max-width: 1200px) {
    .msg-section {
      padding: 75px 0px; } }
  @media only screen and (max-width: 991px) {
    .msg-section {
      padding: 55px 0px; } }
  @media only screen and (max-width: 767px) {
    .msg-section {
      padding: 45px 0px; } }
  .msg-section .title-heading-with-line {
    z-index: 1;
    position: relative; }
    .msg-section .title-heading-with-line h2 {
      color: #fff; }
  .msg-section .inner-msg-section {
    margin: 0px;
    margin: 0 auto;
    padding: 40px 0 130px 0;
    max-width: 1100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .msg-section .inner-msg-section {
        padding: 30px 0 130px 0; } }
    .msg-section .inner-msg-section .msg-person-pic {
      width: 415px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 415px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 991px) {
        .msg-section .inner-msg-section .msg-person-pic {
          width: 325px;
          height: 325px; } }
      @media only screen and (max-width: 767px) {
        .msg-section .inner-msg-section .msg-person-pic {
          width: 300px;
          height: 300px;
          margin: 0 auto 40px auto; } }
      .msg-section .inner-msg-section .msg-person-pic div {
        max-width: 235px;
        height: 235px;
        margin: 0 auto;
        width: 100%;
        display: inline-block;
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        overflow: hidden;
        border: 10px solid #fff; }
    .msg-section .inner-msg-section .msg-text {
      width: calc(100% - 425px);
      padding: 0 0 0 50px; }
      @media only screen and (max-width: 991px) {
        .msg-section .inner-msg-section .msg-text {
          width: calc(100% - 325px);
          padding: 0 0 0 40px; } }
      @media only screen and (max-width: 767px) {
        .msg-section .inner-msg-section .msg-text {
          width: calc(100% - 0px);
          padding: 0;
          text-align: center; } }
      .msg-section .inner-msg-section .msg-text p {
        color: #fff; }
        .msg-section .inner-msg-section .msg-text p a {
          color: #E2231A; }
          .msg-section .inner-msg-section .msg-text p a:hover {
            color: #fff; }
      .msg-section .inner-msg-section .msg-text strong {
        color: #fff; }
  .msg-section:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    background-color: #002c73;
    z-index: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.9; }

.board-members .inner-list {
  background: white 0% 0%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 120px 60px 70px 60px;
  margin: -135px 0 0 0;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1400px) {
    .board-members .inner-list {
      padding: 95px 40px;
      margin: -135px 0 0 0; } }
  @media only screen and (max-width: 1200px) {
    .board-members .inner-list {
      padding: 75px 30px; } }
  @media only screen and (max-width: 991px) {
    .board-members .inner-list {
      padding: 55px 15px; } }
  @media only screen and (max-width: 767px) {
    .board-members .inner-list {
      padding: 45px 0px 20px 0px; } }
  .board-members .inner-list .title-heading-with-line h2 {
    font-weight: 700; }
    @media only screen and (max-width: 1400px) {
      .board-members .inner-list .title-heading-with-line h2 {
        font-size: 32px; } }
    @media only screen and (max-width: 1200px) {
      .board-members .inner-list .title-heading-with-line h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 991px) {
      .board-members .inner-list .title-heading-with-line h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .board-members .inner-list .title-heading-with-line h2 {
        font-size: 26px;
        padding: 0px 15px 10px 15px; } }
  .board-members .inner-list .top-cont {
    text-align: center;
    padding: 30px 0 40px 0;
    max-width: 890px;
    margin: 0 auto; }
    @media only screen and (max-width: 991px) {
      .board-members .inner-list .top-cont {
        padding: 30px 15px; } }
    @media only screen and (max-width: 767px) {
      .board-members .inner-list .top-cont {
        padding: 20px 15px; } }
  .board-members .inner-list ul {
    margin: 0 -20px;
    padding: 0px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: start; }
    @media only screen and (max-width: 991px) {
      .board-members .inner-list ul {
        margin: 0; } }
    .board-members .inner-list ul li {
      width: calc(25% - 0px);
      padding: 0 20px;
      list-style-type: none; }
      @media only screen and (max-width: 1200px) {
        .board-members .inner-list ul li {
          width: calc(33.33% - 0px); } }
      @media only screen and (max-width: 991px) {
        .board-members .inner-list ul li {
          width: calc(50% - 0px); } }
      @media only screen and (max-width: 767px) {
        .board-members .inner-list ul li {
          width: calc(50% - 0px); } }
      @media only screen and (max-width: 639px) {
        .board-members .inner-list ul li {
          width: calc(50% - 0px);
          padding: 0 10px; } }
      .board-members .inner-list ul li .members {
        text-align: center;
        margin: 0 0 50px 0; }
        @media only screen and (max-width: 767px) {
          .board-members .inner-list ul li .members {
            margin: 0 0 40px 0; } }
        @media only screen and (max-width: 639px) {
          .board-members .inner-list ul li .members {
            margin: 0 0 30px 0; } }
        .board-members .inner-list ul li .members img {
          max-width: 100%; }
        .board-members .inner-list ul li .members h4 {
          margin: 35px 0 8px 0;
          font-size: 24px;
          color: #002C73;
          font-weight: 600; }
          @media only screen and (max-width: 1200px) {
            .board-members .inner-list ul li .members h4 {
              font-size: 22px; } }
          @media only screen and (max-width: 991px) {
            .board-members .inner-list ul li .members h4 {
              font-size: 20px;
              margin: 25px 0 5px 0; } }
          @media only screen and (max-width: 767px) {
            .board-members .inner-list ul li .members h4 {
              font-size: 18px;
              margin: 15px 0 5px 0; } }
        .board-members .inner-list ul li .members span {
          color: #E2231A;
          font-size: 16px;
          font-weight: 500; }
          @media only screen and (max-width: 991px) {
            .board-members .inner-list ul li .members span {
              font-size: 15px; } }
          @media only screen and (max-width: 767px) {
            .board-members .inner-list ul li .members span {
              font-size: 14px; } }

.home-acbc-sponsors.bg-white {
  padding-bottom: 0; }
  .home-acbc-sponsors.bg-white .sponsors-wrap {
    padding: 50px 0 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    border-bottom: 1px solid #70707033; }
    @media only screen and (max-width: 767px) {
      .home-acbc-sponsors.bg-white .sponsors-wrap {
        padding: 0; } }
    .home-acbc-sponsors.bg-white .sponsors-wrap .title-heading-with-line h2 {
      font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .home-acbc-sponsors.bg-white .sponsors-wrap .sponsors-listing {
        margin: 0 -15px; } }

.border-top {
  border-top: 1px solid #707070; }

.member-profile-listing {
  padding: 120px 0;
  text-align: center; }
  @media only screen and (max-width: 1400px) {
    .member-profile-listing {
      padding: 95px 0px; } }
  @media only screen and (max-width: 1200px) {
    .member-profile-listing {
      padding: 75px 0px; } }
  @media only screen and (max-width: 991px) {
    .member-profile-listing {
      padding: 55px 0px; } }
  @media only screen and (max-width: 767px) {
    .member-profile-listing {
      padding: 45px 0px 55px 0px; } }
  .member-profile-listing .top-cont {
    max-width: 870px;
    margin: 0 auto;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .member-profile-listing .top-cont p br {
        display: none; } }
  .member-profile-listing .member-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 60px;
    margin: 0 -15px; }
    @media only screen and (max-width: 1200px) {
      .member-profile-listing .member-listing {
        padding: 0;
        margin: 0 0; } }
    @media only screen and (max-width: 767px) {
      .member-profile-listing .member-listing {
        padding: 0 0;
        margin: 0px -10px; } }
    .member-profile-listing .member-listing .item {
      width: calc(25% - 30px);
      margin: 0 15px 50px;
      cursor: pointer;
      border: 1px solid rgba(112, 112, 112, 0.2);
      background-color: #fff;
      padding: 50px 40px;
      position: relative;
      display: inline-block;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
      @media only screen and (max-width: 1200px) {
        .member-profile-listing .member-listing .item {
          width: calc(33.33% - 30px); } }
      @media only screen and (max-width: 991px) {
        .member-profile-listing .member-listing .item {
          padding: 40px 10px; } }
      @media only screen and (max-width: 767px) {
        .member-profile-listing .member-listing .item {
          width: calc(33.33% - 30px);
          padding: 30px 10px;
          margin: 0 15px 40px; } }
      @media only screen and (max-width: 639px) {
        .member-profile-listing .member-listing .item {
          width: calc(50% - 30px);
          padding: 20px 10px;
          margin: 0 15px 20px;
          display: flex;
          justify-content: center;
          align-items: center; } }
      .member-profile-listing .member-listing .item:hover:after {
        opacity: 1; }
      .member-profile-listing .member-listing .item img {
        max-width: 100%; }
        @media only screen and (max-width: 768px) {
          .member-profile-listing .member-listing .item img {
            max-height: 35px; } }
      .member-profile-listing .member-listing .item:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 3px;
        background: #E2231A;
        opacity: 0;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }
  .member-profile-listing .insight-center-btn {
    margin: 0 0 0 -30px; }

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.event-listing .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 120px 0 195px 0;
  position: relative; }
  @media only screen and (max-width: 1400px) {
    .event-listing .inner-block {
      padding: 90px 15px 25px 15px; } }
  @media only screen and (max-width: 1200px) {
    .event-listing .inner-block {
      padding: 75px 15px 25px; } }
  @media only screen and (max-width: 991px) {
    .event-listing .inner-block {
      padding: 55px 0 25px; } }
  @media only screen and (max-width: 767px) {
    .event-listing .inner-block {
      padding: 45px 0 25px; } }
  .event-listing .inner-block .media-list {
    width: calc(100% - 460px);
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .event-listing .inner-block .media-list {
        width: calc(100% - 335px); } }
    @media only screen and (max-width: 1024px) {
      .event-listing .inner-block .media-list {
        width: calc(100% - 300px); } }
    @media only screen and (max-width: 991px) {
      .event-listing .inner-block .media-list {
        width: calc(100% - 0px); } }
    .event-listing .inner-block .media-list .view-all-event {
      position: relative;
      left: 0;
      right: 0;
      text-align: center;
      border-top: 1px solid rgba(0, 44, 115, 0.33);
      padding: 50px 0 0 0; }
      @media only screen and (max-width: 991px) {
        .event-listing .inner-block .media-list .view-all-event {
          padding: 40px 0;
          position: static;
          margin-left: -50px; } }
      .event-listing .inner-block .media-list .view-all-event a.btn.btn-primary {
        padding: 10px 60px 10px 20px;
        font-size: 14px; }
      .event-listing .inner-block .media-list .view-all-event.disable-btn .btn {
        opacity: 0.5;
        pointer-events: none; }
    .event-listing .inner-block .media-list ul {
      margin: 0 0 0 0;
      padding: 0 0 30px 0; }
      @media only screen and (max-width: 991px) {
        .event-listing .inner-block .media-list ul {
          padding: 0; } }
      .event-listing .inner-block .media-list ul li {
        list-style-type: none;
        margin: 0px;
        padding: 0px; }
        .event-listing .inner-block .media-list ul li .inner-post {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 0 50px 0; }
          @media only screen and (max-width: 767px) {
            .event-listing .inner-block .media-list ul li .inner-post {
              margin: 0 0 40px 0;
              display: block; } }
          @media only screen and (max-width: 639px) {
            .event-listing .inner-block .media-list ul li .inner-post {
              margin: 0 0 30px 0;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
          .event-listing .inner-block .media-list ul li .inner-post .media-post {
            width: 350px;
            height: 100%;
            background-size: 100%;
            background-color: #f5f5f5;
            background-position: center center;
            background-repeat: no-repeat;
            position: relative; }
            @media only screen and (max-width: 1400px) {
              .event-listing .inner-block .media-list ul li .inner-post .media-post {
                width: 290px; } }
            @media only screen and (max-width: 991px) {
              .event-listing .inner-block .media-list ul li .inner-post .media-post {
                width: 250px; } }
            @media only screen and (max-width: 767px) {
              .event-listing .inner-block .media-list ul li .inner-post .media-post {
                width: 100%; } }
            @media only screen and (max-width: 639px) {
              .event-listing .inner-block .media-list ul li .inner-post .media-post {
                width: 100%; } }
          .event-listing .inner-block .media-list ul li .inner-post .media-content {
            width: calc(100% - 350px);
            -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
            margin: 0;
            padding: 25px 30px; }
            @media only screen and (max-width: 1400px) {
              .event-listing .inner-block .media-list ul li .inner-post .media-content {
                width: calc(100% - 290px);
                padding: 20px 20px 20px 20px; } }
            @media only screen and (max-width: 991px) {
              .event-listing .inner-block .media-list ul li .inner-post .media-content {
                width: calc(100% - 250px); } }
            @media only screen and (max-width: 767px) {
              .event-listing .inner-block .media-list ul li .inner-post .media-content {
                width: 100%;
                padding: 25px 15px; } }
            .event-listing .inner-block .media-list ul li .inner-post .media-content h4 {
              color: #002C73;
              font-size: 18px;
              font-weight: 700;
              font-family: "Montserrat";
              margin-bottom: 20px; }
              @media only screen and (max-width: 1200px) {
                .event-listing .inner-block .media-list ul li .inner-post .media-content h4 {
                  font-size: 17px; } }
              @media only screen and (max-width: 991px) {
                .event-listing .inner-block .media-list ul li .inner-post .media-content h4 {
                  font-size: 16px; } }
              .event-listing .inner-block .media-list ul li .inner-post .media-content h4:hover {
                color: #E2231A; }
              .event-listing .inner-block .media-list ul li .inner-post .media-content h4 a {
                color: #002C73;
                font-size: 18px;
                font-family: "Montserrat";
                font-weight: 900; }
                @media only screen and (max-width: 1200px) {
                  .event-listing .inner-block .media-list ul li .inner-post .media-content h4 a {
                    font-size: 17px; } }
                @media only screen and (max-width: 767px) {
                  .event-listing .inner-block .media-list ul li .inner-post .media-content h4 a {
                    font-size: 16px; } }
                .event-listing .inner-block .media-list ul li .inner-post .media-content h4 a:hover {
                  color: #E2231A; }
            .event-listing .inner-block .media-list ul li .inner-post .media-content p {
              font-size: 16px;
              padding: 0 0 25px 0; }
              @media only screen and (max-width: 767px) {
                .event-listing .inner-block .media-list ul li .inner-post .media-content p {
                  padding: 0 0 15px 0; } }
            .event-listing .inner-block .media-list ul li .inner-post .media-content a.btn {
              font-weight: 400;
              display: inline-block; }
              @media only screen and (max-width: 1200px) {
                .event-listing .inner-block .media-list ul li .inner-post .media-content a.btn {
                  bottom: 10px; } }
              @media only screen and (max-width: 767px) {
                .event-listing .inner-block .media-list ul li .inner-post .media-content a.btn {
                  bottom: 0;
                  position: relative;
                  margin: 20px 0 0 0; } }
    .event-listing .inner-block .media-list .post-listing .no-post-found {
      width: 100%;
      font-size: 18px;
      font-weight: 700;
      color: #E2231A;
      padding: 10px; }
    .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-post {
      width: 450px; }
      @media only screen and (max-width: 1400px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-post {
          width: 350px; } }
      @media only screen and (max-width: 1023px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-post {
          width: 300px; } }
      @media only screen and (max-width: 991px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-post {
          width: 250px; } }
      @media only screen and (max-width: 767px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-post {
          width: 100%;
          padding-bottom: 55.5%; } }
      @media only screen and (max-width: 639px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-post {
          width: 100%; } }
    .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-content {
      width: calc(100% - 450px);
      padding: 25px 30px; }
      @media only screen and (max-width: 1400px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-content {
          width: calc(100% - 350px); } }
      @media only screen and (max-width: 1023px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-content {
          width: calc(100% - 300px); } }
      @media only screen and (max-width: 991px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-content {
          width: calc(100% - 250px); } }
      @media only screen and (max-width: 767px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-content {
          width: 100%;
          padding: 25px 15px; } }
      @media only screen and (max-width: 639px) {
        .event-listing .inner-block .media-list .post-listing .post-item .inner-post .media-content {
          width: 100%; } }
    .event-listing .inner-block .media-list .date {
      display: inline-block;
      width: 100%;
      margin-bottom: 25px; }
      .event-listing .inner-block .media-list .date span.post-date-cal-icon {
        position: relative;
        color: #E2231A;
        font-size: 12px;
        font-weight: 500;
        margin: 0; }
        .event-listing .inner-block .media-list .date span.post-date-cal-icon:before {
          content: "";
          background-image: url(../images/calendar-interface-symbol-tool.svg);
          background-size: contain;
          background-position: center center;
          width: 18px;
          height: 18px;
          margin-right: 7px;
          display: inline-block;
          vertical-align: middle;
          background-repeat: no-repeat;
          margin-top: -3px; }
      @media only screen and (max-width: 767px) {
        .event-listing .inner-block .media-list .date {
          display: none; } }
      .event-listing .inner-block .media-list .date span {
        color: #E2231A;
        font-size: 14px;
        font-weight: 500; }
      .event-listing .inner-block .media-list .date i {
        color: #E2231A;
        font-size: 18px;
        font-weight: 600; }
  .event-listing .inner-block .event-sidebar {
    width: calc(460px - 60px);
    padding: 0; }
    @media only screen and (max-width: 1200px) {
      .event-listing .inner-block .event-sidebar {
        width: calc(335px - 40px); } }
    @media only screen and (max-width: 1024px) {
      .event-listing .inner-block .event-sidebar {
        width: calc(300px - 40px); } }
    @media only screen and (max-width: 991px) {
      .event-listing .inner-block .event-sidebar {
        width: calc(100% - 0px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        margin: 0 0 45px 0; } }
    @media only screen and (max-width: 767px) {
      .event-listing .inner-block .event-sidebar {
        padding: 0; } }
    .event-listing .inner-block .event-sidebar .event-form .full-col button {
      border: 1px solid #002C73; }
    .event-listing .inner-block .event-sidebar .general-form-section {
      padding: 0px; }
      @media screen and (max-width: 991px) {
        .event-listing .inner-block .event-sidebar .general-form-section #filterEvent-form {
          display: none; } }
      .event-listing .inner-block .event-sidebar .general-form-section form .btn-submit {
        max-width: 255px;
        width: 100%;
        margin: 0; }
        .event-listing .inner-block .event-sidebar .general-form-section form .btn-submit input[type="submit"] {
          margin-left: 0; }
      .event-listing .inner-block .event-sidebar .general-form-section .form-control {
        margin: 0; }
        .event-listing .inner-block .event-sidebar .general-form-section .form-control .full-col {
          width: 100%;
          padding: 0 0 20px 0;
          margin: 0;
          text-align: left; }
          .event-listing .inner-block .event-sidebar .general-form-section .form-control .full-col .rev-select .select-styled {
            border: 1px solid rgba(0, 44, 115, 0.33); }
            .event-listing .inner-block .event-sidebar .general-form-section .form-control .full-col .rev-select .select-styled:after {
              background: #f5f5f5 url(../images/select-orange-icon.svg) 90% center no-repeat; }
            .event-listing .inner-block .event-sidebar .general-form-section .form-control .full-col .rev-select .select-styled.active:after {
              background: #f5f5f5 url("../images/select-orange-icon-active.svg") 90% center no-repeat; }
          .event-listing .inner-block .event-sidebar .general-form-section .form-control .full-col .rev-select .select-options {
            border: 1px solid rgba(0, 44, 115, 0.33);
            border-top: none; }
        .event-listing .inner-block .event-sidebar .general-form-section .form-control .half-col {
          width: calc(56% - 30px);
          margin: 0 15px 20px; }
          .event-listing .inner-block .event-sidebar .general-form-section .form-control .half-col:first-child {
            margin-left: 0; }
          .event-listing .inner-block .event-sidebar .general-form-section .form-control .half-col:last-child {
            margin-right: 0; }
        .event-listing .inner-block .event-sidebar .general-form-section .form-control span.date {
          margin: 0px;
          display: inline-block;
          width: 100%; }
          .event-listing .inner-block .event-sidebar .general-form-section .form-control span.date input[type="text"] {
            border: 1px solid rgba(0, 0, 0, 0.3); }
          .event-listing .inner-block .event-sidebar .general-form-section .form-control span.date .hasDatepicker {
            content: "";
            padding: 20px 40px 20px 20px;
            background-image: url(../images/calendar-interface-symbol-tool.svg);
            background-size: 19px;
            background-position: 95% center;
            display: inline-block;
            background-repeat: no-repeat;
            border: none; }
            @media screen and (max-width: 991px) {
              .event-listing .inner-block .event-sidebar .general-form-section .form-control span.date .hasDatepicker {
                background-position: 98.2% center; } }
    .event-listing .inner-block .event-sidebar .post-event {
      padding: 20px 0 0 0; }
      .event-listing .inner-block .event-sidebar .post-event h3 {
        font-size: 24px;
        color: #002C73;
        font-weight: 700;
        position: relative; }
        @media only screen and (max-width: 1400px) {
          .event-listing .inner-block .event-sidebar .post-event h3 {
            font-size: 22px; } }
        @media only screen and (max-width: 1200px) {
          .event-listing .inner-block .event-sidebar .post-event h3 {
            font-size: 21px; } }
        @media only screen and (max-width: 991px) {
          .event-listing .inner-block .event-sidebar .post-event h3 {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .event-listing .inner-block .event-sidebar .post-event h3 {
            font-size: 18px; } }
        .event-listing .inner-block .event-sidebar .post-event h3:after {
          position: absolute;
          content: "";
          background: #E2231A;
          width: 40px;
          height: 3px;
          left: 0;
          right: 0;
          margin: 0;
          bottom: -10px; }
      .event-listing .inner-block .event-sidebar .post-event .event-listing {
        padding: 20px 0 0 0; }
        .event-listing .inner-block .event-sidebar .post-event .event-listing ul {
          margin: 0px;
          padding: 0px; }
          .event-listing .inner-block .event-sidebar .post-event .event-listing ul li {
            list-style-type: none;
            margin: 0px;
            padding: 0 0 20px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-pic {
              width: 100px;
              height: 100px;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover; }
              @media only screen and (max-width: 991px) {
                .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-pic {
                  width: 80px;
                  height: 80px; } }
            .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-details {
              width: calc(100% - 100px);
              padding: 0 0 0 20px; }
              @media only screen and (max-width: 991px) {
                .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-details {
                  width: calc(100% - 80px);
                  padding: 0 0 0 15px; } }
              .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-details h4 {
                font-size: 18px;
                font-weight: 700;
                margin: 0 0 11px 0; }
                @media only screen and (max-width: 1200px) {
                  .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-details h4 {
                    font-size: 17px; } }
                @media only screen and (max-width: 991px) {
                  .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-details h4 {
                    font-size: 16px; } }
                .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-details h4 a {
                  color: #333333;
                  font-weight: 700; }
                  .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-details h4 a:hover {
                    color: #E2231A; }
              .event-listing .inner-block .event-sidebar .post-event .event-listing ul li .event-details .date {
                margin-bottom: 0; }
    .event-listing .inner-block .event-sidebar .industry {
      padding: 25px 0 0 0; }
      .event-listing .inner-block .event-sidebar .industry h3 {
        font-size: 24px;
        color: #002C73;
        font-weight: 700;
        position: relative;
        margin: 0 0 10px 0;
        padding: 0 0 5px 0; }
        @media only screen and (max-width: 1400px) {
          .event-listing .inner-block .event-sidebar .industry h3 {
            font-size: 22px; } }
        @media only screen and (max-width: 1200px) {
          .event-listing .inner-block .event-sidebar .industry h3 {
            font-size: 21px; } }
        @media only screen and (max-width: 991px) {
          .event-listing .inner-block .event-sidebar .industry h3 {
            font-size: 20px;
            margin: 0px; } }
        @media only screen and (max-width: 767px) {
          .event-listing .inner-block .event-sidebar .industry h3 {
            font-size: 18px; } }
        .event-listing .inner-block .event-sidebar .industry h3:after {
          position: absolute;
          content: "";
          background: #E2231A;
          width: 40px;
          height: 3px;
          left: 0;
          right: 0;
          margin: 0;
          bottom: -10px; }
      .event-listing .inner-block .event-sidebar .industry .industry-listing {
        padding: 20px 0 0 0; }
        .event-listing .inner-block .event-sidebar .industry .industry-listing ul {
          margin: 0px;
          padding: 0px; }
          .event-listing .inner-block .event-sidebar .industry .industry-listing ul li {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .event-listing .inner-block .event-sidebar .industry .industry-listing ul li h4 {
              font-size: 16px;
              color: #000;
              margin-bottom: 20px;
              font-weight: 700; }
              .event-listing .inner-block .event-sidebar .industry .industry-listing ul li h4 a {
                color: #333333; }
                .event-listing .inner-block .event-sidebar .industry .industry-listing ul li h4 a:hover {
                  color: #002C73; }
            .event-listing .inner-block .event-sidebar .industry .industry-listing ul li.active h4 a {
              color: #002C73; }
    .event-listing .inner-block .event-sidebar .register-form {
      padding: 35px 0 0 0; }
      .event-listing .inner-block .event-sidebar .register-form h3 {
        font-size: 24px;
        color: #002C73;
        font-weight: 700;
        position: relative; }
        @media only screen and (max-width: 1400px) {
          .event-listing .inner-block .event-sidebar .register-form h3 {
            font-size: 22px; } }
        @media only screen and (max-width: 1200px) {
          .event-listing .inner-block .event-sidebar .register-form h3 {
            font-size: 21px; } }
        @media only screen and (max-width: 991px) {
          .event-listing .inner-block .event-sidebar .register-form h3 {
            font-size: 20px;
            margin: 0; } }
        @media only screen and (max-width: 767px) {
          .event-listing .inner-block .event-sidebar .register-form h3 {
            font-size: 18px; } }
        .event-listing .inner-block .event-sidebar .register-form h3:after {
          position: absolute;
          content: "";
          background: #E2231A;
          width: 40px;
          height: 3px;
          left: 0;
          right: 0;
          margin: 0;
          bottom: -10px; }
      .event-listing .inner-block .event-sidebar .register-form .general-form-section {
        padding: 30px 0 0 0; }
        .event-listing .inner-block .event-sidebar .register-form .general-form-section .full-col {
          padding: 0 0 20px 0; }
          .event-listing .inner-block .event-sidebar .register-form .general-form-section .full-col input {
            border: 1px solid #002C7333; }
        .event-listing .inner-block .event-sidebar .register-form .general-form-section .btn-submit {
          text-align: left;
          max-width: 100%; }
          .event-listing .inner-block .event-sidebar .register-form .general-form-section .btn-submit input[type="submit"] {
            margin-left: 0; }
    .event-listing .inner-block .event-sidebar .event-form {
      padding: 20px 0 0 0; }
      .event-listing .inner-block .event-sidebar .event-form h3 {
        font-size: 24px;
        color: #002C73;
        font-weight: 700;
        position: relative; }
        @media only screen and (max-width: 1400px) {
          .event-listing .inner-block .event-sidebar .event-form h3 {
            font-size: 22px; } }
        @media only screen and (max-width: 1200px) {
          .event-listing .inner-block .event-sidebar .event-form h3 {
            font-size: 21px; } }
        @media only screen and (max-width: 991px) {
          .event-listing .inner-block .event-sidebar .event-form h3 {
            font-size: 20px;
            margin: 0; } }
        @media only screen and (max-width: 767px) {
          .event-listing .inner-block .event-sidebar .event-form h3 {
            font-size: 18px; } }
        .event-listing .inner-block .event-sidebar .event-form h3:after {
          position: absolute;
          content: "";
          background: #E2231A;
          width: 40px;
          height: 3px;
          left: 0;
          right: 0;
          margin: 0;
          bottom: -10px; }
      .event-listing .inner-block .event-sidebar .event-form .general-form-section {
        padding: 20px 0 0 0; }
        .event-listing .inner-block .event-sidebar .event-form .general-form-section .full-col {
          padding: 0 0 20px 0; }
          .event-listing .inner-block .event-sidebar .event-form .general-form-section .full-col input {
            border: 1px solid rgba(0, 44, 115, 0.33); }
        .event-listing .inner-block .event-sidebar .event-form .general-form-section .btn-submit {
          text-align: left;
          max-width: 100%; }
          .event-listing .inner-block .event-sidebar .event-form .general-form-section .btn-submit input[type="submit"] {
            margin-left: 0; }

.single-event-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 120px 0 195px 0;
  position: relative; }
  @media only screen and (max-width: 1400px) {
    .single-event-detail {
      padding: 90px 15px 140px 15px; } }
  @media only screen and (max-width: 1200px) {
    .single-event-detail {
      padding: 75px 15px; } }
  @media only screen and (max-width: 991px) {
    .single-event-detail {
      padding: 55px 0; } }
  @media only screen and (max-width: 767px) {
    .single-event-detail {
      padding: 45px 0; } }
  .single-event-detail .inner-content {
    margin: 0px;
    padding: 0px;
    width: calc(100% - 525px); }
    @media only screen and (max-width: 1200px) {
      .single-event-detail .inner-content {
        width: calc(100% - 435px); } }
    @media only screen and (max-width: 1023px) {
      .single-event-detail .inner-content {
        width: calc(100% - 335px); } }
    @media only screen and (max-width: 991px) {
      .single-event-detail .inner-content {
        width: calc(100% - 0px);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        margin: 0; } }
    .single-event-detail .inner-content img {
      display: block;
      max-width: 100%;
      height: 100%; }
    .single-event-detail .inner-content h1 {
      font-size: 30px;
      margin-bottom: 20px;
      color: #002C73;
      font-family: "Montserrat";
      font-weight: 700; }
      @media only screen and (max-width: 1400px) {
        .single-event-detail .inner-content h1 {
          font-size: 28px; } }
      @media only screen and (max-width: 1200px) {
        .single-event-detail .inner-content h1 {
          font-size: 27px; } }
      @media only screen and (max-width: 991px) {
        .single-event-detail .inner-content h1 {
          font-size: 26px; } }
      @media only screen and (max-width: 767px) {
        .single-event-detail .inner-content h1 {
          font-size: 24px; } }
    .single-event-detail .inner-content ul {
      padding: 0 0 0 20px; }
    .single-event-detail .inner-content .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .single-event-detail .inner-content .date {
          display: none; } }
      .single-event-detail .inner-content .date span {
        color: #E2231A;
        font-size: 12px;
        font-weight: 500;
        margin: 0 0 0 7px; }
      .single-event-detail .inner-content .date i {
        color: #E2231A;
        font-size: 18px;
        font-weight: 600; }
        .single-event-detail .inner-content .date i:before {
          content: "";
          background-image: url(../images/calendar-icon.png);
          background-size: contain;
          background-position: center center;
          width: 18px;
          height: 18px;
          display: inline-block;
          background-repeat: no-repeat; }
  .single-event-detail .event-sidebar .event-guest {
    background: #F9F9F9;
    padding: 40px 0px; }
    .single-event-detail .event-sidebar .event-guest .dp {
      max-width: 100px;
      height: 100px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      border-radius: 100%;
      overflow: hidden;
      margin: 0 auto 20px auto; }
    .single-event-detail .event-sidebar .event-guest h5 {
      font-size: 24px;
      color: #002C73;
      font-weight: 700;
      text-align: center;
      margin: 0 0 10px 0; }
      @media only screen and (max-width: 1400px) {
        .single-event-detail .event-sidebar .event-guest h5 {
          font-size: 22px; } }
      @media only screen and (max-width: 1200px) {
        .single-event-detail .event-sidebar .event-guest h5 {
          font-size: 21px; } }
      @media only screen and (max-width: 991px) {
        .single-event-detail .event-sidebar .event-guest h5 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .single-event-detail .event-sidebar .event-guest h5 {
          font-size: 18px; } }
    .single-event-detail .event-sidebar .event-guest span.desination {
      color: #E2231A;
      font-size: 16px;
      font-weight: 700;
      display: block;
      text-align: center; }
  .single-event-detail .event-sidebar .register-form .form-control .full-col label {
    background: #F9F9F9;
    border: 1px solid #002C7333;
    width: 100%;
    display: block;
    padding: 20px 20px 20px 40px;
    background-image: url(../images/calendar-icon.png);
    background-size: 16px;
    background-position: 10px center;
    display: inline-block;
    background-repeat: no-repeat; }

.event-speaker {
  padding: 120px 0; }
  @media only screen and (max-width: 1400px) {
    .event-speaker {
      padding: 95px 0px; } }
  @media only screen and (max-width: 1200px) {
    .event-speaker {
      padding: 75px 0px; } }
  @media only screen and (max-width: 991px) {
    .event-speaker {
      padding: 55px 0px; } }
  @media only screen and (max-width: 767px) {
    .event-speaker {
      padding: 45px 0px; } }
  .event-speaker .speakers-slider .speaker-info {
    margin: 0 auto 25px auto;
    max-width: 1000px;
    width: 100%;
    display: block;
    text-align: center; }
    .event-speaker .speakers-slider .speaker-info .speaker-img {
      height: 150px;
      width: 150px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 20px auto;
      display: block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .event-speaker .speakers-slider .speaker-info .speaker-img {
          height: 110px;
          width: 110px; } }
    .event-speaker .speakers-slider .speaker-info h3 {
      font-size: 24px;
      color: #002C73;
      font-weight: 700;
      margin: 0 0 10px 0; }
      @media only screen and (max-width: 1400px) {
        .event-speaker .speakers-slider .speaker-info h3 {
          font-size: 22px; } }
      @media only screen and (max-width: 1200px) {
        .event-speaker .speakers-slider .speaker-info h3 {
          font-size: 21px; } }
      @media only screen and (max-width: 991px) {
        .event-speaker .speakers-slider .speaker-info h3 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .event-speaker .speakers-slider .speaker-info h3 {
          font-size: 18px; } }
    .event-speaker .speakers-slider .speaker-info .morecontent a.morelink {
      color: #E2231A;
      font-weight: 700; }
      .event-speaker .speakers-slider .speaker-info .morecontent a.morelink:hover {
        color: #002C73; }
    .event-speaker .speakers-slider .speaker-info span.more {
      font-size: 16px;
      color: #000;
      font-weight: 400;
      margin: 0 0 20px 0; }
    .event-speaker .speakers-slider .speaker-info .designation-text {
      font-size: 16px;
      color: #E2231A;
      font-weight: 700;
      display: block;
      margin: 0 0 20px 0; }
    .event-speaker .speakers-slider .speaker-info p span {
      color: #000; }
    .event-speaker .speakers-slider .speaker-info p a {
      color: #E2231A;
      font-weight: 700; }

.single-event-gallery-detail {
  width: 100%;
  padding: 120px 0 70px 0; }
  @media only screen and (max-width: 1400px) {
    .single-event-gallery-detail {
      padding: 90px 15px 70px 15px; } }
  @media only screen and (max-width: 1200px) {
    .single-event-gallery-detail {
      padding: 75px 15px; } }
  @media only screen and (max-width: 991px) {
    .single-event-gallery-detail {
      padding: 55px 0; } }
  @media only screen and (max-width: 767px) {
    .single-event-gallery-detail {
      padding: 45px 0; } }
  .single-event-gallery-detail .event-gallery-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #002C73;
    font-family: "Montserrat";
    font-weight: 700; }
    @media only screen and (max-width: 1400px) {
      .single-event-gallery-detail .event-gallery-content h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 1200px) {
      .single-event-gallery-detail .event-gallery-content h1 {
        font-size: 27px; } }
    @media only screen and (max-width: 991px) {
      .single-event-gallery-detail .event-gallery-content h1 {
        font-size: 26px; } }
    @media only screen and (max-width: 767px) {
      .single-event-gallery-detail .event-gallery-content h1 {
        font-size: 24px; } }
  .single-event-gallery-detail .event-gallery-content ul.image-gallery {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media screen and (max-width: 479px) {
      .single-event-gallery-detail .event-gallery-content ul.image-gallery {
        margin: 0; } }
    .single-event-gallery-detail .event-gallery-content ul.image-gallery li {
      width: calc(25% - 30px);
      margin: 0 15px 30px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .single-event-gallery-detail .event-gallery-content ul.image-gallery li {
          width: calc(33.33% - 30px); } }
      @media screen and (max-width: 639px) {
        .single-event-gallery-detail .event-gallery-content ul.image-gallery li {
          width: calc(50% - 30px); } }
      @media screen and (max-width: 479px) {
        .single-event-gallery-detail .event-gallery-content ul.image-gallery li {
          width: 100%;
          margin: 0 0 25px; } }
      .single-event-gallery-detail .event-gallery-content ul.image-gallery li a {
        font-size: 0; }
        .single-event-gallery-detail .event-gallery-content ul.image-gallery li a .img-thumb {
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          position: relative; }
          .single-event-gallery-detail .event-gallery-content ul.image-gallery li a .img-thumb:after {
            position: absolute;
            content: "";
            background: rgba(226, 35, 26, 0.75);
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            right: 0;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            transition: 0.5s all ease-in-out;
            opacity: 0;
            visibility: hidden; }
          .single-event-gallery-detail .event-gallery-content ul.image-gallery li a .img-thumb img {
            width: 100%;
            height: 100%; }
        .single-event-gallery-detail .event-gallery-content ul.image-gallery li a:hover .img-thumb:after {
          opacity: 1;
          visibility: visible; }

.date {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px; }
  .date span {
    color: #E2231A;
    font-size: 14px;
    font-weight: 500; }
  .date span.post-date-cal-icon {
    position: relative;
    color: #E2231A;
    font-size: 12px;
    font-weight: 500;
    margin: 0; }
    .date span.post-date-cal-icon:before {
      content: "";
      background-image: url(../images/calendar-interface-symbol-tool.svg);
      background-size: contain;
      background-position: center center;
      width: 18px;
      height: 18px;
      margin-right: 7px;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      margin-top: -3px; }
  @media only screen and (max-width: 767px) {
    .date {
      display: none; } }

.single-event_gallery .fancybox-inner .fancybox-content {
  max-width: 100%;
  width: 100%; }
  .single-event_gallery .fancybox-inner .fancybox-content .fancybox-image, .single-event_gallery .fancybox-inner .fancybox-content .fancybox-spaceball {
    max-width: 1400px;
    max-height: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center; }

.ui-widget.ui-widget-content {
  z-index: 11 !important; }

.mobile-only-filter {
  display: none; }
  .mobile-only-filter .general-form-section {
    padding-bottom: 0; }
  @media screen and (max-width: 991px) {
    .mobile-only-filter {
      display: block; } }
  .mobile-only-filter .date {
    margin: 0px;
    display: inline-block;
    width: 100%; }
    .mobile-only-filter .date input[type="text"] {
      border: 1px solid rgba(0, 0, 0, 0.3); }
    .mobile-only-filter .date .hasDatepicker {
      content: "";
      padding: 20px 40px 20px 20px;
      background-image: url(../images/calendar-interface-symbol-tool.svg);
      background-size: 19px;
      background-position: 95% center;
      display: inline-block;
      background-repeat: no-repeat;
      border: none; }
      @media screen and (max-width: 991px) {
        .mobile-only-filter .date .hasDatepicker {
          background-position: 98.2% center; } }
    .mobile-only-filter .date label {
      margin-bottom: 20px; }

.form-pages-main-wrap {
  padding: 0px; }
  .form-pages-main-wrap .contact-form-section {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1200px) {
      .form-pages-main-wrap .contact-form-section {
        display: block; } }
    .form-pages-main-wrap .contact-form-section .form-main-wrapper {
      display: flex;
      flex-wrap: wrap; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section {
        width: 50%;
        padding: 0 120px 0 0; }
        @media only screen and (max-width: 1199px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section {
            padding: 0 70px 0 0;
            width: 55%; } }
        @media only screen and (max-width: 991px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section {
            padding: 0 40px 0 0; } }
        @media only screen and (max-width: 767px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section {
            padding: 0 0 20px;
            width: 100%; } }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control {
          flex-wrap: wrap;
          text-align: left; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .full-col {
            text-align: left;
            padding: 0px; }
            @media only screen and (max-width: 767px) {
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .full-col {
                padding: 0; } }
            @media only screen and (max-width: 380px) {
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .full-col .btn-more-info .btn-black {
                width: 100%;
                text-align: center; } }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .custom-button-from {
            text-align: left;
            margin: 0;
            width: calc(100% - 30px);
            padding: 0 15px; }
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .custom-button-from:after {
              display: none; }
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .custom-button-from .btn {
              padding: 13px 85px 13px 35px; }
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .custom-button-from .btn.btn-primary:after {
                right: 0;
                border-left: 1px solid #fff; }
              @media screen and (max-width: 380px) {
                .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .custom-button-from .btn {
                  width: 100%;
                  text-align: center; } }
            @media only screen and (max-width: 767px) {
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .form-control .custom-button-from {
                width: calc(100% - 0px);
                padding: 0; } }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .content-column {
          margin-bottom: 0px; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .content-column span {
            display: inline-block; }
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .content-column span a {
              display: inline-block; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .content-column p {
            color: #000;
            padding: 0px; }
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .content-column p a {
              color: #E2231A; }
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .content-column p a:hover {
                color: #002C73; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .content-column a {
            color: #E2231A; }
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .form-section .content-column a:hover {
              color: #002C73; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .login-notes {
        width: 50%; }
        @media only screen and (max-width: 1199px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .login-notes {
            width: 45%; } }
        @media only screen and (max-width: 767px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .login-notes {
            padding: 0;
            width: 100%; } }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .login-notes h3 {
          font-size: 18px;
          font-weight: 700;
          color: #000; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section {
        margin: 0;
        width: 100%;
        text-align: left; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control {
          margin: 0 0px 20px; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col {
            text-align: left;
            margin: 0;
            padding: 0; }
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-submit {
              margin: 0 10px 10px 0;
              text-align: left;
              width: auto;
              max-width: 100%;
              display: inline-block;
              /*&:after{
                                @media screen and(max-width:$extra-small-380){
                                        right:0;
                                        border-left:1px solid $white;
                                    }
                                }
*/ }
              @media screen and (max-width: 380px) {
                .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-submit {
                  width: 100%;
                  margin: 0 0 10px 0; } }
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-submit input[type="submit"] {
                margin-left: 0; }
                @media screen and (max-width: 380px) {
                  .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-submit input[type="submit"] {
                    width: 100%; } }
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-submit .btn {
                padding: 13px 85px 13px 35px; }
                @media screen and (max-width: 380px) {
                  .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-submit .btn {
                    width: 100%; } }
                .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-submit .btn.btn-primary:after {
                  right: 0;
                  border-left: 1px solid #fff; }
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-submit:after {
                display: none; }
            @media screen and (max-width: 380px) {
              .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .form-control .full-col .btn-cancel {
                width: 100%;
                font-weight: 400;
                text-align: center; } }
        @media only screen and (max-width: 767px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section span {
            font-size: 14px; } }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .input-group input {
          background-color: #F9F9F9;
          border: 1px solid rgba(0, 44, 115, 0.33); }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .input-group input.error {
            border: 1px solid #f00; }
        @media only screen and (max-width: 767px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .input-group {
            padding: 0; } }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .forgot-form-section .ajax-message {
          padding: 0px !important;
          margin: -20px 0 20px 0; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .full-col {
        padding: 0;
        text-align: left; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form textarea {
        background: #F9F9F9; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .rev-select {
        text-align: left; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .rev-select .select-styled {
          background: #fff;
          border: 1px solid rgba(0, 44, 115, 0.33); }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form input[type="text"], .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form input[type="email"], .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form input[type="password"], .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form input[type="tel"],
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form input[type="url"] {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form button {
        height: inherit; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .submit-btn .btn-submit {
        margin: 20px 0;
        max-width: 100%;
        display: block;
        text-align: left;
        padding: 0; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .submit-btn .btn-submit:after {
          display: none; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .submit-btn .btn-submit input[type="submit"] {
          margin-left: 0; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .ajax-message .error-message {
        margin: 0 0 25px !important;
        font-size: 14px !important; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .ajax-message .success-message {
        margin: 0 0 25px !important;
        font-size: 14px !important; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .submit-btn-register {
        margin: 0 0 20px; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .submit-btn-register .btn-submit {
          text-align: left;
          max-width: 200px;
          width: 100%;
          margin: 0; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .submit-btn-register .btn-submit input[type="submit"] {
            margin-left: 0; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .form-control.submit-btn {
        margin: 0 0px 20px; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section form .form-control.submit-btn-register {
        margin: 0 0 20px; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .ajax-message {
        padding: 0 !important; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .title-heading-with-line {
        padding: 0 0 30px 0px; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .title-heading-with-line h2 {
          text-align: left;
          margin: 0; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .title-heading-with-line h2:after {
            right: auto; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .input-group .full-content {
        padding: 0 15px; }
        @media only screen and (max-width: 767px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .input-group .full-content {
            padding: 0; } }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .input-group .full-content .full-col {
          padding: 0 0 20px 0;
          margin: 0px; }
          @media only screen and (max-width: 767px) {
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .input-group .full-content .full-col .wpcf7-list-item-label {
              font-size: 14px; } }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .input-group .full-content .full-col .wpcf7-list-item-label:before {
            border: 1px solid #002C7333; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit {
        margin: 30px 0;
        max-width: 100%;
        display: block;
        text-align: left;
        padding: 0 60px; }
        @media only screen and (max-width: 1023px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit {
            padding: 0px 60px; } }
        @media only screen and (max-width: 767px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit {
            padding: 0 50px; } }
        @media only screen and (max-width: 639px) {
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit {
            padding: 0 50px; } }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit .btn {
          margin-right: 20px; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit .btn.btn-small {
            height: inherit; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit .btn:last-child {
            margin-right: 0; }
          @media screen and (max-width: 479px) {
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit .btn {
              width: 100%;
              margin-right: 0;
              margin-bottom: 10px; } }
          @media screen and (max-width: 767px) {
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit .btn:last-child {
              margin-bottom: 0; } }
          @media screen and (max-width: 767px) {
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section .submit-btn .btn-submit .btn:first-child {
              margin-bottom: 15px; } }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section p {
        color: #000; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section p a {
          color: #E2231A; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .register-form-section p a:hover {
            color: #002C73; }
      .form-pages-main-wrap .contact-form-section .form-main-wrapper .reset-form-section form {
        width: 100%; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .reset-form-section form .btn-submit {
          max-width: 100%;
          text-align: left;
          width: 100%; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .reset-form-section form .btn-submit input[type="submit"] {
            margin: 0; }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .reset-form-section form .form-control .full-col {
          padding: 0;
          text-align: left; }
          .form-pages-main-wrap .contact-form-section .form-main-wrapper .reset-form-section form .form-control .full-col input {
            background-color: #F9F9F9;
            border: 1px solid #002C7333; }
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .reset-form-section form .form-control .full-col input.error {
              border: 1px solid #f00; }
          @media only screen and (max-width: 767px) {
            .form-pages-main-wrap .contact-form-section .form-main-wrapper .reset-form-section form .form-control .full-col {
              padding: 0; } }
        .form-pages-main-wrap .contact-form-section .form-main-wrapper .reset-form-section form .input-group .ajax-message {
          margin: 0 0 0 -40px;
          text-align: left; }
    .form-pages-main-wrap .contact-form-section .form-boxed-layout {
      width: 100%;
      display: block;
      padding: 50px 50px;
      background-color: #fff;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 1023px) {
        .form-pages-main-wrap .contact-form-section .form-boxed-layout {
          padding: 40px; } }
      @media only screen and (max-width: 767px) {
        .form-pages-main-wrap .contact-form-section .form-boxed-layout {
          padding: 30px; } }
      @media only screen and (max-width: 639px) {
        .form-pages-main-wrap .contact-form-section .form-boxed-layout {
          padding: 20px; } }
      .form-pages-main-wrap .contact-form-section .form-boxed-layout .title-heading-with-line h2 {
        text-align: left; }
        .form-pages-main-wrap .contact-form-section .form-boxed-layout .title-heading-with-line h2:after {
          right: auto; }
      .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="text"], .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="email"], .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="tel"], .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="password"], .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="url"] {
        border: 1px solid rgba(0, 44, 115, 0.33);
        background-color: #f5f5f5 !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        color: #000; }
        .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="text"].error, .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="email"].error, .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="tel"].error, .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="password"].error, .form-pages-main-wrap .contact-form-section .form-boxed-layout input[type="url"].error {
          border: 1px solid #f00000; }
      .form-pages-main-wrap .contact-form-section .form-boxed-layout .select-styled {
        background-color: #f5f5f5 !important;
        border: 1px solid rgba(0, 44, 115, 0.33) !important; }
      .form-pages-main-wrap .contact-form-section .form-boxed-layout textarea {
        background: #f5f5f5 !important;
        border: 1px solid rgba(0, 44, 115, 0.33); }
    .form-pages-main-wrap .contact-form-section .error-message {
      text-align: left;
      display: inline-block;
      margin: 10px 0 0 0;
      color: #f00; }

.ajax-message {
  padding: 20px 25px;
  font-size: 14px;
  color: #002C73; }
  @media only screen and (max-width: 767px) {
    .ajax-message {
      padding: 0; } }
  .ajax-message .success-message {
    margin: 25px 0 0 !important;
    border: 2px dotted #398f14 !important;
    text-align: center;
    font-size: 14px;
    padding: 8px 15px !important;
    font-family: "SF Pro Text";
    font-weight: 500;
    color: #398f14;
    display: inline-block; }
  .ajax-message .error-message {
    text-align: center;
    margin: 25px 0 0 !important;
    color: #f00000;
    font-size: 14px;
    display: inline-block;
    font-family: "SF Pro Text";
    font-weight: 500;
    padding: 8px 10px;
    border: 2px dotted #f00000; }

.forgot-password .form-pages-main-wrap .contact-form-section .form-boxed-layout {
  width: 585px;
  display: table;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .forgot-password .form-pages-main-wrap .contact-form-section .form-boxed-layout {
      width: 100%; } }

.account-verification .form-pages-main-wrap .contact-form-section .form-boxed-layout {
  width: 585px;
  display: table;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .account-verification .form-pages-main-wrap .contact-form-section .form-boxed-layout {
      width: 100%; } }

.member-login .form-pages-main-wrap .contact-form-section .form-boxed-layout {
  display: flex; }
  .member-login .form-pages-main-wrap .contact-form-section .form-boxed-layout .ajax-message {
    margin: 0;
    padding: 0; }
    .member-login .form-pages-main-wrap .contact-form-section .form-boxed-layout .ajax-message .error-message {
      margin: 10px 0 0 0 !important; }
    .member-login .form-pages-main-wrap .contact-form-section .form-boxed-layout .ajax-message .success-message {
      margin: 10px 0 0 0 !important; }

.reset-password .form-pages-main-wrap .contact-form-section .form-boxed-layout {
  width: 585px;
  display: table;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .reset-password .form-pages-main-wrap .contact-form-section .form-boxed-layout {
      width: 100%; } }

ul.member-listing-with-border {
  margin: 0 -30px;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    ul.member-listing-with-border {
      margin: 0 -15px; } }
  @media screen and (max-width: 639px) {
    ul.member-listing-with-border {
      margin: 0; } }
  ul.member-listing-with-border li {
    width: calc(33.33% - 60px);
    margin: 0 30px;
    display: inline-block; }
    @media screen and (max-width: 1023px) {
      ul.member-listing-with-border li {
        margin: 0 15px 25px;
        width: calc(33.33% - 30px); } }
    @media screen and (max-width: 767px) {
      ul.member-listing-with-border li {
        width: calc(50% - 30px);
        margin-bottom: 25px; } }
    @media screen and (max-width: 639px) {
      ul.member-listing-with-border li {
        width: 100%;
        margin: 0 0 25px; } }
    ul.member-listing-with-border li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        ul.member-listing-with-border li:last-child {
          margin-bottom: 0px; } }
    @media screen and (max-width: 767px) {
      ul.member-listing-with-border li:nth-last-child(2) {
        margin-bottom: 0px; } }
    @media screen and (max-width: 639px) {
      ul.member-listing-with-border li:nth-last-child(2) {
        margin-bottom: 25px; } }
    ul.member-listing-with-border li .listing-box {
      border: 1px solid #707070;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px 10px 25px 30px; }
      @media screen and (max-width: 1023px) {
        ul.member-listing-with-border li .listing-box {
          padding: 25px 15px; } }

.member-thumb {
  width: 21.51%;
  padding-bottom: 19.575%;
  background-color: #ECECEC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.member-desc {
  width: 78.49%;
  padding-left: 20px; }

.member-desc p {
  padding-bottom: 0; }

.member-desc a {
  font-size: 16px;
  color: #000; }
  @media screen and (max-width: 1023px) {
    .member-desc a {
      font-size: 14px; } }
  @media screen and (max-width: 639px) {
    .member-desc a {
      font-size: 16px; } }

.member-desc a:hover, .member-desc a:focus {
  color: #E2231A; }

ul.member-listing {
  margin: 0 -30px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    ul.member-listing {
      margin: 0 -15px; } }
  @media screen and (max-width: 639px) {
    ul.member-listing {
      margin: 0; } }
  ul.member-listing li {
    width: calc(33.33% - 60px);
    margin: 0 30px 35px;
    display: inline-block; }
    @media screen and (max-width: 1023px) {
      ul.member-listing li {
        margin: 0 15px 25px;
        width: calc(33.33% - 30px); } }
    @media screen and (max-width: 767px) {
      ul.member-listing li {
        width: calc(50% - 30px);
        margin-bottom: 25px; } }
    @media screen and (max-width: 639px) {
      ul.member-listing li {
        width: 100%;
        margin: 0 0 25px; } }
    ul.member-listing li.no-post-found {
      width: 100% !important;
      font-size: 18px;
      font-weight: 700;
      color: #E2231A;
      padding: 10px; }
      ul.member-listing li.no-post-found h3 {
        font-size: 18px; }
    ul.member-listing li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        ul.member-listing li:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      ul.member-listing li:nth-last-child(2) {
        margin-bottom: 0; } }
    ul.member-listing li .listing-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0px 0px 0px 0px; }
    ul.member-listing li a {
      font-size: 16px;
      color: #000;
      font-weight: 400; }
      @media screen and (max-width: 1023px) {
        ul.member-listing li a {
          font-size: 14px; } }
      @media screen and (max-width: 639px) {
        ul.member-listing li a {
          font-size: 16px; } }
      ul.member-listing li a:hover, ul.member-listing li a:focus {
        color: #E2231A; }

ul.alphabet-listing {
  padding: 0 20px;
  margin: 0;
  border: 1px solid #707070; }
  @media screen and (max-width: 767px) {
    ul.alphabet-listing {
      padding: 0 10px;
      text-align: center; } }
  ul.alphabet-listing li {
    display: inline-block;
    margin-right: 6px;
    position: relative; }
    ul.alphabet-listing li:after {
      position: absolute;
      content: "";
      background: #E2231A;
      width: 0;
      height: 2px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
    ul.alphabet-listing li.active:after {
      width: 100%;
      opacity: 1;
      visibility: visible; }
    ul.alphabet-listing li:hover:after {
      width: 100%;
      opacity: 1;
      visibility: visible; }

.filter-listing {
  display: flex; }
  @media screen and (max-width: 767px) {
    .filter-listing {
      flex-wrap: wrap; } }

.all-listing {
  margin-right: 10px;
  background: #000;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .all-listing {
      margin-right: 0;
      width: 100%; } }
  .all-listing a {
    line-height: 1;
    padding: 0 28px;
    color: #fff;
    font-family: "SF Pro Text";
    font-size: 18px;
    font-weight: 700; }
    @media screen and (max-width: 1023px) {
      .all-listing a {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .all-listing a {
        font-size: 18px;
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 0; } }

.value {
  display: inline-block; }
  .value a {
    font-size: 18px;
    font-weight: 700;
    font-family: "SF Pro Text";
    color: #000;
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: 20px 5px; }
    @media screen and (max-width: 1400px) {
      .value a {
        padding: 6px 4px; } }
    @media screen and (max-width: 1199px) {
      .value a {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .value a {
        padding: 10px 5px; } }

ul.directory-filter-listing {
  margin: 40px 0 40px;
  padding: 0; }
  ul.directory-filter-listing > li {
    display: inline-block;
    max-width: 300px;
    margin-right: 40px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      ul.directory-filter-listing > li {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px; } }
    ul.directory-filter-listing > li:last-child {
      margin-right: 0; }
    ul.directory-filter-listing > li .rev-select .select-styled {
      border: 1px solid rgba(0, 44, 115, 0.33); }
      ul.directory-filter-listing > li .rev-select .select-styled:after {
        background: #f5f5f5 url(../images/select-orange-icon.svg) 90% center no-repeat; }
      ul.directory-filter-listing > li .rev-select .select-styled.active:after {
        background: #f5f5f5 url("../images/select-orange-icon-active.svg") 90% center no-repeat; }
      ul.directory-filter-listing > li .rev-select .select-styled .select-options {
        border: 1px solid rgba(0, 44, 115, 0.33);
        border-top: none; }
    ul.directory-filter-listing > li .rev-select .select-options {
      min-height: 200px; }

ul.series-listing {
  padding: 0;
  margin: 0; }
  ul.series-listing li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px; }

.all {
  display: block;
  width: 100%; }
  .all .value a {
    width: auto;
    padding: 0 7px; }

.member-loader {
  width: 100%;
  text-align: center; }

.directory-listing {
  width: 100%;
  padding: 10px 0 85px; }

.filter-content {
  padding: 25px 0; }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

.ms-choice > span.placeholder {
  color: #999; }

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px; }

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url("multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); }

.ms-search, .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px; }

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static; }

.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

.ms-drop ul > li.multiple {
  display: block;
  float: left; }

.ms-drop ul > li.group {
  clear: both; }

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap; }

.ms-drop ul > li label.optgroup {
  font-weight: bold; }

.ms-drop input[type="checkbox"] {
  vertical-align: middle; }

.ms-drop .ms-no-results {
  display: none; }

.footer-main {
  background: #002C73; }
  .footer-main .top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .footer-main .top-footer {
        display: block; } }
    @media screen and (max-width: 639px) {
      .footer-main .top-footer {
        padding-bottom: 15px; } }
    .footer-main .top-footer .top-footer-left {
      width: 28%;
      background: #fff;
      -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
      margin-top: -38px;
      height: 100%;
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        .footer-main .top-footer .top-footer-left {
          width: 100%;
          margin-bottom: 35px; } }
      .footer-main .top-footer .top-footer-left .top-footer-left-info {
        text-align: center;
        padding: 52px 45px; }
        @media screen and (max-width: 1199px) {
          .footer-main .top-footer .top-footer-left .top-footer-left-info {
            padding: 52px 30px; } }
        @media screen and (max-width: 1023px) {
          .footer-main .top-footer .top-footer-left .top-footer-left-info {
            padding: 25px 15px;
            margin-bottom: 10px; } }
        .footer-main .top-footer .top-footer-left .top-footer-left-info .top-footer-left-info-logo {
          max-width: 300px;
          width: 100%;
          margin: 0 auto 45px; }
          .footer-main .top-footer .top-footer-left .top-footer-left-info .top-footer-left-info-logo img {
            width: 100%; }
            @media screen and (max-width: 1023px) {
              .footer-main .top-footer .top-footer-left .top-footer-left-info .top-footer-left-info-logo img {
                width: 100%; } }
      .footer-main .top-footer .top-footer-left .top-footer-left-info-social {
        padding-top: 85px; }
        .footer-main .top-footer .top-footer-left .top-footer-left-info-social .social-listing h6 {
          font-size: 16px;
          color: #E2231A;
          font-weight: 700;
          margin-bottom: 15px; }
        .footer-main .top-footer .top-footer-left .top-footer-left-info-social .social-listing ul.social-media {
          display: flex;
          justify-content: center;
          margin: 0;
          padding: 0; }
          .footer-main .top-footer .top-footer-left .top-footer-left-info-social .social-listing ul.social-media li {
            list-style: none;
            color: #fff;
            background: #002C73;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            margin: 0 7px;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            transition: 0.5s all ease-in-out;
            cursor: pointer; }
            .footer-main .top-footer .top-footer-left .top-footer-left-info-social .social-listing ul.social-media li:hover {
              background: #E2231A; }
            .footer-main .top-footer .top-footer-left .top-footer-left-info-social .social-listing ul.social-media li a {
              color: #fff; }
    .footer-main .top-footer .top-footer-right {
      width: 72%;
      display: flex;
      padding: 48px 0px 48px 60px; }
      @media screen and (max-width: 1023px) {
        .footer-main .top-footer .top-footer-right {
          width: 100%;
          padding: 20px 0; } }
      @media screen and (max-width: 767px) {
        .footer-main .top-footer .top-footer-right {
          flex-wrap: wrap; } }
      @media screen and (max-width: 639px) {
        .footer-main .top-footer .top-footer-right {
          padding: 0; } }
      .footer-main .top-footer .top-footer-right h3 {
        color: #fff;
        font-family: "SF Pro Text";
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 30px; }
        @media screen and (max-width: 1400px) {
          .footer-main .top-footer .top-footer-right h3 {
            font-size: 22px; } }
        @media screen and (max-width: 1199px) {
          .footer-main .top-footer .top-footer-right h3 {
            font-size: 20px; } }
        .footer-main .top-footer .top-footer-right h3:after {
          position: absolute;
          content: "";
          left: 0;
          background: #fff;
          width: 40px;
          height: 3px;
          bottom: 0; }
          @media screen and (max-width: 639px) {
            .footer-main .top-footer .top-footer-right h3:after {
              left: 0;
              right: 0;
              margin: 0 auto; } }
      .footer-main .top-footer .top-footer-right ul {
        margin: 0;
        padding: 0; }
        .footer-main .top-footer .top-footer-right ul li {
          color: #fff;
          list-style: none;
          font-size: 16px;
          font-family: "SF Pro Text";
          font-weight: 400;
          margin-bottom: 22px; }
          @media screen and (max-width: 1400px) {
            .footer-main .top-footer .top-footer-right ul li {
              margin-bottom: 5px; } }
          .footer-main .top-footer .top-footer-right ul li a {
            color: #fff;
            font-size: 16px;
            font-family: "SF Pro Text";
            font-weight: 400; }
            @media screen and (max-width: 1400px) {
              .footer-main .top-footer .top-footer-right ul li a {
                font-size: 14px; } }
            .footer-main .top-footer .top-footer-right ul li a:hover {
              color: #E2231A; }
          .footer-main .top-footer .top-footer-right ul li.current-menu-item a {
            color: #E2231A; }
      .footer-main .top-footer .top-footer-right .top-footer-right-first-block {
        width: 26%;
        padding-right: 10px; }
        @media screen and (max-width: 767px) {
          .footer-main .top-footer .top-footer-right .top-footer-right-first-block {
            width: 50%;
            margin-bottom: 25px; } }
        @media screen and (max-width: 639px) {
          .footer-main .top-footer .top-footer-right .top-footer-right-first-block {
            width: 100%;
            text-align: center;
            margin-bottom: 45px; } }
      .footer-main .top-footer .top-footer-right .top-footer-right-second-block {
        width: 25%;
        padding-right: 10px; }
        @media screen and (max-width: 767px) {
          .footer-main .top-footer .top-footer-right .top-footer-right-second-block {
            width: 50%; } }
        @media screen and (max-width: 639px) {
          .footer-main .top-footer .top-footer-right .top-footer-right-second-block {
            width: 100%;
            margin-bottom: 45px;
            text-align: center; } }
      .footer-main .top-footer .top-footer-right .top-footer-right-third-block {
        width: 45%; }
        @media screen and (max-width: 767px) {
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block {
            width: 100%;
            margin-bottom: 25px; } }
        @media screen and (max-width: 639px) {
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block {
            width: 100%;
            text-align: center;
            margin-bottom: 0; } }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block form p {
          color: #fff; }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="checkbox"] {
          position: absolute;
          opacity: 0; }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="checkbox"] + .wpcf7-list-item-label {
            font-size: 14px;
            font-family: "SF Pro Text";
            font-weight: 400;
            position: relative;
            cursor: pointer;
            padding: 0;
            display: block;
            margin: 0;
            text-align: left;
            padding-left: 35px; }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="checkbox"] + .wpcf7-list-item-label:before {
            content: '';
            position: absolute;
            left: 0;
            margin-right: 12px;
            width: 20px;
            height: 20px;
            background: #F9F9F9;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
            background: #f5f5f5 url("../images/checkmark-icon.svg") center center no-repeat;
            background-size: 15px 10px;
            background-position: center center; }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .terms_opt a {
          color: #fff;
          font-size: 14px; }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .terms_opt a:hover {
            color: #E2231A; }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control {
          margin-bottom: 20px; }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box {
            position: relative;
            margin-bottom: 0; }
            .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box input[type="email"] {
              padding: 0 60px 0 15px;
              background-color: #fff;
              height: 60px;
              line-height: 60px;
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              border-radius: 3px;
              border: none; }
              @media screen and (max-width: 767px) {
                .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box input[type="email"] {
                  height: 55px;
                  line-height: 55px; } }
            .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box input[type="submit"] {
              position: absolute;
              top: 0;
              height: 60px;
              line-height: 60px;
              right: 0;
              font-size: 0 !important;
              cursor: pointer; }
              .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box input[type="submit"]:hover, .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box input[type="submit"]:focus {
                background-color: #000; }
              @media screen and (max-width: 1199px) {
                .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box input[type="submit"] {
                  height: 55px;
                  line-height: 55px; } }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control select {
            background-color: #fff;
            color: #002C73; }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control .select-styled {
            background: #fff;
            color: #002C73;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px; }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control .select-options {
            padding: 10px 15px; }
            .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control .select-options li {
              color: #000;
              margin-bottom: 0; }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="submit"] {
          background: #E2231A url("../images/arrow-pointing-to-right.svg") center center no-repeat !important;
          font-size: 0;
          padding: 28px 40px; }
          @media screen and (max-width: 1400px) {
            .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="submit"] {
              padding: 28px 30px !important;
              background-size: 32px; } }
          @media screen and (max-width: 1199px) {
            .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="submit"] {
              padding: 28px 30px !important;
              background-size: 25px; } }
          .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="submit"]:hover, .footer-main .top-footer .top-footer-right .top-footer-right-third-block form input[type="submit"]:focus {
            background: #000 url("../images/arrow-pointing-to-right.svg") center center no-repeat !important; }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block form ::-webkit-input-placeholder {
          color: #002C73;
          font-size: 16px; }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block form :-ms-input-placeholder {
          color: #002C73;
          font-size: 16px; }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block form ::placeholder {
          color: #002C73;
          font-size: 16px; }
        .footer-main .top-footer .top-footer-right .top-footer-right-third-block .wpcf7-mail-sent-ok {
          border: 2px dotted #fff !important;
          color: #fff !important; }
  .footer-main .bottom-footer {
    background: rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    text-align: center; }
    .footer-main .bottom-footer .site-info {
      color: #fff;
      font-size: 12px; }

@media screen and (max-width: 1400px) {
  .woocommerce-page .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box input[type="submit"] {
    padding: 28px 23.5px !important;
    background-size: 32px; } }

@media screen and (max-width: 1199px) {
  .woocommerce-page .footer-main .top-footer .top-footer-right .top-footer-right-third-block form .form-control.email-box input[type="submit"] {
    padding: 28px 23.5px !important;
    background-size: 25px; } }

/*==========================================================================
     underconstruction page
  * ========================================================================*/
