
/*----------------------------------------------------
Custom CSS

----------------------------------------------------*/
/*--------------------------------------------------*/
/*Color Variables*/
::selection {
    background-color:#99a9bb;
    color: #FFF
}

/*----------------------------------
   1.Start button
------------------------------------*/
.btn{
padding: 18px 50px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
      display: inline-block;
    border: 0;
     text-transform: uppercase;
    position: relative;
    z-index: 2;
     text-decoration: none !important;
}
.btn-primary:active:focus{
outline:none;
}

.btn-default {
   /* background: #2e7ffe !important; */
   background: #0793e8 !important;
  color: #fff !important;
}
.btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    /* background:#504cf5 !important; */
    background:#24709e !important;

    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-default:hover:before, .btn-default:focus:before {
    transform: scaleY(1);
    color: #fff !important;
    border-radius: 30px;
}

.btn-primary {
   /* background: #504cf5 !important; */
   background: #0793e8  !important;
    color: #fff !important;
  }

.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
        background:#24709e !important;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-primary:hover:before, .btn-primary:focus:before {
    transform: scaleY(1);
    color: #fff !important;
    border-radius: 30px;
}
#suscribe_btn_footer:hover,#suscribe_btn_footer:focus  {
    border:white 1px solid !important;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
    transition: all 300ms linear 0s;
}


a {
      color: #fff !important;
    text-decoration: none !important;
}

/*----------------------------------
   End button
------------------------------------*/

/*----------------------------------
   2. Headings
------------------------------------*/

/* Section Title*/
.title {
  text-align: center;
  text-transform: uppercase;
}
.title h2  {
    font-size: 30px;
    color: #99a9bb;

    font-weight: 550;
    text-transform: capitalize;
}
.pt_banner_30{
  padding-top: 35px !important}
}





.title h4 {

  color: #555555;
  padding-top: 55px;
}
.subtitle h2 {

  color: #222222;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}





/*----------------------------------
   4.Prefix Styles
------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
 font-family: 'Open Sans', sans-serif;
  /*Section Fix*/
  padding-right:0 !important;
  padding-left:0 !important;
}

body p {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  color:/* #555555*/ black;
  font-size: 16px;
  margin: 0;
}
body section.row, body header.row, body footer.row {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

/*Ancore*/
a, .btn, button {
  outline: none;
  transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
  transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

blockquote {
    /* display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px; */
}
blockquote, q {
    /* position: relative;
    padding: 4rem 3rem 3rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.88;
    border: 1px double rgba(0,0,0,.1);
    margin: 6rem 0;
    display: block; */
}
thead, th, td {
    border: 1px solid black;
    padding: 10px;
}
ul li {
    line-height: 30px;
}
ol li {
    line-height: 30px;
}
strong {
    font-weight: 600;
    line-height: 35px;
}
tbody a{
  color:#337ab7 !important;
}
dd, dt {
    line-height: 2.428571;
    }

/*--------------------------------------------------*/


/* Header Aera */


.header_aera {
  background:no-repeat !important;
  border-radius: 0;
  border: 0;
  margin: 0;
  /* padding: 70px 0px; */
  /* padding: 2px 0px; */
  padding: 20px 0px;
  width: 100%;
  z-index: 9999;
  top: 0;

}
.header_aera .searchForm {
  height: 0;
  overflow: hidden;
  transition: all 300ms linear 0s;
}
.header_aera .searchForm .input-group-addon {
  border-radius: 0;
  border: none;
  font-size: 14px;
  padding: 0 45px;
  background: #f6b60b;
  color: #fff;
  cursor: pointer;
}
.header_aera .searchForm .form-control {
  height: 79px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #f6b60b;
  text-align: center;
  font: 400 16px "Roboto", sans-serif;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.header_aera .searchForm .form-control.placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}
.header_aera .searchForm .form-control:-moz-placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}
.header_aera .searchForm .form-control::-webkit-input-placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}
.header_aera .show {
  height: 80px;
  border-bottom: 1px solid transparent;
}
.header_aera .navbar-header .navbar-brand {
  padding-top:0px !important;
}
.header_aera .navbar-header .navbar-brand img {
  max-width: 70%;
}
@media (max-width: 769px) {
  .header_aera .navbar-header .navbar-brand img {
    max-width: 50%;
  }
}

.our_footer_area img {
  /* max-width: 53%; */
  max-width: 45%;
}
.navbar-right
{
  float:left !important;
  position: absolute;
  z-index: 100;
  width:100%;
}
@media (max-width: 769px){
.navbar-right {
  position: inherit !important;
  z-index: inherit;
  padding-left: 20px;
  }
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li a {

    /* text-transform: uppercase; */
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    /* padding-left: 30px; */
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;

}
@media (min-width: 770px) and  (max-width: 991px){
.header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    /* font-size: 15px; */
    font-size: 12px;
  }
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {
  color: #f6b60b;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom {
  width: 100px;
  background: #f6b60b;
  color: #fff;
  padding: 0;
  text-align: center;
  margin-left: 15px;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:focus {
  color: #222222;
}


.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li {
  display: block;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li :hover {
  background-color: #0793e8;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li a {
  line-height: normal;
  /* padding: 12px 8px; */
  padding: 8.5px 8px;
  display: block;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:before {
  content: "";
  width: 100%;
  height: 5px;
  /* background: #222222; */
  background: #24709e;
  position: absolute;
  top: 0px;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 800ms ease-in-out;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  /* background: #222222; */
  background: #24709e;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: all 800ms ease-in-out;
}
@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul {
    transform: rotateX(0deg);
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul:before {
    transform: scaleX(1);
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul:after {
    transform: scaleX(1);
  }
}

.dropdown.submenu .dropdown.submenu {
    display: none;
    height: 0px;
}
.dropdown.submenu:hover> .dropdown.submenu {
    display: block;
    height: auto;
}



.navbar-nav>li {
    width: 20%;
}

@media (max-width: 769px) {
  .navbar-nav>li {
      width: 100%;
  }
}

/* Distance between menus  */
/* @media (min-width: 767px) and (max-width:991px) {
  #menu_link_4 {
    margin-left: -7%;
  }
} */

@media (min-width: 770px) and (max-width:991px){
  /* English */
  #eng_menu #menu_link_2 {
    margin-left:9%;
  }
  #eng_menu #menu_link_2 + ul {
    margin-left:9%;
  }
  #eng_menu #menu_link_3 {
    margin-left: 11%;
  }
  #eng_menu #menu_link_4 {
    margin-left: 39%;
  }
  #eng_menu #menu_link_5 {
    margin-left: 14%;
  }
  /* French */
  #fr_menu #menu_link_1 {
    margin-left:-56%;
  }
  #fr_menu #menu_link_1 + ul{
    margin-left:-56%;
  }
  #fr_menu #menu_link_2 {
    margin-left: -19%;
  }
  #fr_menu #menu_link_2 + ul{
    margin-left: -19%;
  }
  #fr_menu #menu_link_3 {
    margin-left: -10%;
  }
  #fr_menu #menu_link_4 {
    margin-left: 22%;
  }
  #fr_menu #menu_link_5 {
    margin-left: 17%;
  }
}
@media (min-width: 992px){
  #eng_menu #menu_link_2 {
    margin-left:2%;
  }
  #fr_menu #menu_link_2 {
    margin-left:15%;
  }
  #fr_menu #menu_link_2 + ul {
    margin-left:15%;
  }
  #menu_link_3 {
    margin-left: 7%;
  }
  #eng_menu #menu_link_4 {
    margin-left: 31%;
  }
  #fr_menu #menu_link_4 {
    margin-left: 24%;
  }
  #menu_link_5 {
    margin-left: 14%;
  }
}



@media (min-width: 992px) and (max-width: 1200px) {
  #fr_menu #menu_link_1 {
    margin-left:-24%;
  }
  #fr_menu #menu_link_1 +ul {
    margin-left:-24%;
  }
  #fr_menu #menu_link_2 {
    margin-left: 3%;
  }
  #fr_menu #menu_link_2 +ul {
    margin-left: 3%;
  }
  #fr_menu #menu_link_3 {
    margin-left: -3%;
  }
  #fr_menu #menu_link_4 {
    margin-left: 21%;
  }
  }

@media (min-width: 992px) {
  #fr_menu  #menu_link_2 + ul {
    margin-right: -255px;
  }
  }

@media (min-width: 992px) and (max-width: 1200px) {
  }
/* End Header Aera */
/* End header area 2 */
.header_aera_tow {
  background-color: transparent;
  position: relative;
  box-shadow: none;
}
.header_aera_tow .navbar_right_fulid {
  background: #fff;
  height: 100px;
  padding-left: 20px;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}
.header_aera_tow .navbar_right_fulid:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100px;
  background: #fff;
  width: 30%;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}
