@font-face {
    font-family: 'Frutiger-Light';
    src: url('../fonts/Frutiger-Light.eot');
    src: url('../fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Frutiger-Light.woff2') format('woff2'),
        url('../fonts/Frutiger-Light.woff') format('woff'),
        url('../fonts/Frutiger-Light.ttf') format('truetype'),
        url('../fonts/Frutiger-Light.svg#Frutiger-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger-Regular';
    src: url('../fonts/FrutigerNeueLTW1G-Regular.eot');
    src: url('../fonts/FrutigerNeueLTW1G-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FrutigerNeueLTW1G-Regular.woff2') format('woff2'),
        url('../fonts/FrutigerNeueLTW1G-Regular.woff') format('woff'),
        url('../fonts/FrutigerNeueLTW1G-Regular.ttf') format('truetype'),
        url('../fonts/FrutigerNeueLTW1G-Regular.svg#FrutigerNeueLTW1G-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger Bold';
    src: url('../fonts/FrutigerNeueLTW1G-Bold.eot');
    src: url('../fonts/FrutigerNeueLTW1G-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FrutigerNeueLTW1G-Bold.woff2') format('woff2'),
        url('../fonts/FrutigerNeueLTW1G-Bold.woff') format('woff'),
        url('../fonts/FrutigerNeueLTW1G-Bold.ttf') format('truetype'),
        url('../fonts/FrutigerNeueLTW1G-Bold.svg#FrutigerNeueLTW1G-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'News Gothic Bold';
    src: url('../fonts/NewsGothic-BoldOblique.eot');
    src: url('../fonts/NewsGothic-BoldOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewsGothic-BoldOblique.woff2') format('woff2'),
        url('../fonts/NewsGothic-BoldOblique.woff') format('woff'),
        url('../fonts/NewsGothic-BoldOblique.ttf') format('truetype'),
        url('../fonts/NewsGothic-BoldOblique.svg#NewsGothic-BoldOblique') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff'),
    url('../fonts/Roboto-Black.ttf') format('truetype'),
    url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro-Bold';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Bold.woff2') format('woff2'),
        url('../fonts/GothamPro-Bold.woff') format('woff'),
        url('../fonts/GothamPro-Bold.ttf') format('truetype'),
        url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype'),
        url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro-Light';
    src: url('../fonts/GothamPro-Light.eot');
    src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Light.woff2') format('woff2'),
        url('../fonts/GothamPro-Light.woff') format('woff'),
        url('../fonts/GothamPro-Light.ttf') format('truetype'),
        url('../fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
/*========================*/
b {
  font-family: 'News Gothic Bold';
  font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow:none !important;
}
body {
	font-size: 16px;
    color: #231f20;
    font-family: 'Frutiger-Light';
}
body,header {
    min-width: 290px;
}
.red {
	outline: 1px solid red;
}
input, textarea, select {
  font-size: 16px !important;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
  color: #231f20;
}
a:hover,a:focus {
    outline: none;
    color: #ec008c;
}
textarea:focus, 
input:focus, 
select:focus {outline:none}
input[type="search"] {
	-webkit-appearance: none;
}
.slick-slide:focus {
   outline: none;
}
.slick-slide img {
    display:inline-block;
    width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5 {
    margin: 0;
    line-height: 1;
    font-weight: normal;
}
a.img_cont:hover {
  opacity: 0.9;
}
.block {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*==========================*/
.menu_button {
    height: 53px;
    width: 62px;
    right: 4px;
    top: -70px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999;
    margin-top: 0;
    outline: none !important;
}
.menu_button.navbar-toggle {
    padding: 0px;
    margin: 0px;
}
.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
    left: 25px;
}
.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}
.menu_button.active span i:nth-child(3) {
      -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
   top: 57%;
    left: 23px;
}
.menu_button span {
  width: 60px;
    height: 70px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}
.menu_button span i {
      position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 68%;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ec008c;
    -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
    transition: opacity .1s ease .1s, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .1s ease .1s;
    transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
 
}
.menu_button span i:nth-child(1) {
      top: 15%;
}
.menu_button span i:nth-child(2) {
  top: 31%;
}
.menu_button span i:nth-child(3) {
      top: 47%;
}
body {
    padding-top: 150px;
}
header {
    width: 100%;
    height: 150px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header.smaller .logo {
    width: 230px;
    top: 0px;
    height: 68px;
}
header.smaller .top_panel {
    padding-top: 10px;
}
header.smaller {
    height: 88px;
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    background-color: #fff;
}
header.smaller .top_panel .row {
  align-items: center;
}
.logo {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    position: relative;
    top: -10px;
}
.logo img {
  width: 100%;
  -webkit-transition: height  0.3s;
  -moz-transition: height  0.3s;
  -ms-transition: height  0.3s;
  -o-transition: height  0.3s;
  transition: height  0.3s;
  vertical-align: middle;
}
.logo   {
    width:430px;
    display: block;
    height: 120px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.col { border: 1px solid transparent; }
/*-------------*/
.top_panel {
  padding-top: 20px;
  padding-bottom: 10px;
}
.top_panel .row {
  align-items: flex-end;
}
.top_panel .row>div{
  /*outline: 1px solid aqua;*/
}
.main_menu {
    position: relative;
}
.active_button {
    display: inline-block;
    background-color: #F66E0A;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0px 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #F66E0A;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
        border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
}
.active_button:hover, .active_button:focus {
    background-color: #fff;
    color: #F66E0A;
    text-decoration: none;
}
/*=================================*/
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1050;
}
/* активируем модальное окно */

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */

.dm-modal {
    display: inline-block;
}

.popup {
    background-color: #fff;
    width: 450px;
    height: auto;
    box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.2);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin: -255px auto 0;
    z-index: 990;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    border: 2px solid #fff;
}
.close_popup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    cursor: pointer;
}
.close_popup:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -sand-transform: rotate(360deg);
}
.popup input[type=text], 
.popup input[type=email],
.popup input[type=tel] {
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 15px;
  color: #000;
  background: rgba(255,255,255,1);
  height: 50px;
  width: 100%;
  padding: 0px 15px;
}
.popup textarea {
  border: 1px solid #ccc;
  outline: none;
  background: rgba(255,255,255,1);
  height: 120px;
  width: 100%;
  padding: 15px;
  margin-bottom: 5px;
  resize: none;
}
.popup input[type=submit] {
   background-color: #E74237;
   color: #fff;
   text-align: center;
   height: 50px;
   border: 2px solid #E74237;
   transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
    -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
    -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
    outline: none;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 21px;
}
.popup input[type=submit]:hover,
.popup input[type=submit]:focus {
     background-color:#fff;
     color: #E74237;
     text-decoration: none;
     outline: none;
}
.form_wrapper_header p {
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 10px;
}
.succes {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 35px 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    margin: 0;
    z-index: 1002;
    display: none;
}
.succes .inner {
      display: table;
      width: 100%;
      height: 100%;
}
.succes .inner p {
   margin-top: 0 !important; 
   display: table-cell;
   vertical-align: middle;
}
.succes p {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    color: #000;
}
.succes p>span {
   display: block;
   width: 50px;
   height: 50px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   line-height: 45px;
   color: #E74237;
   font-size: 50px;
   margin-top: 20px;
}
.form_col>div {
  display: table-cell;
  vertical-align: middle;
}
.form_col>div:first-child {
  padding-right: 7px;
}
.form_col>div:last-child {
  padding-right: 7px;
}
/*=========================*/
.vote label {
  display:block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 40px;
  font-size: 14px;
  color: #000;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
}
.vote input[type=checkbox] {
  display: none;
}
.vote label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 3px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 1px #000;
    -moz-box-shadow: 0px 0px 1px #000;
    box-shadow: 0px 0px 1px #000;
}

.vote  input[type=checkbox]:checked + label:before {
     content: "\2714";
     font-size: 17px;
     color: #E74237;
     line-height: 12px;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
}
/*======================================================*/
@media only screen and (max-width : 992px) {
.popup {
    top: 0;
    margin-top: 20px;
}
}
@media only screen and (max-width : 640px) {
.popup {
    width: 96%;
}
}
@media only screen and (max-width : 480px) {
.popup {
    padding-left: 15px;
    padding-right: 15px;
}
}
/*========================*/
footer {
   background-color: #2B2823;
   padding-top: 40px;
   padding-bottom: 40px;
   color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover,footer a:focus {
 color: #fff;
}
/*===================*/
.navbar-nav .nav-link {
   text-transform: uppercase;
}
.navbar-nav .active .nav-link {
    color:#ec008c;
}
.top_banner {
    height: 590px;
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.top_banner .row  {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
}
.top_banner .row>div {
    width: 100%;
}
.tb_caption_left {
    background-color: rgba(0,0,0,0.4);
    font-family: 'News Gothic Bold';
    line-height: 1;
    font-size: 78px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px;
    margin-bottom: 0px;
    letter-spacing: 7px;
    min-height: 180px;
}
.tb_caption_right {
    text-align: right;
    font-size: 34px;
    line-height: 1;
     font-family: 'Roboto-Black';
     padding-bottom: 30px;
     padding-right: 15px;
}
/*==================*/
.grey_band {
  background-color: #616164;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.grey_band_box  {
  line-height: 1;
}
.grey_band_box >.row {
   color: #fff;
}
.grey_band_box >.row:hover {
   text-decoration: none;
}
.grey_band_box >.row>span:first-child {
   color: #ec008c;
   font-size: 50px;
}
.grey_band_box >.row>span:last-child {
   font-size: 20px;
}
/*=-=====*/
.green_color {
   color: #ec008c;
}
.bid_header {
    font-size: 61px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*============*/
.news_greed_box .box {
 overflow:hidden;
 display: block;
 height: 250px;
 }
.news_greed_box .box .img_cont {
 -moz-transition: all 2s ease-out;
 -o-transition: all 2s ease-out;
 -webkit-transition: all 2s ease-out;
 transition: all 2s ease-out;
 }
 
.news_greed_box .box .img_cont:hover{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
 }
.news_greed_box {
    display: block;
    margin-bottom: 40px;
      transition: all 0.3s;
    -webkit-transition: all  0.3s;
    -o-transition:  all 0.3s;
    -moz-transition: all  0.3s;
    overflow: hidden;
}
.news_greed_box:hover {
    color: #ec008c;
    text-decoration: none;
}
.news_greed_box .img_cont {
    height: 250px;
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
strong {
  font-family: 'Roboto-Black';
  font-weight: normal;
}
.news_greed_box strong {
   display: block;
   margin-top: 15px;
   text-align: center;
   font-size: 28px;
   text-transform: uppercase;
}
/*=============*/
.umb_grid {
   font-family: 'Roboto-Regular';
   text-align: center;
}
.counter {

}
.counter_box {

}
.counter_header {
   font-size: 50px;
   white-space: nowrap;
}
.umb_grid {
  padding-bottom: 20px;
}
/*========================*/
.news_slider_block {
   padding-top: 30px;
   padding-bottom: 40px;
   background-color: #ECECEE;
  
  
}
.news_slider_wrapper {
   padding-top: 30px;
    margin-left: -15px;
   margin-right: -15px;
}
.news_slider_block h2 {
  text-align: center;
  font-size: 40px;
  font-family: 'Roboto-Black';
}
.news_slider_item_box {
    display: block;
      transition: all 0.3s;
    -webkit-transition: all  0.3s;
    -o-transition:  all 0.3s;
    -moz-transition: all  0.3s;
    text-align: center;
    font-family: 'Frutiger-Regular';
     margin-left: 15px;
   margin-right: 15px;
}
.news_slider_item_box:hover {
    color: #ec008c;
    text-decoration: none;
}
.news_slider_item_box .img_cont {
    height: 250px;
     -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 15px;
}
.nsib_title {
  display: block;
  text-align: left;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
/*==============*/
.news_slider_wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
.news_slider .prev,.news_slider .next {
    top: 35%;
    width: 30px;
    height: 40px;
    position: absolute;
    color: #C7C8CA;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
      transition: all 0.3s;
    -webkit-transition: all  0.3s;
    -o-transition:  all 0.3s;
    -moz-transition: all  0.3s;
}
.news_slider .prev:hover,
.news_slider .next:hover,
.news_slider .prev:focus,
.news_slider .next:focus {
    color: #ec008c;
}
.news_slider .next {
    right: -35px;

}
.news_slider .prev {
    left:  -35px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
}
/*==================*/
.footer_logo {
  width: 485px;
  display: block;
}
.footer_logo img {
  width: 100%;
  height: auto;
}
.footer_links {
  padding-bottom: 30px;
}
.footer_links_title {
  font-family: 'Frutiger-Regular';
  display: block;
  margin-bottom: 5px;
}
/*===================*/
#toTop {
    width: 47px;
    height: 47px;
    background: #000;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 100;
    color: #fff;
    text-align: center;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
#toTop span {
    display: block;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
}
#toTop:hover {
    color: #fff;
  text-decoration: none;
  background-color: #ec008c;
}
/*===================*/
.page_header {
   padding-top: 30px;
   margin-bottom: 50px;
}
.page_header h1,
.page_header h2,
.page_header h3 {
   font-size: 50px;
   font-family: 'GothamPro-Bold';
}
.page_header p {
   margin-top: 20px;
   color: #6c6d70;
   margin-bottom: 20px;
   font-size: 27px;
   font-family: 'Helvetica-Light';
}
.page_header span {
   font-size: 24px;
   color: #6c6d70;
   display: block;
}
.media_div_header {

}
.media_div_header h3 {
   font-size: 40px;
   font-family: 'Frutiger-Light';
}
.media_div_header p {
  font-size: 22px;
}
.video_wrapper {
   position: relative;
   min-height: 380px;
}
.button_play {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #fff;
   z-index: 100;
   text-align: center;
   cursor: pointer;  
}
.poster {
   position: absolute;
   left: 0;
   top: 0;
   -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
      border-radius: 500px; 
-webkit-border-radius: 500px; 
-moz-border-radius: 500px; 
   overflow: hidden;
   max-width: 380px;
}
.poster img  {
    width: 100%;
    height: auto;
      border-radius: 500px; 
-webkit-border-radius: 500px; 
-moz-border-radius: 500px; 
}
.poster:after  {
    content: '\f111';
    display: block;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    width:60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top:  -30px;
    font-family: "Flaticon";
}
.media_div_txt_inner {
    padding-right: 130px;
}
.media_div_txt {
   position: relative;
}
.nasa_icon {
   position: absolute;
   right: 0;
   top: 0;
   width: 130px;
   height: 108px;
   background: url(../img/nasa_icon.png) no-repeat ;

}
.media_div_txt_inner {
   padding-top: 130px;
   background: url(../img/minilogo.svg) no-repeat 50% 0;
   -webkit-background-size: 110px 116px;
   background-size: 110px 116px;
}
.l_more {
  font-size: 40px;
    color: #ec008c;
    line-height: 1;
      font-family: 'GothamPro-Light';
}
.l_more:hover {
    text-decoration: none;
    color: #000;
}
.media_div_txt_inner p {
  font-size: 20px;
  margin-top: 20px;
}
.media_div_body {
    padding-bottom: 50px;
}
/*=================*/
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
/*=====================*/
.video_greed {
   padding-bottom: 100px;
}
.video_greed_box {
   display: block;
   color: #000;
   text-align: center;
   margin-bottom: 40px;
}
.video_greed_box:hover {
 text-decoration: none;
}
.vgrb_title {
  display: block;
  font-size: 24px;
  font-family: 'Roboto-Black';
  margin-top: 15px;
}
.video_greed_box .img_cont {
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    overflow: hidden;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.video_greed_box .img_cont:after {
    content: '\f111';
    display: block;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    font-family: "Flaticon";
}
.video_greed_box .img_cont img {
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}
.page_header span {
    margin-bottom: 20px;
    font-size: 20px;
}
.team {
   padding-top: 20px;
   padding-bottom: 100px;
}
.team_box .img_cont {
    border-radius: 500px; 
-webkit-border-radius: 500px; 
-moz-border-radius: 500px; 
  overflow: hidden;
  max-width: 400px;
} 
.team_box_txt {
  max-width: 690px;
  font-size: 22px;
  font-family: 'Helvetica-Light';
}
.tbox_txt_titile {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
   font-family: 'GothamPro-Light';
}
.minilogo_icon {
  position: relative;
}
.minilogo_icon:after {
  position: absolute;
  left: 40%;
  top: 0;
  margin-top: -100px;
  content: '';
  width: 110px;
  height: 116px;
  background: url(../img/minilogo.svg) no-repeat 0 0;
    -webkit-background-size: 110px 116px;
    background-size: 110px 116px;
}
/*======================*/
.services_list_col.var1 {
  max-width: 330px;
}
.services_list_col li {
  display: table;
  margin-bottom: 36px;
}
.services_list_col li>div {
  display: table-cell;
  vertical-align: middle;
}
.services_list_col li>div:first-child {
  width: 80px;
}
.services_list_col li>div:first-child img {
  max-width: 80px;
}
.services_list_col li>div:last-child {
  padding-left: 15px;
}
.services_list_col li>div:last-child b {
  font-size: 22px;
  font-family: 'Frutiger Bold';
  display: block;
}

/*======================*/
.services_list {
   padding-bottom: 100px;
}
.services_list_col.var2 {
  max-width: 425px;
  margin-left: auto;
}
.services_list_col.var2 li {
   margin-left: auto;
}
.services_list_col.var2 li:first-child {
   margin-right: 120px;
}
.services_list_col.var2 li:first-child b {
 white-space: nowrap;
}
.services_list {
     -webkit-background-size: 610px 610px;
    background-size:  610px 610px;
    background-repeat: no-repeat;
    background-position: center 70%;
    background-image: url(../img/m.jpg);
}

.services {
  padding-bottom: 80px;
}
.click_me {
  display: block;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  position: relative;
  top: -20px;    
}
.click_me:hover {
 text-decoration: none;
}