@font-face {
  font-family: "OfficinaSansExtraBoldC";
  src: url("../fonts/OfficinaSansExtraBold.eot");
  src: url("../fonts/OfficinaSansExtraBold.eot") format("embedded-opentype"),
    url("../fonts/OfficinaSansExtraBold.woff") format("woff"),
    url("../fonts/OfficinaSansExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "OfficinaSansBoldC";
  src: url("../fonts/OfficinaSansBold.eot");
  src: url("../fonts/OfficinaSansBold.eot") format("embedded-opentype"),
    url("../fonts/OfficinaSansBold.woff") format("woff"),
    url("../fonts/OfficinaSansBold.ttf") format("truetype");
}

@font-face {
  font-family: "OfficinaSansBookC";
  src: url("../fonts/OfficinaSansBook.eot");
  src: url("../fonts/OfficinaSansBook.eot") format("embedded-opentype"),
    url("../fonts/OfficinaSansBook.woff") format("woff"),
    url("../fonts/OfficinaSansBook.ttf") format("truetype");
}

html {
  overflow-x: hidden;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: OfficinaSansExtraBoldC, sans-serif;
}

p {
  font-size: 17px;
  font-weight: 400;
  font-family: OfficinaSansBookC, sans-serif;
  color: #000;
  line-height: 1.4;
  margin-bottom: 15px;
}

strong {
  font-weight: 700;
  color: #002c55;
}

em,
li,
li a {
  font-size: 13px;
  font-weight: 500;
  font-family: OfficinaSansBookC, sans-serif;
  color: #515769;
}

a {
  font-family: OfficinaSansBookC, sans-serif;
  color: #002c55;
  outline: 0;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: OfficinaSansBookC, sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  font-family: OfficinaSansBoldC, sans-serif;
  color: #bfc1c7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: OfficinaSansExtraBoldC, sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 1.4;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #515769;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus,
h2 > a:focus,
h3 > a:focus,
h4 > a:focus,
h5 > a:focus,
h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 17px;
}

::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

.float-rg {
  float: right;
}

.float-lf {
  float: left;
}

.white {
  color: #fff;
}

.color-b {
  color: #002c55;
}

.alignCenter {
  text-align: center;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Dropdown toogle */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 20px;
  left: -15px;
}

#myTabContent {
  position: relative;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

table td {
  border: 1px solid #002c55;
  padding: 5px;
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}

.responsive-table td {
  border: none;
}

@media (min-width: 48em) {
  .responsive-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #002c55;
  border: 1px solid #fff;
  font-weight: normal;
  text-align: center;
  color: white;
}
/*.responsive-table thead th:first-of-type {
  text-align: left;
  }*/
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.responsive-table tbody th[scope="row"] {
  background-color: #002c55;
  color: white;
}
@media (min-width: 30em) {
  .responsive-table tbody th[scope="row"] {
    border-bottom: 1px solid #002c55;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #333;
    text-align: left;
  }
}
.responsive-table tbody td {
  text-align: right;
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    border-bottom: 1px solid #002c55;
    text-align: center;
  }
}

.responsive-table tbody td[data-type="currency"] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 0.8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

main {
  min-height: 800px;
}

.tabs > div {
  padding-top: 10px;
}

.tabs .tabs-link {
  margin: 0 0 20px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}

.tabs .tabs-link li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 15px;
}

.tabs.style .tabs-link li {
  background: #002c55;
  color: #fff;
  padding: 10px;
  margin-right: 0;
  border-radius: 10px 10px 0 0;
  font: 14px/16px "OfficinaSansBookC", Arial, Helvetica, sans-serif;
  margin-right: 1px;
}

.tabs.style .tabs-link span a {
  background: #002c55;
  color: #fff;
  padding: 10px;
  margin-right: 0;
  border-radius: 10px 10px 0 0;
  font: 14px/16px "OfficeTypeSansC", Arial, Helvetica, sans-serif;
  margin-right: 1px;
}

.tabs.style .tabs-link li.active,
.tabs.style .tabs-link li.active:hover {
  color: #fff;
  background: #ca141b;
}

.tabs.style .tabs-link li:hover {
  color: #fff;
  background: #ca141b;
}

