
/*=============================
01. Import Fonts
=============================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Alex+Brush&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@font-face {
    font-family: 'CenturyGothicW01';
    src: url('../Century Gothic W01.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../GOTHAM-MEDIUM.TTF');
    font-weight: normal;
    font-style: normal;
}
/*=============================
01. General style
=============================*/

.banner_form input#singin-email:focus{
  border-bottom: 1px solid #8f8f8f;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

button:focus,
.btn:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset; }

a{
    text-decoration: none!important;
}
body {
    /*font-family: 'Lato', sans-serif;*/
    font-family: "CenturyGothicW01","Arial",sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
p,
em {
    /*font-family: 'Lato', sans-serif;*/
    font-family: "CenturyGothicW01","Arial",sans-serif !important;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Gotham","Arial",sans-serif !important;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: bold;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}
html{
	overflow-x: hidden;
    max-width: 100%;
    font-size: 17px;
}
.dark-text {
    color: #202020;
}
.textC {
    text-align: center;
}
.textL {
    text-align: left;
}
.textR {
    text-align: right;
}
ul.inline li {
    display: inline-block;
}
ul.inline {
    padding: 0px;
}
.clear {
    clear: both;
}
b, strong{
    opacity: 0.7;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select,
textarea {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 10px 20px;
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
    width: 100%;
    min-height: 42px;
    margin-right: 3px;
    outline: none;
    max-width: 100%;
    min-height: 48px;
    border: 1px solid #eee;
	
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    height: 42px;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 5px;
    position: relative;
}

.form-group {
    margin-bottom: 0px;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 13px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=checkbox]:checked~.box-check:before {
    opacity: 1;
}
p strong {
    color: #202020;
}
.check:before {
    display: block;
    position: absolute;
    content: "\f111";
    border-radius: 0;
    top: 2px;
    left: 2.5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    font-size: 7px;
    opacity: 0;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    top: 13px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked~.check:before {
    opacity: 1;
}
.search-form .button {
    position: absolute;
    top: 12px;
    right: 0px;
    padding: 9px 20px;
    border: 0px;
    color: #fff;
    outline: none;
    border: 1px solid #202020;
    background-color: #202020;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.search-form input {
    margin-top: 12px;
}
/*=============================
Orange Button style
=============================*/
.orange_btn{
    position: relative;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #fff;
    background-color: #e73f0d;
    text-align: center !important;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 20px;
    min-width: 222px;
    z-index: 1;
    color: #fff;
}
.orange_btn span{
    margin-right: 7px;
}
.orange_btn:hover{
color:#fff;
}
/*=============================
Blue Border Tranceperent Button style
=============================*/
.blue_border_tranceperent_btn{
   position: relative;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #031f73;
    /*border: 2px solid #e73f0d;*/
    background-color: #0000;
    text-align: center !important;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 20px;
    /*min-width: 222px;*/
    z-index: 1;
    color: #031f73;
    /*color: #e73f0d;*/
}
.blue_border_tranceperent_btn span{
    margin-right: 7px;
}
.blue_border_tranceperent_btn:hover{
color:#031f73;
}
/*=============================
Banner style
=============================*/
.banner-section-five {
    position: relative;
    padding: 65px 0 81px;
    /*background-color: #fff;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-section-five .layer-outer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
}
.banner-section-five .layer-image {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.banner-section-five .layer-image.banner_index4 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner/banner-4.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.wa_main_banner .item{
    position: relative;
    float: left;
    width: 100%;
}
.banner_heading {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0
}
.banner_heading h3 {
      font-size: 19px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 10px;
}
.banner_heading p {
        color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.banner_logo {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.banner_logo img{
    max-width: 175px;
}
a.primary_button.primary_button2 {
    padding: 10px 56px;
}
.wa_main_banner .item img{
    max-width:100%;
}
.wa_main_banner  figcaption{
    text-align: center;
}
.wa_main_banner  figcaption h2{
    color: #1a578a;
    text-align: center;
    background-color: #0000;
    font-weight: 600;
    line-height: 1.2;
    font-size: 38px;
    margin: 10px 0;
    padding-bottom: 25px;
    overflow: hidden;
}
.wa_main_banner figcaption p{
    color: #fff;
    text-align: center;
    background-color: #0000;
    font-weight: normal;
    line-height: 32px;
    font-size: 25px;
    margin: 10px 0;
    padding-bottom: 40px;
}
.wa_main_banner img.banner_logo {
    max-width: 100%;
    padding-bottom: 92px;
}
.wa_main_banner a.banner_btn{
    position: relative;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background-color: #1a578a;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    padding: 10px 28px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    transition: all 0.45s ease-in-out 0s;
    text-align: center;
    border-radius: 3px;
}
.primary_button{
position: relative;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    background-color: #031f73;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    padding: 8px 18px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    transition: all 0.45s ease-in-out 0s;
    text-align: center;
}
a.primary_button:hover{
    color: #fff;
}
.banner_form{
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    height:300px;
}
.banner_form h2 {
    font-size: 22px;
        color: #031f73;
}
.banner_form p {
    padding: 20px 0;
}
.banner_heading_btn {
    position: relative;
    padding-top: 20px;
}
.banner_form input#singin-email {
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 0;
    border-radius: 0;
}
.form-group.banner_form2 {
    padding: 17px 0;
}
.banner_form .form-control:focus{
    border:1px solid #0000;
}
.banner_form input#singin-email::placeholder{
    color:#8f8f8f;
    font-size: 14px;
}
/*=============================
index 2 style
=============================*/
.banner_form.dfgfdgg {
    height: 505px;
}
/*=============================
index  style
=============================*/
.banner4_heading {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #fff;
}
.banner4_heading h2{
        font-size: 22px;
    color: #031f73;
}

/*=============================
index 4 style
=============================*/
p.banner4_pera {
    padding-top: 10px;
    padding-bottom: 20px;
}
.banner4_heading span {
    padding-right: 12px;
}
.btn.tex-center {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}
/*=============================
page Header  style
=============================*/
.main_header{
      position: relative;
    /*float: left;*/
    width: 100%;
}
.main_header .brand_heading li a.nav-link {
    color: #031f73 !important;
    font-weight: 700;
    line-height: 8px;
}
.main_header .brand_heading li.nav-item {
    border-left: 1px solid #5f7cd2;
}
.main_header .header_right  ul.list-group {
    list-style: none;
    display: inline-block;
}
.main_header .header_right .list-group li {
    float: left;
}
.main_header .header_right .list-group li.brd_left {
    border-left: 1px solid #5f7cd2;
}
.main_header .header_right .list-group li a {
    padding: 0 10px;
}
.main_header .header_right a.header_right_mn {
    color: #8f8f8f;
    font-size: 14px;
}
.header_right  .right_img_header{
    max-width: 24px;
}
.main_header a.navbar-brand .header_logo2 {
    padding: 0;
    margin-bottom: 15px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.main_header_nav {
    background-color: #fff !important;
}
/*=============================
Header Banner  style
=============================*/
.page_header_bread{
    position: relative;
    padding: 305px 0 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_header_bread .layer-outer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
}

.page_header_bread .layer-image {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/header_banner/image-5.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

/*Header Banner 2 Bg Image*/
.page_header_bread .layer-image.header_banner_2 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/header_banner/image-6.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
/*Header Banner 3 Bg Image*/
.page_header_bread .layer-image.header_banner_3 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/header_banner/image-7.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.page_header_bread .layer-image.video_slider2_bg {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/video_slider/imgpsh_fullsize_anim.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
/*Research page*/
.page_header_bread .layer-image.research_slider2_bg {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/research/imgpsh_fullsize_anim.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
/*Gruop logo page*/
.page_header_bread .layer-image.group_logo_slider2_bg {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/group/group_logo_bg_image.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.video_page_socile.group_logo_socile h3 {
    color: #031f73;
}
.page_header_bread_shap {
    position: relative;
    padding: 30px 0 30px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header_strip {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
}
.blue-layer {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #031f73;
}
.page-header-content {
    max-width: 500px;
    margin: 0 auto;
}
/* search form*/
.sr {
    position: relative;
    top: 0;
    left: 22px;
    color: #2e5095;
    font-size: 25px;
    margin: 13px auto;
}

 form.header-search-form {
    position: relative;
    padding: 0 10px;
    margin: 0 auto;
}

 form.header-search-form input[type="text"] {
    width: 100%;
    height: 59px;
    font-size: 14px;
    border-radius: inherit;
    border: none;
    padding: 0 66px;
    background: #f0f0f0;
}
form.header-search-form input[type="text"]::placeholder{
    color:#031f73;
    font-weight: 400;
    font-size:16px;
    opacity:1;
}
form.header-search-form span.wa_header_form_icn {
    position: absolute;
    height: 100%;
    left: 40px;
    top: 17px;
    font-size: 21px;
    color: #1a578a;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

form.header-search-form button {
    position: absolute;
    height: 100%;
    right: 18px;
    top: 0;
    font-size: 26px;
       color: #e73f0d;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0 20px;
}

.header-search-form_btn {
    position: relative;
    text-align: center;
}
.header-search-form_btn a{
        position: relative;
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #fff;
    background-color: #0000;
    text-align: center !important;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 20px;
    min-width: 222px;
    z-index: 1;
    color: #fff;
}
.header-search-form_btn a:hover {
    background-color: #e73f0d;
    border: 1px solid #e73f0d;
}

 form.header-search-form {
    height: 64px;
}
.header-search-form_btn span {
    margin-right: 12px;
}
/*=============================
fechar image  style
=============================*/
.header_bottum_slide {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.fecher_main {
    position: relative;
    width: 100%;
}
.fecher_content {
    position: absolute;
    top: 5px;
    width: 100%;
}
.fecher_content h5 {
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 15px;
}
/*=============================
Header Banner 2  style
=============================*/
.page_header_bread.page_header_bread2{
    padding: 180px 0 76px;
}
.page_header_bread.page_header_bread2 .page_header_caption {
    position: relative;
    width: 100%;
    padding: 10px 20px 30px 20px;
    background-color: #543359;
    min-height: 100px;
}
.page_header_bread.page_header_bread2 .page_header_caption h5{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.page_header_bread.page_header_bread2 .page_header_caption p{
      color: #fff;
    font-size: 12px;
}
.page_header_bread.page_header_bread2 .page_header_caption span.wa_header_banner_2_arrow {
    margin-left: 13px;
}
.page_header_bread.page_header_bread2 .page_header_caption  span.wa_header_banner_2_arrow img {
    width: 36px;
}
/*=============================
Header Banner 3  style
=============================*/
.page_header_bread.page_header_bread2 .page_header_caption.diffrent_bg_white {
    background-color: #fff;
}
.page_header_bread.page_header_bread2 .page_header_caption.diffrent_bg_white h5,
.page_header_bread.page_header_bread2 .page_header_caption.diffrent_bg_white p{
    color: #031f73;
}
/*=============================
    Slider Video page style
=============================*/
.video_slider_page_heading {
    position: relative;
    width: 100%;
    background-color: #031f73;
    padding: 10px 0;
}
.video_slider_page_heading h2.slider_video_page_hd {
    color: #fff;
}

/*slider*/
.slider_video_main {
    position: relative;
    width: 100%;
    background-color: #ececec;
    /*padding: 50px 0;*/
    padding-top: 30px;
    padding-bottom: 0px;
}

.slider_video_main .video_slider_content h6 {
    color: #031f73;
    font-weight: 700;
    font-size: 14px;
}

.slider-video-carousel .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 50%;
    margin-top: -25px;
}
.slider-video-carousel .owl-theme .owl-nav [class*=owl-] {
    background: #0000;
    font-size: 30px;
}
.slider-video-carousel .owl-theme .owl-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 23px;
    top: 0;
    background-image: url(../img/all/left-.png);
    background-repeat: no-repeat;
}
.slider-video-carousel .owl-theme .owl-nav .owl-next {
    right: 1%;
}
.slider-video-carousel .owl-theme .owl-next:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/all/next-.png);
    background-repeat: no-repeat;
}
.video_page_socile_btm img {
    max-width: 26px;
}
.video_page_socile_content {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.video_page_socile_btm {
    position: relative;
    padding-top: 40px;
}
.video_page_serch_area form.header-search-form input[type="text"]{
    background-color:#fff;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.09);
}

/* Video Discribtion */
.video_discribtion_main {
    position: relative;
    width: 100%;
    padding: 50px 0;
}
.video_discribtion_main h3 {
    color: #031f73;
    font-weight: 700;
    /* line-height: 8px; */
    font-size: 16px;
    padding-bottom: 10px;
}
.video_discribtion_main p.date {
    color: #000;
    font-weight: 900;
}
.video_discribtion_main .video_discribtion_content_area {
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.video_discribtion {
    padding-bottom: 20px;
    border-bottom: 3px solid #8f8f8f;
    padding-top: 20px;
}

.video_page_end_pagination{
    position: relative;
    width: 100%;
}
/*=============================
 Slider Video 2 page  style
=============================*/
.video2_page_socile {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
}
.video2_page_socile_content {
    position: relative;
    width: 100%;
    text-align: center;
}
.video2_page_socile_content h6 {
    padding-bottom: 20px;
    color: #031f73;
    line-height: 22px;
}
.page_header_caption {
    position: relative;
    width: 100%;
    background-color: #376ca2;
    padding: 20px;
    margin: 42px 0;
}
.page_header_caption h5 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}
span.wa_header_banner_2_arrow img {
    max-width: 52px;
    margin-left: 20px;
}
.page_header_caption p {
    text-align: center;
    color: #fff;
}
/*=============================
 Team  page  style
=============================*/
.our_team_one{
    position: relative;
    width: 100%;
}
.our_team_one .our_team_thumb {
    position: relative;
    width: 100%;
}
.our_team_one .our_team_member_main{
    position: relative;
    width: 100%;
    float: left;
    border:1px solid #a4a4a4;
    margin-bottom: 20px;
}
.our_team_one .our_team_content {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 20px 10px 20px;
}
.our_team_one .our_team_content h3{
    color: #031f73;
    font-weight: 700;
    font-size: 14px;
}
.our_team_one .our_team_content p{
    color: #031f73;
}
.our_team_one .our_team_content a{
    color: #031f73;
    opacity: 1;
    font-size: 12px;
}
.our_team_one .our_team_main {
    padding-bottom: 25px;
}
/*=============================
 Team  details  style
=============================*/
.team_details .our_team_thumb {
    position: relative;
    max-width: 145px;
    margin: 0 auto;
}
.team_details .our_team_member_main{
    position: relative;
    width: 100%;
    float: left;
    border:1px solid #a4a4a4;
    margin-bottom: 20px;
    background-color: #031f73;
    padding: 10px 20px;
}
.team_details .our_team_content {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 20px;
}
.team_details .our_team_content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.team_details .our_team_content p {
    color: #fff;
}
.team_details .our_team_content a {
    color: #fff;
    opacity: 1;
    font-size: 12px;
}
.our_team_content span img {
    margin-left: 10px;
}
.team_details .our_team_main {
    padding-bottom: 25px;
}
.our_team_member_cotent {
    position: relative;
    float: left;
    width: 100%;
}
.our_team_member_cotent h3 {
    color: #031f73;
    font-size: 20px;
    padding-bottom: 15px;
}
.our_team_member_cotent h5 {
    color: #000;
    font-size: 14px;
    padding-bottom: 15px;
}
.team_details .our_team_member_cotent p {
    padding-bottom: 10px;
}
.team_details .our_team_member_cotent p {
    padding-bottom: 10px;
}
.logo_discribtion_cart_image.teame_member_repeat_dv {
    float: left;
    margin-bottom: 20px;
}
.product_shop.team_details {
    padding-top: 100px;
}
/*=============================
 Team Popup  page  style
=============================*/
.team_pop_up {  
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.team_pop_up_main {
    position: relative;
    width: 100%;
}
.member_image_image {
    position: relative;
    /*width: 100%;*/
}  
.member_designation {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
} 
.member_designation h3 {    
    color: #031f73;
    font-size: 20px;
}
p.bold_font {
    color: #000;
    font-weight: 800;
}
.member_designation p {
    font-size: 12px;
}
.pop_up_cart_img {
    position: absolute;
    right: 15px;
    bottom: -30px;
}
.pop_up_cart_img a {
    float: right;
}
.download_format_btn {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.poup_right_bottum_btn {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.download_format_btn ul {
    padding-left: 0;
    display: inline-block;
}
.download_format_btn li {
    height: 45px;
    width: 45px;
    margin-right: 6px;
    cursor: pointer;
    border: 1px solid #031f73;
    text-align: left;
    list-style: none;
    display: inline-block;
} 
.download_format_btn li a {
    color: #031f73;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.download_format_btn li:hover a {
    color: #fff;
    background: #e73f0d;
    border: 1px solid #e73f0d;
} 
.download_format_btn li:hover {
    border: 1px solid #e73f0d;
    background: #e73f0d;
} 
.download_format_btn p {
    font-size: 12px;
}
.bred_heading_main {
    position: relative;
    width: 100%;
    margin-bottom: 54px;
}
.bred_heading_main .bred_heading {
    position: absolute;
    width: 73%;
    right: 0;
    background-color: #031f73;
}
.bred_heading_main .bred_heading h2.slider_video_page_hd {
    color: #fff;
    padding-left: 18px;
}
.bred_heading_main2 {
    position: relative;
    width: 100%;
    /*padding-top: 8px;*/
    margin-bottom: 42px;
}
.bred_heading_main2 .bred_heading2 {
    position: absolute;
    width: 63%;
    right: 0;
    background-color: #376ca2;
    height: 72px;
}
.bred_heading2 .extra-space {
    color: #fff;
    float: right;
    padding: 15px 130px;
}
.page_header_bread_shap.filter_page {
    margin-bottom: 20px;
}
/*=============================
 Footer  page  style
=============================*/
.my_footer {
    position: relative;
    width: 100%;
    float: left;
    background-color: #031f73;
}
.my_footer-menu {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}   
.my_footer ul {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
}    
.my_footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}  
.my_footer ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px; 
   }
 .my_footer ul li a:hover{ 
  color: #99352b;
}
 /*=============================
 Research  page  style
=============================*/   
.research_page_main .research_logo_part {
    position: relative;
    float: left;
    width: 100%;
    padding: 35px 0 80px 0;
    border: 2px solid #8f8f8f;
    margin: 0 0;
    border-top: 0;
}   
.research_page_main .research_logo_part:hover .maBarreBleu{
    background-color:#e73f0d;
}
.research_logo_part .research_logo_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}   
.research_logo_content {
    position: relative;
    width: 100%;
    text-align: center;
}
.research_logo_content p {
    color: #8080a1;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
}  
.research_page_main img.research_logo {
    max-width: 120px;
} 
/*Research Form*/
.my_search_main {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.video_page_serch_area.research_serch_area {
    position: relative;
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.research_logo_part:after {
    /*position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    background-color: #031f73;
    top: 0;
    left: 0;*/
}
.logo_discribtion_main{
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
}
.logo_discribtion_main .logo_discribtion_image {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #8f8f8f;
}
.logo_discribtion {
    position: relative;
    padding-bottom: 20px;
}
.logo_discribtion_content_area {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px;
}
.logo_discribtion_btn {
    position: relative;
    padding-top: 20px;
}
img.logo_btn {
    width: 26px;
}
.logo_discribtion_btn .blue_border_tranceperent_btn{
    min-width: 186px;
}
.logo_discribtion_content_area h3 {
    color: #031f73;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}
.logo_discribtion_content_area p.date {
    color: #000;
    font-weight: 900;
}
.logo_discribtion_cart_image {
    position: relative;
    width: 100%;
}
.logo_discribtion_cart_image a {
    float: right;
    padding-top: 5px;
}
/*=============================
Our Repeat  style
=============================*/
.our_reapid_icon_one {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.our_reapid_icon_one .reapid_icon_main {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.our_reapid_icon_one .our_reapid_icon_main {
    position: relative;
    float: left;
    width: 100%;
    padding: 28px 20px;
    overflow: hidden;
    border: 2px solid #e7e7e7;
    margin-bottom: 20px;
}
.our_reapid_icon_one .reapid_icon_content h4 {
    color: #031f73 !important;
    font-weight: 700;
    line-height: 8px;
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
}
.our_reapid_icon_one .reapid_icon_content p{
    color: #031f73 !important;
    font-weight: 700;
    line-height: 8px;
    font-size: 14px;
    text-align: center;
}
.our_reapid_icon_thumb {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
        padding-bottom: 15px;
}
.our_reapid_icon_thumb img {
    width: 129px;
    margin: 0 auto;
}
/*=============================
Shop Page  style
=============================*/
.product_shop {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
}
.product_shop_content {
    position: relative;
    float: left;
    /*width: 100%;*/
}
.product_shop .product_shop_content_pera {
    position: relative;
    float: left;        
    width: 100%;
}
.product_shop .product_shop_content_pera h5,
.product_shop .product_shop_content_pera h4,
.product_shop .product_shop_content_pera p{
    color: #fff;
}
.product_shop .product_shop_content_pera h4 {
    font-size: 18px;
}
.product_shop .product_shop_content_pera h5 {
    font-size: 16px;
}
.product_shop .product_shop_content_pera p{
    font-size: 14px;
    line-height: 22px;
}
.styled_pagination ul {
    padding-left: 0;
}
.styled_pagination li {
    position: relative;
    display: inline-block;
    margin: -8px 1px 0px 0px;
}
.styled_pagination a.prev_content {
    color: #8f8f8f;
    font-size: 13px;

}
.styled_pagination li a.next, .styled_pagination li a.prev {
    font-size: 14px;
    letter-spacing: 1px;
}
.styled_pagination li a.prev_act {
       position: relative;
    display: block;
   line-height: 25px;
    padding: 3px 1px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 33px;
    border: 1px solid;
    font-weight: 500;
    text-align: center;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    background-color: #0000;
    border-color: #8f8f8f;
}
.styled_pagination {
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
}
.styled_pagination_bas ul {
    padding-left: 0;
}
.styled_pagination_bas li {
    position: relative;
    display: inline-block;
    margin: 5px 1px 0px 0px;
}
.styled_pagination_bas a.prev_content {
    color: #8f8f8f;
    font-size: 13px;

}
.styled_pagination_bas li a.next, .styled_pagination_bas li a.prev {
    font-size: 14px;
    letter-spacing: 1px;
}
.styled_pagination_bas li a.prev_act {
       position: relative;
    display: block;
   line-height: 25px;
    padding: 3px 1px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 33px;
    border: 1px solid;
    font-weight: 500;
    text-align: center;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    background-color: #0000;
    border-color: #8f8f8f;
}
.styled_pagination_bas {
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
}
/*thumb css*/
.product_shop_images_main {
    position: relative;
    float: left;
    /*width: 100%;*/
}
.product_shop_images_main .product_shop_images{
   position: relative;
    float: left;
    width: 100%;
}
.product_shop_images_main .product_shop_images_icn {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;

}
.product_shop_images_main .product_shop_images_icn a {
    padding: 3px 10px;
    background-color: #e73f0d;
    color: #fff;
    font-size: 14px;
}
a.prev_act.active {
    color: #e73f0d;
}
a.prev_act {
    color: #031f73;
}
/*=============================
Fecher  style
=============================*/
.fecher_main.group_text {
    text-align: center;
    padding: 40px;
    background-color: #376ca2;
}
.fecher_main.group_text h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.fecher_main.group_text a {
    font-size: 13px;
    line-height: normal;
}
.fecher_main.group_text p {
           color: #fff;
        line-height: 16px;
        padding-top: 9px;
}

/*============================
        22-03-2020
=============================*/
.btnt img {
    padding-right: 15px;
    width: 35px;
}
.faq_content .tab-pane .card .card-body ul {
    display: block;
    padding: 0;
    list-style: none;
    line-height: 40px;
}
.faq_content .tab-pane .card .card-body ul li a {
     color: #8baaca;
}
.btnt {
    color: #081f73!important;
}
.mobile-view {
    display: none;
}
.banner_bg4 {
    padding-bottom: 191px;
}
.whole-content {
    border: 1px solid #8f8f8f;
}
.br-top {
    border-top: 1px solid #8f8f8f;
}
.poup_right_bottum_btn a img {
    width: 25px;
}
.mt--1 {
    margin-bottom: 1rem;
}
.poup_right_bottum_btn label {
    font-size: 13px;
}
.team_pop_up h6 {
    color: #031f73;
}
.bred_heading2 ul li {
    list-style: none;
    display: inline-block;
}
.bred_heading2 ul li {
    padding: 20px 5px;
}
.bred_heading2 ul li a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
}
.mt-top {
    position: relative;
    top: -25px;
}
.form_area {
    padding-bottom: 20px;
    position: relative;
}
.page_header_bread .brand_center {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background-image: url(/images/header_banner/theme_groupe_s.png);*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.page_header_bread .brand_center-2 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/images/header_banner/theme_aeroport_s.png);
    background-repeat: no-repeat;
    /*background-position: bottom center;*/
    background-position: center;
    background-size: cover;
}
.page_header_bread .brand_center-3 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/header_banner/image-10.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.page_header_bread .brand_center-4 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/header_banner/image-11.jfif);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.center li a span i {
    padding-right: 10px;
}
.center p {
    color: #fff;
    padding-top: 20px;
    font-size: 20px;
}
.max-w0 {
    width: 91.1%!important;
}
.advance_research {
    position: relative;
    width: 100%;
    top: 20px;
    padding-bottom: 30px;
}
.payment-options ul {
   padding: 0;
}
.payment-options ul li {
    list-style: none;
    display: inline-block;
}
.check_list {
    position: relative;
}
.payment-options {
    background: #8c8c8c;
    padding: 5px 0px;
}
.check_list {
    position: relative;
    top: 10px;
}
.payment-options ul {
    padding: 0;
    max-width: 638px;
    margin: 0 auto;
    text-align: center;
}
.payment-options ul li {
    padding: 0 40px;
    text-align: center;
}
.payment-options ul li .radio-option {
    color: #031f73;
    font-weight: 700;
}
.reaserch_check_list {
    max-width: 450px;
    margin: 20px auto;
}
.selection_btn a {
    border: 1px solid #031f73;
    color: #031f73;
    padding: 10px 15px;
    margin: 0 15px;
}
.selection_btn a:hover {
    border: 1px solid #c54828;
    background: #c54828;
    color: #fff;
}
.border-1 {
    border: 1px solid #ccc;
}
.form_selection_area {
    border-top: 1px solid #ccc;
}
.mid_content {
    max-width: 910px;
    margin: 0 auto;
    margin-top: 30px;
}
.selection input[type=text], input[type=email], input[type=search], input[type=password], input[type=number], select, textarea {
    color: #031f73;
    /*border: 1px solid #031f73;*/
}
.our_team_content span {
    color: #fff;
    font-size: 12px;
}
.nav-strip{
    background: #c7c7c7;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e5e5e5;
    border-color: #f9f9f9;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 14px;
}
.border-box {
    border: 1px solid #c7c7c7;
    border-top: none;
    background: #e5e5e5;
    padding-bottom: 60px;
}
.border-box input {
    background: transparent;
}
.border-box input:focus {
    background: transparent;
}
.border-box .btn.btn-theme {
    background: #fff;
    border: 1px solid #031f73;
    color: #031f73;
}
textarea#exampleFormControlTextarea1 {
    background: transparent;
}
.merge-btn {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.mb-50{
    margin-bottom: 50px;
}
.owl-nav{
    display: none;
}
/*.stip::after {
    position: absolute;
    width: 91.1%;
    right: 0;
    top: 10px;
    background: #353131;
    height: 47px;
    content: "";
    opacity: 0.6;
}*/
/*============================
        22-03-2020
=============================*/


/*23-03-2020*/
/*=============================
pop up shope  style
=============================*/

.team_pop_up_main.shop_pop_up_main .our-partner-one {
    position: relative;
    float: left;
    width: 100%;
}
.shop_pop_slider {
    position: relative;
    float: left;
    width: 100%;
	padding: 38px 0;
	border-bottom: 1px solid #8f8f8f;
}
.product_shop_images_icn a {
    color: red;
    padding: 4px 8px;
    background-color: green;
}
.product_shop_images_icn a {
    color: red;
    padding: 4px 8px;
    background-color: green;
}

.team_pop_up_main.shop_pop_up_main {
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.shop_pop_up_main .popup_btn_botttom {
    position: relative;
    float: left;
    width: 100%;
}

.shop_pop_up_main .popup_btn_botttom a.blue_border_tranceperent_btn.bottum_tn_popup {
    position: absolute;
    bottom: 0;
}
.product_shop_images_icn.product_shop_images_icn_poup {
    position: relative;
    float: right;
    /* float: left; */
    /* width: 100%; */
    margin-top: 8px;
}

.product_shop_images_icn.product_shop_images_icn_poup a {
    padding: 4px 8px;
    background-color: #e73f0d;
    color: #fff;
    font-size: 14px;
}

/*=============================
pop up Team 2  style
=============================*/
.poup_right_bottum_btn {
    position: relative;
    float: left;
    width: 100%;
        margin-top: 20px;
}
.poup_right_bottum_btn a {
    padding: 9px 10px;
    background-color: #0000;
    margin-left: 20px;
    /*border: 2px solid #031f73;
    color: #031f73;*/
    border: 2px solid #e73f0d;
    color: #e73f0d;
}
h5.pop_up_slide_headeing {
    color: #031f73;
    font-size: 16px;
    padding-bottom: 15px;
}


.video_page_socile_content.FICHE.fiche_photos_heading_page h3 {
    font-size: 50px;
    color: #831c23;
    font-weight: 800;
}
.video_page_socile_content.FICHE.fiche_photos_heading_page p{
	 color: #831c23;
}
.poup_right_bottum_btn.tex-center {
    text-align: center;
    padding-top: 20px;
}
.center_hd_pd {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.center_hd_pd a{
    color: #831c23;
    font-size: 18px;
    font-weight: 600;
}
.center_pera_poup {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
	box-shadow: 0px 10px 20px 0px rgba(165,165,165, 0.2);
	margin-top: 20px;
}
.center_pera_poup h5 {
    font-size: 30px;
    color: #031f73;
}
.center_pera_poup p {
    padding-bottom: 14px;
	font-size: 16px;
}

/*merge pop_up*/
.row.merge_bottume_pop_up {
    background-color: #e6e6e6;
    border-top: 1px solid #000;
	padding-bottom: 20px;
}
.modal-body.merge_body {
    padding-bottom: 0;
}
.popup_team_radio_btn {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-left: 20px;
}
span.slide_date {
    margin-left: 9px;
    font-size: 12px;
    color: #000;
}
form.header-search-form.pop_up_fr button {
    border: 1px solid #000;
    /* right: 0; */
    height: 93%;
    right: 11px;
}
form.header-search-form.pop_up_fr input[type="text"] {
    border: 1px solid #000;
}
.video_page_serch_area.research_serch_area.pop_up_fr_main {
    width: 100% !important;
}
.pop_padd {
    padding: 20px 0;
}


.my_footer.my_pop_up_main {
    margin: 44px 0;
}
.member_image_images {
    border: 2px solid #ddd;
}
.pop-img {
    position: relative;
    margin-bottom: 50px;
}

#scroll-top {
	width: 4rem;
	height: 4rem;
	position: fixed;
	right: 50px;
	bottom: 128px;
	z-index: 999;
	/*color: #cccccc;*/
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	border-radius: 0;
	border: none;
	/*background-color: #fafafa;*/
	font-size: 3rem;
	transition: all 0.4s ease;
	transform: translateY(60px);
	-ms-transform: translateY(60px)
}

#scroll-top:hover,
#scroll-top:focus {
    color: #777;
    background-color: #eaeaea
}

#scroll-top.show {
    cursor:pointer;
    visibility: visible;
    display:block;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0)
}

.myTooltip:hover
{
  border: 0; /* IE6 fix */
}

.myTooltipSpan
{
  position: absolute;
  top: 104px;
  left: 253px;
  z-index: 999;
  width: 253px;
  margin-left: -126px;
  /*padding: 10px;*/
  border: 1px solid #ccc;
  opacity: .9;
  color:white;
  background-color: rgba(55, 108, 162, 0.8);
  background-image: -webkit-linear-gradient(rgba(55, 108, 162, 0.8), rgba(55, 108, 162, 0.8));
  background-image: -moz-linear-gradient(rgba(55, 108, 162, 0.8), rgba(55, 108, 162, 0.8));
  background-image: -ms-linear-gradient(rgba(55, 108, 162, 0.8), rgba(55, 108, 162, 0.8));
  background-image: -o-linear-gradient(rgba(55, 108, 162, 0.8), rgba(55, 108, 162, 0.8));
  background-image: linear-gradient(rgba(55, 108, 162, 0.8), rgba(55, 108, 162, 0.8));
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);*/
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  line-height: normal;
}

.myTooltipSpan:before,
.myTooltipSpan:after
{
    z-index: 999;
  /*content: "";*/
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.myTooltipSpan:before
{
  /*border-top-color: #ccc;
  bottom: -8px;*/
}

.myTooltipSpan2
{
  position: absolute;
  top: 104px;
  left: 253px;
  z-index: 999;
  width: 253px;
  margin-left: -126px;
  /*padding: 10px;*/
  border: 1px solid #ccc;
  opacity: .9;
  color:white;
  background-color: rgba(3, 21, 115, 0.8);
  background-image: -webkit-linear-gradient(rgba(3, 21, 115, 0.8), rgba(3, 21, 115, 0.8));
  background-image: -moz-linear-gradient(rgba(3, 21, 115, 0.8), rgba(3, 21, 115, 0.8));
  background-image: -ms-linear-gradient(rgba(3, 21, 115, 0.8), rgba(3, 21, 115, 0.8));
  background-image: -o-linear-gradient(rgba(3, 21, 115, 0.8), rgba(3, 21, 115, 0.8));
  background-image: linear-gradient(rgba(3, 21, 115, 0.8), rgba(3, 21, 115, 0.8));
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);*/
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  line-height: normal;
}

.myTooltipSpan2:before,
.myTooltipSpan2:after
{
    z-index: 999;
  /*content: "";*/
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.myTooltipSpan2:before
{
  /*border-top-color: #ccc;
  bottom: -8px;*/
}

.carouselReplace {
    display:none;
    width: 100%;
    background-color: #86E3D6;
    height: 60px;
}

.mobilSuperFiltre {
    display:none;
}

.modal-mediaPopin {
    max-width:1250px;
    width:1250px
}