.header_aera_tow .navbar_right_fulid ul.nav.navbar-nav.navbar-right {
  margin-right: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

/* header area 2 */
/*--------------------------------------------------*/



/*start banner area 1*/
/*--------------------------------------------------*/
.title-left h1{
    font-size: 35px;
    font-weight: 700;
    /* color: #364167; */
    color: #24709e;
        line-height: 50px;
    /* text-transform: capitalize; */
}

.bg-banner-img{

    background: rgba(255,255,255,0);
    /* background-image: url(../images/banner-img.jpg); */
    background-image: url(../images/background-banner0.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.clip-ellipse {
  clip-path: ellipse(95%  100% at top);
  -webkit-clip-path: ellipse(93%  100% at top);

}
.mb-90{
  padding-bottom:140px;
}
.color-gray{
  color:#dedede;
}

.back-shap{
    background-image: url(../images/shap-a.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;




}

.ovrllay{
    position: relative;
    left: 0;
    top: -2px;
    /* top: 50px; */
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    /* background-image: linear-gradient(to right top ,#2725b9d4,#3a39dcd1,#e748bec2 ,#e748bec9 ,#e748beb5)!important; */
    /* background-image: linear-gradient(to right top ,#2e7ffe61,#1c6586,#3580bdbf ,#55c9ffb0 ,#b3e5fc33)!important; */
    /* background-image: linear-gradient(to right top ,#2e7ffe61,#516c79d1,#576a79bf ,#89a7b5b0 ,#adc7d400)!important; */
    /* background-image: linear-gradient(to right top ,#2e7ffe61,#9dd5f1d1,#90caf9bf ,#81d4fab0 ,#b3e5fc33)!important; */
    /* background-image: linear-gradient(to right top ,#333a4661,#7a96a5d1,#8393a0bf ,#5c768aad ,#b3e5fc33)!important; */
    /* background: #116aabbf; */
    background: rgba(17,105,171,0.7490196078431373);
    }



@media (max-width: 900px) {
  .ovrllay {
    margin-top: 60px;
  }
  #covid_banner p{
    width:93%;
    padding-left: 10px;
    margin: 6px 0 13px 0px;
    line-height: 13px;
  }
  #food_systems_banner p{
    width:93%;
    padding-left: 10px;
    margin: 6px 0 13px 0px;
    line-height: 13px;
  }
}

@media (max-width: 500px) {
  .ovrllay {
    margin-top: 80px ;
  }
  #covid_banner p {
    font-size: 17px !important;
    /* width:93%;
    padding-left: 10px;
    margin: 6px 0 13px 0px;
    line-height: 13px; */
}
  #food_systems_banner p {
    font-size: 17px !important;
    /* width:93%;
    padding-left: 10px;
    margin: 6px 0 13px 0px;
    line-height: 13px; */
}
}

@media (min-width: 889px) {

  #covid_banner p {
    width:100%;
    padding-left: 0px;
}
  #food_systems_banner p {
    width:100%;
    padding-left: 0px;
}
}
@media (min-width: 900px) {

  .ovrllay {
    margin-top: 58px;
  }
}


img{
    vertical-align: middle;
    max-width: 100%;
}
.ovrllay > .row{
    margin:0 !important;
}
.shap_top{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
}
.all-text {
    padding: 108px 50px;
}
.shap_bottom{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.banner-text{
   text-align: center;
    font-size: 19.5px;
    color: #fff;
    line-height: 40px;
}
.py-70{
  padding: 70px 0px;
}
.py-70bis{
  padding: 70px 0px 40px;
}
.mb-60{
  margin-bottom: 60px;
}
/*End banner area 1*/
/*--------------------------------------------------*/

/*start servise area */
/*--------------------------------------------------*/
.servise-top{
    text-align: center;
    visibility: visible;
    animation-name: fadeInUp;
    background: #2e7ffe;
        width: 85px;
    line-height: 80px;
    height: 85px;
    margin-bottom: 20px;
    border-radius: 50%;
}
.unify{
  font-weight: 700;
    font-size: 24px;
    text-align: left;
    margin: 10px 0;
    color: #364167;
}
.bottom-s{
    font-size: 16px;
    line-height:1.7em;
    color: #97a6b9;
    margin-bottom:30px;
}
.col-4pad{
  padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}
.button-div{
  margin-top: 20px;
}
.button-s:after {
    content: '→';
    position: absolute;
    margin-left: 5px;
    font-family: 'IntercomText', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    transition: transform 0.3s;
    margin-top: 2px;
    transition-duration: 1s;
}
.button-s:hover:after{
  margin-left: 15px;
  transition-duration:1s;
}
.button-s{
    font-size: 14px;
    color: #0793e8 !important;
    font-weight: 400;
        display: block;
    letter-spacing: 0.15px;
      transition-duration:1s;
}

.service-1{
         border: 1px solid rgba(90,122,190,0.08);
    box-shadow: 0 3px 0 0 rgba(90,122,190,0.12);
    padding: 30px 15px 30px 20px;
    border-radius: 10px;
    transition-duration: 1s;
}
.contact-map{
        box-shadow: 0px 6px 21px -5px #d3d3d3;
   background:#edf6fb;
    border-radius: 10px;
    transition-duration: 1s;
    float: left;
}
.section-heading.left {
    margin-bottom: 30px;
    text-align: left;
}
.section-heading h4 {
    font-size: 30px;
    line-height: normal;
    position: relative;
    padding-bottom: 20px;
    color:#24709e;
}
.section-heading h4:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #0793e8;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0px;

}
.top-contact{
  margin-top:20px;
}

.contact-info-section h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}
.contact-info-section p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.contact-info-section {
    border-bottom: 1px solid #ececec;
    padding: 25px 0;
    margin-bottom: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.contact-info-section h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
    padding-left: 0px !important;
}
.list-style-1 li {
    padding: 5px 0;
}
.contact-info-section p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.contact-info-section i {
    width: 25px;
    height: 25px;
    padding-top: 7px;
    border-radius: 50%;
    background: #24709e;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    line-height: 11px;
}
strong {
    font-weight: 600;
}
.list-style-2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style-2 li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
}
.list-style-2 li:before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #232323;
    position: absolute;
    top: 12px;
    left: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input,
select {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    height: 50px;
}
textarea{
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    height: 200px;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
    -webkit-appearance: none;
    outline: none

}

input:focus,
textarea:focus {
    border-color: #24709e;
    outline: none
}

input[type="button"]:focus {
    outline: none
}

select::-ms-expand {
    display: none
}

iframe {
    border: 0
}
.padding-30px-left {
    padding-left: 30px;
}
.list-style-1 li {
    padding: 5px 0;
    list-style-type: none;
}




.map_top_h{
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    color: #364167;
    padding-top: 80px;
    padding-bottom: 100px;
}
.service-1:hover{
    box-shadow: 0 1px 1px 0 rgba(90,122,190,0.1), 0 10px 20px 0 rgba(90,122,190,0.2);

    transition-duration: 1s;
}
.about_row{
  margin-top:100px;
}
.mb_150{
  margin-bottom: 100px;
}
.font_30{
  font-size: 30px;
  font-weight: 600;
}




.p-0{
  padding-left: 0px !important;
}
.pt-0{
  padding-top: 0px !important;
}
.pb-0{
  padding-bottom: 0px !important;
}

#banner{
  /* padding-top: 50px !important} */
}

.about_h{     font-size: 25px;     color: #90a0b4;     font-weight: 540;
margin: 30px 0px; }

.about_s2 {
  text-align: left;
    font-size: 25px;
    color: #90a0b4;
    line-height: 40px;
    font-weight: 400;
    margin: 30px 0px;
}

.about_bottom_h{
  font-size: 20px;
  line-height:
35px;color: /*#90a0b4*/black;
/* padding-right: 15px; */
    /* text-transform: capitalize; */

}
.mt-50{
  margin-top: 50px;
}
 .my_0{margin:0px !important}
.video-img{
  text-align: center;
  padding: 200px 0px;
    position: relative;
    top: 168px;
    left: 100px;
  }
.mr-0{
  margin-right: 0px;
}
.pl-40{
  padding-left: 40px !important;
}
.py-40{
  padding:0px 30px ;
}
.pr-0{
  padding-right: 0px !important;
}





 /*End servise area */

/*--------------------------------------------------*/
/*----------------------------------


 1.pricingTable_area
------------------------------------*/
.pricingTable{
    text-align: center;
}
.mt-50{
  margin-top: 40px !important;
}
.tebel-color.pricingTable .pricingTable-header{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding:60px 0;
    background:#7a90ff;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-header {
    padding:30px 0;
   background: #7a90ff;
    position: relative;
    transition: all 0.3s ease 0s;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}


.pricingTable .pricingTable-header:before{
    left: 40px;
}
.pricingTable .pricingTable-header:after{
    right: 40px;
}
.pricingTable .heading{
    font-size: 20px;
    color: #e5cebf;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
}
.pricingTable .price-value{
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.3s ease 0s;
}

.pricingTable .currency{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: -19px;
}
.pricingTable .month{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -35px;
    text-transform: uppercase;
}
.pricingTable .pricing-content{
    padding-top: 20px;
    background: #fff;
    position: relative;
        border-top: 1px solid #eee;
            border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}



