@import url('bootstrap.css');
@import url('animsition.css');
@import url('ionicons.min.css');
@import url('animate.css');
@import url('jquery.pagepiling.css');
@import url('font-awesome.min.css');

@import url('https://fonts.googleapis.com/css2?family=Hind&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

body{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
strong{
  font-weight: 600;
}
:focus{
  outline: none !important;
}
a:hover,
a:focus {
  outline: none;
  color:#3F7FB9;
  text-decoration: none;
}

a:focus{
  text-decoration: none;
}

.pad-110-t{
  margin-top: 110px;
}

/* 1.3 Fields */

input, button, select, textarea{
  font-family: 'lato';
}

input[type='text'],
input[type='address'],
input[type='number'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  text-align: left;
  font-size: 17px;
  line-height: 31px;
  font-family: 'Hind';
  color: #000000;
  background-color:#fff;
  border:0;
  border-bottom:2px solid #AAAAAA;
  border-radius: 0;
  padding-bottom: 5px;
  -webkit-box-shadow:none;
  box-shadow:none;
 -webkit-appearance: none;
}
.webform-submission-form label{
  display: none;
  font-size: 0px;
}
.webform-submission-form #edit-attach-your-cv---label{
  display: inline;
  font-size: 21px;
  margin-bottom: 10px;
  display: block;
  color: #191617;
  font-family: 'Hind' !important;
}
input[type="file"] {
    display: block;
    font-family: 'Lato';
    font-size: 12px;
    color:#3F7FB9;
}
textarea{
  resize:none;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #3F7FB9;
  outline: 0;
}

input.input-gray,
textarea.input-gray{
  background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus{
  background: #fff;
}

input::-moz-placeholder {
  font-size: 17px;
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder {
  font-size: 17px;
  color: #000;
}

input::-webkit-input-placeholder {
  font-size: 17px;
  color: #000;
}

textarea::-moz-placeholder{
  font-size: 17px;
  color: #000;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #000;
  font-size: 17px;
}

textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 17px;
}

.form-group{
  margin-bottom: 30px;
  margin-right: 4%;
  width: 46%;
}
.form-group1{
  margin-bottom: 30px;
  margin-right: 4%;
  width: 96%;
}
.sidebarShown .shadowfull {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 500;
    background: rgba(0,0,0,0.4);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#edit-actions-submit, .section-login #edit-submit{
  border: 1px solid #000000;
  font-family: 'Hind';
  font-size: 17px;
  line-height: 31px;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding: 0px 20px;
  width: 150px;
  height: 45px;
  text-align: left;
  background: #fff url(../img/up-arrow.png) no-repeat right;
  text-transform: capitalize;
  margin-top: 105px;
}
.border-prod{
  padding: 7px 20px;
  font-family: 'Hind';
  font-size: 17px;
  position: relative;
  line-height: 30px;
  font-weight: bold;
  width: 250px;
  height: 46px;
  border: 1px solid #707070;
}
html[lang='fr'] .border-prod{
  width: 290px;
}
.border-prod a{
  color: #000000;
}
.border-prod span{
  padding-right: 75px;
  white-space: nowrap;
  background: url(../img/up-arrow.png) no-repeat right;
}
.section-login .user-login-form{
  width: 50%;
  margin-bottom: 50px;
}
.section-login .user-login-form .form-item-name{
  margin-bottom: 20px;
}
.section-login .user-login-form .form-item-pass{
  margin-bottom: 40px;
}
.webform-submission-form .js-form-type-textarea textarea{
  margin-bottom: 30px;
  margin-right: 4%;
  width: 46%;
  height: 95px;
}

.webform-submission-form .form-group1 textarea{
  margin-bottom: 30px;
  margin-right: 4%;
  width: 96%;
  height: 95px;
}
.webform-confirmation__message{
  font-size: 21px;
}
.webform-confirmation__back{
  display: none;
}
.webform-submission-form .js-form-type-textarea{
  width:100%;
  float: left;
}
input.error{
  border-color: #3F7FB9;
}

.mc-label,
label.error{
  font-size: 0.83em;
  font-weight: 400;
  margin: 0.7em 0 0 0;
  color: #747474;
}



/* 1.4 Buttons */



.btn{
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border:0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#3F7FB9;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn-upper{
  font-weight: 600;
  text-transform: uppercase;
}


.btn-yellow{
  background: #3F7FB9;
  color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus{
  background: #000;
}



/* 1.5 Icons */



.icon{
  display: inline-block;
}

.icon-medium{
  font-size: 4.2rem;
}

.link-arrow{
  display: inline-block;
  color: #000;
  line-height: 1!important;
  font-weight: 600;
}

.link-arrow-2{
  display: inline-block;
  font-size: 1.14rem;
  color: #686868;
  font-weight: 400;
}

.link-arrow .icon,
.link-arrow-2 .icon{
  position: relative;
  margin-left: 0.7rem;
  font-size: 2.1em;
  vertical-align: middle;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.link-arrow .icon{
  top:0.1rem;
}

.link-arrow .ion-ios-arrow-right{
  font-size: 1.5em;
}

.link-arrow-2 .ion-ios-arrow-right{
  font-size: 1.5em;
}

.link-arrow:hover,
.link-arrow-2:hover{
  color: #3F7FB9;
  text-decoration:none;
}

.link-arrow:hover .icon,
.link-arrow-2:hover .icon{
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}



/* 1.6 Preloader */



.animsition{
  position:absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  top:0;
  height: 100%;
}

.preloader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3F7FB9;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Helpers */



.text-dark{
  color: #000;
}

.text-muted{
  color: #999;
}

.text-white{
  color: #fff;
}

.text-primary{
  color: #3F7FB9;
}

.masked{
  position: relative;
}

.masked img{
  width: 100%;
  height: auto;
}

.pt-0{
  padding-top: 0!important;
}

.pb-0{
  padding-bottom:0!important;
}

.rel-1{
  position: relative;
  z-index: 1;
}

.overflow-hidden{
  overflow: hidden;
}


/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/



.navbar{
  position: absolute;
  z-index: 12;
  left:0;
  top:0;
  width:100%;
  padding-top: 2.7rem;
  background-color: #fff;
  margin:0;
  border-radius: 0;
}

.navbar .brand{
  float: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}



/* 2.1 Navbar elements */



.brand{
  line-height: 1.6;
  color: #000;
  display: inline-block;
}

a.brand:hover,
a.brand:focus{
  text-decoration: none;
  color: #000;
}

.brand img{
  display: inline-block;
  vertical-align: top;
  height:68px;
}

.brand-info{
  display: inline-block;
}

.brand-name{
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1;
}

.brand-text{
  color: #686868;
  font-size: 0.857rem;
  font-weight: 300;
  margin-top: -0.3rem;
}

.navbar-toggle{
  display: none;
  margin:0;
  padding: 0;
  border-radius: 0;
}

.navbar-toggle .icon-bar{
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0px;
  width: 0px;
  margin-left: 0px;
  border-radius: 0px;
}
.navbar-toggle .icon-bar-big{
  width: 25px;
  margin-left: 0px !important;
}

.navbar-toggle:hover .icon-bar{
  background-color:  #3F7FB9;
}

.navbar .social-list{
  float: right;
  margin-right: 10%;
}

.ion-facebook {
   background:url(../img/facebook.png) no-repeat;
   width: 10px;
   height: 19px;
}

.ion-instagram {
   background:url(../img/instagram.png) no-repeat;
   width: 19px;
   height: 19px;
}

.ion-linkedin{
  background:url(../img/linkedin.svg) no-repeat;
  width: 19px;
  height: 19px;
}

.social-list{
  overflow:hidden;
  width: 100%;
  float: left;
}

.social-list a{
  float: left;
  margin-left: 20px;
}

.social-list a:first-child{
  margin-left: 0;
}

.social-list a:hover{
  color:#3F7FB9;
  text-decoration: none;
}

.navbar-spacer{
  float: right;
  margin:-1rem 4.5rem 0;
  width: 1px;
  height: 3.3rem;
  background-color: #e0e0e0;
}

.navbar-address{
  float: right;
  font-weight: 600;
  text-transform: uppercase;
}



/* 2.2 Navbar affix */


.navbar.affix{
  position: fixed;
  box-shadow: 0 0 15px rgba(0,0,0,0.07);
}


/* 2.3 Sidebar menu */



.click-capture{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
}

.menu{
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.close-menu{
  position: absolute;
  z-index: 2;
  top: 2.3rem;
  width: 30px;
  height: 30px;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu:hover{
  color: #3F7FB9;
}

.menu .menu-lang{
  opacity: 0;
  position: absolute;
  opacity: 0;
  left: 15%;
  top:3rem;
  text-transform: uppercase;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  -o-transition:  transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang a{
  display: inline-block;
  margin-left: 1.5rem;
  color: #686868;
}

.menu-lang a:first-child{
  margin-left: 0;
}

.menu-lang .active,
.menu-lang a:hover{
  color: #3F7FB9;
  text-decoration: none;
}

.menu-list{
  opacity: 0;
  position: absolute;
  left: 0;
  top:7rem;
  bottom:10.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list li a{
  color: #000;
}

.menu-list .active > a,
.menu-list li a:hover{
  font-weight: bold;
}

.menu-list > li{
  font-size: 20px;
}

.menu-list > li{
  margin-top: 25px;
}

.menu-list > li:first-child{
  margin-top: 0;
}


.menu-list ul{
  display: none;
  list-style: none;
  padding:0;
  margin: 0;
}

.menu-list ul li{
  font-size: 1.142rem;
  margin-top: 1.142rem;
}

.menu-list ul li:first-child{
  margin-top:2.4rem;
}

.menu-footer{
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer .social-list{
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a{
  color: #cccccc;
  margin:0;
  margin-right:2.7rem;
}

.menu-footer .social-list a:last-child{
  margin-right: 0;
}

.menu-footer .social-list a:hover{
  color:#3F7FB9;
}

.menu-footer .copy{
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: #000;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture{
  visibility: visible;
}

.menu-is-opened .menu{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}




/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/



.wrapper{
  padding-top:7rem;
  overflow-x:hidden;
}

.boxed{
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid{
  padding: 0;
  max-width: 100%;
}

.left-boxed{
  left: 30px;
}

.right-boxed{
  right:30px;
  height: 100%;
}


.section-title{
  margin:0;
}

.section-title .link-arrow-2{
  margin-top:1.05rem;
}

.section-subtitle{
  text-align: left;
  font-family: 'Hind', sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: #0E62A5;
  padding-bottom: 20px;
  line-height: 40px;
}

.servcol .section-subtitle{
  text-align: left;
  font-weight: 600;
  font-size: 21px;
  color: #0E62A5;
  padding-bottom: 20px;
  line-height: 30px;
  font-family: 'Lato';
}


/* 3.1 Jumbotron */



.jumbotron{
  position: relative;
  overflow: hidden;
  padding:0;
  margin:0;
  color: #fff;
  background-color: #fff;
}


/* 3.2 Slider */



.rev_slider .link-arrow{
  color: #fff;
}

.rev_slider .link-arrow:hover{
  color:#3F7FB9;
}

.rev_slider .link-arrow:hover .icon{
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.slider-prev,
.slider-next{
  position: absolute;
  top:50%;
  z-index: 1;
  font-size:4rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-prev{
  left: 2.2rem;
}

.slider-next{
  right:2.2rem;
}

.slider-prev:hover,
.slider-next:hover{
  color:#3F7FB9;
}


/* 3.3 Section About */

.section-about-title{
  margin-bottom: 5rem;
}

.dots-image{
  display: inline-block;
  position: relative;
}

.dots-image img{
  display: block;
  position: relative;
  z-index: 1;
}

.dots-image .dots{
  position: absolute;
  left:-20%;
  bottom: -15%;
  width: 101%;
  height: 57.2%;
  background:url(../img/dots.png) 0 0 repeat;
}

.experience-box{
  position: relative;
  white-space:nowrap;
  margin:6rem 0;
}

.go-areas-sect{
  position: relative;
  width:100%;
  text-align: center;
  margin-top: -80px;
  margin-bottom: 80px;
}
.down{
  background:url(../img/down.png) center no-repeat;
  width: 16px;
  height: 51px;
  position: absolute;
  bottom: 0px;
  left: 49%;
}
.down a{
  width: 30px;
  height: 51px;
  display: block;
}
#area-go{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media (min-width: 1366px){
  .brand .mepco-logo{
    margin-left: -40px;
  }
}

@media (max-width: 1365px){
  .views-field-field-careers-background img{
    max-width: 100%;
    height: auto;
  }
  .newssect .pad-left-65{
    margin-right: 35px;
  }
  .section-products{
    max-width: 100%;
  }
  .section-products-events{
    width:100% !important;
  }
}


@media (min-width: 992px){
  .experience-box{
    margin-top: 6rem;
  }
}
@media (min-width: 1900px){
  .home-block1 {
    min-height: 1110px !important;
  }
}

@media (min-width: 1600px){
  .home-block1 {
    min-height: 910px !important;
  }
  .section-bg{
    height: 1420px !important;
  }
}

@media (max-width: 1200px){
  .menu-desk a{
    padding-right: 30px;
    font-size: 17px;
  }
}


.experience-border{
  display: inline-block;
  vertical-align: middle;
  width: 12.15rem;
  height: 12.15rem;
  border:0.357rem solid #3F7FB9;
}

.experience-content{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -8rem;
  top:0.2rem;
}

.experience-number{
  display: inline-block;
  vertical-align: middle;
  font-size: 7.142rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.experience-info{
  display: inline-block;
  vertical-align: middle;
  margin:-1rem 0 0 0.8rem;
  font-size: 1.57rem;
  line-height: 1.181;
  color: #000;
}



/* 3.4 Section Projects */



.section-projects{
  padding-bottom: 8rem;
}

.filter-content{
  position: relative;
  overflow: hidden;
}

.filter{
  list-style: none;
  font-size: 1.142rem;
  font-weight: 600;
  color: #000;
  padding-left: 0;
  margin:0;
}

.filter li{
  margin:0.6rem 2.6rem 0 0 ;
  display: inline-block;
}

.filter li:last-child{
  margin-right: 0;
}

.filter li a{
  color: inherit;
}

.filter li a:hover,
.filter .active a{
  color: #3F7FB9;
  text-decoration: none;
}

.section-projects .filter-content{
  margin:2rem 0 0 0;
}

.section-projects .filter{
  margin: 0;
}

.section-projects .view-projects{
  margin:0.85rem 0 0 0;
}

.view-projects{
  display: inline-block;
  font-style: italic;
  color: #686868;
}

.view-projects:hover{
  text-decoration: none;
  color: #3F7FB9;
}



/* 3.4.1 Projects Carousel */



.project-carousel{
  margin-top: 5.92rem;
}

.owl-nav{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav .disabled{
  color: #bcbcbc;
}

.owl-prev,
.owl-next{
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-prev:before{
  font-family:"Ionicons";
  content: "\f3d2";
}

.owl-next:before{
  font-family:"Ionicons";
  content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover{
  color: #3F7FB9;
}

.owl-dots{
  text-align: center;
  margin-top: 5.857rem;
}

.owl-dot{
  display: inline-block;
  vertical-align: top;
   margin:0 0.6rem;
}

.owl-dot span{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #cccccc;
}

.owl-dot.active span{
  background-color: #3F7FB9;
}

.project-item{
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-item img{
  width:100%;
  height: auto;
}

.item-shadow{
  position: relative;
}

.item-shadow:before{
  content:'';
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);
}

.project-item .link-arrow{
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 3rem;
  bottom: 2.3rem;
  text-decoration: none;
  font-family: 'Hind';
  font-size: 12px;
  line-height: 29px;
  font-weight: bold;
  padding-right: 40px;
  background: url(../img/read-more-white.png) no-repeat right;
}

.project-hover{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100.1%;
  height: 100%;
  padding:4.85rem 3rem;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.project-title{
  color: #fff;
  margin:0;
  font-size: 30px;
  font-family: 'Hind';
  font-weight: bold;
  line-height: 38px;
  max-width: 100px;
}

.project-hover .project-title{
  position: absolute;
  bottom: 5.5rem;
}

.project-description{
  opacity: 0;
  margin-top:12%;
  line-height: 1.71;
  color:#fff;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
}

.project-item:hover .project-hover{
  background-color: rgba(63,127,185,0.85);
}

.project-item:hover .project-hover .project-title{
  position: relative;
  color: #fff;
  bottom:2rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;

}

.project-item:hover .project-hover .project-description{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
  color: #fff;
}


/* 3.5  Section Clients */



.section-clients .section-title{
  margin-right: 7rem;
}

.client-carousel{
  margin-top: 4.8rem;
}

.client-carousel .client-carousel-item img{
  display: inline-block;
  width: auto;
}

.client-box{
  position: relative;
  color: #999;
  background-color: #fff;
  padding:6rem 3.28rem 3.28rem;
}

.image-quote{
  position: absolute;
  top:3.28rem;
  right: 3.28rem;
}

.client-img{
  position: relative;
  z-index: 1;
  margin:0 0 -3rem 2.6rem;
  border-radius: 50%;
}

.client-title{
  letter-spacing: 0;
}

.client-name{
  font-size: 1.28rem;
  line-height: 1;
  color: #000;
}

.client-description{
  margin:1.5rem 0 0;
  line-height: 1.71em;
}


.client-carousel .owl-nav{
  right: 0;
  top: -7.8rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.client-carousel .owl-prev{
  margin-right: 2rem;
}



/* 3.6 Section Partners */



.partner-carousel{
  margin-top: 10.28rem;
}

.partner-carousel  .partner-carousel-item img{
  width: auto;
  margin:0 auto;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.partner-carousel  .partner-carousel-item:hover img{
  opacity: 1;
}

.sto-sect .swiper-button-next, .sto-sect .swiper-rtl .swiper-button-prev{
  transform: rotate(90deg);
  top: 64% !important;
}
.sto-sect .swiper-button-prev, .sto-sect .swiper-rtl .swiper-button-next{
  transform: rotate(90deg);
  left: inherit !important;
  right: 1px !important;
  top: 40% !important;
}
.sto-sect .swiper-button-next,.sto-sect .swiper-rtl .swiper-button-prev {
    right: 1px !important;
    left: auto;
}
.sto-sect .swiper-pagination-bullet{
   background: #5FA9D8 !important;
   opacity: 0.36 !important;
   width: 6px !important;
   height: 6px !important;
}
.sto-sect .swiper-pagination-bullet-active{
  background: #0E62A5;
  opacity: 1 !important;
  width: 7px !important;
  height: 7px !important;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 14px 0 !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  font-size: 12px !important;
  width: 23px;
  color: #838383;
}

/* 3.7 Section News */



.section-news{
  border-bottom: 1px solid #e1e1e1;
}

.news-carousel{
  margin-top: 4.7rem;
}

.news-item{
  position: relative;
}

.news-item img{
  width: 100%;
}

.news-hover{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.7rem;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-border{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hover-border div{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.hover-border div::before {
  position: absolute;
  content: "";
  background:#3F7FB9;
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.hover-border::after {
  position: absolute;
  content: "";
  background:#3F7FB9;
  width: 2px;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.hover-border div::after {
  position: absolute;
  content: "";
  background:#3F7FB9;
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s 0.4s;
  -o-transition: 0.2s 0.4s;
  transition: 0.2s 0.4s;
}

.hover-border::before {
  position: absolute;
  content: "";
  background:#3F7FB9;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s 0.8s;
  -o-transition: 0.2s 0.8s;
  transition: 0.2s 0.8s;
}

.news-hover .content{
  opacity: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-hover .time{
  margin-bottom: 0.6rem;
}

.news-title{
  font-size: 1.95rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin:0;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news-description{
  opacity: 0;
  margin-bottom: 0;
  line-height: 1.71;
  margin-top: 10%;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: 0.5s 0.3s ease;
  -o-transition:  0.5s 0.3s ease;
  transition: 0.5s 0.3s ease;
}

.news-hover .read-more{
  position: absolute;
  opacity: 0;
  bottom: 2.7rem;
}

.read-more{
  font-weight: 600;
}

.news-item:hover .news-hover{
  background-color: #fff;
}

.news-item:hover .hover-border::before,
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before,
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.news-item:hover .news-hover .content{
  opacity: 1;
}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.news-item:hover .news-hover .read-more{
  opacity: 1;
}


.swiper {
        width: 100%;
        height: 450px;
      }


/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/



/* 4.1 Navbar */



.navbar-2{
  background: transparent;
  padding-top: 3rem;
  -webkit-transition: all 0.3s  ease;
  -o-transition: all 0.3s  ease;
  transition: all 0.3s  ease;
}

.navbar-2 .navbar-bg{
  content:'';
  position: absolute;
  left: 0;
  right:0;
  top:-1px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-2 .brand{
  width: 18rem;
}

.navbar-2 .navbar-address{
  float: left;
  margin-left: 5rem;
}

.navbar-2 .social-list{
  float: left;
  margin-left: 7.5rem;
}

.navbar-white{
  background: transparent;
}

.navbar-white .navbar-bg{
  height: 0;
}

.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a{
  color: #fff;
}

.navbar .brand-img-white{
  display: none;
}

.navbar-white .brand-img{
  display: none;
}

.navbar-white .brand-img-white{
  display: inline-block;
}

.navbar-white  .navbar-toggle .icon-bar{
    background: #fff;
}

.navbar-white  .social-list a:hover{
  color: #3F7FB9;
}

.copy-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  left:0;
  bottom:2.4rem;
  color: #000;
}

.lang-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  right:0;
  bottom:2.4rem;
  color: #000;
}

.copy-bottom.white{
  color: #fff;
}

.lang-bottom .menu-lang{
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.lang-bottom .menu-lang a:not(.active){
  color: #000;
}


.lang-bottom.white,
.lang-bottom.white .menu-lang a:not(.active){
  color: #fff;
}

.lang-bottom .menu-lang  a:hover,
.lang-bottom.white .menu-lang  a:hover{
  color: #3F7FB9;
}
.menu-desk a:hover{
  outline: none;
  color:#3F7FB9;
  text-decoration: none;
}
.login-but:hover{
  color: #fff important;
}


/* 4.2 Sections */



.pagepiling .section{
  background: #fff;
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred{
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.pagepiling .pp-scrollable{
  padding: 0;
}

.pp-scrollable .vertical-centred{
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.scroll-wrap{
  position: relative;
  min-height: 100%;
}

.scrollable-content{
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before{
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred{
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

.boxed-inner{
  position: relative;
  padding:0;
}
.proddate{
  margin-bottom: 0px !important;
}
.section-bg{
  position: absolute;
  left: 0;
  top:0;
    background-size:100% !important;
    width: 100%;
    height: 1241px;
}
.home-block1{
  min-height: 710px;
}
.home-sect1{
  margin-top: 150px;
  margin-left: 50px;
}
.home-sect1 #block-mepco-content{
  max-width: 472px;
}
.home-sect1 .subtitle-titleh{
  color: #000;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  font-family: 'Hind';
  margin-bottom: 20px;
}
.home-sect1 .subtitle-desch{
  color: #555555;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 45px;
}
.vertical-title{
  position: absolute;
  white-space: nowrap;
  width: 0;
  top:-0.55rem;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-title span{
  display: block;
  float: right;
}

.section .intro{
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition:opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.section:not(.section-1) .intro{
  -webkit-transform: translateY(7rem);
  -ms-transform: translateY(7rem);
  -o-transform: translateY(7rem);
  transform: translateY(7rem);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition:all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.subtitle-top{
  line-height: 1.714;
  margin-bottom: 2.8rem;
  letter-spacing: 0.1em;
}



/* 4.3 Section About */



.hr-bottom{
  position: absolute;
  margin-top: 13vh;
  margin-bottom: 0;
  height: 0.2858rem;
  width: 7.142rem;
  background: #3F7FB9;
}

.title-uppercase{
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1.33333;
  margin:0 0 5rem;
}

.service-list{
  margin-bottom: 5rem;
  font-size: 1.2857rem;
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  font-weight: 300;
}

.service-list li{
  margin-bottom: 0.7rem;
}

.service-list li a{
  color: inherit;
}

.service-list li a:hover{
  color: #000;
  text-decoration: none;
}

.dots-image-2{
  display: inline-block;
  position: relative;
}

.dots-image-2 .dots {
  position: absolute;
  z-index: -1;
  left: -19%;
  bottom: -19%;
  width: 70%;
  top:50%;
  background: url(../img/dots2-transp.png) 0 0 repeat;
}
.dots-image-2 .details-img{
  position: absolute;
  right:-30px;
  top:60px;
  width: 77px;
  height: 174px;
  background: url(../img/details-img.png) 0 0 repeat;
}
.details-sect .col-lg-offset-2 {
    margin-left: 14.666667%;
}
.nav-pills{
  margin-top: 70px;
}
.nav-pills a{
  padding: 0px !important;
}
.nav-pills > li > a:hover, .nav-pills> li > a:focus{
  background: transparent !important;
}
.nav-pills a .product-title-d{
  color: #686868;
  font-size: 23px;
  font-family: 'hind';
  line-height: 23px;
  margin-bottom: 10px;
}
.nav-pills a .product-desc-d{
  color: #555;
  font-size: 16px;
  line-height: 22px;
}
.dots-image-2 .experience-info{
  position: absolute;
  left: 18%;
  margin-top:-4.4rem;
  top:100%;
}

.experience-info .number{
  display: inline-block;
  font-family: 'Hind';
  font-weight: bold;
  line-height: 1;
  font-size: 157px;
  margin-right: 1.7rem;
  color: #000;
}


.experience-info .text{
  display: inline-block;
  font-family: 'Hind';
  line-height: 1.181;
  font-size: 27px;
  color: #000;
  width: 100px;
}



/* 4.4 Section Projects*/


.bg-changer{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.bg-changer .section-bg{
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active{
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child{
  opacity: 1;
}

.section-3 .vertical-title{
  top:7.4rem;
}

.row-project-box{
  margin-top: -30px;
}

.col-project-box{
  margin-top: 30px;
}

.project-box{
  display: block;
  padding-bottom: 30%;
  position: relative;
  border:1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s  ease;
}

.project-box-inner{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.14rem 1.928rem;
}

.project-box h5{
  margin:0;
  color: #fff;
}

.project-category{
  color: #cccccc;
  margin-top: 0.5rem;
}

.project-box:hover{
  background: #3F7FB9;
  text-decoration: none;
  border-color: transparent;
}

.project-box:hover h5{
  color: #000;
}

.project-box:hover .project-category{
  color:#666666;
}

.link-arrow.h5{
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  margin-bottom: 0;
}

.link-arrow.h5 .icon-chevron-right{
  font-size: 1.8rem;
  margin-top: -0.45rem;
}


.section-3 .link-arrow.h5{
  margin-top: 4rem;
}


.section-4 h2{
  margin-bottom: 7rem;
}



/* 4.5 Section Reviews */



.icon-quote{
  display: inline-block;
  margin-top: -0.6rem;
  color:#3F7FB9;
  font-size: 5.14rem;
}

.section-5 .title-uppercase{
  margin-top: 7vh;
  margin-bottom: 3rem;
}

.review-carousel .text{
  font-family: 'Libre Baskerville', serif;
  font-size: 1.142rem;
  line-height: 1.875;
}

.review-author{
  margin-top: 5.7rem;
}

.author-name{
  font-size: 1.2857rem;
  line-height: 1.333;
  font-weight: 600;
}

.review-carousel .owl-nav{
  position: relative;
  top:0;
  margin-top:7.7vh;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next{
  font-size: 1.2857rem;
  width: 3.57rem;
  height: 3.57rem;
  line-height: 3.57rem;
  border:1px solid #fff;
  color: #fff;
  text-align: center;
  margin-right: 0.857rem;
}

.review-carousel .owl-prev:before{
  font-family: 'Linearicons';
  content: "\e93b";
}

.review-carousel .owl-next:before{
  font-family: 'Linearicons';
  content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover{
  background: #fff;
  color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled{
  cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover{
  background: none;
  color: #fff;
}



/* 4.6 Section Contacts */



.map-2{
  width: 100%;
  height: 18rem;
  border: 0;
  text-align: center;
}

.contact-info{
  overflow:hidden;
  margin-top: 5.5rem;
}

.row-contact-info{
  margin:-5rem -4% 0;
}

.success-message,
.error-message{
  display: none;
  margin-top: 2rem;
}

.products-list{
  margin-left: 50px;
  margin-right: 50px;
}
.col-contact-info{
  padding:0 4%;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top:1px solid #cacaca;
}

.col-contact-info:first-child{
  border-top:0;
  padding-top: 0;
}

.contact-info h3{
  font-size: 1.92rem;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin:0 0 2rem 0;
}

.contact-info .col-right{
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
}

.contact-info-row{
  line-height: 1.5;
  margin-bottom: 2.14rem;
}

.contact-info-row:last-child{
  margin-bottom: 0;
}

.contact-info-row strong{
  font-size: 1.1428rem;
  text-transform: uppercase;
  color: #000;
}

.sect-map{
  margin-left: 50px;
  margin-right: 50px;
}


/*-------------------------------------------------------------------------------
  5. Homepage v3
-------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------
  6. Pages
-------------------------------------------------------------------------------*/



.text-display-1{
  font-size: 1.714rem;
  line-height: 2;
  letter-spacing: 0;
}

.text-display-1 p{
  margin-bottom: 3.5rem;
}

.text-display-1 p:last-child{
  margin-bottom: 0;
}

.title-hr{
  width: 62px;
  height: 3px;
  background: #FDAF2A;
}

.title-info{
  font-size: 1.28rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #686868;
  margin-bottom: 1.4rem;
}
.section-desc{
  text-align: left;
  font-size: 19px;
  font-family: 'Lato';
  line-height: 25px;
  color: #555555;
}
.abouts .section-desc h4{
  font-weight: 700;
  font-size: 19px;
  font-family: 'Lato';
  line-height: 25px;
}
.section-desc h3{
    font-family: 'Lato';
  font-size: 27px;
  font-weight: 500;
  width: 100%;
  color: #555555;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.section-desc h3:before{
  content: '';
  position: absolute;
  width: 24px;
  height: 18px;
  top: -25px;
  margin-left: -30px;
  background: url(../img/left-quote.png) no-repeat;
}
.section-desc h3:after{
  content: '';
  position: absolute;
  width: 24px;
  height: 18px;
  top: 30px;
  margin-left: 10px;
  background: url(../img/right-quote.png) no-repeat;
}
.section-desc strong{
  color: #0F64A4;
  font-weight: 500;
}
.page-header,
.page-header-2,
.page-header-3{
  border-bottom: 0;
  margin:8rem 0 7rem;
  padding: 0;
}

.page-header h1,
.page-header-2 h1,
.page-header-3 h1{
  margin:0;
}

.page-header-3 .title-hr{
  margin-bottom:2.7rem;
}

.page-inner{
  margin-top: 10.28rem;
}
.info-title{
  font-family: 'Hind';
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #0E62A5;
}
.info-background{
  background: url(../img/paper-planes.png) no-repeat;
  width:1047px;
  height: 431px;
  margin-top:-85px;
}
.col-md-left-right {
    margin-right: 1.6%;
    margin-left: 1.6%;
}
.col-md-title{
  font-weight: bold;
  font-size: 23px;
  line-height: 29px;
  font-family: 'Hind';
  width: 102px;
  color: #707070;
}
.col-md-img{
  margin-bottom: 20px;
}
.services-section .info-title{
  font-size: 35px;
  line-height: 31px;
  color: #000;
}
.areas-cov-home .info-title{
   line-height: 39px;
   color: #000;
   margin-top: -65px;
}
.info-title-blue{
  font-size: 21px;
  line-height: 30px;
  color: #0E62A5;
  margin-bottom: 20px;
}

.section-info{
  margin-bottom: 4rem;
}

.section-info-val{
  margin-bottom: 20px;
}
.services-section .section-info-val{
  margin-bottom: 60px;
}
.section-info .title-hr{
  margin:0 0 2rem;
}
.valcol-block .col-md-3{
  width: 20%;
}
.valcol-block .col-md-3:nth-child(1){
  margin-right: 5.66%;
}
.valcol-block .col-md-3:nth-child(2){
  margin-right: 5.66%;
  margin-top: 42px;
}
.valcol-block .col-md-3:nth-child(3){
  margin-right: 5.66%;
  margin-top: 100px;
}
.valcol-block .col-md-3:nth-child(4){
  margin-right: 0px;
}
.bg-dots{
  background:url(../img/dots2.png) 0 0 repeat;
}
.bg-dots-serv{
  background:url(../img/dots2.png) 0 0 repeat;
}

.slide-overlay{
  background:url(../img/slide-overlay.png) no-repeat;
  width: 100%;
  height: 1102px;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center;
}
.blue-arrow-right{
  background:url(../img/blue-arrow.png) no-repeat;
  width: 110px;
  height: 241px;
  position: absolute;
  bottom: -29%;
  right: 0px;
}
.blue-arrow-right-serv{
  background:url(../img/blue-arrow.png) no-repeat right;
  width: 110px;
  height: 241px;
  position: absolute;
  bottom: -40%;
  right: 0px;
}
.whoweare .bg-dots{
  padding: 55px 65px;
  margin-bottom: 100px;
  margin-top: 125px;
  position:relative;
}
.whoweare .bg-dots-serv{
  padding: 55px 65px;
  margin-bottom: 70px;
  margin-top: 125px;
  position:relative;
}
.sect-wevalue{
  background: rgba(235,235,235,0.15);
}
.sect-wevalue .wevalue{
  padding: 0px 65px;
  margin-bottom: 100px;
  margin-top: 170px;
  position:relative;
}
#various-technologies{
  position: absolute;
  top: -40px;
  width: 100%;
}
.sect-weserv .wevalue{
  padding: 0px 65px;
  margin-bottom: 50px;
  margin-top: 0px;
  position:relative;
}
.areas-coverage{
  position: relative;
}
.areas-coverage .container{
  padding: 55px 65px;
}
.areas-val-home .container{
  padding: 0 0 0 65px;
}
.choose-bottom .container{
  padding: 0 0 0 15px;
}
.section-products .container{
  padding: 0 0 0 65px;
}
.product-info-val{
  margin-top: 60px;
  margin-bottom: 35px;
  position: relative;
}
.product-pagination .swiper-button-next,.product-pagination .swiper-rtl .swiper-button-prev {
    right: 3px !important;
}
.product-pagination .swiper-button-next{
  background:url(../img/next-white.png) no-repeat;
  width: 40px !important;
  height: 40px !important;
}
.product-pagination .swiper-button-prev{
  background:url(../img/prev-white.png) no-repeat;
  width: 40px !important;
  height: 40px !important;
  right: 55px !important;
  left: inherit;
}
.product-pagination .swiper-button-next.swiper-button-disabled{
  opacity: 1 !important;
  background:url(../img/next-red.png) no-repeat;
  width: 41px !important;
  height: 40px !important;
}
.product-pagination .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    background:url(../img/prev-red.png) no-repeat;
    width: 41px !important;
    height: 40px !important;
}
.product-pagination .swiper-button-next:after, .product-pagination .swiper-button-prev:after{
  font-size: 0px !important;
}
.product-info-val .product-pagination{
  position: absolute;
  right: 0px;
  top: 22px;
}
.section-products .product-title{
  color: #fff;
  font-size: 35px;
  line-height: 39px;
  font-family: 'Hind';
  width: 320px;
  font-weight: bold;
  margin-left: -10px;
}
.areas-val-home .info-title{
   line-height: 39px;
   color: #000;
}
.areas-coverage1 .container{
  padding:0px 65px 55px 65px;
}
.info-desc{
  color: #555555;
  font-size:14px;
  line-height:21px;
  margin-bottom: 50px;
}
.info-desc-serv{
  color: #838383;
  font-size:14px;
  line-height:21px;
  margin-bottom: 50px;
}
.info-desc-1{
  color: #555555;
  font-size:18px;
  line-height:25px;
  font-weight: 700;
}
.lineh38{
  line-height: 38px !important;
}
.history{
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 85px;
}
.abouts{
  padding-left: 65px;
  padding-right: 65px;
}
.section-subtitle-about{
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Lato';
  padding-bottom: 30px;
  color: #0E62A5;
}
.success-stories{
  position: relative;
}
.colvalue{
  margin-left: -13px;
}
.right-back-gray{
  background:url(../img/right-gray-back.png) top right no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 889px;
}
.services-section{
  position: relative;
  margin-top: 110px;
  padding-bottom: 100px;
}
.employee-section{
  margin-bottom: 350px;
}
.services-section .container{
  padding-top: 85px;
  padding-left: 65px;
}
.services-back{
  background:url(../img/home-services-back.png) top right no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 672px;
}
.services-white-block{
  background: #fff;
  margin-left: 35px;
  margin-top: -70px;
  position: relative;
  max-width: 290px;
  padding: 0 30px 0px 30px;
}
.services-section .col-md-4 .services-htitle{
  color:#000;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  font-family: 'Hind';
  margin-bottom: 20px;
  width: 90px;
  padding-top: 60px;
}
.services-section .col-md-4 .services-hdesc{
  color:#555;
  font-size: 12px;
  line-height: 19px;
  padding-bottom: 50px;
}
.services-section .col-md-4 .services-hmore{
  position: absolute;
  bottom: 10px;
  left: 30px;
}
.services-section .col-md-4:last-child .services-htitle{
  width: 150px;
  padding-top: 35px;
}
.succ-img iframe, .succ-img video{
  width: 500px;
  max-width: 100%;
  height: 350px;
}
.sto-sect{
  padding:30px 50px;
}
.sto-sect .swiper-slide{
  min-height: 400px;
}
.imgshow{
  display: none;
}
.succ-title{
  font-weight: bold;
  font-family: 'Hind';
  font-size: 58px;
  line-height: 60px;
  color: #000000;
  text-align: left;
  padding-bottom: 20px;
  max-width: 400px;
}
.succ-desc{
  font-size: 19px;
  line-height: 27px;
  text-align: left;
  color: #555555;
  max-width: 400px;
}
.events-sect{
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}
.events-sect #block-mepco-content{
  display: table;
}
.events-block{
  width: 47%;
  float: left;
  display: table-row;
}

.events-block img{
  width: 100%;
  height: auto;
}
.events-block:nth-child(odd){
  margin-right: 1.5%;
}
.events-block:nth-child(even){
  margin-left: 1.5%;
}
.events-image{
  position: relative;
}
.events-head{
  position: absolute;
  top:50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.events-card{
  margin-top: -45px;
    margin-left: 42px;
    margin-right: 42px;
    background-color: #fff;
    padding: 45px 30px;
    position: relative;
    margin-bottom: 20px;
}
.overlayb-news{
  background: #747474;
}
.card-desc{
  color: #555555;
  font-family: 'Hind';
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  min-height: 65px;
}
.card-more a{
  text-decoration: none;
  font-family: 'Hind';
  font-size: 12px;
  line-height: 29px;
  font-weight: bold;
  color: #555555;
  padding-right: 40px;
  background: url(../img/read-more.svg) no-repeat right;
}
.newssect .card-more a{
  font-size: 16px;
}
.card-more a:hover{
  color:#3F7FB9;
  background: url(../img/more-hover.svg) no-repeat right;
}
.section-products-events .card-more a{
  font-size: 17px;
  line-height: 31px;
  color: #686868;
}
.section-products-events .card-more a:hover{
  color:#3F7FB9;
}
.section-products{
  background: url(../img/home-products-backg.png) no-repeat right;
  width: 1366px;
  margin: 0 auto;
  height: 720px;
  position: relative;
  z-index: 2;
}
.section-products-events{
  width: 1366px;
  margin: 0 auto;
  display: table;
  margin-bottom: 80px;
  position: relative;
}
.products-white-block{
    top: 30%;
    left: 34%;
    text-align: left;
    transform: translate(-25%, -50%);
    color: #fff;
    position: absolute;
}
.products-white-block .products-htitle{
    font-family: 'hind';
    font-size: 52px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 5px;
}
.products-white-block .products-hdesc{
    font-family: 'hind';
    font-size: 17px;
    line-height: 23px;
}
.products-white-block1{
  margin-top: -40px;
  margin-left: 100px;
  position: relative;
  background: #fff;
  padding: 40px;
  margin-right: 70px;
}
.group-white-block1{
  margin-top: 325px;
  margin-left: 0px;
  position: relative;
  background: #fff;
  padding: 40px;
  margin-right: 65px;
}
.group-white-block2{
  margin-top: 325px;
  margin-left: 65px;
  position: relative;
  background: #fff;
  padding: 40px;
}
.products-white-block2{
  margin-top: -40px;
  margin-left: 70px;
  position: relative;
  background: #fff;
  padding: 40px;
  margin-right: 100px;
}
.products-white-block1 .products-wtitle{
  font-size: 27px;
  line-height: 29px;
  font-family: 'hind';
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 380px;
}
.group-white-block1 .products-wtitle{
  font-size: 27px;
  line-height: 29px;
  font-family: 'hind';
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 380px;
  color: #0F64A4;
}
.products-white-block1 .products-wtitle a{
    color: #0F64A4;
}
.products-white-block2 .products-wtitle{
  font-size: 27px;
  line-height: 29px;
  font-family: 'hind';
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 380px;
}
.group-white-block2 .products-wtitle{
  font-size: 27px;
  line-height: 29px;
  font-family: 'hind';
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 380px;
  color: #EE1752;
}
.products-white-block2 .products-wtitle a{
    color: #EE1752;
}
.products-white-block1 .products-wdesc{
  color: #555;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
  max-width: 380px;
}
.products-white-block2 .products-wdesc{
  color: #555;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
  max-width: 380px;
}
.group-white-block1 .products-wdesc{
  color: #555;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
  max-width: 380px;
}
.group-white-block2 .products-wdesc{
  color: #555;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
  max-width: 380px;
}
.eventblock{
  left: 28%;
}
.askus{
  margin-bottom: 110px;
}
.askus .container{
   width:1200px;
   margin: 0 auto;
   height: 400px;
   background: #fdaf2a url(../img/askus-back.png) no-repeat right top;
}
.askus .info-title{
  margin-top: 72px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}
.askus .info-title-small{
  font-size: 17px;
  line-height: 23px;
}
.askus .colvalue{
  margin-top: 35px;
  margin-left: 0px;
}
.askus .colvalue input, .askus .colvalue textarea{
  background: transparent;
  background-color: transparent;
  border-bottom: 2px solid rgba(0,0,0,0.4);
  font-size: 17px;
  line-height: 31px;
}
.askus .form-group{
  margin-bottom: 20px;
  width: 40%;
  margin-right: 10%;
}
.askus textarea{
  height: 77px !important;
  width: 100% !important;
  margin-right: 10%;
}
.askus .webform-button--submit{
    margin-top: 32px;
    border: 1px solid #000000;
    font-family: 'Hind';
    font-size: 17px;
    line-height: 31px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding: 0px 20px;
    width: 150px;
    height: 45px;
    text-align: left;
    background: url(../img/up-arrow.png) no-repeat right !important;
    text-transform: capitalize;
}
.askus .webform-confirmation{
  margin-top: 60px;
}
.askus .captcha{
	float:left;
}
.sect-map .captcha{
	float:left;
	width:100%;
}
.captcha__title{
	display:none;
}
:focus-visible{
  outline: none !important;
}

.back-products{
  background: url(../img/back-products.png) no-repeat right !important;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 654px;
  height: 1192px;
  z-index: 0;
}
.back-group{
  background: url(../img/mepco-group-background.png) no-repeat top right !important;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 654px;
  height: 1321px;
  z-index: 1;
}
.back-products-details{
  background: url(../img/back-products-details.png) no-repeat right !important;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 590px;
  height: 1336px;
  z-index: 1;
}
.products-intro{
  margin-top: 30px;
  margin-bottom: 150px !important;
}
.products-intro .product-gen-title{
  font-size: 48px;
  font-weight: bold;
  line-height: 50px;
  max-width: 620px;
  font-family: 'Hind';
}
.section-services .col-md-12{
  width: 106%;
}
.section-services .col-md-12 .col-md-4{
  width: 30%;
  margin-right: 3%;
  float: left;
  margin-bottom: 3%;
}
.products-intro blockquote{
  max-width: 560px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #555;
  margin-top: 35px;
  padding: 0px 40px;
  border-left: 2px solid #FDAF2A;
}
.mepco-desc{
  max-width: 560px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #555;
  margin-top: 0px;
  padding: 0px 40px;
}

.mepco-fold22 .product-gen-title{
  line-height: 28px;
  max-width: 620px;
  font-family: 'Hind';
  font-weight: 500;
  font-size: 18px;
}
.mepco-fold22 blockquote{
  max-width: 560px;
  font-size: 48px;
  font-weight: bold;
  line-height: 42px;
  color: #000;
  margin-top: 35px;
  padding: 0px;
  border:0px;
}
.mepco-fold22 .mepco-desc{
  max-width: 560px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #555;
  margin-top: 0px;
  padding: 0px 40px;
    border-left: 2px solid #FDAF2A;
}
.download-brochure{
  margin-left: 40px;
  margin-top: 55px;
  width: 256px;
  height: 46px;
  padding-top: 8px;
  border: 1px solid #AAAAAA;
}
.download-brochure a{
  font-family: 'Hind';
  font-size: 17px;
  font-weight: bold;
  color: #000;
  padding: 0 15px;
  float: left;
  width: 254px;
  background: url(../img/up-arrow.png) no-repeat right;
}
.swiper.mySwiper1{
  width: -webkit-calc(94.5% - 25px);
  width: -moz-calc(94.5% - 25px);
  width: calc(94.5% - 25px);
  margin-right: 5.5%;
  margin-left: 25px;
}
.products-intro .col-md-12{
  float: none;
  z-index:2;
  position:relative;
}
.mepco-block2{
  margin-top: 150px;
}
.mySwiper1 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 308px;
}
.tab-pane{
  position: relative;
  z-index: 9;
}

.js-isotope{
  overflow:hidden;
}

.filter-content-2{
  margin-bottom: 5.9rem;
}

.filter-content-2 .filter li,
.filter-content-3 .filter li,
.filter-content-4 .filter li{
  margin-right: 4rem;
}

.filter-content-3{
  margin-bottom: 4.6rem;
}

.filter-content-4{
  margin:6rem 0 9rem;
}

.grid-items{
  margin:-30px 0 0 -15px;
}

.grid-items:after{
  content:'';
  clear: both;
  display:block;
}

.grid-item{
  float: left;
  width: 50% !important;
  padding:30px 1.5% 0 1.5%;
}



.project-hover-2{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100.1%;
  height: 100%;
  padding:2.71rem;
  -webkit-transition: 0.5s ease;;
  -o-transition: 0.5s ease;;
  transition: 0.5s ease;;
}

.project-hover-2 .icon-plus{
  opacity: 0;
  position: absolute;
  color: #000;
  right: 2.71rem;
  font-size: 3rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.project-hover-2 .project-title{
  opacity: 0;
  position: absolute;
  bottom: 2.71rem;
  color: #000;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.project-item:hover .project-hover-2{
  background-color: rgba(206,224,2,0.85);
}

.project-item:hover .project-hover-2 .project-title,
.project-item:hover .project-hover-2 .icon-plus{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}



/* 6.2 Works Carousel */



.sly {
  position: relative;
  overflow: hidden;
}

.slidee{
  list-style: none;
  padding-left: 0;
}

.sly ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.sly ul li {
  float: left;
  width: 400px;
  height: 100%;
  margin: 0 30px 0 0;
  padding: 0;
}

.prev,
.next{
  position: absolute;
  top:50%;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.prev.disabled,
.next.disabled{
  opacity: 0.5;
}

.prev:hover,
.next:hover{
  color: #3F7FB9;
}

.prev{
  left: 2.5rem;
}

.next{
  right:2.5rem;
}



/* Scrollbar */



.scrollbar {
  margin: 6.8rem 0 0;
  height: 1px;
  background: #dae5e6;
  line-height: 0;
}

.scrollbar .handle {
  position: relative;
  top:-2px;
  width: 100px;
  height: 3px;
  background: #686868;
  cursor: pointer;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}



/* 6.3 Project Detail */



.project-detail{
  position: relative;
  overflow:hidden;
}

.project-detail-item{
  min-height: 420px;
  background-size:cover;
  background-position: 50% 50%;
  padding: 6.78rem 11.2rem;
}

.project-detail-info{
  background-color: #fff;
  padding: 3.3rem;
}

.project-detail-control{
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-detail-control:hover{
   color:#3F7FB9;
}

.project-detail-control .show-info{
  display: none;
}

.project-detail-control.active .show-info{
  display: block;
}

.project-detail-control.active .hide-info{
  display:none;
}

.project-detail-title{
  font-size: 2.57rem;
  letter-spacing: -0.025em;
  line-height: 1.16666;
  margin:3rem 0 2.4rem 0;
}

.project-detail-list{
  list-style: none;
  padding-left: 0;
  margin-top:3.6rem;
}

.project-detail-list li{
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.6rem;
  margin-top:0.65rem;
  overflow:hidden;
}

.project-detail-list li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.project-detail-list li .left{
  float: left;
  font-weight: 600;
}

.project-detail-list li .right{
  float: right;
}

.project-detail-meta{
  margin-top: 4.5rem;
  overflow:hidden;
}

.project-detail-meta .left{
  font-weight: 600;
}



/* 6.4 News Masonry */

.card img{
  display: block;
  width: 100%;
  height: auto;
}

.card-block{
  background: #F9F9F9;
  padding:40px 55px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.card-posted{
  font-family:'hind';
  color: #fff;
  font-size: 19px;
  line-height: 22px;
}

.js-grid-items .card-posted{
  font-family:'Lato';
  color: #555;
  font-size: 13px;
  line-height: 20px;
}

.card-title{
  line-height:35px;
  font-family: 'Hind';
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.card-title a{
  color: #fff;
}
.card-title a:hover{
  color: #3F7FB9;
}
.events-sect .card-title a:hover{
   color: #fff;
}
.js-grid-items .card-title{
  color: #000000;
  font-size: 26px;
  line-height: 24px;
  margin-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 25px;
}
.js-grid-items .card-title a{
  color: #000000;
}
.js-grid-items .card-title a:hover{
  color: #3F7FB9;
}
.card-text{
  font-size: 14px;
  line-height: 21px;
  color: #555;
  margin-bottom: 65px;
}

.about-hist{
  color: #838383;
  font-size:14px;
  line-height:23px;
  font-weight:300;
  max-width: 250px;
}

.card-read-more{
  display: inline-block;
  margin-top: 2rem;
  font-weight: 600;
  color: #000;
}

.card-read-more:hover{
  color: #000;
}




/* 6.5 News Listing */



.card-row{
  position: relative;
  background: #f2f2f2;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-bottom: 5rem;
}

.card-row:last-child{
  margin-bottom: 0;
}

.card-row-img{
  position: absolute;
  left: 0;
  top:0;
  padding:0;
  height: 100%;
  background-size:cover;
  background-position: center 0;
}

.card-row-img img{
  width: 100%;
}

.card-row:hover{
  background: #3F7FB9;
}

.card-row .card-block{
  padding:3.6rem;
  background: transparent;
}

.card-row .card-read-more{
  margin-top: 7vw;
}



/* 6.6 Post Detail */



.secondary{
  margin-top: 6rem;
}

.post-gallery{
  position: relative;
  overflow-y: hidden;
}

.header-space{
  margin-top: 7rem;
}

.page-content{
  margin-top: 70px;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.page-content-2{
  margin-top: 6.6rem;
}

.posted-on{
  font-size: 16px;
  line-height: 25px;
  color: #555;
}

.posted-on a{
  color: #000;
}

.posted-on a:hover{
  color:#3F7FB9;
  text-decoration: none;
}

.entry-title{
  margin:0 0 2.5rem;
  letter-spacing: -0.05em;
  line-height: 1.125;
}

.entry-description{
  color: #EE1752;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 55px;
  max-width: 70%;
  font-family: 'Hind';
}

.entry-description2{
  color: #EE1752;
  font-size: 23px;
  line-height: 31px;
  margin-top: 0px;
  max-width: 70%;
  font-family: 'Hind';
}

blockquote {
    padding: 0px 60px;
    margin-top:70px;
    font-size: 17px;
    line-height: 25px;
    border-left: 3px solid #6C345B;
    color: #6C345B;
    font-family: 'Hind';
    font-weight: bold;
}

.entry-body{
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  margin-top: 55px;
  width: 95%;
}

.entry-content{
  font-size: 1.2857rem;
  line-height: 1.666;
  font-weight: 300;
  letter-spacing: 0;
}

.row-images{
  padding: 4.54rem 0;
}

.row-images .col-image{
  margin-top: 30px;
}

.img11{
  margin-right: 25px;
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px);
}
.img11 img, .img22 img{
  width: 100%;
  height: auto;
}
.img22{
  margin-left: 25px;
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px);
}

.row-images .col-image:first-child{
  margin-top: 0;
}

.row-images .col-image img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.row-images{
  padding-bottom: 30px;
}
.tags-links span{
  color: #555;
  font-size: 16px;
}

.tags-links,
.tags-links a{
  color:#686868;
}

.tags-links a:hover{
  color: #cc0000;
  text-decoration: none;
}

.post-share{
  margin-top: 1rem;
}

.post-share span{
  color: #555;
  font-size: 16px;
}

.post-share a{
  color: #707070;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 0.8rem;
}

.post-share a:hover{
  color:#3F7FB9;
}



/* 6.6.1 Related Posts */



.related-posts{
  margin-top: 6rem;
  padding-top:6rem;
  border-top:1px solid #e1e1e1;
}

.related-post-title{
  margin:0;
}



/* 6.6.2 Comments */



.section-comments{
  margin-top: 6.8rem;
  padding: 7.3rem 15px;
  background-color: #f5f5f5;
}

.comments-title{
  margin:0;
  margin-bottom: 2.85rem;
}

.comment-list{
  padding-left: 0;
  list-style: none;
}

.comment .avatar{
  float: left;
  margin-right: 2.14rem;
}

.comment-content{
  overflow: hidden;
  padding:1.2rem 0 3rem 1.5rem;
  border-top:1px solid #d8d8d8;
}

.comment-content p{
  margin-bottom: 0;
}

.comment-metadata{
  margin-bottom: 0.6rem;
}

.comment-metadata .fn a{
  color: #333333;
}

.comment-metadata .fn a:hover{
  color: #3F7FB9;
  text-decoration: none;
}

.comment-time{
  color: #686868;
  font-size: 11px;
  text-transform: uppercase;
}

.comment-time:hover{
  color: #000;
  text-decoration: none;
}

.reply{
  margin-top: 0.7rem;
}

.reply a{
  color: #686868;
  font-style: italic;
}

.reply a:hover{
  color: #0099cc;
  text-decoration: none;
}

.comment-reply-title small{
  float: right;
  margin-top: 0.5rem;
}



/* 6.7 Widgets */

.careersform{
  margin-bottom: 90px;
}
.messages--error{
  color: #ff0000;
  margin-bottom: 10px;
}
.widget{
  margin-bottom: 4.5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e1e1e1;
}

.widget:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget-title{
  font-size: 1.2758rem;
  letter-spacing: 0;
  margin:0 0 3rem;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li{
   margin-top:0.5em;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu li a{
   color:#666666;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover{
   color:#3F7FB9;
   text-decoration:none;
}

.widget_categories li{
  text-align: right;
}

.widget_categories li a{
   float: left;
}



/* 6.7.1 Widget Search */



.search-form{
  position: relative;
}

.search-form .search-field{
  background: #f6f6f6;
  border-color:transparent;
}


.search-form .search-field:focus{
  background: none;
}

.search-submit{
  position: absolute;
  background: none;
  border:0;
  right: 0.8rem;
  top:1.1rem;
}

.search-submit:focus{
  outline:none;
}



/* 6.7.2 Widget Twitter */



.widget ul{
  list-style: none;
  padding-left: 0;
  margin:0;
}

.widget_twitter li{
  margin-bottom: 2.2rem;
}

.widget_twitter li:last-child{
  margin-bottom: 0;
}

.widget_twitter li a{
  color: #0099cc;
}

.tweet-time{
  display: block;
  margin-top: 0.4rem;
  font-size: 0.857rem;
  display: block;
  color: #686868;
  text-transform: uppercase;
}

.widget-all-items{
  display: inline-block;
  margin-top: 1.4rem;
  color: #686868;
  font-size: 0.928rem;
  text-transform: uppercase;
  font-weight: 600;
}

.widget-all-items:hover{
  text-decoration: none;
}



/* 6.7.3 Widget Recent Posts */



.widget_recent_posts li{
  overflow: hidden;
  margin-bottom: 2.214rem;
}

.widget_recent_posts li:last-child{
  margin-bottom: 0;
}

.recent-post-thumbnail{
  float: left;
  margin-right: 1.5rem;
}

.recent-post-content{
  overflow-y: hidden;
  line-height: 1.29;
}

.post-title{
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
}

.post-title:hover{
  color: #3F7FB9;
  text-decoration: none;
}

.post-time{
  display: block;
  margin-top: 0.6rem;
  font-size: 0.857rem;
  color: #686868;
}



/* 6.8 About Us */



.about-info{
  padding-top: 0;
}

.content-entry-image{
  padding-top: 38%;
  min-height: 28rem;
  background: url(../images/1-1920x800.jpg) 50%;
  background-size: cover;
}



/* 6.8.1 Services */


.col-service{
  margin-top: 60px;
}
.wevalue .col-service{
  margin-top: 0px;
  margin-bottom: 60px;
}
.wevalue .section-info{
  margin-bottom: 0px;
}
.sect-wevalue .col-service{
  margin-top: 0px;
  margin-bottom: 60px;
}
.wevalue .col-service h4{
  margin-top: 20px;
  margin-bottom: 15px;
  max-width: 254px;
  color: #555555;
  font-weight: bold;
  font-family: 'Hind';
  font-size: 23px;
  line-height: 29px;
}
.areas-coverage1  .col-service h4{
   color:#707070;
}

.wevalue .col-service .value-desc{
  max-width: 254px;
  color: #555555;
  font-size: 14px;
  line-height: 22px;
}
.row-services{
  margin-left: 10px;
}


.col-partner{
  float: left;
  margin-bottom: 35px;
}

.title-hist{
  background: url(../img/back-date.png) no-repeat;
  width: 252px;
  height: 76px;
  font-family: 'Hind';
  font-size: 23px;
  font-weight: bold;
  line-height: 34px;
  color: #0E62A5;
}
.title-hist span{
  padding: 35px 20px 0px 35px;
  display: block;
}
.desc-hist{
  background: url(../img/center-history.png) repeat-y;
  width: 252px;
  font-size:16px;
  line-height: 23px;
  color: #555555;
}
.desc-hist span{
  padding: 0px 20px 35px 35px;
  display: block;
}
.hist-empty{
    background: url(../img/bottom-history.png) no-repeat;
    width: 252px;
    height: 9px;
}

/* 6.8.3 Team */



.row-team{
  margin-top: -30px;
}

.col-team{
  margin-top: 30px;
}

.team-profile{
  position: relative;
}

.team-profile img{
  width: 100%;
  display: block;
}

.team-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(206,224,2,0.85);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-content{
  position: absolute;
  left: 1.857rem;
  bottom: 0.8rem;
}

.team-name{
  margin-bottom: 0.3rem;
}

.team-name h6{
  margin:0;
}

.team-social a{
  float: left;
  color: #000;
  font-size: 1.25rem;
  margin-right: 1.5rem;
}

.team-social a:hover{
  color: #fff;
  text-decoration: none;
}

.team-profile:hover .team-hover{
  opacity: 1;
}

.add-new-team{
  position: relative;
  border:1px solid #bfbfbf;
  padding-top: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.add-new-text{
  position: absolute;
  left: 0;
  width: 100%;
  top:50%;
  text-align: center;
  font-size: 1.285rem;
  line-height: 1.1111;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.add-new-text .inner{
  display: inline-block;
  text-align: left;
}

.add-new-team input[type="file"]{
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.add-new-team:hover{
  background: #3F7FB9;
  border-color: transparent;
}

.map{
  margin-top: 95px;
  margin-bottom: 30px;
}
.sect-cont{
  position: relative;
}
.careers-overlay{
  position: absolute;
  top: 0px;
  right: -55px;
  background: url(../img/careers-picture-overlay.png) no-repeat;
  width: 1218px;
  height: 536px;
}
.swiper-slide-block{
  position: relative;
}
.prod-img{
  width: 100%;
}
.prod-img img{
  max-width: 100%;
  height: auto;
}
.prod-sub-white{
  background: #fff;
  position: absolute;
  width: 210px;
  top:305px;
  left: 0px;
  padding: 30px 18px;
}
.section-products .card-more{
  position: absolute;
  right: 0px;
  top: 360px;
}
.prod-title-white{
  color: #000;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Hind';
  line-height: 29px;
  margin-bottom: 15px;
}
.prod-subcat-white{
  color: #464646;
  font-size: 12px;
  line-height: 18px;
}
.prod-subcat-white ul{
  padding: 0px;
}
.prod-subcat-white li{
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
}
.prod-subcat-white .paragraph--type--products div,
.prod-subcat-white .paragraph--type--products{
  float: left;
}
.prod-subcat-white .paragraph--type--products:after{
  content: '-';
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
}
.prod-subcat-white li:last-child .paragraph--type--products:after{
  content: '';
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}

/*-------------------------------------------------------------------------------
  7. Footer
-------------------------------------------------------------------------------*/


.footer ul{
  list-style: none;
  padding:0;
  margin:0;
}

.footer ul li a{
  color: #000;
  font-family: 'Hind';
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-bottom: 15px;
}

.footer ul .active a,
.footer ul li a:hover{
  color:#3F7FB9;
  text-decoration: none;
}

.footer-flex{
  margin-top: -4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.footer-flex .flex-item{
  margin-top: 4rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}



/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 8.1 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 13px;
  }

  .pull-sm-left{
    float: left;
  }

  .pull-sm-right{
    float: right;
  }


  /* Sidebar Menu */



  .menu{
    width: 50%;
  }


  /* Homepage */



  .boxed{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner{
    padding-left: 0;
  }

  .right-boxed{
    right: 3rem;
  }

  .left-boxed{
    left: 3rem;
  }

  /* Section Projects */



  .section-projects .filter{
    margin-right: 14rem;
  }

  .section-projects .view-projects{
    position: absolute;
    top:0;
    right:0;
  }


  /* Works Carousel */



  .sly ul li{
    width: 555px;
  }



  /* Homepage v2 */


  .project-box{
    padding-bottom: 75%;
  }

  .row-contact-info{
    margin-top: -2rem;
  }

  .col-contact-info{
    padding-top: 4rem;
    margin-top: 2rem;
  }


  /* Footer */



  .footer-flex .flex-item{
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .hidedesk{
    display: none;
  }
}




/* 8.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 14px;
  }



  /* Helpers */



  .pull-md-right{
    float: right;
  }


  /* Sidebar Menu */



  .menu{
    width: 35%;
  }



  /* Homepage */


  .right-boxed{
    right:4.2857rem;
  }

  .left-boxed{
    left: 4.2857rem;
  }


  /* Homepage v2 */


  .boxed-inner .boxed{
    padding-left: 6rem;
  }

  .service-list{
    margin-bottom: 0;
  }

  .col-contact-info{
    border-top: 0;
    padding-top: 0;
  }

  .row-contact-info{
    margin-top: -5rem;
  }

  .col-contact-info{
    margin-top: 5rem;
  }



  /* Pages */



  .page-header{
    margin:12.8rem 0 10.8rem;
  }

  .page-header-2{
    margin: 8.7rem 0 10.5rem;
  }

  .page-header-3{
    margin:9.2rem 0 12.2rem;
  }

  .page-header-3 .title-hr{
    margin:0.9rem 0 0;
  }

  .about-info .section-info .title-hr{
    margin-top: 1rem;
  }



  /* Post detail */



  .secondary{
    padding:0.5rem 0 0 6rem;
    margin-top: 0;
  }

  .post-thumbnail{
    padding-left: 0;
    padding-right: 0;
  }



  /* About */



  .about-info{
    padding-top: 1.2rem;
  }


  /* Homepage v2 */


  .col-contact-info:nth-child(2n){
    border-left: 1px solid #cacaca;
  }

}


/* 8.3 Min width 1200px */




@media (min-width: 1200px){



  /* Helpers */



  .pull-lg-right{
    float: right;
  }



  /* Section Projects */



  .section-projects .filter-content{
    margin-top: 0;
  }



  /* Homepage v2 */


  .section-3 .link-arrow.h5{
    float: right;
    margin-top: -1.3rem;
  }

  .section-5 .title-uppercase{
    margin-top: 22vh;
    margin-bottom: 0;
  }



  /* Works Carousel */



  .sly ul li {
    width: 685px;
  }


  /* Homepage v2 */


  .section-5 .vertical-centred{
    padding-top: 17rem;
    padding-bottom: 8rem;
  }

  .col-contact-info{
    border-left: 1px solid #cacaca;
  }



  /* Footer */



  .footer-flex .flex-item{
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}



/* 8.5 Min Height 500px */



@media (min-height: 500px){

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down{
      display: block;
  }

}



/* 8.6 Min Height 600px */



@media (min-height: 600px){


  /* Sidebar Menu */


  .menu .menu-lang{
    top:7rem;
  }

  .menu-list{
    bottom: 10rem;
  }

  .menu-list > li{
    font-size: 20px;
  }

  .menu-footer{
    bottom: 6rem;
  }

  .menu-footer .copy{
    display: block;
  }
}



/* 8.7 Min Height 700px */



@media (min-height: 700px){



  /* Homepage v2 */



  .copy-bottom{
    display: block;
  }

  .lang-bottom{
    display: block;
  }

}

.mepco-logo{
  background: url(../img/mepco-logo.png) no-repeat;
  width: 195px;
  height: 50px;
}
#footer .mepco-logo{
  margin-bottom: 55px;
}
.country-content{
  font-size:15px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 20px;
  color: #000000;
}
.menu-desk{
  float: right;
  padding-top: 15px;
}
.menu-desk a{
  font-family: 'Hind', sans-serif;
  padding-right: 25px;
  font-size: 14px;
  text-align: center;
  color: #000000;

}
.login-but{
  background: #3F7FB9;
  border-radius: 7px;
  font-weight: bold;
  color: #FFFFFF !important;
  margin-right: 25px;
  padding: 9px 33px 8px 32px !important;
}

.boxed{
  border-top: 5px solid #3F7FB9;
  padding: 40px 0;
}
.border-blue{
  width: 1240px;
  margin: 0 auto;
}
.pad-65{
  padding: 55px 65px 85px 50px;
}
.footer-quote{
  padding-bottom: 80px;
  position: relative;
  margin-top: 40px;
}
.about-footer-quote{
  margin-top: 300px;
}
.quote-b1{
  top: 57%;
left: 49%;
width: 60%;
transform: translate(-49%, -50%);
color: #fff;
position: absolute;
}
.quote-b11{
  top: 50%;
  left: 47%;
  width: 70%;
  transform: translate(-49%, -50%);
  color: #fff;
  position: absolute;
}
.quote-title{
  font-family: 'Hind';
  font-size: 46px;
  line-height: 40px;
  font-weight: bold;
}
.quote-title2{
  font-family: 'Hind';
  font-size: 35px;
  line-height: 37px;
  text-align: center;
}
.quote-b1:before {
    content: '';
    position: absolute;
    width: 39px;
    height: 40px;
    top: -50px;
    margin-left: -55px;
    background: url(../img/left-whiteq.png) no-repeat;
}
.quote-b1:after {
    content: '';
    position: absolute;
    width: 39px;
    height: 40px;
    top: 50px;
    right:-75px;
    background: url(../img/right-whiteq.png) no-repeat;
}
.quote-author{
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.quote-background{
  height: 300px;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.gray-bar{
  background: #E8E8E8;
  padding: 20px 0px;
}
.imgright img{
  float: right;
  z-index:2;
  position:relative;
}
.footer-title{
  color: #0E62A5;
  font-size: 19px;
  line-height: 27px;
  font-weight: bold;
  padding-bottom: 20px;
}
.footer-reserved{
  color: #000000;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Hind';
  padding: 0 35px;
}
.gray-back{
  background: rgba(235,235,235,0.15);
}
.gray-back-half{
  background: linear-gradient(to right, #fff 48%, rgba(235,235,235,0.15) 42%);
  margin-top: 140px;
}
.section-about .col-md-5{
  position: relative;
}
.overlay-employee{
  background: url(../img/overlay-employee.png) no-repeat;
  z-index: 9;
  position: absolute;
  width: 354px;
  height: 521px;
  top: 73px;
  left: 0px;
}
.employee-img{
  margin-top: 85px;
}
.counter-block{
  position: absolute;
  right: 0px;
  top:0px;
  z-index: 1;
}
.whitesqu{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #00000015;
  width: 182px;
  height: 233px;
  position: relative;
}
.group-count{
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  position: absolute;
}
.wsuppliers{
  margin-top:-85px;
}
.wpcountries, .wpbranches{
  margin-top: 30px;
}
.emp-numb{
  font-size:70px;
  color:#0F64A4;
  line-height: 55px;
  font-weight: bold;
  font-family: 'Hind';
  text-align: center;
}
.emp-numb:after {
    content: '+';
    position: relative;
    top: -30px;
    right: -3px;
    font-size: 29px;
}
.wpbranches .emp-numb:after{
  content: '';
}
.emp-label{
  font-size:19px;
  color:#686868;
  text-transform: uppercase;
}
.wemployees {
  position: absolute;
  right: 220px;
  top: 60px;
}
.wclients {
  position: absolute;
  right: 220px;
  top: 330px;
}
.back-chairman{
  background: url(../img/chairman-overlay.png) no-repeat;
  position: absolute;
  width: 266px;
  height: 776px;
  top: 0px;
  left: -85px;
}
.areas-coverage,{
  position: relative;
}
.areas-val-home{
  position: relative;
  width: 100%;
  display: table;
  margin-bottom: 60px;
}
.val-home-block{
  margin-left: -60px;
    background-color: #fff;
    margin-top: -75px;
    max-width: 245px;
    padding: 25px;
    position: relative;
}
.val-home-title{
  font-family: 'Hind';
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 5px;
  color: #000;
}
.val-home-desc{
  font-size: 16px;
  color:#464646;
  line-height: 22px;
}
.areas-coverage1{
  position: relative;
  margin-bottom: 100px;
}
.back-coverage{
  background: url(../img/back-coverage.png) no-repeat;
  position: absolute;
  width: 485px;
  height: 455px;
  top: 280px;
  left: 0px;
}
.value-home{
  background: url(../img/value-home1.png) no-repeat;
  position: absolute;
  width: 1435px;
  height: 1631px;
  top: -137px;
  right: 0px;
}
.what-bottom{
  margin-bottom: 170px;
}
.back-coverage-serv{
  background: url(../img/back-coverage.png) no-repeat;
  position: absolute;
  width: 485px;
  height: 455px;
  bottom: 0px;
  left: 0px;
}
.pad-left-65{
  margin-left: 50px;
  margin-bottom: 60px;
}
.eventsbot{
  margin-bottom: 20px;
}
.pad-left-65-nob{
  margin-left: 50px;
}
.pad-left-610{
  margin-left: 10px;
  margin-bottom: 80px;
}
.section-contact .container{
  padding-right: 0px !important;
}
.sect-title{
  font-family: 'Hind';
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 55px;
  line-height: 39px;
}
.cont-tit{
  margin-bottom: 10px;
}
.sect-title-subtitle{
  margin-bottom: 50px;
}
.employee-block{
  position: relative;
}
.employee-section .container{
  position: relative;
}
.about-text{
  padding: 40px 38px;
}
.img-chairman{
  width: 100%;
  margin-top: 15px;
}
.areas-coverage .col-md-3{
  font-size: 23px;
  line-height: 28px;
  font-family: 'Hind';
  color: #555555;
  font-weight: bold;
}
html[lang='fr'] .areas-coverage .col-md-3{
  font-size: 21px;
}
.areas-coverage .col-md-3 span{
  max-width: 120px;
  float: left;
}
.areas-coverage th{
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  color: #555555;
  padding-bottom: 15px;
}
.areas-coverage table{
  width: 100%;
  margin-bottom: 35px;
}
.areas-coverage tr td{
  font-size: 16px;
  line-height: 25px;
  line-height: 27px;
  color: #555555;
  width: 50%;
}
.areas-coverage .views-field-nothing{
  margin-left: 65px;
}

.section-contact .ui-state-default{
  font-size: 22px;
  font-weight: normal;
  color: #555555;
  border:none;
  background: none;
  font-family: 'hind';
  padding-left: 0px;
  border-bottom: 1px solid #AAAAAA;
  border-radius: 0px;
  position: relative;
  line-height: 25px;
}
.section-contact .ui-state-active{
  color: #0E62A5;
  font-size: 21px;
  font-family: 'hind';
  font-weight: bold;
  background: transparent;
  border-bottom: none;
  position: relative;
}
.section-contact .ui-accordion-header-collapsed:after {
	content: "\f078";
	color: #0E62A5;
  right: 0px;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  font-family: 'FontAwesome';
}
.section-contact .ui-state-active:after {
  content: "\f077";
  color: #0E62A5;
  right: 0px;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  font-family: 'FontAwesome';
}
.ui-accordion .ui-accordion-content{
  border:none;
  border-bottom: 1px solid #AAAAAA;
  border-radius: 0px;
  padding-left: 0px;
}
.ui-accordion .ui-accordion-content ol{
  padding: 0px
}
.section-contact ol {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding-top: 50px;
}
.section-contact ol>* {
      flex: 0 0 33%;
      -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)/*{iconsActive}; */;
}
.wrap-area{
  margin-right: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrap-area{
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.wrap-area strong{
  font-family: 'Hind';
  font-size: 19px;
  font-weight: bold;
  line-height: 29px;
  color: #0E62A5;
}
.contf .wrap-area strong{
  color: #000;
  font-size: 16px;
  line-height:24px;
}
.section-contact li{
  margin-left: 0px;
  list-style: none;
  padding: 0px;
}
.privacy-sect .titlepriv{
    margin-bottom: 20px;
}
.privacy-sect .titlepriv strong{
  font-family: 'Hind';
  font-size: 21px;
  line-height: 30px;
  color: #555555;
}
.privacy-sect .descpriv{
  font-size: 16px;
  line-height: 21px;
  color: #555555;
}
.privacy-sect{
  position: relative;
}
.details-sect{
  position: relative;
  margin-top: 150px;
  z-index: 9;
}
.prod-det-title{
  color: #3F7FB9;
  font-size: 46px;
  font-weight: bold;
  line-height: 38px;
  font-family: 'Hind';
  margin-bottom: 15px;
}
.prod-det-desc{
  color: #000000;
  font-size: 27px;
  line-height: 28px;
  font-family: 'Hind';
}
.prod-det-smalldesc{
  color: #191617;
  font-size: 14px;
  line-height: 21px;
}
.details-sect  .tab-content{
  z-index: 9;
  position: relative;
}
.prod-det-smalldesc a{
  font-weight: bold;
  text-decoration:underline;
}
.title-pr{
  font-family: 'Hind';
  font-size: 27px;
  font-weight: bold;
  line-height: 35px;
  max-width: 255px;
  color: #0E62A5;
}
.desc-pr{
  font-size: 14px;
  line-height: 23px;
  max-width: 255px;
  color: #555555;
  margin-top:30px;
}
.gray-arrow-privacy{
  right: 0px;
  position: absolute;
  width: 197px;
  height: 429px;
  top: -65px;
  background: url(../img/gray-arrow-privacy.png) no-repeat;
}

@media (max-width: 1245px){
  .border-blue{
    width: 98%;
    margin: 0 auto;
  }
}

@media (max-width: 1199px){
.events-sect {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
}
.card-title {
    font-size: 27px;
    line-height: 23px;
}
.askus .container{
  width: 100%;
}
.details-sect .col-lg-offset-2{
  margin-left: 3%;
}
.last-pane .dots-image-2 img{
  max-width: 90%;
  height: auto;
  float: right;
}
}


@media (max-width: 1024px){
  .imgright img{
      float: left;
      margin-top: 50px;
      margin-left: 40px;
      height: AUTO;
      max-width: 85%;
  }
  .info-background{
    background-size: 85%;
  }
  .menu-desk a{
    padding-right: 20px !important;
    font-size: 15px !important;
  }
  .section-bg{
    top: 105px;
  }
  .quote-title2 {
    font-size: 30px;
    line-height: 32px;
  }
  .mepco-group-foot .group-white-block1{
    margin-left: 40px;
    margin-right: 20px;
  }
  .mepco-group-foot .group-white-block2{
    margin-left: 20px;
    margin-right: 40px;
  }
  .prod-sub-white{
    padding: 19px 18px;
  }
  .areas-coverage .col-md-3{
    font-size: 20px;
  }
.navbar-toggle {
    display:block;
    top: 10px;
    background: url(../img/menu-resp.png) no-repeat;
    width: 30px;
    height: 30px;
    right:-2px;
}
.navbar .hidden-xs {
    display: none !important;
}
.boxed{
  border-top: 5px solid #3F7FB9;
  padding: 30px;
}
.menu-list li a{
  font-weight: normal;
  font-size: 20px;
  font-family: 'Hind';
}
.loginb{
  margin-top: 35px !important;
}
.menu-list > li {
    margin-top: 20px;
}
  .col-partner{
    margin-right: 4%;
  }
  .col-partner{
    width: 40%;
  }
  .newssect-det .row-images .pad-left-65{
    margin-left: 30px;
    margin-right: 30px;
  }
  .section-contact .pad-left-65{
    margin-right: 65px;
  }
  .back-coverage-serv{
    background-size: 60%;
  }
  .info-title{
    line-height: 38px;
  }
  .home-sect1{
    margin-left: 120px;
    margin-right: 30px;
  }
  .back-coverage{
    background-size: 70%;
  }
  .section-bg{
    height: 725px;
  }
  .home-block1{
    min-height: 575px;
  }
  .product-info-val .product-pagination{
    right: 65px;
  }
  .section-products .card-more{
    top: 370px;
  }
  .succ-title{
    font-size: 44px;
    line-height: 47px;
  }
  .abouts {
    padding-left: 0px;
    padding-right: 30px;
   }
  .succ-img img{
    width: 400px;
    height: auto;
  }
  .succ-img iframe, .succ-img video{
    width: 400px;
  }
  .products-white-block .products-htitle{
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .dots-image-2 .dots{
    left:-2%;
    width: 52%;
  }
  html[lang='fr'] .areas-coverage .col-md-3 {
    font-size: 17px;
  }
  .valcol-block img{
    max-width: 95%;
    height: auto;
  }
  .val-home-block {
    margin-left: -50px;
    max-width: 210px;
  }
  .menu-is-opened .back-menu-resp{
    background: url(../img/back-menu-resp.png) no-repeat;
    position: absolute;
    width: 375px;
    height: 800px;
    top: 0px;
    right: 0px;
  }
  .menu-list{
    padding-left:30px;
    margin-top: 45px;
  }
  .close-menu{
    background: url(../img/close-menu.png) no-repeat;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 40px;
    right: 30px;
  }
}

@media (max-width: 992px){
  .info-background{
    display: none;
    height: 0px;
  }
  .choose-bottom{
    margin-top: 100px;
    width: 100%;
    float: left;
  }
  .choose-bottom .info-title{
    margin-bottom: 70px !important;
  }
  .frdiv:before, .endiv:before{
  	left:0px !important;
    top: 5px !important
  }
  .menu-list {
    margin-top: 63px !important;
}
  .endiv, .frdiv{
    padding-left: 25px !important;
  }
  .value-home{
    background: url(../img/value-home-mobile.png) no-repeat;
    position: absolute;
    width: 400px;
    height: 1350px;
    top: 137px;
    right: 0px;
  }
  .valcol-block .col-md-2{
    width: 46%;
    float: left;
    margin-bottom: 70px;
  }
.valcol-block img{
  max-width: 100%;
  height: auto;
}
.val-home-block {
  margin-left: -60px;
  max-width: 245px;
}
.whoweare .bg-dots {
    padding: 55px 30px;
  }
  .history {
    padding-left: 55px;
    padding-right: 55px;
  }
.mepco-logo{
  background: url(../img/mepco-logo-resp.png) no-repeat;
  width: 167px;
  height: 43px;
}
.home-sect1{
  margin-left: 45px;
}
.mepco-logo-1{
  background: url(../img/mepco-logo-resp.png) no-repeat;
  width: 167px;
  height: 43px;
  z-index: 9;
  margin-left: 30px;
  margin-top: 30px;
  position: relative;
}

.dots-image-2 .dots{
  left:-10%;
}
.events-sect {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.pad-left-65-nob{
  margin-left: 45px;
}
.grid-items {
    margin: -30px -10px 0 0px;
}
.newssect .grid-items {
    margin: -30px -10px 0 -15px;
}
.section-contact .container{
  padding-right: 4px;
}
.pad-left-65 .pad-left-65{
  margin-left: 30px;
}
.eventssect .pad-left-65{
  margin-left: 38px;
}
.eventssect .pad-left-65-nob{
  margin-left: 37px;
}
.sectc .pad-left-65{
  margin-right: 20px !important;
}
.card-posted{
  font-size: 18px;
}
.newssect-det .lastimg-det{
  margin-left: 0px;
  margin-right: 0px;
}
.section-contact .pad-left-65{
  margin-right: 45px;
}
.whoweare .bg-dots-serv{
  margin-top: 60px;
}
.abouts{
  padding-left: 24px;
  padding-right: 0px;
}
.sect-weserv .wevalue {
    padding: 0px 10px 0 53px;
}
.whoweare .bg-dots-serv{
  padding-left: 30px;
  padding-right: 30px;
}
.serv-resp .pad-left-65{
  margin-left: 38px;
  margin-right: 30px;
}
.abouts .colvalue, .wevalue .colvalue{
  margin-left: 0px;
  padding-right: 30px;
}
.col-md-88{
  width: 100%;
}
.blue-arrow-right-serv {
    bottom: -20%;
    background-size: 70%;
}
.abouts .info-title, .wevalue .info-title{
  font-size: 30px;
}
.servcol .section-subtitle, .info-title-blue{
  font-size: 20px;
}
.section-desc{
  font-size: 17px;
  line-height: 33px;
}
.info-desc-serv{
  font-size: 17px;
}
.info-desc-1{
  font-size: 17px;
  line-height: 26px;
}
.wevalue .col-service h4{
  font-size: 18px;
  line-height: 21px;
  max-width: 180px;
}
.areas-coverage1 .container {
    padding: 0px 35px 55px 55px;
}
.pad-65 {
    padding: 55px 55px 85px 38px;
}
.areas-coverage .container{
  padding: 55px 30px 55px 55px;
}
.areas-coverage .views-field-nothing{
  margin-left: 0px;
}
.areas-val-home .container {
    padding: 0 0 0 55px;
}
.wevalue{
  padding: 55px 30px 55px 45px !important;
}
.wevalue .col-service{
  padding-right: 30px;
}
.wevalue .row-services{
  margin-left: 0px;
}
.ind-val{
  padding: 55px 30px 55px 10px !important;
}
.valcol-block .col-md-3 {
    width: 40%;
    float: left;
}
.valcol-block .col-md-3:nth-child(1) {
    margin-left: 5.66%;
    margin-right: 0px;
    margin-bottom: 50px;
}
.valcol-block .col-md-3:nth-child(2) {
    margin-left: 5.66%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.valcol-block .col-md-3:nth-child(3), .valcol-block .col-md-3:nth-child(4) {
    margin-left: 5.66%;
    margin-right: 0px;
    margin-top: 0px;
}
.product-info-val .product-pagination {
    right: 15px;
}
.succ-title {
    font-size: 30px;
    line-height: 40px;
}
.succ-desc {
    font-size: 17px;
    line-height: 25px;
  }
  .sto-sect {
    padding: 30px 30px;
}
.askus .container {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    background: #FDAF2A url(../img/askus-back.png) no-repeat right top;
}
.services-section .container{
  padding-left: 55px;
}
.section-products-events .col-md-6, .mepco-group-foot .col-md-6{
    width: 50%;
    float: left;
}

}

@media (max-width: 768px){
.container {
    width: 100% !important;
}
.swiper {
        width: 100%;
        height: 700px;
      }
.whoweare .bg-dots{
      margin-top: 85px;
}
.prod-det-title{
  font-size: 32px;
}
.prod-det-desc{
  font-size: 22px;
}
.home-footer-quote{
  padding-bottom: 350px !important;
}
.dots-image-2 .dots{
  left:--19%;
}
.gray-back-half{
  background: none;
}
.card-title {
    font-size: 27px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.title-pr{
  font-size: 21px;
}
.events-head{
  top: 40%;
}
.hidemob{
  display: none;
}
.areas-cov-home .info-title, .areas-val-home .info-title{
  font-size: 30px;
  line-height: 33px;
}
.card-block{
  padding: 25px;
}
.quote-title2{
  font-size: 30px;
  line-height: 32px;
}

.prod-sub-white{
  top: 210px;
  width: 165px;
}
.section-products .card-more {
    top: 275px;
}
.succ-img iframe, .succ-img video{
    width: 265px;
    height: 300px;
}
.succ-img img {
    width: 265px;
    height: auto;
}
.whitesqu {
    width: 140px;
    height: 182px;
}
.mepco-group-foot .group-white-block1{
  margin-left: 40px;
  margin-right: 40px;
}
.mepco-group-foot .group-white-block2{
  margin-left: 40px;
  margin-right: 40px;
}
.services-section .col-md-4{
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.section-products-events .col-md-6{
  width: 100%;
  float: left;
}
.mepco-group-foot .col-md-6{
  width: 100%;
  float: left;
}
.section-products-events .products-img img{
  width: 100%;
  height: auto;
}
.product-info-val{
  margin-bottom: 0px;
}
.emp-numb{
  font-size: 55px;
}
.emp-label{
  font-size: 17px;
}
.employee-block{
  margin-left: 30px;
}
.sto-sect .swiper-slide{
  display: block;
}
.sto-sect .swiper-slide .col-md-5{
  width: 100%;
  margin-bottom: 40px;
}
.sto-sect .swiper-slide .col-md-6{
  width: 100%;
  margin-left: 0px;
}
.products-intro .product-gen-title {
  font-size: 26px;
  line-height: 30px;
}
.products-list{
  margin-left: 30px;
  margin-right: 43px;
}
.imgshow{
  display: inline;
  margin-bottom: 135px;
  width: 100%;
  float: left;
}
.imgshow  img{
  max-width: 100%;
  height: auto;
}
.details-sect .last-pane{
  display: none;
  height: 0px;
  padding: 0px;
  margin: 0px;
}
.details-sect .nav-pills a{
  pointer-events: none;
}
.dots-image-2 .experience-info {
    left: 5%;
    margin-top: -2.4rem;
}
.experience-info .number{
  font-size: 105px;
}
.experience-info .text{
  line-height: 21px;
  font-size: 22px;
}
.nav-pills > li.active > a .product-title-d {
    font-weight: normal;
    color: #686868;
}
.nav-pills > li{
  margin-bottom: 70px;
}
.nav-pills > li:last-child{
  margin-bottom: 0px;
}
.mepco-group-foot .group-white-block2 {
  margin-top: -30px !important;
  margin-bottom: 80px;
}
.back-group{
  z-index: -1;
}
#footer{
  display: table;
}
.quote-block{
   display: inherit !important;
}
}

@media (max-width: 767px){
  .col-partner{
    width:100%;
  }
  .section-services .col-md-12 .col-md-4{
    width: 100%;
    margin-bottom: 30px;
  }

.pad-left-65{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 65px;
}
.pad-left-65-nob{
  margin-left: 30px;
  margin-right: 30px;
}
.pad-110-t{
  margin-top: 35px;
}
.gray-back-half{
  margin-top: 70px;
}
.sect-wevalue .wevalue {
    padding: 0px 45px;
  }
  .areas-coverage .container {
    padding: 55px 30px 55px 45px;
}
.events-head{
  top: 50%;
}
.pad-left-610 {
    margin-left: 0px;
    padding-left: 30px;
    margin-bottom: 40px;
}
.sto-sect .col-md-5{
  width: 100%;
}
.sto-sect .col-md-6{
  width: 100%;
  margin-left: 0px;
}
.home-sect1 .subtitle-titleh{
  font-size: 30px;
  line-height: 35px;
}
.home-sect1 #block-mepco-content {
    max-width: 70%;
}
.subtitle-desch{
  font-size: 16px;
  line-height: 22px;
}
.sto-sect .swiper-slide{
  display: block;
}
.sto-sect .col-md-5{
  margin-bottom: 40px;
}
.sto-sect .swiper-slide{
  min-height: 765px;
}
.home-block1{
  min-height: 550px;
}
.valcol-block .col-md-3{
  width: 90%;
  margin-bottom: 50px;
}
.succ-img img{
  width: 90%;
  height: auto;
}
.employee-img img{
  width: 100%;
  height: auto;
}
.succ-img iframe, .succ-img video{
  width: 90%;
  height: 350px;
}
.counter-block {
    left: 0px;
    top: 100%;
    width: 98%;
}
.wemployees{
  left: 30px;
  top: -20px;
  bottom: inherit;
  right: inherit;
}
.wsuppliers{
  position: absolute;
  left: 30px;
  top: 270px;
}
.wpcountries{
  position: absolute;
  right: 30px;
  top: 155px;
}
.wclients{
  right: 30px !important;
  top: -20px;
  bottom: inherit;
}
.wpbranches{
  position: absolute;
  left: 30px;
  top: 360px;
}
.products-white-block2, .products-white-block1{
  margin-left: 45px;
  margin-right: 45px;
  padding: 25px;
}
.group-white-block2, .group-white-block1{
  margin-left: 45px;
  margin-right: 45px;
  padding: 25px;
}
.products-white-block .products-htitle {
  font-size: 32px !important;
    line-height: 33px !important;
    margin-bottom: 0px !important;
}
.products-white-block .products-hdesc{
  line-height: 18px;
}
.products-white-block2{
  margin-top: -25px;
}
.succ-desc{
  max-width: 90%;
}
.services-section .col-md-4{
  width: 100%;
}
.askus .container{
  padding-bottom: 40px;
}
.askus .colvalue{
  margin-top: 30px;
}
.askus .form-group{
  width: 100%;
}
.section-products .card-more{
  top: 330px;
}
.askus .webform-button--submit{
   margin-top: 125px;
}
.events-sect {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
}
.title-pr{
  font-size: 18px;
  line-height: 26px;
}
.section-contact ol>* {
    flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
}
.hidemob{
  display: none;
  margin: 0px;
}
.footer-flex .flex-item{
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 2em;
}
.news-mobile{
  width: 50%;
  float: left;
  flex: 0 0 50% !important;
}
.news-column{
  margin-top: 3em !important;
}
.hidedesk{
  display: block;
}
.pad-65{
  padding:55px 30px;
}
.footer-reserved{
  padding: 0 15px;
}
.sect-map{
  margin-left: 30px;
  margin-right: 30px;
}
.colvalue{
  margin-left: 0px;
  width: 100%;
}
.events-block{
  width: 100%
}
.events-block:nth-child(even) {
    margin-left: 0px;
}
.events-block:nth-child(odd) {
    margin-right: 0px;
}
.img11, .img22{
  width: 100%;
  margin-left: 0px;
}
.col-service {
    width: 50%;
    float: left;
    min-height: 160px;
  }
.wevalue .col-service h4 {
    max-width: 130px;
}
.employee-block{
  margin-left: 0px;
}
.employee-section{
  height: 815px;
  margin-bottom: 50px;
  position: relative;
}
.about-footer-quote {
    margin-top: 50px;
    position: relative;
    height:770px;
    padding-bottom: 0px !important;
}
.sect-wevalue{
     position: relative;
}
.sect-wevalue .wevalue{
  margin-top: 0px !important;
      padding-top: 0px !important;
}
.imgshow{
  margin-bottom: 80px;
}
.experience-info .text{
  font-size: 21px;
}
.dots-image-2 .experience-info{
  left: 2%;
}
}

@media (max-width: 560px){
  .sect-title{
    font-size: 25px;
  }

.col-partner{
  margin-right: 0px;
  width: 100%;
}
.quote-title{
  font-size: 35px;
}
.quote-title2{
  font-size: 22px;
  line-height: 28px;
}
.title-pr{
  font-size: 23px;
  line-height: 30px;
}
.form-group{
  width: 100%;
}
.products-white-block{
  top: 17%;
}
.webform-submission-form .js-form-type-textarea textarea{
  width: 100%;
}
.map .sect-map{
  margin: 0px;
}
.gray-arrow-privacy{
  top: -38px
}
.map .container{
  padding: 0px;
}
.grid-item{
  width: 100% !important;
}
.js-grid-items .card-title{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
.card-text{
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
}
.card-block{
  padding: 25px;
}
.js-grid-items .card-posted{
  font-size: 15px;
}
.newssect .grid-items {
    margin: -30px -10px 0 -10px;
}
.entry-description{
  max-width: 100%;
}
.entry-body{
  font-size: 17px;
  line-height: 26px;
}
blockquote {
  padding: 0 35px;
}
.valcol-block .col-md-3 {
    width: 80%;
    float: left;
}
}
@media (max-width: 460px){
  .quote-title{
    font-size: 28px;
    line-height: 30px;
  }
  .quote-title2{
    font-size: 17px;
    line-height: 20px;
  }
  .quote-b1{
    left: 50%;
  }
  .quote-b11{
    left: 50%;
    text-align: center;
  }
  .quote-b1:after {
    top: 100px;
    right: -55px;
}
  .wrap-area{
    margin-right: 30px;
  }
  .desc-pr{
    max-width: 100%;
  }
  .prod-sub-white {
    top: 270px;
    width: 220px;
}
.section-products .card-more{
  top: 100%;
}
  .section-contact ol>* {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
 }
 .events-card{
   margin-left: 25px;
   margin-right: 25px;
   padding: 25px;
 }
 .card-title{
   font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
 }
 .events-head{
   top: 35%;
 }
 .card-posted{
   font-size: 16px;
 }
 .product-info-val {
    margin-bottom: 25px;
}
 .sect-title{
   font-size: 21px;
   line-height: 31px;
 }
 .wevalue .col-service h4 {
    max-width: 120px;
}
.home-sect1{
  margin-top: 120px;
}
.home-sect1 #block-mepco-content{
  max-width: 90%;
}
.download-brochure {
    margin-left: 0px;
}
   .mepco-group-foot{
	   float:left;
   }
   .employee-section{
     height: 865px;
   }
}
@media (max-width: 420px){
  .home-sect1 #block-mepco-content {
      max-width: 85%;
  }
  .home-footer-quote {
    padding-bottom: 420px !important;
   }
   .section-products .product-title{
     font-size: 26px;
     width: 160px;
     line-height: 30px;
   }
}
@media (max-width: 330px){
.wevalue .col-service h4 {
    max-width: 100px;
}
.swiper-container-vertical>.swiper-pagination-bullets{
  right: 0px;
}
.sto-sect .swiper-button-prev, .sto-sect .swiper-rtl .swiper-button-next{
  right: -8px;
}
.sto-sect .swiper-button-next, .sto-sect .swiper-rtl .swiper-button-prev{
  right: -8px;
}
.home-sect1{
  margin-top: 80px;
}
.emp-numb{
  font-size: 40px;
}
.emp-label {
    font-size: 15px;
}
.whitesqu {
    width: 120px;
    height: 165px;
}
}

.language-switcher-language-url ul, .language-switcher-language-url ul li{
  list-style: none;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.language-switcher-language-url ul{
  width: 70px;
}
.language-switcher-language-url ul li{
  float: left;
  margin-top: -2px;
}
.language-switcher-language-url ul li a{
  display: inline;
  font-family: 'Hind';
  position: relative;
}
.language-switcher-language-url .is-active a{
  display: none;
}
.endiv:before{
  content: '';
	background-image: url("../img/english.png");
	width: 18px;
	height: 18px;
	position: absolute;
	left:-10px;
}
.frdiv:before{
  content: '';
	background-image: url("../img/french.png");
	width: 18px;
	height: 18px;
	position: absolute;
	left:-10px;
}
.endiv, .frdiv{
  padding-left: 15px;
  top: 2px;
}
.section-contact .contact-subtitle{
  width: 70%;
  line-height: 20px;
}
html[lang='fr'] .products-white-block .products-htitle {
    line-height: 50px;
    font-size: 50px;
}
.lang-resp{
  margin-left: 30px;
  margin-top: 30px;
  font-size: 20px;
  z-index:9;
  position: relative;
  font-family: 'Hind';
}
.details-sect .nav-pills > li{
  width: 100%;
}
