/*Mondestin 22/12/2020*/
 
  .breadcrumb-bg-about {
    background-size: cover;
    background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url("../images/work/office11.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h2.title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.biger{
	font-size: 18px;
}
.translated-ltr{margin-top:-40px;}
.translated-ltr{margin-top:-40px;}
.goog-te-banner-frame {display: none;margin-top:-20px;}

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}
.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside {
    padding: 10px 0;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.navbar {
    background-color: rgba(0,0,0,.2);
}
.pc{
   background-color: #9D0407!important;
}
.cl{
	color: #9D0407!important;
    margin-left: 20px;
    margin-bottom: 40px;
}
.cw{
  color: #fff!important;
}
/*Mondestin 26/12/2020*/
#overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}
.shadows{
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
.feature-section {
    position: relative;
    padding-bottom: 70px;
}
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
.feature-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 80px;
}
.feature-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

figure {
    margin: 0px;
}
.feature-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.feature-block-one .inner-box .image-box img {
    width: 100%;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
img {
    vertical-align: middle;
    border-style: none;
}
.feature-block-one .inner-box .lower-content {
    position: relative;
}
.feature-block-one .inner-box .lower-content .inner {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -20px;
    width: calc(100% - 30px);
    left: 15px;
    background: #fff;
    text-align: center;
    padding: 32px 15px 36px 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    z-index: 2;
}
.feature-block-one .inner-box .lower-content .inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box .lower-content .inner:before {
    background: #9D0407!important;
}
.feature-block-one .inner-box .lower-content .inner h5 {
    margin-bottom: 0px;
    transition: all 500ms ease;
}
.feature-block-one .inner-box .lower-content .inner a {
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 33px;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
}
.feature-block-one .inner-box .lower-content .inner a span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.feature-block-one .inner-box .lower-content .inner a i {
    font-size: 12px;
    color: #fff;
    margin-left: 7px;
}
.feature-block-one .inner-box:hover .image-box::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.feature-block-one .inner-box .image-box img{
  width: 100%;
}

.feature-block-one .inner-box .lower-content{
  position: relative;
}

.feature-block-one .inner-box .lower-content .inner{
  position: absolute;
  display: block;
  overflow: hidden;
  top: -20px;
  width: calc(100% - 30px);
  left: 15px;
  background: #fff;
  text-align: center;
  padding: 32px 15px 36px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  z-index: 2;
}

.feature-block-one .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .lower-content .inner:before{
  height: 100%;
}

.feature-block-one .inner-box:hover .lower-content .inner{
  padding-bottom: 66px;
}

.feature-block-one .inner-box .lower-content .inner h5{
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .lower-content .inner h5{
  color: #000!important;
}

.feature-block-one .inner-box .lower-content .inner a{
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 33px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}

.feature-block-one .inner-box:hover .lower-content .inner a{
  opacity: 1;
}

.feature-block-one .inner-box .lower-content .inner a span{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.feature-block-one .inner-box .lower-content .inner a i{
  font-size: 12px;
  color: #fff;
  margin-left: 7px;
}
.cta-section {
    position: relative;
    padding: 32px 0px 33px 0px;
}

.cta-section {
    background: #9D0407!important
}
.cta-section .pattern-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cta-section .title {
    position: relative;
    margin-top: 6px;
}
.pull-left {
    float: left;
}
.cta-section .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}
.pull-right {
    float: right;
}
.cta-section .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    /*text-transform: uppercase;*/
    border: 2px solid #fff;
    padding: 12.5px 40px;
    text-align: center;
    z-index: 1;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.cta-section .btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1;
}
.cta-section .btn-box a:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1;
}
a:hover {
    text-decoration: none;
    outline: none;
}
.cta-section .btn-box a:hover {
    color: #da2c46;
}
.cta-section .btn-box a:hover:before,
.cta-section .btn-box a:hover:after{
  width: 100%;
}
/*button customized*/
 .btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1;
}
.btn-box a:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1;
}
.btn-box a:hover:before,
.btn-box a:hover:after{
  width: 100%;
}
.btn-box a:hover {
    color: #9D0407!important;
}  
.btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    padding: 10.5px 30px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
}
/*Mondestin 29/12/2020*/
.space-ptb {
    padding: 100px 0;
}