.pricingTable .pricing-content:before{
    left: 40px;
}
.pricingTable .pricing-content:after{
    right: 40px;
}
.pricingTable .pricing-content ul{
    padding: 0 20px;
    margin: 0;
    list-style: none;
}

.pricingTable:hover .pricing-content ul:before,
.pricingTable:hover .pricing-content ul:after{
        background: #0e0fb352 !important;
    background-image: linear-gradient(to left ,#0e0fb34f,#0e0fb378,#e6349c75,#e6349c9e,#e6349c)!important;
}
.pricingTable .pricing-content ul:before{
    left: 44px;
}
.pricingTable .pricing-content ul:after{
    right: 44px;
}
.pricingTable .pricing-content ul li{
    font-size: 15px;
    font-weight: 600;
    color: #90a0b4;
    padding: 8px 0;
}
.pricingTable .pricing-content ul li:last-child{
    border-bottom: none;
}
.pricingTable .btn-default{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #7a90ff;
    padding: 12px 25px;
    margin: 30px 0;
    margin-top: 60px;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
}
.pricingTable .btn-default:hover{
    text-decoration: none;
}

.pricingTable{
       box-shadow: 0px 0px 70px #bbbaba69;
       border-radius: 30px;
}
.pricing-three{
    box-shadow: 0px 0px 140px #aeaeae8a;
    position: relative;
    z-index: 999999999999 !important;
}
.p-0{
  padding:0px !important;
}
.pt-100{
  padding-top:70px !important;
}

.tabel-color{
    font-size: 25px;
    font-weight: 600;
    color: #364167;
    margin: 40px 0px;
}


/*------------------------------------
.End pricingTable_area
------------------------------------*/


/*------------------------------------
.start about_area
------------------------------------*/
.title-lefts h1{
    font-size: 50px;
    font-weight: 900;
    color: #24709e;
        line-height: 50px;
    /* text-transform: capitalize; */
}

.title-lefts .bottom_h{
    font-size: 20px;
    line-height: 35px;
    color: #37456D;
    margin: 25px 0px;
}
.about-s{
    font-size: 25px;
    color: #37456c;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top:55px;
}
.about-bottom-s{

    font-size: 20px;
    color: #37456c;
    line-height: 40px;
    font-weight: 500;

}
.posi-r-img{
    position: relative;
    /* bottom:100px; */
    bottom: 55px;;
}
.video-a {
    bottom: 50px;
    position: absolute;
    right: 30px;
}
.box-s{
    box-shadow: 0px 0px 100px #ccc!important;
}
.about-right h1{
    font-size: 25px;
    font-weight: 600;
    color: #364167;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom:18px;
}
.about-team h1{
    font-size:40px;
    padding-top: 65px;
    font-weight: 700;
    color: #364167;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 45px;
}

.about_bottom_r{
    font-size: 30px;
    color: #36415f;
    font-weight: 540;
    margin: 30px 0px;
}
.about_top-100{
  margin-top: 120px;
}
.contact_bottom_r{
    font-size: 30px;
    color: #3b4a6b;
    font-weight: 540;
   margin-bottom: 30px;
}
label{
    /* font-size: 16px;
    color: #98a4b2; */
    font-size: 22px;
    color: black;
    font-weight: 400;
    margin: 10px 0px;
}
.services-right{
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 25px;
}

.services-right-text{
    font-size: 22px;
    line-height: 45px;
    color: #90a0b4;
    padding-right: 0px;
    /* text-transform: capitalize; */
    margin-top: 22px;
}
.owl-prev {

    position: absolute;
    bottom: 50%;
    color: transparent !important;
}
.testimonial_area:hover .owl-prev{
  display:block !important;
}
.testimonial_area:hover .owl-next{
  display:block !important;
}

.owl-next{

    position: absolute;
    right: 0;
    bottom: 50%;
    color: transparent !important;
}
.owl-prev::before {
    content: url(../images/left-r.png);

}
.owl-next::before {
    content: url(../images/right-r.png);
    float:right;
}
.owl-dots{
  display: none !important;
}

.title h1{
    font-size: 35px;
    /* padding-top: 90px; */
    padding-top: 60px;
    font-weight: 700;
    color: #24709e;
    line-height: 50px;
    text-transform: capitalize;
}









/*------------------------------------
.End about_area
------------------------------------*/

@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }

}

/*End Table   */




/* our_team_area start */
.our_team_area {
  padding-bottom: 70px;
  }
.our_team_area .team_row {
  padding-top: 70px;
}
.our_team_area .team_row .team_membar {
  height:500px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0px 17px 51px -10px #cccccc9e;

}
.our_team_area .team_row .team_membar img {
  max-width: 100%;
}
.our_team_area .team_row .team_membar .team_content {

    padding-top: 28px;
    padding-bottom: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.our_team_area .team_row .team_membar .team_content ul {
  padding: 0;
  margin:20px 0px;
  margin-bottom: 30px;
  height: 0px;

  transition: all 300ms linear 0s;
}
.our_team_area .team_row .team_membar .team_content ul li {
  list-style: none;

  display: inline-block;
}
.our_team_area .team_row .team_membar .team_content ul li:first-child {
  padding: 0;
  margin-left: 50px;
}
.our_team_area .team_row .team_membar .team_content ul li a {
    font-size: 20px;
    color: #fff;
    line-height: 90px;
    width: 38px;
    color: #494dcb !important;
    text-align: left;
    display: block;
}

.our_team_area .team_row .team_membar .team_content .name {

text-align: left;
      font-size: 22px;
    color: #36415f !important;
     margin-left: 10px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 10px;
}
.our_team_area .team_row .team_membar .team_content h6 {
 text-align: left;
 margin-top: 10px;
      font-size:18px;
    color: #36415f !important;
    margin-left: 10px;
}
.float-left{
  float: left;
}

/*End our_team_area*/
/*--------------------------------------------------*/


/*----------------------------------
   12.our_achievments_area
------------------------------------*/



/*--------------------------------------------------*/

/*----------------------------------
   13.testimonial_area
------------------------------------*/
/* Testimonial Area start */
.testimonial_area {
  /* padding-bottom: 90px; */
  /* padding-bottom: 50px; */
  background: #fff;
}
.testimonial_area .testimonial_carosel {
  /* padding-top: 60px; */
}
.testimonial_area .testimonial_carosel .item .media {
  max-width: 140px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.testimonial_area .testimonial_carosel .item .media .media-left {
  padding-right: 30px;
}
.testimonial_area .testimonial_carosel .item .media .media-left a img {
    width: auto;
    height: 110px;
    border-radius: 50%;
}
.testimonial_area .testimonial_carosel .item .media .media-body {
  padding-top: 40px;
}
.testimonial_area .testimonial_carosel .item .media .media-body h4 {
  /* font: 700 14px "Roboto", sans-serif; */
  text-transform: uppercase;
  color: #222222;
}
.testimonial_area .testimonial_carosel .item .media .media-body h6 {

  color: #555555;
  padding-top: 5px;
}
.body-slider{
    font-size: 20px;
    font-weight: 600;
    color: #364167;
}
.img-s{
    margin: 30px 0px;
}
.owl-carousel .owl-item img{
  max-width: 100% !important;
  text-align: center !important;
}
.testimonial_area .testimonial_carosel .item p  {
    color: #90a0b4;
    max-width: 945px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    padding-bottom:36px;
}
.testimonial_area .testimonial_carosel .item p i {
  color: #555555;
  font-size: 18px;
  display: block;
}
.testimonial_area .testimonial_carosel .item p .fa-quote-left {
  text-align: right;
  padding-top: 5px;
}
.testimonial_area .testimonial_carosel .item p .fa-quote-right {
  text-align: left;
  padding-bottom: 5px;
}
.testimonial_area .testimonial_carosel .owl-controls {
  text-align: center;
}
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 2px solid #555555;
  margin-left: 15px;
  display: inline-block;
  transition: all 300ms linear 0s;
  border-radius: 50%;
}
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:hover, .testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:focus, .testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot.active {
  background: #7a90ff;
  border: 2px solid #7a90ff;
}

/* End Testimonial Area */





/*----------------------------------
   14.our_partners_area
------------------------------------*/
/* Our Partners Area start */
.bg-grediunt{
  /* background: #f4f9fb!important; */
  /* background-image: linear-gradient(to right bottom,#f4f9fb,#f4f9fb,#f4f9fb,#f4f9fb,#f4f9fb)!important; */
}
.bg-grediunts {
    background: #f1f9fc!important;
    background-image: linear-gradient(to right bottom,#f1f9fc,#f1f9fc,#f1f9fc,#f1f9fc,#f1f9fc)!important;
}
.email_color_site{
  color:#999 !important;
}

.our_partners_area .book_now_aera {

  padding: 50px 0;
}
.our_partners_area .book_now_aera .book_now .booking_text {
  padding-top: 8px;
}
.our_partners_area .book_now_aera .book_now .booking_text h4 {

  color: #364167;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;

}
.our_partners_area .book_now_aera .book_now .booking_text p {
    color: #364167;
    font-size: 16px;
    padding-top: 20px;
}




/* End Our Partners Area */
/*----------------------------------
   14.our_modal_area
------------------------------------*/


.hero {
  position: relative;
  height:500px;
  width: 100%;
  background: #ccc;
}
.hero__overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.no-background-blend-mode .hero__overlay {
  background: rgba(27, 82, 83, 0.6) !important;
}
.hero__overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 300ms linear;
  opacity: 0;
}
.hero__overlay--active {
  opacity: 1;
}
.hero__modal {
  width: 50%;
  margin: 30px auto 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__close {
    position: absolute;
    z-index: 15;
    right: -15px;
    bottom: 96%;
    width: 40px;
    border-radius: 50%;
    background: #0793e8;
    height: 40px;
    text-indent: -9999em;
}
.hero__close:before, .hero__close:after {
  content: '';
  position: absolute;
 width: 20px;
    top: 50%;
    left: 50%;
    height: 4px;
    margin-left: -10px;
  background: #fff;
  transform: rotate(45deg);
}
.hero__close:after {
  transform: rotate(-45deg);
}
.hero a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: black;
}


.clip-polygon  {
   background-color: #fff !important;
  /* background: url(../images/s-left-1.png) left top no-repeat; */
  background: url(../images/video_thumbnail.jpg) left top no-repeat;

   /* clip-path: polygon(0% 25%, 78% 0%, 90% 89%, 54% 101%, 0% 100%, 0% 75%, 0% 100%); */
   /* -webkit-clip-path: polygon(0% 25%, 78% 0%, 90% 89%, 54% 101%, 0% 100%, 0% 75%, 0% 100%) !important; */
   border-radius: 35px;
}
.clip-left {
   background-color: #fff !important;
  background: url(../images/mission_vision.png) right top no-repeat;
  border-radius: 35px;
}
.clip-right {
   background-color: #fff !important;
  background: url(../images/history.png) right top no-repeat;
  border-radius: 35px;
}
.py-200{
 padding: 246px 0px !important;
    /* padding-bottom: 328px !important; */
}
.py-45{
  padding: 40px 0px !important;
}
.py_map_40{
  padding-top: 40px;
  padding-bottom: 0px !important;
}



/*------------------------------------
14.End-modal area
------------------------------------*/

/*------------------------------------
19.Edit-css
------------------------------------*/

/*Edit-css start*/
.top-button {
    margin-top: 10px;
}
.button-n,
a {
    text-decoration: none!important;
    color:#fff !important;
}

.header_aera .navbar-header .navbar-brand{
  padding-top:0px !important;
}
.py-30{
  padding:20px 0px;
}
.tr{
text-align: right;
}
.logo-biss{

    color: #fff !important;
    font-size: 30px;
    font-weight: 700;

}


.what_we_area {

    background: #f2e9df !important;
    background-image: linear-gradient(to right bottom, #f2e9df, #c6dae1, #c6dae1, #f2e9df, #f2e9df) !important;
}

section{
  /* padding: 70px 0px; */
  padding:70px 0px /* 93px*/ 120px;
  /* padding: 115px 0px; */
}

.main-h{
    font-size: 50px;
    /* letter-spacing: 1px; */
    line-height: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
    /* text-transform: capitalize; */
    margin: 30px 0 7px;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    visibility: visible;

}
/* Landing page title */
.homepage .main-h {
  margin: 30px 0px 2px;
  font-size:70px;
  letter-spacing: 1px;
}

@media (max-width: 350px) {
.homepage .main-h, #splash .main-h{
  font-size: 34px;
  }
.homepage #motto, #splash #motto{
  font-size: 21px;
  }
}
@media (min-width: 350px) and (max-width: 450px) {
.homepage .main-h{
  font-size: 35px ;
  }
  #splash .main-h{
  font-size: 30px ;
  }