.tabs .tabs-link li.active,
.tabs .tabs-link li.active:hover {
  color: #ca141b;
}

.tabs .tabs-link li:hover {
  color: #ca141b;
}

.tabs > div ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.tabs > div ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.tabs > div ul li:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #ca141b;
  border-radius: 50%;
}

.tabs .accardion div ul li:after {
  display: none;
}

.tabs > div .history-items {
  margin-bottom: 20px;
}

.tabs > div ul.list li {
  padding: 5px 10px;
  min-height: 100%;
  font: 14px/16px "OfficeTypeSansC", Arial, Helvetica, sans-serif;
  min-width: 75px;
  text-align: center;
}

.tabs > div ul.list li:after {
  display: none;
}

/*------------------------------------------------------------------
  	[Blockquote]
  	------------------------------------------------------------------*/
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #17bed2;
  content: "“";
}

/*------------------------------------------------------------------
  	[Button]
  	------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus,
.btn-theme:active:focus,
.btn-theme.active:focus,
.btn-theme.focus,
.btn-theme:active.focus,
.btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active,
.btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled,
.btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
  pointer-events: none;
}

.btn-icon {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.btn-white-bg {
  color: #515769;
  background: #fff;
  border-color: transparent;
  border-width: 0;
}

.btn-white-bg:hover,
.btn-white-bg:focus,
.btn-white-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: #fff;
  border-width: 2px;
}

.btn-white-brd:hover,
.btn-white-brd:focus,
.btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: #fff;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover,
.btn-default-bg:focus,
.btn-default-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 40px;
}

.btn-theme-md {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 30px;
}

.btn-reg {
  z-index: 999;
  margin-bottom: 10px;
}

.btn-izho {
  color: #fff;
  padding: 6px 77px 6px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 0;
}

.btn_b {
  color: #002c55;
}

.btn-1 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn-1 span {
  color: #fff;
  z-index: 20;
}
.btn-1:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-1:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.caldera-grid .alert-warning {
  display: none;
}

.caldera-forms-modal {
  color: #fff;
  background: #cb333b;
  text-transform: uppercase;
  padding: 8px 58px 8px;
  display: inline-block;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 0;
}

.caldera-forms-modal:hover {
  text-decoration: none;
  background: #db4535;
  color: #fff;
}

.btn-regis {
  color: #fff;
  background: #cb333b;
  text-transform: uppercase;
  padding: 8px 58px 8px;
  display: inline-block;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 0;
}

.btn-regis:hover {
  text-decoration: none;
  background: #db4535;
  color: #fff;
}

button:focus {
  background-color: #fff;
}

/*------------------------------------------------------------------
  	[Header IMG]
  	------------------------------------------------------------------*/

/*    .header_img {  
      height: 426px;
      overflow: hidden;
      background: url(../../../../wp-content/uploads/2017/05/4.jpg) no-repeat;
      background-position: 50% 35%;   
      background-size: cover; 
      } */

.results_izho .results_izho-left img {
  width: 100%;
}

.results_izho .results_izho-right {
  text-align: center;
  padding-top: 125px;
  text-transform: uppercase;
}

.results_izho .results_izho-right img {
  width: 50%;
}

.results_izho .results_izho-right .h1 {
  font-size: 40px;
  font-family: OfficinaSansBoldC, sans-serif;
  margin-bottom: 5px;
}

.results_izho .results_izho-right .h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-family: OfficinaSansBookC, sans-serif;
}

.section_two img {
  width: 100%;
}

/*------------------------------------------------------------------
  	[Promo Banner]
  	------------------------------------------------------------------*/
.promo-banner {
  position: relative;
  z-index: 1;
  background: url(../img/firstparkpresident.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
  min-height: 100%;
}

.promo-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(81, 87, 105, 0.4);
  content: " ";
}

.promo-banner .promo-banner-title {
  font-size: 50px;
  color: #fff;
}

.promo-banner .promo-banner-text {
  font-size: 20px;
  color: #fff;
  opacity: 0.8;
}

.post p {
  font-size: 20px;
  font-weight: 400;
  font-family: OfficinaSansBookC, sans-serif;
  color: #072c49;
  line-height: 1;
  margin-bottom: 15px;
}

/*------------------------------------------------------------------
    [Canvas]
    ------------------------------------------------------------------*/