.bg-light {
    background-color: #f6f6f6 !important;
}
.grayscale, .img-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grayscale:hover {
    -webkit-filter: inherit;
    filter: inherit;
}

.grayscale, .img-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ptb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-box {
    background: #fff;
    padding: 25px 25px 25px 95px;
    border-radius: 5px;
    position: relative;
/*    -webkit-box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);*/
    -webkit-transition: .4s;
    transition: .4s;
}
.contact-box .icon {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #28406d;
    line-height: 47px;
    border: 1px dashed #28406d;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .4s;
    transition: .4s;
}
.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "font awesome 5 free";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    }
.fa-phone:before {
    content: "\F095";
}
.contact-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}    

.projects-grid, .project-slider {
  position: relative;
  margin: -15px;
}

.projects-grid:after {
  content: "";
  display: block;
  clear: both;
}

.project-item {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.projects-grid.pf_5_cols .project-item {
  width: 20%;
}

.projects-grid.pf_4_cols .project-item {
  width: 25%;
}

.projects-grid.pf_2_cols .project-item {
  width: 50%;
}

.projects-style-1 .projects-box {
  position: relative;
  overflow: hidden;
}
.projects-style-1 .projects-box .portfolio-info {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info .overlay {
  opacity: 1;
  background: transparent;
  z-index: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 7px;
}
.projects-style-1 .projects-box .portfolio-info h5 a {
  color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates a {
  color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}
.projects-style-1 .projects-box:hover .portfolio-info {
  opacity: 1;
}
.projects-style-1 .projects-box .projects-thumbnail {
  overflow: hidden;
}
.projects-style-1 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  filter: grayscale(90%);
}



.pt-50 {
    padding-top: 50px;
}
.pt-110 {
    padding-top: 110px;
}
.projects-grid.projects-no-gaps {
    margin: 0;
}
.projects-col3 .project-item {
    float: left;
    width: 33.3333333333%;
}
.projects-no-gaps .project-item{
    padding: 0;
}
.projects-no-gaps [class*='col-'] {
    padding: 0;
}
.project-slider .project-item {
    padding: 15px;
}

/*Mondestin 31/12/2020*/
.partners-slider img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.35;
    filter: alpha(opacity=50);
    cursor: default
}
.partners-slider img:hover {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
#partners-section {
    padding: 35px 0;
}
#partners-section h3 {
    font-weight: 600;
    margin: 0;
}
.submit:hover{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
.why-us {
    background: url(../images/work/office11.jpg) no-repeat bottom;
    background-size: cover;
    z-index: 0!important;
    position: relative;
    background-blend-mode: darken;
    color: #fff!important;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
}
.number-counter-2 .index-counter:before {
    color: #9D0407!important;
}

/*Mondestin 02/01/2021*/
.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.ul-check.success li:before {
    color: #9D0407!important;
}
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #9D0407!important; }
  .ul-check.primary li:before {
    color: #00918e; }

.ul-checks li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.ul-checks.success li:before {
    color: #fff!important;
}
    .ul-checks li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-checks.white li:before {
    color: #fff; }
  .ul-checks.success li:before {
    color: #fff!important; }
  .ul-checks.primary li:before {
    color: #fff; }
.f20{
  font-size: 20px;
}
.contact .php-email-form .sent-message{
  border-radius: 5px!important;
}

li.current > a {
    color: #0056b3!important;
}
.current a{
    color: #0056b3!important;
}


.sticky-header .main-menu .navigation > li:hover a{
    color: #9D0407!important;
}