.homepage #motto, #splash #motto{
  font-size: 21px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
.homepage .main-h{
  /* font-size: 55px; */
  font-size: 52px;
  }
.homepage #motto{
  font-size: 21px;
  }
}



#motto{
  font-size:28px;
  font-weight:normal;
  color:white;
  margin-bottom: 38px;
  margin-top: 5px;
}
#suscribe_btn_banner{
  /* background:white !important;
  color: #24709e !important; */
/* background: #458bcc !important;
color: #dbf1ff !important; */

/* background: #a0d4fb !important;
color: #373738 !important;
border: 1px solid white;
font-weight: bold; */

/* font-size:32px;text-transform: initial;padding: 6px 30px 6px 30px; */
background: white !important;
color: #24709e !important;
}
#suscribe_btn_banner:before{
  background:none !important;
}
@media (max-width: 700px) {
#suscribe_btn_banner{
  font-size: 16px;
  padding: 18px 23px;
  }
}
.main-h2{
    font-size: 24px;
  visibility: visible;
    animation-name:fadeInUp;
    font-weight: normal;
    margin-bottom: 30px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    visibility: visible;
    animation-name:fadeInUp;
  }
  .main-h3{
visibility: visible;
    animation-name:fadeInUp;
  }

  .slider_area .slider_inner .camera_caption div a {
    font: 700 18px/59px "Roboto", sans-serif;
    width: 180px;
    text-align: center;
    background: #f6b60b;
    display: block;
    text-shadow: none;
    margin: 0 auto;
    outline: none !important;
    box-shadow: none;
    border: 0;
    color: #222222;
    position: relative;
    z-index: 2;
    padding: 0;
}

.top-banner {
    /* margin-top: 40px; */
    margin-top: 95px;
}
.mt-120{
 padding: 60px 0px 30px 75px;
}


.professional_builder .builder_all .builder i {

    color: #9eccfd !important;

}

.pb-90{
padding-bottom: 90px;

}

.our_footer_area{
  /* background-image: url(../images/footer-img.jpg); */
    background: #24709e;
    padding-top:70px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.footer-logo{
    max-width: 100%;
    text-align: left;
    height: 100px;
}
.footer-h{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 25px;
}
.footer-top{
    font-size: 21px;
    color: #fff;
    font-weight: 600;

     margin-bottom: 20px;
}
.footer-menu{
  padding:0px;
  margin:0px;
}
.footer-left-h{
    font-size: 20px;
    color: #fff;
    line-height: 30px;

}

.footer-menu li{
    font-size: 20px;
    list-style-type: none;
    line-height: 40px;
    color: #fff;
}
.location li {
    font-size: 20px;
    list-style-type: none;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.location_map li {
    font-size: 20px;
    list-style-type: none;
    line-height: 35px;
    color: #3b4a6b;
    margin-bottom: 25px;
}
.location_map{

  margin:0px;
}
.location li i {
    margin-right:10px;
}
.location_map li i {
    margin-right:10px;
}
.location_map li a {
    margin-right:10px;
    color:#3b4a6b !important;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */

     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

 .social-links {
 display: inline-block;
 margin-top:20px;
 }
 .pre_social_links {
  color:#fff;
  font-size:20px;
  line-height:40px;
  margin-top: 25px;
  vertical-align:bottom;
  margin-right: 20px;
  margin-left: 10px;
  display:inline-block;
 }
 .social-links a{
     text-align: center;
 	float: left;
 	width: 36px;
 	height: 36px;
   border: 1px solid white;
 /* background: white; */
 	border-radius: 100%;
 	margin-right: 7px;

 }
 .social-links a:hover{
     opacity:0.7;

 }
 .social-links a i{
 	font-size: 20px;
     line-height: 38px;
 	/* color: #24709e; */
 }

 .maps{
  margin-bottom:0px;
 }
#contatti a{
  color: #fff;
  text-decoration: none;
}


 .hero__player{
  height: 450px !important;
 }
iframe{
    width: 100%;
    height:450px;
  }
@media (max-width: 575.98px) {


  #contatti .maps iframe{
    width: 100%;
    height: 550px;
  }
 }


@media (min-width: 576px) {



   #contatti .maps iframe{
     width: 100%;
     height: 450px;
   }
 }

@media (min-width: 768px) {



  #contatti .maps iframe{
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 992px) {


   #contatti .maps iframe{
     width: 100%;
     height: 700px;
   }
}


.comment-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #0c487b;
    padding: 30px 20px;
}
.comment-theme{
  float:left;
}
.comment-main-area{
  margin-left:115px;
}
.comment-wrap1 {
    margin-left: 20px;
}
.comment-wrap2{
    margin-left:40px;
}
.sewl-comments-meta h4{
  margin-top: 2.2em;
  text-transform:capitalize;
  font-weight:500;
  font-size: 20px;
}
.comment-area p{
    margin-bottom: 5px;
    color: #000c17;
}

.sewl-comments-meta h4 span {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    font-style: normal;
}

.comment-image img {
    border-radius: 50%;
    height: 100px;
}




