@import "font-awesome.min.css";
@import "line-awesome.min.css";
._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}
ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
/*.sign-up-form  input:-moz-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input::-moz-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input:-ms-input-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input::-webkit-input-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;text-transform: uppercase;
  }*/
p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  color: #007AFF;
}
html {
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #011226;
  min-height: 100%;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left h2 {
  text-align: left;
}
.mar-b-25 {
  margin-bottom: 25px;
}
.column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.right-icon,
.left-icon {
  position: fixed;
  width: 35px;
  right: 0;
  top: 370px;
  z-index: 9999;
}
.right-icon a,
.left-icon a,
.right-icon .all-share,
.left-icon .all-share {
  display: block;
  color: #6B7B8C;
  text-align: center;
  padding: 5px 10px;
  line-height: normal;
}
.all-share {
  cursor: pointer;
}
.all-share .fa {
  position: relative;
  z-index: 2;
}
.all-share:hover .hide-icon {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}
.hide-icon {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translate(20%, -50%);
  -o-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.hide-icon a {
  display: inline-block;
}
.left-icon {
  right: auto;
  left: 0;
}
.toggle-menu {
  display: none;
}
.container-fluid {
  max-width: 1310px;
}
.logo {
  display: inline-block;
  margin: 0 !important;
  color: #007AFF;
  font-weight: 200;
  font-size: 24px;
}
.logo img {
  vertical-align: middle;
}
.logo i {
  font-size: 0 !important;
  display: none;
}
.mob-menu {
  display: none;
  padding-top: 5px;
}
.mob-menu .social {
  background: #007AFF;
  padding: 10px 15px;
}
.mob-menu .social a {
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.mob-menu .social a img {
  max-width: 11px;
  margin-bottom: 3px;
}
.mob-menu .container-fluid {
  display: block !important;
}
.mob-menu .container-fluid > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #6B7B8C;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #D1D6DB;
}
.mob-menu .container-fluid > ul {
  list-style: none;
  padding-left: 0;
}
.mob-menu .container-fluid > ul ul {
  list-style: none;
}
.mob-menu .container-fluid > ul ul li {
  margin-bottom: 10px;
}
.mob-menu .container-fluid > ul ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #6B7B8C;
  display: block;
  padding: 0 0 0 40px;
}
.mob-menu .container-fluid > ul > li {
  border-top: 1px solid #D1D6DB;
}
.mob-menu .container-fluid > ul > li:first-child {
  border-top: none;
}
.mob-menu .container-fluid > ul > li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #6B7B8C;
  display: block;
  padding: 10px 0;
}
.mob-menu .container-fluid > ul li.current-menu-item > a {
  color: #007AFF!important;
}
.mob-menu .filter-mob p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2D77F6;
}
.mob-menu .filter-mob ul {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
}
.mob-menu .filter-mob ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6B7B8C;
  display: block;
  padding: 5px 0;
}
.main-header {
  padding: 25px 0;
  border-bottom: 1px solid #D1D6DB;
}
.main-header .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.main-header.width-full .container-fluid {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}
.main-header.width-full .nav-top {
  text-align: center;
  padding-left: 0;
  padding-right: 222px;
}
.main-header .nav-top {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  list-style: none;
  padding-left: 100px;
  text-align: right;
  padding-right: 40px;
  margin-bottom: -15px;
}
.main-header .nav-top > li {
  padding-bottom: 15px;
}
.main-header .nav-top li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.main-header .nav-top li:hover ul {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-header .nav-top li ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 15px 30px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.main-header .nav-top li ul li {
  display: block;
  margin: 5px 0;
}
.main-header .nav-top li ul li a {
  display: block;
  padding: 5px 0;
}
.main-header .nav-top li.current-menu-parent > a {
  color: #007AFF;
}
.main-header .nav-top li.current-menu-item a {
  color: #007AFF;
}
.main-header .nav-top li a {
  color: #011226;
}
.main-header .nav-top li a:hover {
  color: #007AFF;
}
.main-header .search-f {
  position: relative;
}
.main-header .search-f.active input {
  width: 250px;
}
.main-header .search-f input {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  padding: 4px 0;
  border-bottom: 1px solid #D1D6DB;
  font-size: 14px;
  font-family: Montserrat;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-header .search-f input::-webkit-input-placeholder {
  color: rgba(1, 18, 38, 0.92);
  font-family: Montserrat;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
}
.main-header .search-f input::-moz-placeholder {
  color: rgba(1, 18, 38, 0.92);
  font-family: Montserrat;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
}
.main-header .search-f input:-ms-input-placeholder {
  color: rgba(1, 18, 38, 0.92);
  font-family: Montserrat;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
}
.main-header .search-f button {
  position: relative;
  z-index: 2;
  background: transparent;
  color: #6B7B8C;
  font-size: 16px;
  cursor: pointer;
}
.cat-container {
  margin-top: 80px;
}
.category-title {
  padding: 30px 0;
}
.category-title h1 {
  font-size: 40px;
  color: #FFAA00;
  font-weight: bold;
}
.pagination span.current {
  color: #007AFF;
  display: inline-block;
  vertical-align: middle;
}
.pagination > a,
.pagination > span {
  margin-bottom: 50px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
}
.pagination a {
  color: #FFAA00;
  display: inline-block;
  vertical-align: middle;
}
.pagination a:hover {
  color: #007AFF;
}
.label {
  color: #FFAA00;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.label a {
  color: #FFAA00;
}
.ban-top {
  position: relative;
  overflow: hidden;
  height: 0;
}
.ban-top.slick-initialized {
  height: auto;
}
.ban-top .browse-news {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #007AFF;
  border: 1px solid #007AFF;
  padding: 15px 40px;
  display: inline-block;
  margin-top: 20px;
}
.ban-top .browse-news:hover {
  background: transparent;
}
.ban-top .slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  padding-left: 0;
  list-style: none;
  display: none;
}
.ban-top .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.ban-top .slick-dots li.slick-active {
  background: #007AFF;
}
.ban-top .slick-dots button {
  display: none;
}
.ban-top .slick-track {
  overflow: hidden;
}
.ban-top .item-sl {
  float: left;
  position: relative;
}
.ban-top .item-sl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ban-top a:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ban-top .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 50px;
  color: #fff;
  z-index: 2;
}
.ban-top img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ban-top h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  max-width: 1000px;
  margin-bottom: 20px;
}
.ban-top .meta p {
  color: #fff;
}
.ban-top .meta p + p {
  margin-left: 60px;
}
.meta p {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
.bg-grey {
  background: #F6F8FA;
}
.filter {
  border-bottom: 1px solid #D1D6DB;
  margin-bottom: 80px;
}
.filter ul {
  position: relative;
  padding-left: 0;
  list-style: none;
}
.filter ul .lavalamp-object {
  position: absolute;
  height: 4px !important;
  border-radius: 2px;
  background: #FFAA00;
  left: 0;
  bottom: -3px;
}
.filter li {
  display: inline-block;
}
.filter li.active a {
  color: #FFAA00;
}
.filter li a {
  display: block;
  padding: 25px 20px;
  position: relative;
  color: #011226;
  font-weight: 600;
}
.filter li a:hover {
  color: #FFAA00;
}
.wrap-news .col-md-12 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wrap-news .col-md-12:nth-child(odd) {
  padding-left: 20px;
}
.wrap-news .col-md-12:nth-child(even) {
  padding-right: 20px;
}
.wrap-news .col-md-12:nth-child(-n+10) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width {
  -ms-flex-align: center;
  align-items: center;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width .img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width .text {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 35px;
  padding-right: 0;
  padding-top: 30px;
  background: #fff;
  margin-left: -50px;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width .text:before {
  display: none;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width .text h2 {
  font-size: 30px;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width .text:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 70px;
  top: 0;
  height: 100%;
  left: -70px;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width.rew {
  flex-direction: row-reverse;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width.rew .text:before {
  left: 100%;
  display: none;
}
.wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width.rew .text {
  padding-left: 0;
  padding-right: 35px;
  margin-right: -50px;
}
.item-new {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.item-new:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.item-new .img {
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  max-width: 320px;
  overflow: hidden;
}
.item-new img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.item-new .text {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding: 0 0 30px 40px;
}
.item-new .text p {
  color: #0f0f0feb;
  font-size: 14px;
}
.item-new .text h2 {
  font-weight: 600;
  color: #0F0F0F;
  font-size: 24px;
  margin-bottom: 20px;
}
.item-new .meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
}
.item-new .meta p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
.item-new .meta p:first-child {
  text-transform: uppercase;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0px 20px 20px;
}
.most-viewed {
  padding: 50px 0;
  margin-bottom: 2px;
}
.most-viewed .col-md-3 {
  padding: 0 30px;
}
.most-viewed h2 {
  color: #011226e8;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
  padding-left: 50px;
}
.most-viewed .wrap-most-viewed {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.most-viewed .item-most {
  margin-bottom: 20px;
}
.most-viewed .item-most:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.most-viewed .item-most img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.most-viewed .item-most .img {
  margin-bottom: 20px;
  overflow: hidden;
}
.most-viewed .item-most .label {
  margin-bottom: 15px;
}
.most-viewed .item-most a > p {
  font-weight: 600;
  color: #011226;
}
.show-more {
  padding: 80px 0;
}
.show-more a {
  display: inline-block;
  border: 1px solid #D1D6DB;
  color: #011226;
  font-weight: 600;
  font-size: 12px;
  padding: 17px 40px;
}
.show-more a:hover {
  color: #007AFF;
}
.show-more a span {
  color: #FFAA00;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 10px;
}
.wrap-news.main-list .col-md-6:first-child {
  display: none;
}
.wrap-news.main-list .col-md-6:first-child + .col-md-6 {
  display: none;
}
.wrap-news .col-md-6:nth-child(even) {
  padding-right: 20px;
}
.wrap-news .col-md-6:nth-child(odd) {
  padding-left: 20px;
}
.single-news {
  padding-top: 70px;
  border-top: 1px solid #D1D6DB;
}
.single-news .wrap-news .col-md-6:nth-child(even) {
  padding-right: 15px;
  padding-left: 20px;
}
.single-news .wrap-news .col-md-6:nth-child(odd) {
  padding-left: 15px;
  padding-right: 20px;
}
.subscription {
  padding: 80px 0;
  border-top: 1px solid #D1D6DB;
}
.subscription h2 {
  color: #0F0F0F;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
}
.subscription p {
  color: rgba(1, 18, 38, 0.6);
  font-weight: 600;
}
.subscription form {
  max-width: 440px;
  margin: 40px auto 0 auto;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subscription form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  font-size: 14px;
  padding-top: 3px;
}
.subscription form .wpcf7-validation-errors,
.subscription form .wpcf7-mail-sent-ok {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.subscription form p {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.subscription form p .ajax-loader {
  position: absolute;
  left: 100%;
  top: 50%;
  display: inline-block;
  margin-top: -8px;
}
.subscription form span.your-email {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.subscription form input {
  font-family: 'Montserrat';
  font-weight: 500;
}
.subscription form input::-webkit-input-placeholder {
  color: rgba(1, 18, 38, 0.5);
  font-family: 'Montserrat';
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}
.subscription form input::-moz-placeholder {
  color: rgba(1, 18, 38, 0.5);
  font-family: 'Montserrat';
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}
.subscription form input:-ms-input-placeholder {
  color: rgba(1, 18, 38, 0.5);
  font-family: 'Montserrat';
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}
.subscription form input[type=email] {
  padding: 15px 30px;
  width: 100%;
}
.subscription form input[type=submit] {
  background: #006CFF;
  color: #fff;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  cursor: pointer;
  border: 1px solid #006CFF;
  -webkit-appearance: none;
  border-radius: 0;
}
.subscription form input[type=submit]:hover {
  background: #fff;
  color: #006CFF;
}
.single-ban {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.single-ban.no-thumbnail .block {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.single-ban.no-thumbnail .block:first-child {
  display: none;
}
.single-ban .block {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.single-ban .text {
  padding: 50px 30px 70px 30px;
}
.single-ban h1 {
  color: #000;
  font-weight: 600;
  font-size: 48px;
}
.single-ban .info {
  margin-top: -35px;
  padding: 0 30px;
}
.single-ban .info img {
  margin-bottom: 40px;
  max-width: 70px;
  border-radius: 50%;
}
.single-ban .info p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.search-res {
  padding-top: 40px;
}
.search-res h1 {
  color: #000;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 15px;
}
.page-not-found {
  padding-top: 50px;
}
.page-not-found h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}
.page-not-found h1 span {
  font-size: 30px;
}
.item-result {
  padding: 25px 0;
  border-top: 1px solid #D1D6DB;
}
.item-result h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.item-result a {
  color: #FFAA00;
}
.item-result a:hover .la {
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.item-result a .la {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-content {
  padding: 50px 0;
}
.single-content .video-wrap {
  position: relative;
  padding-top: 56%;
  margin-bottom: 30px;
}
.single-content .video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-content .image-wrap-container {
  padding-top: 15px;
}
.single-content p {
  color: rgba(0, 0, 0, 0.92);
  margin-bottom: 30px;
}
.single-content p + h2 {
  margin-top: 50px;
}
.single-content h4 {
  margin-bottom: 30px;
}
.single-content ul,
.single-content ol {
  margin-bottom: 20px;
}
.single-content table {
  width: 100%;
  margin-bottom: 30px;
}
.single-content table td {
  padding: 4px;
}
.single-content li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.single-content li ul {
  padding-top: 10px;
}
.single-content h2 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px;
}
.img-full {
  margin: 40px auto;
}
.img-full p {
  font-size: 12px;
  color: rgba(1, 18, 32, 0.92);
  margin-bottom: 0;
  padding-top: 15px;
}
.intro {
  margin-bottom: 40px;
}
.intro p {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.82);
}
.quote {
  overflow: hidden;
  margin: 40px 0 50px 0;
}
.quote .col-md-6:first-child {
  position: relative;
  z-index: 2;
}
.quote .row {
  -ms-flex-align: center;
  align-items: center;
}
.quote .row.flex-md-row-reverse .text {
  padding: 40px 0 40px 100px;
}
.quote .row.flex-md-row-reverse .text > img {
  left: 0;
  right: auto;
}
.quote .text {
  position: relative;
  padding: 40px 100px 40px 0;
}
.quote .text:before,
.quote .text:after {
  content: "";
  position: absolute;
  width: 3000px;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: -1;
  background: inherit;
}
.quote .text:after {
  left: auto;
  right: 100%;
}
.quote .text > img {
  position: absolute;
  top: 35px;
  right: 0;
}
.quote .text p {
  font-weight: 600;
}
.btn-blue {
  display: inline-block;
  color: #fff;
  background: #007AFF;
  border: 1px solid #007AFF;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 30px;
  font-weight: 600;
}
.btn-blue:hover {
  background: #fff;
  color: #007AFF;
}
.ban-width-text {
  padding: 60px 0;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 59% auto;
}
.ban-width-text h1 {
  color: #000;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 40px;
}
.ban-width-text .text {
  width: 50%;
  padding: 50px  30px;
  background: rgba(255, 255, 255, 0.8);
  min-height: 350px;
}
.wrap-slider {
  overflow: hidden;
  margin-bottom: 70px;
}
.wrap-slider.reversal .slider .slid-item {
  flex-direction: row-reverse;
  left: 20%;
}
.wrap-slider.reversal .slider .slid-item .img:after {
  width: 75px;
  right: auto;
  left: 0;
}
.wrap-slider.reversal .slider .slid-item .img img {
  -webkit-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.wrap-slider.reversal .slider .slid-item .text {
  padding-right: 70px;
  padding-left: 40px;
}
.wrap-slider.reversal .slider .slid-item.active {
  left: 0;
}
.wrap-slider.reversal .slider .slid-item.active .img:after {
  display: none;
}
.wrap-slider.reversal .slider .slid-item.active .img img {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.wrap-slider.reversal .slider .slid-item.off {
  left: -30%;
}
.wrap-slider.reversal .nav-arrows {
  float: right;
  text-align: left;
}
.wrap-slider .nav-arrows {
  width: 44%;
  margin-top: 10px;
  text-align: right;
}
.wrap-slider .nav-arrows a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  background: #007AFF;
  border: 1px solid #007AFF;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
}
.wrap-slider .nav-arrows a:hover {
  background: #fff;
  color: #007AFF;
}
.wrap-slider .nav-arrows .count {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  text-align: center;
}
.wrap-slider .nav-arrows .count p {
  margin-bottom: 0;
  color: #00A2E0;
  font-size: 32px;
  font-weight: 600;
}
.wrap-slider .nav-arrows .count p span:first-child {
  min-width: 40px;
}
.wrap-slider .nav-arrows .count p span:last-child {
  font-size: 20px;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider .slid-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.4s ease left;
  -o-transition: 0.4s ease left;
  transition: 0.4s ease left;
}
.slider .slid-item.top {
  z-index: 99 !important;
}
.slider .slid-item.active {
  position: relative;
  left: 20%;
  z-index: 100 !important;
}
.slider .slid-item.active .text {
  opacity: 1;
}
.slider .slid-item.active .img:after {
  display: none;
}
.slider .slid-item.active .img img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slider .slid-item.off {
  left: 50%;
}
.slider .slid-item.slick-current {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slider .slid-item .img {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background: #fff;
  position: relative;
}
.slider .slid-item .img:after {
  content: "";
  position: absolute;
  width: 75px;
  background: #fff;
  top: 0;
  right: 0;
  height: 100%;
}
.slider .slid-item .img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: .6;
}
.slider .slid-item .text {
  opacity: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  background: #fff;
  padding-left: 70px;
  padding-right: 40px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.slider .slid-item .text p {
  font-size: 14px;
}
.slider .slid-item .text p + p {
  margin-top: 15px;
}
.slider .slid-item .text .bio {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider .slid-item .text .name h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.slider .slid-item .text .name p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.slid-item {
  margin-left: -15px;
  margin-right: -15px;
}
.slid-item .flex-row-reverse .text {
  padding-left: 15px;
  padding-right: 70px;
}
.slid-item > div {
  padding: 15px 0;
}
.slid-item .text {
  padding-left: 70px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.slid-item .text p {
  font-size: 14px;
}
.slid-item .text p + p {
  margin-top: 15px;
}
.slid-item .text .bio {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.slid-item .text .name h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.slid-item .text .name p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.main-section {
  padding-bottom: 80px;
}
.company-logos h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 60px;
}
.company-logos .col-md-3 {
  margin-bottom: 60px;
}
.company-logos .col-md-3 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.company-logos .col-md-3 a:hover p {
  color: #007AFF;
}
.company-logos .col-md-3 a h3 {
  color: #011226;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.company-logos .col-md-3 a p {
  color: #449CBE;
  margin-bottom: 0;
}
.main-footer .top-line {
  background: #006CFF;
  padding: 15px 0;
}
.main-footer .top-line .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.main-footer .top-line .nav-foot {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  list-style: none;
  padding-left: 20px;
}
.main-footer .top-line .nav-foot li {
  display: inline-block;
  margin: 0 15px;
}
.main-footer .top-line .nav-foot li a {
  color: #fff;
}
.main-footer .top-line .nav-foot li a:hover {
  text-decoration: underline;
}
.main-footer .top-line .social a {
  color: #fff;
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.main-footer .top-line .social a img {
  max-width: 11px;
  margin-bottom: 3px;
}
.main-footer .logo img {
  max-width: 94px;
}
.main-footer .logo span {
  color: #fff;
}
.main-footer .boot-line {
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-footer .boot-line p {
  font-size: 12px;
  margin-bottom: 0;
}
.main-footer .boot-line p a {
  font-weight: 500;
  color: #0007eb;
  text-decoration: underline;
}
.main-footer .boot-line p a:hover {
  text-decoration: none;
}
#pcln-global-footer .global-header-footer.global-footer {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f7!important;
}
#pcln-global-footer .global-footer--customized.global-header-footer .global-footer__inner {
  max-width: 1280px;
  padding: 30px 0;
  margin: 0 auto;
}
#pcln-global-footer .light-footer .global-header-footer .global-footer__inner {
  padding: 48px 0;
}
#pcln-global-footer .global-footer__top {
  padding: 0 23px;
  margin: 0 5px;
}
#pcln-global-footer .light-footer .global-footer__top {
  padding: 0 22px 40px;
}
#pcln-global-footer .light-footer .global-header-footer .global-footer__footnote {
  color: #596b7d;
}
#pcln-global-footer .global-footer--customized .global-footer__footnote {
  padding: 0 23px;
  margin: 0 5px;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
}
#pcln-global-footer .global-footer--customized .global-footer__pcln-group-logos {
  background: #001832;
  text-align: center;
}
#pcln-global-footer .global-footer--customized .global-footer__pcln-group-logos__inner {
  padding: 40px 0 20px;
  margin: 0 auto;
}
#pcln-global-footer .global-footer--customized .global-footer__pcln-group-logos__headline {
  margin: 0 20px 25px;
  font-size: 14px;
  color: #FFF;
}
#pcln-global-footer .global-footer--customized .global-footer__pcln-group-logos__list {
  padding: 0;
}
#pcln-global-footer .global-footer--customized .global-footer__pcln-group-logos__item__shared {
  margin: 0 10px 20px;
  display: inline-block;
}
.mfp-wrap {
  z-index: 99999;
}
#pcln-global-footer .global-footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 22px 40px;
}
#pcln-global-footer .global-footer__top .global-footer__top-column__headline {
  color: #001832;
  font-size: 14px;
  padding-bottom: 16px;
  display: inline-block;
}
#pcln-global-footer .global-footer__top ul {
  list-style: none;
  padding-left: 0;
}
#pcln-global-footer .global-footer__top ul li {
  padding: 5px 0;
}
#pcln-global-footer .global-footer__top ul li a {
  color: #001832;
}
#pcln-global-footer .global-footer__top ul li a:hover {
  color: #556b7f;
}
@media (min-width: 768px) {
  /*.wrap-news{
    .col-md-12.main-page{
      display: none;
      &+.col-md-6{
        display: none;
        &+.col-md-6{

        }
      }
    }
  }*/
}
@media (max-width: 1530px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .main-header .nav-top {
    padding-left: 17px;
  }
  .main-header .nav-top li {
    margin-right: 0;
  }
  .main-header {
    padding: 20px 0;
  }
  .right-icon,
  .left-icon {
    top: 70px;
  }
}
@media (min-width: 1200px) {
  .mob-menu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .ban-top h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .item-new .text h2 {
    font-size: 18px !important;
  }
  .nav-top {
    display: none;
  }
  .mob-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    margin-top: 1px;
  }
  .mob-menu .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .mob-menu .container-fluid > ul li a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mob-menu .container-fluid > a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mob-menu .social {
    padding-left: 40px;
  }
  .mob-menu .filter-mob {
    padding-left: 40px;
    padding-right: 40px;
  }
  .main-header {
    position: relative;
    z-index: 9999;
  }
  .main-header .search-f {
    text-align: right;
    margin-right: 20px;
    position: absolute;
    right: 65px;
    height: 30px;
    background: #fff;
  }
  .main-header .search-f.active {
    border-bottom: 1px solid #2D77F6;
    left: 40px;
  }
  .main-header .search-f.active input {
    width: 100%;
    padding-left: 10px;
  }
  .main-header .search-f.active button {
    border-bottom: 1px solid #2D77F6;
  }
  .main-header .search-f input {
    position: static;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main-header .search-f button {
    color: #2D77F6;
    font-size: 24px;
    position: absolute;
    left: -30px;
    width: 30px;
    height: 30px;
    top: 0;
    background: #fff;
  }
  .main-header .container-fluid {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .toggle-menu {
    display: block;
    width: 30px;
    height: 24px;
    cursor: pointer;
  }
  .toggle-menu.open span:nth-of-type(2) {
    opacity: 0;
  }
  .toggle-menu.open span:first-child {
    -webkit-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  .toggle-menu.open span:last-child {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  .toggle-menu span {
    display: block;
    height: 2px;
    background: #2D77F6;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .toggle-menu span + span {
    margin-top: 9px;
  }
  .main-footer .top-line .container-fluid {
    flex-wrap: wrap;
  }
  .main-footer .top-line .container-fluid .logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px !important;
  }
  .main-footer .top-line .container-fluid .nav-foot {
    padding-left: 0;
  }
  .main-footer .top-line .container-fluid .nav-foot li {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1400px) {
  .form-popup {
    padding: 30px 30px 0 30px;
  }
}
@media (max-width: 1250px) {
  .main-footer .top-line .nav-foot li {
    margin-right: 0;
  }
}
@media (max-width: 1050px) {
  .item-new.full-width .text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .item-new.full-width .text:before {
    width: 40px;
    left: -40px;
  }
  .item-new {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-new .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-new .text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .main-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .category-title h1 {
    font-size: 30px;
  }
  .ban-top h1 {
    font-size: 20px;
  }
  .filter {
    margin-bottom: 40px;
  }
  .cat-container {
    margin-top: 40px;
  }
  .show-more {
    padding: 40px 0;
  }
  .most-viewed h2 {
    padding-left: 0;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .most-viewed .col-md-3 {
    padding: 0 15px;
  }
  .wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width .img:after {
    right: 0;
  }
  .wrap-news .col-md-12:nth-child(-n+10) .item-new.full-width.rew .img:after {
    right: auto;
    left: 0;
  }
  .item-new {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-new.full-width.rew .text {
    padding-left: 0;
  }
  .item-new.full-width .img {
    position: relative;
  }
  .item-new.full-width .img:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    background: #fff;
  }
  .item-new.full-width .text {
    padding-right: 0;
  }
  .item-new.full-width .text .label {
    margin-bottom: 10px;
  }
  .item-new .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-new .text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .form-popup h2.mfp-close {
    font-size: 26px;
  }
  .most-viewed {
    padding: 40px 0;
  }
  .subscription {
    padding: 40px 0;
  }
  .subscription h2 {
    font-size: 24px;
  }
  .ban-width-text {
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .ban-width-text:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
  }
  .ban-width-text h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .ban-width-text .text {
    width: 98%;
    margin: 0 auto;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    min-height: 200px;
  }
  .wrap-slider {
    margin-bottom: 40px;
  }
  .wrap-slider.reversal .slider .slid-item {
    left: 10%;
  }
  .wrap-slider .nav-arrows {
    width: 100%;
    text-align: center !important;
    float: none !important;
  }
  .slider .slid-item {
    width: 90%;
  }
  .slider .slid-item.active {
    left: 10%;
  }
  .slider .slid-item .img {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }
  .slider .slid-item .img:after {
    display: none;
  }
  .slider .slid-item .img img {
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .slider .slid-item .text {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .slider .slid-item .text .name h3 {
    font-size: 18px;
  }
  .single-ban h1 {
    font-size: 30px;
  }
  .intro {
    margin-bottom: 20px;
  }
  .company-logos h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .single-content p {
    margin-bottom: 10px;
  }
  .single-content p + h2 {
    margin-top: 40px;
  }
  .single-content h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .main-footer .top-line .container-fluid {
    display: block;
  }
  .main-footer .top-line .container-fluid .social {
    padding-top: 10px;
  }
  .main-footer .top-line .container-fluid .social a {
    margin: 0 7px 0 0;
  }
  .global-footer__top-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
  }
  .search-res h1 {
    font-size: 30px;
  }
  .item-result h3 {
    font-size: 24px;
  }
}
.contact-form {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.contact-form label {
  display: block;
  font-family: 'Montserrat';
  font-weight: 500;
}
.contact-form label span {
  display: block;
  padding-top: 4px;
}
.contact-form p {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  /*&:nth-of-type(1),&:nth-of-type(2){
      ._flex(0 0 50%);
      max-width: 50%;
      padding-right: 10px;
    }*/
}
.contact-form p .ajax-loader {
  display: block;
  margin: 4px auto 0 auto;
}
.contact-form p + div {
  margin-top: 0;
}
.contact-form p:nth-of-type(2) {
  padding-right: 0;
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form p:nth-of-type(2) br {
  display: none;
}
.contact-form p:nth-of-type(2) > span {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.contact-form input:not(.wpcf7-submit),
.contact-form textarea {
  padding: 15px 20px;
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 500;
  border-bottom: 1px solid #D1D6DB;
}
.contact-form input:not(.wpcf7-submit)::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: rgba(1, 18, 38, 0.5);
  font-family: 'Montserrat';
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}
.contact-form input:not(.wpcf7-submit)::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: rgba(1, 18, 38, 0.5);
  font-family: 'Montserrat';
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}
.contact-form input:not(.wpcf7-submit):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: rgba(1, 18, 38, 0.5);
  font-family: 'Montserrat';
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}
.contact-form textarea {
  height: 190px;
  resize: none;
}
.contact-form input[type=submit] {
  font-family: 'Montserrat';
  font-weight: 500;
  background: #006CFF;
  color: #fff;
  padding: 12px 25px;
  max-width: 100px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #006CFF;
  -webkit-appearance: none;
  border-radius: 0;
}
.contact-form input[type=submit]:hover {
  background: #fff;
  color: #006CFF;
}
.form-popup {
  max-width: 948px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 60px 0 60px;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}
.form-popup h2.mfp-close {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #011226;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto;
  position: static;
  padding: 0;
  cursor: pointer;
  margin-bottom: 25px;
}
.form-popup h2.mfp-close img {
  margin-right: 25px;
  max-width: 40px;
  pointer-events: none;
}
.form-popup p,
.form-popup li {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}
.form-popup form {
  margin-top: 20px;
}
.mfp-bg {
  background-color: #fff;
}
@media (max-width: 767px) {
  .block-mobile {
    display: block !important;
  }
  .block-mobile .img {
    text-align: center;
    margin-bottom: 25px;
    display: block;
  }
  .block-mobile .text {
    padding: 0 15px;
  }
  .slid-item .text {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block;
  }
  .slid-item .text .bio {
    display: block;
  }
  .wrap-news.main-list .col-md-6:first-child {
    display: block;
  }
  .wrap-news.main-list .col-md-6:first-child + .col-md-6 {
    display: block;
  }
  .wrap-news .col-md-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .ban-width-text {
    padding: 40px 0;
  }
  .subscription form .wpcf7-not-valid-tip {
    position: static;
  }
  .subscription form p .ajax-loader {
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 4px 0 0 -8px;
    display: inline-block;
  }
  .logo span {
    overflow: hidden;
    width: 66px;
    white-space: nowrap;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
  }
  .main-header .search-f {
    right: 45px;
  }
  .main-header.width-full .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mob-menu .container-fluid > ul ul li a {
    padding-left: 10px;
  }
  .single-content {
    padding: 30px 0;
  }
  .quote .row.flex-md-row-reverse .text {
    padding: 20px 0 20px 40px;
  }
  .quote .row .text {
    padding: 20px 40px 20px 0;
  }
  .quote .row .text > img {
    width: 30px;
    top: 20px;
  }
  .single-ban {
    display: block;
    margin: 0 -15px;
  }
  .single-ban .info img {
    margin-bottom: 20px;
  }
  .single-ban .text {
    padding: 20px 15px 70px 15px;
  }
  .single-ban .block {
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mob-menu .container-fluid > ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mob-menu .container-fluid > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mob-menu .filter-mob {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mob-menu .social {
    padding-left: 15px;
  }
  .ban-top {
    display: none;
  }
  .ban-top .browse-news {
    max-width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ban-top .text {
    padding: 30px 20px 50px 20px;
  }
  .right-icon,
  .left-icon {
    display: none;
  }
  .most-viewed .item-most {
    margin-bottom: 30px;
  }
  .most-viewed .item-most .label {
    margin-bottom: 10px;
  }
  .item-new {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D1D6DB;
  }
  .item-new .text {
    padding: 20px 0 0 0;
  }
  .item-new .text .label {
    margin-bottom: 10px;
  }
  .item-new .text h2 {
    margin-bottom: 10px;
  }
  .item-new .meta {
    padding-top: 0;
  }
  .wrap-news .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .item-new.full-width .img {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .item-new.full-width .img:after {
    display: none;
  }
  .item-new.full-width .text {
    padding: 20px 0 0 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .item-new.full-width .text:before {
    display: none;
  }
  .filter li a {
    padding: 10px 10px;
    font-size: 14px;
  }
  .wpcf7 {
    max-width: 96%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .subscription form {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .subscription form p {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .subscription form input {
    width: 100%;
    max-width: 100%;
  }
  .subscription form input[type=email] {
    webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .subscription form input[type=submit] {
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 14px;
  }
  .subscription {
    text-align: left;
  }
  .contact-form {
    display: block;
  }
  .contact-form p {
    max-width: 100% !important;
    padding-left: 0 !important;
  }
  .main-footer .top-line .logo span {
    width: auto;
  }
  .main-footer .top-line .nav-foot {
    margin-bottom: 10px;
  }
  .main-footer .top-line .nav-foot li {
    display: block;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 575px) {
  .global-footer__top-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form p {
    margin-bottom: 4px;
  }
  .contact-form p:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .contact-form p:nth-of-type(2) > span {
    padding: 0;
    max-width: 100%;
  }
  .contact-form p:nth-of-type(2) > span + br + span {
    margin-top: 4px;
    display: block;
  }
}
