

body {
  font-family: 'Manrope', sans-serif;
}
html,body{
      overflow-x: hidden;
    width: 100%;
}
h1,h2,h3,h4,h5,h6,p,span,a{
  font-family: 'Manrope', sans-serif;
}
.portfolio-item {
  margin-bottom: 30px;
}
nav{
  background: #ffffff
}
p {
  line-height: 25px;
}
a{
  text-decoration: none !important;
}
nav.navbar{
      box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
.top-bar {
  background: #aa202e;
  padding-bottom: 0px;
  padding: 7px 0px;
  height: auto;
}
.top-bar .header-social {
  margin-top: 0px;
  margin-bottom: 0px;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.top-bar .header-social i {
  padding: 4px 4px;
  color: #f5f5f5;
  border: 0.5px solid #73777d;
  margin-top: 0px;
  font-size: 14px;
  border: 1px solid #797979;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
  width: 27px;
  border-radius: 5px;
  height: 26px;
  line-height: 17px;
  text-align: center;
}
.top-bar i {
  font-size: 17px;
  color: #262626;
}
.top-bar span {
  color: #ffffff;
  margin-right: 5px;
}
.info i {
  color: #fff;
}
#navigation li a {
  font-size: 17px !important;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: #656565;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -ms-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
  padding-left: 15px;
  padding-right: 15px;
}
#navigation > li:hover > a, #navigation > li > a:hover {
    color: #aa1f2e;
}
.tp-dottedoverlay {
    background: url(../images/gridtile.png);
}
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.h3, h3 {
  font-size: 1.5rem !important;
}
.carousel-item h2 {
  text-align: center;
  font-size: 64px !important;
  color: #ffffff;
  font-weight: bold !important;
  line-height: 32px!important;
  letter-spacing: 1px!important;
  margin-bottom: 35px;
}
.carousel-caption {
    right: 15%;
    bottom: 35%;
    left: 15%;
}
.carousel-item h3 {
    font-size: 42px !important;
    color: whitesmoke;
    font-weight: 500 !important;
    line-height: 21px!important;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**** style about home ********/
.about-home{
      background-image: url(http://192.168.1.100/wu-1/activtravaux/old/wp-content/uploads/2014/07/about_us_background.png);
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center;
}
section#about-home img {
  width: 100%;
}
.title-1:after {
  content: "";
  background: #aa1f2e;
  width: 60px;
  height: 2px;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.title-1 {
  font-size: 30px !important;
  padding-top: 0;
  color: #aa1f2e !important;
  font-weight: 600 !important;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.about-home p {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: justify;
  color: black !important;
  padding-right: 5%;
  line-height: 25px;
}
/******* style services *******/
.services-home{
  padding-top: 40px;
    padding-bottom: 40px;
}
.services-home .title-2{
    margin: 20px 0 10px 0;
    color: #333333;
}
.title-2::after{
    content: " ";
    border-bottom: 3px solid rgba(207, 50, 50, 0.9);
    display: block;
    width: 50px;
}
.item-services img{
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  transition: all 0.2s ease;
}
.item-services{
margin-bottom: 40px;
}
.item-services p{
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left;
  color: black !important;
  line-height: 25px;
}
/******* style portfolio *********/
.portfolio{
      background-color: #e5e5e5;
    padding-top: 80px;
    padding-bottom: 80px;
}
.img-port{
  position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}
figure {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.img-port img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
      width: 100%;
      height: 200px;
      object-fit: cover;
}
.img-port:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-overlay {
    width: 100%;
    height: 100%;
    background: #44bdbd;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer !important;
    background: rgba(235, 33, 41, 0.44) !important;
    -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.icon-minti-plus {
      color: #aa1f2e !important;
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 23px 0 0 -33px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    line-height: 66px !important; 
    opacity: 0;
    font-size: 24px;
    color: #44bdbd;
    z-index: 2;
    transition: margin 500ms;
}
.img-port:hover  div{
  opacity: 0.94 !important; 
}
.img-port:hover i{
  opacity: 1 !important;  
  margin-top: -33px !important; 
  
}
.portfolio h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333 !important;
    font-size: 16px !important;
}
/**** style portfolio single *******/
.portfolio-single{
  padding-top: 80px;
  padding-bottom: 80px;
}
.portfolio-single img{
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.portfolio-single h1{
  margin-bottom: 45px
}
.portfolio-single h1,.portfolio-single h2 {
    font-size: 30px !important;
    color: #aa1f2e !important;
    letter-spacing: 0.5px;
}
.sidbar {
    list-style: none;
    margin: 0;
    background: #f9f9f9;
    padding: 14px 24px;
    border-radius: 2px;
}
.sidbar p strong {
    font-size: 15px;
    color: #aa1f2e;
    margin-right: 10%

}
.sidbar p  span {
    font-size: 15px;
    color: #333;
    letter-spacing: 0.5px;
}
/********** style client *************/

.client-home{
padding-top: 80px;
  padding-bottom: 80px;
}

.slick-prev{
  position: absolute !important;
    right: 0 !important; 
    margin-top: 0 !important;
    top: -34px !important;
  background: #ffffff;
    border-radius: 2px;
    margin: 2px;
    padding: 0;
    width: 27px;
    height: 27px;
    line-height: 20px;
    font-size: 22px;
    color: #ccc;
    border: 1px solid #ccc;
    opacity: 1;
    z-index: 999;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-next:focus,.slick-prev:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}
.slick-next{
    position: absolute !important;
    right: 31px !important; 
    margin-top: 0 !important;
    top: -34px !important;
      background: #ffffff;
    border-radius: 2px;
    margin: 2px;
    padding: 0;
    width: 27px;
    height: 27px;
    line-height: 20px;
    font-size: 22px;
    color: #ccc;
    border: 1px solid #ccc;
    opacity: 1;
    z-index: 999;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
/******** style contact ********/
.contact-home {
   background-color: #e5e5e5;
    padding-top: 80px;
    padding-bottom: 80px; 
}
.contact{
      background-color: #ededed;
    padding: 20px 20px;

}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
.contact label {
    color: #3c3a3a70;
}
.contact  input,.contact textarea {
    color: #333 !important;
    border-radius: 0;
    margin-bottom: 12px;
    padding: 21px 9px;
}
.contact  input::placeholder,.contact textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3c3a3a70;
  opacity: 1; /* Firefox */
}

.contact  input:-ms-input-placeholder,.contact textarea:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #3c3a3a70;
}

.contact  input::-ms-input-placeholder,.contact textarea::-ms-input-placeholder  { /* Microsoft Edge */
  color: #3c3a3a70;
}
.contact button{
  background: #999999;
    border-color: #999999;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: auto;
    padding: 10px 17px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.contact button:hover{
      background: #333333;
    border-color: #333333;

}
/****** style footer ********/
footer {
    background-color: #262626;
    color: #888888;
}
footer h3.title-2 {
    margin-bottom: 25px;
    color: #fff;
} 
.list-services ul {
    padding: 0;
    list-style: none;
    /* color: #000; */
}
.list-services ul li {
    border-bottom: 1px solid #666666;
    position: relative;
    padding: 10px 10px 10px 0;
}
.list-services  li a {
    display: block;
    color: #888888;
}
 .list-services ul li:after {
    font-family: "Font Awesome 5 Free";  
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #999999;
}
.info-contact i {
    color: #999 !important;
    margin-right: 15px !important;
    font-size: 18px;
    margin-top: 3px;
    width: 5%;
    display: block;
    float: left;
}
.info-contact a {
    color: #999 !important;
}
.info-contact  span {
    width: 85%;
    display: inline-block;
}
section.copyright {
    background: #1b1b1b;
    color: #777777;
    padding: 15px 0 13px 0;
}
section.copyright p{
margin: 0;
}
section.copyright a{
color: #f5f5f5;
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 24px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
  visibility: hidden;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
#back-to-top a {
    position: relative;
    display: block;
    width: 42px;
    height: 36px;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    opacity: 0.8;
}
#back-to-top a:hover {
    background-color: #aa1f2e;
}
img.lg-object.lg-image {
  width: 900px !important;
  height:700px !important;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
#navigation li a {
    text-align: left;
    line-height: 2.3;

}
img.lg-object.lg-image {
  width: 85% !important;
  height:auto !important;
  object-fit: cover;
}
section.portfolio-single ul {
  column-count: 1 !important;
}
.box_info p {
  margin: 0px 15px 10px 0;
  font-size: 1rem !important;
}
.fixed-top {
padding: 0 !important;
}
ul#navigation {
    padding: 10px 35px 20px 35px;
    background: #000;
    color: #ffff;
}
.logo {
    padding-left: 35px;
}
button.navbar-toggler.navbar-toggler-right {
    margin-right: 15px;
}
li.nav-item {
    border-bottom: 1px solid #333;
}
footer h3.title-2 {
    margin-top: 20px;
}
.portfolio-single img {
    width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
    height: auto !important;
}
}
@media screen and (max-width: 768px) {
.carousel-item h3 {
    line-height: 44px!important;
}
.title-1{
  padding-top: 20px;
}
.carousel-caption {
  bottom: 13%;
}
.about-home p {
    padding-right: 0%;

}
}
.link_all {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.link_all a {
  background: #333;
  padding: 10px 15px;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
}
.error{
  color: red;
}
.gallery_a{
  position: relative;
}
.middle_img {
  position: absolute;
  top: 0;
  bottom: 0;
  /* padding: 15px; */
  left: 0;
  right: 0;
  height: 98%;
  margin: auto;
  width: 98.5%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(24, 175, 210, 0.7);
}
section.copyright p {
  text-align: center;
}
.painate nav {
  background: transparent;
}
ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
ul.pagination a{
  color: #000 !important;
}
ul.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e92c2a;
  border-color: #e92c2a;
}
.lg-backdrop{
  background-color: rgba(233, 45, 42, 0.7) !important;
}
.lg-outer .lg-thumb-outer{
  background-color: #333;
}
.box_info p {
  margin: 0px 15px 10px 0;
  font-size: 1.2rem;
}
.box_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 15px;
  margin-bottom: 25px;
}
.box_info i {
  color: #212529;
  margin-right: 5px;
}
section.portfolio-single ul {
  column-count: 2;
}
div#lightgallery {
  margin-top: 35px;
}
footer.py-5 img {
    width: 70%;
}