.sewl-form-inputs textarea,.sewl-form-inputs input{
  height:38px;
  width:100%;
      font-size: 16px;
  padding-left:20px;
  margin-bottom:25px;
      border: 1px solid #98a4b2;
   color:#98a4b2;
    border-radius: 5px;
}
.sewl-form-inputs textarea:focus,.sewl-form-inputs input:focus{
  outline:none;
}
.sewl-form-inputs textarea{
  height:150px;
  padding-top:10px;
  margin-bottom: 40px;
  margin-top: 25px;
}
.mt-2 {
    margin-top: .5rem!important;
}
.mt-30{
  margin-bottom:10px;
}
.mr-15{
  margin-left: 15px;
}
.mb_20{
  margin-bottom: 20px;
}

.form-submit  input:hover{
  background:#0552b1;
  border-color:#0552b1;
}
.sewl-form-inputs {

}


.pb-50{
  padding-bottom: 50px;
}
.form-c{
    display: block;
    height: 6rem;
    padding: 1.5rem 2.4rem;
    border: 0;
    outline: none;
    color: #151515;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*close*/
/*--------------------------------------------------*/

/*
    Multicoloured Hover Variations
*/

 #social-fb:hover {
     color: #fff;
 }
 #social-tw:hover {
     color: #fff;
 }
 #social-gp:hover {
     color: #fff;
 }
 #social-em:hover {
     color: #fff;
 }
.bigpixi-footer-social{
  margin-top: 20px;
}
/*End Edit-css*/
/*--------------------------------------------------*/


/*------------------18. blog-area start --------------------*/
.blog-wrap{
  background:#fff;
}
.blog-img{
  position:relative;
  z-index:99;
  overflow:hidden;
}
.blog-img:before,.blog-img:after{
  position:absolute;
  top:0;
  width:0;
  height:100%;
  background:#000;
  content:"";
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  opacity:.5;
}
.blog-img:before{
  left:0;
}
.blog-wrap:hover .blog-img:before{
  width:50%;
}
.blog-img:after{
  right:0;
}
.blog-wrap:hover .blog-img:after{
  width:50%;
}
.blog-meta{
  margin-bottom:10px;
}
.blog-meta ul li{
  display:inline-block;
  margin-right:10px;
}
.blog-meta ul li a{
  color:#555 !important;
}
.blog-meta ul li a:hover{
  color:#296dc1;
}
.blog-meta ul li a i{
  margin-right:3px;
}
.blog-content{
  position:relative;
  padding:20px 20px 30px;
  border-bottom:2px solid #c3c3c3;
}
.blog-content:before,.blog-content:after{
  position:absolute;
  left:0;
  bottom:-2px;
  width:10%;
  height:2px;
  /* background: #296dc1; */
  content:"";
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  opacity:.7;
}
.blog-wrap:hover .blog-content:before,.blog-wrap:hover .blog-content:after{
  width:50%;
}
.blog-content:after{
  left:auto;
  right:0;
}
.blog-content h3{
  margin-bottom:15px;
}
.blog-content h3 a{
  font-size:20px;
  text-transform:capitalize;
  color:#555!important;
}
.blog-content p{
  margin-bottom:20px;
  line-height:24px;
}
.blog-content a.btn-style{
  border:1px solid #296dc1;
}

.blog-img img {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/*------------------18. blog-area end --------------------*/
/*--------------------pagination-wrap start--------------*/
.pricing-page-area{
  padding-top:220px;
}
.pagination-wrap ul{
    margin-top:70px;
    display: flex;
    justify-content: center;
}
.pagination-wrap ul li a{
    height: 45px;
    width: 45px;
    background: #;
    line-height: 45px;
    display: block;
    border: 1px solid #296dc1;
    text-align: center;
    margin-left: -1px;
    color:#333 !important;
    font-size: 18px;
}
.pagination-wrap ul li a:hover,.pagination-wrap ul li.active a{
    background: #296dc1;
    color: #fff !important;
}
.blog-img img{
    width: 100%;
}
.btn_font_16{
  font-size: 16px;
  text-transform:capitalize;
  padding: 12px 25px;
}
/*--------------------pagination-wrap end--------------*/


/*============================================
            19.blog-details-area start
=============================================*/
.blog-details-img{
    margin-bottom: 40px;
}
.blog-details-content {
    text-align: justify;
}
.blog-details-content h3{
    margin-bottom: 20px;
}
.blog-details-content p{
    margin-bottom: 25px;
}
.blog-details-content .rtecenter{
    text-align:center;
}
.blog-details-content blockquote{
    font-size: 16px;
    font-style: italic;
        background: rgb(39, 40, 156);
    padding: 30px;
    border-left: 5px solid rgb(186, 85, 187);
    margin:35px 0px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.blog-details-content ul{
    margin-bottom: 30px;
}
.blog-details-content ul li{
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.blog-details-content ul li::before,.blog-details-content ul li::after{
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2e7ffe;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
}
.blog-details-content ul li::after{
    height: 10px;
    width: 10px;
    background: #2e7ffe;
    z-index: 9;
    left: -2px;
}
ol{
  list-style:none;
}
.comment-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
    padding: 30px 20px;
}
.comment-theme{
  float:left;
}

.comment-wrap1 {
    margin-left: 20px;
}
.comment-wrap2{
    margin-left:40px;
}
.sewl-comments-meta h4{
  text-transform:capitalize;
  font-weight:500;
  margin-top: 0px;
}
.sewl-comments-meta h4 span {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    font-style: italic;
}
.comment-main{
  margin-bottom:50px;
}
.comment-image img {
    border-radius: 50%;
}
.comment-area p{
    margin-bottom: 5px;
}
.comments-reply a.comment-reply-link{
    font-style: italic;
}
h3.blog-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}


.sewl-form-inputs textarea,.sewl-form-inputs input{
  height:50px;
  width:100%;
  border:1px solid #f1f1f1;
  padding-left:20px;
  margin-bottom:20px;
}
.sewl-form-inputs textarea:focus,.sewl-form-inputs input:focus{
  outline:1px solid #296dc1;
}
.sewl-form-inputs textarea{
  height:150px;
  padding-top:10px;
}
.form-submit  input{
  text-transform:uppercase;
  background:#296dc1;
  color:#fff;
  width: auto;
  padding: 10px 25px;
}
.form-submit  input:hover{
  background:#0552b1;
  border-color:#0552b1;
}
/*----------------commingsoon-area start------------------*/
.comming-soon-area {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comming-soon-wrap h3{
  font-size: 30px;
  margin-bottom: 20px;
}
.comming-soon-wrap p{
  font-size: 16px;
  margin-bottom: 30px;
}
.timer span.cdown {
    display: block;
    float: left;
    width: 24%;
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    background: #296dc1;
    justify-content: center;
    color: #fff;
  transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    margin-left: 10px;
}
.timer span.cdown:first-child{
  margin-left: 0px;
}
.timer span.time-count {
    font-size: 40px;
  margin: 0px auto;
    margin-bottom: 10px;
    display: block;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
  padding-bottom: 10px;
  width: 100px;
  position: relative;
}
.timer span.time-count::before,.timer span.time-count::after{
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.timer span.time-count::after{
  left: 30px;
  bottom: -2px;
}
.timer span.cdown p{
  color: #fff;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
  font-size: 18px;
}
.search-sidebar input {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #c0dbfd;
    padding-left: 10px;
}
.search-sidebar button {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 0;
    color: #fff;
    background: #296dc1;
    border: 1px solid #296dc1;
}

/*----------------contact-area start------------------*/

.contact-wrap textarea{
  height: 200px;
}
.contact-wrap button{
  border: 1px solid #999;
  padding: 10px 30px;
}
.contact-wrap ul li{
  padding: 30px 30px;
  background: #296dc1;
  color: #fff;
  position: relative;
  padding-left: 90px;
}
.contact-wrap ul li:nth-child(odd){
  background:#0552b1;
}
.contact-wrap ul li p{
  color: #fff;
}
.contact-wrap ul li i{
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 35px;
}
.contact-wrap h3{
  text-transform: uppercase;
  margin-bottom: 30px;
}
#googleMap{
  height: 500px;
  width: 100%;
  background: #296dc1;
  margin-top: 100px;
}

/*----------------contact-area End------------------*/

/*-----------------------20.sidebar-style-here-----------------------*/
.search-sidebar form{
    position: relative;
}
.search-sidebar input{
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #c0dbfd;
    padding-left: 10px;
}
.search-sidebar button{
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 0;
    color: #fff;
    background: #2e7ffe;
    border: 1px solid #2e7ffe;
}
.search-sidebar button:hover{
    background: #0552b1;
    border-color: #0552b1;
}
.sidebar-title{
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.category-wrap ul li{
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
}
.category-wrap ul li:last-child{
    border-bottom: none;
}
.category-wrap ul li a{
    padding-left: 20px;
    position: relative;
    display: block;
    color:#555 !important;
}
.category-wrap ul li a::before{
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: fontawesome;
    color: #296dc1;
    font-size: 16px;
    top: 0;
}
.related-post ul li{
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.related-post ul li:last-child{
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.post-img{
    float: left;
}
.post-info{
    margin-left: 95px;
}
.post-info a {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
    color:#555 !important;
}
.post-info p{
    line-height: 20px;
    font-size: 12px;
    color: #296dc1;
}
.archive-wrap ul li{
    line-height: 35px;
}
.archive-wrap ul li a{
    display: block;
    color: #555!important;
}
.tags-wrap ul li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tags-wrap ul li a{
    display: block;
    padding: 8px 20px;
    border: 1px solid #e1e1e1;
      color: #555!important;

}
.tags-wrap ul li a:hover{
    background: #296dc1;
    color: #fff !important;
}
/*-----------------------20.sidebar-style-here-----------------------*/

/*------------------------------------
21.Responsive
(mxn-width: 1024px)  media query
------------------------------------*/

@media (max-width: 1024px) {
 .video-a {
    position: absolute;
    right: 30px;
    top: 200px;
}
.our_team_area .team_row .team_membar .team_content ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 90px;
    width: 17px;
    }
}

/*------------------------------------
21.Responsive
(min-width: 768px)  media query
------------------------------------*/
@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu .other_dropdwn {
    margin-right: -122px;
  }
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  min-width: 190px;
  /* transition: all 500ms ease-in-out; */
  /* background: #f6b60b; */
  background: #90a0b4;
}
}

@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    /* margin-right: -80px; */
    margin-right: -80px;
    margin-top: 5px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top;
  }
}