/*canvas{
    background-color: #cb333b;
    }*/

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  #particles-js {
    display: none;
  }
}

/*------------------------------------------------------------------
  	[Promo Block]
  	------------------------------------------------------------------*/

.promo-block {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../img/Expo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 285px 0 270px;
}

.promo-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(81, 87, 105, 0.4);
  content: " ";
}

.promo-block .promo-block-title {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
}

.promo-block .promo-block-title sup {
  font-size: 33px;
}

@media (max-width: 480px) {
  .promo-block {
    padding: 150px 0 50px;
  }

  .promo-block .promo-block-title {
    font-size: 34px;
  }
  .promo-block .promo-block-title sup {
    font-size: 20px;
  }
}

@media (min-width: 1690px) {
  .promo-block {
    padding: 350px 0 350px;
  }
}

.promo-block .promo-block-text {
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 480px) {
  .promo-block .promo-block-text {
    font-size: 23px;
  }
}

/*------------------------------------------------------------------
  	[Service]
  	------------------------------------------------------------------*/
.service {
  background: #fff;
  padding: 50px;
}

.service .service-element,
.service .service-info {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service .service-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.service:hover .service-element {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service:hover .service-info {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.venue-block {
  position: relative;
  padding: 110px 0 110px;
}

.venue-block .venue-block-title {
  text-transform: uppercase;
}

/*------------------------------------------------------------------
  	[Awards]
  	------------------------------------------------------------------*/
/* Overlay */
/*   .awards {
      position: relative;
      display: block;
      }*/

.izho-overlay {
  position: relative;
  cursor: pointer;
}

.izho-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.snip {
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: #fff;
  width: 150px;
  height: 43px;
  border-radius: 10px;
  line-height: 42px;
  background: #cb333b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.snip a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.snip img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.snip:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.snip:hover span {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Popup */
.izho-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  background: rgba(81, 87, 105, 0.4);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.izho-popup-overlay-show {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.izho-popup-content {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  width: 1000px;
  height: auto;
  display: block;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.izho-popup-content-divider {
  border-right: 1px solid #cdcecf;
}

@media (max-width: 768px) {
  .izho-popup-content {
    width: 95%;
  }
  .izho-popup-content-divider {
    border-right: none;
    border-bottom: 1px solid #cdcecf;
  }
}

.izho-popup-close {
  float: right;
  font-size: 13px;
  font-weight: 700;
  color: #c5c6cb;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.izho-popup-close:hover {
  color: #aaacb3;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Tag */
.izho-popup-tag {
  margin: 0;
}

.izho-popup-tag-item {
  padding: 0 2px;
}

.izho-popup-tag-link {
  font-size: 13px;
}

/*------------------------------------------------------------------
    [Meet our team]
    ------------------------------------------------------------------*/

.blocks_img {
  position: relative;
  border-radius: 50%;
  height: 70%;
  margin-top: 10px;
}

.modalTrigger {
  cursor: pointer;
  color: #816cad;
}

.blocks_item {
  z-index: 0;
  height: 310px;
  margin-bottom: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 1px #e2e9ed;
  padding: 10px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
}

.blocks_item:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: box-shadow 0.2s ease, z-index 0s 0s ease,
    -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease,
    -webkit-transform 0.2s ease;
}

@media only screen and (max-width: 480px) {
  .izho_team {
    margin-top: 100px;
    text-align: center;
  }

  .blocks_item {
    height: auto;
  }

  .blocks_img {
    width: 70%;
  }
}

/*------------------------------------------------------------------
    [Numbers]
    ------------------------------------------------------------------*/

.izho-numbers h1 {
  display: inline;
  margin-bottom: 0;
  line-height: 0.8;
  margin-top: 20px;
}

.izho-numbers {
  margin-top: 50px;
  color: #515769;
}

.izho-numbers span {
  font-size: 48px;
  display: inline;
  line-height: 0.5;
  color: #515769;
}

.izho-numbers .numbers-text {
  font-size: 18px;
}

@media only screen and (max-width: 480px) {
  .numbers {
    margin-bottom: 40px;
  }

  .last {
    margin-bottom: 0;
  }
}

/*------------------------------------------------------------------
  	[Gallery_WP]
  	------------------------------------------------------------------*/

#gallery-1 .gallery-item img {
  border: none;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------
  	[Footer]
  	------------------------------------------------------------------*/
.footer {
  background-color: #002c55;
  color: #fff;
  text-transform: uppercase;
  font-family: OfficinaSansBoldC, sans-serif;
}

.footer p {
  color: #fff;
}

.footer strong {
  color: #fff;
}

.footer .footer-logo {
  width: 100%;
  height: auto;
  margin-right: 40px;
  float: left;
}

.footer .footer-title .number {
  font-size: 80px;
  line-height: 70px;
  float: left;
}

.footer .footer-title sup {
  font-size: 22px;
  top: -1.8em;
}

.footer .footer-title .text-lg {
  font-size: 23px;
  padding-left: 10px;
  float: left;
}

.footer .text-sm {
  padding-top: 20px;
  font-family: OfficinaSansBookC, sans-serif;
  float: right;
}

.footer .footer-list-item {
  color: #777984;
  margin-bottom: 15px;
}

.footer .footer-list-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .footer .footer-logo {
    width: 100%;
    margin-right: 6px;
    float: none;
  }
  .footer .footer-title {
    display: inline-block;
    vertical-align: middle;
  }
  .footer .text-sm {
    float: none;
  }
  .footer .footer-title .number {
    font-size: 54px;
    display: inline-block;
    float: none;
  }
  .footer .footer-title sup {
    font-size: 14px;
  }
  .footer .footer-title .text-lg {
    font-size: 18px;
    display: inline-block;
    float: none;
  }
  .footer .text-sm {
    text-align: center;
  }
}

/*------------------------------------------------------------------
  	[Header]
  	------------------------------------------------------------------*/
/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
  text-align: center;
}

/* Navbar */
.header .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 300ms;
  transition-property: all;
  margin-bottom: 0;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.navbar {
  margin-bottom: 0 !important;
}

.header .navbared {
  background: #b6bfc61f;
  border-bottom-color: #f0f0f0;
}

.header .navbar-nav {
  float: none;
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before,
.header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before,
.header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
  display: none;
}

.header .logo-wrap {
  display: inline-block;
  padding: 15px 0;
}

.header .logo-wrap:focus,
.header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: 146px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
/*.header .nav-item {
  position: relative;
  display: block;
  }*/

.header .menu-container li:last-child a {
  padding-right: 0;
}

.header .menu-container li.active a:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .menu-container li:hover a:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.js .header .menu-container a {
  position: relative;
  display: block;
  font-size: 13px;
  font-family: OfficinaSansBookC, sans-serif;
  color: #fff;
  text-transform: uppercase;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.js.page-on-scroll .menu-container a {
  color: #000;
}

.header .menu-container .sub-menu a {
  padding: 0;
}

.js .header .menu-container > ul > li:hover > ul {
  opacity: 1;
  display: block;
}

.menu-container > ul > li .sub-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 135px;
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.js .header .menu-container .menu-container > ul > li > ul li {
  margin-bottom: 5px;
}

.js .header .menu-container > ul > li .sub-menu li a {
  color: #002c55;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 5px;
}

.js .header .menu-container > ul > li > ul li a:hover {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.header .menu-container a:hover,
.header .menu-container a:focus {
  background: inherit;
}

.header .menu-container.menu-black a {
  color: #000;
}

.header .menu-container.menu-black a:hover,
.header .menu-container.menu-black a:focus {
  background: inherit;
}

.header .menu-container .sub-menu a:after {
  position: relative;
}

.header .menu-container .sub-menu a:hover {
  color: #7d3434;
}

.header .menu-container a:after {
  position: absolute;
  top: 24px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #db4535;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .menu-container #menu-menu > li {
  float: none;
  display: inline-block;
}

.header .menu-container > ul {
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .header .logo {
    display: inline-block;
    float: left;
    width: 75%;
    line-height: 65px;
  }
  .header .logo h1 {
    font-size: 23px;
  }
  .header .menu-container #menu-menu > li {
    float: none;
    display: block;
  }
  .header .menu-container a {
    color: #000;
  }
  .header .menu-container li:last-child a {
    padding-right: 10px;
  }

  .header .navbar {
    background: #b6bfc61f;
  }
}

@media (max-width: 468px) {
  .header .logo {
    display: inline-block;
    width: 245px;
    height: 150px;
    float: left;
    max-height: 95px;
    line-height: 65px;
  }

  .header .logo h1 {
    font-size: 22px;
    margin-top: 10px;
  }

  .menu-container > ul > li > ul {
    position: static;
    top: 0;
    left: 0;
    float: none;
  }

  .header .navbar {
    background: #b6bfc61f;
  }
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
  (Change it to any breakpoint you want to be collapsed) */
  .header {
    background: #fff;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before,
  .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    color: #515769;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
  .nav-item:hover .dropdown-menu {
    display: inherit;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .nav-item-hover:after {
    top: 29px;
  }
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .nav-item-child {
    color: #515769;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

.field {
  position: absolute;
  right: 5px;
  border: 0;
  width: 300px !important;
  padding: 10px 20px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
  transition: all 0.4s ease;
}

@media (max-width: 480px) {
  .field {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
}

/*------------------------------------------------------------------
  	[Contact]
  	------------------------------------------------------------------*/
.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
    ----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: 0.4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
  	------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

/*----------------------------------
  Google Map
  ------------------------------------*/
.gmap .gmap-address {
  border-bottom: 1px solid #edf0f2;
  text-align: center;
  background: #fff;
  padding: 30px;
  margin-bottom: 0;
}

#izho-flags .item {
  margin: 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#izho_fair .item {
  margin: 10px;
  text-align: center;
}

#izho_fair .item img {
  display: inline;
  width: 80%;
}

#izho_partners .item {
  margin: 10px;
  text-align: center;
}

#izho_partners .item img {
  display: inline;
  width: 80%;
}

.main__slider .izho-theme {
  padding-top: 0;
}

.bg-slider {
  background-color: #f0f0f0;
}

.izho-theme_flag {
  background-color: #f0f0f0;
  padding: 10px 0;
}

.izho-theme {
  position: relative;
}
.izho-theme .owl-next,
.izho-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.izho-theme .owl-next span,
.izho-theme .owl-prev span {
  font-size: 85px;
  line-height: 0.5;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.izho-theme .owl-prev {
  left: 20px;
}
.izho-theme .owl-next {
  right: 20px;
}

.izho-theme.minus-margin .owl-prev {
  left: -80px;
}
.izho-theme.minus-margin .owl-next {
  right: -80px;
}

.izho-theme .owl-next span:hover,
.izho-theme .owl-prev span:hover {
  opacity: 1;
}
.izho-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.izho-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.izho-slider {
  height: 400px;
  width: auto;
}

.izho-slider .item {
  height: 400px;
  overflow: hidden;
}

.izho-slider .item img {
  background-position: center center;
  background-size: cover;
}

@media (max-width: 480px) {
  .izho-theme.minus-margin .owl-prev {
    left: 0;
  }
  .izho-theme.minus-margin .owl-next {
    right: 0;
  }
}

/*------------------------------------------------------------------
    [Program Slider]
    ------------------------------------------------------------------*/

.main__slider .main__slider-big {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 4px 5px 0 #afafaf;
  box-shadow: 0 4px 5px 0 #afafaf;
}

.main__slider .main__slider-big .item {
  height: 425px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 7px;
}

.main__slider .main__slider-big .item > img {
  display: none;
}

.main__slider .main__slider-big .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main__slider .main__slider-big .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 16px;
}

.main__slider .main__slider-big .owl-dots .owl-dot {
  margin-right: 12px;
  float: left;
}

.main__slider .main__slider-big .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #002c55;
  display: block;
}

.main__slider .main__slider-big .owl-dots .owl-dot.active span {
  background: #fff;
}

/*------------------------------------------------------------------
    [Education Fair]
    ------------------------------------------------------------------*/

.promo_bg {
  background: url(../img/header.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 302px 0 302px;
}

.promo_bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  content: " ";
}

.logos {
  text-align: center;
}

.logos img {
  display: inline;
  width: 80%;
}

@media (max-width: 480px) {
  .promo_bg {
    padding: 150px 0 50px;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]
    ------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: 0.8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
    [Text Colors]
    ------------------------------------------------------------------*/
#partners {
}

#partners .partners-item {
  text-align: center;
}

#partners .partners-item img {
  width: 80%;
}

/*------------------------------------------------------------------
  	[Text Colors]
  	------------------------------------------------------------------*/
.color-base {
  color: #17bed2 !important;
}

.color-white {
  color: #fff !important;
}

.color-heading {
  color: #515769 !important;
}

.color-subtitle {
  color: #a6a7aa !important;
}

.color-link {
  color: #81848f !important;
}

.color-link-hover {
  color: #999caa !important;
}

.color-sky-light {
  color: #fafafa !important;
}

/*------------------------------------------------------------------
  	[Background Colors]
  	------------------------------------------------------------------*/
.bg-color-base {
  background: #17bed2 !important;
}

.bg-color-white {
  background: #fff !important;
}

.bg-color-heading {
  background: #515769 !important;
}

.bg-color-subtitle {
  background: #a6a7aa !important;
}

.bg-color-link {
  background: #81848f !important;
}

.bg-color-link-hover {
  background: #999caa !important;
}

.bg-color-sky-light {
  background: #fafafa !important;
}

/*------------------------------------------------------------------
    [Row]
    ------------------------------------------------------------------*/
.row-space-2 {
  margin-right: -2px;
  margin-left: -2px;
}

.row-space-2 > [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

/*--------------------------------------------------
    [Container Full Width]
    ----------------------------------------------------*/
.container-full-width {
  margin-right: auto;
  margin-left: auto;
}

.container-full-width:before,
.container-full-width:after {
  content: " ";
  display: table;
}

.container-full-width:after {
  clear: both;
}

/*--------------------------------------------------
    [Container Small]
    ----------------------------------------------------*/
.container-sm {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-sm:before,
.container-sm:after {
  content: " ";
  display: table;
}

.container-sm:after {
  clear: both;
}

/* Media Queries below 768px */
@media (min-width: 768px) {
  .container-sm {
    width: 750px;
  }
}

/* Media Queries below 1200px */
@media (min-width: 1200px) {
  .container-sm {
    width: 970px;
  }
}

/*------------------------------------------------------------------
  	[Content]
  	------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Full Width]
    ------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
    [Font Weight]
    ----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
    ------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

.ml-auto {
  margin-left: auto !important;
}

/*------------------------------------------------------------------
    [Right margin]
    ------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------
    [Top margin]
    ------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
    ------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-4 {
  margin-bottom: 4px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
    ------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-4 {
    margin-bottom: 4px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
    ------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-4 {
    margin-bottom: 4px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
    ------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-4 {
    margin-bottom: 4px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
    ----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

@media only screen and (max-width: 480px) {
  .content-xs {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .js .header .menu-container a {
    color: #000000;
  }

  iframe {
    width: 315px;
    height: fit-content;
  }

  #awards img {
    padding-bottom: 10px;
  }

  .venue-block {
    padding: 0;
  }
}

@media (min-width: 1440px) {
  .auto-clear .col-lg-1:nth-child(12n + 1) {
    clear: left;
  }
  .auto-clear .col-lg-2:nth-child(6n + 1) {
    clear: left;
  }
  .auto-clear .col-lg-3:nth-child(4n + 1) {
    clear: left;
  }
  .auto-clear .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1920px) {
  .auto-clear .col-md-1:nth-child(12n + 1) {
    clear: left;
  }
  .auto-clear .col-md-2:nth-child(6n + 1) {
    clear: left;
  }
  .auto-clear .col-md-3:nth-child(4n + 1) {
    clear: both;
  }
  .auto-clear .col-md-4:nth-child(3n + 1) {
    clear: left;
  }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n + 1) {
    clear: left;
  }
  .auto-clear .col-sm-2:nth-child(6n + 1) {
    clear: left;
  }
  .auto-clear .col-sm-3:nth-child(4n + 1) {
    clear: both;
  }
  .auto-clear .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n + 1) {
    clear: left;
  }
  .auto-clear .col-xs-2:nth-child(6n + 1) {
    clear: left;
  }
  .auto-clear .col-xs-3:nth-child(4n + 1) {
    clear: left;
  }
  .auto-clear .col-xs-4:nth-child(3n + 1) {
    clear: left;
  }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