#menu_link_2 +  ul {
  /* margin-right: -170px; */
  margin-right: -235px;
}

@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu .who_we_are_menu {
    margin-left: -15px;
  }
}

#lang_block {
  text-align: right;
}

#lang_block .active{
color: #cbd7de !important;
font-weight: bold;
text-decoration: underline !important;
}


/*------------------------------------
21.Responsive
(min-width: 1023px) and (max-width: 1100px)  media query
------------------------------------*/
@media (min-width: 1023px) and (max-width: 1100px) {
.shap_top{
    font-size:25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
}
.all-text {
    padding: 108px 50px;
}
.shap_bottom{
    font-size:16px;
    line-height: 30px;
    color: #fff;
}
.about-bottom-s {
    font-size: 19px;

}
}


@media (max-width: 991px) {

  h2.footer-top{
    margin-top: 50px !important;
  }
  .our_footer_area .book_now_aera, .our_footer_area .fadeInRight {
  text-align: center;
  }
  }

  /*------------------------------------
22.Responsive
(max-width: 767px) media query
------------------------------------*/

@media (max-width: 768px) {
.header_aera .navbar-header .navbar-brand {
  padding-top: 25px !important;
}
}

@media (max-width: 769px) {

section {
    padding: 30px 0px !important;
}
section.bg-banner-img {
    padding-bottom: 100px !important;
}
.row.book_now {
    margin-bottom: 20px;
}

h2.footer-top{
  margin-top: 30px;
}
ul.location{
  /* margin-top: 40px; */
}
.clip-polygon .video-img{
  left:0px !important;
}
.hero__player {
    height: 200px !important;
    width: 100%;
}
.header_aera{
  /* padding: 30px 0px !important */
}
.button-banner {
    padding: 18px 30px !important;}
    .title h2{
      padding-top: 0px !important;
    }
.top-banner .button-banner{
      font-size: 12px !important;
    }
    .video-img{
      padding-left:0px !important;
    }

    p.about_bottom_h.mt-50 {
    padding: 0px 10px;
}
.m-s{
  padding:0px !important;
}
button.navbar-toggle {
   background: #ffffff;
    border-color: #ffffff !important;
    color: #fff !important;
}
ol {
    list-style: none;
    padding: 0;
}
.comment-main-area{
  margin-left: 0px;
}
.col-xs-6.pr-0{
  width: 100%;
  padding-right: 15px !important;
}
.pr-0{padding-right: 15px !important;}

.pt-100 {
    padding-top:30px !important;
}
.contact-map{
  float: none;
}
.button-left {
    padding: 18px 30px !important;}
.main-h {
    font-size: 30px;
    line-height: 40px;}
  .py-70{
    padding:30px;
  }
  .title h1 {
    font-size: 30px !important;
  }
  .title-left h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  img.posi-r-img{
    bottom: 0;
  }
  .video-a {
    position: absolute;
    right: 20px !important;
    bottom: 10PX !important;
        top: auto !important;
}
.search-sidebar form{
  margin-top: 15px;
}
  .top-banner.wow.fadeInRight.text-right{
    text-align: center;
  }
  .top-banner.wow.fadeInRight.text-left {
    text-align: center;
}
  .navbar-toggle {
    top: 15px;
  }

  .header_aera .navbar-header {
    height: 80px;
  }
  /* .header_aera .navbar-header .navbar-brand {
    padding-top: 25px !important;
  } */

  .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    line-height: 45px;

  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background: #90a0b4 !important;
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {

  background-color:#0793e8 !important;
}

  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    padding-left: 30px;
    background-color: transparent;
  }



  .slider_inner.camera_wrap {
    height: 500px !important;
  }



  .our_team_area .team_row .team_membar {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

  /*------------------------------------
23.Responsive
(max-width: 480px) media query
------------------------------------*/
@media (max-width: 480px) {
  .bg-about-img{
    background-image: none;
  }
  .owl-stage-outer{text-align: center;}
  .py-70{
    padding: 5px;
  }
  .all-text{
    padding: 0px;
  }
  .owl-nav{
    display: none !important;
  }
  .owl-dots {
    display:block !important;
}
  .back-shap{
    margin-top: 10px;
    top: 0;
    padding: 70px 0px;
    background-size: contain;
}
.shap_bottom {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    padding-left:30px;

}
.about-right h1 {
    font-size:30px;
    padding-top:10px;
    }
    .about_top-400 {
    margin-top: 30px;
}
.clip-ellipse {
    clip-path: ellipse(100% 150% at top);
    -webkit-clip-path: ellipse(100% 150% at top);
}
.banner-text {
    text-align: center;
    line-height: 30px;
}
.service-1{
margin-bottom: 15px;
}
.clip-polygon{
  clip-path:none !important;
  -webkit-clip-path:none !important;
}
.clip-right{
  /* clip-path:none !important;
  -webkit-clip-path:none !important;
      background: url(../images/s-left.png)center top no-repeat;
      margin-top: 15px; */
}
.p-0 {
    padding: 15px !important;
}
.testimonial_area .testimonial_carosel .item .media {
    max-width: 112px !important;
    }
    .testimonial_area .testimonial_carosel .item .media .media-left{padding: 0px;}
.services-right{
  padding: 0px !important;
}
.shap_top  {
    padding-left: 15px;
    font-size: 22px;
    font-weight: 600;
    padding-left:30px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 4px;
}
.row.text-left.box-s{padding: 15px;}
.title-left.wow.fadeInUp{
  padding:15px;
}
img.posi-r-img{
  margin-top: 15px;
}
.row.about_row.py-40{
  margin-top: 0px;
}

  }

@media (max-width: 1024px) {
 .button-left {
    padding: 18px 35px;
  }

  .button-banner {
    padding: 18px 22px;
  }

}

@media (min-width: 767px) {
 .navbar-brand {

    padding: 25px 15px !important;
}

.video-img{
  left: 0px !important;
}
}
/*------------------------------------
24.Responsive End
(max-width: 480px) media query
------------------------------------*/


/*------------------------------------
Back to top
------------------------------------*/
#button-to-top {
  display: inline-block;
  background-color: #0793e8;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-to-top:hover {
  cursor: pointer;
  background-color: #24709e;
}
#button-to-top:active {
  background-color: #24709e;
}
#button-to-top.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  #button-to-top {
    margin: 30px;
  }
  }


  /*------------------------------------
  Usual css
  ------------------------------------*/
.parag{
  font-size: 18px;
  line-height: 35px;
  /* color: #90a0b4; */
  color: black;
  text-align: justify;


  /* text-align: left;
  font-size: 30px;
    line-height: 54px; */

}
@media (max-width: 500px) {
  .parag{
    padding: 0 10px 0 10px;
  }
  #resakss h3, #agrodep h3, #mamo h3 {
  padding: 0 10px 0 10px;
  text-align: left;
}
  .countdown_title {
  padding: 0 10px 0 10px;
}
.title-lefts h1 {
    font-size: 39px;
  }
  }
.mg_top_0{
  margin-top: 0px;
}
.mg_top_10{
  margin-top: 10px;
}
.mg_top_15{
  margin-top: 15px;
}
.mg_top_30{
  margin-top: 30px;
}
.mg_bottom_20{
  margin-bottom: 20px;
}
.mg_bottom_50{
  margin-bottom: 50px;
}
.mg_bottom_70{
  margin-bottom: 70px;
}
.mg_top_70{
  margin-top: 70px;
}
.mg_bottom_80{
  margin-bottom: 80px;
}
.pd_bottom_70{
  padding-bottom: 80px;
}
.centered{
  text-align: center;
}

/*------------------------------------
Leadership
------------------------------------*/
.block_member{
  text-align: center;
  padding-bottom:50px;
}
.block_member .image_member{
  border-radius:5px;
  width:327px;
  height: 391px;
  /* -webkit-filter: grayscale(100%);
filter: grayscale(100%); */
    /* filter: opacity(0.8); */
}
.block_member .image_member:hover{
  border-radius:5px;
  width:327px;
  height: 391px;
  -webkit-filter: none;
filter: none;
}
.block_member .block_member_name {
  color: #24709e !important;
  font-size:24px;
  margin-bottom:5px;

}
 .block_member .modal-header .block_member_name {
  font-size:20px;
}
/* .block_member .block_member_name:hover {

} */
.block_member .block_member_name2 {
  color: #0793e8 !important;
  font-size: 21px !important;
  margin-bottom:5px;
}
.block_member .block_member_title {
  /* color: #4488bc !important; */
  font-weight: 400;
  color: #585858 !important;
  font-size: 17px;
}
.block_member .block_member_title2 {
  /* color: #95989c !important; */
  color: #0793e8c7 !important;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  height: 30px;
}
}

@media (max-width: 767px) {
  .block_member .modal-dialog {
  width:80%;
  margin:auto;
}
  .modal-body .col-md-8 {
  padding:0 20px 0 20px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .block_member .modal-dialog {
  width:70%;
}
  .modal-body .col-md-8 {
  padding:0 20px 0 20px !important;
}
}

@media (min-width: 991px) {
  .block_member .modal-dialog {
   width:50%;
}
}

.modal-body .col-md-8 {
  padding:0 30px 20px 0px !important;
  text-align:justify;
}

@media (max-width: 991px) {
  .modal-body .col-md-8 {
    padding-left:20px !important;
  }
}

.block_member .close {
  font-size: 35px;
}
.block_member .modal-footer .btn:focus {
  outline: none;
}
.block_member .modal-footer .btn {
  color: black;
}


#leadership .nav-tabs > li {
    float:none !important;
    display:inline-block !important;
    zoom:1 !important;
}

#leadership .nav-tabs {
    text-align:center !important;
}

#leadership .nav-tabs {
     border-bottom: none !important;
}

#leadership .nav-tabs>li.active>a, #leadership .nav-tabs>li.active>a:focus, #leadership .nav-tabs>li.active>a:hover {
    cursor: default !important;
    background-color: #24709e !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}
#leadership .nav-tabs>li>a {
    background: #0793e8 !important;
    font-size: 24px !important;
}
#leadership .nav>li>a:focus, #leadership .nav>li>a:hover{
    background-color: #0793e8 !important;
}



/*------------------------------------
Landing page
------------------------------------*/
@media (min-width: 991px) and  (max-width: 1200px){
  .mission_vision_homepage {
   padding-left: 50px;
}
}
@media (min-width: 1200px) {
  .mission_vision_homepage{
   padding-left: 70px;
}
}

.owl-prev, .owl-next
{
  display: block !important;
}


/* Blog details */
.blog-details-area a{
  color:rgb(0, 136, 175) !important;
}


/* Logo */
@media (min-width: 768px){
  .bg-banner-img .logo-biss img {
    position: relative;
    bottom: 50px;
}
}
@media (max-width: 768px){
  .bg-banner-img .logo-biss img {
    position: relative;
    bottom: 80px;
}
}


/*---------------------------------------------------------------------
   Programs page
-----------------------------------------------------------------------*/

.back-right-text-c div [class^="col-"]{
  padding-left:5px;
  padding-right:5px;
}

.card{
  transition:0.5s;
  cursor:pointer;
  display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-block{
  -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1.25rem;
}
.card-title{
  font-size:22px;
  transition:1s;
  cursor:pointer;
  color:#24709e;
}
.card-read-more{
  font-size:14px;
  margin-top:35px;
  transition:1s;
  cursor:pointer;
  color:#0793e8;
}
.card-title i{
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#0793e8
}
.card-text
{
height:150px;
}

@media (min-width: 991px) and (max-width: 1200px){
  .card-text
  {
  height:175px;
  }

}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg);
  color:#24709e;

}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}
.responsive {
  width: 100%;
  height: auto;
}

.mt-2 .mamo_prog img{
border: 1px solid #80808030;
}

@media  (max-width: 768px){
  .mt-2 .resakss_prog,  .mt-2 .agrodep_prog{
  margin-bottom: 15px;
}
}

@media  (min-width: 768px) and (max-width: 991px){
  .mt-2 .mamo_prog{
  margin-top: 15px;
}
}

/*---------------------------------------------------------------------
   Department page
-----------------------------------------------------------------------*/
#block_dept
{
  box-shadow: 0px 0px 100px #ccc!important;
    padding-top: 12px;
}
#block_dept h3 + ul
{
    margin-top: 40px;
}
#block_dept h3
{
  color:#0793e8;
  margin-top:0;
}
#block_dept li
{
  padding:  0px 10px 0 10px;
  overflow: auto;
  font-size: 20px;
  color:black;
  /* background-color: #e0e7ef75; */
  margin-bottom: 10px;
}
#block_dept li:hover
{
  /* box-shadow: inset -41em 0 #0793e8;
  color: white; */
}
#block_dept .row
{
  margin:0;
}
#block_dept img {
  width: 234px;
  height: 267px;
}
#block_dept li.row:nth-child(1n)
{
  border:none;
  box-shadow: none;
}
.mg_bottom_20_dept
{
  margin-bottom:15px !important;
}


/*---------------------------------------------------------------------
   Partners page -  Isotope-filters
-----------------------------------------------------------------------*/
.isotope-filters { padding-top: 30px; display: table; margin: 0 auto 45px; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;    font-size: 20px; font-weight: 600; }
.isotope-filters  button { position: relative; cursor: pointer; padding: .5rem 1rem; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: transparent; color: #313e5b; border: none; font-weight: normal; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.isotope-filters  button:before { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; content: ""; width: 0; height: 3px; display: inline-block; position: absolute; right: 0; bottom: 0; left: 0; margin: 0 auto; right: 0; background: #0793e8; }
.isotope-filters  button.active, .isotope-filters  button:hover { background: transparent; color: #0793e8; position: relative; }
.isotope-filters button.active:before, .isotope-filters  button:hover:before { width: 15px; }
.isotope-filters  button:focus { outline: none; outline-style: none; outline-offset: 0; }
.isotope-filters.isotope-tooltip button { position: relative; }
.isotope-filters.isotope-tooltip button span { width: 34px; height: auto; line-height: 14px; padding: 8px; left: 50%; font-weight: 400; font-size: 14px; color: #ffffff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); text-align: center; background: #437eeb; text-indent: 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; position: absolute; pointer-events: none; top: -30px; opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.isotope-filters.isotope-tooltip button span:after { content: ''; position: absolute; bottom: -7px; left: 50%; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #437eeb; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.isotope-filters.isotope-tooltip button:hover span, .isotope-filters.isotope-tooltip button.active span { opacity: 1; }


@media  (min-width: 977px) {
  .isotope-filters button{
  padding: .5rem 3rem 0 3rem;
}
}



/* Grid And Masonry */
.isotope.no-padding .iq-grid-item { padding: 0 !important; }
.iq-masonry.no-padding .iq-masonry-item { padding: 0 !important; }
.isotope, .iq-masonry { margin: 0 0 -15px 0; float: left; width: 100%; }
.isotope, .iq-masonry.no-padding { margin-bottom: 30px; }
.isotope .iq-grid-item { padding: 15px; }
.isotope .iq-grid-item img, .iq-masonry .iq-masonry-item img { width: 100%; }

/* Grid */
.isotope.iq-columns-1 .iq-grid-item { width: 100%; }
.isotope.iq-columns-2 .iq-grid-item { width: 50%; }
.isotope.iq-columns-3 .iq-grid-item { width: 33.33333333%; }
.isotope.iq-columns-4 .iq-grid-item { width: 25%; }
.isotope.iq-columns-5 .iq-grid-item { width: 20%; }

/* Masonry */
.iq-masonry.iq-columns-2 .iq-masonry-item { width: 50%; padding: 15px; }
.iq-masonry.iq-columns-3 .iq-masonry-item { width: 33.333333%; padding: 15px; }
.iq-masonry.iq-columns-4 .iq-masonry-item { width: 25%; padding: 15px; }
.iq-masonry.iq-columns-5 .iq-masonry-item { width: 20%; padding: 15px; }
.iq-masonry-item .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before { bottom: 98px; }
.iq-masonry-item.style-two .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before { bottom: 81px; }

/* Grid Full Screen */
.isotope.full-grid, .iq-masonry.full-grid { margin: 0 -30px 0 0; }
.isotope.full-grid .iq-grid-item { padding: 0 30px 30px 0; }

/* Grid Full Screen No Space*/
.isotope.full-grid.no-padding, .iq-masonry.full-grid.no-padding { margin: 0; }
.isotope.full-grid.no-padding .iq-grid-item { padding: 0 !important; }
@media(max-width:1199px) {
  .isotope.iq-columns-4 .iq-grid-item, .iq-masonry.iq-columns-4 .iq-masonry-item { width: 33.3% }
  .isotope.iq-columns-5 .iq-grid-item, .iq-masonry.iq-columns-5 .iq-masonry-item { width: 25%; }
}
@media(max-width:992px) {
  .isotope.iq-columns-4 .iq-grid-item, .iq-masonry.iq-columns-4 .iq-masonry-item { width: 50%; }
  .isotope.iq-columns-3 .iq-grid-item, .isotope.iq-columns-5 .iq-grid-item, .iq-masonry.iq-columns-3 .iq-masonry-item, .iq-masonry.iq-columns-5 .iq-masonry-item { width: 50%; }
}
@media(max-width:767px) {
  .isotope.iq-columns-4 .iq-grid-item, .isotope.iq-columns-2 .iq-grid-item, .isotope.iq-columns-3 .iq-grid-item, .isotope.iq-columns-5 .iq-grid-item, .iq-masonry.iq-columns-2 .iq-masonry-item, .iq-masonry.iq-columns-3 .iq-masonry-item, .iq-masonry.iq-columns-4 .iq-masonry-item, .iq-masonry.iq-columns-5 .iq-masonry-item { width: 100% }
}

.single-portfolio .site-content-contain .content-area .site-main { padding-bottom: 0px; }
.single-portfolio-border .iq-portfolio { border: 2px solid #ffffff; }
.iq-portfolio img { background: #eff1fe; }
.iq-portfolio a { display: inherit; overflow: hidden; }
.iq-portfolio {/* box-shadow: 0.557px 3.961px 40px 0px rgba(0, 0, 0, 0.08);*/border: 1px solid #eff1fe; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-portfolio:hover:before { opacity: 1; }
.iq-portfolio:hover .iq-portfolio-content { z-index: 9; }
.iq-portfolio { position: relative; overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before { bottom: 80px; }
.iq-portfolio-content .details-box { overflow: hidden; padding: 15px; }
.iq-portfolio:hover .iq-portfolio-content { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.iq-portfolio-content  .consult-details .consult-effect:before { content: ""; transition: all 5s ease-in-out; transition: all 5s ease-in-out; -moz-transition: all 5s ease-in-out; -ms-transition: all 5s ease-in-out; -o-transition: all 5s ease-in-out; -webkit-transition: all 5s ease-in-out; opacity: 1; opacity: 1; z-index: 1; height: 100px; width: 100%; position: absolute; bottom: 110px; left: 0; -ms-transform: skewY(-2deg); -webkit-transform: skewY(-2deg); transform: skewY(-2deg); background: #437eeb; content: ""; z-index: 1; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-portfolio .iq-portfolio-content  .consult-details p { color: #525f81; }
.iq-columns-4 .iq-portfolio .iq-portfolio-content .details-box, .iq-columns-5 .iq-portfolio .iq-portfolio-content .details-box, .iq-columns-3 .iq-portfolio .iq-portfolio-content .details-box { padding: 15px; z-index: 2; }
.iq-columns-4 .iq-portfolio-content .consult-details .consult-effect:before, .iq-columns-5 .iq-portfolio-content .consult-details .consult-effect:before, .iq-columns-3 .iq-portfolio-content .consult-details .consult-effect:before { bottom: 90px; }
.iq-columns-4 .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before, .iq-columns-3 .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before, .iq-columns-5 .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before { bottom: 81px; }
.iq-portfolio-content .details-box a { text-decoration: none; }
.iq-portfolio-content .details-box a:hover .text-hover { color: #437eeb; }
.iq-columns-2 .iq-portfolio .iq-portfolio-content .consult-details .consult-effect:before { top: -86px }
.iq-columns-4 .iq-portfolio-content .details-box a, .iq-columns-5 .iq-portfolio-content .details-box a { line-height: 60px; z-index: 3; position: relative; }
.iq-columns-4 .iq-portfolio-content .details-box a i, .iq-columns-5 .iq-portfolio-content .details-box a i { width: 30px; height: 30px; line-height: 30px; }
.portfolioslider2.iq-amazing-tab .iq-portfolio .iq-portfolio-content .details-box { padding: 0; }
.portfolioslider2  .iq-portfolio .details-box .consult-details { padding: 30px; border-bottom: 2px solid #f2f2f2; }
.portfolioslider2  .iq-portfolio .details-box .portfolio-tag { padding: 15px 30px; color: #313e5b; }
.portfolioslider2  .iq-portfolio .details-box .portfolio-tag ul { list-style: none; padding: 0; margin: 0; }
.portfolioslider2  .iq-portfolio .details-box .portfolio-tag ul li { padding: 0 10px; background: #eef2fd; display: inline-block; margin-right: 5px; }
.portfolioslider2  .iq-portfolio .details-box .portfolio-tag ul li:last-child { margin-right: 0; }




/*---------------------------------------------------------------------
   Countdown
-----------------------------------------------------------------------*/
#countdown
{
  width: 100%;
  margin:auto;
  text-align:center;
  margin-top:22px;
}
#countdown  label {
  clear: both;
  display: block;
  font-size:18px;
  /* color:#24709e; */
  color:white;
}
#countdown span {
  color: white;
  font-size: 60px;
  width: 25%;
  display: inline-block;
  padding:7px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #24709e;
  margin-right:20px;
}
.countdown_title{
  line-height: 35px;
  text-align:left;
  font-size:20px;
  /* margin-left:-35px; */
  color:#90a0b4;
}


/*  Upcoming staff*/
.block_upcoming_staff .col-md-4
{
  margin-bottom:20px;
  height: 90px;
}
.block_upcoming_staff .col-md-4 div
{
  background:#24709e;
  color:white;
  background: #edf3f7;
  color: #24709e;
  text-align:center;
  padding: 10px;
  height: 100%;
  border: 1px solid #eff4f7;
  border-radius: 7px;
}
.block_upcoming_staff .col-md-4 div h2
{
  font-size: 21px;
  line-height: 29px;
  margin:0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#scient .col-md-4 div h2
{
  top: 27%;
}

#scient .col-md-4 div h4
{
  font-weight: normal;
}

.copyright a:hover{
text-decoration: underline !important;
}

.bordered{
  border: 1px solid #80808026;
}

.liste_a_puce li
{
  font-size: 18px;
    line-height: 35px;
    color:black;
    color: black;
    text-align: justify;
}

#sort-by-program:focus,#sort-by-publication-year:focus,#sort-by-language:focus
{
  outline: none;
}


.modal-open{overflow:auto;padding:0 !important;}

#covid_banner{
  text-align: center;
  box-shadow: -1px -1px 6px 0px #999;
  /* background: /*#7ed290 #62a971*/ orange; */
  color:#001613;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  margin-bottom:0px;
  border:none;
  border-radius:0px;
  padding: 4px;
}
#food_systems_banner{
  text-align: center;
  box-shadow: -1px -1px 6px 0px #999;
  /* background: /*#7ed290 #62a971 orange; */
  /* background: rgba(0, 0, 0, 0.87); */
  /* background: rgb(73 155 72); */
  /* background: rgb(239 167 62); */
  background: rgb(109 180 183);
  color:#001613;
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  margin-bottom:0px;
  border:none;
  border-radius:0px;
  padding: 4px;
}

#covid_banner .close{
  color: #468fb3 !important;
  opacity: 1 !important;
  position: relative;
  top: 4px;
  right: 21px;
}
#food_systems_banner .close{
  color: /*#468fb3*/ white !important;
  opacity: 1 !important;
  position: relative;
  top: 4px;
  right: 21px;
}

#covid_banner p{
  font-size: 20px;
  line-height: 20px;
  color:/*white*/ #1b1919;
  margin: 0px 0 13px 0px;
  font-weight: bold;
}
#food_systems_banner p{
  font-size: 16px;
  line-height: 20px;
  color:black;
  margin: 0px 0 13px 0px;
  font-weight: bold;
}

#covid_banner .button{
display: inline-block;
padding: 0.6rem 1.3rem;
border-radius: 10rem;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 0.15rem;
transition: all 0.3s;
position: relative;
top: 10px;
overflow: hidden;
z-index: 1;
margin-left: 20px;
}
#food_systems_banner .button{
display: inline-block;
padding: 0.6rem 1.3rem;
border-radius: 10rem;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 0.15rem;
transition: all 0.3s;
position: relative;
top: 10px;
overflow: hidden;
z-index: 1;
margin-left: 20px;
}

#covid_banner .fa{
  font-size:18px
}
#food_systems_banner .fa {
  font-size:18px
}

#covid_banner .button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008fb3;
  border-radius: 10rem;
  z-index: -2;
}
#food_systems_banner .button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #499b48;
  border-radius: 10rem;
  z-index: -2;
}
#covid_banner .button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color:#3f728b ;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
#food_systems_banner .button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color:#3f728b ;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
#covid_banner .button:hover {
  color: #fff;
}
#food_systems_banner .button:hover {
  color: #fff;
}
#covid_banner .button:hover:before{
  width: 100%;
}
#food_systems_banner .button:hover:before {
  width: 100%;
}

.z-link {
padding: 24px 0px 20px 20px !important;
font-size: 24px !important;
font-weight: bold !important;
}

.z-container .modal-body a{
color: #37709d !important;
}
